[gentoo-commits] gentoo-x86 commit in dev-libs/libwacom: ChangeLog libwacom-0.11.ebuild

2015-02-17 Thread Alexandre Rostovtsev (tetromino)
tetromino15/02/17 22:52:04

  Modified: ChangeLog
  Added:libwacom-0.11.ebuild
  Log:
  Version bump, adds support for cintiq companion (bug #540204, thanks to 
Chandler Paul).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.24 dev-libs/libwacom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwacom/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   25 Oct 2014 10:21:40 -  1.23
+++ ChangeLog   17 Feb 2015 22:52:04 -  1.24
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/libwacom
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwacom/ChangeLog,v 1.23 
2014/10/25 10:21:40 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwacom/ChangeLog,v 1.24 
2015/02/17 22:52:04 tetromino Exp $
+
+*libwacom-0.11 (17 Feb 2015)
+
+  17 Feb 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  +libwacom-0.11.ebuild:
+  Version bump, adds support for cintiq companion (bug #540204, thanks to
+  Chandler Paul).
 
 *libwacom-0.10 (25 Oct 2014)
 



1.1  dev-libs/libwacom/libwacom-0.11.ebuild

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

Index: libwacom-0.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwacom/libwacom-0.11.ebuild,v 1.1 
2015/02/17 22:52:04 tetromino Exp $

EAPI=5
inherit eutils udev

DESCRIPTION=Library for identifying Wacom tablets and their model-specific 
features
HOMEPAGE=http://linuxwacom.sourceforge.net/;
SRC_URI=mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=doc static-libs

RDEPEND=
dev-libs/glib:2
virtual/libgudev:=

DEPEND=${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )


src_prepare() {
if ! use doc; then
sed -e 's:^\(SUBDIRS = .* \)doc:\1:' -i Makefile.in || die
fi
}

src_configure() {
econf $(use_enable static-libs static)
}

src_install() {
default
local udevdir=$(get_udevdir)
dodir ${udevdir}/rules.d
# generate-udev-rules must be run from inside tools directory
pushd tools  /dev/null
./generate-udev-rules  ${ED}/${udevdir}/rules.d/65-libwacom.rules ||
die generating udev rules failed
popd  /dev/null
use doc  dohtml -r doc/html/*
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyifp: pyifp-0.2.2-r1.ebuild ChangeLog pyifp-0.2.2.ebuild

2015-02-17 Thread Ian Delaney (idella4)
idella4 15/02/18 01:46:57

  Modified: ChangeLog
  Added:pyifp-0.2.2-r1.ebuild
  Removed:  pyifp-0.2.2.ebuild
  Log:
  revbump; convert - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/pyifp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyifp/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   1 Jan 2011 21:21:14 -   1.7
+++ ChangeLog   18 Feb 2015 01:46:57 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyifp
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/ChangeLog,v 1.7 2011/01/01 
21:21:14 arfrever Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/ChangeLog,v 1.8 2015/02/18 
01:46:57 idella4 Exp $
+
+*pyifp-0.2.2-r1 (18 Feb 2015)
+
+  18 Feb 2015; Ian Delaney idel...@gentoo.org +pyifp-0.2.2-r1.ebuild,
+  -pyifp-0.2.2.ebuild:
+  revbump; convert - distutils-r1, rm old
 
   01 Jan 2011; Arfrever Frehtes Taifersar Arahesis arfre...@gentoo.org
   pyifp-0.2.2.ebuild:
@@ -27,4 +33,3 @@
   24 Jan 2006; Patrick McLean chutz...@gentoo.org
   +files/pyifp-0.2.2-setup-fix.patch, +metadata.xml, +pyifp-0.2.2.ebuild:
   Initial version.
-



1.1  dev-python/pyifp/pyifp-0.2.2-r1.ebuild

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

Index: pyifp-0.2.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/pyifp-0.2.2-r1.ebuild,v 1.1 
2015/02/18 01:46:57 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

DESCRIPTION=Python bindings for libifp library for accessing iRiver iFP 
devices
HOMEPAGE=http://ifp-gnome.sourceforge.net;
SRC_URI=mirror://sourceforge/ifp-gnome/${P}.tar.gz

LICENSE=LGPL-2
SLOT=0
KEYWORDS=~amd64 ~ia64 ~x86
IUSE=

RDEPEND==media-libs/libifp-1.0.0.2
DEPEND=${RDEPEND}
dev-lang/swig

pkg_setup() {
python-single-r1_pkg_setup
}

PATCHES=( ${FILESDIR}/${P}-setup-fix.patch )






[gentoo-commits] gentoo-x86 commit in app-text/bibletime: bibletime-2.10.1.ebuild ChangeLog bibletime-2.10.0.ebuild

2015-02-17 Thread Chris Reffett (creffett)
creffett15/02/18 01:47:11

  Modified: bibletime-2.10.1.ebuild ChangeLog
  Removed:  bibletime-2.10.0.ebuild
  Log:
  Drop old version with qt5 handling problems
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1BAB6B528DB029C)

Revision  ChangesPath
1.2  app-text/bibletime/bibletime-2.10.1.ebuild

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

Index: bibletime-2.10.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-2.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bibletime-2.10.1.ebuild 15 Oct 2014 04:04:26 -  1.1
+++ bibletime-2.10.1.ebuild 18 Feb 2015 01:47:11 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-2.10.1.ebuild,v 1.1 
2014/10/15 04:04:26 creffett Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-2.10.1.ebuild,v 1.2 
2015/02/18 01:47:11 creffett Exp $
 
 EAPI=5
 inherit cmake-utils



1.73 app-text/bibletime/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   15 Oct 2014 04:04:26 -  1.72
+++ ChangeLog   18 Feb 2015 01:47:11 -  1.73
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/bibletime
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.72 
2014/10/15 04:04:26 creffett Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.73 
2015/02/18 01:47:11 creffett Exp $
+
+  18 Feb 2015;  creff...@gentoo.org -bibletime-2.10.0.ebuild,
+  bibletime-2.10.1.ebuild:
+  Drop old version with qt5 handling problems
 
 *bibletime-2.10.1 (15 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-I18Nv2: PEAR-I18Nv2-0.11.4-r2.ebuild ChangeLog

2015-02-17 Thread Brian Evans (grknight)
grknight15/02/18 02:29:51

  Modified: ChangeLog
  Added:PEAR-I18Nv2-0.11.4-r2.ebuild
  Log:
  EAPI revbump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.25 dev-php/PEAR-I18Nv2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-I18Nv2/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-I18Nv2/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-I18Nv2/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18Nv2/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   10 Aug 2014 20:50:36 -  1.24
+++ ChangeLog   18 Feb 2015 02:29:51 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/PEAR-I18Nv2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18Nv2/ChangeLog,v 1.24 
2014/08/10 20:50:36 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18Nv2/ChangeLog,v 1.25 
2015/02/18 02:29:51 grknight Exp $
+
+*PEAR-I18Nv2-0.11.4-r2 (18 Feb 2015)
+
+  18 Feb 2015; Brian Evans grkni...@gentoo.org +PEAR-I18Nv2-0.11.4-r2.ebuild:
+  EAPI revbump
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org
   PEAR-I18Nv2-0.11.4-r1.ebuild:



1.1  dev-php/PEAR-I18Nv2/PEAR-I18Nv2-0.11.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-I18Nv2/PEAR-I18Nv2-0.11.4-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-I18Nv2/PEAR-I18Nv2-0.11.4-r2.ebuild?rev=1.1content-type=text/plain

Index: PEAR-I18Nv2-0.11.4-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-I18Nv2/PEAR-I18Nv2-0.11.4-r2.ebuild,v 1.1 
2015/02/18 02:29:51 grknight Exp $

EAPI=5

inherit php-pear-r1

DESCRIPTION=Internationalization - basic support to localize your application
LICENSE=PHP-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=
DEPEND=dev-lang/php:*[iconv,pcre(+)]






[gentoo-commits] gentoo-x86 commit in app-shells/mpibash: mpibash-9999.ebuild ChangeLog

2015-02-17 Thread Christoph Junghans (ottxor)
ottxor  15/02/17 23:10:31

  Modified: ChangeLog
  Added:mpibash-.ebuild
  Log:
  added live version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  app-shells/mpibash/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   13 Feb 2015 23:26:09 -  1.1
+++ ChangeLog   17 Feb 2015 23:10:31 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/mpibash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.1 
2015/02/13 23:26:09 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.2 
2015/02/17 23:10:31 ottxor Exp $
+
+*mpibash- (17 Feb 2015)
+
+  17 Feb 2015; Christoph Junghans ott...@gentoo.org +mpibash-.ebuild:
+  added live version
 
 *mpibash-1.1 (13 Feb 2015)
 



1.1  app-shells/mpibash/mpibash-.ebuild

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

Index: mpibash-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-.ebuild,v 1.1 
2015/02/17 23:10:31 ottxor Exp $

EAPI=5

inherit autotools multilib

if [[ ${PV} =  ]]; then
EGIT_REPO_URI=git://github.com/losalamos/MPI-Bash.git 
http://github.com/losalamos/MPI-Bash.git;
inherit git-r3
KEYWORDS=
else

SRC_URI=https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz;
KEYWORDS=~amd64
fi

DESCRIPTION=Parallel scripting right from the Bourne-Again Shell (Bash)
HOMEPAGE=https://github.com/losalamos/MPI-Bash;

LICENSE=GPL-3
SLOT=0
IUSE=examples

DEPEND=virtual/mpi
=app-shells/bash-4.2[plugins]
sys-cluster/libcircle
RDEPEND=${DEPEND}

src_prepare() {
[[ ${PV} =  ]]  eautoreconf
}

src_configure() {
econf --with-bashdir=${EPREFIX}/usr/include/bash-plugins \
--with-plugindir=${EPREFIX}/usr/$(get_libdir)/bash
}

src_install() {
default
sed -i '/^export LD_LIBRARY_PATH/d' ${ED}/usr/bin/${PN} || die
use examples || rm -r ${ED}/usr/share/doc/${PF}/examples || die
}






[gentoo-commits] gentoo-x86 commit in app-shells/mpibash: mpibash-1.2.ebuild ChangeLog

2015-02-17 Thread Christoph Junghans (ottxor)
ottxor  15/02/17 23:21:14

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

Revision  ChangesPath
1.3  app-shells/mpibash/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   17 Feb 2015 23:10:31 -  1.2
+++ ChangeLog   17 Feb 2015 23:21:14 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/mpibash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.2 
2015/02/17 23:10:31 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.3 
2015/02/17 23:21:14 ottxor Exp $
+
+*mpibash-1.2 (17 Feb 2015)
+
+  17 Feb 2015; Christoph Junghans ott...@gentoo.org +mpibash-1.2.ebuild:
+  version bump
 
 *mpibash- (17 Feb 2015)
 



1.1  app-shells/mpibash/mpibash-1.2.ebuild

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

Index: mpibash-1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-1.2.ebuild,v 1.1 
2015/02/17 23:21:14 ottxor Exp $

EAPI=5

inherit autotools multilib

if [[ ${PV} =  ]]; then
EGIT_REPO_URI=git://github.com/losalamos/MPI-Bash.git 
http://github.com/losalamos/MPI-Bash.git;
inherit git-r3
KEYWORDS=
else

SRC_URI=https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz;
KEYWORDS=~amd64
fi

DESCRIPTION=Parallel scripting right from the Bourne-Again Shell (Bash)
HOMEPAGE=https://github.com/losalamos/MPI-Bash;

LICENSE=GPL-3
SLOT=0
IUSE=examples

DEPEND=virtual/mpi
=app-shells/bash-4.2[plugins]
sys-cluster/libcircle
RDEPEND=${DEPEND}

src_prepare() {
[[ ${PV} =  ]]  eautoreconf
}

src_configure() {
econf --with-bashdir=${EPREFIX}/usr/include/bash-plugins \
--with-plugindir=${EPREFIX}/usr/$(get_libdir)/bash
}

src_install() {
default
sed -i '/^export LD_LIBRARY_PATH/d' ${ED}/usr/bin/${PN} || die
use examples || rm -r ${ED}/usr/share/doc/${PF}/examples || die
}






[gentoo-commits] gentoo-x86 commit in dev-php/doctrine: doctrine-2.4.6.ebuild doctrine-1.2.5.ebuild ChangeLog

2015-02-17 Thread Brian Evans (grknight)
grknight15/02/18 02:11:25

  Modified: doctrine-1.2.5.ebuild ChangeLog
  Added:doctrine-2.4.6.ebuild
  Log:
  Add new slot for dev-php/doctrine and fix repoman warnings
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.2  dev-php/doctrine/doctrine-1.2.5.ebuild

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

Index: doctrine-1.2.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- doctrine-1.2.5.ebuild   30 Oct 2014 04:27:21 -  1.1
+++ doctrine-1.2.5.ebuild   18 Feb 2015 02:11:25 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild,v 
1.1 2014/10/30 04:27:21 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild,v 
1.2 2015/02/18 02:11:25 grknight Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-DEPEND==dev-lang/php-5.2.3[cli,pdo]
+DEPEND==dev-lang/php-5.2.3:*[cli,pdo]
 RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}



1.5  dev-php/doctrine/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   30 Oct 2014 04:27:21 -  1.4
+++ ChangeLog   18 Feb 2015 02:11:25 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/doctrine
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v 1.4 2014/10/30 
04:27:21 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v 1.5 2015/02/18 
02:11:25 grknight Exp $
+
+*doctrine-2.4.6 (18 Feb 2015)
+
+  18 Feb 2015; Brian Evans grkni...@gentoo.org +doctrine-2.4.6.ebuild,
+  doctrine-1.2.5.ebuild:
+  Add new slot for dev-php/doctrine and fix repoman warnings
 
 *doctrine-1.2.5 (30 Oct 2014)
 



1.1  dev-php/doctrine/doctrine-2.4.6.ebuild

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

Index: doctrine-2.4.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-2.4.6.ebuild,v 1.1 
2015/02/18 02:11:25 grknight Exp $

EAPI=5

MY_P=${PN}2-${PV}
DESCRIPTION=An object relational mapper for PHP5
HOMEPAGE=http://www.doctrine-project.org/;
SRC_URI=https://github.com/${PN}/${PN}2/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2.1 MIT BSD
SLOT=2
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND==dev-lang/php-5.3.2:*[cli,pdo]
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

src_install() {
insinto /usr/share/php
doins -r lib/Doctrine
}






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

2015-02-17 Thread Jason Zaman (perfinion)
perfinion15/02/18 03:35:21

  Modified: setools-3.3.8-r7.ebuild ChangeLog
  Log:
  re-add keywords to -r7
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.2  app-admin/setools/setools-3.3.8-r7.ebuild

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

Index: setools-3.3.8-r7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.8-r7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- setools-3.3.8-r7.ebuild 17 Feb 2015 19:53:46 -  1.1
+++ setools-3.3.8-r7.ebuild 18 Feb 2015 03:35:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.8-r7.ebuild,v 
1.1 2015/02/17 19:53:46 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.8-r7.ebuild,v 
1.2 2015/02/18 03:35:21 perfinion Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_4 )
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=
+KEYWORDS=~amd64 ~x86
 IUSE=X debug java python
 
 DEPEND==sys-devel/automake-1.12.1



1.96 app-admin/setools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   17 Feb 2015 19:53:46 -  1.95
+++ ChangeLog   18 Feb 2015 03:35:21 -  1.96
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/setools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v 1.95 
2015/02/17 19:53:46 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v 1.96 
2015/02/18 03:35:21 perfinion Exp $
+
+  18 Feb 2015; Jason Zaman perfin...@gentoo.org setools-3.3.8-r7.ebuild:
+  re-add keywords to -r7
 
 *setools-3.3.8-r7 (17 Feb 2015)
 






[gentoo-commits] proj/R_overlay:master commit in: roverlay/rpackage/, roverlay/recipe/, roverlay/util/

2015-02-17 Thread André Erdmann
commit: 815bc74db18c14807ea4098babeb0253f331bab3
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Wed Feb 18 02:16:56 2015 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Wed Feb 18 02:16:56 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=815bc74d

minor cleanup

* remove redundant imports
* add DISTMAP=None to recipe/distmap to make pylint happy
  (setup() must be called before access())

---
 roverlay/recipe/distmap.py | 2 ++
 roverlay/rpackage/descriptionreader.py | 1 -
 roverlay/util/ebuildparser.py  | 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/roverlay/recipe/distmap.py b/roverlay/recipe/distmap.py
index 27a67bf..a36865f 100644
--- a/roverlay/recipe/distmap.py
+++ b/roverlay/recipe/distmap.py
@@ -11,6 +11,8 @@ import roverlay.db.distmap
 
 __all__ = [ 'access', ]
 
+DISTMAP = None
+
 def setup():
Creates the static distmap instance.
global DISTMAP

diff --git a/roverlay/rpackage/descriptionreader.py 
b/roverlay/rpackage/descriptionreader.py
index d5db52b..6298f29 100644
--- a/roverlay/rpackage/descriptionreader.py
+++ b/roverlay/rpackage/descriptionreader.py
@@ -13,7 +13,6 @@ import string
 import re
 import sys
 import tarfile
-import os.path
 import time
 import logging
 

diff --git a/roverlay/util/ebuildparser.py b/roverlay/util/ebuildparser.py
index e3b926c..73ed517 100644
--- a/roverlay/util/ebuildparser.py
+++ b/roverlay/util/ebuildparser.py
@@ -311,7 +311,6 @@ class SrcUriParser ( EbuildParser ):
 
 
 if __name__ == '__main__':
-   import os
import sys
 
get_basename = os.path.basename



[gentoo-commits] proj/R_overlay:master commit in: roverlay/tools/

2015-02-17 Thread André Erdmann
commit: 91474197a0ad11ad8169e8dbf582c9a29ab67cf9
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Wed Feb 18 02:16:07 2015 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Wed Feb 18 02:16:07 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=91474197

fix 8647dac1ec5ad63cd44a8dfc121b8b0942b688ad

add missing module / kwargs=kill_kwargs typo

---
 roverlay/tools/subproc.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/roverlay/tools/subproc.py b/roverlay/tools/subproc.py
index a62601f..b5fa476 100644
--- a/roverlay/tools/subproc.py
+++ b/roverlay/tools/subproc.py
@@ -7,6 +7,7 @@
 import os
 import subprocess
 import sys
+import time
 
 __all__ = [
'get_subproc_devnull',
@@ -98,7 +99,7 @@ def gracefully_stop_subprocess ( proc, **kill_kwargs ):
   if subproc_send_term ( proc ):
  proc.communicate()
except:
-  stop_subprocess ( proc, **kwargs )
+  stop_subprocess ( proc, **kill_kwargs )
   raise
 
 def create_subprocess ( cmdv, **kwargs ):



[gentoo-commits] gentoo-x86 commit in dev-python/pyndex: pyndex-0.3.2a-r1.ebuild ChangeLog

2015-02-17 Thread Ian Delaney (idella4)
idella4 15/02/18 02:47:34

  Modified: ChangeLog
  Added:pyndex-0.3.2a-r1.ebuild
  Log:
  revbump; convert - distutils-r1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.12 dev-python/pyndex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyndex/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   10 Aug 2014 21:17:01 -  1.11
+++ ChangeLog   18 Feb 2015 02:47:34 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyndex
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyndex/ChangeLog,v 1.11 
2014/08/10 21:17:01 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyndex/ChangeLog,v 1.12 
2015/02/18 02:47:34 idella4 Exp $
+
+*pyndex-0.3.2a-r1 (18 Feb 2015)
+
+  18 Feb 2015; Ian Delaney idel...@gentoo.org +pyndex-0.3.2a-r1.ebuild:
+  revbump; convert - distutils-r1
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org pyndex-0.3.2a.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  dev-python/pyndex/pyndex-0.3.2a-r1.ebuild

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

Index: pyndex-0.3.2a-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyndex/pyndex-0.3.2a-r1.ebuild,v 
1.1 2015/02/18 02:47:34 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

MY_PN=Pyndex
MY_P=${MY_PN}-${PV}

DESCRIPTION=Simple and fast Python full-text indexer (aka search engine) using 
Metakit as its back-end
HOMEPAGE=http://www.divmod.org/Pyndex/index.html;
SRC_URI=mirror://sourceforge/pyndex/${MY_P}.tar.gz

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

RDEPEND==dev-db/metakit-2.4.9.2[python]
DEPEND=

S=${WORKDIR}/${MY_P}

pkg_setup() {
python-single-r1_pkg_setup
}






[gentoo-commits] gentoo-x86 commit in app-misc/xmind: xmind-3.5.1.201411201906.ebuild ChangeLog

2015-02-17 Thread Chris Reffett (creffett)
creffett15/02/17 22:45:13

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

Revision  ChangesPath
1.13 app-misc/xmind/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/xmind/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   19 Jun 2014 14:35:00 -  1.12
+++ ChangeLog   17 Feb 2015 22:45:13 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/xmind
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xmind/ChangeLog,v 1.12 2014/06/19 
14:35:00 creffett Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xmind/ChangeLog,v 1.13 2015/02/17 
22:45:13 creffett Exp $
+
+*xmind-3.5.1.201411201906 (17 Feb 2015)
+
+  17 Feb 2015;  creff...@gentoo.org +xmind-3.5.1.201411201906.ebuild:
+  Version bump
 
   19 Jun 2014; Chris Reffett creff...@gentoo.org
   -xmind-3.3.1.201212250029.ebuild, -xmind-3.4.0.201311050558-r1.ebuild:



1.1  app-misc/xmind/xmind-3.5.1.201411201906.ebuild

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

Index: xmind-3.5.1.201411201906.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/xmind/xmind-3.5.1.201411201906.ebuild,v 1.1 
2015/02/17 22:45:13 creffett Exp $

EAPI=5

inherit eutils multilib gnome2-utils

MY_PN=${PN}-portable
MY_P=${MY_PN}-${PV}

DESCRIPTION=A brainstorming and mind mapping software tool
HOMEPAGE=http://www.xmind.net;
SRC_URI=http://dl2.xmind.net/xmind-downloads/${MY_P}.zip
http://dev.gentoo.org/~creffett/distfiles/xmind-icons.tar.xz;
LICENSE=EPL-1.0 LGPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=
=virtual/jre-1.5
x11-libs/gtk+:2


S=${WORKDIR}

QA_PRESTRIPPED=opt/xmind/XMind/libcairo-swt.so
QA_FLAGS_IGNORED=

opt/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813/eclipse_1502.so

opt/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so
opt/xmind/XMind/libcairo-swt.so
opt/xmind/XMind/XMind


src_configure() {
if use amd64; then
XDIR=XMind_Linux_64bit
else
XDIR=XMind_Linux
fi
mv $XDIR XMind || die
mv XMind/.eclipseproduct Commons || die
cp ${FILESDIR}/${PN}-3.4.0-config.ini Commons/configuration || die 
#Combined common+linux config.ini
# force data instance  config area to be at home/.xmind directory
sed -i -e '/-configuration/d' \
-e '/\.\/configuration/d' \
-e '/-data/d' \
-e '/\.\.\/Commons\/data\/workspace-cathy/d' \
-e 's/\.\.\/Commons/\/opt\/xmind\/Commons/g' XMind/XMind.ini || 
die
echo '-Dosgi.instance.area=@user.home/.xmind/workspace-cathy'  
XMind/XMind.ini || die
echo '-Dosgi.configuration.area=@user.home/.xmind/configuration-cathy' 
 XMind/XMind.ini || die
}

src_compile() {
:
}

src_install() {
insinto /opt/xmind
doins -r Commons XMind || die
fperms a+rx  /opt/xmind/XMind/XMind

dodir /opt/bin
exeinto /opt/bin
newexe ${FILESDIR}/xmind-wrapper xmind

# install icons
local res
for res in 16 32 48; do
newicon -s ${res} ${WORKDIR}/xmind-icons/xmind.${res}.png 
xmind.png
done

# make desktop entry
make_desktop_entry xmind %F XMind xmind Office 
MimeType=application/x-xmind;
}

pkg_preinst() {
gnome2_icon_savelist
}

pkg_postinst() {
gnome2_icon_cache_update
elog For audio notes support, install media-sound/lame
}

pkg_postrm() {
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in media-tv/gentoo-vdr-scripts: ChangeLog gentoo-vdr-scripts-2.7.ebuild

2015-02-17 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/02/18 00:06:13

  Modified: ChangeLog
  Added:gentoo-vdr-scripts-2.7.ebuild
  Log:
  support =vdr-2.1.10, fix some deprecated warnings in new vdr major release
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.136media-tv/gentoo-vdr-scripts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.136view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.136content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?r1=1.135r2=1.136

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   6 Feb 2015 16:30:04 -   1.135
+++ ChangeLog   18 Feb 2015 00:06:13 -  1.136
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/gentoo-vdr-scripts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 
1.135 2015/02/06 16:30:04 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 
1.136 2015/02/18 00:06:13 hd_brummy Exp $
+
+*gentoo-vdr-scripts-2.7 (18 Feb 2015)
+
+  18 Feb 2015; Joerg Bornkessel hd_bru...@gentoo.org
+  +gentoo-vdr-scripts-2.7.ebuild:
+  support =vdr-2.1.10, fix some deprecated warnings in new vdr major release
 
   06 Feb 2015; Joerg Bornkessel hd_bru...@gentoo.org
   gentoo-vdr-scripts-2.6.ebuild:



1.1  media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.ebuild

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

Index: gentoo-vdr-scripts-2.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.ebuild,v
 1.1 2015/02/18 00:06:13 hd_brummy Exp $

EAPI=5

inherit eutils user

DESCRIPTION=Scripts necessary for use of vdr as a set-top-box
HOMEPAGE=http://www.gentoo.org/;
SRC_URI=mirror://gentoo/${P}.tar.bz2
http://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2;

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

RDEPEND=nvram? ( sys-power/nvram-wakeup )
app-admin/sudo
sys-process/wait_on_pid

VDR_HOME=/var/vdr

pkg_setup() {
enewgroup vdr

# Add user vdr to these groups:
#   video - accessing dvb-devices
#   audio - playing sound when using software-devices
#   cdrom - playing dvds/audio-cds ...
enewuser vdr -1 /bin/bash ${VDR_HOME} vdr,video,audio,cdrom
}

src_prepare() {
# moved into own package
sed -e '/SUBDIRS =/s# bin # #' -i usr/Makefile
sed -e '/all:/s#compile##' -i Makefile
}

src_install() {
default
nonfatal dodoc README* TODO ChangeLog

# create necessary directories
diropts -ovdr -gvdr
keepdir ${VDR_HOME}

local kd
for kd in shutdown-data merged-config-files dvd-images; do
keepdir ${VDR_HOME}/${kd}
done
}

pkg_preinst() {
local PLUGINS_NEW=0
if [[ -f ${ROOT}/etc/conf.d/vdr.plugins ]]; then
PLUGINS_NEW=$(grep -v '^#' ${ROOT}/etc/conf.d/vdr.plugins 
|grep -v '^$'|wc -l)
fi
if [[ ${PLUGINS_NEW}  0 ]]; then
cp ${ROOT}/etc/conf.d/vdr.plugins 
${D}/etc/conf.d/vdr.plugins
else
einfo Migrating PLUGINS setting from /etc/conf.d/vdr to 
/etc/conf.d/vdr.plugins
local PLUGIN
for PLUGIN in $(source ${ROOT}/etc/conf.d/vdr;echo $PLUGINS); 
do
echo ${PLUGIN}  ${D}/etc/conf.d/vdr.plugins
done
fi

has_version ${CATEGORY}/${PN}-0.5.4
previous_less_than_0_5_4=$?

has_version ${CATEGORY}/${PN}-2.6
previous_less_than_2_6=$?
}

VDRSUDOENTRY=vdr ALL=NOPASSWD:/usr/share/vdr/bin/vdrshutdown-really.sh

pkg_postinst() {
if [[ $previous_less_than_0_5_4 = 0 ]] ; then
elog \nVDR use now default the --cachedir parameter to store 
the epg.file
elog Please do not override this with the EPGFILE variable\n

elog svdrp port 2001 support removed\n

elog --rcu support removed, use media-plugin/vdr-rcu\n
fi

if [[ $previous_less_than_2_6 = 0 ]]; then
elog ${CATEGORY}/${PN} 

[gentoo-commits] gentoo-x86 commit in dev-python/pyrtf: pyrtf-0.45-r1.ebuild ChangeLog pyrtf-0.45.ebuild

2015-02-17 Thread Ian Delaney (idella4)
idella4 15/02/18 06:23:11

  Modified: ChangeLog
  Added:pyrtf-0.45-r1.ebuild
  Removed:  pyrtf-0.45.ebuild
  Log:
  revbump; convert - distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/pyrtf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrtf/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   10 Aug 2014 21:17:43 -  1.7
+++ ChangeLog   18 Feb 2015 06:23:11 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyrtf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrtf/ChangeLog,v 1.7 2014/08/10 
21:17:43 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrtf/ChangeLog,v 1.8 2015/02/18 
06:23:11 idella4 Exp $
+
+*pyrtf-0.45-r1 (18 Feb 2015)
+
+  18 Feb 2015; Ian Delaney idel...@gentoo.org +pyrtf-0.45-r1.ebuild,
+  -pyrtf-0.45.ebuild:
+  revbump; convert - distutils-r1, rm old
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org pyrtf-0.45.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  dev-python/pyrtf/pyrtf-0.45-r1.ebuild

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

Index: pyrtf-0.45-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrtf/pyrtf-0.45-r1.ebuild,v 1.1 
2015/02/18 06:23:11 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

MY_PN=PyRTF
MY_P=${MY_PN}-${PV}

DESCRIPTION=A set of Python classes that make it possible to produce RTF 
documents from Python programs
HOMEPAGE=http://pyrtf.sourceforge.net http://pypi.python.org/pypi/PyRTF;
SRC_URI=mirror://sourceforge/$PN/${MY_P}.tar.gz

LICENSE=|| ( GPL-2 LGPL-2 )
SLOT=0
KEYWORDS=~amd64 ~ia64 ~ppc ~x86
IUSE=

DEPEND=
RDEPEND=

S=${WORKDIR}/${MY_P}

pkg_setup() {
python-single-r1_pkg_setup
}






[gentoo-commits] gentoo-x86 commit in dev-python/python-virtkey: python-virtkey-0.60.0-r1.ebuild ChangeLog

2015-02-17 Thread Ian Delaney (idella4)
idella4 15/02/18 06:53:30

  Modified: ChangeLog
  Added:python-virtkey-0.60.0-r1.ebuild
  Log:
  revbump; convert - distutils-r1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/python-virtkey/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-virtkey/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   4 May 2012 15:12:16 -   1.4
+++ ChangeLog   18 Feb 2015 06:53:30 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-virtkey
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-virtkey/ChangeLog,v 1.4 
2012/05/04 15:12:16 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-virtkey/ChangeLog,v 1.5 
2015/02/18 06:53:30 idella4 Exp $
+
+*python-virtkey-0.60.0-r1 (18 Feb 2015)
+
+  18 Feb 2015; Ian Delaney idel...@gentoo.org
+  +python-virtkey-0.60.0-r1.ebuild:
+  revbump; convert - distutils-r1
 
   04 May 2012; Patrick Lauer patr...@gentoo.org python-virtkey-0.60.0.ebuild:
   Migrating dev-util/pkgconfig - virtual/pkgconfig
@@ -40,4 +46,3 @@
   +python-virtkey-0.50.ebuild, +metadata.xml:
   New ebuild for python-virtkey (bug #248256). Thanks to Denilson for
   suggestions.
-



1.1  dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild

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

Index: python-virtkey-0.60.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild,v
 1.1 2015/02/18 06:53:30 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1 versionator

DESCRIPTION=Python module to simulate keypresses and get current keyboard 
layout
HOMEPAGE=https://launchpad.net/virtkey;
SRC_URI=http://launchpad.net/python-virtkey/$(get_version_component_range 
1-2)/${PV}/+download/${P}.tar.gz

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

RDEPEND=
dev-libs/glib:2[${PYTHON_USEDEP}]
x11-libs/libX11
x11-libs/libXtst
x11-libs/gtk+:2
DEPEND=${RDEPEND}
virtual/pkgconfig
CFLAGS=${CFLAGS} -fno-strict-aliasing

pkg_setup() {
python-single-r1_pkg_setup
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/posix-spawn: ChangeLog posix-spawn-0.3.10.ebuild

2015-02-17 Thread Hans de Graaff (graaff)
graaff  15/02/18 07:10:53

  Modified: ChangeLog
  Added:posix-spawn-0.3.10.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.11 dev-ruby/posix-spawn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   30 Jan 2015 07:06:00 -  1.10
+++ ChangeLog   18 Feb 2015 07:10:53 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/posix-spawn
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v 1.10 
2015/01/30 07:06:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/ChangeLog,v 1.11 
2015/02/18 07:10:53 graaff Exp $
+
+*posix-spawn-0.3.10 (18 Feb 2015)
+
+  18 Feb 2015; Hans de Graaff gra...@gentoo.org +posix-spawn-0.3.10.ebuild:
+  Version bump.
 
   30 Jan 2015; Hans de Graaff gra...@gentoo.org posix-spawn-0.3.9.ebuild:
   Add ruby22.



1.1  dev-ruby/posix-spawn/posix-spawn-0.3.10.ebuild

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

Index: posix-spawn-0.3.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.10.ebuild,v 1.1 
2015/02/18 07:10:53 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 ruby22
KEYWORDS=~amd64

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=README.md TODO HACKING

inherit ruby-fakegem

DESCRIPTION=The posix-spawn library aims to implement a subset of the Ruby 1.9 
Process::spawn
HOMEPAGE=https://github.com/rtomayko/posix-spawn/;

LICENSE=MIT LGPL-2.1
SLOT=0
IUSE=test

each_ruby_configure() {
${RUBY} -Cext extconf.rb || die
}

each_ruby_compile() {
emake V=1 -Cext
cp ext/*$(get_modname) lib/ || die
}

each_ruby_test() {
${RUBY} -Ilib:.:test -e 'Dir[test/test_*.rb].each {|f| require f}' || 
die
}






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

2015-02-17 Thread Ben de Groot (yngwin)
yngwin  15/02/18 05:17:33

  Modified: ChangeLog
  Log:
  Enable sensible defaults on dev-python/PyQt5 for desktop users (bug #540046)

Revision  ChangesPath
1.9797   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9796
retrieving revision 1.9797
diff -u -r1.9796 -r1.9797
--- ChangeLog   17 Feb 2015 18:42:01 -  1.9796
+++ ChangeLog   18 Feb 2015 05:17:33 -  1.9797
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9796 2015/02/17 
18:42:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9797 2015/02/18 
05:17:33 yngwin 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!
 
+  18 Feb 2015; Ben de Groot yng...@gentoo.org targets/desktop/package.use:
+  Enable sensible defaults on dev-python/PyQt5 for desktop users (bug #540046)
+
   17 Feb 2015; Hans de Graaff gra...@gentoo.org package.mask:
   Mask virtual/ruby-threads for removal.
 






[gentoo-commits] gentoo-x86 commit in profiles/targets/desktop: package.use

2015-02-17 Thread Ben de Groot (yngwin)
yngwin  15/02/18 05:17:33

  Modified: package.use
  Log:
  Enable sensible defaults on dev-python/PyQt5 for desktop users (bug #540046)

Revision  ChangesPath
1.42 profiles/targets/desktop/package.use

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/package.use?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/package.use?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/package.use?r1=1.41r2=1.42

Index: package.use
===
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- package.use 17 Sep 2014 22:21:23 -  1.41
+++ package.use 18 Feb 2015 05:17:33 -  1.42
@@ -1,6 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v 1.41 
2014/09/17 22:21:23 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v 1.42 
2015/02/18 05:17:33 yngwin Exp $
+
+# Ben de Groot yng...@gentoo.org (18 Feb 2015)
+# Enable sensible defaults for desktop users (bug #540046)
+dev-python/PyQt5 declarative gui network printsupport sql widgets xmlpatterns
 
 # Chí-Thanh Christopher Nguyễn chith...@gentoo.org (17 Sep 2014)
 # Disable glamor for xf86-video-intel since it also needs uxa, which is
@@ -14,7 +18,7 @@
 
 # Rick Farina zeroch...@gentoo.org (31 May 2014)
 # wireshark 1.10.x has a mostly non-functional qt4 interface so keep
-# gtk3 the default until 1.11.x or higher is stabilized 
+# gtk3 the default until 1.11.x or higher is stabilized
 net-analyzer/wireshark-1.11.0 -qt4
 
 # Michał Górny mgo...@gentoo.org (27 May 2014)






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

2015-02-17 Thread Andrew Savchenko (bircoph)
bircoph 15/02/18 06:19:32

  Modified: ChangeLog cmake-utils.eclass
  Log:
  Fix bug 486626: add Fortran to Gentoo override rules the same way as other 
compilers

Revision  ChangesPath
1.1538   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1537
retrieving revision 1.1538
diff -u -r1.1537 -r1.1538
--- ChangeLog   16 Feb 2015 17:25:14 -  1.1537
+++ ChangeLog   18 Feb 2015 06:19:32 -  1.1538
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1537 2015/02/16 
17:25:14 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1538 2015/02/18 
06:19:32 bircoph Exp $
+
+  18 Feb 2015; Andrew Savchenko birc...@gentoo.org cmake-utils.eclass:
+  Add Fortran compiler to Gentoo override rules, wrt bug 486626.
 
   16 Feb 2015; Brian Evans grkni...@gentoo.org mysql-multilib.eclass:
   Adjust mysql-cluster-7.3* virtual



1.114eclass/cmake-utils.eclass

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

Index: cmake-utils.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- cmake-utils.eclass  18 Dec 2014 16:39:08 -  1.113
+++ cmake-utils.eclass  18 Feb 2015 06:19:32 -  1.114
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.113 
2014/12/18 16:39:08 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.114 
2015/02/18 06:19:32 bircoph Exp $
 
 # @ECLASS: cmake-utils.eclass
 # @MAINTAINER:
@@ -462,6 +462,7 @@
SET (CMAKE_ASM_COMPILE_OBJECT CMAKE_C_COMPILER DEFINES 
${CFLAGS} FLAGS -o OBJECT -c SOURCE CACHE STRING ASM compile command 
FORCE)
SET (CMAKE_C_COMPILE_OBJECT CMAKE_C_COMPILER DEFINES 
${CPPFLAGS} FLAGS -o OBJECT -c SOURCE CACHE STRING C compile command 
FORCE)
SET (CMAKE_CXX_COMPILE_OBJECT CMAKE_CXX_COMPILER DEFINES 
${CPPFLAGS} FLAGS -o OBJECT -c SOURCE CACHE STRING C++ compile command 
FORCE)
+   SET (CMAKE_Fortran_COMPILE_OBJECT CMAKE_Fortran_COMPILER 
DEFINES ${FCFLAGS} FLAGS -o OBJECT -c SOURCE CACHE STRING Fortran 
compile command FORCE)
SET (CMAKE_RANLIB $(type -P $(tc-getRANLIB)) CACHE FILEPATH 
Archive index generator FORCE)
SET (PKG_CONFIG_EXECUTABLE $(type -P $(tc-getPKG_CONFIG)) CACHE 
FILEPATH pkg-config executable FORCE)
_EOF_
@@ -470,6 +471,7 @@
cat  ${toolchain_file} - _EOF_
SET (CMAKE_C_COMPILER $(tc-getCC))
SET (CMAKE_CXX_COMPILER $(tc-getCXX))
+   SET (CMAKE_Fortran_COMPILER $(tc-getFC))
_EOF_
 
if tc-is-cross-compiler; then






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdeclarative/files: - New directory

2015-02-17 Thread Jeroen Roovers (jer)
jer 15/02/18 06:28:38

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/files added to the 
repository



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

2015-02-17 Thread Justin Lecher
commit: d351715f0829fa6d9b81bafe4bca30914d8a4621
Author: Andrei Zavada johnhommer AT gmail DOT com
AuthorDate: Mon Feb 16 18:59:49 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Feb 16 20:53:39 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d351715f

address reviewers' comments

---
 sci-biology/aghermann/aghermann-1.0.3.ebuild | 30 +++-
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/sci-biology/aghermann/aghermann-1.0.3.ebuild 
b/sci-biology/aghermann/aghermann-1.0.3.ebuild
index ab0c2f4..6969517 100644
--- a/sci-biology/aghermann/aghermann-1.0.3.ebuild
+++ b/sci-biology/aghermann/aghermann-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -13,17 +13,19 @@ LICENSE=GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
 
-DEPEND=x11-libs/gtk+:3
-   dev-libs/libconfig
-   dev-libs/libunique:3
-   sci-libs/gsl
-   sci-libs/itpp
-   sci-libs/fftw
-   dev-libs/libconfig
-   dev-libs/libxml2
-   media-libs/samplerate
-   x11-libs/vte
-   dev-lang/lua
+RDEPEND=x11-libs/gtk+:3
+dev-libs/libconfig
+dev-libs/libunique:3
+sci-libs/gsl
+sci-libs/itpp
+sci-libs/fftw
+dev-libs/libconfig
+dev-libs/libxml2
+media-libs/libsamplerate
+x11-libs/vte
+dev-lang/lua
+
+DEPEND=${RDEPEND}
 
 src_configure() {
 econf \
@@ -31,6 +33,6 @@ src_configure() {
 }
 
 src_install() {
-   emake DESTDIR=${D} install || die make install failed
-   dodoc AUTHORS ChangeLog* README || die dodoc failed
+   emake DESTDIR=${D} install
+   dodoc AUTHORS ChangeLog* README
 }



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

2015-02-17 Thread Justin Lecher
commit: fc0a6e57f149c19f20ea37e3ec54781dc8a26e5d
Author: Andrei Zavada johnhommer AT gmail DOT com
AuthorDate: Tue Feb 17 01:22:06 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue Feb 17 01:22:06 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fc0a6e57

fixes, removal of unneeded parts

---
 sci-biology/aghermann/ChangeLog  |  2 +-
 sci-biology/aghermann/aghermann-1.0.3.ebuild | 12 +++-
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/sci-biology/aghermann/ChangeLog b/sci-biology/aghermann/ChangeLog
index 36fac93..9b4a568 100644
--- a/sci-biology/aghermann/ChangeLog
+++ b/sci-biology/aghermann/ChangeLog
@@ -2,5 +2,5 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-  15 Jan 2015; Andrei Zavada johnhom...@gmail.com aghermann-1.0.3.ebuild:
+  17 Jan 2015; Andrei Zavada johnhom...@gmail.com aghermann-1.0.3.ebuild:
   Initial packaging for gentoo.

diff --git a/sci-biology/aghermann/aghermann-1.0.3.ebuild 
b/sci-biology/aghermann/aghermann-1.0.3.ebuild
index 6969517..8ee60fd 100644
--- a/sci-biology/aghermann/aghermann-1.0.3.ebuild
+++ b/sci-biology/aghermann/aghermann-1.0.3.ebuild
@@ -3,11 +3,10 @@
 # $Header: $
 
 EAPI=5
-inherit eutils
 
 DESCRIPTION=A sleep-research experiment manager, EDF viewer  Achermann's 
Process S model runner
 HOMEPAGE=http://johnhommer.com/academic/code/aghermann;
-SRC_URI=http://johnhommer.com/academic/code/aghermann/source/${PN}-${PV}.tar.xz;
+SRC_URI=http://johnhommer.com/academic/code/aghermann/source/${P}.tar.xz;
 
 LICENSE=GPL-2+
 SLOT=0
@@ -20,19 +19,14 @@ RDEPEND=x11-libs/gtk+:3
 sci-libs/itpp
 sci-libs/fftw
 dev-libs/libconfig
-dev-libs/libxml2
 media-libs/libsamplerate
 x11-libs/vte
 dev-lang/lua
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+dev-util/pkgconfig
 
 src_configure() {
 econf \
 --bindir=${EPREFIX}/bin
 }
-
-src_install() {
-   emake DESTDIR=${D} install
-   dodoc AUTHORS ChangeLog* README
-}



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

2015-02-17 Thread Justin Lecher
commit: 4126abee3092305b18b223f23c293b5c45a8630b
Author: Andrei Zavada johnhommer AT gmail DOT com
AuthorDate: Tue Feb 17 14:39:09 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue Feb 17 14:39:09 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4126abee

use tabs, sort RDEPEND items

---
 sci-biology/aghermann/aghermann-1.0.3.ebuild | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/sci-biology/aghermann/aghermann-1.0.3.ebuild 
b/sci-biology/aghermann/aghermann-1.0.3.ebuild
index 8ee60fd..ec31856 100644
--- a/sci-biology/aghermann/aghermann-1.0.3.ebuild
+++ b/sci-biology/aghermann/aghermann-1.0.3.ebuild
@@ -12,21 +12,20 @@ LICENSE=GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
 
-RDEPEND=x11-libs/gtk+:3
+RDEPEND=dev-lang/lua
+dev-libs/libconfig
 dev-libs/libconfig
 dev-libs/libunique:3
+media-libs/libsamplerate
+sci-libs/fftw
 sci-libs/gsl
 sci-libs/itpp
-sci-libs/fftw
-dev-libs/libconfig
-media-libs/libsamplerate
-x11-libs/vte
-dev-lang/lua
+x11-libs/gtk+:3
+x11-libs/vte
 
 DEPEND=${RDEPEND}
-dev-util/pkgconfig
+   dev-util/pkgconfig
 
 src_configure() {
-econf \
---bindir=${EPREFIX}/bin
+   econf --bindir=${EPREFIX}/bin
 }



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

2015-02-17 Thread Justin Lecher
commit: 7c7ad66a9ac7fc2ed43040e4577d1e02e7b4db67
Author: Christoph Junghans christoph.junghans AT gmail DOT com
AuthorDate: Tue Feb 17 21:29:05 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue Feb 17 21:29:05 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7c7ad66a

Merge pull request #370 from hmmr/master

sci-biology/aghermann: initial ebuild


 sci-biology/aghermann/ChangeLog  |  6 ++
 sci-biology/aghermann/Manifest   |  1 +
 sci-biology/aghermann/aghermann-1.0.3.ebuild | 31 
 sci-biology/aghermann/metadata.xml   | 16 ++
 4 files changed, 54 insertions(+)



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

2015-02-17 Thread Justin Lecher
commit: b7d4e8c38d6402df3b21e9e2675bb6375776ccdc
Author: Andrei Zavada johnhommer AT gmail DOT com
AuthorDate: Sun Feb 15 21:26:32 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Feb 15 21:26:32 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b7d4e8c3

sci-biology/aghermann: initial ebuild

Initial packaging for aghermann, a sleep-research experiment manager

Aghermann is a program designed around a common workflow in
sleep-research, complete with scoring facility; cairo subpixel
drawing on screen or to file; conventional PSD and EEG Micrcontinuity
profiles; Independent Component Analysis; artifact detection; and
Process S simulation following Achermann et al, 1993.

---
 sci-biology/aghermann/ChangeLog  |  6 +
 sci-biology/aghermann/aghermann-1.0.3.ebuild | 36 
 sci-biology/aghermann/metadata.xml   | 16 +
 3 files changed, 58 insertions(+)

diff --git a/sci-biology/aghermann/ChangeLog b/sci-biology/aghermann/ChangeLog
new file mode 100644
index 000..36fac93
--- /dev/null
+++ b/sci-biology/aghermann/ChangeLog
@@ -0,0 +1,6 @@
+# ChangeLog for sci-biology/aghermann
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  15 Jan 2015; Andrei Zavada johnhom...@gmail.com aghermann-1.0.3.ebuild:
+  Initial packaging for gentoo.

diff --git a/sci-biology/aghermann/aghermann-1.0.3.ebuild 
b/sci-biology/aghermann/aghermann-1.0.3.ebuild
new file mode 100644
index 000..ab0c2f4
--- /dev/null
+++ b/sci-biology/aghermann/aghermann-1.0.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION=A sleep-research experiment manager, EDF viewer  Achermann's 
Process S model runner
+HOMEPAGE=http://johnhommer.com/academic/code/aghermann;
+SRC_URI=http://johnhommer.com/academic/code/aghermann/source/${PN}-${PV}.tar.xz;
+
+LICENSE=GPL-2+
+SLOT=0
+KEYWORDS=~amd64 ~x86
+
+DEPEND=x11-libs/gtk+:3
+   dev-libs/libconfig
+   dev-libs/libunique:3
+   sci-libs/gsl
+   sci-libs/itpp
+   sci-libs/fftw
+   dev-libs/libconfig
+   dev-libs/libxml2
+   media-libs/samplerate
+   x11-libs/vte
+   dev-lang/lua
+
+src_configure() {
+econf \
+--bindir=${EPREFIX}/bin
+}
+
+src_install() {
+   emake DESTDIR=${D} install || die make install failed
+   dodoc AUTHORS ChangeLog* README || die dodoc failed
+}

diff --git a/sci-biology/aghermann/metadata.xml 
b/sci-biology/aghermann/metadata.xml
new file mode 100644
index 000..cb2f2c5
--- /dev/null
+++ b/sci-biology/aghermann/metadata.xml
@@ -0,0 +1,16 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci-biology/herd
+  maintainer
+emailjohnhom...@gmail.com/email
+nameAndrei Zavada/name
+  /maintainer
+  longdescription
+Aghermann is a program designed around a common workflow in
+sleep-research, complete with scoring facility; cairo subpixel
+drawing on screen or to file; conventional PSD and EEG Micrcontinuity
+profiles; Independent Component Analysis; artifact detection; and
+Process S simulation following Achermann et al, 1993.
+  /longdescription
+/pkgmetadata



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

2015-02-17 Thread Alexandre Rostovtsev (tetromino)
tetromino15/02/18 07:41:38

  Modified: ChangeLog package.use.mask
  Log:
  Mask cairo[openvg], experimental backend, no longer supported with 
=mesa-10.4 (bug #536434)

Revision  ChangesPath
1.771profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.770
retrieving revision 1.771
diff -u -r1.770 -r1.771
--- ChangeLog   12 Feb 2015 23:56:21 -  1.770
+++ ChangeLog   18 Feb 2015 07:41:38 -  1.771
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.770 2015/02/12 
23:56:21 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.771 2015/02/18 
07:41:38 tetromino Exp $
+
+  18 Feb 2015; Alexandre Rostovtsev tetrom...@gentoo.org package.use.mask:
+  Mask cairo[openvg], experimental backend, no longer supported with
+  =mesa-10.4 (bug #536434)
 
   12 Feb 2015; Andreas K. Huettel dilfri...@gentoo.org
   package.use.stable.mask:



1.647profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.646
retrieving revision 1.647
diff -u -r1.646 -r1.647
--- package.use.mask11 Feb 2015 03:52:30 -  1.646
+++ package.use.mask18 Feb 2015 07:41:38 -  1.647
@@ -1,10 +1,15 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.646 
2015/02/11 03:52:30 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.647 
2015/02/18 07:41:38 tetromino Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
 
+# Alexandre Rostovtsev tetrom...@gentoo.org (18 Feb 2015)
+# Experimental backend, plus it requires openvg support in mesa which is
+# now disabled in =mesa-10.4 (bug #536434)
+x11-libs/cairo openvg
+
 # Andrew Savchenko birc...@gentoo.org (11 Feb 2015)
 # Cluster code is still under development, only base functionality
 # is implemented. Masking for testing and evaluation.






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

2015-02-17 Thread Justin Lecher
commit: b240e952ea96aea5c2edcf9d1c71103005fb0209
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Wed Feb 18 07:13:45 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Feb 18 07:13:45 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b240e952

sci-biology/aghermann: Fix slot operators

Package-Manager: portage-2.2.17

---
 sci-biology/aghermann/ChangeLog  | 3 +++
 sci-biology/aghermann/aghermann-1.0.3.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-biology/aghermann/ChangeLog b/sci-biology/aghermann/ChangeLog
index 5403aff..4f7dc5a 100644
--- a/sci-biology/aghermann/ChangeLog
+++ b/sci-biology/aghermann/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   18 Feb 2015; Justin Lecher j...@gentoo.org aghermann-1.0.3.ebuild:
+  sci-biology/aghermann: Fix slot operators
+
+  18 Feb 2015; Justin Lecher j...@gentoo.org aghermann-1.0.3.ebuild:
   sci-biology/aghermann: Fix indention and use virtual for pkgconfig
 
   17 Jan 2015; Andrei Zavada johnhom...@gmail.com aghermann-1.0.3.ebuild:

diff --git a/sci-biology/aghermann/aghermann-1.0.3.ebuild 
b/sci-biology/aghermann/aghermann-1.0.3.ebuild
index d25cf06..c55bee0 100644
--- a/sci-biology/aghermann/aghermann-1.0.3.ebuild
+++ b/sci-biology/aghermann/aghermann-1.0.3.ebuild
@@ -13,16 +13,16 @@ SLOT=0
 KEYWORDS=~amd64 ~x86
 
 RDEPEND=
-   dev-lang/lua
+   dev-lang/lua:0
dev-libs/libconfig
dev-libs/libconfig
dev-libs/libunique:3
media-libs/libsamplerate
-   sci-libs/fftw
+   sci-libs/fftw:3.0
sci-libs/gsl
sci-libs/itpp
x11-libs/gtk+:3
-   x11-libs/vte
+   x11-libs/vte:=
 DEPEND=${RDEPEND}
virtual/pkgconfig
 



[gentoo-commits] gentoo-x86 commit in dev-python/dugong: dugong-3.5.ebuild ChangeLog dugong-3.2.ebuild dugong-3.3.ebuild

2015-02-17 Thread Ian Delaney (idella4)
idella4 15/02/18 05:42:57

  Modified: ChangeLog
  Added:dugong-3.5.ebuild
  Removed:  dugong-3.2.ebuild dugong-3.3.ebuild
  Log:
  bump; rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.12 dev-python/dugong/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Jan 2015 16:16:38 -  1.11
+++ ChangeLog   18 Feb 2015 05:42:57 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/dugong
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v 1.11 
2015/01/19 16:16:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v 1.12 
2015/02/18 05:42:57 idella4 Exp $
+
+*dugong-3.5 (18 Feb 2015)
+
+  18 Feb 2015; Ian Delaney idel...@gentoo.org +dugong-3.5.ebuild,
+  -dugong-3.2.ebuild, -dugong-3.3.ebuild:
+  bump; rm old
 
   19 Jan 2015; Tim Harder radher...@gentoo.org metadata.xml:
   Drop myself from metadata.



1.1  dev-python/dugong/dugong-3.5.ebuild

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

Index: dugong-3.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/dugong-3.5.ebuild,v 1.1 
2015/02/18 05:42:57 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python3_{3,4} )

inherit distutils-r1

DESCRIPTION=Python library for communicating with HTTP 1.1 servers
HOMEPAGE=https://bitbucket.org/nikratio/python-dugong/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2

LICENSE=LGPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc examples test

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )

python_test() {
py.test -v || die Tests failed under ${EPYTHON}
}

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






[gentoo-commits] gentoo-x86 commit in dev-python/PyQt5: PyQt5-5.4.ebuild ChangeLog

2015-02-17 Thread Ben de Groot (yngwin)
yngwin  15/02/18 05:21:11

  Modified: PyQt5-5.4.ebuild ChangeLog
  Log:
  Drop default on gui useflag, which is now enabled (with some others) in 
desktop profile (bug #540046). Wrap long lines.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.3  dev-python/PyQt5/PyQt5-5.4.ebuild

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

Index: PyQt5-5.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyQt5-5.4.ebuild3 Feb 2015 07:49:55 -   1.2
+++ PyQt5-5.4.ebuild18 Feb 2015 05:21:11 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.ebuild,v 1.2 
2015/02/03 07:49:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.ebuild,v 1.3 
2015/02/18 05:21:11 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -8,7 +8,8 @@
 inherit eutils multibuild multilib python-r1 qmake-utils
 
 DESCRIPTION=Python bindings for the Qt framework
-HOMEPAGE=http://www.riverbankcomputing.co.uk/software/pyqt/intro/ 
https://pypi.python.org/pypi/PyQt5;
+HOMEPAGE=http://www.riverbankcomputing.co.uk/software/pyqt/intro/
+   https://pypi.python.org/pypi/PyQt5;
 
 MY_PN=PyQt-gpl
 if [[ ${PV} == *_pre* ]]; then
@@ -24,8 +25,9 @@
 KEYWORDS=~amd64 ~arm ~x86
 
 # TODO: bluetooth, webchannel, webengine
-IUSE=dbus debug declarative designer doc examples +gui help multimedia 
network opengl positioning
-   printsupport sensors serialport sql svg testlib webkit websockets 
widgets x11extras xmlpatterns
+IUSE=dbus debug declarative designer doc examples gui help multimedia network
+   opengl positioning printsupport sensors serialport sql svg testlib 
webkit
+   websockets widgets x11extras xmlpatterns
 REQUIRED_USE=
${PYTHON_REQUIRED_USE}
positioning? ( gui )



1.7  dev-python/PyQt5/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   3 Feb 2015 07:49:55 -   1.6
+++ ChangeLog   18 Feb 2015 05:21:11 -  1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/PyQt5
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.6 2015/02/03 
07:49:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.7 2015/02/18 
05:21:11 yngwin Exp $
+
+  18 Feb 2015; Ben de Groot yng...@gentoo.org PyQt5-5.4.ebuild:
+  Drop default on gui useflag, which is now enabled (with some others) in
+  desktop profile (bug #540046). Wrap long lines.
 
   03 Feb 2015; Mikle Kolyada zlog...@gentoo.org PyQt5-5.4.ebuild:
   Add ~arm keyword






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

2015-02-17 Thread Johannes Huber
commit: 30deeed8e9aea93364cf6a964fb5a0069df7c572
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Tue Feb 17 20:56:29 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Wed Feb 18 06:39:15 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=30deeed8

[kde-apps/print-manager] Frameworks merged to master

Drop unused frameworks: kcompletion, kdelibs4support

Package-Manager: portage-2.2.17

---
 kde-apps/print-manager/print-manager-5..ebuild | 55 --
 kde-apps/print-manager/print-manager-.ebuild   | 27 ---
 2 files changed, 20 insertions(+), 62 deletions(-)

diff --git a/kde-apps/print-manager/print-manager-5..ebuild 
b/kde-apps/print-manager/print-manager-5..ebuild
deleted file mode 100644
index e997897..000
--- a/kde-apps/print-manager/print-manager-5..ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH=frameworks
-inherit kde5
-
-DESCRIPTION=Manage print jobs and printers in KDE
-KEYWORDS=
-IUSE=gtk
-
-DEPEND=
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   net-print/cups
-
-RDEPEND=${DEPEND}
-   !kde-base/print-manager:4
-   gtk? ( app-admin/system-config-printer-gnome )
-
-
-pkg_postinst(){
-   if ! use gtk ; then
-   ewarn
-   ewarn By switching off \gtk\ USE flag, you have chosen to do 
without
-   ewarn an important, though optional, runtime dependency:
-   ewarn
-   ewarn app-admin/system-config-printer-gnome
-   ewarn
-   ewarn ${PN} will work nevertheless, but is going to be less 
comfortable
-   ewarn and will show the following error status during runtime:
-   ewarn
-   ewarn \Failed to group devices: 'The name 
org.fedoraproject.Config.Printing
-   ewarn was not provided by any .service files'\
-   ewarn
-   fi
-}

diff --git a/kde-apps/print-manager/print-manager-.ebuild 
b/kde-apps/print-manager/print-manager-.ebuild
index aab71a8..17efe00 100644
--- a/kde-apps/print-manager/print-manager-.ebuild
+++ b/kde-apps/print-manager/print-manager-.ebuild
@@ -4,19 +4,32 @@
 
 EAPI=5
 
-inherit kde4-base
+inherit kde5
 
-DESCRIPTION=Manage print jobs and printers in KDE
+DESCRIPTION=Manage print jobs and printers in Plasma
 KEYWORDS=
-IUSE=debug +gtk
+IUSE=gtk
 
 DEPEND=
-   =net-print/cups-1.5.0[dbus]
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   net-print/cups
 
 RDEPEND=${DEPEND}
-   !kde-base/printer-applet:4
-   !kde-base/system-config-printer-kde:4
-   !kde-misc/print-manager
gtk? ( app-admin/system-config-printer-gnome )
 
 



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

2015-02-17 Thread Johannes Huber
commit: cb7d6c357130507c198001d19f578cc905f8852d
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Wed Feb 18 00:45:09 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Wed Feb 18 06:37:26 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cb7d6c35

[kde-apps/dolphin] Tests optional patch upstreamed

Block by eclass, s/KDE/Plasma/

Package-Manager: portage-2.2.17

---
 kde-apps/dolphin/dolphin-5..ebuild |  5 +
 kde-apps/dolphin/files/dolphin-5.-tests-optional.patch | 11 ---
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-5..ebuild 
b/kde-apps/dolphin/dolphin-5..ebuild
index 2953627..3700424 100644
--- a/kde-apps/dolphin/dolphin-5..ebuild
+++ b/kde-apps/dolphin/dolphin-5..ebuild
@@ -11,7 +11,7 @@ KDE_TEST=true
 VIRTUALX_REQUIRED=test
 inherit kde5
 
-DESCRIPTION=KDE filemanager focusing on usability
+DESCRIPTION=Plasma filemanager focusing on usability
 HOMEPAGE=http://dolphin.kde.org 
http://www.kde.org/applications/system/dolphin;
 KEYWORDS=
 IUSE=semantic-desktop
@@ -53,11 +53,8 @@ DEPEND=
 
 RDEPEND=${DEPEND}
$(add_plasma_dep kio-extras)
-   !kde-base/dolphin:4
 
 
-PATCHES=( ${FILESDIR}/${PN}-5.-tests-optional.patch )
-
 S=${S}/${PN}
 
 src_configure() {

diff --git a/kde-apps/dolphin/files/dolphin-5.-tests-optional.patch 
b/kde-apps/dolphin/files/dolphin-5.-tests-optional.patch
deleted file mode 100644
index 43aa648..000
--- a/kde-apps/dolphin/files/dolphin-5.-tests-optional.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/src/CMakeLists.txt   2015-01-19 02:45:45.207037408 +0100
-+++ b/src/CMakeLists.txt   2015-01-19 02:52:38.558025089 +0100
-@@ -334,4 +334,7 @@
- install( PROGRAMS settings/services/servicemenuinstallation DESTINATION 
${BIN_INSTALL_DIR} )
- install( PROGRAMS settings/services/servicemenudeinstallation DESTINATION 
${BIN_INSTALL_DIR} )
- 
--add_subdirectory(tests)
-+if(BUILD_TESTING)
-+find_package(Qt5Test ${QT_MIN_VERSION} CONFIG REQUIRED)
-+add_subdirectory(tests)
-+endif()



[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: youtube-dl-2015.02.18.ebuild ChangeLog youtube-dl-2015.02.11.ebuild

2015-02-17 Thread Jeroen Roovers (jer)
jer 15/02/18 06:57:43

  Modified: ChangeLog
  Added:youtube-dl-2015.02.18.ebuild
  Removed:  youtube-dl-2015.02.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.456net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.456view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.456content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.455r2=1.456

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -r1.455 -r1.456
--- ChangeLog   16 Feb 2015 10:56:42 -  1.455
+++ ChangeLog   18 Feb 2015 06:57:43 -  1.456
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.455 
2015/02/16 10:56:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.456 
2015/02/18 06:57:43 jer Exp $
+
+*youtube-dl-2015.02.18 (18 Feb 2015)
+
+  18 Feb 2015; Jeroen Roovers j...@gentoo.org +youtube-dl-2015.02.18.ebuild,
+  -youtube-dl-2015.02.11.ebuild:
+  Version bump.
 
 *youtube-dl-2015.02.16 (16 Feb 2015)
 



1.1  net-misc/youtube-dl/youtube-dl-2015.02.18.ebuild

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

Index: youtube-dl-2015.02.18.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.02.18.ebuild,v 1.1 
2015/02/18 06:57:43 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION=Download videos from YouTube.com (and more sites...)
HOMEPAGE=http://rg3.github.com/youtube-dl/;
SRC_URI=http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=offensive test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
local xxx=(
alphaporno anysex behindkink drtuber empflix eporner 
eroprofile
extremetube fourtube foxgay goshgay hellporno 
hentaistigma
hornbunny keezmovies mofosex motherless pornhd pornhub 
pornotube
pornoxo redtube sexykarma sexu sunporno slutload 
spankwire thisav
tnaflix trutube tube8 vporn xbef xhamster xnxx xtube 
xvideos
xxxymovies youjizz youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] gentoo-x86 commit in kde-base/pykde4: metadata.xml ChangeLog pykde4-4.12.5.ebuild

2015-02-17 Thread Michal Gorny (mgorny)
mgorny  15/02/18 05:28:36

  Modified: metadata.xml ChangeLog
  Removed:  pykde4-4.12.5.ebuild
  Log:
  Remove old version. python-exec:0 can be removed now.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.10 kde-base/pykde4/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/metadata.xml?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/metadata.xml?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/metadata.xml?r1=1.9r2=1.10

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde4/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml13 May 2014 17:43:05 -  1.9
+++ metadata.xml18 Feb 2015 05:28:36 -  1.10
@@ -5,6 +5,5 @@
use
flag name=akonadiCompile bindings for Akonadi/flag
flag name=nepomukCompile bindings for Nepomuk/flag
-   flag name=semantic-desktopEnables Nepomuk and Soprano 
python language bindings/flag
/use
 /pkgmetadata



1.312kde-base/pykde4/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/ChangeLog?rev=1.312view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/ChangeLog?rev=1.312content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/pykde4/ChangeLog?r1=1.311r2=1.312

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- ChangeLog   17 Feb 2015 11:06:42 -  1.311
+++ ChangeLog   18 Feb 2015 05:28:36 -  1.312
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/pykde4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.311 
2015/02/17 11:06:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.312 
2015/02/18 05:28:36 mgorny Exp $
+
+  18 Feb 2015; Michał Górny mgo...@gentoo.org
+  -files/pykde4-4.10.1-arm-sip.patch, -pykde4-4.12.5.ebuild, metadata.xml:
+  Remove old version. python-exec:0 can be removed now.
 
   17 Feb 2015; Agostino Sarubbo a...@gentoo.org pykde4-4.14.3.ebuild:
   Stable for ppc64 wrt bug #517344






[gentoo-commits] gentoo-x86 commit in kde-base/pykde4/files: pykde4-4.10.1-arm-sip.patch

2015-02-17 Thread Michal Gorny (mgorny)
mgorny  15/02/18 05:28:36

  Removed:  pykde4-4.10.1-arm-sip.patch
  Log:
  Remove old version. python-exec:0 can be removed now.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)



[gentoo-commits] gentoo-x86 commit in dev-qt/qtdeclarative: qtdeclarative-5.4.0.ebuild ChangeLog

2015-02-17 Thread Jeroen Roovers (jer)
jer 15/02/18 06:30:45

  Modified: qtdeclarative-5.4.0.ebuild ChangeLog
  Log:
  Add stack size calculation fix for HPPA (bug #538674).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.4  dev-qt/qtdeclarative/qtdeclarative-5.4.0.ebuild

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

Index: qtdeclarative-5.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-5.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qtdeclarative-5.4.0.ebuild  3 Feb 2015 11:39:02 -   1.3
+++ qtdeclarative-5.4.0.ebuild  18 Feb 2015 06:30:45 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-5.4.0.ebuild,v 1.3 
2015/02/03 11:39:02 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-5.4.0.ebuild,v 1.4 
2015/02/18 06:30:45 jer Exp $
 
 EAPI=5
 
@@ -28,6 +28,10 @@
 
 RDEPEND=${DEPEND}
 
+PATCHES=(
+   ${FILESDIR}/${P}-stack-direction.patch
+)
+
 src_prepare() {
use localstorage || sed -i -e '/localstorage/d' \
src/imports/imports.pro || die



1.24 dev-qt/qtdeclarative/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/ChangeLog?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/ChangeLog?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/ChangeLog?r1=1.23r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   3 Feb 2015 11:39:02 -   1.23
+++ ChangeLog   18 Feb 2015 06:30:45 -  1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-qt/qtdeclarative
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.23 
2015/02/03 11:39:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.24 
2015/02/18 06:30:45 jer Exp $
+
+  18 Feb 2015; Jeroen Roovers j...@gentoo.org qtdeclarative-5.4.0.ebuild,
+  +files/qtdeclarative-5.4.0-stack-direction.patch:
+  Add stack size calculation fix for HPPA (bug #538674).
 
   03 Feb 2015; Jeroen Roovers j...@gentoo.org qtdeclarative-5.4.0.ebuild:
   Marked ~hppa too.






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdeclarative/files: qtdeclarative-5.4.0-stack-direction.patch

2015-02-17 Thread Jeroen Roovers (jer)
jer 15/02/18 06:30:45

  Added:qtdeclarative-5.4.0-stack-direction.patch
  Log:
  Add stack size calculation fix for HPPA (bug #538674).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  
dev-qt/qtdeclarative/files/qtdeclarative-5.4.0-stack-direction.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/files/qtdeclarative-5.4.0-stack-direction.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/files/qtdeclarative-5.4.0-stack-direction.patch?rev=1.1content-type=text/plain

Index: qtdeclarative-5.4.0-stack-direction.patch
===
commit a4152c29b6f98c32a30a824bc50a760ce6bad6c7
Author: Rolf Eike Beer e...@emlix.com
Date:   Wed Feb 4 13:24:53 2015 +0100

QML: do not check stack size if stack grows up

On architectures where the stack grows upwards (i.e. HP PA-RISC) the
stack limit calculation fails because the variables used to check the
offset are usually close to the bottom of the stack, which is in this
case the origin of the stack grows. Since these machines are a rare
obscurity simply simply assume that everything is fine on these
machines. The few people that are indeed running QML on such machines
will probably be able configure their stack size properly by default.

Task-number: QTBUG-44268
Change-Id: Ia83a39179a0f6e0602ba7a5032d386e12d8d1ba3

diff --git a/src/qml/jsruntime/qv4engine.cpp b/src/qml/jsruntime/qv4engine.cpp
index 5bba745..6156e5c 100644
--- a/src/qml/jsruntime/qv4engine.cpp
+++ b/src/qml/jsruntime/qv4engine.cpp
@@ -108,8 +108,14 @@ quintptr getStackLimit()
 } else
 size = pthread_get_stacksize_np(thread_self);
 stackLimit -= size;
+#  elif defined(__hppa)
+// On some architectures the stack grows upwards. All of these are rather 
exotic, so simply assume
+// everything is fine there.
+// Known examples:
+// -HP PA-RISC
+stackLimit = 0;
+
 #  else
-void* stackBottom = 0;
 pthread_attr_t attr;
 #if HAVE(PTHREAD_NP_H)  OS(FREEBSD)
 // on FreeBSD pthread_attr_init() must be called otherwise getting the 
attrs crashes
@@ -117,7 +123,9 @@ quintptr getStackLimit()
 #else
 if (pthread_getattr_np(pthread_self(), attr) == 0) {
 #endif
+void *stackBottom = Q_NULLPTR;
 size_t stackSize = 0;
+
 pthread_attr_getstack(attr, stackBottom, stackSize);
 pthread_attr_destroy(attr);





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

2015-02-17 Thread Justin Lecher
commit: 5d8bcda413a586a3f2bd44b70f8c523d57e17480
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Wed Feb 18 07:10:43 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Feb 18 07:10:43 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5d8bcda4

sci-biology/aghermann: Fix indention and use virtual for pkgconfig

Package-Manager: portage-2.2.17

---
 sci-biology/aghermann/ChangeLog  |  3 +++
 sci-biology/aghermann/aghermann-1.0.3.ebuild | 24 
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/sci-biology/aghermann/ChangeLog b/sci-biology/aghermann/ChangeLog
index 9b4a568..5403aff 100644
--- a/sci-biology/aghermann/ChangeLog
+++ b/sci-biology/aghermann/ChangeLog
@@ -2,5 +2,8 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Feb 2015; Justin Lecher j...@gentoo.org aghermann-1.0.3.ebuild:
+  sci-biology/aghermann: Fix indention and use virtual for pkgconfig
+
   17 Jan 2015; Andrei Zavada johnhom...@gmail.com aghermann-1.0.3.ebuild:
   Initial packaging for gentoo.

diff --git a/sci-biology/aghermann/aghermann-1.0.3.ebuild 
b/sci-biology/aghermann/aghermann-1.0.3.ebuild
index ec31856..d25cf06 100644
--- a/sci-biology/aghermann/aghermann-1.0.3.ebuild
+++ b/sci-biology/aghermann/aghermann-1.0.3.ebuild
@@ -12,19 +12,19 @@ LICENSE=GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
 
-RDEPEND=dev-lang/lua
-dev-libs/libconfig
-dev-libs/libconfig
-dev-libs/libunique:3
-media-libs/libsamplerate
-sci-libs/fftw
-sci-libs/gsl
-sci-libs/itpp
-x11-libs/gtk+:3
-x11-libs/vte
-
+RDEPEND=
+   dev-lang/lua
+   dev-libs/libconfig
+   dev-libs/libconfig
+   dev-libs/libunique:3
+   media-libs/libsamplerate
+   sci-libs/fftw
+   sci-libs/gsl
+   sci-libs/itpp
+   x11-libs/gtk+:3
+   x11-libs/vte
 DEPEND=${RDEPEND}
-   dev-util/pkgconfig
+   virtual/pkgconfig
 
 src_configure() {
econf --bindir=${EPREFIX}/bin



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

2015-02-17 Thread Justin Lecher (jlec)
jlec15/02/17 13:27:36

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



[gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/

2015-02-17 Thread Michael Palimaka
commit: 574a57ab685216fccc7d597e480bf6eebc985d0f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:53:21 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:53:21 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=574a57ab

[net-im/ktp-text-ui] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 net-im/ktp-text-ui/ktp-text-ui-4..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-4..ebuild 
b/net-im/ktp-text-ui/ktp-text-ui-4..ebuild
index 36c63f7..69ec89a 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-4..ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-4..ebuild
@@ -25,7 +25,7 @@ IUSE=debug semantic-desktop
 
 DEPEND=
=net-libs/telepathy-qt-0.9.5[qt4]
-   =net-libs/telepathy-logger-qt-0.8
+   =net-libs/telepathy-logger-qt-0.8:0
semantic-desktop? (
$(add_kdebase_dep kdepimlibs)
|| ( =net-libs/libkpeople-0.3.0:= =net-libs/kpeople-0.3.0:= )



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

2015-02-17 Thread Michael Palimaka
commit: dfe9183721623a4c6a264856c64236738f270b3e
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:51:00 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:51:00 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dfe91837

[media-sound/amarok] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 media-sound/amarok/amarok-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index d5bcdb6..25d9c55 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -57,7 +57,7 @@ COMMONDEPEND=
mp3tunes? (
dev-libs/glib:2
dev-libs/libxml2
-   dev-libs/openssl
+   dev-libs/openssl:0
net-libs/loudmouth
net-misc/curl
=dev-qt/qtcore-4.8.4:4[glib]



[gentoo-commits] proj/kde:master commit in: net-im/ktp-common-internals/

2015-02-17 Thread Michael Palimaka
commit: 65f1841482b271209d57839a83a804565d154926
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:52:51 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:52:51 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=65f18414

[net-im/ktp-common-internals] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 net-im/ktp-common-internals/ktp-common-internals-4..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/ktp-common-internals/ktp-common-internals-4..ebuild 
b/net-im/ktp-common-internals/ktp-common-internals-4..ebuild
index 8d6efdb..7099023 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-4..ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-4..ebuild
@@ -25,7 +25,7 @@ IUSE=debug otr semantic-desktop
 
 DEPEND=
=net-libs/telepathy-qt-0.9.5[qt4]
-   =net-libs/telepathy-logger-qt-0.5.80
+   =net-libs/telepathy-logger-qt-0.5.80:0
otr? (
dev-libs/libgcrypt:0=
=net-libs/libotr-4.0.0



[gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.21.1.ebuild ChangeLog

2015-02-17 Thread Jeroen Roovers (jer)
jer 15/02/17 14:36:56

  Modified: cython-0.21.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #530280).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  dev-python/cython/cython-0.21.1.ebuild

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

Index: cython-0.21.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.21.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cython-0.21.1.ebuild16 Feb 2015 09:50:21 -  1.5
+++ cython-0.21.1.ebuild17 Feb 2015 14:36:56 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.21.1.ebuild,v 
1.5 2015/02/16 09:50:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.21.1.ebuild,v 
1.6 2015/02/17 14:36:56 jer Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris
 IUSE=doc test
 
 RDEPEND=



1.145dev-python/cython/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   16 Feb 2015 09:50:21 -  1.144
+++ ChangeLog   17 Feb 2015 14:36:56 -  1.145
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cython
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.144 
2015/02/16 09:50:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.145 
2015/02/17 14:36:56 jer Exp $
+
+  17 Feb 2015; Jeroen Roovers j...@gentoo.org cython-0.21.1.ebuild:
+  Stable for HPPA (bug #530280).
 
   16 Feb 2015; Pacho Ramos pa...@gentoo.org cython-0.21.1.ebuild:
   amd64/ppc/ppc64/x86 stable, bug #530280






[gentoo-commits] gentoo-x86 commit in app-shells/tcsh: tcsh-6.18.01-r2.ebuild ChangeLog

2015-02-17 Thread Michael Haubenwallner (haubi)
haubi   15/02/17 15:03:26

  Modified: tcsh-6.18.01-r2.ebuild ChangeLog
  Log:
  tcsh-6.18.01-r2: Add AIX patch for now until upstream (bug#366) knows better.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C719EE20)

Revision  ChangesPath
1.11 app-shells/tcsh/tcsh-6.18.01-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild?r1=1.10r2=1.11

Index: tcsh-6.18.01-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tcsh-6.18.01-r2.ebuild  26 Jan 2014 12:11:23 -  1.10
+++ tcsh-6.18.01-r2.ebuild  17 Feb 2015 15:03:26 -  1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild,v 
1.10 2014/01/26 12:11:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r2.ebuild,v 
1.11 2015/02/17 15:03:26 haubi Exp $
 
 EAPI=3
 
@@ -32,6 +32,7 @@
epatch ${FILESDIR}/${PN}-6.14.00-debian-dircolors.patch # bug #120792
epatch ${FILESDIR}/${PN}-6.14-makefile.patch # bug #151951
epatch ${FILESDIR}/${PN}-6.14-use-ncurses.patch
+   epatch ${FILESDIR}/${PN}-6.18.01-aix.patch
 
# fix dependency on ncurses[tinfo], #459484
sed \



1.136app-shells/tcsh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/ChangeLog?rev=1.136view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/ChangeLog?rev=1.136content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/ChangeLog?r1=1.135r2=1.136

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   26 Jan 2014 12:11:23 -  1.135
+++ ChangeLog   17 Feb 2015 15:03:26 -  1.136
@@ -1,6 +1,10 @@
 # ChangeLog for app-shells/tcsh
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.135 
2014/01/26 12:11:23 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.136 
2015/02/17 15:03:26 haubi Exp $
+
+  17 Feb 2015; Michael Haubenwallner ha...@gentoo.org tcsh-6.18.01-r2.ebuild,
+  +files/tcsh-6.18.01-aix.patch:
+  Add AIX patch for now until upstream (bug#366) knows better.
 
   26 Jan 2014; Agostino Sarubbo a...@gentoo.org tcsh-6.18.01-r2.ebuild:
   Stable for sparc, wrt bug #495350






[gentoo-commits] gentoo-x86 commit in net-wireless/gnuradio: gnuradio-3.7.6.1.ebuild ChangeLog gnuradio-3.7.6.ebuild gnuradio-3.7.5.2.ebuild

2015-02-17 Thread Richard Farina (zerochaos)
zerochaos15/02/17 16:07:10

  Modified: ChangeLog
  Added:gnuradio-3.7.6.1.ebuild
  Removed:  gnuradio-3.7.6.ebuild gnuradio-3.7.5.2.ebuild
  Log:
  version bump, drop old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.62 net-wireless/gnuradio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   21 Jan 2015 12:32:44 -  1.61
+++ ChangeLog   17 Feb 2015 16:07:10 -  1.62
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/gnuradio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.61 
2015/01/21 12:32:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.62 
2015/02/17 16:07:10 zerochaos Exp $
+
+*gnuradio-3.7.6.1 (17 Feb 2015)
+
+  17 Feb 2015; Rick Farina zeroch...@gentoo.org +gnuradio-3.7.6.1.ebuild,
+  -gnuradio-3.7.5.2.ebuild, -gnuradio-3.7.6.ebuild:
+  version bump, drop old
 
   21 Jan 2015; Pacho Ramos pa...@gentoo.org gnuradio-3.7.6.ebuild,
   gnuradio-.ebuild:



1.1  net-wireless/gnuradio/gnuradio-3.7.6.1.ebuild

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

Index: gnuradio-3.7.6.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.7.6.1.ebuild,v 1.1 
2015/02/17 16:07:10 zerochaos Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

CMAKE_BUILD_TYPE=None
inherit cmake-utils fdo-mime gnome2-utils python-single-r1

DESCRIPTION=Toolkit that provides signal processing blocks to implement 
software radios
HOMEPAGE=http://gnuradio.org/;
LICENSE=GPL-3
SLOT=0/${PV}

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=http://gnuradio.org/git/gnuradio.git;
inherit git-r3
KEYWORDS=
else
SRC_URI=http://s3-dist.gnuradio.org/${P}.tar.gz;
KEYWORDS=~amd64 ~arm ~x86
fi

IUSE=+audio +alsa atsc +analog +digital channels +ctrlport doc dtv examples 
fcd fec +filter grc jack log noaa oss pager performance-counters portaudio +qt4 
sdl test trellis uhd vocoder +utils wavelet wxwidgets zeromq

REQUIRED_USE=${PYTHON_REQUIRED_USE}
audio? ( || ( alsa oss jack portaudio ) )
alsa? ( audio )
oss? ( audio )
jack? ( audio )
portaudio? ( audio )
analog? ( filter )
digital? ( filter analog )
pager? ( filter analog )
qt4? ( filter )
uhd? ( filter analog )
fcd? ( || ( alsa oss ) )
wavelet? ( analog )
wxwidgets? ( filter analog )

# bug #348206
# comedi? ( =sci-electronics/comedilib-0.8 )
# boost-1.52.0 is blacklisted, bug #461578, upstream #513, boost #7669
RDEPEND=${PYTHON_DEPS}
=dev-lang/orc-0.4.12
dev-libs/boost:0=[${PYTHON_USEDEP}]
!=dev-libs/boost-1.52.0-r6:0/1.52
dev-python/numpy[${PYTHON_USEDEP}]
=dev-util/cppunit-1.9.14
sci-libs/fftw:3.0=
alsa? (
media-libs/alsa-lib[${PYTHON_USEDEP}]
)
ctrlport? ( dev-libs/Ice[python,${PYTHON_USEDEP}] )
fcd? ( virtual/libusb:1 )
filter? ( sci-libs/scipy )
grc? (
dev-python/cheetah[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
)
jack? (
media-sound/jack-audio-connection-kit
)
log? ( dev-libs/log4cpp )
portaudio? (
=media-libs/portaudio-19_pre
)
qt4? (
=dev-python/PyQt4-4.4[X,opengl,${PYTHON_USEDEP}]
=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
=dev-qt/qtcore-4.4:4
=dev-qt/qtgui-4.4:4
x11-libs/qwt:6
)
sdl? ( =media-libs/libsdl-1.2.0 )
uhd? ( =net-wireless/uhd-3.4.3-r1:=[${PYTHON_USEDEP}] )
utils? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
vocoder? ( 

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

2015-02-17 Thread Ulrich Mueller (ulm)
ulm 15/02/17 16:42:14

  Modified: ChangeLog
  Added:emacs-vcs-24.4.90.ebuild
  Log:
  First pretest for Emacs 24.5.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.184app-editors/emacs-vcs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog   17 Feb 2015 08:23:32 -  1.183
+++ ChangeLog   17 Feb 2015 16:42:14 -  1.184
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/emacs-vcs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.183 
2015/02/17 08:23:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.184 
2015/02/17 16:42:14 ulm Exp $
+
+*emacs-vcs-24.4.90 (17 Feb 2015)
+
+  17 Feb 2015; Ulrich Müller u...@gentoo.org +emacs-vcs-24.4.90.ebuild:
+  First pretest for Emacs 24.5.
 
   17 Feb 2015; Ulrich Müller u...@gentoo.org emacs-vcs-24.4.-r2.ebuild,
   emacs-vcs-25.0.50_pre20141110.ebuild, -emacs-vcs-25.0.50_pre20141130.ebuild,



1.1  app-editors/emacs-vcs/emacs-vcs-24.4.90.ebuild

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

Index: emacs-vcs-24.4.90.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.90.ebuild,v 1.1 
2015/02/17 16:42:14 ulm Exp $

EAPI=5

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

if [[ ${PV##*.} =  ]]; then
inherit git-r3
EGIT_REPO_URI=git://git.sv.gnu.org/emacs.git
EGIT_BRANCH=emacs-24
EGIT_CHECKOUT_DIR=${WORKDIR}/emacs
S=${EGIT_CHECKOUT_DIR}
else
SRC_URI=http://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
# FULL_VERSION keeps the full version number, which is needed in
# order to determine some path information correctly for copy/move
# operations later on
FULL_VERSION=${PV%%_*}
S=${WORKDIR}/emacs-${FULL_VERSION}
fi

DESCRIPTION=The extensible, customizable, self-documenting real-time display 
editor
HOMEPAGE=http://www.gnu.org/software/emacs/;

LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
SLOT=24
IUSE=acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
+gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm zlib
REQUIRED_USE=?? ( aqua X )

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

[gentoo-commits] gentoo-x86 commit in games-strategy/hedgewars: hedgewars-0.9.21.1.ebuild ChangeLog

2015-02-17 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/17 17:13:07

  Modified: ChangeLog
  Added:hedgewars-0.9.21.1.ebuild
  Log:
  version bump (bug #540394)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.65 games-strategy/hedgewars/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/hedgewars/ChangeLog?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/hedgewars/ChangeLog?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/hedgewars/ChangeLog?r1=1.64r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   10 Feb 2015 10:09:55 -  1.64
+++ ChangeLog   17 Feb 2015 17:13:07 -  1.65
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/hedgewars
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/ChangeLog,v 1.64 
2015/02/10 10:09:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/ChangeLog,v 1.65 
2015/02/17 17:13:07 mr_bones_ Exp $
+
+*hedgewars-0.9.21.1 (17 Feb 2015)
+
+  17 Feb 2015; Michael Sterrett mr_bon...@gentoo.org
+  +hedgewars-0.9.21.1.ebuild:
+  version bump (bug #540394)
 
   10 Feb 2015; Agostino Sarubbo a...@gentoo.org hedgewars-0.9.20.5.ebuild:
   Stable for x86, wrt bug #539090



1.1  games-strategy/hedgewars/hedgewars-0.9.21.1.ebuild

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

Index: hedgewars-0.9.21.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/hedgewars/hedgewars-0.9.21.1.ebuild,v 
1.1 2015/02/17 17:13:07 mr_bones_ Exp $

# TODO: when physfs-2.1.0 hits the tree, set
# -DPHYSFS_SYSTEM=ON

EAPI=5
CMAKE_BUILD_TYPE=Release
inherit cmake-utils eutils games

MY_P=${PN}-src-${PV}
DESCRIPTION=A turn-based strategy, artillery, action and comedy game
HOMEPAGE=http://hedgewars.org/;
SRC_URI=http://download.gna.org/hedgewars/${MY_P}.tar.bz2;

LICENSE=GPL-2 Apache-2.0 FDL-1.3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=
QA_FLAGS_IGNORED=${GAMES_BINDIR}/hwengine # pascal sucks
QA_PRESTRIPPED=${GAMES_BINDIR}/hwengine # pascal sucks

RDEPEND=
dev-lang/lua
dev-qt/qtcore:4
dev-qt/qtgui:4
media-libs/freeglut
media-libs/libpng:0
media-libs/libsdl[sound,opengl,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-net
media-libs/sdl-ttf
sys-libs/zlib
virtual/ffmpeg
DEPEND=${RDEPEND}
=dev-lang/fpc-2.4
RDEPEND=${RDEPEND}
media-fonts/wqy-zenhei
=media-fonts/dejavu-2.28

S=${WORKDIR}/${PN}-src-${PV%.*}

src_configure() {
local mycmakeargs=(
-DMINIMAL_FLAGS=ON
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DDATA_INSTALL_DIR=${GAMES_DATADIR}/${PN}
-Dtarget_binary_install_dir=${GAMES_BINDIR}
-Dtarget_library_install_dir=$(games_get_libdir)
-DNOSERVER=TRUE
-DCMAKE_VERBOSE_MAKEFILE=TRUE
-DPHYSFS_SYSTEM=OFF
)
cmake-utils_src_configure
}

src_compile() {
cmake-utils_src_compile
}

src_install() {
DOCS=ChangeLog.txt README cmake-utils_src_install
rm -f 
${D}/usr/share/games/hedgewars/Data/Fonts/{DejaVuSans-Bold.ttf,wqy-zenhei.ttc}
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
${GAMES_DATADIR}/hedgewars/Data/Fonts/DejaVuSans-Bold.ttf
dosym /usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc \
${GAMES_DATADIR}/hedgewars/Data/Fonts/wqy-zenhei.ttc
doicon misc/hedgewars.png
make_desktop_entry ${PN} Hedgewars
doman man/${PN}.6
prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20150210.ebuild ChangeLog

2015-02-17 Thread Nicolas Bock (nicolasbock)
nicolasbock15/02/17 16:53:27

  Modified: ChangeLog
  Added:lammps-20150210.ebuild
  Log:
  sci-physics/lammps: Adding new version.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  ChangesPath
1.69 sci-physics/lammps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   8 Feb 2015 13:46:11 -   1.68
+++ ChangeLog   17 Feb 2015 16:53:27 -  1.69
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.68 
2015/02/08 13:46:11 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.69 
2015/02/17 16:53:27 nicolasbock Exp $
+
+*lammps-20150210 (17 Feb 2015)
+
+  17 Feb 2015; Nicolas Bock nicolasb...@gentoo.org +lammps-20150210.ebuild:
+  sci-physics/lammps: Adding new version.
 
 *lammps-20150206 (08 Feb 2015)
 



1.1  sci-physics/lammps/lammps-20150210.ebuild

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

Index: lammps-20150210.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20150210.ebuild,v 
1.1 2015/02/17 16:53:27 nicolasbock Exp $

EAPI=5

inherit eutils flag-o-matic fortran-2 multilib

convert_month() {
case $1 in
01) echo Jan
;;
02) echo Feb
;;
03) echo Mar
;;
04) echo Apr
;;
05) echo May
;;
06) echo Jun
;;
07) echo Jul
;;
08) echo Aug
;;
09) echo Sep
;;
10) echo Oct
;;
11) echo Nov
;;
12) echo Dec
;;
*)  echo unknown
;;
esac
}

MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}

DESCRIPTION=Large-scale Atomic/Molecular Massively Parallel Simulator
HOMEPAGE=http://lammps.sandia.gov/;
SRC_URI=http://lammps.sandia.gov/tars/${MY_P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc examples gzip lammps-memalign mpi static-libs

DEPEND=
mpi? (
virtual/blas
virtual/lapack
virtual/mpi
)
sci-libs/voro++

RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

lmp_emake() {
local LAMMPS_INCLUDEFLAGS
LAMMPS_INCLUDEFLAGS=$(usex gzip '-DLAMMPS_GZIP' '')
LAMMPS_INCLUDEFLAGS+=$(usex lammps-memalign ' -DLAMMPS_MEMALIGN' '')

# The lammps makefile uses CC to indicate the C++ compiler.
emake \
ARCHIVE=$(tc-getAR) \
CC=$(usex mpi mpic++ $(tc-getCXX)) \
F90=$(usex mpi mpif90 $(tc-getFC)) \
LINK=$(usex mpi mpic++ $(tc-getCXX)) \
CCFLAGS=${CXXFLAGS} \
F90FLAGS=${FCFLAGS} \
LINKFLAGS=${LDFLAGS} \
LMP_INC=${LAMMPS_INCLUDEFLAGS} \
MPI_INC=$(usex mpi '' -I../STUBS) \
MPI_PATH=$(usex mpi '' '-L../STUBS') \
MPI_LIB=$(usex mpi '' '-lmpi_stubs') \
user-atc_SYSLIB=$(usex mpi $($(tc-getPKG_CONFIG) --libs blas) 
$($(tc-getPKG_CONFIG) --libs lapack) '')\
$@
}

src_prepare() {
# Fix inconsistent use of SHFLAGS.
sed -i \
-e 's:voronoi_SYSINC\s\+=.*$:voronoi_SYSINC = 
-I/usr/include/voro++:' \
-e 's:voronoi_SYSPATH\s\+=.*$:voronoi_SYSPATH =:' \
lib/voronoi/Makefile.lammps || die

# Fix missing .so name.
sed -i \
-e 's:SHLIBFLAGS\s\+=\s\+:SHLIBFLAGS = 
-Wl,-soname,liblammps.so.0 :' \
src/MAKE/Makefile.serial || die

# Fix makefile in tools.
sed -i \

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

2015-02-17 Thread Alexys Jacob (ultrabug)
ultrabug15/02/17 16:00:13

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

Revision  ChangesPath
1.14 x11-misc/py3status/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   23 Jan 2015 17:06:51 -  1.13
+++ ChangeLog   17 Feb 2015 16:00:13 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/py3status
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.13 
2015/01/23 17:06:51 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.14 
2015/02/17 16:00:13 ultrabug Exp $
+
+*py3status-2.3 (17 Feb 2015)
+
+  17 Feb 2015; Ultrabug ultra...@gentoo.org -py3status-1.6.ebuild,
+  -py3status-2.2.ebuild, +py3status-2.3.ebuild:
+  version bump, drop old
 
 *py3status-2.2 (23 Jan 2015)
 



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

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

Index: py3status-2.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/py3status-2.3.ebuild,v 
1.1 2015/02/17 16:00:13 ultrabug Exp $

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

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

inherit distutils-r1

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

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

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

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

S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in media-libs/harfbuzz: ChangeLog harfbuzz-9999.ebuild harfbuzz-0.9.38.ebuild

2015-02-17 Thread Alexandre Rostovtsev (tetromino)
tetromino15/02/17 17:19:34

  Modified: ChangeLog harfbuzz-.ebuild
  Added:harfbuzz-0.9.38.ebuild
  Log:
  Version bump; libharfbuzz-gobject is now installed only if USE=introspection 
(bug #535852, thanks to jshin et al).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.97 media-libs/harfbuzz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   31 Jan 2015 13:14:56 -  1.96
+++ ChangeLog   17 Feb 2015 17:19:34 -  1.97
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/harfbuzz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.96 
2015/01/31 13:14:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.97 
2015/02/17 17:19:34 tetromino Exp $
+
+*harfbuzz-0.9.38 (17 Feb 2015)
+
+  17 Feb 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  +harfbuzz-0.9.38.ebuild, harfbuzz-.ebuild:
+  Version bump; libharfbuzz-gobject is now installed only if USE=introspection
+  (bug #535852, thanks to jshin et al).
 
   31 Jan 2015; Agostino Sarubbo a...@gentoo.org harfbuzz-0.9.35.ebuild:
   Stable for amd64, wrt bug #531592



1.32 media-libs/harfbuzz/harfbuzz-.ebuild

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

Index: harfbuzz-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-.ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- harfbuzz-.ebuild27 Dec 2014 20:47:26 -  1.31
+++ harfbuzz-.ebuild17 Feb 2015 17:19:34 -  1.32
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-.ebuild,v 
1.31 2014/12/27 20:47:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-.ebuild,v 
1.32 2015/02/17 17:19:34 tetromino Exp $
 
 EAPI=5
 
@@ -64,17 +64,21 @@
 
[[ ${PV} ==  ]]  eautoreconf
elibtoolize # for Solaris
+
+   # failing test, https://bugs.freedesktop.org/show_bug.cgi?id=89190
+   sed -e 's#tests/arabic-fallback-shaping.tests##' -i 
test/shaping/Makefile.in || die sed failed
 }
 
 multilib_src_configure() {
ECONF_SOURCE=${S} \
+   # harfbuzz-gobject only used for instrospection, bug #535852
econf \
--without-coretext \
--without-uniscribe \
$(use_enable static-libs static) \
$(multilib_native_use_with cairo) \
$(use_with glib) \
-   $(use_with glib gobject) \
+   $(use_with introspection gobject) \
$(use_with graphite graphite2) \
$(use_with icu) \
$(multilib_native_use_enable introspection) \



1.1  media-libs/harfbuzz/harfbuzz-0.9.38.ebuild

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

Index: harfbuzz-0.9.38.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.38.ebuild,v 
1.1 2015/02/17 17:19:34 tetromino Exp $

EAPI=5

EGIT_REPO_URI=git://anongit.freedesktop.org/harfbuzz
[[ ${PV} ==  ]]  inherit git-r3 autotools

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

inherit eutils libtool multilib-minimal python-any-r1

DESCRIPTION=An OpenType text shaping engine
HOMEPAGE=http://www.freedesktop.org/wiki/Software/HarfBuzz;
[[ ${PV} ==  ]] || 
SRC_URI=http://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2;

LICENSE=Old-MIT ISC icu
SLOT=0/0.9.18 # 

[gentoo-commits] gentoo-x86 commit in dev-perl/Socket-GetAddrInfo: - New directory

2015-02-17 Thread Tony Vroon (chainsaw)
chainsaw15/02/17 13:28:35

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Socket-GetAddrInfo added to the 
repository



[gentoo-commits] gentoo-x86 commit in x11-apps/xauth: xauth-1.0.9-r1.ebuild xauth-1.0.9-r2.ebuild ChangeLog

2015-02-17 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/02/17 13:51:46

  Modified: xauth-1.0.9-r1.ebuild ChangeLog
  Added:xauth-1.0.9-r2.ebuild
  Log:
  Restrict tests so 1.0.9-r1 can go stable, bug #511202.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.2  x11-apps/xauth/xauth-1.0.9-r1.ebuild

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

Index: xauth-1.0.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xauth-1.0.9-r1.ebuild   28 Nov 2014 15:33:42 -  1.1
+++ xauth-1.0.9-r1.ebuild   17 Feb 2015 13:51:46 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v 1.1 
2014/11/28 15:33:42 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v 1.2 
2015/02/17 13:51:46 chithanh Exp $
 
 EAPI=4
 
@@ -17,6 +17,7 @@
x11-libs/libXmu
 DEPEND=${RDEPEND}
 
+RESTRICT=test
 # Tests dependend on dev-util/cmdtest awaiting keywording, bug #511202.
 #  test? ( dev-util/cmdtest )
 



1.102x11-apps/xauth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   28 Nov 2014 15:35:15 -  1.101
+++ ChangeLog   17 Feb 2015 13:51:46 -  1.102
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/xauth
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.101 2014/11/28 
15:35:15 chithanh Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.102 2015/02/17 
13:51:46 chithanh Exp $
+
+*xauth-1.0.9-r2 (17 Feb 2015)
+
+  17 Feb 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  +xauth-1.0.9-r2.ebuild, xauth-1.0.9-r1.ebuild:
+  Restrict tests so 1.0.9-r1 can go stable, bug #511202.
 
 *xauth-1.0.9-r1 (28 Nov 2014)
 



1.1  x11-apps/xauth/xauth-1.0.9-r2.ebuild

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

Index: xauth-1.0.9-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r2.ebuild,v 1.1 
2015/02/17 13:51:46 chithanh Exp $

EAPI=4

inherit autotools-utils xorg-2

DESCRIPTION=X authority file utility

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt
IUSE=ipv6

RDEPEND=x11-libs/libX11
x11-libs/libXau
x11-libs/libXext
x11-libs/libXmu
DEPEND=${RDEPEND}

# Tests dependend on dev-util/cmdtest awaiting keywording, bug #511202.
#   test? ( dev-util/cmdtest )

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

src_test() {
# Address sandbox failure, bug #527574
addwrite /proc/self/comm
autotools-utils_src_test
}






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

2015-02-17 Thread Michael Palimaka
commit: 2bb28ea0bf78893b531f7ffb7c564bdc9601a8ad
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:49:04 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:49:04 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2bb28ea0

[kde-base/kdelibs] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 kde-base/kdelibs/kdelibs-4.14.5.ebuild | 2 +-
 kde-base/kdelibs/kdelibs-4..ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/kdelibs/kdelibs-4.14.5.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.5.ebuild
index f0bb08d..79800ca 100644
--- a/kde-base/kdelibs/kdelibs-4.14.5.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.14.5.ebuild
@@ -83,7 +83,7 @@ COMMONDEPEND=
)
policykit? ( =sys-auth/polkit-qt-0.103.0 )
spell? ( app-text/enchant )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0 )
udev? ( virtual/udev )
zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
 

diff --git a/kde-base/kdelibs/kdelibs-4..ebuild 
b/kde-base/kdelibs/kdelibs-4..ebuild
index c207ddf..c1b1eca 100644
--- a/kde-base/kdelibs/kdelibs-4..ebuild
+++ b/kde-base/kdelibs/kdelibs-4..ebuild
@@ -83,7 +83,7 @@ COMMONDEPEND=
)
policykit? ( =sys-auth/polkit-qt-0.103.0 )
spell? ( app-text/enchant )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0 )
udev? ( virtual/udev )
zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
 



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

2015-02-17 Thread Michael Palimaka
commit: 1839e64c15a67d10fdfc53034960ef00667aad19
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:49:21 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:49:21 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1839e64c

[kde-frameworks/kdelibs4support] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 kde-frameworks/kdelibs4support/kdelibs4support-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild
index 4ab3d5c..db035e9 100644
--- a/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND=
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
app-text/docbook-xml-dtd:4.2
-   dev-libs/openssl
+   dev-libs/openssl:0
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5



[gentoo-commits] proj/mysql:master commit in: dev-db/mysql/, dev-db/percona-server/, dev-db/mariadb-galera/, virtual/mysql/, ...

2015-02-17 Thread Brian Evans
commit: a5280aa28a3173dd2792a241d1f15ec0016792a8
Author: Brian Evans grknight AT gentoo DOT org
AuthorDate: Tue Feb 17 14:14:49 2015 +
Commit: Brian Evans grknight AT gentoo DOT org
CommitDate: Tue Feb 17 14:14:49 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=a5280aa2

Sync with tree

---
 .../mariadb-galera/mariadb-galera-10.0.14.ebuild   | 123 
 .../mariadb-galera/mariadb-galera-10.0.15.ebuild   | 125 -
 dev-db/mariadb/mariadb-10.0.15.ebuild  | 115 ---
 dev-db/mariadb/mariadb-10.0.16.ebuild  |   4 +-
 dev-db/mariadb/mariadb-5.5.39.ebuild   | 114 ---
 ...iadb-5.5.40-r1.ebuild = mariadb-5.5.41.ebuild} |  12 +-
 dev-db/mysql/mysql-5.5.41.ebuild   | 121 
 dev-db/mysql/mysql-5.6.22.ebuild   |  12 +-
 1.ebuild = percona-server-5.6.22.72.0.ebuild} |   6 +-
 eclass/mysql-multilib.eclass   |   5 +-
 eclass/mysql-v2.eclass |   8 +-
 .../{mysql-5.6-r1.ebuild = mysql-5.5-r1.ebuild}   |  12 +-
 virtual/mysql/mysql-5.5.ebuild |  23 
 virtual/mysql/mysql-5.6-r2.ebuild  |   6 +-
 14 files changed, 35 insertions(+), 651 deletions(-)

diff --git a/dev-db/mariadb-galera/mariadb-galera-10.0.14.ebuild 
b/dev-db/mariadb-galera/mariadb-galera-10.0.14.ebuild
deleted file mode 100644
index 8524a94..000
--- a/dev-db/mariadb-galera/mariadb-galera-10.0.14.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.14.ebuild,v 
1.1 2014/10/20 23:54:49 grknight Exp $
-
-EAPI=5
-MY_EXTRAS_VER=20141019-1948Z
-WSREP_REVISION=25
-
-inherit toolchain-funcs mysql-multilib
-# only to make repoman happy. it is really set in the eclass
-IUSE=$IUSE
-
-# REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS=~amd64 ~x86
-
-# When MY_EXTRAS is bumped, the index should be revised to exclude these.
-EPATCH_EXCLUDE=''
-
-DEPEND=|| ( =sys-devel/gcc-3.4.6 =sys-devel/gcc-apple-4.0 )
-RDEPEND=${RDEPEND}
-
-# Please do not add a naive src_unpack to this ebuild
-# If you want to add a single patch, copy the ebuild to an overlay
-# and create your own mysql-extras tarball, looking at 000_index.txt
-
-# Official test instructions:
-# USE='-cluster embedded extraengine perl ssl static-libs community' \
-# FEATURES='test userpriv -usersandbox' \
-# ebuild mariadb-galera-X.X.XX.ebuild \
-# digest clean package
-multilib_src_test() {
-
-   if ! multilib_is_native_abi ; then
-   einfo Server tests not available on non-native abi.
-   return 0;
-   fi
-
-   local TESTDIR=${BUILD_DIR}/mysql-test
-   local retstatus_unit
-   local retstatus_tests
-
-   # Bug #213475 - MySQL _will_ object strenously if your machine is named
-   # localhost. Also causes weird failures.
-   [[ ${HOSTNAME} == localhost ]]  die Your machine must NOT be 
named localhost
-
-   if ! use minimal ; then
-
-   if [[ $UID -eq 0 ]]; then
-   die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
-   fi
-   has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox
-
-   einfo  Test phase [test]: ${CATEGORY}/${PF}
-   addpredict /this-dir-does-not-exist/t9.MYI
-
-   # Run CTest (test-units)
-   cmake-utils_src_test
-   retstatus_unit=$?
-   [[ $retstatus_unit -eq 0 ]] || eerror test-unit failed
-
-   # Ensure that parallel runs don't die
-   export MTR_BUILD_THREAD=$((${RANDOM} % 100))
-   # You may set this by hand.
-   # The default maximum is 8 unless MTR_MAX_PARALLEL is increased
-   export MTR_PARALLEL=${MTR_PARALLEL:-auto}
-
-   # create directories because mysqladmin might right out of order
-   mkdir -p ${T}/var-tests{,/log}
-
-   # These are failing in MariaDB 10.0 for now and are believed to 
be
-   # false positives:
-   #
-   # main.information_schema, 
binlog.binlog_statement_insert_delayed,
-   # main.mysqld--help, funcs_1.is_triggers, 
funcs_1.is_tables_mysql,
-   # funcs_1.is_columns_mysql
-   # fails due to USE=-latin1 / utf8 default
-   #
-   # main.mysql_client_test, main.mysql_client_test_nonblock
-   # mina.mysql_client_test_comp:
-   # segfaults at random under Portage only, suspect resource 
limits.
-   #
-   # wsrep.variables:
-   # Expects the sys-cluster/galera library to be 

[gentoo-commits] proj/api:master commit in: files/overlays/

2015-02-17 Thread Michał Górny
commit: 1c988f9edb4bf742144ab057df7adcac6b5969ca
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Tue Feb 17 15:34:44 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Tue Feb 17 15:34:44 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=1c988f9e

Remove tcl-multislot, as requested by tcl maintainers

---
 files/overlays/repositories.xml | 13 -
 1 file changed, 13 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 06ff934..fc88a28 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4816,19 +4816,6 @@ FIN
 feedhttp://git.overlays.gentoo.org/gitweb/?p=user/tbc.git;a=atom/feed
 feedhttp://git.overlays.gentoo.org/gitweb/?p=user/tbc.git;a=rss/feed
   /repo
-  repo quality=experimental status=unofficial
-nametcl-multislot/name
-descriptionTcl/Tk multi-slot system, with tcltk eselect module for 
switching across multiple versions (actually: 8.4 8.5 8.6)./description
-
homepagehttps://git.overlays.gentoo.org/gitweb/?p=dev/mescalinum/tcl-multislot.git;a=summary/homepage
-owner
-  emailmescali...@gentoo.org/email
-/owner
-!-- source 
type=githttps://git.overlays.gentoo.org/gitroot/dev/mescalinum/tcl-multislot.git/source
 --
-source 
type=gitgit://git.overlays.gentoo.org/dev/mescalinum/tcl-multislot.git/source
-source 
type=gitgit+ssh://g...@git.overlays.gentoo.org/dev/mescalinum/tcl-multislot.git/source
-
feedhttps://git.overlays.gentoo.org/gitweb/?p=dev/mescalinum/tcl-multislot.git;a=atom/feed
-
feedhttps://git.overlays.gentoo.org/gitweb/?p=dev/mescalinum/tcl-multislot.git;a=rss/feed
-  /repo
   repo quality=experimental status=official
 nametegra/name
 descriptionGentoo overlay for NVIDIA Tegra2/description



[gentoo-commits] gentoo-x86 commit in dev-perl/Socket-GetAddrInfo: metadata.xml ChangeLog Socket-GetAddrInfo-0.220.0.ebuild Manifest

2015-02-17 Thread Tony Vroon (chainsaw)
chainsaw15/02/17 13:30:05

  Added:metadata.xml ChangeLog
Socket-GetAddrInfo-0.220.0.ebuild Manifest
  Log:
  Initial commit, ebuild based on the work of Kent Fredic  Torsten tove 
Veller in the experimental Perl overlay. Herd review by Kent Fredric. For Owen 
Conway in the LINX technology team.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.1  dev-perl/Socket-GetAddrInfo/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdperl/herd
  maintainer
emailchain...@gentoo.org/email
nameTony Vroon/name
  /maintainer
  upstream
remote-id type=cpanSocket-GetAddrInfo/remote-id
remote-id type=cpan-moduleSocket::GetAddrInfo/remote-id
  /upstream
/pkgmetadata



1.1  dev-perl/Socket-GetAddrInfo/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/Socket-GetAddrInfo
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket-GetAddrInfo/ChangeLog,v 1.1 
2015/02/17 13:30:04 chainsaw Exp $

*Socket-GetAddrInfo-0.220.0 (17 Feb 2015)

  17 Feb 2015; Tony Vroon chain...@gentoo.org
  +Socket-GetAddrInfo-0.220.0.ebuild, +metadata.xml:
  Initial commit, ebuild based on the work of Kent Fredic  Torsten tove
  Veller in the experimental Perl overlay. Herd review by Kent Fredric.




1.1  
dev-perl/Socket-GetAddrInfo/Socket-GetAddrInfo-0.220.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Socket-GetAddrInfo/Socket-GetAddrInfo-0.220.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Socket-GetAddrInfo/Socket-GetAddrInfo-0.220.0.ebuild?rev=1.1content-type=text/plain

Index: Socket-GetAddrInfo-0.220.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Socket-GetAddrInfo/Socket-GetAddrInfo-0.220.0.ebuild,v
 1.1 2015/02/17 13:30:04 chainsaw Exp $

EAPI=5
MODULE_AUTHOR=PEVANS
MODULE_VERSION=0.22

inherit perl-module

DESCRIPTION=Address-family independent name resolving functions
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

DEPEND==dev-perl/ExtUtils-CChecker-0.60.0
virtual/perl-ExtUtils-CBuilder
virtual/perl-Module-Build
virtual/perl-Scalar-List-Utils
virtual/perl-XSLoader
test? ( virtual/perl-Test-Simple )

RDEPEND=virtual/perl-Exporter
 virtual/perl-Socket
PERL_RM_FILES=( t/99pod.t )
SRC_TEST=do



1.1  dev-perl/Socket-GetAddrInfo/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Socket-GetAddrInfo/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Socket-GetAddrInfo/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST Socket-GetAddrInfo-0.22.tar.gz 90579 SHA256 
097c4c02bfda4f3042fb2978f6e4ca5991202ef26ceb782bb76430a01812fcbe SHA512 
3117ad5931dd116f45afa041b7aad4506382c4359b67e61564affba6f34fe14db5dbe0dc0a1bf4c0b680847bda58958604907ff0339d500728b44301cf1fe554
 WHIRLPOOL 
c8aa552a9f3531fffccbd314cfd9eda90a5ae00c8785009e9d65042e0d19bb2101ffa48d2fcec38f04d11a26b90a8a89d679266c21b2ba303d4ba9a15d0c8a32
EBUILD Socket-GetAddrInfo-0.220.0.ebuild 598 SHA256 
36cf30c0c0d0ca9f9d05b816ef3a4cad31b71dc8da1a8231d765f42681907485 SHA512 
5a6e09313545c60d02fa1adacf34916a561779d8218686c24be32658bea86fc8f627d6dc3eb06817642210621fce42c63686e51d11aabd7b13ed827086493628
 WHIRLPOOL 
bd56ab7d810b53df55ed23b384a7490df030da09de12d947fb44417b1bd4599fbe799ac87cf48393003b1de2e866a4cbf15d10856c8a018396d968df04a7d26c
MISC ChangeLog 420 SHA256 
f25b7f08ad931f06ac13d939e1c8cecede4d37588eb0a9764a8e015b37d8049f SHA512 
bacb1d5bcd7a39cbc18ec7561895485f61c7509d318c5322145fe790c7cbb1529c3b0bf1abf5c7e335492e7194bcfed5156e53649aeb6106128adb253c08d411
 WHIRLPOOL 
cd2ab0807d8d3d378f29508c9dd634e0aa81955579ace3fcd426d07a421d956519544757de39dac941bbd5c5b9ed2045897a836a697b1be5c157bd8400e1f6fe
MISC metadata.xml 408 SHA256 
fcac607dec92560985300a0bd441b1164e8017eec5915a37820dd73368ab5514 

[gentoo-commits] gentoo-x86 commit in app-misc/getopt: ChangeLog getopt-1.1.6.ebuild

2015-02-17 Thread Michael Haubenwallner (haubi)
haubi   15/02/17 14:49:52

  Modified: ChangeLog getopt-1.1.6.ebuild
  Log:
  getopt-1.1.6: No libcgetopt on AIX.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C719EE20)

Revision  ChangesPath
1.13 app-misc/getopt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   16 Feb 2015 05:47:15 -  1.12
+++ ChangeLog   17 Feb 2015 14:49:52 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/getopt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v 1.12 2015/02/16 
05:47:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v 1.13 2015/02/17 
14:49:52 haubi Exp $
+
+  17 Feb 2015; Michael Haubenwallner ha...@gentoo.org getopt-1.1.6.ebuild:
+  No libcgetopt on AIX.
 
 *getopt-1.1.6 (16 Feb 2015)
 



1.2  app-misc/getopt/getopt-1.1.6.ebuild

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

Index: getopt-1.1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- getopt-1.1.6.ebuild 16 Feb 2015 05:47:15 -  1.1
+++ getopt-1.1.6.ebuild 17 Feb 2015 14:49:52 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.6.ebuild,v 1.1 
2015/02/16 05:47:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.6.ebuild,v 1.2 
2015/02/17 14:49:52 haubi Exp $
 
 EAPI=4
 
@@ -38,6 +38,7 @@
has_version sys-libs/glibc || libintl=-lintl
fi
 
+   [[ ${CHOST} == *-aix* ]]  libcgetopt=0
[[ ${CHOST} == *-irix* ]]  libcgetopt=0
[[ ${CHOST} == *-interix* ]]  libcgetopt=0
 






[gentoo-commits] gentoo-x86 commit in app-shells/tcsh/files: tcsh-6.18.01-aix.patch

2015-02-17 Thread Michael Haubenwallner (haubi)
haubi   15/02/17 15:03:26

  Added:tcsh-6.18.01-aix.patch
  Log:
  tcsh-6.18.01-r2: Add AIX patch for now until upstream (bug#366) knows better.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C719EE20)

Revision  ChangesPath
1.1  app-shells/tcsh/files/tcsh-6.18.01-aix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/files/tcsh-6.18.01-aix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/files/tcsh-6.18.01-aix.patch?rev=1.1content-type=text/plain

Index: tcsh-6.18.01-aix.patch
===
Upstream report, without better patch yet:
http://bugs.gw.com/view.php?id=366

--- tc.who.c.orig   2014-06-26 11:21:43 +0200
+++ tc.who.c2014-06-26 11:21:58 +0200
@@ -60,6 +60,8 @@
 #  define TCSH_PATH_UTMP _PATH_UTMPX
 # elif defined(UTMPX_FILE)
 #  define TCSH_PATH_UTMP UTMPX_FILE
+# elif defined(UTMP_FILE)
+#  define TCSH_PATH_UTMP UTMP_FILE
 # elif __FreeBSD_version = 90
 #  /* Why isn't this defined somewhere? */
 #  define TCSH_PATH_UTMP /var/run/utx.active






[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.0-r2.ebuild ChangeLog lxc-1.1.0-r1.ebuild lxc-1.1.0.ebuild

2015-02-17 Thread Markos Chandras (hwoarang)
hwoarang15/02/17 15:15:21

  Modified: ChangeLog
  Added:lxc-1.1.0-r2.ebuild
  Removed:  lxc-1.1.0-r1.ebuild lxc-1.1.0.ebuild
  Log:
  Revbump to use correct systemd file. Bug #540076. Drop old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.61 app-emulation/lxc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   15 Feb 2015 15:38:19 -  1.60
+++ ChangeLog   17 Feb 2015 15:15:21 -  1.61
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/lxc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.60 
2015/02/15 15:38:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.61 
2015/02/17 15:15:21 hwoarang Exp $
+
+*lxc-1.1.0-r2 (17 Feb 2015)
+
+  17 Feb 2015; Markos Chandras hwoar...@gentoo.org +lxc-1.1.0-r2.ebuild,
+  -lxc-1.1.0-r1.ebuild, -lxc-1.1.0.ebuild:
+  Revbump to use correct systemd file. Bug #540076. Drop old
 
 *lxc-1.1.0-r1 (15 Feb 2015)
 



1.1  app-emulation/lxc/lxc-1.1.0-r2.ebuild

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

Index: lxc-1.1.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r2.ebuild,v 1.1 
2015/02/17 15:15:21 hwoarang Exp $

EAPI=5

MY_P=${P/_/-}
PYTHON_COMPAT=( python{3_2,3_3,3_4} )
DISTUTILS_OPTIONAL=1

inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator 
flag-o-matic systemd

DESCRIPTION=LinuX Containers userspace utilities
HOMEPAGE=https://linuxcontainers.org/;
SRC_URI=https://github.com/lxc/lxc/archive/${MY_P}.tar.gz;

KEYWORDS=~amd64

LICENSE=LGPL-3
SLOT=0
IUSE=cgmanager doc examples lua python seccomp

RDEPEND=net-libs/gnutls
sys-libs/libcap
cgmanager? ( app-admin/cgmanager )
lua? ( =dev-lang/lua-5.1 )
python? ( ${PYTHON_DEPS} )
seccomp? ( sys-libs/libseccomp )

DEPEND=${RDEPEND}
doc? ( app-text/docbook-sgml-utils )
=sys-kernel/linux-headers-3.2

RDEPEND=${RDEPEND}
sys-process/criu
sys-apps/util-linux
app-misc/pax-utils
virtual/awk

CONFIG_CHECK=~CGROUPS ~CGROUP_DEVICE
~CPUSETS ~CGROUP_CPUACCT
~RESOURCE_COUNTERS
~CGROUP_SCHED

~NAMESPACES
~IPC_NS ~USER_NS ~PID_NS

~NETLINK_DIAG ~PACKET_DIAG
~INET_UDP_DIAG ~INET_TCP_DIAG
~UNIX_DIAG ~CHECKPOINT_RESTORE

~DEVPTS_MULTIPLE_INSTANCES
~CGROUP_FREEZER
~UTS_NS ~NET_NS
~VETH ~MACVLAN

~POSIX_MQUEUE
~!NETPRIO_CGROUP

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


ERROR_DEVPTS_MULTIPLE_INSTANCES=CONFIG_DEVPTS_MULTIPLE_INSTANCES:  needed for 
pts inside container

ERROR_CGROUP_FREEZER=CONFIG_CGROUP_FREEZER:  needed to freeze containers

ERROR_UTS_NS=CONFIG_UTS_NS:  needed to unshare hostnames and uname info
ERROR_NET_NS=CONFIG_NET_NS:  needed for unshared network

ERROR_VETH=CONFIG_VETH:  needed for internal (host-to-container) networking
ERROR_MACVLAN=CONFIG_MACVLAN:  needed for internal (inter-container) 
networking

ERROR_NETLINK_DIAG=CONFIG_NETLINK_DIAG:  needed for lxc-checkpoint
ERROR_PACKET_DIAG=CONFIG_PACKET_DIAG:  needed for lxc-checkpoint
ERROR_INET_UDP_DIAG=CONFIG_INET_UDP_DIAG:  needed for lxc-checkpoint
ERROR_INET_TCP_DIAG=CONFIG_INET_TCP_DIAG:  needed for lxc-checkpoint
ERROR_UNIX_DIAG=CONFIG_UNIX_DIAG:  needed for lxc-checkpoint
ERROR_CHECKPOINT_RESTORE=CONFIG_CHECKPOINT_RESTORE:  needed for lxc-checkpoint

ERROR_POSIX_MQUEUE=CONFIG_POSIX_MQUEUE:  needed for lxc-execute command

ERROR_NETPRIO_CGROUP=CONFIG_NETPRIO_CGROUP:  as of kernel 3.3 and lxc 
0.8.0_rc1 this causes LXCs to fail booting.

ERROR_GRKERNSEC_CHROOT_MOUNT=CONFIG_GRKERNSEC_CHROOT_MOUNT:  some GRSEC 
features make LXC unusable see postinst notes
ERROR_GRKERNSEC_CHROOT_DOUBLE=CONFIG_GRKERNSEC_CHROOT_DOUBLE:  some GRSEC 
features make LXC 

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

2015-02-17 Thread Christoph Junghans
commit: 27a276db753d537aa650f9f2b0429542ce687a49
Author: Christoph Junghans ottxor AT gentoo DOT org
AuthorDate: Tue Feb 17 15:39:29 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Feb 17 15:39:29 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=27a276db

use multilib nvidia-cuda-toolkit

Package-Manager: portage-2.2.14

---
 sys-apps/hwloc/ChangeLog  | 3 +++
 sys-apps/hwloc/hwloc-1.10.0-r2.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog
index ef85758..58a8b1e 100644
--- a/sys-apps/hwloc/ChangeLog
+++ b/sys-apps/hwloc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.49 2015/01/05 
17:56:52 aballier Exp $
 
+  17 Feb 2015; Christoph Junghans ott...@gentoo.org hwloc-1.10.0-r2.ebuild:
+  use multilib nvidia-cuda-toolkit
+
   05 Jan 2015; Alexis Ballier aball...@gentoo.org hwloc-1.10.0-r1.ebuild:
   keyword ~arm
 

diff --git a/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild 
b/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild
index 0d98083..96c09a9 100644
--- a/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild
+++ b/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild
@@ -18,6 +18,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc 
~x86 ~amd64-fbsd ~x8
 IUSE=cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml X
 
 # TODO opencl only works with AMD so no virtual
+# dev-util/nvidia-cuda-toolkit is always multilib
 
 RDEPEND==sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
cairo? ( =x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] )
@@ -54,7 +55,7 @@ multilib_src_configure() {
--disable-silent-rules
--docdir=${EPREFIX}/usr/share/doc/${PF}
$(use_enable cairo)
-   $(multilib_native_use_enable cuda)
+   $(use_enable cuda)
$(use_enable debug)
$(multilib_native_use_enable gl)
$(multilib_native_use_enable opencl)



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

2015-02-17 Thread Michael Haubenwallner (haubi)
haubi   15/02/17 13:22:47

  Modified: ChangeLog
  Log:
  profiles/prefix/aix: unmask gcc-4.8.4, mask patch-2.7.4

Revision  ChangesPath
1.451profiles/prefix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v
retrieving revision 1.450
retrieving revision 1.451
diff -u -r1.450 -r1.451
--- ChangeLog   8 Feb 2015 09:22:57 -   1.450
+++ ChangeLog   17 Feb 2015 13:22:47 -  1.451
@@ -1,6 +1,9 @@
 # ChangeLog for profiles/prefix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.450 
2015/02/08 09:22:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.451 
2015/02/17 13:22:47 haubi Exp $
+
+  17 Feb 2015; Michael Haubenwallner ha...@gentoo.org aix/package.mask:
+  unmask gcc-4.8.4, mask patch-2.7.4
 
   08 Feb 2015; Fabian Groffen grob...@gentoo.org darwin/package.mask:
   Mask patch-2.7.4 on Darwin, bug #538502






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

2015-02-17 Thread Michael Haubenwallner (haubi)
haubi   15/02/17 13:22:47

  Modified: package.mask
  Log:
  profiles/prefix/aix: unmask gcc-4.8.4, mask patch-2.7.4

Revision  ChangesPath
1.11 profiles/prefix/aix/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.mask,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- package.mask14 Apr 2014 08:50:39 -  1.10
+++ package.mask17 Feb 2015 13:22:47 -  1.11
@@ -1,15 +1,28 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.mask,v 1.10 
2014/04/14 08:50:39 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.mask,v 1.11 
2015/02/17 13:22:47 haubi Exp $
+
+# Michael Haubenwallner ha...@gentoo.org (17 Feb 2015)
+# Ships without gnulib module faccessat, necessary for AIX.
+~sys-devel/patch-2.7.4
+
+# Michael Haubenwallner ha...@gentoo.org (17 Feb 2015)
+# Breaks (openssh, ...) because of PR target/65058
+=sys-devel/gcc-4.3*
+=sys-devel/gcc-4.4*
+=sys-devel/gcc-4.5*
+=sys-devel/gcc-4.6*
+=sys-devel/gcc-4.7*
+~sys-devel/gcc-4.8.0
+~sys-devel/gcc-4.8.1
+~sys-devel/gcc-4.8.2
+~sys-devel/gcc-4.8.3
+=sys-devel/gcc-4.9*
 
 # Michael Haubenwallner ha...@gentoo.org (14 Apr 2014)
 # Endless loop while compiling gcc-4.2.4 for yet unknown reason.
 ~sys-devel/make-4.0
 
-# Michael Haubenwallner ha...@gentoo.org (23 Dec 2010)
-# Still breaks on AIX (openssh, ...) for yet unknown reason.
-=sys-devel/gcc-4.3
-
 # Fabian Groffen grob...@gentoo.org (04 Apr 2007)
 # This is the only linker for AIX
 -sys-devel/native-cctools






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

2015-02-17 Thread Justin Lecher (jlec)
jlec15/02/17 13:39:19

  Modified: metadata.xml ChangeLog
  Added:bpython-0.14.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.5  dev-python/bpython/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/metadata.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/metadata.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/metadata.xml?r1=1.4r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml26 Jan 2015 13:18:53 -  1.4
+++ metadata.xml17 Feb 2015 13:39:19 -  1.5
@@ -1,12 +1,12 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdpython/herd
-   maintainer
-   emailgro...@gentoo.org/email
-   nameAndrey Grozin/name
-   /maintainer
-   longdescriptionSyntax highlighting and autocompletion
+  herdpython/herd
+  maintainer
+emailgro...@gentoo.org/email
+nameAndrey Grozin/name
+  /maintainer
+  longdescriptionSyntax highlighting and autocompletion
  for the python interpreter
/longdescription
 /pkgmetadata



1.47 dev-python/bpython/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   30 Jan 2015 03:31:37 -  1.46
+++ ChangeLog   17 Feb 2015 13:39:19 -  1.47
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/bpython
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.46 
2015/01/30 03:31:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.47 
2015/02/17 13:39:19 jlec Exp $
+
+*bpython-0.14 (17 Feb 2015)
+
+  17 Feb 2015; Justin Lecher j...@gentoo.org +bpython-0.14.ebuild,
+  metadata.xml:
+  Version Bump
 
 *bpython-0.13.2 (30 Jan 2015)
 



1.1  dev-python/bpython/bpython-0.14.ebuild

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

Index: bpython-0.14.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild,v 1.1 
2015/02/17 13:39:19 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

PYTHON_REQ_USE=ncurses

inherit distutils-r1

DESCRIPTION=Syntax highlighting and autocompletion for the Python interpreter
HOMEPAGE=http://www.bpython-interpreter.org/ 
https://bitbucket.org/bobf/bpython/ http://pypi.python.org/pypi/bpython;
SRC_URI=
http://www.bpython-interpreter.org/releases/${P}.tar.gz
mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz


LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc gtk test

RDEPEND=
dev-python/curtsies[${PYTHON_USEDEP}]
dev-python/greenlet[${PYTHON_USEDEP}]
dev-python/jedi[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/six-1.4[${PYTHON_USEDEP}]
dev-python/urwid[${PYTHON_USEDEP}]
dev-python/watchdog[${PYTHON_USEDEP}]
gtk? (
dev-python/pygobject:2[$(python_gen_usedep python2_7)]
dev-python/pygtk[$(python_gen_usedep python2_7)]
)

DEPEND=${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/mock[${PYTHON_USEDEP}] )

DOCS=( AUTHORS CHANGELOG sample.theme light.theme )

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

# Req'd for clean build by each impl
DISTUTILS_IN_SOURCE_BUILD=1

python_compile_all() {
if use doc; then
sphinx-build -b html -c doc/sphinx/source/ \
doc/sphinx/source/ doc/sphinx/source/html || die docs 
build failed
fi
}


[gentoo-commits] gentoo-x86 commit in dev-python/watchdog: watchdog-0.8.3.ebuild ChangeLog

2015-02-17 Thread Justin Lecher (jlec)
jlec15/02/17 13:39:15

  Modified: ChangeLog
  Added:watchdog-0.8.3.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.13 dev-python/watchdog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   11 Feb 2015 06:27:51 -  1.12
+++ ChangeLog   17 Feb 2015 13:39:15 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/watchdog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.12 
2015/02/11 06:27:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.13 
2015/02/17 13:39:15 jlec Exp $
+
+*watchdog-0.8.3 (17 Feb 2015)
+
+  17 Feb 2015; Justin Lecher j...@gentoo.org +watchdog-0.8.3.ebuild:
+  Version Bump
 
   11 Feb 2015; Patrick Lauer patr...@gentoo.org watchdog-0.8.2.ebuild:
   Add pypy



1.1  dev-python/watchdog/watchdog-0.8.3.ebuild

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

Index: watchdog-0.8.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.3.ebuild,v 
1.1 2015/02/17 13:39:15 jlec Exp $

EAPI=5

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

inherit distutils-r1 eutils

DESCRIPTION=Python API and shell utilities to monitor file system events
HOMEPAGE=http://github.com/gorakhargosh/watchdog;
SRC_URI=mirror://pypi/w/watchdog/${P}.tar.gz

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

CDEPEND=dev-python/pyyaml[${PYTHON_USEDEP}]
RDEPEND=${CDEPEND}
dev-python/argh[${PYTHON_USEDEP}]
dev-python/pathtools[${PYTHON_USEDEP}]
DEPEND=${CDEPEND}
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
)

python_test() {
esetup.py test
}

pkg_postinst() {
optfeature Bash completion dev-python/argcomplete
}






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

2015-02-17 Thread Michael Palimaka
commit: a01e2e00142e1af17b5f729931dd6a7bf5bd86eb
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 14:01:52 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 14:01:52 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a01e2e00

[kde-base/systemsettings] Drop ~x86-fbsd due to unkeyworded dependencies.

Package-Manager: portage-2.2.14

---
 kde-base/systemsettings/systemsettings-4.11.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/systemsettings/systemsettings-4.11.16.ebuild 
b/kde-base/systemsettings/systemsettings-4.11.16.ebuild
index 65d7549..54de690 100644
--- a/kde-base/systemsettings/systemsettings-4.11.16.ebuild
+++ b/kde-base/systemsettings/systemsettings-4.11.16.ebuild
@@ -14,7 +14,7 @@ inherit kde4-meta
 DESCRIPTION=System settings utility
 HOMEPAGE+= http://userbase.kde.org/System_Settings;
 IUSE=debug gtk +kscreen nepomuk +usb
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 
 COMMONDEPEND=
app-misc/strigi



[gentoo-commits] gentoo-x86 commit in dev-python/wcwidth: metadata.xml wcwidth-0.1.4.ebuild Manifest ChangeLog

2015-02-17 Thread Justin Lecher (jlec)
jlec15/02/17 13:21:16

  Added:metadata.xml wcwidth-0.1.4.ebuild Manifest
ChangeLog
  Log:
  New addition
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  dev-python/wcwidth/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  maintainer
emailj...@gentoo.org/email
nameJustin Lecher/name
  /maintainer
/pkgmetadata



1.1  dev-python/wcwidth/wcwidth-0.1.4.ebuild

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

Index: wcwidth-0.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wcwidth/wcwidth-0.1.4.ebuild,v 
1.1 2015/02/17 13:21:16 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION=Measures number of Terminal column cells of wide-character codes
HOMEPAGE=https://pypi.python.org/pypi/wcwidth/ 
https://github.com/jquast/wcwidth;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

SLOT=0
LICENSE=MIT
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=



1.1  dev-python/wcwidth/Manifest

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

Index: Manifest
===
DIST wcwidth-0.1.4.tar.gz 19584 SHA256 
906d3123045d77027b49fe912458e1a1e1d6ca1a51558a4bd9168d143b129d2b SHA512 
3882d7a4309b868593586e7bc52ce5328504db2f37a4152d53a8b7b8632375866cc07900965d1dd9c84d22c4e2b5cb161b3091c6b3ce4a37d51aeca9c76fe36d
 WHIRLPOOL 
432cff1f6e206c9daf35406d485436c9f7b9a3e7c48f14384f9804d69c6a39099bb9ca4ee99547504c4fa2db8f70259796019f008d1c678c6b73c7de9c09cf60
EBUILD wcwidth-0.1.4.ebuild 487 SHA256 
b3ce5858e97c9e8867e3fb7042795a2fd2fe9dd4a765eca006620cb10ed98ec3 SHA512 
e8d9a73500825fc5d49f52558037d9691b4968bcb2b0e4dd1107da9d2ea3d20b25f1dc03a9ffd11809edfe13fc42b0f5b694593d0545fd092e0fa41bb08d0c54
 WHIRLPOOL 
87519e1294fb98eb08ac946d148e0b30e927f801563298e566d49ac26ba64b42e2291ba42c0a0a186349b0d7653e5ac6dc32504ec9d3be4f5da9d95a55bfef0b
MISC ChangeLog 251 SHA256 
7d93c62efd2836cf90f0dcf0263ed1de1139ed0bc4c8878046f4bec7240116f8 SHA512 
0177b1204ffb51424ca460da536e92a437a5d196831a938a93d888771178a0ffaa841a9f0f0d94a4d4ed4463b21f5a7ac1ec604f51260338594d06b4d31405c4
 WHIRLPOOL 
76db8ea1fdb3ddf0b1d3ec84549e09a0db2e7d54634d579637dc75bd75863929c911cf9cf5024b815a570a6469d4f4634eb8d0c76bfaff78c3e2e377574ea6d5
MISC metadata.xml 236 SHA256 
feedd499ae6ddebc364ebb0f38d08bfbcc6b5d499f805a307a9367fb82dd12e8 SHA512 
02882c2ecdf4fe400bf3e4455df1feae173e12b6fbb09181ea50541bb9dbf43780a0ab00fa799ccf5b7f2c27dcf9d854e16146cfb336ff3270a7b4369e451860
 WHIRLPOOL 
b6580a9428931142ea961e985e6b5c736ab716eefb85706692c780c11f97d6019be488493c2e2a51b7ae8b480be80276edddb2858fe19684d48df64433475e06



1.1  dev-python/wcwidth/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/wcwidth
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wcwidth/ChangeLog,v 1.1 
2015/02/17 13:21:16 jlec Exp $

*wcwidth-0.1.4 (17 Feb 2015)

  17 Feb 2015; Justin Lecher j...@gentoo.org +metadata.xml,
  +wcwidth-0.1.4.ebuild:
  New addition






[gentoo-commits] proj/kde:master commit in: net-libs/libaccounts-glib/

2015-02-17 Thread Michael Palimaka
commit: 926420573c9bfae4a0992d64968b68968fc14c46
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:57:04 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:57:04 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=92642057

[net-libs/libaccounts-glib] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild 
b/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
index 60c6cbf..447c505 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
@@ -19,7 +19,7 @@ IUSE=debug
 
 DEPEND=
dev-db/sqlite
-   dev-libs/glib
+   dev-libs/glib:2
dev-libs/libxml2
 
 RDEPEND=$DEPEND



[gentoo-commits] proj/kde:master commit in: net-libs/accounts-qt/

2015-02-17 Thread Michael Palimaka
commit: 47b887476cf67bacf0df9496a9d6099251c20018
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:56:45 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:56:45 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=47b88747

[net-libs/accounts-qt] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 net-libs/accounts-qt/accounts-qt-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/accounts-qt/accounts-qt-1.13.ebuild 
b/net-libs/accounts-qt/accounts-qt-1.13.ebuild
index 2404358..a031fba 100644
--- a/net-libs/accounts-qt/accounts-qt-1.13.ebuild
+++ b/net-libs/accounts-qt/accounts-qt-1.13.ebuild
@@ -16,7 +16,7 @@ KEYWORDS=~amd64 ~x86
 
 DEPEND=
net-libs/libaccounts-glib
-   dev-libs/glib
+   dev-libs/glib:2
dev-qt/qtcore:5
dev-qt/qttest:5
dev-qt/qtxml:5



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

2015-02-17 Thread Justin Lecher (jlec)
jlec15/02/17 13:25:48

  Modified: metadata.xml ChangeLog
  Log:
  Drop unused local USE descr.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.10 dev-python/pytables/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml17 Sep 2014 07:21:57 -  1.9
+++ metadata.xml17 Feb 2015 13:25:48 -  1.10
@@ -11,9 +11,6 @@
   from Pyrex sources, makes it a fast, yet extremely easy to use tool
   for interactively save and retrieve large amounts of data.
 /longdescription
-  use
-flag name=contribInstall user-contributed files/flag
-  /use
   upstream
 remote-id type=pypitables/remote-id
   /upstream



1.58 dev-python/pytables/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   17 Feb 2015 10:03:13 -  1.57
+++ ChangeLog   17 Feb 2015 13:25:48 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytables
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.57 
2015/02/17 10:03:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.58 
2015/02/17 13:25:48 jlec Exp $
+
+  17 Feb 2015; Justin Lecher j...@gentoo.org metadata.xml:
+  Drop unused local USE descr.
 
   17 Feb 2015; Justin Lecher j...@gentoo.org -pytables-3.0.0.ebuild,
   -pytables-3.1.0.ebuild, -pytables-3.1.1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/curtsies: metadata.xml curtsies-0.1.18.ebuild Manifest ChangeLog

2015-02-17 Thread Justin Lecher (jlec)
jlec15/02/17 13:26:45

  Added:metadata.xml curtsies-0.1.18.ebuild Manifest
ChangeLog
  Log:
  New addition
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  dev-python/curtsies/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  maintainer
emailj...@gentoo.org/email
nameJustin Lecher/name
  /maintainer
/pkgmetadata



1.1  dev-python/curtsies/curtsies-0.1.18.ebuild

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

Index: curtsies-0.1.18.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/curtsies/curtsies-0.1.18.ebuild,v 
1.1 2015/02/17 13:26:45 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION=Curses-like terminal wrapper, with colored strings
HOMEPAGE=https://github.com/thomasballinger/curtsies;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

SLOT=0
LICENSE=MIT
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=

RDEPEND=
dev-python/blessings[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]

DEPEND=${RDEPEND}



1.1  dev-python/curtsies/Manifest

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

Index: Manifest
===
DIST curtsies-0.1.18.tar.gz 44353 SHA256 
477121f256eea2b71237492e2924f05b54e1f91815d042bf91d7112b71d4edd4 SHA512 
02ae86b215dca10e779061485cb18ab8b6fefbdad10e2bcad3c24890b79f81d1aae0b84467a23ca1951ffaa336fc2fe9b5137c1a10a65fafe0a0b540cc0c819c
 WHIRLPOOL 
801738c450c2fd9343e01260240ebd5ed74e951c03a918808c8c2c47e8ec46afe425f4d8978dea894d2cdf36bc2e3bd19e9de2ed12a62e5786eebeed87dd9800
EBUILD curtsies-0.1.18.ebuild 556 SHA256 
8f6081d401eff479a2e5d6ab16bbd4232e7c939aa6c229036c9add16873e889f SHA512 
6979d113f048525ccd44d929942faacdc5b8105b4b2a0d206387bc0ae609626407ac22363ca7d5082259eba6df70769ca996a1931add7d09c57092e5c9cb09a1
 WHIRLPOOL 
775542a00c44a4aeb1cb0ddd5e34063b6ba233ec47d60f08b431516120dee779484defcaf2e38d9fbd189a65a399bb9cab383d71cf6f527c2bc23370d405f2b7
MISC ChangeLog 256 SHA256 
f9e060c7a3d9b5a6cda5d14b49fa40c5c37f6d00f2fa2b53759863dcce27e8fc SHA512 
377946bbae74c6ce2e1afb0193328af5a3b8a28bce9689639cbf848f1e8e08f554986ab87da067ec4b6ef3cd5d0acd6f87f9c8eb62c2fb3f660dc2a568e3e15a
 WHIRLPOOL 
54675ed40ac0420fc23fdac6c55b0fc4a40584b63e4d641358c80313354b2cfbc00ee59b14691d6b0c53d37b1476b84c87264a1ec61f505f4755be9c37d606f9
MISC metadata.xml 236 SHA256 
feedd499ae6ddebc364ebb0f38d08bfbcc6b5d499f805a307a9367fb82dd12e8 SHA512 
02882c2ecdf4fe400bf3e4455df1feae173e12b6fbb09181ea50541bb9dbf43780a0ab00fa799ccf5b7f2c27dcf9d854e16146cfb336ff3270a7b4369e451860
 WHIRLPOOL 
b6580a9428931142ea961e985e6b5c736ab716eefb85706692c780c11f97d6019be488493c2e2a51b7ae8b480be80276edddb2858fe19684d48df64433475e06



1.1  dev-python/curtsies/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/curtsies
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/curtsies/ChangeLog,v 1.1 
2015/02/17 13:26:45 jlec Exp $

*curtsies-0.1.18 (17 Feb 2015)

  17 Feb 2015; Justin Lecher j...@gentoo.org +curtsies-0.1.18.ebuild,
  +metadata.xml:
  New addition






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

2015-02-17 Thread Michael Palimaka
commit: 08e5cbe27cece405f4f451a578108267ff6535b1
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:45:14 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:45:14 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=08e5cbe2

[app-cdr/k9copy] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 app-cdr/k9copy/k9copy-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/k9copy/k9copy-.ebuild 
b/app-cdr/k9copy/k9copy-.ebuild
index 6944a6f..7618384 100644
--- a/app-cdr/k9copy/k9copy-.ebuild
+++ b/app-cdr/k9copy/k9copy-.ebuild
@@ -27,7 +27,7 @@ DEPEND=
media-libs/libdvdread
media-libs/libmpeg2
media-libs/xine-lib
-   media-video/ffmpeg
+   media-video/ffmpeg:0
 
 RDEPEND=${DEPEND}
media-video/dvdauthor



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

2015-02-17 Thread Michael Palimaka
commit: 7aaa3efe0d462a87ccc38ee9fd6bc7da333651e3
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:48:18 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:48:18 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7aaa3efe

[kde-apps/okular] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 kde-apps/okular/okular-14.12.1.ebuild | 2 +-
 kde-apps/okular/okular-14.12.2.ebuild | 2 +-
 kde-apps/okular/okular-5..ebuild  | 2 +-
 kde-apps/okular/okular-.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/okular/okular-14.12.1.ebuild 
b/kde-apps/okular/okular-14.12.1.ebuild
index a368b72..4c8544a 100644
--- a/kde-apps/okular/okular-14.12.1.ebuild
+++ b/kde-apps/okular/okular-14.12.1.ebuild
@@ -33,7 +33,7 @@ DEPEND=
mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
pdf? ( =app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
-   tiff? ( media-libs/tiff )
+   tiff? ( media-libs/tiff:0 )
 
 RDEPEND=${DEPEND}
 

diff --git a/kde-apps/okular/okular-14.12.2.ebuild 
b/kde-apps/okular/okular-14.12.2.ebuild
index a368b72..4c8544a 100644
--- a/kde-apps/okular/okular-14.12.2.ebuild
+++ b/kde-apps/okular/okular-14.12.2.ebuild
@@ -33,7 +33,7 @@ DEPEND=
mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
pdf? ( =app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
-   tiff? ( media-libs/tiff )
+   tiff? ( media-libs/tiff:0 )
 
 RDEPEND=${DEPEND}
 

diff --git a/kde-apps/okular/okular-5..ebuild 
b/kde-apps/okular/okular-5..ebuild
index c1e7170..e898d1c 100644
--- a/kde-apps/okular/okular-5..ebuild
+++ b/kde-apps/okular/okular-5..ebuild
@@ -51,7 +51,7 @@ DEPEND=
)
pdf? ( app-text/poppler[qt5,-exceptions(-)] )
postscript? ( app-text/libspectre )
-   tiff? ( media-libs/tiff )
+   tiff? ( media-libs/tiff:0 )
 
 RDEPEND=${DEPEND}
!kde-base/okular:4

diff --git a/kde-apps/okular/okular-.ebuild 
b/kde-apps/okular/okular-.ebuild
index 41d0f11..e5f73a0 100644
--- a/kde-apps/okular/okular-.ebuild
+++ b/kde-apps/okular/okular-.ebuild
@@ -33,7 +33,7 @@ DEPEND=
mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
pdf? ( =app-text/poppler-0.20[qt4,-exceptions(-)] )
postscript? ( app-text/libspectre )
-   tiff? ( media-libs/tiff )
+   tiff? ( media-libs/tiff:0 )
 
 RDEPEND=${DEPEND}
 



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

2015-02-17 Thread Michael Palimaka
commit: 84caaa9de4a4385342aa24f2f27b267c6d25e1bf
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:47:29 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:47:29 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=84caaa9d

[kde-apps/kopete] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 kde-apps/kopete/kopete-14.12.1.ebuild | 2 +-
 kde-apps/kopete/kopete-14.12.2.ebuild | 2 +-
 kde-apps/kopete/kopete-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kopete/kopete-14.12.1.ebuild 
b/kde-apps/kopete/kopete-14.12.1.ebuild
index ac708d2..7e9238d 100644
--- a/kde-apps/kopete/kopete-14.12.1.ebuild
+++ b/kde-apps/kopete/kopete-14.12.1.ebuild
@@ -78,7 +78,7 @@ COMMONDEPEND=
groupwise? ( app-crypt/qca:2[qt4(+)] )
jingle? (
dev-libs/expat
-   dev-libs/openssl
+   dev-libs/openssl:0
=media-libs/mediastreamer-2.3.0
media-libs/speex
net-libs/libsrtp

diff --git a/kde-apps/kopete/kopete-14.12.2.ebuild 
b/kde-apps/kopete/kopete-14.12.2.ebuild
index ac708d2..7e9238d 100644
--- a/kde-apps/kopete/kopete-14.12.2.ebuild
+++ b/kde-apps/kopete/kopete-14.12.2.ebuild
@@ -78,7 +78,7 @@ COMMONDEPEND=
groupwise? ( app-crypt/qca:2[qt4(+)] )
jingle? (
dev-libs/expat
-   dev-libs/openssl
+   dev-libs/openssl:0
=media-libs/mediastreamer-2.3.0
media-libs/speex
net-libs/libsrtp

diff --git a/kde-apps/kopete/kopete-.ebuild 
b/kde-apps/kopete/kopete-.ebuild
index 8131ba3..0e7ae12 100644
--- a/kde-apps/kopete/kopete-.ebuild
+++ b/kde-apps/kopete/kopete-.ebuild
@@ -78,7 +78,7 @@ COMMONDEPEND=
groupwise? ( app-crypt/qca:2[qt4(+)] )
jingle? (
dev-libs/expat
-   dev-libs/openssl
+   dev-libs/openssl:0
=media-libs/mediastreamer-2.3.0
media-libs/speex
net-libs/libsrtp



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

2015-02-17 Thread Michael Palimaka
commit: 85fba9768ceb850c46229bf1bd57a4f1df87e205
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:46:48 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:46:48 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85fba976

[kde-apps/kalgebra] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 kde-apps/kalgebra/kalgebra-14.12.1.ebuild | 2 +-
 kde-apps/kalgebra/kalgebra-14.12.2.ebuild | 2 +-
 kde-apps/kalgebra/kalgebra-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kalgebra/kalgebra-14.12.1.ebuild 
b/kde-apps/kalgebra/kalgebra-14.12.1.ebuild
index 715d6aa..1573236 100644
--- a/kde-apps/kalgebra/kalgebra-14.12.1.ebuild
+++ b/kde-apps/kalgebra/kalgebra-14.12.1.ebuild
@@ -28,7 +28,7 @@ DEPEND=
dev-qt/qtwidgets:5
ncurses? (
sys-libs/ncurses
-   sys-libs/readline
+   sys-libs/readline:0
)
opengl? (
dev-qt/qtopengl:5

diff --git a/kde-apps/kalgebra/kalgebra-14.12.2.ebuild 
b/kde-apps/kalgebra/kalgebra-14.12.2.ebuild
index 715d6aa..1573236 100644
--- a/kde-apps/kalgebra/kalgebra-14.12.2.ebuild
+++ b/kde-apps/kalgebra/kalgebra-14.12.2.ebuild
@@ -28,7 +28,7 @@ DEPEND=
dev-qt/qtwidgets:5
ncurses? (
sys-libs/ncurses
-   sys-libs/readline
+   sys-libs/readline:0
)
opengl? (
dev-qt/qtopengl:5

diff --git a/kde-apps/kalgebra/kalgebra-.ebuild 
b/kde-apps/kalgebra/kalgebra-.ebuild
index 9c7d5cd..717d510 100644
--- a/kde-apps/kalgebra/kalgebra-.ebuild
+++ b/kde-apps/kalgebra/kalgebra-.ebuild
@@ -28,7 +28,7 @@ DEPEND=
dev-qt/qtwidgets:5
ncurses? (
sys-libs/ncurses
-   sys-libs/readline
+   sys-libs/readline:0
)
opengl? (
dev-qt/qtopengl:5



[gentoo-commits] gentoo-x86 commit in app-misc/rlwrap: rlwrap-0.42.ebuild ChangeLog

2015-02-17 Thread Michael Haubenwallner (haubi)
haubi   15/02/17 14:52:42

  Modified: rlwrap-0.42.ebuild ChangeLog
  Log:
  rlwrap-0.42: Add ~ppc-aix keyword.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C719EE20)

Revision  ChangesPath
1.5  app-misc/rlwrap/rlwrap-0.42.ebuild

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

Index: rlwrap-0.42.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rlwrap-0.42.ebuild  31 Dec 2014 16:11:16 -  1.4
+++ rlwrap-0.42.ebuild  17 Feb 2015 14:52:42 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild,v 1.4 
2014/12/31 16:11:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild,v 1.5 
2015/02/17 14:52:42 haubi Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
+KEYWORDS=amd64 ~mips ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
 IUSE=debug
 
 RDEPEND=sys-libs/readline



1.37 app-misc/rlwrap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   31 Dec 2014 16:11:16 -  1.36
+++ ChangeLog   17 Feb 2015 14:52:42 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/rlwrap
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.36 2014/12/31 
16:11:16 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.37 2015/02/17 
14:52:42 haubi Exp $
+
+  17 Feb 2015; Michael Haubenwallner ha...@gentoo.org rlwrap-0.42.ebuild:
+  Add ~ppc-aix keyword.
 
   31 Dec 2014; Agostino Sarubbo a...@gentoo.org rlwrap-0.42.ebuild:
   Stable for ppc, wrt bug #531424






[gentoo-commits] gentoo-x86 commit in dev-libs/c-blosc: c-blosc-1.3.2.ebuild ChangeLog

2015-02-17 Thread Justin Lecher (jlec)
jlec15/02/17 13:25:38

  Modified: ChangeLog
  Added:c-blosc-1.3.2.ebuild
  Log:
  Readd old version for dev-python/blz
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.8  dev-libs/c-blosc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/c-blosc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   17 Feb 2015 10:02:10 -  1.7
+++ ChangeLog   17 Feb 2015 13:25:38 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/c-blosc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/c-blosc/ChangeLog,v 1.7 2015/02/17 
10:02:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/c-blosc/ChangeLog,v 1.8 2015/02/17 
13:25:38 jlec Exp $
+
+*c-blosc-1.3.2 (17 Feb 2015)
+
+  17 Feb 2015; Justin Lecher j...@gentoo.org +c-blosc-1.3.2.ebuild:
+  Readd old version for dev-python/blz
 
   17 Feb 2015; Justin Lecher j...@gentoo.org -c-blosc-1.3.2.ebuild,
   metadata.xml:



1.4  dev-libs/c-blosc/c-blosc-1.3.2.ebuild

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







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

2015-02-17 Thread Michael Palimaka
commit: 17a345d7a1a56b8d6ad5ed6242e190e7cd6b3f95
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:41:02 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:41:02 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=17a345d7

[net-libs/libktorrent] Add missing dependency SLOTs.

Package-Manager: portage-2.2.14

---
 net-libs/libktorrent/libktorrent-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libktorrent/libktorrent-.ebuild 
b/net-libs/libktorrent/libktorrent-.ebuild
index 89786db..bf256b5 100644
--- a/net-libs/libktorrent/libktorrent-.ebuild
+++ b/net-libs/libktorrent/libktorrent-.ebuild
@@ -36,8 +36,8 @@ IUSE=debug
 
 RDEPEND=
app-crypt/qca:2[qt4]
-   dev-libs/gmp
-   dev-libs/libgcrypt:=
+   dev-libs/gmp:0
+   dev-libs/libgcrypt:0=
 
 DEPEND=${RDEPEND}
dev-libs/boost



[gentoo-commits] proj/kde:master commit in: net-libs/signon-ui/

2015-02-17 Thread Michael Palimaka
commit: 1c87a6fcd427adff6cd5d4efe474ff8ad577efcb
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:40:14 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:40:14 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1c87a6fc

[net-libs/signon-ui] Add missing dev-libs/glib SLOT.

Package-Manager: portage-2.2.14

---
 net-libs/signon-ui/signon-ui-0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/signon-ui/signon-ui-0.15.ebuild 
b/net-libs/signon-ui/signon-ui-0.15.ebuild
index 9fb08ad..0003f03 100644
--- a/net-libs/signon-ui/signon-ui-0.15.ebuild
+++ b/net-libs/signon-ui/signon-ui-0.15.ebuild
@@ -17,7 +17,7 @@ RESTRICT=test
 
 # libproxy[kde] results into segfaults
 DEPEND=
-   dev-libs/glib
+   dev-libs/glib:2
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5



[gentoo-commits] proj/kde:master commit in: net-im/ktp-common-internals/

2015-02-17 Thread Michael Palimaka
commit: 3972284a0cbbf5b7df504fac207e040777c2211b
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:43:53 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:43:53 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3972284a

[net-im/ktp-common-internals] Add missing dev-libs/libgcrypt SLOT.

Package-Manager: portage-2.2.14

---
 net-im/ktp-common-internals/ktp-common-internals-4..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/ktp-common-internals/ktp-common-internals-4..ebuild 
b/net-im/ktp-common-internals/ktp-common-internals-4..ebuild
index 2805354..8d6efdb 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-4..ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-4..ebuild
@@ -27,7 +27,7 @@ DEPEND=
=net-libs/telepathy-qt-0.9.5[qt4]
=net-libs/telepathy-logger-qt-0.5.80
otr? (
-   dev-libs/libgcrypt:=
+   dev-libs/libgcrypt:0=
=net-libs/libotr-4.0.0
)
semantic-desktop? (



[gentoo-commits] proj/kde:master commit in: net-libs/telepathy-logger-qt/

2015-02-17 Thread Michael Palimaka
commit: b5d70008b9e2d65b6312db676f94564fdd56f0a8
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:39:48 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:39:48 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b5d70008

[net-libs/telepathy-logger-qt] Add missing dev-libs/glib SLOT.

Package-Manager: portage-2.2.14

---
 net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild 
b/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
index 189674d..6998b8f 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
@@ -16,7 +16,7 @@ SLOT=5
 IUSE=
 
 RDEPEND=
-   dev-libs/glib
+   dev-libs/glib:2
dev-qt/qtdbus:5
media-libs/qt-gstreamer[qt5]
net-im/telepathy-logger



[gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-gtk/

2015-02-17 Thread Michael Palimaka
commit: 11cd4fc19a45639e53a2b422fd133e64781bdffe
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:38:19 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:38:19 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=11cd4fc1

[x11-themes/oxygen-gtk] Add missing dev-libs/glib SLOT.

Package-Manager: portage-2.2.14

---
 x11-themes/oxygen-gtk/oxygen-gtk-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-.ebuild 
b/x11-themes/oxygen-gtk/oxygen-gtk-.ebuild
index 011a6dc..75eccf4 100644
--- a/x11-themes/oxygen-gtk/oxygen-gtk-.ebuild
+++ b/x11-themes/oxygen-gtk/oxygen-gtk-.ebuild
@@ -16,7 +16,7 @@ SLOT=0
 IUSE=debug doc
 
 RDEPEND=
-   dev-libs/glib
+   dev-libs/glib:2
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/libX11



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

2015-02-17 Thread Michael Palimaka
commit: d94cd4913b81543dd3a8cb6da807eb7b042673c0
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:42:43 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:42:43 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d94cd491

[kde-apps/kcalc] Add missing dev-libs/gmp SLOT.

Package-Manager: portage-2.2.14

---
 kde-apps/kcalc/kcalc-14.12.1.ebuild | 2 +-
 kde-apps/kcalc/kcalc-14.12.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kcalc/kcalc-14.12.1.ebuild 
b/kde-apps/kcalc/kcalc-14.12.1.ebuild
index 2f2eceb..e255b8b 100644
--- a/kde-apps/kcalc/kcalc-14.12.1.ebuild
+++ b/kde-apps/kcalc/kcalc-14.12.1.ebuild
@@ -14,6 +14,6 @@ KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux
 IUSE=debug
 
 DEPEND=
-   dev-libs/gmp
+   dev-libs/gmp:0
 
 RDEPEND=${DEPEND}

diff --git a/kde-apps/kcalc/kcalc-14.12.2.ebuild 
b/kde-apps/kcalc/kcalc-14.12.2.ebuild
index 2f2eceb..e255b8b 100644
--- a/kde-apps/kcalc/kcalc-14.12.2.ebuild
+++ b/kde-apps/kcalc/kcalc-14.12.2.ebuild
@@ -14,6 +14,6 @@ KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux
 IUSE=debug
 
 DEPEND=
-   dev-libs/gmp
+   dev-libs/gmp:0
 
 RDEPEND=${DEPEND}



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

2015-02-17 Thread Ian Delaney (idella4)
idella4 15/02/17 14:03:38

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



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

2015-02-17 Thread Michael Palimaka
commit: 041a0c1eabe73bf3ce5084866e56296e162bbfdd
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Feb 17 13:50:28 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Feb 17 13:50:28 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=041a0c1e

[kde-misc/kte-collaborative] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 kde-misc/kte-collaborative/kte-collaborative-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kte-collaborative/kte-collaborative-.ebuild 
b/kde-misc/kte-collaborative/kte-collaborative-.ebuild
index aa2d3f2..d14849e 100644
--- a/kde-misc/kte-collaborative/kte-collaborative-.ebuild
+++ b/kde-misc/kte-collaborative/kte-collaborative-.ebuild
@@ -18,7 +18,7 @@ IUSE=debug
 
 RDEPEND=
dev-libs/glib:2
-   net-im/ktp-common-internals
+   net-im/ktp-common-internals:4
net-libs/libinfinity[server]
net-libs/libqinfinity
=net-libs/telepathy-qt-0.8.9



[gentoo-commits] gentoo-x86 commit in dev-python/elasticsearch-curator: metadata.xml elasticsearch-curator-2.1.2.ebuild Manifest ChangeLog

2015-02-17 Thread Ian Delaney (idella4)
idella4 15/02/17 14:13:27

  Added:metadata.xml elasticsearch-curator-2.1.2.ebuild
Manifest ChangeLog
  Log:
  new ebuild written by proxy maintainer, closes bug #536670
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/elasticsearch-curator/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdproxy-maintainers/herd
maintainer
emailidel...@gentoo.org/email
/maintainer
maintainer
emailhydrapo...@gmail.com/email
nameTomas Mozes/name
descriptionProxy maintainer/description
/maintainer
/pkgmetadata



1.1  
dev-python/elasticsearch-curator/elasticsearch-curator-2.1.2.ebuild

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

Index: elasticsearch-curator-2.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/elasticsearch-curator/elasticsearch-curator-2.1.2.ebuild,v
 1.1 2015/02/17 14:13:27 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

MY_PN=curator
ES_VERSION=1.4.2

inherit distutils-r1

DESCRIPTION=Tending time-series indices in Elasticsearch
HOMEPAGE=https://github.com/elasticsearch/curator;
SRC_URI=https://github.com/elasticsearch/${MY_PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz
test? ( 
https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
 )

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

RDEPEND=
=dev-python/elasticsearch-py-1.0.0[${PYTHON_USEDEP}]
dev-python/elasticsearch-py-2.0.0[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
virtual/jre:1.7
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/nosexcover[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )

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

python_test() {
ES=${WORKDIR}/elasticsearch-${ES_VERSION}
ES_PORT=25123
ES_LOG=${ES}/logs/elasticsearch.log
PID=${ES}/elasticsearch.pid

# run Elasticsearch instance on custom port
sed -i s/#http.port: 9200/http.port: ${ES_PORT}/g 
${ES}/config/elasticsearch.yml
${ES}/bin/elasticsearch -d -p ${PID}

for i in `seq 10`; do
grep -q started ${ES_LOG} 2 /dev/null
if [ $? -eq 0 ]; then
einfo Elasticsearch started
eend 0
break
elif grep -q 'BindException\[Address already in use\]' 
${ES_LOG} 2/dev/null; then
eend 1
eerror Elasticsearch already running
die Cannot start Elasticsearch for tests
else
einfo Waiting for Elasticsearch
eend 1
sleep 2
continue
fi
done

export TEST_ES_SERVER=localhost:${ES_PORT}
esetup.py test || die Tests failed on ${EPYTHON}

pkill -F ${PID}
}

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

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



1.1  dev-python/elasticsearch-curator/Manifest

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

Index: Manifest
===
DIST elasticsearch-1.4.2.tar.gz 27734207 SHA256 
31dd6c049745f7dac201f94852b778b0841d6869d358fd80d4c897d0bf73b53c SHA512 
b82e644b0b81489ce0d4fc72ca0efa3545c55c4d947faec2537035d440be83bac0f794f1a2863d87649e36f87d250c1f4e46ae57053b50948f47f9ff2a3bf6b6
 WHIRLPOOL 

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

2015-02-17 Thread Johannes Huber
commit: df301bd603c0f8ee22ae9946cae15b2f24680cb6
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Sun Feb 15 22:26:37 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Feb 17 19:50:59 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df301bd6

[kde-plasma/plasma-workspace] DEPEND on dev-qt/qtconcurrent

Upstream commit a452d12a.

Package-Manager: portage-2.2.17

---
 kde-plasma/plasma-workspace/plasma-workspace-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
index 8dff4dc..2eb734f 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
@@ -57,6 +57,7 @@ COMMON_DEPEND=
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
dev-libs/wayland
+   dev-qt/qtconcurrent:5
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5[widgets]
dev-qt/qtgui:5[jpeg]



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

2015-02-17 Thread Jason Zaman (perfinion)
perfinion15/02/17 19:53:46

  Modified: ChangeLog
  Added:setools-3.3.8-r7.ebuild
  Log:
  revbump with swig patches, dropping keywords for testing
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.95 app-admin/setools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   12 Feb 2015 18:04:48 -  1.94
+++ ChangeLog   17 Feb 2015 19:53:46 -  1.95
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/setools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v 1.94 
2015/02/12 18:04:48 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/ChangeLog,v 1.95 
2015/02/17 19:53:46 perfinion Exp $
+
+*setools-3.3.8-r7 (17 Feb 2015)
+
+  17 Feb 2015; Jason Zaman perfin...@gentoo.org +setools-3.3.8-r7.ebuild:
+  revbump with swig patches, dropping keywords for testing
 
 *setools-3.3.8-r6 (12 Feb 2015)
 



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

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

Index: setools-3.3.8-r7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.8-r7.ebuild,v 
1.1 2015/02/17 19:53:46 perfinion Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )

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

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

http://dev.gentoo.org/~perfinion/patches/setools/${P}-04-gentoo-patches.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=
IUSE=X debug java python

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

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

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

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

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

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

src_prepare() {
EPATCH_MULTI_MSG=Applying various (Gentoo) setool fixes...  \
EPATCH_SUFFIX=patch \
EPATCH_SOURCE=${WORKDIR}/gentoo-patches \
EPATCH_FORCE=yes \
epatch

# Fix build failure due to double __init__.py installation
sed -e s/^wrappedpy_DATA = qpol.py \$(pkgpython_PYTHON)/wrappedpy_DATA 
= qpol.py/ -i libqpol/swig/python/Makefile.am || die

local dir
for dir in ${PYTHON_DIRS}; do
# Python bindings are built/installed manually.
sed -e s/MAYBE_PYSWIG = python/MAYBE_PYSWIG =/ -i 
${dir%python}Makefile.am || die sed failed
# Make PYTHON_LDFLAGS replaceable during running `make`.
sed -e /^AM_LDFLAGS =/s/@PYTHON_LDFLAGS@/\$(PYTHON_LDFLAGS)/ 
-i ${dir}/Makefile.am || die sed failed
done

epatch_user

eautoreconf

# Disable byte-compilation of Python modules.
echo '#!/bin/sh'  py-compile
}

src_configure() {
econf \

[gentoo-commits] gentoo-x86 commit in app-admin/salt: ChangeLog salt-2014.7.1.ebuild salt-2014.7.0-r1.ebuild

2015-02-17 Thread Patrick McLean (chutzpah)
chutzpah15/02/17 20:08:27

  Modified: ChangeLog
  Removed:  salt-2014.7.1.ebuild salt-2014.7.0-r1.ebuild
  Log:
  Actually clean out old versions.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  ChangesPath
1.56 app-admin/salt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   17 Feb 2015 20:07:03 -  1.55
+++ ChangeLog   17 Feb 2015 20:08:27 -  1.56
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/salt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.55 2015/02/17 
20:07:03 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.56 2015/02/17 
20:08:27 chutzpah Exp $
+
+  17 Feb 2015; Patrick McLean chutz...@gentoo.org -salt-2014.7.0-r1.ebuild,
+  -salt-2014.7.1.ebuild:
+  Actually clean out old versions.
 
 *salt-2014.7.2 (17 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-cpp/websocketpp: websocketpp-0.5.0.ebuild ChangeLog

2015-02-17 Thread Johannes Huber (johu)
johu15/02/17 20:09:11

  Modified: ChangeLog
  Added:websocketpp-0.5.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.2  dev-cpp/websocketpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/websocketpp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   16 Jan 2015 23:24:06 -  1.1
+++ ChangeLog   17 Feb 2015 20:09:11 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-cpp/websocketpp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/websocketpp/ChangeLog,v 1.1 
2015/01/16 23:24:06 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/websocketpp/ChangeLog,v 1.2 
2015/02/17 20:09:11 johu Exp $
+
+*websocketpp-0.5.0 (17 Feb 2015)
+
+  17 Feb 2015; Johannes Huber j...@gentoo.org +websocketpp-0.5.0.ebuild:
+  Version bump.
 
 *websocketpp-0.4.0 (16 Jan 2015)
 
@@ -8,4 +13,3 @@
   +metadata.xml:
   New package. Initial ebuild by Uwe L. Korn uw...@xhochy.com. Modified by
   me. Bug #528764.
-



1.1  dev-cpp/websocketpp/websocketpp-0.5.0.ebuild

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

Index: websocketpp-0.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/websocketpp/websocketpp-0.5.0.ebuild,v 1.1 
2015/02/17 20:09:11 johu Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION=C++/Boost Asio based websocket client/server library
HOMEPAGE=http://www.zaphoyd.com/websocketpp;
SRC_URI=https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

KEYWORDS=~amd64 ~x86
LICENSE=BSD
SLOT=0
IUSE=boost test

DEPEMD=
RDEPEND=${DEPEND}
boost? ( dev-libs/boost )


# tests no-op
RESTRICT=test

src_configure() {
# Disable EXAMPLES as compilation is broken upstream
local mycmakeargs=(
-DEXAMPLES=OFF
$(cmake-utils_use_enable !boost CPP11)
$(cmake-utils_use_enable test TESTS)
)

cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-218-r3.ebuild systemd-9999.ebuild ChangeLog

2015-02-17 Thread Pacho Ramos (pacho)
pacho   15/02/17 20:15:03

  Modified: systemd-218-r3.ebuild systemd-.ebuild ChangeLog
  Log:
  Enable by default lz4 compression for journald as it performs far better.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  sys-apps/systemd/systemd-218-r3.ebuild

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

Index: systemd-218-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- systemd-218-r3.ebuild   8 Feb 2015 17:21:18 -   1.1
+++ systemd-218-r3.ebuild   17 Feb 2015 20:15:02 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v 
1.1 2015/02/08 17:21:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v 
1.2 2015/02/17 20:15:02 pacho Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 SLOT=0/2
 KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=acl apparmor audit cryptsetup curl doc elfutils gcrypt gudev http
-   idn introspection kdbus +kmod lz4 lzma pam policykit python qrcode 
+seccomp
+   idn introspection kdbus +kmod +lz4 lzma pam policykit python qrcode 
+seccomp
selinux ssl sysv-utils terminal test vanilla xkb
 
 MINKV=3.8



1.159sys-apps/systemd/systemd-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?rev=1.159view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?rev=1.159content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?r1=1.158r2=1.159

Index: systemd-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- systemd-.ebuild 17 Feb 2015 01:46:00 -  1.158
+++ systemd-.ebuild 17 Feb 2015 20:15:02 -  1.159
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v 
1.158 2015/02/17 01:46:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v 
1.159 2015/02/17 20:15:02 pacho Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 SLOT=0/2
 KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=acl apparmor audit cryptsetup curl doc elfutils gcrypt gudev http
-   idn importd introspection kdbus +kmod lz4 lzma nat pam policykit python
+   idn importd introspection kdbus +kmod +lz4 lzma nat pam policykit python
qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb
 REQUIRED_USE=importd? ( curl gcrypt lzma )
 



1.349sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- ChangeLog   17 Feb 2015 12:37:02 -  1.348
+++ ChangeLog   17 Feb 2015 20:15:02 -  1.349
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.348 
2015/02/17 12:37:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.349 
2015/02/17 20:15:02 pacho Exp $
+
+  17 Feb 2015; Pacho Ramos pa...@gentoo.org systemd-218-r3.ebuild,
+  systemd-.ebuild:
+  Enable by default lz4 compression for journald as it performs far better.
 
   17 Feb 2015; Pacho Ramos pa...@gentoo.org -systemd-216-r2.ebuild,
   -systemd-217-r4.ebuild, -systemd-218-r1.ebuild, -systemd-218-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/chardet: chardet-2.3.0.ebuild ChangeLog

2015-02-17 Thread Dirkjan Ochtman (djc)
djc 15/02/17 17:56:49

  Modified: ChangeLog
  Added:chardet-2.3.0.ebuild
  Log:
  Version bump chardet to 2.3.0 (fixes bug 540332)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.49 dev-python/chardet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/chardet/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   26 Jan 2015 14:12:01 -  1.48
+++ ChangeLog   17 Feb 2015 17:56:49 -  1.49
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/chardet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/ChangeLog,v 1.48 
2015/01/26 14:12:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/ChangeLog,v 1.49 
2015/02/17 17:56:49 djc Exp $
+
+*chardet-2.3.0 (17 Feb 2015)
+
+  17 Feb 2015; Dirkjan Ochtman d...@gentoo.org +chardet-2.3.0.ebuild:
+  Version bump chardet to 2.3.0 (fixes bug 540332)
 
   26 Jan 2015; Manuel Rüger mr...@gentoo.org -chardet-2.0.1-r1.ebuild,
   -chardet-2.0.1.ebuild:



1.1  dev-python/chardet/chardet-2.3.0.ebuild

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

Index: chardet-2.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/chardet-2.3.0.ebuild,v 
1.1 2015/02/17 17:56:49 djc Exp $

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

inherit distutils-r1

DESCRIPTION=Universal encoding detector
HOMEPAGE=https://github.com/chardet/chardet 
http://pypi.python.org/pypi/chardet;
SRC_URI=mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos
IUSE=

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in net-misc/openvpn/files: 2.3.6-disable-compression.patch

2015-02-17 Thread Dirkjan Ochtman (djc)
djc 15/02/17 18:46:07

  Added:2.3.6-disable-compression.patch
  Log:
  Version bump openvpn to 2.3.6-r2 (fixes bug 537318)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.1  net-misc/openvpn/files/2.3.6-disable-compression.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/files/2.3.6-disable-compression.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/files/2.3.6-disable-compression.patch?rev=1.1content-type=text/plain

Index: 2.3.6-disable-compression.patch
===
https://community.openvpn.net/openvpn/changeset/5d5233778868ddd568140c394adfcfc8e3453245/

--- openvpn-2.3.6/src/openvpn/ssl_openssl.c.orig2014-11-29 
23:00:35.0 +0800
+++ openvpn-2.3.6/src/openvpn/ssl_openssl.c 2015-01-12 21:14:30.186993686 
+0800
@@ -238,6 +238,13 @@
 if (tls_ver_min  TLS_VER_1_2 || tls_ver_max  TLS_VER_1_2)
   sslopt |= SSL_OP_NO_TLSv1_2;
 #endif
+
+#ifdef SSL_OP_NO_COMPRESSION
+msg (M_WARN, [Workaround] disable SSL compression);
+sslopt |= SSL_OP_NO_COMPRESSION;
+#endif
+
+
 SSL_CTX_set_options (ctx-ctx, sslopt);
   }
 






[gentoo-commits] gentoo-x86 commit in net-misc/openvpn: openvpn-2.3.6-r2.ebuild ChangeLog

2015-02-17 Thread Dirkjan Ochtman (djc)
djc 15/02/17 18:46:07

  Modified: ChangeLog
  Added:openvpn-2.3.6-r2.ebuild
  Log:
  Version bump openvpn to 2.3.6-r2 (fixes bug 537318)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.320net-misc/openvpn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- ChangeLog   8 Feb 2015 16:22:58 -   1.319
+++ ChangeLog   17 Feb 2015 18:46:07 -  1.320
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/openvpn
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.319 
2015/02/08 16:22:58 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.320 
2015/02/17 18:46:07 djc Exp $
+
+*openvpn-2.3.6-r2 (17 Feb 2015)
+
+  17 Feb 2015; Dirkjan Ochtman d...@gentoo.org
+  +files/2.3.6-disable-compression.patch, +openvpn-2.3.6-r2.ebuild:
+  Version bump openvpn to 2.3.6-r2 (fixes bug 537318)
 
 *openvpn-2.3.6-r1 (08 Feb 2015)
 



1.1  net-misc/openvpn/openvpn-2.3.6-r2.ebuild

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

Index: openvpn-2.3.6-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6-r2.ebuild,v 
1.1 2015/02/17 18:46:07 djc Exp $

EAPI=4

inherit multilib autotools flag-o-matic user systemd

DESCRIPTION=Robust and highly flexible tunneling application compatible with 
many OSes
SRC_URI=http://swupdate.openvpn.net/community/releases/${P}.tar.gz;
HOMEPAGE=http://openvpn.net/;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux
IUSE=examples down-root iproute2 pam passwordsave pkcs11 +plugins +polarssl 
selinux +ssl systemd +lzo static userland_BSD

REQUIRED_USE=static? ( !plugins !pkcs11 )
polarssl? ( ssl )
pkcs11? ( ssl )
!plugins? ( !pam !down-root )

DEPEND=
kernel_linux? (
iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( 
sys-apps/net-tools )
)
pam? ( virtual/pam )
ssl? (
!polarssl? ( =dev-libs/openssl-0.9.7 ) polarssl? ( 
=net-libs/polarssl-1.2.10 )
)
lzo? ( =dev-libs/lzo-1.07 )
pkcs11? ( =dev-libs/pkcs11-helper-1.11 )
RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-openvpn )


src_prepare() {
# Set correct pass to systemd-ask-password binary
sed -i s:\(/bin/systemd-ask-password\):/usr\1: 
./src/openvpn/console.c || die
epatch ${FILESDIR}/2.3.6-null-cipher.patch || die
epatch ${FILESDIR}/2.3.6-disable-compression.patch || die
eautoreconf
}

src_configure() {
use static  LDFLAGS=${LDFLAGS} -Xcompiler -static
local myconf
echo DROPPY
use polarssl  echo FLOZZY
use polarssl  myconf=--with-crypto-library=polarssl
econf \
${myconf} \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--with-plugindir=${ROOT}/usr/$(get_libdir)/$PN \
$(use_enable passwordsave password-save) \
$(use_enable ssl) \
$(use_enable ssl crypto) \
$(use_enable lzo) \
$(use_enable pkcs11) \
$(use_enable plugins) \
$(use_enable iproute2) \
$(use_enable pam plugin-auth-pam) \
$(use_enable down-root plugin-down-root) \
$(use_enable systemd)
}

src_install() {
default
find ${ED}/usr -name '*.la' -delete
# install documentation
dodoc AUTHORS ChangeLog PORTS README README.IPv6

# Install some helper scripts
keepdir /etc/openvpn
exeinto /etc/openvpn
doexe ${FILESDIR}/up.sh
doexe ${FILESDIR}/down.sh

# Install the init script and config file
newinitd ${FILESDIR}/${PN}-2.1.init openvpn
newconfd ${FILESDIR}/${PN}-2.1.conf openvpn

# install 

[gentoo-commits] gentoo-x86 commit in dev-util/ddd: ChangeLog ddd-3.3.12-r4.ebuild

2015-02-17 Thread Michael Haubenwallner (haubi)
haubi   15/02/17 17:38:44

  Modified: ChangeLog ddd-3.3.12-r4.ebuild
  Log:
  ddd-3.3.12-r4: Add ~ppc-aix keyword.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C719EE20)

Revision  ChangesPath
1.78 dev-util/ddd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   14 Jul 2014 23:52:55 -  1.77
+++ ChangeLog   17 Feb 2015 17:38:44 -  1.78
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ddd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.77 2014/07/14 
23:52:55 reavertm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.78 2015/02/17 
17:38:44 haubi Exp $
+
+  17 Feb 2015; Michael Haubenwallner ha...@gentoo.org ddd-3.3.12-r4.ebuild:
+  Add ~ppc-aix keyword.
 
   14 Jul 2014; Maciej Mrozowski reave...@gentoo.org
   files/ddd-3.3.12-man.patch:



1.2  dev-util/ddd/ddd-3.3.12-r4.ebuild

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

Index: ddd-3.3.12-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ddd-3.3.12-r4.ebuild8 Apr 2014 00:48:03 -   1.1
+++ ddd-3.3.12-r4.ebuild17 Feb 2015 17:38:44 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12-r4.ebuild,v 1.1 
2014/04/08 00:48:03 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12-r4.ebuild,v 1.2 
2015/02/17 17:38:44 haubi Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 SRC_URI=mirror://gnu/${PN}/${P}.tar.gz
 
 LICENSE=GPL-3 LGPL-3 FDL-1.1
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux
 SLOT=0
 IUSE=+gnuplot readline
 






[gentoo-commits] gentoo-x86 commit in media-fonts/font-util: ChangeLog font-util-1.3.0.ebuild

2015-02-17 Thread Michael Haubenwallner (haubi)
haubi   15/02/17 17:41:33

  Modified: ChangeLog font-util-1.3.0.ebuild
  Log:
  font-util-1.3.0: Add ~ppc-aix keyword.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C719EE20)

Revision  ChangesPath
1.76 media-fonts/font-util/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/font-util/ChangeLog?rev=1.76view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/font-util/ChangeLog?rev=1.76content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/font-util/ChangeLog?r1=1.75r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   18 Jan 2014 12:20:57 -  1.75
+++ ChangeLog   17 Feb 2015 17:41:33 -  1.76
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/font-util
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.75 
2014/01/18 12:20:57 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.76 
2015/02/17 17:41:33 haubi Exp $
+
+  17 Feb 2015; Michael Haubenwallner ha...@gentoo.org font-util-1.3.0.ebuild:
+  Add ~ppc-aix keyword.
 
   18 Jan 2014; Mike Frysinger vap...@gentoo.org font-util-1.3.0.ebuild:
   Add arm64 love.



1.13 media-fonts/font-util/font-util-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/font-util/font-util-1.3.0.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/font-util/font-util-1.3.0.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/font-util/font-util-1.3.0.ebuild?r1=1.12r2=1.13

Index: font-util-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-1.3.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- font-util-1.3.0.ebuild  18 Jan 2014 12:20:57 -  1.12
+++ font-util-1.3.0.ebuild  17 Feb 2015 17:41:33 -  1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-1.3.0.ebuild,v 1.12 
2014/01/18 12:20:57 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-1.3.0.ebuild,v 1.13 
2015/02/17 17:41:33 haubi Exp $
 
 EAPI=4
 inherit xorg-2
@@ -8,7 +8,7 @@
 EGIT_REPO_URI=git://anongit.freedesktop.org/xorg/font/util
 DESCRIPTION=X.Org font utilities
 
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in www-client/opera-developer: opera-developer-29.0.1778.0.ebuild ChangeLog opera-developer-29.0.1770.1.ebuild

2015-02-17 Thread Jeroen Roovers (jer)
jer 15/02/17 18:10:16

  Modified: ChangeLog
  Added:opera-developer-29.0.1778.0.ebuild
  Removed:  opera-developer-29.0.1770.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.33 www-client/opera-developer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   13 Feb 2015 19:58:14 -  1.32
+++ ChangeLog   17 Feb 2015 18:10:16 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/opera-developer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v 1.32 
2015/02/13 19:58:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v 1.33 
2015/02/17 18:10:16 jer Exp $
+
+*opera-developer-29.0.1778.0 (17 Feb 2015)
+
+  17 Feb 2015; Jeroen Roovers j...@gentoo.org
+  +opera-developer-29.0.1778.0.ebuild, -opera-developer-29.0.1770.1.ebuild:
+  Version bump.
 
 *opera-developer-29.0.1773.0 (13 Feb 2015)
 



1.1  
www-client/opera-developer/opera-developer-29.0.1778.0.ebuild

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

Index: opera-developer-29.0.1778.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/opera-developer/opera-developer-29.0.1778.0.ebuild,v
 1.1 2015/02/17 18:10:16 jer Exp $

EAPI=5
CHROMIUM_LANGS=
af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu

inherit chromium multilib unpacker

DESCRIPTION=A fast and secure web browser
HOMEPAGE=http://www.opera.com/;
LICENSE=OPERA-2014
SLOT=0
SRC_URI_BASE=http://get.geo.opera.com/pub/;
SRC_URI=
amd64? ( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb )

KEYWORDS=~amd64

RDEPEND=
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-misc/curl
net-print/cups
sys-apps/dbus
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
x11-libs/pango[X]


QA_PREBUILT=*
S=${WORKDIR}
OPERA_HOME=usr/$(get_libdir)/${PN}

src_unpack() {
unpack_deb ${A}
}

src_prepare() {
mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
rm -r usr/lib || die

rm usr/bin/${PN} || die

rm usr/share/doc/${PN}/copyright || die
mv usr/share/doc/${PN} usr/share/doc/${PF} || die

pushd ${OPERA_HOME}/localization  /dev/null || die
chromium_remove_language_paks
popd  /dev/null || die

sed -i \
-e 's|^TargetEnvironment|X-|g' \
usr/share/applications/${PN}.desktop || die
}

src_install() {
mv * ${D} || die
dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
}






[gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/

2015-02-17 Thread Zac Medico
commit: 4d2987df494105f00021c9fce9e503f673c19549
Author: Zac Medico zmedico AT gentoo DOT org
AuthorDate: Tue Feb 17 08:31:47 2015 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Tue Feb 17 18:27:41 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4d2987df

binarytree: avoid unecessary index regeneration

Since commit f1c1b8a77eebf7713b32e5f9945690f60f4f46de, binarytree
regenerates the 'Packages' index unnecessarily, due to missing REQUIRES
and PROVIDES entries. These entries are not required, so use default
empty values in order to avoid the unnecessary regeneration.

Fixes: f1c1b8a77eeb (Generate soname dependency metadata (bug 282639))
Acked-by: Alexander Berntsen bernalex AT gentoo.org

---
 pym/portage/dbapi/bintree.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index 583e208..cd30b67 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -348,7 +348,9 @@ class binarytree(object):
PDEPEND : ,
PROPERTIES : ,
PROVIDE : ,
+   PROVIDES: ,
RDEPEND : ,
+   REQUIRES: ,
RESTRICT: ,
SLOT: 0,
USE : ,



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

2015-02-17 Thread Hans de Graaff (graaff)
graaff  15/02/17 18:42:01

  Modified: ChangeLog package.mask
  Log:
  Mask virtual/ruby-threads for removal.

Revision  ChangesPath
1.9796   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9795
retrieving revision 1.9796
diff -u -r1.9795 -r1.9796
--- ChangeLog   16 Feb 2015 18:03:23 -  1.9795
+++ ChangeLog   17 Feb 2015 18:42:01 -  1.9796
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9795 2015/02/16 
18:03:23 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9796 2015/02/17 
18:42:01 graaff 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!
 
+  17 Feb 2015; Hans de Graaff gra...@gentoo.org package.mask:
+  Mask virtual/ruby-threads for removal.
+
   16 Feb 2015; Brian Evans grkni...@gentoo.org package.mask:
   Remove the masks added by me today and revbump the old virtual back down to
   ~arch instead



1.16368  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16367
retrieving revision 1.16368
diff -u -r1.16367 -r1.16368
--- package.mask16 Feb 2015 18:03:23 -  1.16367
+++ package.mask17 Feb 2015 18:42:01 -  1.16368
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16367 2015/02/16 
18:03:23 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16368 2015/02/17 
18:42:01 graaff 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,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff gra...@gentoo.org (17 Feb 2015)
+
+# Mask virtual/ruby-threads for removal in 30 days, bug 537074. This
+# virtual is no longer used in the tree and serves no purpose since
+# the removal of ruby 1.8.
+virtual/ruby-threads
+
 # Michael Sterrett mr_bon...@gentoo.org (16 Feb 2015)
 # No upstream anymore; misc issues
 # masked for removal on 20150318






[gentoo-commits] dev/yngwin:master commit in: app-editors/neovim/

2015-02-17 Thread Ben de Groot
commit: 19bbcec4eb2c17eff8f2015afd65848136cd3d1c
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Tue Feb 17 18:46:19 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Tue Feb 17 18:46:19 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=19bbcec4

app-editors/neovim: update live ebuild

---
 app-editors/neovim/neovim-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-editors/neovim/neovim-.ebuild 
b/app-editors/neovim/neovim-.ebuild
index cb27fae..6d3f7ce 100644
--- a/app-editors/neovim/neovim-.ebuild
+++ b/app-editors/neovim/neovim-.ebuild
@@ -22,8 +22,7 @@ RDEPEND=dev-lang/luajit
dev-libs/msgpack
dev-lua/LuaBitOp
dev-lua/lpeg
-   dev-lua/lua-MessagePack
-   sys-libs/ncurses
+   dev-lua/lua-MessagePack
 DEPEND=${RDEPEND}
virtual/libiconv
virtual/libintl



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

2015-02-17 Thread Michael Haubenwallner (haubi)
haubi   15/02/17 17:32:32

  Modified: ChangeLog
  Log:
  profiles/prefix/aix: p.mask gnuplot-5.0.0

Revision  ChangesPath
1.452profiles/prefix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v
retrieving revision 1.451
retrieving revision 1.452
diff -u -r1.451 -r1.452
--- ChangeLog   17 Feb 2015 13:22:47 -  1.451
+++ ChangeLog   17 Feb 2015 17:32:32 -  1.452
@@ -1,6 +1,9 @@
 # ChangeLog for profiles/prefix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.451 
2015/02/17 13:22:47 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.452 
2015/02/17 17:32:32 haubi Exp $
+
+  17 Feb 2015; Michael Haubenwallner ha...@gentoo.org aix/package.mask:
+  p.mask gnuplot-5.0.0
 
   17 Feb 2015; Michael Haubenwallner ha...@gentoo.org aix/package.mask:
   unmask gcc-4.8.4, mask patch-2.7.4






  1   2   3   4   5   6   7   >