[gentoo-commits] gentoo-x86 commit in net-analyzer/pnp4nagios: ChangeLog pnp4nagios-0.6.24.ebuild

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 06:38:28

  Modified: ChangeLog
  Added:pnp4nagios-0.6.24.ebuild
  Log:
  net-analyzer/pnp4nagios: Version BUmp; fixes security issues #516078  #516140
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.57 net-analyzer/pnp4nagios/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   15 Jul 2014 17:52:24 -  1.56
+++ ChangeLog   24 Oct 2014 06:38:28 -  1.57
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/pnp4nagios
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.56 
2014/07/15 17:52:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.57 
2014/10/24 06:38:28 jlec Exp $
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org +pnp4nagios-0.6.24.ebuild:
+  Version BUmp; fixes security issues #516078  #516140
+
+*pnp4nagios-0.6.24 (24 Oct 2014)
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org +pnp4nagios-0.6.24.ebuild:
+  Version BUmp; fixes security issues #516078  #516140
 
   15 Jul 2014; Jeroen Roovers j...@gentoo.org pnp4nagios-0.6.19-r1.ebuild,
   pnp4nagios-0.6.21.ebuild:



1.1  net-analyzer/pnp4nagios/pnp4nagios-0.6.24.ebuild

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

Index: pnp4nagios-0.6.24.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.6.24.ebuild,v 1.1 
2014/10/24 06:38:28 jlec Exp $

EAPI=5

inherit depend.apache eutils

DESCRIPTION=A performance data analyzer for nagios
HOMEPAGE=http://www.pnp4nagios.org;
SRC_URI=mirror://sourceforge/${PN}/PNP-0.6/${P}.tar.gz

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

DEPEND=
dev-lang/php[json,simplexml,zlib,xml,filter]
=dev-lang/php-5.3
=net-analyzer/rrdtool-1.2[graph,perl]
|| ( net-analyzer/nagios-core net-analyzer/icinga net-analyzer/icinga2 
)
RDEPEND=${DEPEND}
virtual/perl-Getopt-Long
virtual/perl-Time-HiRes
media-fonts/dejavu
apache2? ( www-servers/apache[apache2_modules_rewrite] )

want_apache2

pkg_setup() {
depend.apache_pkg_setup
}

src_prepare() {
epatch ${FILESDIR}/${PN}-0.6.14-makefile.patch
}

src_configure() {
local var_dir=
local user_group=

if has_version net-analyzer/nagios-core; then
var_dir=/var/nagios/
user_group=nagios
else
var_dir=/var/lib/icinga/
user_group=icinga
fi

econf \
--sysconfdir=/etc/pnp \
--datarootdir=/usr/share/pnp \
--mandir=/usr/share/man \
--with-perfdata-dir=${var_dir}/perfdata \
--with-nagios-user=${user_group} \
--with-nagios-group=${user_group} \
--with-perfdata-logfile=${var_dir}/perfdata.log \
--with-perfdata-spool-dir=/var/spool/pnp
}

src_compile() {
# The default target just shows a help
emake all
}

src_install() {
emake DESTDIR=${D} install install-config
newinitd ${FILESDIR}/npcd.initd npcd
rm ${D}/usr/share/pnp/install.php || die

if use apache2 ; then
insinto ${APACHE_MODULES_CONFDIR}
doins ${FILESDIR}/98_pnp4nagios.conf
fi

# Bug 430358 - CVE-2012-3457
find ${D}/etc/pnp -type f -exec chmod 0640 {} \; || die
find ${D}/etc/pnp -type d -exec chmod 0750 {} \; || die
}

pkg_postinst() {
elog Please make sure to enable URL rewriting in Apache or any other
elog webserver you're using, to get pnp4nagios running!
}






[gentoo-commits] gentoo-x86 commit in sci-biology/seqan: ChangeLog seqan-1.4.2.ebuild

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 06:44:20

  Modified: ChangeLog seqan-1.4.2.ebuild
  Log:
  sci-biology/seqan: Fix file collision, #526586
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.6  sci-biology/seqan/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   17 Oct 2014 13:51:56 -  1.5
+++ ChangeLog   24 Oct 2014 06:44:20 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/seqan
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.5 
2014/10/17 13:51:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.6 
2014/10/24 06:44:20 jlec Exp $
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org seqan-1.4.2.ebuild:
+  Fix file collision, #526586
 
 *seqan-1.4.2 (17 Oct 2014)
 



1.2  sci-biology/seqan/seqan-1.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild?r1=1.1r2=1.2

Index: seqan-1.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- seqan-1.4.2.ebuild  17 Oct 2014 13:51:56 -  1.1
+++ seqan-1.4.2.ebuild  24 Oct 2014 06:44:20 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild,v 1.1 
2014/10/17 13:51:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.4.2.ebuild,v 1.2 
2014/10/24 06:44:20 jlec Exp $
 
 EAPI=5
 
@@ -52,4 +52,10 @@
mkdir -p ${BUILD_DIR}/docs/html || die
cmake-utils_src_install
chmod 755 ${ED}/usr/bin/*sh || die
+
+   mv ${ED}/usr/bin/{,seqan-}join || die
+}
+
+pkg_postinst() {
+   elog Due to filecollision the 'join' binary has been renamed to 
seqan-join
 }






[gentoo-commits] gentoo-x86 commit in net-libs/libvncserver: ChangeLog libvncserver-0.9.9-r3.ebuild

2014-10-24 Thread Jeroen Roovers (jer)
jer 14/10/24 06:50:18

  Modified: ChangeLog libvncserver-0.9.9-r3.ebuild
  Log:
  Stable for HPPA (bug #526032).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.83 net-libs/libvncserver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   23 Oct 2014 14:25:26 -  1.82
+++ ChangeLog   24 Oct 2014 06:50:18 -  1.83
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libvncserver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.82 
2014/10/23 14:25:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.83 
2014/10/24 06:50:18 jer Exp $
+
+  24 Oct 2014; Jeroen Roovers j...@gentoo.org libvncserver-0.9.9-r3.ebuild:
+  Stable for HPPA (bug #526032).
 
   23 Oct 2014; Pacho Ramos pa...@gentoo.org libvncserver-0.9.9-r3.ebuild:
   amd64/x86 stable, bug #526032



1.4  net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild

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

Index: libvncserver-0.9.9-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libvncserver-0.9.9-r3.ebuild23 Oct 2014 14:25:26 -  1.3
+++ libvncserver-0.9.9-r3.ebuild24 Oct 2014 06:50:18 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild,v 
1.3 2014/10/23 14:25:26 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild,v 
1.4 2014/10/24 06:50:18 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=+24bpp gcrypt gnutls ipv6 +jpeg +png ssl static-libs test threads +zlib
 
 REQUIRED_USE=png? ( zlib )






[gentoo-commits] gentoo-x86 commit in media-gfx/assimp: ChangeLog assimp-3.1.1.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 06:53:30

  Modified: ChangeLog assimp-3.1.1.ebuild
  Log:
  multilib-strict fixes
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.4  media-gfx/assimp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/assimp/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   23 Oct 2014 11:14:42 -  1.3
+++ ChangeLog   24 Oct 2014 06:53:30 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/assimp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/assimp/ChangeLog,v 1.3 2014/10/23 
11:14:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/assimp/ChangeLog,v 1.4 2014/10/24 
06:53:30 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org assimp-3.1.1.ebuild:
+  multilib-strict fixes
 
   23 Oct 2014; Alexis Ballier aball...@gentoo.org assimp-3.1.1.ebuild:
   keyword ~arm



1.3  media-gfx/assimp/assimp-3.1.1.ebuild

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

Index: assimp-3.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/assimp/assimp-3.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- assimp-3.1.1.ebuild 23 Oct 2014 11:14:42 -  1.2
+++ assimp-3.1.1.ebuild 24 Oct 2014 06:53:30 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/assimp/assimp-3.1.1.ebuild,v 1.2 
2014/10/23 11:14:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/assimp/assimp-3.1.1.ebuild,v 1.3 
2014/10/24 06:53:30 aballier Exp $
 
 EAPI=5
 
@@ -22,6 +22,11 @@
 
 RDEPEND=${DEPEND}
 
+src_prepare() {
+   sed -i -e 's/ASSIMP_LIB_INSTALL_DIR lib/ASSIMP_LIB_INSTALL_DIR 
${CMAKE_INSTALL_LIBDIR}/' CMakeLists.txt || die
+   cmake-utils_src_prepare
+}
+
 src_configure() {
mycmakeargs=(
$(cmake-utils_use_build samples ASSIMP_SAMPLES) \
@@ -31,4 +36,4 @@
)
 
cmake-utils_src_configure
-}
\ No newline at end of file
+}






[gentoo-commits] gentoo-x86 commit in x11-libs/libva/files: libva-1.1.0-wayland1.patch

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 06:54:47

  Removed:  libva-1.1.0-wayland1.patch
  Log:
  remove old
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)



[gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-1.2.1.ebuild libva-1.0.16.ebuild libva-1.2.0-r1.ebuild libva-1.2.1-r1.ebuild libva-1.2.0.ebuild libva-1.3.0.ebuild libva-1.0.15.eb

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 06:54:47

  Modified: ChangeLog
  Removed:  libva-1.2.1.ebuild libva-1.0.16.ebuild
libva-1.2.0-r1.ebuild libva-1.2.1-r1.ebuild
libva-1.2.0.ebuild libva-1.3.0.ebuild
libva-1.0.15.ebuild libva-1.1.1-r1.ebuild
libva-1.1.0.ebuild libva-1.1.1.ebuild
  Log:
  remove old
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.61 x11-libs/libva/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   15 Jul 2014 15:47:47 -  1.60
+++ ChangeLog   24 Oct 2014 06:54:46 -  1.61
@@ -1,6 +1,13 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.60 2014/07/15 
15:47:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.61 2014/10/24 
06:54:46 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org -libva-1.0.15.ebuild,
+  -libva-1.0.16.ebuild, -libva-1.1.0.ebuild, -libva-1.1.1.ebuild,
+  -libva-1.1.1-r1.ebuild, -libva-1.2.0.ebuild, -libva-1.2.0-r1.ebuild,
+  -libva-1.2.1.ebuild, -libva-1.2.1-r1.ebuild, -libva-1.3.0.ebuild,
+  -files/libva-1.1.0-wayland1.patch:
+  remove old
 
   15 Jul 2014; Pacho Ramos pa...@gentoo.org libva-1.3.1.ebuild:
   amd64/x86 stable, bug #516318






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

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 07:00:48

  Modified: ChangeLog
  Added:libva-1.4.0.ebuild
  Log:
  version bump, bug #524734
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.62 x11-libs/libva/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   24 Oct 2014 06:54:46 -  1.61
+++ ChangeLog   24 Oct 2014 07:00:48 -  1.62
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.61 2014/10/24 
06:54:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.62 2014/10/24 
07:00:48 aballier Exp $
+
+*libva-1.4.0 (24 Oct 2014)
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org +libva-1.4.0.ebuild:
+  version bump, bug #524734
 
   24 Oct 2014; Alexis Ballier aball...@gentoo.org -libva-1.0.15.ebuild,
   -libva-1.0.16.ebuild, -libva-1.1.0.ebuild, -libva-1.1.1.ebuild,



1.1  x11-libs/libva/libva-1.4.0.ebuild

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

Index: libva-1.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.4.0.ebuild,v 1.1 
2014/10/24 07:00:48 aballier Exp $

EAPI=5

SCM=
if [ ${PV%} != ${PV} ] ; then # Live ebuild
SCM=git-2
EGIT_BRANCH=master
EGIT_REPO_URI=git://anongit.freedesktop.org/vaapi/libva
fi

AUTOTOOLS_AUTORECONF=yes
inherit autotools-multilib ${SCM} multilib

DESCRIPTION=Video Acceleration (VA) API for Linux
HOMEPAGE=http://www.freedesktop.org/wiki/Software/vaapi;
if [ ${PV%} != ${PV} ] ; then # Live ebuild
SRC_URI=
S=${WORKDIR}/${PN}
else

SRC_URI=http://www.freedesktop.org/software/vaapi/releases/libva/${P}.tar.bz2;
fi

LICENSE=MIT
SLOT=0
if [ ${PV%} = ${PV} ] ; then
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
else
KEYWORDS=
fi
IUSE=+drm egl opengl vdpau wayland X
REQUIRED_USE=|| ( drm wayland X )

VIDEO_CARDS=dummy nvidia intel fglrx
for x in ${VIDEO_CARDS}; do
IUSE+= video_cards_${x}
done

RDEPEND==x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
X? (
=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
)
egl? ( =media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
opengl? ( =virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
wayland? ( =dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )

DEPEND=${RDEPEND}
virtual/pkgconfig
PDEPEND=video_cards_nvidia? ( 
=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
vdpau? ( =x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
video_cards_fglrx? ( =x11-libs/xvba-video-0.8.0-r1[${MULTILIB_USEDEP}] 
)
video_cards_intel? ( 
=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] )


REQUIRED_USE=opengl? ( X )

PATCHES=( ${FILESDIR}/${PN}-1.2.0-autotools-out-of-source-build.patch )
DOCS=( NEWS )

MULTILIB_WRAPPED_HEADERS=(
/usr/include/va/va_backend_glx.h
/usr/include/va/va_x11.h
/usr/include/va/va_dri2.h
/usr/include/va/va_dricommon.h
/usr/include/va/va_glx.h
)

multilib_src_configure() {
local myeconfargs=(
--with-drivers-path=${EPREFIX}/usr/$(get_libdir)/va/drivers
$(use_enable video_cards_dummy dummy-driver)
$(use_enable opengl glx)
$(use_enable X x11)
$(use_enable wayland)
$(use_enable egl)
$(use_enable drm)
)
autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in x11-libs/libva-intel-driver/files: libm.patch

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 07:02:36

  Removed:  libm.patch
  Log:
  remove old
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)



[gentoo-commits] gentoo-x86 commit in x11-libs/libva-intel-driver: ChangeLog libva-intel-driver-1.0.19.ebuild libva-intel-driver-1.0.17.ebuild libva-intel-driver-1.0.20-r1.ebuild libva-intel-driver-1.

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 07:02:36

  Modified: ChangeLog
  Removed:  libva-intel-driver-1.0.19.ebuild
libva-intel-driver-1.0.17.ebuild
libva-intel-driver-1.0.20-r1.ebuild
libva-intel-driver-1.2.2.ebuild
libva-intel-driver-1.2.1.ebuild
libva-intel-driver-1.0.20.ebuild
libva-intel-driver-1.2.0.ebuild
libva-intel-driver-1.2.2-r1.ebuild
  Log:
  remove old
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.33 x11-libs/libva-intel-driver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   15 Jul 2014 15:47:47 -  1.32
+++ ChangeLog   24 Oct 2014 07:02:36 -  1.33
@@ -1,6 +1,14 @@
 # ChangeLog for x11-libs/libva-intel-driver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 
1.32 2014/07/15 15:47:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 
1.33 2014/10/24 07:02:36 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org
+  -libva-intel-driver-1.0.17.ebuild, -libva-intel-driver-1.0.19.ebuild,
+  -libva-intel-driver-1.0.20.ebuild, -libva-intel-driver-1.0.20-r1.ebuild,
+  -libva-intel-driver-1.2.0.ebuild, -libva-intel-driver-1.2.1.ebuild,
+  -libva-intel-driver-1.2.2.ebuild, -libva-intel-driver-1.2.2-r1.ebuild,
+  -files/libm.patch:
+  remove old
 
   15 Jul 2014; Pacho Ramos pa...@gentoo.org libva-intel-driver-1.3.0.ebuild:
   amd64/x86 stable, bug #516318






[gentoo-commits] gentoo-x86 commit in x11-libs/libva-intel-driver: libva-intel-driver-1.4.0.ebuild ChangeLog libva-intel-driver-9999.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 07:05:21

  Modified: ChangeLog libva-intel-driver-.ebuild
  Added:libva-intel-driver-1.4.0.ebuild
  Log:
  version bump  update libva deps, bug #524736
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.34 x11-libs/libva-intel-driver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   24 Oct 2014 07:02:36 -  1.33
+++ ChangeLog   24 Oct 2014 07:05:21 -  1.34
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libva-intel-driver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 
1.33 2014/10/24 07:02:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 
1.34 2014/10/24 07:05:21 aballier Exp $
+
+*libva-intel-driver-1.4.0 (24 Oct 2014)
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org
+  +libva-intel-driver-1.4.0.ebuild, libva-intel-driver-.ebuild:
+  version bump  update libva deps, bug #524736
 
   24 Oct 2014; Alexis Ballier aball...@gentoo.org
   -libva-intel-driver-1.0.17.ebuild, -libva-intel-driver-1.0.19.ebuild,



1.13 x11-libs/libva-intel-driver/libva-intel-driver-.ebuild

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

Index: libva-intel-driver-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libva-intel-driver-.ebuild  18 Jun 2014 21:02:16 -  1.12
+++ libva-intel-driver-.ebuild  24 Oct 2014 07:05:21 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-.ebuild,v
 1.12 2014/06/18 21:02:16 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-.ebuild,v
 1.13 2014/10/24 07:05:21 aballier Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@
 fi
 IUSE=+drm wayland X
 
-RDEPEND==x11-libs/libva-1.3.0[X?,wayland?,drm?,${MULTILIB_USEDEP}]
+RDEPEND==x11-libs/libva-1.4[X?,wayland?,drm?,${MULTILIB_USEDEP}]
!x11-libs/libva-1.0.15[video_cards_intel]
=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}]
wayland? ( =media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] 
=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )



1.1  x11-libs/libva-intel-driver/libva-intel-driver-1.4.0.ebuild

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

Index: libva-intel-driver-1.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.4.0.ebuild,v
 1.1 2014/10/24 07:05:21 aballier Exp $

EAPI=5

SCM=
if [ ${PV%} != ${PV} ] ; then # Live ebuild
SCM=git-2
EGIT_BRANCH=master
EGIT_REPO_URI=git://anongit.freedesktop.org/git/vaapi/intel-driver
fi

AUTOTOOLS_AUTORECONF=yes
inherit autotools-multilib ${SCM}

DESCRIPTION=HW video decode support for Intel integrated graphics
HOMEPAGE=http://www.freedesktop.org/wiki/Software/vaapi;
if [ ${PV%} != ${PV} ] ; then # Live ebuild
SRC_URI=
S=${WORKDIR}/${PN}
else

SRC_URI=http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${P}.tar.bz2;
fi

LICENSE=MIT
SLOT=0
if [ ${PV%} = ${PV} ] ; then
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
else
KEYWORDS=
fi
IUSE=+drm 

[gentoo-commits] gentoo-x86 commit in app-admin/sysklogd: ChangeLog sysklogd-1.5.1.ebuild

2014-10-24 Thread Sergey Popov (pinkbyte)
pinkbyte14/10/24 07:26:01

  Modified: ChangeLog sysklogd-1.5.1.ebuild
  Log:
  s390 stable, wrt bug #524058
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.100app-admin/sysklogd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sysklogd/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   18 Oct 2014 14:09:51 -  1.99
+++ ChangeLog   24 Oct 2014 07:26:01 -  1.100
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/sysklogd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/ChangeLog,v 1.99 
2014/10/18 14:09:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/ChangeLog,v 1.100 
2014/10/24 07:26:01 pinkbyte Exp $
+
+  24 Oct 2014; Sergey Popov pinkb...@gentoo.org sysklogd-1.5.1.ebuild:
+  s390 stable, wrt bug #524058
 
   18 Oct 2014; Agostino Sarubbo a...@gentoo.org sysklogd-1.5.1.ebuild:
   Stable for sparc, wrt bug #524058



1.10 app-admin/sysklogd/sysklogd-1.5.1.ebuild

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

Index: sysklogd-1.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sysklogd/sysklogd-1.5.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sysklogd-1.5.1.ebuild   18 Oct 2014 14:09:51 -  1.9
+++ sysklogd-1.5.1.ebuild   24 Oct 2014 07:26:01 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/sysklogd-1.5.1.ebuild,v 
1.9 2014/10/18 14:09:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/sysklogd-1.5.1.ebuild,v 
1.10 2014/10/24 07:26:01 pinkbyte Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
+KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86
 IUSE=logrotate
 RESTRICT=test
 






[gentoo-commits] gentoo-x86 commit in dev-ml/custom_printf: ChangeLog custom_printf-109.60.00.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 07:30:16

  Modified: ChangeLog custom_printf-109.60.00.ebuild
  Log:
  add missing sexplib  pa_ounit deps, bug #522276
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.5  dev-ml/custom_printf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 Jan 2014 13:42:29 -  1.4
+++ ChangeLog   24 Oct 2014 07:30:15 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/custom_printf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.4 
2014/01/19 13:42:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.5 
2014/10/24 07:30:15 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org
+  custom_printf-109.60.00.ebuild:
+  add missing sexplib  pa_ounit deps, bug #522276
 
 *custom_printf-109.60.00 (19 Jan 2014)
 



1.2  dev-ml/custom_printf/custom_printf-109.60.00.ebuild

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

Index: custom_printf-109.60.00.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ml/custom_printf/custom_printf-109.60.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- custom_printf-109.60.00.ebuild  19 Jan 2014 13:42:29 -  1.1
+++ custom_printf-109.60.00.ebuild  24 Oct 2014 07:30:15 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/custom_printf/custom_printf-109.60.00.ebuild,v 
1.1 2014/01/19 13:42:29 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/custom_printf/custom_printf-109.60.00.ebuild,v 
1.2 2014/10/24 07:30:15 aballier Exp $
 
 EAPI=5
 
@@ -16,5 +16,9 @@
 KEYWORDS=~amd64
 IUSE=
 
-DEPEND==dev-ml/type-conv-109.20.00:=
+DEPEND=
+   =dev-ml/type-conv-109.20.00:=
+   dev-ml/sexplib:=
+   dev-ml/pa_ounit:=
+
 RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-ml/utop: ChangeLog utop-1.10.ebuild utop-1.8.ebuild utop-1.5.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 07:31:21

  Modified: ChangeLog
  Removed:  utop-1.10.ebuild utop-1.8.ebuild utop-1.5.ebuild
  Log:
  remove old
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.10 dev-ml/utop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   12 Feb 2014 11:37:33 -  1.9
+++ ChangeLog   24 Oct 2014 07:31:21 -  1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/utop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.9 2014/02/12 
11:37:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.10 2014/10/24 
07:31:21 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org -utop-1.5.ebuild,
+  -utop-1.8.ebuild, -utop-1.10.ebuild:
+  remove old
 
 *utop-1.11 (12 Feb 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ml/cppo: ChangeLog cppo-1.0.1.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 07:39:26

  Modified: ChangeLog
  Added:cppo-1.0.1.ebuild
  Log:
  version bump
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.2  dev-ml/cppo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cppo/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   23 Jul 2013 18:05:39 -  1.1
+++ ChangeLog   24 Oct 2014 07:39:26 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/cppo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cppo/ChangeLog,v 1.1 2013/07/23 
18:05:39 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cppo/ChangeLog,v 1.2 2014/10/24 
07:39:26 aballier Exp $
+
+*cppo-1.0.1 (24 Oct 2014)
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org +cppo-1.0.1.ebuild:
+  version bump
 
 *cppo-0.9.3 (23 Jul 2013)
 



1.1  dev-ml/cppo/cppo-1.0.1.ebuild

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

Index: cppo-1.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cppo/cppo-1.0.1.ebuild,v 1.1 
2014/10/24 07:39:26 aballier Exp $

EAPI=5

inherit findlib

DESCRIPTION=An equivalent of the C preprocessor for OCaml programs
HOMEPAGE=http://mjambon.com/cppo.html;
SRC_URI=http://mjambon.com/releases/${PN}/${P}.tar.gz;

SLOT=0
LICENSE=BSD
KEYWORDS=~amd64

IUSE=examples

RDEPEND==dev-lang/ocaml-3.12:=
DEPEND=${RDEPEND}

src_install() {
findlib_src_preinst
mkdir -p ${ED}/usr/bin
emake PREFIX=${ED}/usr install
dodoc README.md Changes
if use examples ; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}






[gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-re: - New directory

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 07:53:20

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ml/ocaml-re added to the repository



[gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-re: metadata.xml ChangeLog ocaml-re-1.2.2.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 07:54:03

  Added:metadata.xml ChangeLog ocaml-re-1.2.2.ebuild
  Log:
  initial import, ebuild by me
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  dev-ml/ocaml-re/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-re/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-re/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
herdml/herd
/pkgmetadata



1.1  dev-ml/ocaml-re/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ml/ocaml-re
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.1 2014/10/24 
07:54:03 aballier Exp $

*ocaml-re-1.2.2 (24 Oct 2014)

  24 Oct 2014; Alexis Ballier aball...@gentoo.org +ocaml-re-1.2.2.ebuild,
  +metadata.xml:
  initial import, ebuild by me




1.1  dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild?rev=1.1content-type=text/plain

Index: ocaml-re-1.2.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild,v 1.1 
2014/10/24 07:54:03 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION=Regular expression library for OCaml
HOMEPAGE=http://github.com/ocaml/ocaml-re;
SRC_URI=https://github.com/ocaml/ocaml-re/archive/${P}.tar.gz;

LICENSE=LGPL-2-with-linking-exception
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=

DEPEND=
RDEPEND=${DEPEND}
DOCS=( CHANGES TODO.txt README.md )
S=${WORKDIR}/${PN}-${P}






[gentoo-commits] gentoo-x86 commit in sci-libs/libccd: ChangeLog libccd-2.0.ebuild libccd-9999.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 08:01:04

  Modified: ChangeLog libccd-2.0.ebuild libccd-.ebuild
  Log:
  keyword ~arm
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.2  sci-libs/libccd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libccd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   23 Oct 2014 16:03:46 -  1.1
+++ ChangeLog   24 Oct 2014 08:01:04 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/libccd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/ChangeLog,v 1.1 2014/10/23 
16:03:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/ChangeLog,v 1.2 2014/10/24 
08:01:04 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org libccd-2.0.ebuild,
+  libccd-.ebuild:
+  keyword ~arm
 
 *libccd- (23 Oct 2014)
 *libccd-2.0 (23 Oct 2014)



1.2  sci-libs/libccd/libccd-2.0.ebuild

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

Index: libccd-2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libccd/libccd-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libccd-2.0.ebuild   23 Oct 2014 16:03:46 -  1.1
+++ libccd-2.0.ebuild   24 Oct 2014 08:01:04 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/libccd-2.0.ebuild,v 1.1 
2014/10/23 16:03:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/libccd-2.0.ebuild,v 1.2 
2014/10/24 08:01:04 aballier Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
KEYWORDS=
SRC_URI=
 else
-   KEYWORDS=~amd64
+   KEYWORDS=~amd64 ~arm
SRC_URI=http://libccd.danfis.cz/files/${P}.tar.gz;
 fi
 



1.2  sci-libs/libccd/libccd-.ebuild

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

Index: libccd-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libccd/libccd-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libccd-.ebuild  23 Oct 2014 16:03:46 -  1.1
+++ libccd-.ebuild  24 Oct 2014 08:01:04 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/libccd-.ebuild,v 1.1 
2014/10/23 16:03:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/libccd-.ebuild,v 1.2 
2014/10/24 08:01:04 aballier Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
KEYWORDS=
SRC_URI=
 else
-   KEYWORDS=~amd64
+   KEYWORDS=~amd64 ~arm
SRC_URI=http://libccd.danfis.cz/files/${P}.tar.gz;
 fi
 






[gentoo-commits] gentoo-x86 commit in dev-ml/cudf: - New directory

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 08:33:12

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ml/cudf added to the repository



[gentoo-commits] gentoo-x86 commit in dev-ml/cudf: metadata.xml ChangeLog cudf-0.7.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 08:34:07

  Added:metadata.xml ChangeLog cudf-0.7.ebuild
  Log:
  initial import, ebuild by me
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  dev-ml/cudf/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cudf/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cudf/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
herdml/herd
/pkgmetadata



1.1  dev-ml/cudf/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ml/cudf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/ChangeLog,v 1.1 2014/10/24 
08:34:07 aballier Exp $

*cudf-0.7 (24 Oct 2014)

  24 Oct 2014; Alexis Ballier aball...@gentoo.org +cudf-0.7.ebuild,
  +metadata.xml:
  initial import, ebuild by me




1.1  dev-ml/cudf/cudf-0.7.ebuild

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

Index: cudf-0.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v 1.1 2014/10/24 
08:34:07 aballier Exp $

EAPI=5

inherit multilib

DESCRIPTION=Library to parse, pretty print, and evaluate CUDF documents
HOMEPAGE=http://www.mancoosi.org/cudf/;
SRC_URI=https://gforge.inria.fr/frs/download.php/file/33593/${P}.tar.gz;

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~amd64
IUSE=+ocamlopt test

RDEPEND=
=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/extlib:=
dev-libs/glib:2

DEPEND=${RDEPEND}
test? ( dev-ml/ounit )
dev-ml/findlib
dev-lang/perl


src_compile() {
emake -j1 all
emake c-lib
if use ocamlopt ; then
emake -j1 opt
emake c-lib-opt
fi
}

src_test() {
emake test
emake c-lib-test
}

src_install() {
emake DESTDIR=${ED} LIBDIR=/usr/$(get_libdir) install
dodoc BUGS ChangeLog README TODO
}






[gentoo-commits] gentoo-x86 commit in dev-ml/cudf: ChangeLog cudf-0.7.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 08:35:05

  Modified: ChangeLog cudf-0.7.ebuild
  Log:
  add subslot
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.2  dev-ml/cudf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cudf/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   24 Oct 2014 08:34:07 -  1.1
+++ ChangeLog   24 Oct 2014 08:35:05 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/cudf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/ChangeLog,v 1.1 2014/10/24 
08:34:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/ChangeLog,v 1.2 2014/10/24 
08:35:05 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org cudf-0.7.ebuild:
+  add sublot
 
 *cudf-0.7 (24 Oct 2014)
 



1.2  dev-ml/cudf/cudf-0.7.ebuild

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

Index: cudf-0.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cudf-0.7.ebuild 24 Oct 2014 08:34:07 -  1.1
+++ cudf-0.7.ebuild 24 Oct 2014 08:35:05 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v 1.1 
2014/10/24 08:34:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v 1.2 
2014/10/24 08:35:05 aballier Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 SRC_URI=https://gforge.inria.fr/frs/download.php/file/33593/${P}.tar.gz;
 
 LICENSE=LGPL-3
-SLOT=0
+SLOT=0/${PV}
 KEYWORDS=~amd64
 IUSE=+ocamlopt test
 






[gentoo-commits] gentoo-x86 commit in dev-libs/collada-dom: collada-dom-2.4.0.ebuild ChangeLog

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 09:19:49

  Modified: collada-dom-2.4.0.ebuild ChangeLog
  Log:
  keyword ~arm
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.3  dev-libs/collada-dom/collada-dom-2.4.0.ebuild

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

Index: collada-dom-2.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/collada-dom/collada-dom-2.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- collada-dom-2.4.0.ebuild23 Oct 2014 15:40:35 -  1.2
+++ collada-dom-2.4.0.ebuild24 Oct 2014 09:19:49 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/collada-dom/collada-dom-2.4.0.ebuild,v 1.2 
2014/10/23 15:40:35 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/collada-dom/collada-dom-2.4.0.ebuild,v 1.3 
2014/10/24 09:19:49 aballier Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~arm
 IUSE=
 
 RDEPEND=



1.3  dev-libs/collada-dom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/collada-dom/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   23 Oct 2014 15:40:35 -  1.2
+++ ChangeLog   24 Oct 2014 09:19:49 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/collada-dom
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/collada-dom/ChangeLog,v 1.2 
2014/10/23 15:40:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/collada-dom/ChangeLog,v 1.3 
2014/10/24 09:19:49 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org collada-dom-2.4.0.ebuild:
+  keyword ~arm
 
   23 Oct 2014; Alexis Ballier aball...@gentoo.org collada-dom-2.4.0.ebuild:
   add missing pkgconfig dep






[gentoo-commits] gentoo-x86 commit in dev-python/scientificpython: ChangeLog scientificpython-2.9.4.ebuild scientificpython-2.9.1.ebuild scientificpython-2.9.3.ebuild

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 09:52:20

  Modified: ChangeLog scientificpython-2.9.1.ebuild
scientificpython-2.9.3.ebuild
  Added:scientificpython-2.9.4.ebuild
  Log:
  dev-python/scientificpython: Version BUmp
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.47 dev-python/scientificpython/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   19 May 2014 18:04:59 -  1.46
+++ ChangeLog   24 Oct 2014 09:52:20 -  1.47
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/scientificpython
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 
1.46 2014/05/19 18:04:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 
1.47 2014/10/24 09:52:20 jlec Exp $
+
+*scientificpython-2.9.4 (24 Oct 2014)
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org scientificpython-2.9.1.ebuild,
+  scientificpython-2.9.3.ebuild, +scientificpython-2.9.4.ebuild:
+  Version BUmp
 
   19 May 2014; Michał Górny mgo...@gentoo.org -scientificpython-2.9.2.ebuild:
   Drop the middle version that required python-exec:0.



1.12 dev-python/scientificpython/scientificpython-2.9.1.ebuild

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

Index: scientificpython-2.9.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- scientificpython-2.9.1.ebuild   23 Feb 2012 04:54:38 -  1.11
+++ scientificpython-2.9.1.ebuild   24 Oct 2014 09:52:20 -  1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.1.ebuild,v
 1.11 2012/02/23 04:54:38 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.1.ebuild,v
 1.12 2014/10/24 09:52:20 jlec Exp $
 
 EAPI=3
 SUPPORT_PYTHON_ABIS=1
@@ -21,7 +21,8 @@
 KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux
 IUSE=doc mpi test
 
-RDEPEND=dev-python/numpy
+RDEPEND=
+   dev-python/numpy-1.9
dev-python/pyro:3
sci-libs/netcdf
mpi? ( virtual/mpi )



1.2  dev-python/scientificpython/scientificpython-2.9.3.ebuild

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

Index: scientificpython-2.9.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scientificpython-2.9.3.ebuild   13 Mar 2014 14:58:03 -  1.1
+++ scientificpython-2.9.3.ebuild   24 Oct 2014 09:52:20 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.3.ebuild,v
 1.1 2014/03/13 14:58:03 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.3.ebuild,v
 1.2 2014/10/24 09:52:20 jlec Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 IUSE=doc mpi test
 
 RDEPEND=
-   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/numpy-1.9[${PYTHON_USEDEP}]
dev-python/pyro:3[${PYTHON_USEDEP}]
sci-libs/netcdf
mpi? ( virtual/mpi )


[gentoo-commits] gentoo-x86 commit in sci-libs/mmtk: mmtk-2.7.3.ebuild ChangeLog mmtk-2.7.9.ebuild mmtk-2.7.5.ebuild

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 10:13:26

  Modified: mmtk-2.7.3.ebuild ChangeLog mmtk-2.7.9.ebuild
mmtk-2.7.5.ebuild
  Log:
  sci-libs/mmtk: Mask newer numpy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.6  sci-libs/mmtk/mmtk-2.7.3.ebuild

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

Index: mmtk-2.7.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mmtk-2.7.3.ebuild   4 Nov 2012 10:00:55 -   1.5
+++ mmtk-2.7.3.ebuild   24 Oct 2014 10:13:26 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.3.ebuild,v 1.5 
2012/11/04 10:00:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.3.ebuild,v 1.6 
2014/10/24 10:13:26 jlec Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 
 RDEPEND=
dev-python/cython
-   dev-python/numpy
+   dev-python/numpy-1.9
dev-python/scientificpython
 DEPEND=${RDEPEND}
 



1.13 sci-libs/mmtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/mmtk/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   16 Jun 2013 15:39:08 -  1.12
+++ ChangeLog   24 Oct 2014 10:13:26 -  1.13
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/mmtk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmtk/ChangeLog,v 1.12 2013/06/16 
15:39:08 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmtk/ChangeLog,v 1.13 2014/10/24 
10:13:26 jlec Exp $
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org mmtk-2.7.3.ebuild,
+  mmtk-2.7.5.ebuild, mmtk-2.7.9.ebuild:
+  Mask newer numpy
 
 *mmtk-2.7.9 (16 Jun 2013)
 



1.2  sci-libs/mmtk/mmtk-2.7.9.ebuild

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

Index: mmtk-2.7.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mmtk-2.7.9.ebuild   16 Jun 2013 15:39:09 -  1.1
+++ mmtk-2.7.9.ebuild   24 Oct 2014 10:13:26 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.9.ebuild,v 1.1 
2013/06/16 15:39:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.9.ebuild,v 1.2 
2014/10/24 10:13:26 jlec Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
 
 RDEPEND=
dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/numpy-1.9[${PYTHON_USEDEP}]
dev-python/scientificpython[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
 



1.2  sci-libs/mmtk/mmtk-2.7.5.ebuild

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

Index: mmtk-2.7.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mmtk-2.7.5.ebuild   4 Nov 2012 10:00:55 -   1.1
+++ mmtk-2.7.5.ebuild   24 Oct 2014 10:13:26 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 

[gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: jenkins-bin-1.585.ebuild ChangeLog jenkins-bin-1.584-r1.ebuild

2014-10-24 Thread Tony Vroon (chainsaw)
chainsaw14/10/24 10:42:46

  Modified: jenkins-bin-1.585.ebuild ChangeLog
jenkins-bin-1.584-r1.ebuild
  Log:
  Work around cantankerous eclass.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.2  dev-util/jenkins-bin/jenkins-bin-1.585.ebuild

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

Index: jenkins-bin-1.585.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.585.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jenkins-bin-1.585.ebuild22 Oct 2014 14:02:29 -  1.1
+++ jenkins-bin-1.585.ebuild24 Oct 2014 10:42:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.585.ebuild,v 1.1 
2014/10/22 14:02:29 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.585.ebuild,v 1.2 
2014/10/24 10:42:46 chainsaw Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 pkg_setup() {
enewgroup jenkins
-   enewuser jenkins -1 /sbin/nologin ${JENKINS_DIR} jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
 }
 
 src_install() {



1.5  dev-util/jenkins-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   22 Oct 2014 14:02:29 -  1.4
+++ ChangeLog   24 Oct 2014 10:42:46 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/jenkins-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.4 
2014/10/22 14:02:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.5 
2014/10/24 10:42:46 chainsaw Exp $
+
+  24 Oct 2014; Tony Vroon chain...@gentoo.org jenkins-bin-1.584-r1.ebuild,
+  jenkins-bin-1.585.ebuild:
+  Work around cantankerous eclass.
 
 *jenkins-bin-1.585 (22 Oct 2014)
 



1.2  dev-util/jenkins-bin/jenkins-bin-1.584-r1.ebuild

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

Index: jenkins-bin-1.584-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.584-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jenkins-bin-1.584-r1.ebuild 21 Oct 2014 08:38:20 -  1.1
+++ jenkins-bin-1.584-r1.ebuild 24 Oct 2014 10:42:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.584-r1.ebuild,v 1.1 
2014/10/21 08:38:20 chainsaw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.584-r1.ebuild,v 1.2 
2014/10/24 10:42:46 chainsaw Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 
 pkg_setup() {
enewgroup jenkins
-   enewuser jenkins -1 /sbin/nologin /var/lib/jenkins jenkins
+   enewuser jenkins -1 -1 /var/lib/jenkins jenkins
 }
 
 src_install() {






[gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: metadata.xml ChangeLog pdb2pqr-1.8.0.ebuild

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 10:54:05

  Modified: metadata.xml ChangeLog
  Added:pdb2pqr-1.8.0.ebuild
  Log:
  sci-chemistry/pdb2pqr: Version Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.7  sci-chemistry/pdb2pqr/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml10 Mar 2012 14:20:09 -  1.6
+++ metadata.xml24 Oct 2014 10:54:05 -  1.7
@@ -1,9 +1,9 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdsci-chemistry/herd
-   use
-   flag name=opalAdd web interface via opal/flag
-   flag name=pdb2pkaInstall experimental pdb2pka 
interface/flag
-   /use
+  herdsci-chemistry/herd
+  use
+flag name=opalAdd web interface via opal/flag
+flag name=pdb2pkaInstall experimental pdb2pka interface/flag
+  /use
 /pkgmetadata



1.38 sci-chemistry/pdb2pqr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   19 Oct 2012 10:10:18 -  1.37
+++ ChangeLog   24 Oct 2014 10:54:05 -  1.38
@@ -1,6 +1,13 @@
 # ChangeLog for sci-chemistry/pdb2pqr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.37 
2012/10/19 10:10:18 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.38 
2014/10/24 10:54:05 jlec Exp $
+
+*pdb2pqr-1.8.0 (24 Oct 2014)
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org +pdb2pqr-1.8.0.ebuild,
+  +files/pdb2pqr-1.8.0-automagic.patch, +files/pdb2pqr-1.8.0-ldflags.patch,
+  metadata.xml:
+  Version Bump
 
   19 Oct 2012; Justin Lecher j...@gentoo.org pdb2pqr-1.5.0-r2.ebuild,
   pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r2.ebuild:



1.1  sci-chemistry/pdb2pqr/pdb2pqr-1.8.0.ebuild

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

Index: pdb2pqr-1.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.8.0.ebuild,v 
1.1 2014/10/24 10:54:05 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit autotools eutils fortran-2 flag-o-matic python-r1 toolchain-funcs 
versionator

MY_PV=$(get_version_component_range 1-2)
MY_P=${PN}-${MY_PV}

DESCRIPTION=An automated pipeline for performing Poisson-Boltzmann 
electrostatics calculations
LICENSE=BSD
HOMEPAGE=http://www.poissonboltzmann.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.gz

SLOT=0
IUSE=doc examples opal +pdb2pka
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux

RDEPEND=
dev-python/numpy
sci-chemistry/openbabel
opal? ( dev-python/zsi )
pdb2pka? ( sci-chemistry/apbs[python,-mpi] )
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}

pkg_setup() {
if [[ -z ${MAXATOMS} ]]; then
einfo If you like to have support for more then 1 atoms,
einfo export MAXATOMS=\your value\
else
einfo Allow usage of ${MAXATOMS} during calculations
fi
fortran-2_pkg_setup
python_export_best
}

src_prepare() {
rm -rf contrib/* || die
epatch \
${FILESDIR}/${P}-ldflags.patch \
${FILESDIR}/${PN}-1.4.0-automagic.patch \
${FILESDIR}/1.7.0-install.patch
sed \
-e '50,200s:CWD:DESTDIR:g' \
-i Makefile.am || die

eautoreconf


[gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr/files: pdb2pqr-1.8.0-automagic.patch pdb2pqr-1.8.0-ldflags.patch

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 10:54:05

  Added:pdb2pqr-1.8.0-automagic.patch
pdb2pqr-1.8.0-ldflags.patch
  Log:
  sci-chemistry/pdb2pqr: Version Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  sci-chemistry/pdb2pqr/files/pdb2pqr-1.8.0-automagic.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/files/pdb2pqr-1.8.0-automagic.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/files/pdb2pqr-1.8.0-automagic.patch?rev=1.1content-type=text/plain

Index: pdb2pqr-1.8.0-automagic.patch
===
diff -Naur pdb2pqr-1.4.0/configure.ac pdb2pqr-1.4.0.new/configure.ac
--- pdb2pqr-1.4.0/configure.ac  2009-04-02 10:53:56.0 -0400
+++ pdb2pqr-1.4.0.new/configure.ac  2009-09-24 19:36:47.0 -0400
@@ -255,38 +255,6 @@
 
   # Test for Numeric install
   AC_MSG_CHECKING([whether you defined Numeric or Numpy])
-  if (test -n ${NUMERIC}) ; then
-AC_MSG_RESULT([yes])
-NUMERIC_INC=`find ${NUMERIC} -iname arrayobject.h | tail -n1`
-if test $NUMERIC_INC = ; then
-  AC_MSG_ERROR([Please check your NUMERIC path.  arrayobject.h cannot be 
found in ${NUMERIC}])
-fi
-NUMERIC_INC=`dirname ${NUMERIC_INC}`
-NUMERIC_LIB=`find ${NUMERIC} -iname Numeric.pth | tail -n1`
-if test ${NUMERIC_LIB} = ; then
-  AC_MSG_ERROR([Please check your NUMERIC path.  Numeric.pth cannot be 
found in ${NUMERIC}])
-fi
-NUMERIC_NAME=`cat ${NUMERIC_LIB}`
-NUMERIC_LIB=`dirname ${NUMERIC_LIB}`
-NUMERIC_LIB=${NUMERIC_LIB}/${NUMERIC_NAME}
-if test ${PACKAGE_PATH} = ; then
-  PACKAGE_PATH=${NUMERIC_LIB}
-else
-  PACKAGE_PATH=${PACKAGE_PATH}:${NUMERIC_LIB}
-fi
-PY_NUMERIC=-I${NUMERIC_INC} 
-PY_CFLAGS=$PY_CFLAGS $PY_NUMERIC
-  else
-AC_MSG_RESULT([no])
-AC_MSG_CHECKING([for Numeric include files])
-if test -f $PY_PREFIX/include/python$PY_VERSION/Numeric/arrayobject.h; then
-  PY_NUMERIC=-I$PY_PREFIX/include/python$PY_VERSION/Numeric   
-  AC_MSG_RESULT([$PY_NUMERIC])
-  PY_CFLAGS=$PY_CFLAGS $PY_NUMERIC
-else
-  AC_MSG_RESULT([no])
-fi
-  fi
 
   # If failed, test for numpy
   AC_MSG_CHECKING([whether you defined numpy])
@@ -457,29 +425,14 @@
   HAVE_PDB2PQR_OPAL=1
 fi
 
-if test $PDB2PQR_OPAL_URL != ; then 
+if test $PDB2PQR_OPAL_URL != no; then 
   HAVE_PDB2PQR_OPAL=1
   if test -d $PY_PREFIX/lib/python$PY_VERSION/site-packages/ZSI ; then
 echo ZSI is installed
   else
 #  need to install ZSI
-echo Installing ZSI.  This might take a while...
-cd contrib/ZSI-2.1-a1 
-if test `whoami` = root; then
-  $py_path setup.py install
-else
-  zsi_install=true
-  mkdir -p ${prefix}lib/python$PY_VERSION/site-packages
-  export PYTHONPATH=${prefix}lib/python$PY_VERSION/site-packages
-  $py_path setup.py install --prefix=${prefix}
-  if test -d ${prefix}ZSI ; then
-echo ZSI is installed
-  else
-cp -r ./build/lib/ZSI ${prefix}ZSI
-  fi
-  PYTHONPATH=
-fi 
-cd ../..
+echo Missing ZSI
+exit 1
   fi
 fi  
 



1.1  sci-chemistry/pdb2pqr/files/pdb2pqr-1.8.0-ldflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/files/pdb2pqr-1.8.0-ldflags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/files/pdb2pqr-1.8.0-ldflags.patch?rev=1.1content-type=text/plain

Index: pdb2pqr-1.8.0-ldflags.patch
===
 pdb2pka/Makefile.am   | 2 +-
 pdb2pka/substruct/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pdb2pka/Makefile.am b/pdb2pka/Makefile.am
index 75f6ffd..e40a2f6 100644
--- a/pdb2pka/Makefile.am
+++ b/pdb2pka/Makefile.am
@@ -16,7 +16,7 @@ SUBDIRS  = substruct
 
 noinst_PROGRAMS = _pMC_mult.so
 _pMC_mult_so_SOURCES = pMC_mult.cpp pMC_mult_wrap.cpp  
-_pMC_mult_so_LINK= $(CXX) -o $@ $(PY_SHARED)
+_pMC_mult_so_LINK= $(CXX) $(LDFLAGS) -o $@ $(PY_SHARED)
 _pMC_mult_so_LDADD   = $(PY_LDFLAGS)
 
 #all:
diff --git a/pdb2pka/substruct/Makefile.am b/pdb2pka/substruct/Makefile.am
index b1638a0..ae95e94 100644
--- a/pdb2pka/substruct/Makefile.am
+++ b/pdb2pka/substruct/Makefile.am
@@ -15,7 +15,7 @@ CLEANFILES   = Algorithms.so
 
 noinst_PROGRAMS  = Algorithms.so
 Algorithms_so_SOURCES = Algorithms.cpp  
-Algorithms_so_LINK= $(CXX) -o $@ $(PY_SHARED)
+Algorithms_so_LINK= $(CXX) $(LDFLAGS) -o $@ $(PY_SHARED)
 Algorithms_so_LDADD   = $(PY_LDFLAGS)
 
 distclean-local: clean-local






[gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: ChangeLog pdb2pqr-1.8.0.ebuild

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 11:04:35

  Modified: ChangeLog pdb2pqr-1.8.0.ebuild
  Log:
  sci-chemistry/pdb2pqr: optimize py code
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.39 sci-chemistry/pdb2pqr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   24 Oct 2014 10:54:05 -  1.38
+++ ChangeLog   24 Oct 2014 11:04:35 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/pdb2pqr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.38 
2014/10/24 10:54:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.39 
2014/10/24 11:04:35 jlec Exp $
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org pdb2pqr-1.8.0.ebuild:
+  optimize py code
 
 *pdb2pqr-1.8.0 (24 Oct 2014)
 



1.2  sci-chemistry/pdb2pqr/pdb2pqr-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.8.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.8.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.8.0.ebuild?r1=1.1r2=1.2

Index: pdb2pqr-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdb2pqr-1.8.0.ebuild24 Oct 2014 10:54:05 -  1.1
+++ pdb2pqr-1.8.0.ebuild24 Oct 2014 11:04:35 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.8.0.ebuild,v 1.1 
2014/10/24 10:54:05 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.8.0.ebuild,v 1.2 
2014/10/24 11:04:35 jlec Exp $
 
 EAPI=5
 
@@ -106,12 +106,6 @@
doins -r examples
 
dodoc ChangeLog NEWS README AUTHORS
-}
-
-pkg_postinst() {
-   python_mod_optimize ${PN}
-}
 
-pkg_postrm() {
-   python_mod_cleanup ${PN}
+   python_optimize
 }






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

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 11:35:50

  Modified: ChangeLog apbs-1.4.1.ebuild
  Log:
  sci-chemistry/apbs: Add workaround for parallel build issue, #526210
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.66 sci-chemistry/apbs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   21 Aug 2014 08:50:50 -  1.65
+++ ChangeLog   24 Oct 2014 11:35:50 -  1.66
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/apbs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.65 
2014/08/21 08:50:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.66 
2014/10/24 11:35:50 jlec Exp $
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org apbs-1.4.1.ebuild:
+  Add workaround for parallel build issue, #526210
 
   21 Aug 2014; Justin Lecher j...@gentoo.org apbs-1.4.1.ebuild,
   +files/apbs-1.4.1-manip.patch, files/apbs-1.4.1-multilib.patch:



1.3  sci-chemistry/apbs/apbs-1.4.1.ebuild

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

Index: apbs-1.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apbs-1.4.1.ebuild   21 Aug 2014 08:50:50 -  1.2
+++ apbs-1.4.1.ebuild   24 Oct 2014 11:35:50 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild,v 1.2 
2014/08/21 08:50:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild,v 1.3 
2014/10/24 11:35:50 jlec Exp $
 
 EAPI=5
 
@@ -55,11 +55,12 @@
sed \
-e s:-lblas:$($(tc-getPKG_CONFIG) --libs blas):g \
-i CMakeLists.txt || die
+   use doc  MAKEOPTS+= -j1
 }
 
 src_configure() {
local mycmakeargs=(
-   -DSYS_LIBPATHS=${EPREFIX}/usr/$(get_libdir)
+   -DSYS_LIBPATHS=${EPREFIX}/usr/$(get_libdir)
-DLIBRARY_INSTALL_PATH=$(get_libdir)
-DFETK_PATH=${EPREFIX}/usr/
-DBUILD_SHARED_LIBS=ON






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

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 11:38:49

  Modified: ChangeLog apbs-1.4.1.ebuild
  Log:
  sci-chemistry/apbs: Add missing requiered use
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.67 sci-chemistry/apbs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   24 Oct 2014 11:35:50 -  1.66
+++ ChangeLog   24 Oct 2014 11:38:49 -  1.67
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/apbs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.66 
2014/10/24 11:35:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.67 
2014/10/24 11:38:49 jlec Exp $
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org apbs-1.4.1.ebuild:
+  Add missing requiered use
 
   24 Oct 2014; Justin Lecher j...@gentoo.org apbs-1.4.1.ebuild:
   Add workaround for parallel build issue, #526210



1.4  sci-chemistry/apbs/apbs-1.4.1.ebuild

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

Index: apbs-1.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apbs-1.4.1.ebuild   24 Oct 2014 11:35:50 -  1.3
+++ apbs-1.4.1.ebuild   24 Oct 2014 11:38:49 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild,v 1.3 
2014/10/24 11:35:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1.ebuild,v 1.4 
2014/10/24 11:38:49 jlec Exp $
 
 EAPI=5
 
@@ -20,7 +20,9 @@
 KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
 IUSE=debug doc examples fast +fetk mpi openmp python tools
 
-REQUIRED_USE=mpi? ( !python )
+REQUIRED_USE=
+   mpi? ( !python )
+   ${PYTHON_REQUIRED_USE}
 
 RDEPEND=
dev-cpp/eigen:3






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

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 12:06:43

  Modified: ChangeLog
  Added:pdb2pqr-1.8.0-r1.ebuild
  Removed:  pdb2pqr-1.8.0.ebuild
  Log:
  sci-chemistry/pdb2pqr: Create correct wrappers
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.40 sci-chemistry/pdb2pqr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   24 Oct 2014 11:04:35 -  1.39
+++ ChangeLog   24 Oct 2014 12:06:42 -  1.40
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/pdb2pqr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.39 
2014/10/24 11:04:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.40 
2014/10/24 12:06:42 jlec Exp $
+
+*pdb2pqr-1.8.0-r1 (24 Oct 2014)
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org -pdb2pqr-1.8.0.ebuild,
+  +pdb2pqr-1.8.0-r1.ebuild:
+  Create correct wrappers
 
   24 Oct 2014; Justin Lecher j...@gentoo.org pdb2pqr-1.8.0.ebuild:
   optimize py code



1.1  sci-chemistry/pdb2pqr/pdb2pqr-1.8.0-r1.ebuild

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

Index: pdb2pqr-1.8.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.8.0-r1.ebuild,v 1.1 
2014/10/24 12:06:42 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit autotools eutils fortran-2 flag-o-matic python-single-r1 
toolchain-funcs versionator

MY_PV=$(get_version_component_range 1-2)
MY_P=${PN}-${MY_PV}

DESCRIPTION=An automated pipeline for performing Poisson-Boltzmann 
electrostatics calculations
LICENSE=BSD
HOMEPAGE=http://www.poissonboltzmann.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.gz

SLOT=0
IUSE=doc examples opal +pdb2pka
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux

REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND=${PYTHON_DEPS}
dev-python/numpy[${PYTHON_USEDEP}]
sci-chemistry/openbabel[python]
opal? ( dev-python/zsi[${PYTHON_USEDEP}] )
pdb2pka? ( sci-chemistry/apbs[${PYTHON_USEDEP},-mpi] )
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}

pkg_setup() {
if [[ -z ${MAXATOMS} ]]; then
einfo If you like to have support for more then 1 atoms,
einfo export MAXATOMS=\your value\
else
einfo Allow usage of ${MAXATOMS} during calculations
fi
fortran-2_pkg_setup
python-single-r1_pkg_setup
}

src_prepare() {
rm -rf contrib/* || die
epatch \
${FILESDIR}/${P}-ldflags.patch \
${FILESDIR}/${PN}-1.4.0-automagic.patch \
${FILESDIR}/1.7.0-install.patch
sed \
-e '50,200s:CWD:DESTDIR:g' \
-i Makefile.am || die

eautoreconf

tc-export CC
}

src_configure() {
# we need to compile the *.so as pic
append-flags -fPIC
FFLAGS=${FFLAGS} -fPIC
econf \
--with-max-atoms=${MAXATOMS:-1} \
--with-python=${PYTHON} \
$(usex pdb2pka  --disable-pdb2pka) \
$(use_with opal) \
NUMPY=${EPREFIX}/$(python_get_sitedir) \
F77=$(tc-getFC)
}

src_compile() {
default
if use doc; then
pushd doc  /dev/null
sh genpydoc.sh || die genpydoc failed
popd  /dev/null
fi
}

src_test() {
emake -j1 test
}

src_install() {
local lib
dodir $(python_get_sitedir)/${PN}
emake -j1 \
DESTDIR=${ED}$(python_get_sitedir)/${PN} \
PREFIX= install
INPATH=$(python_get_sitedir)/${PN}

make_wrapper ${PN} ${PYTHON} /$(python_get_sitedir)/${PN}/${PN}.py
make_wrapper pdb2pka ${PYTHON} 
/$(python_get_sitedir)/${PN}/pdb2pka/pka.py

for lib in _apbs.so apbslib.py{,c,o}; do
dosym /usr/share/apbs/tools/python/${lib} 
$(python_get_sitedir)/${PN}/pdb2pka/${lib}
done

[gentoo-commits] gentoo-x86 commit in dev-perl/Plack: ChangeLog Plack-1.1.400.ebuild

2014-10-24 Thread Mikle Kolyada (zlogene)
zlogene 14/10/24 12:47:19

  Modified: ChangeLog
  Removed:  Plack-1.1.400.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.20 dev-perl/Plack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Plack/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Plack/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Plack/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Plack/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   21 Jul 2014 19:03:09 -  1.19
+++ ChangeLog   24 Oct 2014 12:47:19 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Plack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Plack/ChangeLog,v 1.19 2014/07/21 
19:03:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Plack/ChangeLog,v 1.20 2014/10/24 
12:47:19 zlogene Exp $
+
+  24 Oct 2014; Mikle Kolyada zlog...@gentoo.org -Plack-1.1.400.ebuild:
+  Drop old.
 
   21 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org Plack-1.1.400.ebuild,
   Plack-1.1.500.ebuild, Plack-1.1.600.ebuild, Plack-1.1.800.ebuild:
@@ -258,4 +261,3 @@
   24 Jan 2010; Torsten Veller t...@gentoo.org +Plack-0.9031.ebuild,
   +metadata.xml:
   Initial commit
-






[gentoo-commits] gentoo-x86 commit in dev-perl/String-Approx: ChangeLog String-Approx-3.260.0.ebuild

2014-10-24 Thread Mikle Kolyada (zlogene)
zlogene 14/10/24 12:54:51

  Modified: ChangeLog
  Removed:  String-Approx-3.260.0.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.18 dev-perl/String-Approx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/String-Approx/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/String-Approx/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/String-Approx/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/String-Approx/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   25 May 2013 08:00:01 -  1.17
+++ ChangeLog   24 Oct 2014 12:54:51 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/String-Approx
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Approx/ChangeLog,v 1.17 
2013/05/25 08:00:01 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Approx/ChangeLog,v 1.18 
2014/10/24 12:54:51 zlogene Exp $
+
+  24 Oct 2014; Mikle Kolyada zlog...@gentoo.org 
-String-Approx-3.260.0.ebuild:
+  Drop old.
 
   25 May 2013; Agostino Sarubbo a...@gentoo.org String-Approx-3.270.0.ebuild:
   Stable for sparc, wrt bug #461136






[gentoo-commits] gentoo-x86 commit in www-client/opera-developer: opera-developer-26.0.1656.5.ebuild ChangeLog opera-developer-26.0.1646.0.ebuild

2014-10-24 Thread Jeroen Roovers (jer)
jer 14/10/24 12:58:04

  Modified: ChangeLog
  Added:opera-developer-26.0.1656.5.ebuild
  Removed:  opera-developer-26.0.1646.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.13 www-client/opera-developer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   17 Oct 2014 10:08:17 -  1.12
+++ ChangeLog   24 Oct 2014 12:58:04 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/opera-developer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v 1.12 
2014/10/17 10:08:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v 1.13 
2014/10/24 12:58:04 jer Exp $
+
+*opera-developer-26.0.1656.5 (24 Oct 2014)
+
+  24 Oct 2014; Jeroen Roovers j...@gentoo.org
+  -opera-developer-26.0.1646.0.ebuild, +opera-developer-26.0.1656.5.ebuild:
+  Version bump.
 
 *opera-developer-26.0.1655.0 (17 Oct 2014)
 



1.1  
www-client/opera-developer/opera-developer-26.0.1656.5.ebuild

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

Index: opera-developer-26.0.1656.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/opera-developer/opera-developer-26.0.1656.5.ebuild,v
 1.1 2014/10/24 12:58:04 jer Exp $

EAPI=5
CHROMIUM_LANGS=
af az be bg bn ca cs da de el en_GB en_US es_LA es 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 tl 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
=dev-libs/openssl-1.0.1:0
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-misc/curl
net-print/cups
sys-apps/dbus
sys-libs/libcap
virtual/libudev
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}
dodir /usr/$(get_libdir)/${PN}/lib
dosym /usr/$(get_libdir)/libudev.so 
/usr/$(get_libdir)/${PN}/lib/libudev.so.0
fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libdnet: libdnet-1.12.ebuild ChangeLog

2014-10-24 Thread Jeroen Roovers (jer)
jer 14/10/24 13:01:01

  Modified: libdnet-1.12.ebuild ChangeLog
  Log:
  Drop dev-lang/python-2.6 support.
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.21 dev-libs/libdnet/libdnet-1.12.ebuild

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

Index: libdnet-1.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libdnet-1.12.ebuild 9 Feb 2014 08:22:34 -   1.20
+++ libdnet-1.12.ebuild 24 Oct 2014 13:01:01 -  1.21
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.20 
2014/02/09 08:22:34 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.21 
2014/10/24 13:01:01 jer Exp $
 
 EAPI=5
 
 AT_M4DIR=config
 PYTHON_DEPEND=python? 2
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 DISTUTILS_OPTIONAL=1
 
 inherit autotools distutils-r1 eutils



1.78 dev-libs/libdnet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   9 Feb 2014 08:22:34 -   1.77
+++ ChangeLog   24 Oct 2014 13:01:01 -  1.78
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libdnet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.77 
2014/02/09 08:22:34 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.78 
2014/10/24 13:01:01 jer Exp $
+
+  24 Oct 2014; Jeroen Roovers j...@gentoo.org libdnet-1.12.ebuild:
+  Drop dev-lang/python-2.6 support.
 
   09 Feb 2014; Joshua Kinard ku...@gentoo.org libdnet-1.12.ebuild:
   Added ~mips.






[gentoo-commits] gentoo-x86 commit in sci-chemistry/hollow: metadata.xml ChangeLog hollow-1.2-r1.ebuild

2014-10-24 Thread Justin Lecher (jlec)
jlec14/10/24 13:07:07

  Modified: metadata.xml ChangeLog
  Added:hollow-1.2-r1.ebuild
  Log:
  sci-chemistry/hollow: Bump to new python eclasses
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  sci-chemistry/hollow/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/hollow/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml3 Nov 2011 06:51:02 -   1.2
+++ metadata.xml24 Oct 2014 13:07:07 -  1.3
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdsci-chemistry/herd
-   maintainer
-   emailj...@gentoo.org/email
-   /maintainer
+  herdsci-chemistry/herd
+  maintainer
+emailj...@gentoo.org/email
+  /maintainer
 /pkgmetadata



1.3  sci-chemistry/hollow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/hollow/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   3 Nov 2011 06:51:02 -   1.2
+++ ChangeLog   24 Oct 2014 13:07:07 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/hollow
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/hollow/ChangeLog,v 1.2 
2011/11/03 06:51:02 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/hollow/ChangeLog,v 1.3 
2014/10/24 13:07:07 jlec Exp $
+
+*hollow-1.2-r1 (24 Oct 2014)
+
+  24 Oct 2014; Justin Lecher j...@gentoo.org +hollow-1.2-r1.ebuild,
+  metadata.xml:
+  Bump to new python eclasses
 
 *hollow-1.2 (03 Nov 2011)
 



1.1  sci-chemistry/hollow/hollow-1.2-r1.ebuild

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

Index: hollow-1.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/hollow/hollow-1.2-r1.ebuild,v 
1.1 2014/10/24 13:07:07 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit python-r1

DESCRIPTION=Production of surface images of proteins
HOMEPAGE=http://hollow.sourceforge.net/;
#SRC_URI=mirror://sourceforge/${P}.zip
SRC_URI=http://hollow.sourceforge.net/${P}.zip;

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

REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND=${PYTHON_DEPS}
sci-chemistry/pymol[${PYTHON_USEDEP}]
DEPEND=${PYTHON_DEPS}
app-arch/unzip

src_install() {
python_setup
rm -rf pdbstruct/.svn || die
python_foreach_impl python_domodule pdbstruct
python_moduleinto ${PN}
python_foreach_impl python_domodule *.py hollow.txt

python_foreach_impl python_newscript ${PN}.py ${PN}

dodoc README
python_optimize
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.2.63-r6.ebuild ChangeLog hardened-sources-3.2.63-r5.ebuild

2014-10-24 Thread Anthony G. Basile (blueness)
blueness14/10/24 13:23:42

  Modified: ChangeLog
  Added:hardened-sources-3.2.63-r6.ebuild
  Removed:  hardened-sources-3.2.63-r5.ebuild
  Log:
  vanilla-3.2.63 + genpatches-3.2-16 + grsecurity-3.0-3.2.63-201410201736
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1162
retrieving revision 1.1163
diff -u -r1.1162 -r1.1163
--- ChangeLog   20 Oct 2014 23:51:36 -  1.1162
+++ ChangeLog   24 Oct 2014 13:23:42 -  1.1163
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1162 2014/10/20 23:51:36 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1163 2014/10/24 13:23:42 blueness Exp $
+
+*hardened-sources-3.2.63-r6 (24 Oct 2014)
+
+  24 Oct 2014; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.2.63-r6.ebuild, -hardened-sources-3.2.63-r5.ebuild:
+  vanilla-3.2.63 + genpatches-3.2-16 + grsecurity-3.0-3.2.63-201410201736
 
 *hardened-sources-3.17.1 (20 Oct 2014)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.63-r6.ebuild

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

Index: hardened-sources-3.2.63-r6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.63-r6.ebuild,v
 1.1 2014/10/24 13:23:42 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras
K_GENPATCHES_VER=16
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

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

UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
UNIPATCH_EXCLUDE=4200_fbcondecor-0.9.6.patch

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

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

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.0*

ewarn
ewarn Users of grsecurity's RBAC system must ensure they are using
ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
ewarn It is strongly recommended that the following command is issued
ewarn prior to booting a ${PF} kernel for the first time:
ewarn
ewarn emerge -na =${GRADM_COMPAT}
ewarn
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/nbwmon: nbwmon-0.4.3.ebuild ChangeLog

2014-10-24 Thread Anthony G. Basile (blueness)
blueness14/10/24 13:39:23

  Modified: nbwmon-0.4.3.ebuild ChangeLog
  Log:
  Keyword ~ppc64, bug #526064
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.3  net-analyzer/nbwmon/nbwmon-0.4.3.ebuild

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

Index: nbwmon-0.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nbwmon-0.4.3.ebuild 21 Sep 2014 08:29:52 -  1.2
+++ nbwmon-0.4.3.ebuild 24 Oct 2014 13:39:23 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v 
1.2 2014/09/21 08:29:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v 
1.3 2014/10/24 13:39:23 blueness Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
 
 RDEPEND=
sys-libs/ncurses



1.4  net-analyzer/nbwmon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   21 Sep 2014 08:29:52 -  1.3
+++ ChangeLog   24 Oct 2014 13:39:23 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nbwmon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.3 
2014/09/21 08:29:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.4 
2014/10/24 13:39:23 blueness Exp $
+
+  24 Oct 2014; Anthony G. Basile bluen...@gentoo.org nbwmon-0.4.3.ebuild:
+  Keyword ~ppc64, bug #526064
 
   21 Sep 2014; Agostino Sarubbo a...@gentoo.org nbwmon-0.4.3.ebuild:
   Add ~ppc, wrt bug #523344






[gentoo-commits] gentoo-x86 commit in net-libs/uhttpmock: uhttpmock-0.3.1.ebuild ChangeLog

2014-10-24 Thread Anthony G. Basile (blueness)
blueness14/10/24 14:18:19

  Modified: uhttpmock-0.3.1.ebuild ChangeLog
  Log:
  Keyword ~ppc ~ppc64, bug #523686
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  net-libs/uhttpmock/uhttpmock-0.3.1.ebuild

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

Index: uhttpmock-0.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/uhttpmock-0.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- uhttpmock-0.3.1.ebuild  10 Oct 2014 20:08:46 -  1.3
+++ uhttpmock-0.3.1.ebuild  24 Oct 2014 14:18:19 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/uhttpmock-0.3.1.ebuild,v 
1.3 2014/10/10 20:08:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/uhttpmock-0.3.1.ebuild,v 
1.4 2014/10/24 14:18:19 blueness Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -20,7 +20,7 @@
vala? ( introspection )
 
 
-KEYWORDS=~amd64 ~arm ~hppa ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
 
 RDEPEND=
=dev-libs/glib-2.31:2



1.4  net-libs/uhttpmock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   10 Oct 2014 20:08:46 -  1.3
+++ ChangeLog   24 Oct 2014 14:18:19 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/uhttpmock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/ChangeLog,v 1.3 
2014/10/10 20:08:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/uhttpmock/ChangeLog,v 1.4 
2014/10/24 14:18:19 blueness Exp $
+
+  24 Oct 2014; Anthony G. Basile bluen...@gentoo.org uhttpmock-0.3.1.ebuild:
+  Keyword ~ppc ~ppc64, bug #523686
 
   10 Oct 2014; Markus Meier mae...@gentoo.org uhttpmock-0.3.1.ebuild:
   add ~arm, bug #523686






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

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 14:19:13

  Modified: ChangeLog package.use.mask
  Log:
  mask hdf useflag on sci-libs/netcdf since sci-libs/hdf does not support arm

Revision  ChangesPath
1.320profiles/arch/arm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- ChangeLog   23 Oct 2014 19:38:40 -  1.319
+++ ChangeLog   24 Oct 2014 14:19:13 -  1.320
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/ARM profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.319 
2014/10/23 19:38:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.320 
2014/10/24 14:19:13 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org package.use.mask:
+  mask hdf useflag on sci-libs/netcdf since sci-libs/hdf does not support arm
 
   23 Oct 2014; Markus Meier mae...@gentoo.org package.use.mask:
   package.use.mask net-misc/networkmanager[teamd], bug #523468



1.222profiles/arch/arm/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- package.use.mask23 Oct 2014 19:38:40 -  1.221
+++ package.use.mask24 Oct 2014 14:19:13 -  1.222
@@ -1,6 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.221 
2014/10/23 19:38:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.222 
2014/10/24 14:19:13 aballier Exp $
+
+# Alexis Ballier aball...@gentoo.org (24 Oct 2014)
+# sci-libs/hdf is not supported on arm
+sci-libs/netcdf hdf
 
 # Markus Meier mae...@gentoo.org (23 Oct 2014)
 # Unkeyworded deps, bug #523468






[gentoo-commits] gentoo-x86 commit in dev-libs/libgdata: libgdata-0.16.0.ebuild ChangeLog

2014-10-24 Thread Anthony G. Basile (blueness)
blueness14/10/24 14:19:00

  Modified: libgdata-0.16.0.ebuild ChangeLog
  Log:
  Keyword ~ppc ~ppc64, bug #523686
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  dev-libs/libgdata/libgdata-0.16.0.ebuild

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

Index: libgdata-0.16.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgdata/libgdata-0.16.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgdata-0.16.0.ebuild  10 Oct 2014 20:09:35 -  1.3
+++ libgdata-0.16.0.ebuild  24 Oct 2014 14:19:00 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgdata/libgdata-0.16.0.ebuild,v 
1.3 2014/10/10 20:09:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgdata/libgdata-0.16.0.ebuild,v 
1.4 2014/10/24 14:19:00 blueness Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -15,7 +15,7 @@
 LICENSE=LGPL-2.1+
 SLOT=0/19 # subslot = libgdata soname version
 IUSE=gnome +introspection static-libs vala
-KEYWORDS=~amd64 ~arm ~hppa ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
 REQUIRED_IUSE=vala? ( introspection )
 
 # gtk+ is needed for gdk



1.81 dev-libs/libgdata/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgdata/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   10 Oct 2014 20:09:35 -  1.80
+++ ChangeLog   24 Oct 2014 14:19:00 -  1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgdata
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgdata/ChangeLog,v 1.80 
2014/10/10 20:09:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgdata/ChangeLog,v 1.81 
2014/10/24 14:19:00 blueness Exp $
+
+  24 Oct 2014; Anthony G. Basile bluen...@gentoo.org libgdata-0.16.0.ebuild:
+  Keyword ~ppc ~ppc64, bug #523686
 
   10 Oct 2014; Markus Meier mae...@gentoo.org libgdata-0.16.0.ebuild:
   add ~arm, bug #523686






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

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 14:19:46

  Modified: ChangeLog netcdf-4.3.2-r1.ebuild
  Log:
  keyword ~arm
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.116sci-libs/netcdf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   11 Aug 2014 07:15:23 -  1.115
+++ ChangeLog   24 Oct 2014 14:19:46 -  1.116
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/netcdf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.115 
2014/08/11 07:15:23 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.116 
2014/10/24 14:19:46 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org netcdf-4.3.2-r1.ebuild:
+  keyword ~arm
 
 *netcdf-4.3.2-r1 (11 Aug 2014)
 



1.2  sci-libs/netcdf/netcdf-4.3.2-r1.ebuild

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

Index: netcdf-4.3.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netcdf-4.3.2-r1.ebuild  11 Aug 2014 07:15:23 -  1.1
+++ netcdf-4.3.2-r1.ebuild  24 Oct 2014 14:19:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild,v 
1.1 2014/08/11 07:15:23 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild,v 
1.2 2014/10/24 14:19:46 aballier Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=UCAR-Unidata
 SLOT=0/7
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=+dap examples hdf +hdf5 mpi static-libs szip test tools
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in sci-libs/exodusii: ChangeLog exodusii-6.02.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 14:35:26

  Modified: ChangeLog exodusii-6.02.ebuild
  Log:
  keyword ~arm
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.8  sci-libs/exodusii/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/exodusii/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   1 Jan 2014 14:35:18 -   1.7
+++ ChangeLog   24 Oct 2014 14:35:26 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/exodusii
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/exodusii/ChangeLog,v 1.7 
2014/01/01 14:35:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/exodusii/ChangeLog,v 1.8 
2014/10/24 14:35:26 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org exodusii-6.02.ebuild:
+  keyword ~arm
 
 *exodusii-6.02 (01 Jan 2014)
 *exodusii-5.26 (01 Jan 2014)



1.2  sci-libs/exodusii/exodusii-6.02.ebuild

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

Index: exodusii-6.02.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/exodusii/exodusii-6.02.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exodusii-6.02.ebuild1 Jan 2014 14:35:18 -   1.1
+++ exodusii-6.02.ebuild24 Oct 2014 14:35:26 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/exodusii/exodusii-6.02.ebuild,v 
1.1 2014/01/01 14:35:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/exodusii/exodusii-6.02.ebuild,v 
1.2 2014/10/24 14:35:26 aballier Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
 IUSE=static-libs test
 
 DEPEND=sci-libs/netcdf[hdf5]






[gentoo-commits] gentoo-x86 commit in dev-python/cov-core: cov-core-1.7.ebuild ChangeLog

2014-10-24 Thread Anthony G. Basile (blueness)
blueness14/10/24 14:36:34

  Modified: cov-core-1.7.ebuild ChangeLog
  Log:
  Keyword ~ppc ~ppc64, bug #525562
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.10 dev-python/cov-core/cov-core-1.7.ebuild

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

Index: cov-core-1.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cov-core-1.7.ebuild 20 Oct 2014 17:19:52 -  1.9
+++ cov-core-1.7.ebuild 24 Oct 2014 14:36:34 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 
1.9 2014/10/20 17:19:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 
1.10 2014/10/24 14:36:34 blueness Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
 RDEPEND=dev-python/coverage[${PYTHON_USEDEP}]



1.10 dev-python/cov-core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   20 Oct 2014 17:19:52 -  1.9
+++ ChangeLog   24 Oct 2014 14:36:34 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cov-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.9 
2014/10/20 17:19:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.10 
2014/10/24 14:36:34 blueness Exp $
+
+  24 Oct 2014; Anthony G. Basile bluen...@gentoo.org cov-core-1.7.ebuild:
+  Keyword ~ppc ~ppc64, bug #525562
 
   20 Oct 2014; Jeroen Roovers j...@gentoo.org cov-core-1.7.ebuild:
   Marked ~hppa (bug #525562).






[gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog

2014-10-24 Thread Anthony G. Basile (blueness)
blueness14/10/24 14:37:38

  Modified: pytest-cov-1.6.ebuild ChangeLog
  Log:
  Keyword ~ppc ~ppc64, bug #525562
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.9  dev-python/pytest-cov/pytest-cov-1.6.ebuild

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

Index: pytest-cov-1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pytest-cov-1.6.ebuild   20 Oct 2014 17:20:10 -  1.8
+++ pytest-cov-1.6.ebuild   24 Oct 2014 14:37:38 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.8 
2014/10/20 17:20:10 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.9 
2014/10/24 14:37:38 blueness Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~hppa ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux
 IUSE=
 
 DEPEND=



1.9  dev-python/pytest-cov/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   20 Oct 2014 17:20:10 -  1.8
+++ ChangeLog   24 Oct 2014 14:37:38 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest-cov
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.8 
2014/10/20 17:20:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.9 
2014/10/24 14:37:38 blueness Exp $
+
+  24 Oct 2014; Anthony G. Basile bluen...@gentoo.org pytest-cov-1.6.ebuild:
+  Keyword ~ppc ~ppc64, bug #525562
 
   20 Oct 2014; Jeroen Roovers j...@gentoo.org pytest-cov-1.6.ebuild:
   Marked ~hppa (bug #525562).






[gentoo-commits] gentoo-x86 commit in dev-python/python-sqlparse: python-sqlparse-0.1.12.ebuild ChangeLog

2014-10-24 Thread Anthony G. Basile (blueness)
blueness14/10/24 14:38:49

  Modified: python-sqlparse-0.1.12.ebuild ChangeLog
  Log:
  Keyword ~ppc ~ppc64, bug #525562
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.3  dev-python/python-sqlparse/python-sqlparse-0.1.12.ebuild

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

Index: python-sqlparse-0.1.12.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-sqlparse-0.1.12.ebuild   20 Oct 2014 17:20:30 -  1.2
+++ python-sqlparse-0.1.12.ebuild   24 Oct 2014 14:38:49 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.12.ebuild,v
 1.2 2014/10/20 17:20:30 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.12.ebuild,v
 1.3 2014/10/24 14:38:49 blueness Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI=https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz - 
${P}.tar.gz
 
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~hppa ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux
 LICENSE=BSD-2
 IUSE=doc examples test
 



1.35 dev-python/python-sqlparse/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   20 Oct 2014 17:20:30 -  1.34
+++ ChangeLog   24 Oct 2014 14:38:49 -  1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-sqlparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.34 
2014/10/20 17:20:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.35 
2014/10/24 14:38:49 blueness Exp $
+
+  24 Oct 2014; Anthony G. Basile bluen...@gentoo.org
+  python-sqlparse-0.1.12.ebuild:
+  Keyword ~ppc ~ppc64, bug #525562
 
   20 Oct 2014; Jeroen Roovers j...@gentoo.org python-sqlparse-0.1.12.ebuild:
   Marked ~hppa (bug #525562).






[gentoo-commits] gentoo-x86 commit in dev-ruby/chunky_png: chunky_png-1.3.3.ebuild ChangeLog

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 14:48:48

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

Revision  ChangesPath
1.17 dev-ruby/chunky_png/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/chunky_png/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   22 Oct 2014 06:25:26 -  1.16
+++ ChangeLog   24 Oct 2014 14:48:48 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/chunky_png
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chunky_png/ChangeLog,v 1.16 
2014/10/22 06:25:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chunky_png/ChangeLog,v 1.17 
2014/10/24 14:48:48 mrueg Exp $
+
+*chunky_png-1.3.3 (24 Oct 2014)
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org +chunky_png-1.3.3.ebuild:
+  Version bump.
 
 *chunky_png-1.3.2 (22 Oct 2014)
 



1.1  dev-ruby/chunky_png/chunky_png-1.3.3.ebuild

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

Index: chunky_png-1.3.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/chunky_png/chunky_png-1.3.3.ebuild,v 1.1 
2014/10/24 14:48:48 mrueg Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_DOCDIR=

RUBY_FAKEGEM_EXTRADOC=BENCHMARKING.md README.rdoc

RUBY_FAKEGEM_GEMSPEC=chunky_png.gemspec

inherit ruby-fakegem

DESCRIPTION=Pure Ruby library that can read and write PNG images
HOMEPAGE=http://wiki.github.com/wvanbergen/chunky_png;

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

all_ruby_prepare() {
sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die
rm Gemfile* || die

# Avoid git dependency
sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/bcrypt-ruby: bcrypt-ruby-3.1.9.ebuild ChangeLog

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 14:49:02

  Modified: ChangeLog
  Added:bcrypt-ruby-3.1.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.24 dev-ruby/bcrypt-ruby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   5 Aug 2014 16:00:27 -   1.23
+++ ChangeLog   24 Oct 2014 14:49:02 -  1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bcrypt-ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/ChangeLog,v 1.23 
2014/08/05 16:00:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/ChangeLog,v 1.24 
2014/10/24 14:49:02 mrueg Exp $
+
+*bcrypt-ruby-3.1.9 (24 Oct 2014)
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org +bcrypt-ruby-3.1.9.ebuild:
+  Version bump.
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org bcrypt-ruby-3.1.7.ebuild:
   Remove trailing '.' from DESCRIPTION.



1.1  dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.9.ebuild

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

Index: bcrypt-ruby-3.1.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.9.ebuild,v 1.1 
2014/10/24 14:49:02 mrueg Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG README.md

RUBY_FAKEGEM_NAME=bcrypt

inherit multilib ruby-fakegem

DESCRIPTION=An easy way to keep your users' passwords secure
HOMEPAGE=https://github.com/codahale/bcrypt-ruby;
LICENSE=MIT

KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
SLOT=0
IUSE=

all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/git ls-files/d' bcrypt.gemspec || die
# Fix tests until RSpec3 is available
sed -i -e 's/truthy/true/' -e 's/falsey/false/' 
spec/bcrypt/password_spec.rb || die
}

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

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

each_ruby_install() {
each_fakegem_install

# bcrypt was called bcrypt-ruby before, so add a spec file that
# simply loads bcrypt to make sure that old projects load 
correctly
# we don't even need to create a file to load this: the `require
# bcrypt` was already part of bcrypt-ruby requirements.
cat - EOF  ${T}/bcrypt-ruby.gemspec
Gem::Specification.new do |s|
s.name = bcrypt-ruby
s.version = ${RUBY_FAKEGEM_VERSION}
s.summary = Fake gem to load bcrypt
s.homepage = ${HOMEPAGE}
s.specification_version = 3
s.add_runtime_dependency(${RUBY_FAKEGEM_NAME}, [= 
${RUBY_FAKEGEM_VERSION}])
end
EOF
RUBY_FAKEGEM_NAME=bcrypt-ruby \
RUBY_FAKEGEM_GEMSPEC=${T}/bcrypt-ruby.gemspec 
\
ruby_fakegem_install_gemspec
}






[gentoo-commits] gentoo-x86 commit in sci-libs/netcdf-cxx: ChangeLog netcdf-cxx-4.2.1.ebuild

2014-10-24 Thread Alexis Ballier (aballier)
aballier14/10/24 14:49:57

  Modified: ChangeLog netcdf-cxx-4.2.1.ebuild
  Log:
  keyword ~arm
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.9  sci-libs/netcdf-cxx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   27 Feb 2014 18:44:24 -  1.8
+++ ChangeLog   24 Oct 2014 14:49:57 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/netcdf-cxx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.8 
2014/02/27 18:44:24 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.9 
2014/10/24 14:49:57 aballier Exp $
+
+  24 Oct 2014; Alexis Ballier aball...@gentoo.org netcdf-cxx-4.2.1.ebuild:
+  keyword ~arm
 
   27 Feb 2014; Sébastien Fabbro bicat...@gentoo.org netcdf-cxx-4.2.1.ebuild:
   More cleaning



1.4  sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild?r1=1.3r2=1.4

Index: netcdf-cxx-4.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- netcdf-cxx-4.2.1.ebuild 27 Feb 2014 18:44:24 -  1.3
+++ netcdf-cxx-4.2.1.ebuild 24 Oct 2014 14:49:57 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild,v 1.3 
2014/02/27 18:44:24 bicatali Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild,v 1.4 
2014/10/24 14:49:57 aballier Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=UCAR-Unidata
 SLOT=0/1
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
 IUSE=examples static-libs
 
 RDEPEND==sci-libs/netcdf-4.2:=






[gentoo-commits] gentoo-x86 commit in dev-ruby/configliere: configliere-0.4.22.ebuild ChangeLog

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 14:51:47

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

Revision  ChangesPath
1.6  dev-ruby/configliere/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   6 Aug 2014 07:52:44 -   1.5
+++ ChangeLog   24 Oct 2014 14:51:47 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/configliere
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.5 
2014/08/06 07:52:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.6 
2014/10/24 14:51:47 mrueg Exp $
+
+*configliere-0.4.22 (24 Oct 2014)
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org +configliere-0.4.22.ebuild:
+  Version bump.
 
   06 Aug 2014; Manuel Rüger mr...@gentoo.org configliere-0.4.18-r1.ebuild:
   Add ruby21 target.



1.1  dev-ruby/configliere/configliere-0.4.22.ebuild

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

Index: configliere-0.4.22.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v 1.1 
2014/10/24 14:51:47 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_RECIPE_DOC=rdoc

RUBY_FAKEGEM_EXTRADOC=CHANGELOG.textile README.textile FEATURES.txt

inherit ruby-fakegem

DESCRIPTION=Settings manager for Ruby scripts
HOMEPAGE=https://github.com/infochimps-labs/configliere;

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

ruby_add_rdepend 
=dev-ruby/highline-1.5.2
=dev-ruby/multi_json-1.1


all_ruby_prepare() {
rm Gemfile* || die
sed -i -e /bundler/d spec/spec_helper.rb || die
}

all_ruby_install() {
all_fakegem_install

insinto /usr/share/doc/${PF}
doins -r examples
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/d3_rails: d3_rails-3.4.12.ebuild ChangeLog

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 14:51:31

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

Revision  ChangesPath
1.7  dev-ruby/d3_rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/d3_rails/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   24 Sep 2014 00:54:11 -  1.6
+++ ChangeLog   24 Oct 2014 14:51:31 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/d3_rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/d3_rails/ChangeLog,v 1.6 
2014/09/24 00:54:11 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/d3_rails/ChangeLog,v 1.7 
2014/10/24 14:51:31 mrueg Exp $
+
+*d3_rails-3.4.12 (24 Oct 2014)
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org +d3_rails-3.4.12.ebuild:
+  Version bump.
 
 *d3_rails-3.4.11 (24 Sep 2014)
 



1.1  dev-ruby/d3_rails/d3_rails-3.4.12.ebuild

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

Index: d3_rails-3.4.12.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/d3_rails/d3_rails-3.4.12.ebuild,v 
1.1 2014/10/24 14:51:31 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=none
RUBY_FAKEGEM_RECIPE_DOC=none
RUBY_FAKEGEM_EXTRADOC=README.md
RUBY_FAKEGEM_EXTRAINSTALL=app

inherit ruby-fakegem

DESCRIPTION=Ruby on Rails integration for the Javascript Data Visualization 
Framework, D3
HOMEPAGE=https://github.com/logical42/d3_rails;

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

ruby_add_rdepend =dev-ruby/railties-3.1






[gentoo-commits] gentoo-x86 commit in dev-ruby/mime-types: mime-types-2.4.3.ebuild ChangeLog

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 14:53:58

  Modified: ChangeLog
  Added:mime-types-2.4.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.58 dev-ruby/mime-types/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   9 Oct 2014 06:12:28 -   1.57
+++ ChangeLog   24 Oct 2014 14:53:58 -  1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mime-types
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.57 
2014/10/09 06:12:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.58 
2014/10/24 14:53:58 mrueg Exp $
+
+*mime-types-2.4.3 (24 Oct 2014)
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org +mime-types-2.4.3.ebuild:
+  Version bump.
 
 *mime-types-2.4.1 (09 Oct 2014)
 



1.1  dev-ruby/mime-types/mime-types-2.4.3.ebuild

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

Index: mime-types-2.4.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mime-types/mime-types-2.4.3.ebuild,v 1.1 
2014/10/24 14:53:58 mrueg Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=History.rdoc History-Types.rdoc README.rdoc

RUBY_FAKEGEM_EXTRAINSTALL=data

inherit ruby-fakegem

DESCRIPTION=Provides a mailcap-like MIME Content-Type lookup for Ruby
HOMEPAGE=https://github.com/halostatue/mime-types/;

LICENSE=MIT Artistic GPL-2
SLOT=2
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

ruby_add_bdepend test? ( dev-ruby/minitest:5 )

all_ruby_prepare() {
# Handle minitest ourselves to avoid bundler dependency.
sed -i -e '2igem minitest, ~ 5.0; require minitest/autorun' 
test/test_*.rb || die
}

each_ruby_test() {
${RUBY} -Ilib -S testrb test/test_*.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/jquery-ui-rails: jquery-ui-rails-5.0.2.ebuild ChangeLog

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 14:54:57

  Modified: ChangeLog
  Added:jquery-ui-rails-5.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.12 dev-ruby/jquery-ui-rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   12 Oct 2014 05:38:31 -  1.11
+++ ChangeLog   24 Oct 2014 14:54:57 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/jquery-ui-rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog,v 1.11 
2014/10/12 05:38:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog,v 1.12 
2014/10/24 14:54:57 mrueg Exp $
+
+*jquery-ui-rails-5.0.2 (24 Oct 2014)
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org +jquery-ui-rails-5.0.2.ebuild:
+  Version bump.
 
 *jquery-ui-rails-5.0.1 (12 Oct 2014)
 



1.1  dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.2.ebuild?rev=1.1content-type=text/plain

Index: jquery-ui-rails-5.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.2.ebuild,v 
1.1 2014/10/24 14:54:57 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_TASK_TEST=

RUBY_FAKEGEM_EXTRADOC=History.md README.md VERSIONS.md

RUBY_FAKEGEM_EXTRAINSTALL=app

inherit ruby-fakegem

DESCRIPTION=The jQuery UI assets for the Rails 3.2+ asset pipeline
HOMEPAGE=http://www.rubyonrails.org;

LICENSE=MIT
SLOT=5
KEYWORDS=~amd64 ~arm ~x86 ~x64-macos

IUSE=

ruby_add_rdepend =dev-ruby/railties-3.2.16






[gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: httpclient-2.5.1.ebuild ChangeLog

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 14:57:25

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

Revision  ChangesPath
1.55 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   8 Jun 2014 07:37:40 -   1.54
+++ ChangeLog   24 Oct 2014 14:57:24 -  1.55
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/httpclient
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.54 
2014/06/08 07:37:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.55 
2014/10/24 14:57:24 mrueg Exp $
+
+*httpclient-2.5.1 (24 Oct 2014)
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org +httpclient-2.5.1.ebuild:
+  Version bump.
 
 *httpclient-2.4.0 (08 Jun 2014)
 



1.1  dev-ruby/httpclient/httpclient-2.5.1.ebuild

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

Index: httpclient-2.5.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.5.1.ebuild,v 1.1 
2014/10/24 14:57:24 mrueg Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_TASK_TEST=-Ilib test
RUBY_FAKEGEM_TASK_DOC=doc

RUBY_FAKEGEM_DOCDIR=doc

RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem

DESCRIPTION='httpclient' gives something like the functionality of libwww-perl 
(LWP) in Ruby
HOMEPAGE=https://github.com/nahi/httpclient;
SRC_URI=https://github.com/nahi/httpclient/archive/v${PV}.tar.gz - ${P}.tgz

LICENSE=Ruby
SLOT=0

KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=${RDEPEND}
!dev-ruby/http-access2

ruby_add_rdepend virtual/ruby-ssl

ruby_add_bdepend doc? ( dev-ruby/rdoc )

all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/[bB]undler/s:^:#:' Rakefile || die

# Fix documentation task
sed -i -e 's/README.txt/README.md/' Rakefile || die

# Remove mandatory CI reports since we don't need this for testing.
sed -i -e '/reporter/s:^:#:' Rakefile || die

# Remove mandatory simplecov dependency
sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' test/helper.rb || die

# Comment out test requiring network access that makes assumptions
# about the environment, bug 395155
sed -i -e '/test_async_error/,/^  end/ s:^:#:' test/test_httpclient.rb 
|| die

# Skip tests using rack-ntlm which is not packaged. Weirdly these
# only fail on jruby.
rm test/test_auth.rb || die
}

each_ruby_test() {
${RUBY} -Ilib -S testrb test/test_*.rb || die
}






[gentoo-commits] gentoo-x86 commit in sys-apps/etckeeper: etckeeper-1.15.ebuild ChangeLog

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 15:12:26

  Modified: ChangeLog
  Added:etckeeper-1.15.ebuild
  Log:
  Version bump. Update bashrc example to fix bug #517782.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.46 sys-apps/etckeeper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/etckeeper/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   14 Jun 2014 12:50:47 -  1.45
+++ ChangeLog   24 Oct 2014 15:12:26 -  1.46
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/etckeeper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/etckeeper/ChangeLog,v 1.45 
2014/06/14 12:50:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/etckeeper/ChangeLog,v 1.46 
2014/10/24 15:12:26 mrueg Exp $
+
+*etckeeper-1.15 (24 Oct 2014)
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org +etckeeper-1.15.ebuild,
+  +files/bashrc-r1, +files/etckeeper-1.15-gentoo.patch:
+  Version bump. Update bashrc example to fix bug #517782.
 
 *etckeeper-1.12 (14 Jun 2014)
 



1.1  sys-apps/etckeeper/etckeeper-1.15.ebuild

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

Index: etckeeper-1.15.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/etckeeper/etckeeper-1.15.ebuild,v 
1.1 2014/10/24 15:12:26 mrueg Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils bash-completion-r1 prefix python-r1

DESCRIPTION=A collection of tools to let /etc be stored in a repository
HOMEPAGE=http://kitenet.net/~joey/code/etckeeper/;
SRC_URI=https://github.com/joeyh/etckeeper/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-2
KEYWORDS=~amd64 ~arm ~x86
SLOT=0
IUSE=bazaar cron
REQUIRED_USE=bazaar? ( ${PYTHON_REQUIRED_USE} )

VCS_DEPEND=dev-vcs/git
dev-vcs/mercurial
dev-vcs/darcs
DEPEND=bazaar? ( dev-vcs/bzr )
RDEPEND=${DEPEND}
app-portage/portage-utils
cron? ( virtual/cron )
bazaar? ( ${PYTHON_DEPS} )
!bazaar? ( || ( ${VCS_DEPEND} ) )

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

src_compile() {
:
}

src_install(){
emake DESTDIR=${ED} install

bzr_install() {
${PYTHON} ./${PN}-bzr/__init__.py install --root=${ED} ||
die bzr support installation failed!
}
use bazaar  python_foreach_impl bzr_install

if use prefix; then
doenvd ${FILESDIR}/99${PN}
eprefixify ${ED%/}/etc/env.d/99${PN}
fi

newbashcomp bash_completion ${PN}
dodoc README.md TODO
docinto examples
newdoc ${FILESDIR}/bashrc-r1 bashrc

if use cron ; then
exeinto /etc/cron.daily
newexe debian/cron.daily etckeeper
fi
}

pkg_postinst(){
elog ${PN} supports the following VCS: ${VCS_DEPEND}
elog   dev-vcs/bzr
elog This ebuild just ensures at least one is installed!
elog For dev-vcs/bzr you need to enable 'bazaar' useflag.
elog
elog You may want to adjust your /etc/portage/bashrc
elog see the example file in /usr/share/doc/${PF}/examples
elog
elog To initialise your etc-dir as a repository run:
elog ${PN} init -d /etc
}






[gentoo-commits] gentoo-x86 commit in sys-apps/etckeeper/files: etckeeper-1.15-gentoo.patch bashrc-r1

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 15:12:26

  Added:etckeeper-1.15-gentoo.patch bashrc-r1
  Log:
  Version bump. Update bashrc example to fix bug #517782.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.1  sys-apps/etckeeper/files/etckeeper-1.15-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/etckeeper/files/etckeeper-1.15-gentoo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/etckeeper/files/etckeeper-1.15-gentoo.patch?rev=1.1content-type=text/plain

Index: etckeeper-1.15-gentoo.patch
===
From 97363d64cc488433f4d7598e6250f65a440272cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20R=C3=BCger?= man...@rueg.eu
Date: Fri, 24 Oct 2014 17:05:19 +0200
Subject: [PATCH] Support Gentoo's package managers.

---
 Makefile  |  2 --
 etckeeper.conf| 14 --
 list-installed.d/50list-installed |  4 
 update-ignore.d/01update-ignore   |  4 
 4 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 1ba3ac1..3c17c88 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,6 @@ install:
mkdir -p $(DESTDIR)$(mandir)/man8
$(INSTALL_DATA) etckeeper.8 $(DESTDIR)$(mandir)/man8/etckeeper.8
mkdir -p $(DESTDIR)$(etcdir)/bash_completion.d
-   $(INSTALL_DATA) bash_completion 
$(DESTDIR)$(etcdir)/bash_completion.d/etckeeper
 ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),apt)
mkdir -p $(DESTDIR)$(etcdir)/apt/apt.conf.d
$(INSTALL_DATA) apt.conf $(DESTDIR)$(etcdir)/apt/apt.conf.d/05etckeeper
@@ -48,7 +47,6 @@ ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),zypper)
mkdir -p $(DESTDIR)$(prefix)/lib/zypp/plugins/commit
$(INSTALL) zypper-etckeeper.py 
$(DESTDIR)$(prefix)/lib/zypp/plugins/commit/zypper-etckeeper.py
 endif
-   -$(PYTHON) ./etckeeper-bzr/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo ** bzr support not installed
echo ** installation successful
 
 clean: etckeeper.spec
diff --git a/etckeeper.conf b/etckeeper.conf
index f988c10..55420e8 100644
--- a/etckeeper.conf
+++ b/etckeeper.conf
@@ -31,11 +31,21 @@ DARCS_COMMIT_OPTIONS=-a
 
 # The high-level package manager that's being used.
 # (apt, pacman-g2, yum, zypper etc)
-HIGHLEVEL_PACKAGE_MANAGER=apt
+#HIGHLEVEL_PACKAGE_MANAGER=apt
+
+# Gentoo specific:
+# For portage this is emerge
+# For paludis this is cave
+HIGHLEVEL_PACKAGE_MANAGER=emerge
 
 # The low-level package manager that's being used.
 # (dpkg, rpm, pacman, pacman-g2, etc)
-LOWLEVEL_PACKAGE_MANAGER=dpkg
+#LOWLEVEL_PACKAGE_MANAGER=dpkg
+
+# Gentoo specific:
+# For portage this is qlist
+# For paludis this is cave
+LOWLEVEL_PACKAGE_MANAGER=qlist
 
 # To push each commit to a remote, put the name of the remote here.
 # (eg, origin for git). Space-separated lists of multiple remotes
diff --git a/list-installed.d/50list-installed 
b/list-installed.d/50list-installed
index f392027..02eb179 100755
--- a/list-installed.d/50list-installed
+++ b/list-installed.d/50list-installed
@@ -9,4 +9,8 @@ elif [ $LOWLEVEL_PACKAGE_MANAGER = rpm ]; then
rpm -qa --qf 
%|epoch?{%{epoch}}:{0}|:%{name}-%{version}-%{release}.%{arch}\n | sort
 elif [ $LOWLEVEL_PACKAGE_MANAGER = pacman ]; then
pacman -Q
+elif [ $LOWLEVEL_PACKAGE_MANAGER = qlist ]; then
+   qlist -ICv
+elif [ $LOWLEVEL_PACKAGE_MANAGER = cave ]; then
+   cave print-packages -r installed
 fi
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore
index 528ff8a..39ca107 100755
--- a/update-ignore.d/01update-ignore
+++ b/update-ignore.d/01update-ignore
@@ -99,6 +99,10 @@ writefile () {
ignore *.pacorig
ignore *.pacsave
nl
+   elif [ $LOWLEVEL_PACKAGE_MANAGER = qlist -o 
$LOWLEVEL_PACKAGE_MANAGER = cave ]; then
+   comment new and old versions of conffiles, stored by emerge
+   ignore ._cfg*
+   nl
fi

comment old versions of files
-- 
2.1.2




1.1  sys-apps/etckeeper/files/bashrc-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/etckeeper/files/bashrc-r1?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/etckeeper/files/bashrc-r1?rev=1.1content-type=text/plain

Index: bashrc-r1
===
case ${EBUILD_PHASE} in
setup|prerm) etckeeper pre-install ;;
postinst|postrm) etckeeper post-install ;;
esac






[gentoo-commits] gentoo-x86 commit in net-libs/libmm-qt: libmm-qt-1.0.1-r1.ebuild ChangeLog

2014-10-24 Thread Mikle Kolyada (zlogene)
zlogene 14/10/24 15:24:06

  Modified: libmm-qt-1.0.1-r1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #519600
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild

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

Index: libmm-qt-1.0.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmm-qt-1.0.1-r1.ebuild8 Oct 2014 01:00:27 -   1.2
+++ libmm-qt-1.0.1-r1.ebuild24 Oct 2014 15:24:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild,v 1.2 
2014/10/08 01:00:27 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild,v 1.3 
2014/10/24 15:24:06 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 inherit kde4-base
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KEYWORDS=amd64 ~x86
+   KEYWORDS=amd64 x86
SRC_URI=mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz
 else
KEYWORDS=



1.9  net-libs/libmm-qt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmm-qt/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   8 Oct 2014 01:00:27 -   1.8
+++ ChangeLog   24 Oct 2014 15:24:06 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libmm-qt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmm-qt/ChangeLog,v 1.8 
2014/10/08 01:00:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmm-qt/ChangeLog,v 1.9 
2014/10/24 15:24:06 zlogene Exp $
+
+  24 Oct 2014; Mikle Kolyada zlog...@gentoo.org libmm-qt-1.0.1-r1.ebuild:
+  x86 stable wrt bug #519600
 
   08 Oct 2014; Manuel Rüger mr...@gentoo.org libmm-qt-1.0.1-r1.ebuild:
   Mark stable on amd64. See bug #519600.






[gentoo-commits] gentoo-x86 commit in net-misc/smb4k: smb4k-1.1.3.ebuild ChangeLog

2014-10-24 Thread Mikle Kolyada (zlogene)
zlogene 14/10/24 15:26:14

  Modified: smb4k-1.1.3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #524296
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  net-misc/smb4k/smb4k-1.1.3.ebuild

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

Index: smb4k-1.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-1.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smb4k-1.1.3.ebuild  5 Oct 2014 15:34:19 -   1.2
+++ smb4k-1.1.3.ebuild  24 Oct 2014 15:26:14 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-1.1.3.ebuild,v 1.2 
2014/10/05 15:34:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-1.1.3.ebuild,v 1.3 
2014/10/24 15:26:14 zlogene Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=4
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=debug
 
 RDEPEND==net-fs/samba-3.4.2[cups]



1.136net-misc/smb4k/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/smb4k/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   5 Oct 2014 15:34:19 -   1.135
+++ ChangeLog   24 Oct 2014 15:26:14 -  1.136
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/smb4k
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/ChangeLog,v 1.135 2014/10/05 
15:34:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/ChangeLog,v 1.136 2014/10/24 
15:26:14 zlogene Exp $
+
+  24 Oct 2014; Mikle Kolyada zlog...@gentoo.org smb4k-1.1.3.ebuild:
+  x86 stable wrt bug #524296
 
   05 Oct 2014; Manuel Rüger mr...@gentoo.org smb4k-1.1.3.ebuild:
   Mark stable on amd64. Bug #524296






[gentoo-commits] gentoo-x86 commit in x11-misc/kdocker: kdocker-4.8-r2.ebuild ChangeLog

2014-10-24 Thread Mikle Kolyada (zlogene)
zlogene 14/10/24 15:28:10

  Modified: kdocker-4.8-r2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #524286
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  x11-misc/kdocker/kdocker-4.8-r2.ebuild

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

Index: kdocker-4.8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kdocker-4.8-r2.ebuild   8 Oct 2014 00:50:47 -   1.4
+++ kdocker-4.8-r2.ebuild   24 Oct 2014 15:28:10 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r2.ebuild,v 
1.4 2014/10/08 00:50:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r2.ebuild,v 
1.5 2014/10/24 15:28:10 zlogene Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 DEPEND=



1.12 x11-misc/kdocker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   8 Oct 2014 00:50:47 -   1.11
+++ ChangeLog   24 Oct 2014 15:28:10 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/kdocker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.11 
2014/10/08 00:50:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.12 
2014/10/24 15:28:10 zlogene Exp $
+
+  24 Oct 2014; Mikle Kolyada zlog...@gentoo.org kdocker-4.8-r2.ebuild:
+  x86 stable wrt bug #524286
 
   08 Oct 2014; Manuel Rüger mr...@gentoo.org kdocker-4.8-r2.ebuild:
   Mark stable on amd64. See bug #524286.






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

2014-10-24 Thread William Hubbs
commit: 7700e6fe796cabfa22eefddc024d66257a28d4dc
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Fri Oct 24 15:44:14 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:44:14 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=7700e6fe

Fix compile errors created by bundling queue.h

---
 src/librc/rc.h.in | 45 +
 1 file changed, 45 insertions(+)

diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index 62119e9..58d8eb5 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -77,6 +77,51 @@ extern C {
 #  define RC_LOCAL_CONFDIR  RC_LOCAL_PREFIX /etc/conf.d
 #endif
 
+#ifndef _SYS_QUEUE_H_
+
+/*
+ * The following are copied directly from our imported queue.h.
+ */
+
+/*
+ * List definitions.
+ */
+#defineLIST_HEAD(name, type)   
\
+struct name {  \
+   struct type *lh_first;  /* first element */ \
+}
+
+#defineLIST_HEAD_INITIALIZER(head) 
\
+   { NULL }
+
+#defineLIST_ENTRY(type)
\
+struct {   \
+   struct type *le_next;   /* next element */  \
+   struct type **le_prev;  /* address of previous next element */  \
+}
+
+/*
+ * Tail queue definitions.
+ */
+#define_TAILQ_HEAD(name, type, qual)   
\
+struct name {  \
+   qual type *tqh_first;   /* first element */ \
+   qual type *qual *tqh_last;  /* addr of last next element */ \
+}
+#define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
+
+#defineTAILQ_HEAD_INITIALIZER(head)
\
+   { TAILQ_END(head), (head).tqh_first }
+
+#define_TAILQ_ENTRY(type, qual)
\
+struct {   \
+   qual type *tqe_next;/* next element */  \
+   qual type *qual *tqe_prev;  /* address of previous next element */\
+}
+#define TAILQ_ENTRY(type)  _TAILQ_ENTRY(struct type,)
+
+#endif /* _SYS_QUEUE_H_ */
+
 /* A doubly linked list using queue(3) for ease of use */
 typedef struct rc_string {
char *value;



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

2014-10-24 Thread Ian Stakenvicius (axs)
axs 14/10/24 15:56:35

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



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/librc/, src/libeinfo/

2014-10-24 Thread William Hubbs
commit: a634534167f4fb66464568a837ba22a5e0c97410
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Wed Oct 22 11:46:49 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=a6345341

einfo.h, rc.h.in: simplify __BEGIN_DECLS logic

There is no need to redefine __BEGIN_DECLS and __END_DECLS.
We simplify the logic here and avoid undefining these macros.

---
 src/libeinfo/einfo.h | 17 +++--
 src/librc/rc.h.in| 17 +++--
 2 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/src/libeinfo/einfo.h b/src/libeinfo/einfo.h
index 8fe5649..c0325c2 100644
--- a/src/libeinfo/einfo.h
+++ b/src/libeinfo/einfo.h
@@ -48,18 +48,11 @@
 # endif
 #endif
 
-#undef __BEGIN_DECLS
-#undef __END_DECLS
+/* __BEGIN_DECLS */
 #ifdef __cplusplus
-# define __BEGIN_DECLS extern C {
-# define __END_DECLS }
-#else
-# define __BEGIN_DECLS /* empty */
-# define __END_DECLS /* empty */
+extern C {
 #endif
 
-__BEGIN_DECLS
-
 /*! @brief Color types to use */
 typedef enum
 {
@@ -150,5 +143,9 @@ void eoutdentv(void);
 /*! @brief Prefix each einfo line with something */
 void eprefix(const char * EINFO_RESTRICT);
 
-__END_DECLS
+/* __END_DECLS */
+#ifdef __cplusplus
+}
+#endif
+
 #endif

diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index 5cd584f..5ef8d7f 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -31,18 +31,11 @@
 #include stdbool.h
 #include stdio.h
 
-#undef __BEGIN_DECLS
-#undef __END_DECLS
+/* __BEGIN_DECLS */
 #ifdef __cplusplus
-# define __BEGIN_DECLS extern C {
-# define __END_DECLS }
-#else
-# define __BEGIN_DECLS /* empty */
-# define __END_DECLS /* empty */
+extern C {
 #endif
 
-__BEGIN_DECLS
-
 #define RC_PREFIX @PREFIX@
 #define RC_SYSCONFDIR  @SYSCONFDIR@
 #define RC_LIBDIR   @PREFIX@/@LIB@/rc
@@ -573,5 +566,9 @@ bool rc_getfile(const char *, char **, size_t *);
  * we have our own */
 ssize_t rc_getline(char **, size_t *, FILE *);
 
-__END_DECLS
+/* __END_DECLS */
+#ifdef __cplusplus
+}
+#endif
+
 #endif



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/librc/

2014-10-24 Thread William Hubbs
commit: 91734d20be62dfbf7f637df576b70c9f04bae73d
Author: Gabriele Giacone 1o5g4r8o AT gmail DOT com
AuthorDate: Wed Oct 22 02:17:52 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=91734d20

Fix rc_svcdir for GNU/kFreeBSD

---
 src/librc/rc.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index 5ef8d7f..8f0e889 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -42,7 +42,7 @@ extern C {
 #define RC_LIBEXECDIR   @LIBEXECDIR@
 #if defined(PREFIX)
 #define RC_SVCDIR   RC_LIBEXECDIR /init.d
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__FreeBSD_kernel__)
 #define RC_SVCDIR   /run/openrc
 #else
 #define RC_SVCDIR   RC_LIBEXECDIR /init.d



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/rc/, src/librc/

2014-10-24 Thread William Hubbs
commit: 5f23128f303b98ec882a3afaf7d98087f452a938
Author: Svante Signell svante.signell AT gmail DOT com
AuthorDate: Tue Oct 21 06:53:37 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=5f23128f

Fix GNU/kFreeBSD port

Check for __FreeBSD_kernel instead of __GLIBC__ in source files.

note from William Hubbs:
I was told this is a better check for GNU/kFreeBSD than checking the
C  library the source is being compiled against.
GNU/kFreeBSD than checking which library we are using.

---
 src/librc/librc-daemon.c | 2 +-
 src/rc/mountinfo.c   | 4 ++--
 src/rc/rc-logger.c   | 2 +-
 src/rc/runscript.c   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/librc/librc-daemon.c b/src/librc/librc-daemon.c
index 04f25b1..9970315 100644
--- a/src/librc/librc-daemon.c
+++ b/src/librc/librc-daemon.c
@@ -30,7 +30,7 @@
 
 #include librc.h
 
-#if defined(__linux__) || defined (__GLIBC__)
+#if defined(__linux__) || defined (__FreeBSD_kernel__)
 static bool
 pid_is_exec(pid_t pid, const char *exec)
 {

diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c
index ce3f27d..7840987 100644
--- a/src/rc/mountinfo.c
+++ b/src/rc/mountinfo.c
@@ -39,7 +39,7 @@
 #  include sys/statvfs.h
 #  define statfs statvfs
 #  define F_FLAGS f_flag
-#elif defined (__linux__) || defined (__GLIBC__)
+#elif defined (__linux__) || defined (__FreeBSD_kernel__)
 #  include mntent.h
 #endif
 
@@ -265,7 +265,7 @@ find_mounts(struct args *args)
return list;
 }
 
-#elif defined (__linux__) || defined (__GLIBC__)
+#elif defined (__linux__) || defined (__FreeBSD_kernel__)
 static struct mntent *
 getmntfile(const char *file)
 {

diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c
index e8fb0ff..50cf618 100644
--- a/src/rc/rc-logger.c
+++ b/src/rc/rc-logger.c
@@ -44,7 +44,7 @@
 #include time.h
 #include unistd.h
 
-#if defined(__linux__) || defined(__GLIBC__)
+#if defined(__linux__) || defined(__FreeBSD_kernel__)
 #  include pty.h
 #elif defined(__NetBSD__) || defined(__OpenBSD__)
 #  include util.h

diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index de18f90..96aa683 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -51,7 +51,7 @@
 #include time.h
 #include unistd.h
 
-#if defined(__linux__) || defined(__GLIBC__)
+#if defined(__linux__) || defined(__FreeBSD_kernel__)
 #  include pty.h
 #elif defined(__NetBSD__) || defined(__OpenBSD__)
 #  include util.h



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/librc/, src/libeinfo/

2014-10-24 Thread William Hubbs
commit: f77006b58e3fffb80208804dae75a69a29414e95
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Tue Oct 21 13:31:07 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=f77006b5

einfo.h, rc.h.in: ensure __BEGIN_DECLS is defined

Some Standard C Libraries, like musl, don't define __BEGIN_DECLS
or __END_DECLS.  We add some ifdef magic to ensure these are
available.

---
 src/libeinfo/einfo.h | 10 ++
 src/librc/rc.h.in| 10 ++
 2 files changed, 20 insertions(+)

diff --git a/src/libeinfo/einfo.h b/src/libeinfo/einfo.h
index 31a891f..8fe5649 100644
--- a/src/libeinfo/einfo.h
+++ b/src/libeinfo/einfo.h
@@ -48,6 +48,16 @@
 # endif
 #endif
 
+#undef __BEGIN_DECLS
+#undef __END_DECLS
+#ifdef __cplusplus
+# define __BEGIN_DECLS extern C {
+# define __END_DECLS }
+#else
+# define __BEGIN_DECLS /* empty */
+# define __END_DECLS /* empty */
+#endif
+
 __BEGIN_DECLS
 
 /*! @brief Color types to use */

diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index c2a919f..5cd584f 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -31,6 +31,16 @@
 #include stdbool.h
 #include stdio.h
 
+#undef __BEGIN_DECLS
+#undef __END_DECLS
+#ifdef __cplusplus
+# define __BEGIN_DECLS extern C {
+# define __END_DECLS }
+#else
+# define __BEGIN_DECLS /* empty */
+# define __END_DECLS /* empty */
+#endif
+
 __BEGIN_DECLS
 
 #define RC_PREFIX @PREFIX@



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: conf.d/, init.d/, sh/, etc/, mk/

2014-10-24 Thread William Hubbs
commit: 4ba30c5a1bb0571e7d79f30c29525f206bed12e5
Author: Svante Signell svante.signell AT gmail DOT com
AuthorDate: Wed Oct 22 19:25:00 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=4ba30c5a

add missing files for GNU/Hurd

---
 conf.d/network.GNU.in |  4 
 conf.d/staticroute.GNU.in |  7 +++
 etc/rc.conf.GNU   | 14 ++
 init.d/sysctl.GNU.in  | 32 
 mk/os-GNU.mk  |  8 
 sh/init.sh.GNU.in | 38 ++
 6 files changed, 103 insertions(+)

diff --git a/conf.d/network.GNU.in b/conf.d/network.GNU.in
new file mode 100644
index 000..78aa412
--- /dev/null
+++ b/conf.d/network.GNU.in
@@ -0,0 +1,4 @@
+
+# You can assign a default route
+#defaultroute=gw 192.168.0.1
+#defaultroute6=gw 2001:a:b:c

diff --git a/conf.d/staticroute.GNU.in b/conf.d/staticroute.GNU.in
new file mode 100644
index 000..58d77e3
--- /dev/null
+++ b/conf.d/staticroute.GNU.in
@@ -0,0 +1,7 @@
+# Separate multiple routes using ; or new lines.
+# /etc/route.conf(5) takes precedence over this configuration.
+
+# Example static routes. See route(8) for syntax.
+# FIXME: net ... not supported
+#staticroute=net 192.168.0.0 -netmask 255.255.255.0 --address 10.73.1.1
+#net 192.168.1.0 -netmask 255.255.255.0 --address 10.73.1.1

diff --git a/etc/rc.conf.GNU b/etc/rc.conf.GNU
new file mode 100644
index 000..a9f054a
--- /dev/null
+++ b/etc/rc.conf.GNU
@@ -0,0 +1,14 @@
+##
+# GNU/Hurd SPECIFIC OPTIONS
+
+# This is the subsystem type. Valid options on GNU/Hurd:
+# - nothing special
+# subhurd - Hurd subhurds (to be checked)
+# If this is commented out, automatic detection will be used.
+#
+# This should be set to the value representing the environment this file is
+# PRESENTLY in, not the virtualization the environment is capable of.
+#rc_sys=
+# This is the number of tty's used in most of the rc-scripts (like
+# consolefont, numlock, etc ...)
+#rc_tty_number=6?

diff --git a/init.d/sysctl.GNU.in b/init.d/sysctl.GNU.in
new file mode 100644
index 000..7139824
--- /dev/null
+++ b/init.d/sysctl.GNU.in
@@ -0,0 +1,32 @@
+#!@PREFIX@/sbin/runscript
+# Copyright (c) 2007-2009 Roy Marples r...@marples.name
+# Released under the 2-clause BSD license.
+#FIXME: Modify for GNU/Hurd
+
+depend()
+{
+   before bootmisc logger
+   keyword -prefix
+}
+
+start()
+{
+   [ -e /etc/sysctl.conf ] || return 0
+   local retval=0 var= comments= conf=
+   ebegin Configuring kernel parameters
+   eindent
+   for conf in @SYSCONFDIR@/sysctl.conf @SYSCONFDIR@/sysctl.d/*.conf; do
+   if [ -r $conf ]; then
+   vebegin applying $conf
+   while read var comments; do
+   case $var in
+   |#*) continue;;
+   esac
+   sysctl -w $var /dev/null || retval=1
+   done  $conf
+   veend $retval
+   fi
+   done
+   eoutdent
+   eend $retval Some errors were encountered
+}

diff --git a/mk/os-GNU.mk b/mk/os-GNU.mk
new file mode 100644
index 000..bbaba2b
--- /dev/null
+++ b/mk/os-GNU.mk
@@ -0,0 +1,8 @@
+# Copyright (c) 2008 Roy Marples r...@marples.name
+# Released under the 2-clause BSD license.
+
+SFX=   .GNU.in
+PKG_PREFIX?=   /usr
+
+CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DMAXPATHLEN=4096 
-DMAX_PATH=4096
+LIBDL= -Wl,-Bdynamic -ldl

diff --git a/sh/init.sh.GNU.in b/sh/init.sh.GNU.in
new file mode 100644
index 000..5ba051d
--- /dev/null
+++ b/sh/init.sh.GNU.in
@@ -0,0 +1,38 @@
+#!@SHELL@
+# Copyright (c) 2007-2009 Roy Marples r...@marples.name
+# Copyright (c) 2014 Svante Signell svante.sign...@gmail.com
+# Released under the 2-clause BSD license.
+
+if [ ! -d /run ]; then
+ebegin Creating /run
+mkdir -p /run
+eend $?
+fi
+
+if [ -L $RC_SVCDIR ]; then
+rm $RC_SVCDIR
+fi
+
+if ! mountinfo -q /run; then
+ebegin Mounting /run
+if ! fstabinfo --mount /run; then
+mount -t tmpfs -o mode=0755,no-suid,size=10% tmpfs /run
+if [ $? != 0 ]; then
+eerror Unable to mount tmpfs on /run.
+eerror Can't continue.
+exit 1
+fi
+fi
+eend
+fi
+
+ebegin Creating $RC_SVCDIR
+mkdir -p $RC_SVCDIR
+eend $?
+
+if [ -e $RC_LIBEXECDIR/cache/deptree ]; then
+cp -p $RC_LIBEXECDIR/cache/* $RC_SVCDIR 2/dev/null
+fi
+
+echo sysinit $RC_SVCDIR/softlevel
+exit 0



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/rc/, src/includes/

2014-10-24 Thread William Hubbs
commit: 2d1e2552857c51b424704d214c3226d9b2a89ec6
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Thu Oct 23 23:56:19 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:16 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=2d1e2552

helpers.h, start-stop-daemon.c: remove uneeded macros

TAILQ_CONCAT, TAILQ_FOREACH_SAFE and LIST_FOREACH_SAFE are defined
in our bundled queue.h and are no longer required.

---
 src/includes/helpers.h | 19 ---
 src/rc/start-stop-daemon.c |  9 -
 2 files changed, 28 deletions(-)

diff --git a/src/includes/helpers.h b/src/includes/helpers.h
index 94e59a8..4352858 100644
--- a/src/includes/helpers.h
+++ b/src/includes/helpers.h
@@ -48,25 +48,6 @@
 
 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
 
-/* Some libc implemntations don't have these */
-#ifndef TAILQ_CONCAT
-#define TAILQ_CONCAT(head1, head2, field) do {   \
-   if (!TAILQ_EMPTY(head2)) {\
-   *(head1)-tqh_last = (head2)-tqh_first;  \
-   (head2)-tqh_first-field.tqe_prev = (head1)-tqh_last; 
\
-   (head1)-tqh_last = (head2)-tqh_last;\
-   TAILQ_INIT((head2));  \
-   } \
-   } while (0)
-#endif
-
-#ifndef TAILQ_FOREACH_SAFE
-#defineTAILQ_FOREACH_SAFE(var, head, field, tvar)  
  \
-   for ((var) = TAILQ_FIRST((head)); \
-(var)  ((tvar) = TAILQ_NEXT((var), field), 1); \
-(var) = (tvar))
-#endif
-
 #ifdef __GLIBC__
 #  if ! defined (__UCLIBC__)  ! defined (__dietlibc__)
 #define strlcpy(dst, src, size) snprintf(dst, size, %s, src)

diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index 1412449..6229bbf 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -78,15 +78,6 @@ static struct pam_conv conv = { NULL, NULL};
 #include rc.h
 #include rc-misc.h
 
-/* Some libc implementations don't define this */
-#ifndef LIST_FOREACH_SAFE
-#defineLIST_FOREACH_SAFE(var, head, field, tvar)   
  \
-   for ((var) = LIST_FIRST((head));  \
-(var)  ((tvar) = LIST_NEXT((var), field), 1);  \
-(var) = (tvar))
-#endif
-
-
 typedef struct scheduleitem
 {
enum



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/rc/, src/librc/

2014-10-24 Thread William Hubbs
commit: e0c32c23dc00d7aff79614129614944f4b1fde92
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Thu Oct 23 23:47:04 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:16 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=e0c32c23

Fix all tests for GNU/kFreeBSD

It is necessary to check for both the kernel and c library because
__FreeBSD_kernel is also defined on native FreeBSD [1].

[1] http://sourceforge.net/p/predef/wiki/OperatingSystems/

---
 src/librc/librc-daemon.c | 2 +-
 src/librc/rc.h.in| 3 ++-
 src/rc/mountinfo.c   | 6 --
 src/rc/rc-logger.c   | 2 +-
 src/rc/runscript.c   | 3 ++-
 5 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/src/librc/librc-daemon.c b/src/librc/librc-daemon.c
index 9970315..d19c3a3 100644
--- a/src/librc/librc-daemon.c
+++ b/src/librc/librc-daemon.c
@@ -30,7 +30,7 @@
 
 #include librc.h
 
-#if defined(__linux__) || defined (__FreeBSD_kernel__)
+#if defined(__linux__) || (defined (__FreeBSD_kernel__)  defined(__GLIBC__))
 static bool
 pid_is_exec(pid_t pid, const char *exec)
 {

diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index 34f09f2..fca0dda 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -42,7 +42,8 @@ extern C {
 #define RC_LIBEXECDIR   @LIBEXECDIR@
 #if defined(PREFIX)
 #define RC_SVCDIR   RC_LIBEXECDIR /init.d
-#elif defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
+#elif defined(__linux__) || (defined(__FreeBSD_kernel__)  \
+   defined(__GLIBC__)) || defined(__GNU__)
 #define RC_SVCDIR   /run/openrc
 #else
 #define RC_SVCDIR   RC_LIBEXECDIR /init.d

diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c
index c4515ae..fbad6af 100644
--- a/src/rc/mountinfo.c
+++ b/src/rc/mountinfo.c
@@ -39,7 +39,8 @@
 #  include sys/statvfs.h
 #  define statfs statvfs
 #  define F_FLAGS f_flag
-#elif defined (__linux__) || defined (__FreeBSD_kernel__) || defined(__GNU__)
+#elif defined (__linux__) || (defined(__FreeBSD_kernel__)  \
+   defined(__GLIBC__)) || defined(__GNU__)
 #  include mntent.h
 #endif
 
@@ -265,7 +266,8 @@ find_mounts(struct args *args)
return list;
 }
 
-#elif defined (__linux__) || defined (__FreeBSD_kernel__)
+#elif defined (__linux__) || (defined (__FreeBSD_kernel__)  \
+   defined(__GLIBC__))
 static struct mntent *
 getmntfile(const char *file)
 {

diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c
index 50cf618..89eb84b 100644
--- a/src/rc/rc-logger.c
+++ b/src/rc/rc-logger.c
@@ -44,7 +44,7 @@
 #include time.h
 #include unistd.h
 
-#if defined(__linux__) || defined(__FreeBSD_kernel__)
+#if defined(__linux__) || (defined(__FreeBSD_kernel__)  defined(__GLIBC__))
 #  include pty.h
 #elif defined(__NetBSD__) || defined(__OpenBSD__)
 #  include util.h

diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index 96aa683..47ed23e 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -51,7 +51,8 @@
 #include time.h
 #include unistd.h
 
-#if defined(__linux__) || defined(__FreeBSD_kernel__)
+#if defined(__linux__) || (defined(__FreeBSD_kernel__)  \
+   defined(__GLIBC__))
 #  include pty.h
 #elif defined(__NetBSD__) || defined(__OpenBSD__)
 #  include util.h



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/librc/, src/rc/

2014-10-24 Thread William Hubbs
commit: f049b535b3dfb4becd62143289a0f7804329c72d
Author: Svante Signell svante.signell AT gmail DOT com
AuthorDate: Wed Oct 22 19:59:01 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:16 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=f049b535

fix defines for GNU/Hurd

---
 src/librc/librc.h  | 4 +++-
 src/rc/mountinfo.c | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/librc/librc.h b/src/librc/librc.h
index 54c9a1a..0824eba 100644
--- a/src/librc/librc.h
+++ b/src/librc/librc.h
@@ -57,11 +57,13 @@
 #include time.h
 #include unistd.h
 
-#ifdef BSD
+#if defined(BSD)  !defined(__GNU__)
 #include sys/param.h
 #include sys/user.h
 #include sys/sysctl.h
 #include kvm.h
+#else
+#include sys/param.h
 #endif
 
 #include rc.h

diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c
index 7840987..c4515ae 100644
--- a/src/rc/mountinfo.c
+++ b/src/rc/mountinfo.c
@@ -35,11 +35,11 @@
 #  include sys/ucred.h
 #  include sys/mount.h
 #  define F_FLAGS f_flags
-#elif defined(BSD)
+#elif defined(BSD)  !defined(__GNU__)
 #  include sys/statvfs.h
 #  define statfs statvfs
 #  define F_FLAGS f_flag
-#elif defined (__linux__) || defined (__FreeBSD_kernel__)
+#elif defined (__linux__) || defined (__FreeBSD_kernel__) || defined(__GNU__)
 #  include mntent.h
 #endif
 
@@ -168,7 +168,7 @@ process_mount(RC_STRINGLIST *list, struct args *args,
return -1;
 }
 
-#ifdef BSD
+#if defined(BSD)  !defined(__GNU__)
 
 /* Translate the mounted options to english
  * This is taken directly from FreeBSD mount.c */



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/librc/, src/rc/, src/includes/

2014-10-24 Thread William Hubbs
commit: 6f9fd30edb7f9938cff5efcf33d4f867c9b94def
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Thu Oct 23 22:33:27 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:16 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=6f9fd30e

Bundle sys/queue.h from NetBSD

We are bundling this to allow building on musl-based systems since musl
does not include sys/queue.h.

---
 src/includes/queue.h | 846 +++
 src/librc/librc-daemon.c |   1 +
 src/librc/librc-depend.c |   1 +
 src/librc/librc-misc.c   |   1 +
 src/librc/librc-stringlist.c |   1 +
 src/librc/librc.c|   1 +
 src/librc/rc.h.in|   1 -
 src/rc/builtins.h|   1 +
 src/rc/fstabinfo.c   |   1 +
 src/rc/mountinfo.c   |   1 +
 src/rc/rc-depend.c   |   1 +
 src/rc/rc-logger.c   |   1 +
 src/rc/rc-misc.c |   1 +
 src/rc/rc-plugin.c   |   1 +
 src/rc/rc-selinux.c  |   1 +
 src/rc/rc-service.c  |   1 +
 src/rc/rc-status.c   |   1 +
 src/rc/rc-update.c   |   1 +
 src/rc/rc.c  |   1 +
 src/rc/runscript.c   |   1 +
 src/rc/start-stop-daemon.c   |   1 +
 21 files changed, 865 insertions(+), 1 deletion(-)

diff --git a/src/includes/queue.h b/src/includes/queue.h
new file mode 100644
index 000..67f801d
--- /dev/null
+++ b/src/includes/queue.h
@@ -0,0 +1,846 @@
+/* $NetBSD: queue.h,v 1.67 2014/05/17 21:22:56 rmind Exp $ */
+
+/*
+ * Copyright (c) 1991, 1993
+ * The Regents of the University of California.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *notice, this list of conditions and the following disclaimer in the
+ *documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ *may be used to endorse or promote products derived from this software
+ *without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * @(#)queue.h 8.5 (Berkeley) 8/20/94
+ */
+
+#ifndef_SYS_QUEUE_H_
+#define_SYS_QUEUE_H_
+
+/*
+ * This file defines five types of data structures: singly-linked lists,
+ * lists, simple queues, tail queues, and circular queues.
+ *
+ * A singly-linked list is headed by a single forward pointer. The
+ * elements are singly linked for minimum space and pointer manipulation
+ * overhead at the expense of O(n) removal for arbitrary elements. New
+ * elements can be added to the list after an existing element or at the
+ * head of the list.  Elements being removed from the head of the list
+ * should use the explicit macro for this purpose for optimum
+ * efficiency. A singly-linked list may only be traversed in the forward
+ * direction.  Singly-linked lists are ideal for applications with large
+ * datasets and few or no removals or for implementing a LIFO queue.
+ *
+ * A list is headed by a single forward pointer (or an array of forward
+ * pointers for a hash table header). The elements are doubly linked
+ * so that an arbitrary element can be removed without a need to
+ * traverse the list. New elements can be added to the list before
+ * or after an existing element or at the head of the list. A list
+ * may only be traversed in the forward direction.
+ *
+ * A simple queue is headed by a pair of pointers, one the head of the
+ * list and the other to the tail of the list. The elements are singly
+ * linked to save space, so elements can only be removed from the
+ * head of the list. New elements can be added to the list after
+ * an existing element, at the head of the list, or at the end of the
+ * list. A simple queue may only be traversed in the forward direction.
+ *
+ * A tail queue is headed by a pair of 

[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/librc/

2014-10-24 Thread William Hubbs
commit: 4777035d53cc56444865cbeb287e2b5e73d7e901
Author: Gabriele Giacone 1o5g4r8o AT gmail DOT com
AuthorDate: Wed Oct 22 20:02:51 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:16 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=4777035d

Fix rc_svcdir for GNU/Hurd

---
 src/librc/rc.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index 8f0e889..34f09f2 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -42,7 +42,7 @@ extern C {
 #define RC_LIBEXECDIR   @LIBEXECDIR@
 #if defined(PREFIX)
 #define RC_SVCDIR   RC_LIBEXECDIR /init.d
-#elif defined(__linux__) || defined(__FreeBSD_kernel__)
+#elif defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
 #define RC_SVCDIR   /run/openrc
 #else
 #define RC_SVCDIR   RC_LIBEXECDIR /init.d



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: conf.d/, init.d/, sh/, mk/

2014-10-24 Thread William Hubbs
commit: b4194fef43c05cb7c601a2c454687eebf6e77e99
Author: Gabriele Giacone 1o5g4r8o AT gmail DOT com
AuthorDate: Tue Oct 21 07:24:12 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=b4194fef

Add missing files for GNU/kFreeBSD

---
 conf.d/network.GNU-kFreeBSD.in |  4 
 conf.d/staticroute.GNU-kFreeBSD.in |  5 +
 init.d/sysctl.GNU-kFreeBSD.in  | 31 +++
 mk/os-GNU-kFreeBSD.mk  |  4 +++-
 sh/init.sh.GNU-kFreeBSD.in | 35 +++
 5 files changed, 78 insertions(+), 1 deletion(-)

diff --git a/conf.d/network.GNU-kFreeBSD.in b/conf.d/network.GNU-kFreeBSD.in
new file mode 100644
index 000..9f49b81
--- /dev/null
+++ b/conf.d/network.GNU-kFreeBSD.in
@@ -0,0 +1,4 @@
+
+# You can assign a default route
+#defaultroute=192.168.0.1
+#defaultroute6=2001:a:b:c

diff --git a/conf.d/staticroute.GNU-kFreeBSD.in 
b/conf.d/staticroute.GNU-kFreeBSD.in
new file mode 100644
index 000..9f54152
--- /dev/null
+++ b/conf.d/staticroute.GNU-kFreeBSD.in
@@ -0,0 +1,5 @@
+# Separate multiple routes using ; or new lines.
+
+# Example static routes. See route(8) for syntax.
+#staticroute=net 192.168.0.0 10.73.1.1 netmask 255.255.255.0
+#net 192.168.1.0 10.73.1.1 netmask 255.255.255.0

diff --git a/init.d/sysctl.GNU-kFreeBSD.in b/init.d/sysctl.GNU-kFreeBSD.in
new file mode 100644
index 000..92d5868
--- /dev/null
+++ b/init.d/sysctl.GNU-kFreeBSD.in
@@ -0,0 +1,31 @@
+#!@SBINDIR@/openrc-run
+# Copyright (c) 2007-2009 Roy Marples r...@marples.name
+# Released under the 2-clause BSD license.
+
+depend()
+{
+   before bootmisc logger
+   keyword -prefix
+}
+
+start()
+{
+   [ -e /etc/sysctl.conf ] || return 0
+   local retval=0 var= comments= conf=
+   ebegin Configuring kernel parameters
+   eindent
+   for conf in @SYSCONFDIR@/sysctl.conf @SYSCONFDIR@/sysctl.d/*.conf; do
+   if [ -r $conf ]; then
+   vebegin applying $conf
+   while read var comments; do
+   case $var in
+   |#*) continue;;
+   esac
+   sysctl -w $var /dev/null || retval=1
+   done  $conf
+   veend $retval
+   fi
+   done
+   eoutdent
+   eend $retval Some errors were encountered
+}

diff --git a/mk/os-GNU-kFreeBSD.mk b/mk/os-GNU-kFreeBSD.mk
index 72fea3e..c217372 100644
--- a/mk/os-GNU-kFreeBSD.mk
+++ b/mk/os-GNU-kFreeBSD.mk
@@ -3,7 +3,9 @@
 
 # Generic definitions
 
+SFX=   .GNU-kFreeBSD.in
+PKG_PREFIX?=   /usr
+
 CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700
 LIBDL= -Wl,-Bdynamic -ldl
 LIBKVM?=
-include ${MK}/os-BSD.mk

diff --git a/sh/init.sh.GNU-kFreeBSD.in b/sh/init.sh.GNU-kFreeBSD.in
new file mode 100644
index 000..d1a04e1
--- /dev/null
+++ b/sh/init.sh.GNU-kFreeBSD.in
@@ -0,0 +1,35 @@
+#!@SHELL@
+# Copyright (c) 2007-2009 Roy Marples r...@marples.name
+# Released under the 2-clause BSD license.
+
+if [ ! -d /run ]; then
+ebegin Creating /run
+mkdir -p /run
+eend $?
+fi
+
+if [ -L $RC_SVCDIR ]; then
+rm $RC_SVCDIR
+fi
+
+ebegin Mounting /run
+if ! fstabinfo --mount /run; then
+mount -t tmpfs -o mode=0755,noexec,nosuid,size=10% tmpfs /run
+if [ $? != 0 ]; then
+eerror Unable to mount tmpfs on /run.
+eerror Can't continue.
+exit 1
+fi
+fi
+eend
+
+ebegin Creating $RC_SVCDIR
+mkdir -p $RC_SVCDIR
+eend $?
+
+if [ -e $RC_LIBEXECDIR/cache/deptree ]; then
+cp -p $RC_LIBEXECDIR/cache/* $RC_SVCDIR 2/dev/null
+fi
+
+echo sysinit $RC_SVCDIR/softlevel
+exit 0



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: src/librc/

2014-10-24 Thread William Hubbs
commit: 8a68dc899e93ff925fac8417148cebbdaa975849
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Fri Oct 24 15:44:14 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Oct 24 15:59:16 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=8a68dc89

Fix compile errors created by bundling queue.h

---
 src/librc/rc.h.in | 45 +
 1 file changed, 45 insertions(+)

diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index 62119e9..58d8eb5 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -77,6 +77,51 @@ extern C {
 #  define RC_LOCAL_CONFDIR  RC_LOCAL_PREFIX /etc/conf.d
 #endif
 
+#ifndef _SYS_QUEUE_H_
+
+/*
+ * The following are copied directly from our imported queue.h.
+ */
+
+/*
+ * List definitions.
+ */
+#defineLIST_HEAD(name, type)   
\
+struct name {  \
+   struct type *lh_first;  /* first element */ \
+}
+
+#defineLIST_HEAD_INITIALIZER(head) 
\
+   { NULL }
+
+#defineLIST_ENTRY(type)
\
+struct {   \
+   struct type *le_next;   /* next element */  \
+   struct type **le_prev;  /* address of previous next element */  \
+}
+
+/*
+ * Tail queue definitions.
+ */
+#define_TAILQ_HEAD(name, type, qual)   
\
+struct name {  \
+   qual type *tqh_first;   /* first element */ \
+   qual type *qual *tqh_last;  /* addr of last next element */ \
+}
+#define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
+
+#defineTAILQ_HEAD_INITIALIZER(head)
\
+   { TAILQ_END(head), (head).tqh_first }
+
+#define_TAILQ_ENTRY(type, qual)
\
+struct {   \
+   qual type *tqe_next;/* next element */  \
+   qual type *qual *tqe_prev;  /* address of previous next element */\
+}
+#define TAILQ_ENTRY(type)  _TAILQ_ENTRY(struct type,)
+
+#endif /* _SYS_QUEUE_H_ */
+
 /* A doubly linked list using queue(3) for ease of use */
 typedef struct rc_string {
char *value;



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

2014-10-24 Thread Jeroen Roovers (jer)
jer 14/10/24 16:09:51

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -r1.404 -r1.405
--- ChangeLog   23 Oct 2014 20:27:46 -  1.404
+++ ChangeLog   24 Oct 2014 16:09:51 -  1.405
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.404 
2014/10/23 20:27:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.405 
2014/10/24 16:09:51 jer Exp $
+
+*youtube-dl-2014.10.24 (24 Oct 2014)
+
+  24 Oct 2014; Jeroen Roovers j...@gentoo.org -youtube-dl-2014.10.18.ebuild,
+  +youtube-dl-2014.10.24.ebuild:
+  Version bump.
 
 *youtube-dl-2014.10.23 (23 Oct 2014)
 



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

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

Index: youtube-dl-2014.10.24.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.10.24.ebuild,v 1.1 
2014/10/24 16:09:51 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_6,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=(
anysex behindkink drtuber eporner extremetube fourtube 
goshgay
hentaistigma hornbunny mofosex pornhd pornhub pornotube 
pornoxo
redtube sexykarma sunporno slutload spankwire thisav 
trutube tube8
vporn xbef xhamster xnxx xtube xvideos 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 net-libs/libmm-qt: ChangeLog libmm-qt-1.0.1.ebuild

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 16:20:59

  Modified: ChangeLog
  Removed:  libmm-qt-1.0.1.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.10 net-libs/libmm-qt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmm-qt/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   24 Oct 2014 15:24:06 -  1.9
+++ ChangeLog   24 Oct 2014 16:20:59 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libmm-qt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmm-qt/ChangeLog,v 1.9 
2014/10/24 15:24:06 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmm-qt/ChangeLog,v 1.10 
2014/10/24 16:20:59 mrueg Exp $
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org -libmm-qt-1.0.1.ebuild:
+  Cleanup old.
 
   24 Oct 2014; Mikle Kolyada zlog...@gentoo.org libmm-qt-1.0.1-r1.ebuild:
   x86 stable wrt bug #519600






[gentoo-commits] gentoo-x86 commit in app-admin/drush/files: - New directory

2014-10-24 Thread Michael Orlitzky (mjo)
mjo 14/10/24 16:21:47

  Log:
  Directory /var/cvsroot/gentoo-x86/app-admin/drush/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in net-misc/smb4k: ChangeLog smb4k-1.1.2.ebuild smb4k-1.1.1.ebuild

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 16:22:04

  Modified: ChangeLog
  Removed:  smb4k-1.1.2.ebuild smb4k-1.1.1.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.137net-misc/smb4k/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/smb4k/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   24 Oct 2014 15:26:14 -  1.136
+++ ChangeLog   24 Oct 2014 16:22:04 -  1.137
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/smb4k
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/ChangeLog,v 1.136 2014/10/24 
15:26:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/ChangeLog,v 1.137 2014/10/24 
16:22:04 mrueg Exp $
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org -smb4k-1.1.1.ebuild,
+  -smb4k-1.1.2.ebuild:
+  Cleanup old.
 
   24 Oct 2014; Mikle Kolyada zlog...@gentoo.org smb4k-1.1.3.ebuild:
   x86 stable wrt bug #524296






[gentoo-commits] gentoo-x86 commit in x11-misc/kdocker: ChangeLog kdocker-4.8.ebuild

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 16:22:52

  Modified: ChangeLog
  Removed:  kdocker-4.8.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.13 x11-misc/kdocker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   24 Oct 2014 15:28:10 -  1.12
+++ ChangeLog   24 Oct 2014 16:22:52 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/kdocker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.12 
2014/10/24 15:28:10 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.13 
2014/10/24 16:22:52 mrueg Exp $
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org -kdocker-4.8.ebuild:
+  Cleanup old.
 
   24 Oct 2014; Mikle Kolyada zlog...@gentoo.org kdocker-4.8-r2.ebuild:
   x86 stable wrt bug #524286






[gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: ChangeLog jenkins-bin-1.584-r1.ebuild

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 16:24:03

  Modified: ChangeLog
  Removed:  jenkins-bin-1.584-r1.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.6  dev-util/jenkins-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 Oct 2014 10:42:46 -  1.5
+++ ChangeLog   24 Oct 2014 16:24:03 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/jenkins-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.5 
2014/10/24 10:42:46 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.6 
2014/10/24 16:24:03 mrueg Exp $
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org -files/jenkins-bin.init,
+  -jenkins-bin-1.584-r1.ebuild:
+  Cleanup old.
 
   24 Oct 2014; Tony Vroon chain...@gentoo.org jenkins-bin-1.584-r1.ebuild,
   jenkins-bin-1.585.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin/files: jenkins-bin.init

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 16:24:03

  Removed:  jenkins-bin.init
  Log:
  Cleanup old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )



[gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.25.2.ebuild ChangeLog

2014-10-24 Thread Mike Frysinger (vapier)
vapier  14/10/24 16:27:07

  Modified: ChangeLog
  Added:util-linux-2.25.2.ebuild
  Log:
  Version bump. Fix runuser bash-completion install #522288 by William Throwe.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D2E96200)

Revision  ChangesPath
1.486sys-apps/util-linux/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.486view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.486content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.485r2=1.486

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -r1.485 -r1.486
--- ChangeLog   16 Oct 2014 17:47:37 -  1.485
+++ ChangeLog   24 Oct 2014 16:27:07 -  1.486
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.485 
2014/10/16 17:47:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.486 
2014/10/24 16:27:07 vapier Exp $
+
+*util-linux-2.25.2 (24 Oct 2014)
+
+  24 Oct 2014; Mike Frysinger vap...@gentoo.org
+  +files/util-linux-2.25.2-runuser-bash-completion.patch,
+  +util-linux-2.25.2.ebuild:
+  Version bump. Fix runuser bash-completion install #522288 by William Throwe.
 
 *util-linux-2.25.1-r1 (16 Oct 2014)
 



1.1  sys-apps/util-linux/util-linux-2.25.2.ebuild

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

Index: util-linux-2.25.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2.ebuild,v 1.1 
2014/10/24 16:27:07 vapier Exp $

EAPI=4

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

inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \
python-single-r1 multilib-minimal

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

if [[ ${PV} ==  ]] ; then
inherit git-2 autotools

EGIT_REPO_URI=git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
else
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux

SRC_URI=mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz
fi

DESCRIPTION=Various useful Linux utilities
HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/;

LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain
SLOT=0
IUSE=caps +cramfs fdformat ncurses nls pam python selinux slang static-libs 
+suid test tty-helpers udev unicode

RDEPEND=!sys-process/schedutils
!sys-apps/setarch
!sys-apps/sysvinit-2.88-r7
!sys-block/eject
!sys-libs/e2fsprogs-libs-1.41.8
!sys-fs/e2fsprogs-1.41.8
!app-shells/bash-completion-1.3-r2
caps? ( sys-libs/libcap-ng )
cramfs? ( sys-libs/zlib )
ncurses? ( =sys-libs/ncurses-5.2-r2 )
pam? ( sys-libs/pam )
python? ( ${PYTHON_DEPS} )
selinux? ( =sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
slang? ( sys-libs/slang )
udev? ( virtual/udev )
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140406-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
)
DEPEND=${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )
test? ( sys-devel/bc )
virtual/os-headers

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

S=${WORKDIR}/${MY_P}

pkg_setup() {
use python  python-single-r1_pkg_setup
}

src_prepare() {
epatch ${FILESDIR}/${P}-runuser-bash-completion.patch #522288
if [[ ${PV} ==  ]] ; then
po/update-potfiles
eautoreconf
fi
elibtoolize
}

lfs_fallocate_test() {
# Make sure we can use fallocate with LFS #300307
cat -EOF  ${T}/fallocate.${ABI}.c
#define _GNU_SOURCE
#include fcntl.h
main() { return fallocate(0, 0, 0, 0); }
EOF
append-lfs-flags
$(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} ${T}/fallocate.${ABI}.c 
-o /dev/null /dev/null 21 \
|| export ac_cv_func_fallocate=no
rm -f ${T}/fallocate.${ABI}.c
}

multilib_src_configure() {
lfs_fallocate_test
export 

[gentoo-commits] gentoo-x86 commit in sys-apps/util-linux/files: util-linux-2.25.2-runuser-bash-completion.patch

2014-10-24 Thread Mike Frysinger (vapier)
vapier  14/10/24 16:27:07

  Added:util-linux-2.25.2-runuser-bash-completion.patch
  Log:
  Version bump. Fix runuser bash-completion install #522288 by William Throwe.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D2E96200)

Revision  ChangesPath
1.1  
sys-apps/util-linux/files/util-linux-2.25.2-runuser-bash-completion.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/files/util-linux-2.25.2-runuser-bash-completion.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/files/util-linux-2.25.2-runuser-bash-completion.patch?rev=1.1content-type=text/plain

Index: util-linux-2.25.2-runuser-bash-completion.patch
===
https://bugs.gentoo.org/522288

From a95987423c4d7781a14ffda34f082086cd51f4f7 Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Fri, 24 Oct 2014 12:08:22 -0400
Subject: [PATCH] bash-completion: fix runuser install

The runuser symlink used to depend on su being enabled, but a refactoring
broke that.  So if you build with runuser enabled but not su, you end up
with a broken symlink.  Rework the logic so it works in both cases.

Signed-off-by: Mike Frysinger vap...@gentoo.org
---
 bash-completion/Makemodule.am | 4 
 1 file changed, 4 insertions(+)

diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am
index 271a6db..045c2d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11071,7 +10823,8 @@
 @BUILD_MOUNT_TRUE@@MAKEINSTALL_DO_SETUID_TRUE@ chmod 4755 
$(DESTDIR)$(bindir)/umount
 
 
@BUILD_BASH_COMPLETION_TRUE@@BUILD_RUNUSER_TRUE@install-data-hook-bashcomp-runuser::
-@BUILD_BASH_COMPLETION_TRUE@@BUILD_RUNUSER_TRUE@   ln -sf su 
$(DESTDIR)$(bashcompletiondir)/runuser
+@BUILD_BASH_COMPLETION_TRUE@@BUILD_RUNUSER_TRUE@@BUILD_SU_TRUE@ln -sf 
su $(DESTDIR)$(bashcompletiondir)/runuser
+@BUILD_BASH_COMPLETION_TRUE@@BUILD_RUNUSER_TRUE@@BUILD_SU_FALSE@   cp 
$(top_srcdir)/bash-completion/su $(DESTDIR)$(bashcompletiondir)/runuser
 
 clean-local-tests:
rm -rf $(top_builddir)/tests/output $(top_builddir)/tests/diff
-- 
2.1.2







[gentoo-commits] gentoo-x86 commit in app-admin/drush/files: update-bash-completion-script-for-2.1.patch

2014-10-24 Thread Michael Orlitzky (mjo)
mjo 14/10/24 16:34:31

  Added:update-bash-completion-script-for-2.1.patch
  Log:
  Version bump to fix bug #526222, take over as maintainer.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

Revision  ChangesPath
1.1  
app-admin/drush/files/update-bash-completion-script-for-2.1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/drush/files/update-bash-completion-script-for-2.1.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/drush/files/update-bash-completion-script-for-2.1.patch?rev=1.1content-type=text/plain

Index: update-bash-completion-script-for-2.1.patch
===
From e0f53949d35f32d251ab003d6e9e70a7f8c0e69a Mon Sep 17 00:00:00 2001
From: Michael Orlitzky m...@gentoo.org
Date: Tue, 21 Oct 2014 19:48:37 -0400
Subject: [PATCH 1/1] Update bash completion script for new
 bash-completion-2.1 (Gentoo bug #526222).

* Don't use `which drush ...` to detect the presence of drush in the
  bash-completion script (https://github.com/drush-ops/drush/issues/521).

* Don't install completions for commands that we don't own
  (https://github.com/drush-ops/drush/issues/915).

---
 drush.complete.sh | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drush.complete.sh b/drush.complete.sh
index 067a67c..2f97317 100644
--- a/drush.complete.sh
+++ b/drush.complete.sh
@@ -5,9 +5,6 @@
 # examples/example.bashrc instead, as it will automatically find and source
 # this file.
 
-# Ensure drush is available.
-which drush  /dev/null || alias drush  /dev/null || return
-
 __drush_ps1() {
   f=${TMPDIR:-/tmp/}/drush-env/drush-drupal-site-$$
   if [ -f $f ]
@@ -31,4 +28,4 @@ _drush_completion() {
 }
 
 # Register our completion function. We include common short aliases for Drush.
-complete -o bashdefault -o default -o nospace -F _drush_completion d dr drush 
drush5 drush6 drush7 drush.php
+complete -o bashdefault -o default -o nospace -F _drush_completion drush
-- 
2.0.4







[gentoo-commits] gentoo-x86 commit in app-admin/drush: metadata.xml drush-6.4.0.ebuild ChangeLog

2014-10-24 Thread Michael Orlitzky (mjo)
mjo 14/10/24 16:34:31

  Modified: metadata.xml ChangeLog
  Added:drush-6.4.0.ebuild
  Log:
  Version bump to fix bug #526222, take over as maintainer.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

Revision  ChangesPath
1.4  app-admin/drush/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/drush/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml23 Dec 2013 15:55:47 -  1.3
+++ metadata.xml24 Oct 2014 16:34:31 -  1.4
@@ -1,16 +1,15 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   maintainer
-   emailmaintainer-nee...@gentoo.org/email
-   /maintainer
-   longdescription lang=en
-   Drush is a command line shell and scripting interface for Drupal, a
-   veritable Swiss Army knife designed to make life easier for those of us 
who
-   spend some of our working hours hacking away at the command prompt.
-
-   See http://drush.ws, the homepage for the drush project. It contains 
many
-   important resources for drush users.
-   /longdescription
+  maintainer
+emailm...@gentoo.org/email
+nameMichael Orlitzky/name
+  /maintainer
+  longdescription lang=en
+Drush is a command line shell and scripting interface for Drupal,
+a veritable Swiss Army knife designed to make life easier for
+those of us who spend some of our working hours hacking away at
+the command prompt.
+  /longdescription
 /pkgmetadata
 



1.10 app-admin/drush/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/drush/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   20 Mar 2014 17:19:31 -  1.9
+++ ChangeLog   24 Oct 2014 16:34:31 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/drush
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/ChangeLog,v 1.9 2014/03/20 
17:19:31 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/ChangeLog,v 1.10 2014/10/24 
16:34:31 mjo Exp $
+
+*drush-6.4.0 (24 Oct 2014)
+
+  24 Oct 2014; Michael Orlitzky m...@gentoo.org +drush-6.4.0.ebuild,
+  +files/update-bash-completion-script-for-2.1.patch, metadata.xml:
+  Version bump to fix bug #526222, take over as maintainer.
 
 *drush-6.2.0 (20 Mar 2014)
 



1.1  app-admin/drush/drush-6.4.0.ebuild

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

Index: drush-6.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/drush-6.4.0.ebuild,v 1.1 
2014/10/24 16:34:31 mjo Exp $

EAPI=5

inherit bash-completion-r1 eutils

DESCRIPTION=Command line shell and scripting interface for Drupal
HOMEPAGE=https://github.com/drush-ops/${PN};
SRC_URI=https://github.com/drush-ops/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

DEPEND=
RDEPEND=dev-lang/php[cli,ctype,json,simplexml]
dev-php/PEAR-Console_Table

src_prepare() {
# Fix the bash completion script, check the patch for Gentoo/upstream
# bug numbers.
epatch ${FILESDIR}/update-bash-completion-script-for-2.1.patch

# dodoc compresses all of the documentation, so we fix the filenames
# in a few places.

# First, the README location in bootstrap.inc.
sed -i -e \
s!/share/doc/drush!/share/doc/${PF}! \
-e s!README\.md!\0.bz2!g \
includes/bootstrap.inc || die

# Next, the list of documentation in docs.drush.inc. Note that
# html files don't get compressed.
sed -i \
-e 

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

2014-10-24 Thread Ian Stakenvicius (axs)
axs 14/10/24 16:37:59

  Modified: PyQt5-5.3.2.ebuild ChangeLog
  Log:
  fixed module dependency error on QtWebKitWidgets module
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.4  dev-python/PyQt5/PyQt5-5.3.2.ebuild

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

Index: PyQt5-5.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PyQt5-5.3.2.ebuild  15 Oct 2014 15:26:13 -  1.3
+++ PyQt5-5.3.2.ebuild  24 Oct 2014 16:37:59 -  1.4
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.3 
2014/10/15 15:26:13 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.4 
2014/10/24 16:37:59 axs Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit multibuild multilib python-r1 qmake-utils
+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;
@@ -79,6 +79,7 @@
sed -i -e '/^\s\+check_dbus(/d' configure.py || die
fi
 
+   epatch ${FILESDIR}/${P}-add-dep-to-QtWebKitWidgets.patch
python_copy_sources
 
preparation() {



1.4  dev-python/PyQt5/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   15 Oct 2014 15:26:13 -  1.3
+++ ChangeLog   24 Oct 2014 16:37:59 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/PyQt5
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.3 2014/10/15 
15:26:13 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.4 2014/10/24 
16:37:59 axs Exp $
+
+  24 Oct 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
+  +files/PyQt5-5.3.2-add-dep-to-QtWebKitWidgets.patch, PyQt5-5.3.2.ebuild:
+  fixed module dependency error on QtWebKitWidgets module
 
   15 Oct 2014; Davide Pesavento p...@gentoo.org PyQt5-5.3.2.ebuild:
   Fixed bug #525338.






[gentoo-commits] gentoo-x86 commit in dev-python/PyQt5/files: PyQt5-5.3.2-add-dep-to-QtWebKitWidgets.patch

2014-10-24 Thread Ian Stakenvicius (axs)
axs 14/10/24 16:38:00

  Added:PyQt5-5.3.2-add-dep-to-QtWebKitWidgets.patch
  Log:
  fixed module dependency error on QtWebKitWidgets module
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.1  
dev-python/PyQt5/files/PyQt5-5.3.2-add-dep-to-QtWebKitWidgets.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/files/PyQt5-5.3.2-add-dep-to-QtWebKitWidgets.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/files/PyQt5-5.3.2-add-dep-to-QtWebKitWidgets.patch?rev=1.1content-type=text/plain

Index: PyQt5-5.3.2-add-dep-to-QtWebKitWidgets.patch
===
--- PyQt-gpl-5.3.1/configure.py 2014-07-04 11:09:11.0 +0200
+++ PyQt-gpl-5.3.1.new/configure.py 2014-09-09 03:13:52.351527684 +0200
@@ -86,7 +86,7 @@ MODULE_METADATA = {
 'QtSvg':ModuleMetadata(qmake_QT=['svg']),
 'QtTest':   ModuleMetadata(qmake_QT=['testlib', 'widgets']),
 'QtWebKit': ModuleMetadata(qmake_QT=['webkit', 'network']),
-'QtWebKitWidgets':  ModuleMetadata(qmake_QT=['webkitwidgets']),
+'QtWebKitWidgets':  ModuleMetadata(qmake_QT=['webkitwidgets', 
'printsupport']),
 'QtWebSockets': ModuleMetadata(qmake_QT=['websockets']),
 'QtWidgets':ModuleMetadata(qmake_QT=['widgets']),
 'QtWinExtras':  ModuleMetadata(qmake_QT=['winextras', 'widgets']),






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

2014-10-24 Thread Nicolas Bock (nicolasbock)
nicolasbock14/10/24 16:41:25

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

Revision  ChangesPath
1.42 sci-physics/lammps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   12 Oct 2014 08:57:57 -  1.41
+++ ChangeLog   24 Oct 2014 16:41:25 -  1.42
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.41 
2014/10/12 08:57:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.42 
2014/10/24 16:41:25 nicolasbock Exp $
+
+*lammps-20140905 (24 Oct 2014)
+
+  24 Oct 2014; Nicolas Bock nicolasb...@gentoo.org +lammps-20140905.ebuild:
+  sci-physics/lammps: Added new version 20140905
 
   12 Oct 2014; Agostino Sarubbo a...@gentoo.org lammps-20140628.ebuild:
   Stable for x86, wrt bug #519320



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

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

Index: lammps-20140905.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140905.ebuild,v 
1.1 2014/10/24 16:41:25 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 =:' \
src/VORONOI/Makefile.lammps || die

# Fix missing .so name.
sed -i \
-e 's:SHLIBFLAGS\s\+=\s\+:SHLIBFLAGS = 
-Wl,-soname,liblammps.so.0 :' \

[gentoo-commits] gentoo-x86 commit in sys-apps/file/files: file-5.20-elf-note.patch

2014-10-24 Thread Mike Frysinger (vapier)
vapier  14/10/24 17:24:09

  Added:file-5.20-elf-note.patch
  Log:
  Add fix from upstream for ELF note parsing #526544 by Agostino Sarubbo.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D2E96200)

Revision  ChangesPath
1.1  sys-apps/file/files/file-5.20-elf-note.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/files/file-5.20-elf-note.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/files/file-5.20-elf-note.patch?rev=1.1content-type=text/plain

Index: file-5.20-elf-note.patch
===
https://bugs.gentoo.org/526544

From 39c7ac1106be844a5296d3eb5971946cc09ffda0 Mon Sep 17 00:00:00 2001
From: Christos Zoulas chris...@zoulas.com
Date: Fri, 17 Oct 2014 15:49:00 +
Subject: [PATCH] Fix note bounds reading, Francisco Alonso / Red Hat

---
 ChangeLog | 4 
 src/readelf.c | 9 -
 2 files changed, 12 insertions(+), 1 deletion(-)

2014-10-17  11:48  Christos Zoulas chris...@zoulas.com

* fix bounds in note reading (Francisco Alonso / Red Hat)

diff --git a/src/readelf.c b/src/readelf.c
index 08f81f5..9ebdebd 100644
--- a/src/readelf.c
+++ b/src/readelf.c
@@ -477,6 +477,13 @@ donote(struct magic_set *ms, void *vbuf, size_t offset, 
size_t size,
uint32_t namesz, descsz;
unsigned char *nbuf = CAST(unsigned char *, vbuf);
 
+   if (xnh_sizeof + offset  size) {
+   /*
+* We're out of note headers.
+*/
+   return xnh_sizeof + offset;
+   }
+
(void)memcpy(xnh_addr, nbuf[offset], xnh_sizeof);
offset += xnh_sizeof;
 
-- 
2.1.2







[gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.20-r1.ebuild ChangeLog

2014-10-24 Thread Mike Frysinger (vapier)
vapier  14/10/24 17:24:09

  Modified: ChangeLog
  Added:file-5.20-r1.ebuild
  Log:
  Add fix from upstream for ELF note parsing #526544 by Agostino Sarubbo.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D2E96200)

Revision  ChangesPath
1.283sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -r1.282 -r1.283
--- ChangeLog   22 Oct 2014 19:22:17 -  1.282
+++ ChangeLog   24 Oct 2014 17:24:09 -  1.283
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.282 2014/10/22 
19:22:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.283 2014/10/24 
17:24:09 vapier Exp $
+
+*file-5.20-r1 (24 Oct 2014)
+
+  24 Oct 2014; Mike Frysinger vap...@gentoo.org +file-5.20-r1.ebuild,
+  +files/file-5.20-elf-note.patch:
+  Add fix from upstream for ELF note parsing #526544 by Agostino Sarubbo.
 
   22 Oct 2014; Markus Meier mae...@gentoo.org file-5.19.ebuild:
   arm stable, bug #524986



1.1  sys-apps/file/file-5.20-r1.ebuild

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

Index: file-5.20-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.20-r1.ebuild,v 1.1 
2014/10/24 17:24:09 vapier Exp $

EAPI=4
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 )
DISTUTILS_OPTIONAL=1

inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://github.com/glensc/file.git
inherit autotools git-r3
else
SRC_URI=ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
fi

DESCRIPTION=identify a file's format by scanning binary data for patterns
HOMEPAGE=http://www.darwinsys.com/file/;

LICENSE=BSD-2
SLOT=0
IUSE=python static-libs zlib

DEPEND=python? ( ${PYTHON_DEPS} )
zlib? ( =sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20131008-r21
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
RDEPEND=${DEPEND}
python? ( !dev-python/python-magic )

src_prepare() {
epatch ${FILESDIR}/${P}-elf-note.patch #526544

[[ ${PV} ==  ]]  eautoreconf
elibtoolize

# don't let python README kill main README #60043
mv python/README{,.python}
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
ac_cv_header_zlib_h=$(usex zlib) \
ac_cv_lib_z_gzopen=$(usex zlib)
econf \
$(use_enable static-libs static)
}

src_configure() {
# when cross-compiling, we need to build up our own file
# because people often don't keep matching host/target
# file versions #362941
if tc-is-cross-compiler  ! ROOT=/ has_version ~${CATEGORY}/${P} ; then
mkdir -p ${WORKDIR}/build
cd ${WORKDIR}/build
tc-export_build_env BUILD_C{C,XX}
ECONF_SOURCE=${S} \
ac_cv_header_zlib_h=no \
ac_cv_lib_z_gzopen=no \
CHOST=${CBUILD} \
CFLAGS=${BUILD_CFLAGS} \
CXXFLAGS=${BUILD_CXXFLAGS} \
CPPFLAGS=${BUILD_CPPFLAGS} \
LDFLAGS=${BUILD_LDFLAGS} -static \
CC=${BUILD_CC} \
CXX=${BUILD_CXX} \
econf --disable-shared
fi

multilib-minimal_src_configure
}

multilib_src_compile() {
if multilib_is_native_abi ; then
emake
else
emake -C src libmagic.la
fi
}

src_compile() {
if tc-is-cross-compiler  ! ROOT=/ has_version ~${CATEGORY}/${P} ; then
emake -C ${WORKDIR}/build/src file
PATH=${WORKDIR}/build/src:${PATH}
fi
multilib-minimal_src_compile

use python  cd python  

[gentoo-commits] gentoo-x86 commit in app-arch/unrar: unrar-5.2.1.ebuild ChangeLog

2014-10-24 Thread Samuli Suominen (ssuominen)
ssuominen14/10/24 17:25:10

  Modified: ChangeLog
  Added:unrar-5.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.233app-arch/unrar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog   13 Sep 2014 11:54:53 -  1.232
+++ ChangeLog   24 Oct 2014 17:25:10 -  1.233
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/unrar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.232 2014/09/13 
11:54:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.233 2014/10/24 
17:25:10 ssuominen Exp $
+
+*unrar-5.2.1 (24 Oct 2014)
+
+  24 Oct 2014; Samuli Suominen ssuomi...@gentoo.org +unrar-5.2.1.ebuild:
+  Version bump.
 
   13 Sep 2014; Markus Meier mae...@gentoo.org unrar-5.1.6.ebuild:
   arm stable, bug #518926



1.1  app-arch/unrar/unrar-5.2.1.ebuild

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

Index: unrar-5.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-5.2.1.ebuild,v 1.1 
2014/10/24 17:25:10 ssuominen Exp $

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

MY_PN=${PN}src

DESCRIPTION=Uncompress rar files
HOMEPAGE=http://www.rarlab.com/rar_add.htm;
SRC_URI=http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz;

LICENSE=unRAR
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
IUSE=

RDEPEND=!=app-arch/unrar-gpl-0.0.1_p20080417

S=${WORKDIR}/unrar

src_prepare() {
epatch ${FILESDIR}/${PN}-5.0.2-build.patch
local sed_args=( -e /libunrar/s:.so:$(get_libname ${PV%.*.*}): )
if [[ ${CHOST} == *-darwin* ]] ; then
sed_args+=( -e s:-shared:-dynamiclib -install_name 
${EPREFIX}/usr/$(get_libdir)/libunrar$(get_libname ${PV%.*.*}): )
else
sed_args+=( -e s:-shared: -Wl,-soname 
-Wl,libunrar$(get_libname ${PV%.*.*}): )
fi
sed -i ${sed_args[@]} makefile
}

src_compile() {
unrar_make() {
emake CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS} STRIP=true $@
}

unrar_make CXXFLAGS+= -fPIC lib
ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname)
ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname ${PV})

# The stupid code compiles a lot of objects differently if
# they're going into a lib (-DRARDLL) or into the main app.
# So for now, we can't link the main app against the lib.
unrar_make clean
unrar_make
}

src_install() {
dobin unrar
dodoc readme.txt

dolib.so libunrar*

insinto /usr/include/libunrar${PV%.*.*}
doins *.hpp
dosym libunrar${PV%.*.*} /usr/include/libunrar
}






[gentoo-commits] gentoo-x86 commit in app-arch/unrar: ChangeLog unrar-5.1.5.ebuild

2014-10-24 Thread Samuli Suominen (ssuominen)
ssuominen14/10/24 17:27:43

  Modified: ChangeLog
  Removed:  unrar-5.1.5.ebuild
  Log:
  old
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.234app-arch/unrar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog   24 Oct 2014 17:25:10 -  1.233
+++ ChangeLog   24 Oct 2014 17:27:43 -  1.234
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/unrar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.233 2014/10/24 
17:25:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.234 2014/10/24 
17:27:43 ssuominen Exp $
+
+  24 Oct 2014; Samuli Suominen ssuomi...@gentoo.org -unrar-5.1.5.ebuild:
+  old
 
 *unrar-5.2.1 (24 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in mail-client/mutt: mutt-1.5.23-r2.ebuild ChangeLog

2014-10-24 Thread Fabian Groffen (grobian)
grobian 14/10/24 17:30:36

  Modified: mutt-1.5.23-r2.ebuild ChangeLog
  Log:
  Remove obsolete configure option, bug #515336
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.2  mail-client/mutt/mutt-1.5.23-r2.ebuild

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

Index: mutt-1.5.23-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mutt-1.5.23-r2.ebuild   8 Apr 2014 20:37:42 -   1.1
+++ mutt-1.5.23-r2.ebuild   24 Oct 2014 17:30:36 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r2.ebuild,v 
1.1 2014/04/08 20:37:42 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r2.ebuild,v 
1.2 2014/10/24 17:30:36 grobian Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=A small but very powerful text-based mail client
 HOMEPAGE=http://www.mutt.org/;
 SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
-   https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+   mirror://bitbucket/${PN}/${PN}/downloads/${P}.tar.gz
ftp://ftp.mutt.org/mutt/devel/${P}.tar.gz
mirror://gentoo/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2

http://dev.gentoo.org/~grobian/distfiles/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2;
@@ -142,7 +142,6 @@
$(use slang  echo --with-slang) \
--enable-compressed \
--enable-external-dotlock \
-   --enable-mixmaster \
--enable-nfs-fix \
--sysconfdir=${EPREFIX}/etc/${PN} \
--with-curses \



1.269mail-client/mutt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   15 May 2014 06:05:47 -  1.268
+++ ChangeLog   24 Oct 2014 17:30:36 -  1.269
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/mutt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.268 
2014/05/15 06:05:47 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.269 
2014/10/24 17:30:36 grobian Exp $
+
+  24 Oct 2014; Fabian Groffen grob...@gentoo.org mutt-1.5.23-r2.ebuild:
+  Remove obsolete configure option, bug #515336
 
   15 May 2014; Fabian Groffen grob...@gentoo.org -mutt-1.5.21-r12.ebuild,
   -mutt-1.5.21-r13.ebuild, -mutt-1.5.21-r14.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.3.3.ebuild ChangeLog

2014-10-24 Thread Michal Gorny (mgorny)
mgorny  14/10/24 17:40:55

  Modified: go-1.3.3.ebuild ChangeLog
  Log:
  Alias additional commands for bash-completion, bug #526240.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EFB4464E!)

Revision  ChangesPath
1.5  dev-lang/go/go-1.3.3.ebuild

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

Index: go-1.3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- go-1.3.3.ebuild 17 Oct 2014 18:02:04 -  1.4
+++ go-1.3.3.ebuild 24 Oct 2014 17:40:55 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v 1.4 
2014/10/17 18:02:04 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v 1.5 
2014/10/24 17:40:55 mgorny Exp $
 
 EAPI=5
 
@@ -89,6 +89,7 @@
doins -r doc include lib pkg src
 
dobashcomp misc/bash/go
+   bashcomp_alias go {5,6,8}{g,l} gccgo gofmt
 
if use emacs; then
elisp-install ${PN} misc/emacs/*.el misc/emacs/*.elc



1.52 dev-lang/go/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   17 Oct 2014 18:06:19 -  1.51
+++ ChangeLog   24 Oct 2014 17:40:55 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.51 2014/10/17 
18:06:19 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.52 2014/10/24 
17:40:55 mgorny Exp $
+
+  24 Oct 2014; Michał Górny mgo...@gentoo.org go-1.3.3.ebuild:
+  Alias additional commands for bash-completion, bug #526240.
 
   17 Oct 2014; William Hubbs willi...@gentoo.org -go-1.3.1.ebuild,
   -go-1.3.ebuild:






[gentoo-commits] gentoo-x86 commit in app-i18n/pology: pology-9999.ebuild pology-0.11-r1.ebuild ChangeLog

2014-10-24 Thread Michal Gorny (mgorny)
mgorny  14/10/24 17:43:00

  Modified: pology-.ebuild ChangeLog
  Added:pology-0.11-r1.ebuild
  Log:
  Alias additional commands for bash-completion, bug #526240.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EFB4464E!)

Revision  ChangesPath
1.5  app-i18n/pology/pology-.ebuild

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

Index: pology-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/pology/pology-.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pology-.ebuild  10 Aug 2014 17:52:30 -  1.4
+++ pology-.ebuild  24 Oct 2014 17:43:00 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/pology-.ebuild,v 1.4 
2014/08/10 17:52:30 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/pology-.ebuild,v 1.5 
2014/10/24 17:43:00 mgorny Exp $
 
 EAPI=4
 
@@ -50,7 +50,8 @@
 
dosym /usr/share/pology/syntax/kate/synder.xml 
/usr/share/apps/katepart/syntax/synder.xml
 
-   newbashcomp ${ED}/usr/share/pology/completion/bash/pology ${PN}
+   newbashcomp ${ED}/usr/share/pology/completion/bash/pology posieve
+   bashcomp_alias {posieve,poediff}{,.py}
 
einfo You should also consider following packages to install:
einfo app-text/aspell



1.7  app-i18n/pology/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/pology/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Aug 2014 17:52:30 -  1.6
+++ ChangeLog   24 Oct 2014 17:43:00 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/pology
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/ChangeLog,v 1.6 2014/08/10 
17:52:30 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/ChangeLog,v 1.7 2014/10/24 
17:43:00 mgorny Exp $
+
+*pology-0.11-r1 (24 Oct 2014)
+
+  24 Oct 2014; Michał Górny mgo...@gentoo.org +pology-0.11-r1.ebuild,
+  pology-.ebuild:
+  Alias additional commands for bash-completion, bug #526240.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org pology-0.11.ebuild,
   pology-.ebuild:



1.1  app-i18n/pology/pology-0.11-r1.ebuild

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

Index: pology-0.11-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/pology-0.11-r1.ebuild,v 1.1 
2014/10/24 17:43:00 mgorny Exp $

EAPI=4

ESVN_REPO_URI=svn://anonsvn.kde.org/home/kde/trunk/l10n-support/pology
PYTHON_DEPEND=2:2.7

[[ ${PV} ==  ]]  VCS_ECLASS=subversion

inherit python cmake-utils bash-completion-r1 ${VCS_ECLASS}
unset VCS_ECLASS

DESCRIPTION=A framework for custom processing of PO files
HOMEPAGE=http://pology.nedohodnik.net;
[[ ${PV} ==  ]] || 
SRC_URI=http://pology.nedohodnik.net//release/${P}.tar.bz2;

LICENSE=GPL-3
SLOT=0

# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} ==  ]] || \
KEYWORDS=~amd64 ~x86

IUSE=

RDEPEND=
dev-libs/libxslt
dev-libs/libxml2
dev-python/dbus-python
sys-devel/gettext

DEPEND=${RDEPEND}
app-text/docbook-xsl-stylesheets
app-text/docbook-xml-dtd:4.5
dev-python/epydoc


# Magic on python parsing makes it impossible to make it parallel safe
MAKEOPTS+= -j1

pkg_setup() {
python_set_active_version 2
python_pkg_setup
}

src_prepare() {
python_convert_shebangs -r 2 .
}

src_install() {
cmake-utils_src_install

dosym /usr/share/pology/syntax/kate/synder.xml 
/usr/share/apps/katepart/syntax/synder.xml

newbashcomp ${ED}/usr/share/pology/completion/bash/pology 

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

2014-10-24 Thread Michal Gorny (mgorny)
mgorny  14/10/24 17:42:57

  Modified: ChangeLog package.mask
  Log:
  Mask bashcomp update of app-i18n/pology.

Revision  ChangesPath
1.9479   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9478
retrieving revision 1.9479
diff -u -r1.9478 -r1.9479
--- ChangeLog   23 Oct 2014 15:09:41 -  1.9478
+++ ChangeLog   24 Oct 2014 17:42:56 -  1.9479
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9478 2014/10/23 
15:09:41 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9479 2014/10/24 
17:42:56 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  24 Oct 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask bashcomp update of app-i18n/pology.
+
   23 Oct 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
   package.mask:
   Remove mask on recent xf86-input-synaptics and xf86-input-evdev, bug #487944.



1.16109  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16108
retrieving revision 1.16109
diff -u -r1.16108 -r1.16109
--- package.mask23 Oct 2014 15:09:04 -  1.16108
+++ package.mask24 Oct 2014 17:42:56 -  1.16109
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16108 2014/10/23 
15:09:04 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16109 2014/10/24 
17:42:56 mgorny 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
@@ -523,6 +523,7 @@
 =app-shells/bash-completion-2.1-r90
 =app-shells/gentoo-bashcomp-20140911
 =dev-vcs/subversion-1.8.10-r1
+=app-i18n/pology-0.11-r1
 
 # Sergey Popov pinkb...@gentoo.org (27 Aug 2014)
 # Does not work since late 2013, due to update servers shutdown






[gentoo-commits] gentoo-x86 commit in dev-libs/libical: libical-1.0.1.ebuild ChangeLog

2014-10-24 Thread Samuli Suominen (ssuominen)
ssuominen14/10/24 17:51:34

  Modified: ChangeLog
  Added:libical-1.0.1.ebuild
  Log:
  Version bump. Stop building static archives (.a) with USE=-static-libs 
uselessly.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.87 dev-libs/libical/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   19 May 2014 12:55:58 -  1.86
+++ ChangeLog   24 Oct 2014 17:51:34 -  1.87
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libical
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.86 
2014/05/19 12:55:58 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.87 
2014/10/24 17:51:34 ssuominen Exp $
+
+*libical-1.0.1 (24 Oct 2014)
+
+  24 Oct 2014; Samuli Suominen ssuomi...@gentoo.org +libical-1.0.1.ebuild:
+  Version bump. Stop building static archives (.a) with USE=-static-libs
+  uselessly.
 
   19 May 2014; Johannes Huber j...@gentoo.org -libical-0.48.ebuild:
   Remove old.



1.1  dev-libs/libical/libical-1.0.1.ebuild

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

Index: libical-1.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v 1.1 
2014/10/24 17:51:34 ssuominen Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION=An implementation of basic iCAL protocols from citadel, previously 
known as aurore
HOMEPAGE=http://github.com/libical/libical;
SRC_URI=http://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

# FIGURE OUT: Why ebuild for 1.0 was marked || ( MPL-1.1 LGPL-2 ) against what 
COPYING file says?
LICENSE=|| ( MPL-1.0 LGPL-2.1 )
SLOT=0/1
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris
IUSE=doc examples introspection static-libs

RDEPEND=introspection? ( dev-libs/gobject-introspection )
DEPEND=${RDEPEND}
dev-lang/perl

src_configure() {
local mycmakeargs=( $(cmake-utils_use introspection 
GOBJECT_INTROSPECTION) )
use static-libs || mycmakeargs+=( -DSHARED_ONLY=ON )
cmake-utils_src_configure
}

DOCS=(
AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
doc/{AddingOrModifyingComponents,UsingLibical}.txt
)

src_compile() {
cmake-utils_src_compile -j1
}

src_install() {
cmake-utils_src_install

if use examples; then
rm examples/Makefile* examples/CMakeLists.txt
insinto /usr/share/doc/${PF}/examples
doins examples/*
fi
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/configliere: configliere-0.4.22.ebuild ChangeLog

2014-10-24 Thread Manuel Rueger (mrueg)
mrueg   14/10/24 17:53:46

  Modified: configliere-0.4.22.ebuild ChangeLog
  Log:
  Drop blank line.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  dev-ruby/configliere/configliere-0.4.22.ebuild

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

Index: configliere-0.4.22.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configliere-0.4.22.ebuild   24 Oct 2014 14:51:47 -  1.1
+++ configliere-0.4.22.ebuild   24 Oct 2014 17:53:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v 1.1 
2014/10/24 14:51:47 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v 1.2 
2014/10/24 17:53:46 mrueg Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 jruby
@@ -24,7 +24,6 @@
=dev-ruby/highline-1.5.2
=dev-ruby/multi_json-1.1
 
-
 all_ruby_prepare() {
rm Gemfile* || die
sed -i -e /bundler/d spec/spec_helper.rb || die



1.7  dev-ruby/configliere/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   24 Oct 2014 14:51:47 -  1.6
+++ ChangeLog   24 Oct 2014 17:53:46 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/configliere
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.6 
2014/10/24 14:51:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.7 
2014/10/24 17:53:46 mrueg Exp $
+
+  24 Oct 2014; Manuel Rüger mr...@gentoo.org configliere-0.4.22.ebuild:
+  Drop blank line.
 
 *configliere-0.4.22 (24 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/girara: girara-0.2.3.ebuild ChangeLog

2014-10-24 Thread Samuli Suominen (ssuominen)
ssuominen14/10/24 17:54:42

  Modified: ChangeLog
  Added:girara-0.2.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.37 dev-libs/girara/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/girara/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   26 Jul 2014 08:36:30 -  1.36
+++ ChangeLog   24 Oct 2014 17:54:42 -  1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/girara
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/girara/ChangeLog,v 1.36 2014/07/26 
08:36:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/girara/ChangeLog,v 1.37 2014/10/24 
17:54:42 ssuominen Exp $
+
+*girara-0.2.3 (24 Oct 2014)
+
+  24 Oct 2014; Samuli Suominen ssuomi...@gentoo.org +girara-0.2.3.ebuild:
+  Version bump.
 
   26 Jul 2014; Samuli Suominen ssuomi...@gentoo.org -girara-0.2.0.ebuild:
   old



1.1  dev-libs/girara/girara-0.2.3.ebuild

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

Index: girara-0.2.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/girara/girara-0.2.3.ebuild,v 1.1 
2014/10/24 17:54:42 ssuominen Exp $

EAPI=5

inherit multilib toolchain-funcs
[[ ${PV} == * ]]  inherit git-2

DESCRIPTION=A library that implements a user interface that focuses on 
simplicity and minimalism
HOMEPAGE=http://pwmt.org/projects/girara/;
if ! [[ ${PV} == * ]]; then
SRC_URI=http://pwmt.org/projects/${PN}/download/${P}.tar.gz;
fi
EGIT_REPO_URI=git://git.pwmt.org/${PN}.git
EGIT_BRANCH=develop

LICENSE=ZLIB
SLOT=3
if ! [[ ${PV} == * ]]; then
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
else
KEYWORDS=
fi
IUSE=libnotify static-libs

RDEPEND==dev-libs/glib-2.28
=x11-libs/gtk+-3.2:3
!${CATEGORY}/${PN}-0.1.6
libnotify? ( =x11-libs/libnotify-0.7 )
DEPEND=${RDEPEND}
sys-devel/gettext
virtual/pkgconfig

pkg_setup() {
mygiraraconf=(
WITH_LIBNOTIFY=$(usex libnotify 1 0)
PREFIX=${EPREFIX}/usr
LIBDIR='${PREFIX}'/$(get_libdir)
CC=$(tc-getCC)
SFLAGS=''
VERBOSE=1
DESTDIR=${D}
)
}

src_prepare() {
# Remove 'static' and 'install-static' targets
if ! use static-libs; then
sed -i \
-e '/^${PROJECT}:/s:static::' \
-e '/^install:/s:install-static::' \
Makefile || die
fi
}

src_compile() {
emake ${mygiraraconf[@]}
}

src_install() {
emake ${mygiraraconf[@]} install
dodoc AUTHORS
}






[gentoo-commits] gentoo-x86 commit in app-text/zathura: zathura-9999.ebuild zathura-0.3.1.ebuild ChangeLog

2014-10-24 Thread Samuli Suominen (ssuominen)
ssuominen14/10/24 17:58:58

  Modified: zathura-.ebuild ChangeLog
  Added:zathura-0.3.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.7  app-text/zathura/zathura-.ebuild

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

Index: zathura-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- zathura-.ebuild 13 Jul 2014 16:25:58 -  1.6
+++ zathura-.ebuild 24 Oct 2014 17:58:58 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-.ebuild,v 1.6 
2014/07/13 16:25:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-.ebuild,v 1.7 
2014/10/24 17:58:58 ssuominen Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 fi
 IUSE=+magic sqlite test
 
-RDEPEND==dev-libs/girara-0.2.2:3=
+RDEPEND==dev-libs/girara-0.2.3:3=
=dev-libs/glib-2.28:2=
x11-libs/cairo:=
=x11-libs/gtk+-3.2:3
@@ -36,7 +36,9 @@
test? ( dev-libs/check )
 
 pkg_setup() {
+   # TODO: Create ebuild for synctex and pass WITH_SYSTEM_SYNCTEX=1
myzathuraconf=(
+   WITH_SYSTEM_SYNCTEX=0
WITH_MAGIC=$(usex magic 1 0)
WITH_SQLITE=$(usex sqlite 1 0)
PREFIX=${EPREFIX}/usr



1.63 app-text/zathura/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/zathura/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   26 Jul 2014 08:36:11 -  1.62
+++ ChangeLog   24 Oct 2014 17:58:58 -  1.63
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/zathura
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/ChangeLog,v 1.62 
2014/07/26 08:36:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/ChangeLog,v 1.63 
2014/10/24 17:58:58 ssuominen Exp $
+
+*zathura-0.3.1 (24 Oct 2014)
+
+  24 Oct 2014; Samuli Suominen ssuomi...@gentoo.org +zathura-0.3.1.ebuild,
+  zathura-.ebuild:
+  Version bump.
 
   26 Jul 2014; Samuli Suominen ssuomi...@gentoo.org -zathura-0.2.7.ebuild:
   old



1.1  app-text/zathura/zathura-0.3.1.ebuild

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

Index: zathura-0.3.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-0.3.1.ebuild,v 1.1 
2014/10/24 17:58:58 ssuominen Exp $

EAPI=5

inherit eutils fdo-mime multilib toolchain-funcs virtualx
[[ ${PV} == * ]]  inherit git-2

DESCRIPTION=A highly customizable and functional document viewer
HOMEPAGE=http://pwmt.org/projects/zathura/;
if ! [[ ${PV} == * ]]; then
SRC_URI=http://pwmt.org/projects/${PN}/download/${P}.tar.gz;
fi
EGIT_REPO_URI=git://git.pwmt.org/${PN}.git
EGIT_BRANCH=develop

LICENSE=ZLIB
SLOT=0
if ! [[ ${PV} == * ]]; then
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
else
KEYWORDS=
fi
IUSE=+magic sqlite test

RDEPEND==dev-libs/girara-0.2.3:3=
=dev-libs/glib-2.28:2=
x11-libs/cairo:=
=x11-libs/gtk+-3.2:3
magic? ( sys-apps/file:= )
sqlite? ( dev-db/sqlite:3= )
DEPEND=${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
test? ( dev-libs/check )

pkg_setup() {
# TODO: Create ebuild for synctex and pass WITH_SYSTEM_SYNCTEX=1
myzathuraconf=(
WITH_SYSTEM_SYNCTEX=0
WITH_MAGIC=$(usex magic 1 0)
WITH_SQLITE=$(usex sqlite 1 0)
PREFIX=${EPREFIX}/usr
LIBDIR='${PREFIX}'/$(get_libdir)
CC=$(tc-getCC)
   

[gentoo-commits] proj/gentoolkit:gentoolkit commit in: bin/

2014-10-24 Thread Paul Varner
commit: 91023ef967c680db9307b5c58762e8872346167e
Author: Paul Varner fuzzyray AT gentoo DOT org
AuthorDate: Fri Oct 24 17:59:59 2014 +
Commit: Paul Varner fuzzyray AT gentoo DOT org
CommitDate: Fri Oct 24 17:59:59 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=91023ef9

Fix gawk warning escape sequence \. treated as plain. Bug 526400

---
 bin/revdep-rebuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/revdep-rebuild.sh b/bin/revdep-rebuild.sh
index 3179a83..01a0454 100755
--- a/bin/revdep-rebuild.sh
+++ b/bin/revdep-rebuild.sh
@@ -842,7 +842,7 @@ main_checks() {
done  (
# Regexify LD_LIBRARY_MASK. Exclude it from the 
search.
LD_LIBRARY_MASK=${LD_LIBRARY_MASK//$'\n'/|}
-   gawk -v ldmask=(${LD_LIBRARY_MASK//./\\\.}) '
+   gawk -v ldmask=(${LD_LIBRARY_MASK//./.}) '
/no version information available/  
$0 !~ ldmask {
gsub(/[()]/, , $NF)
if (seen[$NF]++)  next



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

2014-10-24 Thread Michal Gorny (mgorny)
mgorny  14/10/24 18:02:43

  Modified: ChangeLog package.mask
  Log:
  Mask bashcomp update of app-misc/booh.

Revision  ChangesPath
1.9480   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9479
retrieving revision 1.9480
diff -u -r1.9479 -r1.9480
--- ChangeLog   24 Oct 2014 17:42:56 -  1.9479
+++ ChangeLog   24 Oct 2014 18:02:43 -  1.9480
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9479 2014/10/24 
17:42:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9480 2014/10/24 
18:02:43 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   24 Oct 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask bashcomp update of app-misc/booh.
+
+  24 Oct 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask bashcomp update of app-i18n/pology.
 
   23 Oct 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org



1.16110  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16109
retrieving revision 1.16110
diff -u -r1.16109 -r1.16110
--- package.mask24 Oct 2014 17:42:56 -  1.16109
+++ package.mask24 Oct 2014 18:02:43 -  1.16110
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16109 2014/10/24 
17:42:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16110 2014/10/24 
18:02:43 mgorny 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
@@ -524,6 +524,7 @@
 =app-shells/gentoo-bashcomp-20140911
 =dev-vcs/subversion-1.8.10-r1
 =app-i18n/pology-0.11-r1
+=app-misc/booh-0.9.4-r1
 
 # Sergey Popov pinkb...@gentoo.org (27 Aug 2014)
 # Does not work since late 2013, due to update servers shutdown






  1   2   >