[gentoo-commits] gentoo-x86 commit in dev-ruby/amqp: amqp-1.4.0.ebuild ChangeLog

2014-06-30 Thread Hans de Graaff (graaff)
graaff  14/06/30 06:09:01

  Modified: ChangeLog
  Added:amqp-1.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.15 dev-ruby/amqp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   26 May 2014 05:42:03 -  1.14
+++ ChangeLog   30 Jun 2014 06:09:01 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/amqp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.14 2014/05/26 
05:42:03 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.15 2014/06/30 
06:09:01 graaff Exp $
+
+*amqp-1.4.0 (30 Jun 2014)
+
+  30 Jun 2014; Hans de Graaff gra...@gentoo.org +amqp-1.4.0.ebuild:
+  Version bump.
 
   26 May 2014; Manuel Rüger mr...@gentoo.org amqp-0.6.7-r1.ebuild,
   amqp-1.0.2.ebuild, amqp-1.1.8.ebuild:



1.1  dev-ruby/amqp/amqp-1.4.0.ebuild

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

Index: amqp-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/dev-ruby/amqp/amqp-1.4.0.ebuild,v 1.1 
2014/06/30 06:09:01 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=ChangeLog.md README.md

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_BINWRAP=

inherit versionator ruby-fakegem

DESCRIPTION=AMQP client implementation in Ruby/EventMachine
HOMEPAGE=http://amqp.rubyforge.org/;

LICENSE=Ruby
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~x86
IUSE=

ruby_add_bdepend test? ( dev-ruby/multi_json dev-ruby/evented-spec )
ruby_add_rdepend =dev-ruby/eventmachine-0.12.4
=dev-ruby/amq-protocol-1.9.2

all_ruby_prepare() {
#rm Gemfile || die
sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die

# Many specs require a live rabbit server, but only root can start
# an instance. Skip these specs for now.
rm -rf spec/integration spec/unit/amqp/connection_spec.rb || die
}

all_ruby_install() {
dodoc -r docs examples
}






[gentoo-commits] gentoo-x86 commit in games-fps/warsow: warsow-1.5.1.ebuild ChangeLog

2014-06-30 Thread Michael Sterrett (mr_bones_)
mr_bones_14/06/30 06:22:30

  Modified: warsow-1.5.1.ebuild ChangeLog
  Log:
  clean up patch layout; fix missing dep x11-libs/libXi (bug #515748)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  games-fps/warsow/warsow-1.5.1.ebuild

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

Index: warsow-1.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- warsow-1.5.1.ebuild 22 Jun 2014 16:28:54 -  1.2
+++ warsow-1.5.1.ebuild 30 Jun 2014 06:22: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/games-fps/warsow/warsow-1.5.1.ebuild,v 1.2 
2014/06/22 16:28:54 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild,v 1.3 
2014/06/30 06:22:30 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils check-reqs gnome2-utils flag-o-matic games
@@ -34,6 +34,7 @@
media-libs/libtheora
media-libs/libvorbis
x11-libs/libX11
+   x11-libs/libXi
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXxf86dga
@@ -75,8 +76,8 @@
find . -type f -exec sed -i 's/\r$//' '{}' + || die
 
cd ${S}/.. || die
-   epatch ${FILESDIR}/${PN}-1.5.1-build.patch \
-   ${FILESDIR}/${PN}-1.03-pic.patch
+   epatch ${FILESDIR}/${P}-build.patch \
+   ${FILESDIR}/${P}-pic.patch
epatch_user
 }
 



1.61 games-fps/warsow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   30 Jun 2014 05:59:15 -  1.60
+++ ChangeLog   30 Jun 2014 06:22:30 -  1.61
@@ -1,6 +1,11 @@
 # ChangeLog for games-fps/warsow
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.60 
2014/06/30 05:59:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.61 
2014/06/30 06:22:30 mr_bones_ Exp $
+
+  30 Jun 2014; Michael Sterrett mr_bon...@gentoo.org
+  +files/warsow-1.5.1-pic.patch, -files/warsow-1.03-pic.patch,
+  warsow-1.5.1.ebuild:
+  clean up patch layout; fix missing dep x11-libs/libXi (bug #515748)
 
   30 Jun 2014; Michael Sterrett mr_bon...@gentoo.org
   -files/01-warsow-1.03-clang.patch, -files/02-warsow-1.03-clang.patch,






[gentoo-commits] gentoo-x86 commit in games-fps/warsow/files: warsow-1.5.1-pic.patch warsow-1.03-pic.patch

2014-06-30 Thread Michael Sterrett (mr_bones_)
mr_bones_14/06/30 06:22:30

  Added:warsow-1.5.1-pic.patch
  Removed:  warsow-1.03-pic.patch
  Log:
  clean up patch layout; fix missing dep x11-libs/libXi (bug #515748)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-fps/warsow/files/warsow-1.5.1-pic.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.5.1-pic.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.5.1-pic.patch?rev=1.1content-type=text/plain

Index: warsow-1.5.1-pic.patch
===
--- source/snd_qf/snd_mix.c
+++ source/snd_qf/snd_mix.c
@@ -27,7 +27,7 @@
 int *snd_p, snd_linear_count, snd_vol, music_vol;
 short *snd_out;
 
-#if !defined ( id386 ) || defined ( __MACOSX__ )
+#if defined ( PIC ) || !defined ( id386 ) || defined ( __MACOSX__ )
 #ifdef _WIN32
 #pragma warning( push )
 #pragma warning( disable : 4310 )   // cast truncates constant value






[gentoo-commits] gentoo-x86 commit in app-doc/podbrowser: podbrowser-0.12-r3.ebuild ChangeLog podbrowser-0.12.ebuild

2014-06-30 Thread Mikle Kolyada (zlogene)
zlogene 14/06/30 06:37:49

  Modified: podbrowser-0.12-r3.ebuild ChangeLog
  Removed:  podbrowser-0.12.ebuild
  Log:
  amd64 stable wrt bug #515704
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  app-doc/podbrowser/podbrowser-0.12-r3.ebuild

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

Index: podbrowser-0.12-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/podbrowser/podbrowser-0.12-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- podbrowser-0.12-r3.ebuild   29 Jun 2014 22:23:38 -  1.1
+++ podbrowser-0.12-r3.ebuild   30 Jun 2014 06:37:49 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-doc/podbrowser/podbrowser-0.12-r3.ebuild,v 1.1 
2014/06/29 22:23:38 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-doc/podbrowser/podbrowser-0.12-r3.ebuild,v 1.2 
2014/06/30 06:37:49 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 SRC_TEST=do
 



1.15 app-doc/podbrowser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/podbrowser/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   29 Jun 2014 22:23:38 -  1.14
+++ ChangeLog   30 Jun 2014 06:37:49 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for app-doc/podbrowser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/podbrowser/ChangeLog,v 1.14 
2014/06/29 22:23:38 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/podbrowser/ChangeLog,v 1.15 
2014/06/30 06:37:49 zlogene Exp $
+
+  30 Jun 2014; Mikle Kolyada zlog...@gentoo.org -podbrowser-0.12.ebuild,
+  podbrowser-0.12-r3.ebuild:
+  amd64 stable wrt bug #515704
 
 *podbrowser-0.12-r3 (29 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.5.1.ebuild ChangeLog

2014-06-30 Thread Michael Sterrett (mr_bones_)
mr_bones_14/06/30 06:39:35

  Modified: opengfx-0.5.1.ebuild ChangeLog
  Log:
  optionally work with newer unix2dos (bug #514742)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  games-misc/opengfx/opengfx-0.5.1.ebuild

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

Index: opengfx-0.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opengfx-0.5.1.ebuild13 Jun 2014 08:57:57 -  1.1
+++ opengfx-0.5.1.ebuild30 Jun 2014 06:39: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/games-misc/opengfx/opengfx-0.5.1.ebuild,v 
1.1 2014/06/13 08:57:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild,v 
1.2 2014/06/30 06:39:35 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -25,9 +25,12 @@
# ensure that we will not use gimp to regenerate the pngs
# causes sandbox violations and not worth the effort anyway
sed -i -e '/^GFX_SCRIPT_LIST_FILES/s/^/#/' Makefile.config || die
+   # work with later versions of unix2dos from app-text/dos2unix
+   sed -i -e '/^UNIX2DOS_FLAGS/s/null/null 2/' Makefile || die
 }
 
 src_compile() {
+   emake help  # print out the env to make bug reports better
_V= emake bundle_tar
 }
 



1.37 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   13 Jun 2014 08:57:57 -  1.36
+++ ChangeLog   30 Jun 2014 06:39:35 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.36 
2014/06/13 08:57:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.37 
2014/06/30 06:39:35 mr_bones_ Exp $
+
+  30 Jun 2014; Michael Sterrett mr_bon...@gentoo.org opengfx-0.5.1.ebuild:
+  optionally work with newer unix2dos (bug #514742)
 
 *opengfx-0.5.1 (13 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-fs/aufs-headers: ChangeLog aufs-headers-3.15_p20140630.ebuild

2014-06-30 Thread Justin Lecher (jlec)
jlec14/06/30 06:53:50

  Modified: ChangeLog
  Added:aufs-headers-3.15_p20140630.ebuild
  Log:
  sys-fs/aufs-headers: Latest release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.19 sys-fs/aufs-headers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-headers/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-headers/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-headers/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs-headers/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   24 May 2014 09:48:42 -  1.18
+++ ChangeLog   30 Jun 2014 06:53:50 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/aufs-headers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-headers/ChangeLog,v 1.18 
2014/05/24 09:48:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-headers/ChangeLog,v 1.19 
2014/06/30 06:53:50 jlec Exp $
+
+*aufs-headers-3.15_p20140630 (30 Jun 2014)
+
+  30 Jun 2014; Justin Lecher j...@gentoo.org
+  +aufs-headers-3.15_p20140630.ebuild:
+  Latest release
 
   24 May 2014; Markos Chandras hwoar...@gentoo.org
   aufs-headers-3.12_p20140114.ebuild:



1.1  sys-fs/aufs-headers/aufs-headers-3.15_p20140630.ebuild

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

Index: aufs-headers-3.15_p20140630.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/aufs-headers/aufs-headers-3.15_p20140630.ebuild,v
 1.1 2014/06/30 06:53:50 jlec Exp $

EAPI=5

inherit versionator

DESCRIPTION=User space headers for aufs3
HOMEPAGE=http://aufs.sourceforge.net/;
# Clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-linux.git
# Check aufs release Branch
# Create .config
# make headers_install INSTALL_HDR_PATH=${T}
# find ${T} -type f \( ! -name *aufs* \) -delete
# find ${T} -type d -empty -delete
SRC_URI=http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz;

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

S=${WORKDIR}

src_install() {
doheader -r include/*
}






[gentoo-commits] gentoo-x86 commit in sys-fs/aufs-util: ChangeLog aufs-util-3.15_p20140630.ebuild

2014-06-30 Thread Justin Lecher (jlec)
jlec14/06/30 06:57:22

  Modified: ChangeLog
  Added:aufs-util-3.15_p20140630.ebuild
  Log:
  sys-fs/aufs-util: Latest release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.28 sys-fs/aufs-util/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   24 May 2014 09:49:28 -  1.27
+++ ChangeLog   30 Jun 2014 06:57:22 -  1.28
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/aufs-util
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.27 
2014/05/24 09:49:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.28 
2014/06/30 06:57:22 jlec Exp $
+
+*aufs-util-3.15_p20140630 (30 Jun 2014)
+
+  30 Jun 2014; Justin Lecher j...@gentoo.org
+  +aufs-util-3.15_p20140630.ebuild:
+  Latest release
 
   24 May 2014; Markos Chandras hwoar...@gentoo.org
   aufs-util-3.12_p20140114.ebuild:



1.1  sys-fs/aufs-util/aufs-util-3.15_p20140630.ebuild

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

Index: aufs-util-3.15_p20140630.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.15_p20140630.ebuild,v 1.1 
2014/06/30 06:57:22 jlec Exp $

EAPI=5

inherit flag-o-matic linux-info multilib toolchain-funcs

DESCRIPTION=Utilities are always necessary for aufs
HOMEPAGE=http://aufs.sourceforge.net/;
SRC_URI=http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz;
# git archive -v --prefix=${P}/ --remote=git://git.code.sf.net/p/aufs/aufs-util 
aufs3.9 -o ${P}.tar
# xz -ve9 *.tar

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

RDEPEND=
!sys-fs/aufs2
!sys-fs/aufs3-3_p20130318
DEPEND=${RDEPEND}
=sys-fs/aufs-headers-3.13_p20130826

src_prepare() {
sed \
-e /LDFLAGS += -static -s/d \
-e /CFLAGS/s:-O::g \
-i Makefile || die
sed \
-e s:m 644 -s:m 644:g \
-e s:/usr/lib:/usr/$(get_libdir):g \
-i libau/Makefile || die

tc-export CC AR
export HOSTCC=$(tc-getCC)
}






[gentoo-commits] gentoo-x86 commit in sys-fs/aufs-util: ChangeLog aufs-util-3.15_p20140630.ebuild

2014-06-30 Thread Justin Lecher (jlec)
jlec14/06/30 07:01:19

  Modified: ChangeLog aufs-util-3.15_p20140630.ebuild
  Log:
  sys-fs/aufs-util: Fix Verion of deps
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.29 sys-fs/aufs-util/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   30 Jun 2014 06:57:22 -  1.28
+++ ChangeLog   30 Jun 2014 07:01:19 -  1.29
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/aufs-util
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.28 
2014/06/30 06:57:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs-util/ChangeLog,v 1.29 
2014/06/30 07:01:19 jlec Exp $
+
+  30 Jun 2014; Justin Lecher j...@gentoo.org aufs-util-3.15_p20140630.ebuild:
+  Fix Verion of deps
 
 *aufs-util-3.15_p20140630 (30 Jun 2014)
 



1.2  sys-fs/aufs-util/aufs-util-3.15_p20140630.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/aufs-util-3.15_p20140630.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/aufs-util-3.15_p20140630.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs-util/aufs-util-3.15_p20140630.ebuild?r1=1.1r2=1.2

Index: aufs-util-3.15_p20140630.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.15_p20140630.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aufs-util-3.15_p20140630.ebuild 30 Jun 2014 06:57:22 -  1.1
+++ aufs-util-3.15_p20140630.ebuild 30 Jun 2014 07:01:19 -  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/sys-fs/aufs-util/aufs-util-3.15_p20140630.ebuild,v 1.1 
2014/06/30 06:57:22 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/aufs-util/aufs-util-3.15_p20140630.ebuild,v 1.2 
2014/06/30 07:01:19 jlec Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
!sys-fs/aufs2
!sys-fs/aufs3-3_p20130318
 DEPEND=${RDEPEND}
-   =sys-fs/aufs-headers-3.13_p20130826
+   =sys-fs/aufs-headers-3.15_p20140630
 
 src_prepare() {
sed \






[gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: aufs3-3_p20140623.ebuild aufs3-3_p20140630.ebuild ChangeLog

2014-06-30 Thread Justin Lecher (jlec)
jlec14/06/30 07:04:00

  Modified: aufs3-3_p20140623.ebuild ChangeLog
  Added:aufs3-3_p20140630.ebuild
  Log:
  sys-fs/aufs3: Bump to latest aufs3 release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  sys-fs/aufs3/aufs3-3_p20140623.ebuild

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

Index: aufs3-3_p20140623.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20140623.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aufs3-3_p20140623.ebuild23 Jun 2014 07:01:58 -  1.1
+++ aufs3-3_p20140623.ebuild30 Jun 2014 07:04:00 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20140623.ebuild,v 1.1 
2014/06/23 07:01:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20140623.ebuild,v 1.2 
2014/06/30 07:04:00 jlec Exp $
 
 EAPI=5
 
@@ -35,6 +35,8 @@
 
 MODULE_NAMES=aufs(misc:${S})
 
+README_GENTOO_SUFFIX=-r1
+
 pkg_setup() {
CONFIG_CHECK+= !AUFS_FS
use inotify  CONFIG_CHECK+= ~FSNOTIFY



1.98 sys-fs/aufs3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   23 Jun 2014 07:01:57 -  1.97
+++ ChangeLog   30 Jun 2014 07:04:00 -  1.98
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/aufs3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.97 2014/06/23 
07:01:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.98 2014/06/30 
07:04:00 jlec Exp $
+
+*aufs3-3_p20140630 (30 Jun 2014)
+
+  30 Jun 2014; Justin Lecher j...@gentoo.org aufs3-3_p20140623.ebuild,
+  +aufs3-3_p20140630.ebuild, files/README.gentoo, +files/README.gentoo-r1:
+  Bump to latest aufs3 release
 
 *aufs3-3_p20140623 (23 Jun 2014)
 



1.1  sys-fs/aufs3/aufs3-3_p20140630.ebuild

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

Index: aufs3-3_p20140630.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20140630.ebuild,v 1.1 
2014/06/30 07:04:00 jlec Exp $

EAPI=5

inherit eutils flag-o-matic linux-info linux-mod multilib readme.gentoo 
toolchain-funcs

AUFS_VERSION=${PV%%_p*}
# highest branch version
PATCH_MAX_VER=15
# highest supported version
KERN_MAX_VER=16
# lowest supported version
KERN_MIN_VER=10

DESCRIPTION=An entirely re-designed and re-implemented Unionfs
HOMEPAGE=http://aufs.sourceforge.net/;
SRC_URI=http://dev.gentoo.org/~jlec/distfiles/aufs3-standalone-${PV}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs

DEPEND=
dev-util/patchutils
dev-vcs/git
RDEPEND=
sys-fs/aufs-util
!sys-fs/aufs
!sys-fs/aufs2

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

MODULE_NAMES=aufs(misc:${S})

README_GENTOO_SUFFIX=-r1

pkg_setup() {
CONFIG_CHECK+= !AUFS_FS
use inotify  CONFIG_CHECK+= ~FSNOTIFY
use nfs  CONFIG_CHECK+= EXPORTFS
use fuse  CONFIG_CHECK+= ~FUSE_FS
use hfs  CONFIG_CHECK+= ~HFSPLUS_FS
use pax_kernel  CONFIG_CHECK+= PAX  ERROR_PAX=Please use 
hardened sources

# this is needed so merging a binpkg ${PN} is possible w/out a kernel 
unpacked on the system
[ -n $PKG_SETUP_HAS_BEEN_RAN ]  return

get_version
kernel_is lt 3 ${KERN_MIN_VER} 0  die the kernel version isn't 
supported by upstream anymore. Please upgrade.
kernel_is gt 3 ${KERN_MAX_VER} 99  die kernel too new

linux-mod_pkg_setup

if [[ ${KV_MINOR} -gt ${PATCH_MAX_VER} ]]; 

[gentoo-commits] gentoo-x86 commit in sys-fs/aufs3/files: README.gentoo README.gentoo-r1

2014-06-30 Thread Justin Lecher (jlec)
jlec14/06/30 07:04:00

  Modified: README.gentoo
  Added:README.gentoo-r1
  Log:
  sys-fs/aufs3: Bump to latest aufs3 release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  sys-fs/aufs3/files/README.gentoo

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?r1=1.2r2=1.3

Index: README.gentoo
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/files/README.gentoo,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.gentoo   14 Jun 2014 09:12:06 -  1.2
+++ README.gentoo   30 Jun 2014 07:04:00 -  1.3
@@ -12,7 +12,7 @@
  order to stop assigning 0 for an inode-number. Not directly related to
  aufs, but recommended generally.
 
-   - tmpfs-ibitmap.patch/tmpfs-idr.patch
+   - tmpfs-ibitmap.patch
  Keeps the tmpfs inode number as the lowest value. Effective to reduce
  the size of aufs XINO files for tmpfs branch. Also it prevents the
  duplication of inode number, which is important for backup



1.1  sys-fs/aufs3/files/README.gentoo-r1

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

Index: README.gentoo-r1
===
There several other patches in aufs3. They are all
optional. When you meet some problems, they will help you. You can find them
in the documentation directory.

- aufs3-loopback.patch
  Supports a nested loopback mount in a branch-fs. This patch is
  unnecessary until aufs produces a message such like you may want to 
try
  another patch for loopback file.

- vfs-ino.patch
  Modifies a system global kernel internal function get_next_ino() in
  order to stop assigning 0 for an inode-number. Not directly related to
  aufs, but recommended generally.

- tmpfs-idr.patch
  Keeps the tmpfs inode number as the lowest value. Effective to reduce
  the size of aufs XINO files for tmpfs branch. Also it prevents the
  duplication of inode number, which is important for backup
  tools, aubrsync or other utilities. When you find aufs XINO files for
  tmpfs branch growing too much, try this patch.






[gentoo-commits] gentoo-x86 commit in dev-python/pkginfo: pkginfo-1.0.ebuild ChangeLog

2014-06-30 Thread Ian Delaney (idella4)
idella4 14/06/30 07:17:01

  Modified: pkginfo-1.0.ebuild ChangeLog
  Log:
  drop py2.6 pypy2_0
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/pkginfo/pkginfo-1.0.ebuild

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

Index: pkginfo-1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pkginfo-1.0.ebuild  31 Mar 2014 20:41:25 -  1.3
+++ pkginfo-1.0.ebuild  30 Jun 2014 07:17:01 -  1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.3 
2014/03/31 20:41:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-1.0.ebuild,v 1.4 
2014/06/30 07:17:01 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 



1.8  dev-python/pkginfo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   31 Mar 2014 20:41:25 -  1.7
+++ ChangeLog   30 Jun 2014 07:17:01 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pkginfo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.7 
2014/03/31 20:41:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.8 
2014/06/30 07:17:01 idella4 Exp $
+
+  30 Jun 2014; Ian Delaney idel...@gentoo.org pkginfo-1.0.ebuild:
+  drop py2.6 pypy2_0
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org pkginfo-1.0.ebuild:
   Add support for the new PyPy slotting.






[gentoo-commits] dev/beandog: New branch: master

2014-06-30 Thread Pavlos Ratis
commit: 
Commit: Pavlos Ratis dastergon AT gentoo DOT org
CommitDate: Mon Jun 30 07:27:49 2014 +

New branch: master




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

2014-06-30 Thread Manuel Rueger (mrueg)
mrueg   14/06/30 08:05:37

  Modified: ChangeLog package.mask
  Log:
  Cleanup p.mask

Revision  ChangesPath
1.9122   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9121
retrieving revision 1.9122
diff -u -r1.9121 -r1.9122
--- ChangeLog   29 Jun 2014 22:11:15 -  1.9121
+++ ChangeLog   30 Jun 2014 08:05:36 -  1.9122
@@ -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.9121 2014/06/29 
22:11:15 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9122 2014/06/30 
08:05:36 mrueg 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!
 
+  30 Jun 2014; Manuel Rüger mr...@gentoo.org package.mask:
+  Cleanup p.mask
+
   29 Jun 2014; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   Add dev-php/PEAR-MDB2_Driver_ibase to firebird mask entry
 



1.15822  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15821
retrieving revision 1.15822
diff -u -r1.15821 -r1.15822
--- package.mask29 Jun 2014 22:11:15 -  1.15821
+++ package.mask30 Jun 2014 08:05:36 -  1.15822
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15821 2014/06/29 
22:11:15 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15822 2014/06/30 
08:05:36 mrueg 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
@@ -173,13 +173,6 @@
 # experimental features and accept a more unstable release.
 =www-client/chromium-37
 
-# Manuel Rüger mr...@gentoo.org (23 May 2014)
-# Fails to build with gnutls-3.
-# See bug #421777
-# Masked for removal in 30 days
-sci-biology/ncbi-tools++
-
-
 # Andrey Grozin gro...@gentoo.org (23 May 2014)
 # Google closed free usage of the translate api
 # Masked for removal in 30 days






[gentoo-commits] gentoo-x86 commit in sci-biology/ncbi-tools++/files: ncbi-tools++-2009.05.15-asneeded.patch ncbi-tools++-2009.05.15-gcc44.patch ncbi-tools++-2010.06.15-gcc46.patch ncbi-tools++-2010.0

2014-06-30 Thread Manuel Rueger (mrueg)
mrueg   14/06/30 08:04:50

  Removed:  ncbi-tools++-2009.05.15-asneeded.patch
ncbi-tools++-2009.05.15-gcc44.patch
ncbi-tools++-2010.06.15-gcc46.patch
ncbi-tools++-2010.06.15-gcc47.patch
ncbi-tools++-2010.06.15-glibc-214.patch
ncbi-tools++-2010.06.15-libpng15.patch
  Log:
  sci-biology/ncbi-tools++ removal. This version doesn't build with gnutls-3. 
See bug #421777.



[gentoo-commits] gentoo-x86 commit in sci-biology/ncbi-tools++: ChangeLog Manifest metadata.xml ncbi-tools++-0.2010.06.15-r1.ebuild

2014-06-30 Thread Manuel Rueger (mrueg)
mrueg   14/06/30 08:04:50

  Removed:  ChangeLog Manifest metadata.xml
ncbi-tools++-0.2010.06.15-r1.ebuild
  Log:
  sci-biology/ncbi-tools++ removal. This version doesn't build with gnutls-3. 
See bug #421777.



[gentoo-commits] gentoo-x86 commit in dev-perl/Unix-Getrusage: Unix-Getrusage-0.030.0.ebuild ChangeLog

2014-06-30 Thread Mikle Kolyada (zlogene)
zlogene 14/06/30 08:12:09

  Modified: Unix-Getrusage-0.030.0.ebuild ChangeLog
  Log:
  Add ~mips keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-perl/Unix-Getrusage/Unix-Getrusage-0.030.0.ebuild

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

Index: Unix-Getrusage-0.030.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Unix-Getrusage/Unix-Getrusage-0.030.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Unix-Getrusage-0.030.0.ebuild   27 Apr 2013 18:42:12 -  1.3
+++ Unix-Getrusage-0.030.0.ebuild   30 Jun 2014 08:12:09 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Unix-Getrusage/Unix-Getrusage-0.030.0.ebuild,v 
1.3 2013/04/27 18:42:12 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Unix-Getrusage/Unix-Getrusage-0.030.0.ebuild,v 
1.4 2014/06/30 08:12:09 zlogene Exp $
 
 EAPI=5
 
@@ -12,6 +12,6 @@
 DESCRIPTION=Perl interface to the Unix getrusage system call
 
 SLOT=0
-KEYWORDS=amd64 x86
+KEYWORDS=amd64 ~mips x86
 
 SRC_TEST=do parallel



1.5  dev-perl/Unix-Getrusage/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Unix-Getrusage/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Jun 2013 07:06:25 -   1.4
+++ ChangeLog   30 Jun 2014 08:12:09 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Unix-Getrusage
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unix-Getrusage/ChangeLog,v 1.4 
2013/06/06 07:06:25 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unix-Getrusage/ChangeLog,v 1.5 
2014/06/30 08:12:09 zlogene Exp $
+
+  30 Jun 2014; Mikle Kolyada zlog...@gentoo.org 
Unix-Getrusage-0.030.0.ebuild:
+  Add ~mips keyword
 
   06 Jun 2013; Sergey Popov pinkb...@gentoo.org metadata.xml:
   Reassigning due to Zlogene became Gentoo developer, remove proxy maintainers






[gentoo-commits] gentoo-x86 commit in dev-python/testfixtures/files: docbuild.patch testfixtures-2.3.4-adjust_tests.patch

2014-06-30 Thread Ian Delaney (idella4)
idella4 14/06/30 08:18:54

  Added:docbuild.patch
  Removed:  testfixtures-2.3.4-adjust_tests.patch
  Log:
  drop py2.6, update deps, docbuild (includes new patch), remove old ebuild and 
patch, fixes bug #515752 by Patrick
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/testfixtures/files/docbuild.patch

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

Index: docbuild.patch
===
diff -ur testfixtures-3.0.0.orig/docs/conf.py testfixtures-3.0.0/docs/conf.py
--- docs/conf.py2011-09-23 16:55:53.0 +0800
+++ docs/conf.py2014-06-30 15:36:43.591451878 +0800
@@ -4,8 +4,7 @@
 pkg_info = pkginfo.Develop(os.path.join(os.path.dirname(__file__),'..'))
 
 extensions = [
-'sphinx.ext.autodoc',
-'sphinx.ext.intersphinx'
+'sphinx.ext.autodoc'
 ]
 
 intersphinx_mapping = {'http://docs.python.org': None}
diff -ur testfixtures-3.0.0.orig/docs/Makefile testfixtures-3.0.0/docs/Makefile
--- docs/Makefile   2011-07-19 00:43:59.0 +0800
+++ docs/Makefile   2014-06-30 15:36:31.703450934 +0800
@@ -3,7 +3,7 @@
 
 # You can set these variables from the command line.
 SPHINXOPTS=
-SPHINXBUILD   = ../bin/sphinx-build
+SPHINXBUILD   = /usr/bin/sphinx-build
 PAPER =
 
 # Internal variables.






[gentoo-commits] gentoo-x86 commit in dev-python/testfixtures: testfixtures-3.0.0.ebuild ChangeLog testfixtures-2.3.4.ebuild

2014-06-30 Thread Ian Delaney (idella4)
idella4 14/06/30 08:18:54

  Modified: testfixtures-3.0.0.ebuild ChangeLog
  Removed:  testfixtures-2.3.4.ebuild
  Log:
  drop py2.6, update deps, docbuild (includes new patch), remove old ebuild and 
patch, fixes bug #515752 by Patrick
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/testfixtures/testfixtures-3.0.0.ebuild

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

Index: testfixtures-3.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/testfixtures/testfixtures-3.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testfixtures-3.0.0.ebuild   19 Mar 2014 23:10:07 -  1.3
+++ testfixtures-3.0.0.ebuild   30 Jun 2014 08:18:54 -  1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testfixtures/testfixtures-3.0.0.ebuild,v 1.3 
2014/03/19 23:10:07 bicatali Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testfixtures/testfixtures-3.0.0.ebuild,v 1.4 
2014/06/30 08:18:54 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
 inherit distutils-r1
 
@@ -16,18 +16,19 @@
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc test
 
-RDEPEND=
-DEPEND=${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+DEPEND= dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' 
python2_7) )
test? ( dev-python/manuel[${PYTHON_USEDEP}] )
 
-src_prepare() {
-   sed -e s':../bin/sphinx-build:/usr/bin/sphinx-build:' \
-   -i docs/Makefile || die
+# Prevent un-needed download during build, fix Makefile for doc build
+PATCHES=( ${FILESDIR}/docbuild.patch )
 
+python_prepare() {
# remove test that tests the stripped zope-component 
test_components.ComponentsTests
rm -f testfixtures/tests/test_components.py || die
-   distutils-r1_src_prepare
+
+   distutils-r1_python_prepare
 }
 
 python_compile_all() {
@@ -39,7 +40,6 @@
 }
 
 python_install_all() {
-   if use doc; then
-   dohtml -r docs/_build/html/
-   fi
+   use doc  HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
 }



1.8  dev-python/testfixtures/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testfixtures/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   19 Mar 2014 23:10:07 -  1.7
+++ ChangeLog   30 Jun 2014 08:18:54 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/testfixtures
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testfixtures/ChangeLog,v 1.7 
2014/03/19 23:10:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testfixtures/ChangeLog,v 1.8 
2014/06/30 08:18:54 idella4 Exp $
+
+  30 Jun 2014; Ian Delaney idel...@gentoo.org +files/docbuild.patch,
+  -files/testfixtures-2.3.4-adjust_tests.patch, -testfixtures-2.3.4.ebuild,
+  testfixtures-3.0.0.ebuild:
+  drop py2.6, update deps, docbuild (includes new patch), remove old ebuild and
+  patch, fixes bug #515752 by Patrick
 
   19 Mar 2014; Sébastien Fabbro bicat...@gentoo.org 
testfixtures-3.0.0.ebuild:
   Keyword ~amd64-linux ~x86-linux






[gentoo-commits] gentoo-x86 commit in dev-python/python-stdnum: python-stdnum-0.9.ebuild ChangeLog

2014-06-30 Thread Cedric Krier (cedk)
cedk14/06/30 08:45:22

  Modified: python-stdnum-0.9.ebuild ChangeLog
  Log:
  Fix typo in DEPEND bug #515764
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
15B3323F)

Revision  ChangesPath
1.2  dev-python/python-stdnum/python-stdnum-0.9.ebuild

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

Index: python-stdnum-0.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-stdnum/python-stdnum-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-stdnum-0.9.ebuild31 Mar 2014 21:16:47 -  1.1
+++ python-stdnum-0.9.ebuild30 Jun 2014 08:45:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-stdnum/python-stdnum-0.9.ebuild,v 1.1 
2014/03/31 21:16:47 cedk Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-stdnum/python-stdnum-0.9.ebuild,v 1.2 
2014/06/30 08:45:21 cedk Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@@ -16,7 +16,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=vies
 
-RDEPEND=dev-python/setuptools
+DEPEND=dev-python/setuptools
vies? ( dev-python/suds )
 RDEPEND=${DEPEND}
 



1.2  dev-python/python-stdnum/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-stdnum/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Mar 2014 21:16:47 -  1.1
+++ ChangeLog   30 Jun 2014 08:45:22 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-stdnum
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-stdnum/ChangeLog,v 1.1 
2014/03/31 21:16:47 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-stdnum/ChangeLog,v 1.2 
2014/06/30 08:45:22 cedk Exp $
+
+  30 Jun 2014; Cédric Krier c...@gentoo.org python-stdnum-0.9.ebuild:
+  Fix typo in DEPEND bug #515764
 
 *python-stdnum-0.9 (31 Mar 2014)
 






[gentoo-commits] dev/mgorny:master commit in: dev-python/pypy-binpackage/, dev-python/pypy-binpackage/files/

2014-06-30 Thread Michał Górny
commit: 7e36c68a53910f208788c822a1d12fa12582669f
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Mon Jun 30 08:30:59 2014 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Mon Jun 30 08:30:59 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=7e36c68a

dev-python/pypy-binpackage: bump.

---
 dev-python/pypy-binpackage/Manifest|   2 +-
 .../files/2.3-21_all_distutils_c++.patch   | 321 +
 ...e-2.0.2.ebuild = pypy-binpackage-2.3.1.ebuild} |  40 ++-
 3 files changed, 339 insertions(+), 24 deletions(-)

diff --git a/dev-python/pypy-binpackage/Manifest 
b/dev-python/pypy-binpackage/Manifest
index 876272d..4bea985 100644
--- a/dev-python/pypy-binpackage/Manifest
+++ b/dev-python/pypy-binpackage/Manifest
@@ -1,2 +1,2 @@
-DIST pypy-2.0.2-src.tar.bz2 14819848 SHA256 
1991c90d6b98e2408b3790d4b57b71ec1c69346328b8321505ce8f6ab4544c3c SHA512 
5b8b56194dff468dd249dea0014fadafb791eb69858ffae0b9c7638f087df277a84ddadc7d5b0fdb48a12ca8e6b70eb95cb5b7a5f56fe8fe3396820b814ecfd7
 WHIRLPOOL 
bb1f71e0b2d3e145edcb1baa17b0a13c09f5229cf1b0532edbb3d0d5c87ef39543c0ef6b9dc7ce2778c4a3336d4a1580fce9cf960f82b72ddfed02e06d10d8af
 DIST pypy-2.2.1-src.tar.bz2 14439822 SHA256 
252045187e443656a2beb412dadac9296e8fe8db0f75a66ed5265db58c35035f SHA512 
68b52c5b1a9b96593aa1dd38ad0b1b7b282852008e3ae3c488a5e19ab2bede68e2b40afdb79d85a4ab21cb1da6647b8b958fcefe34c99a1f6cbc1a19d695d3b6
 WHIRLPOOL 
6eca63959d8ee5663f868dc32ad1180b07e2f8b63d839652902095a098ffbfa29c6f83451733270a4b2f73b65450cb3b80a878b9dd1ec71089bfff11e9f6
+DIST pypy-2.3.1-src.tar.bz2 15225332 SHA256 
3fd10d97c0177c33ed358a78eb26f5bf1f91b266af853564b1a9d8c310a1e439 SHA512 
86aab86c5f413cdd6a56680915605de5c1416255b43a8dce1b4dcf8f1febdb3275076a4a9c7de30002387d59e4171a52da2528436eb205d8d947de7edd049c65
 WHIRLPOOL 
c78d41240f1803d9461f797fd0ef647a40a6990a4e3a504e80a0eaaf460d052bb60fe6240cacdb3ee8737500c9c7f418b1d55c619d01ac7b73aace3d82157aa6

diff --git a/dev-python/pypy-binpackage/files/2.3-21_all_distutils_c++.patch 
b/dev-python/pypy-binpackage/files/2.3-21_all_distutils_c++.patch
new file mode 100644
index 000..2787360
--- /dev/null
+++ b/dev-python/pypy-binpackage/files/2.3-21_all_distutils_c++.patch
@@ -0,0 +1,321 @@
+http://bugs.python.org/issue1222585
+
+--- Lib/distutils/cygwinccompiler.py
 Lib/distutils/cygwinccompiler.py
+@@ -117,8 +117,10 @@
+ # dllwrap 2.10.90 is buggy
+ if self.ld_version = 2.10.90:
+ self.linker_dll = gcc
++self.linker_dll_cxx = g++
+ else:
+ self.linker_dll = dllwrap
++self.linker_dll_cxx = dllwrap
+ 
+ # ld_version = 2.13 support -shared so use it instead of
+ # -mdll -static
+@@ -132,9 +134,13 @@
+ self.set_executables(compiler='gcc -mcygwin -O -Wall',
+  compiler_so='gcc -mcygwin -mdll -O -Wall',
+  compiler_cxx='g++ -mcygwin -O -Wall',
++ compiler_so_cxx='g++ -mcygwin -mdll -O -Wall',
+  linker_exe='gcc -mcygwin',
+  linker_so=('%s -mcygwin %s' %
+-(self.linker_dll, shared_option)))
++(self.linker_dll, shared_option)),
++ linker_exe_cxx='g++ -mcygwin',
++ linker_so_cxx=('%s -mcygwin %s' %
++(self.linker_dll_cxx, 
shared_option)))
+ 
+ # cygwin and mingw32 need different sets of libraries
+ if self.gcc_version == 2.91.57:
+@@ -160,8 +166,12 @@
+ raise CompileError, msg
+ else: # for other files use the C-compiler
+ try:
+-self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
+-   extra_postargs)
++if self.detect_language(src) == 'c++':
++self.spawn(self.compiler_so_cxx + cc_args + [src, '-o', 
obj] +
++   extra_postargs)
++else:
++self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
++   extra_postargs)
+ except DistutilsExecError, msg:
+ raise CompileError, msg
+ 
+@@ -327,9 +337,14 @@
+ self.set_executables(compiler='gcc%s -O -Wall' % no_cygwin,
+  compiler_so='gcc%s -mdll -O -Wall' % no_cygwin,
+  compiler_cxx='g++%s -O -Wall' % no_cygwin,
++ compiler_so_cxx='g++%s -mdll -O -Wall' % 
no_cygwin,
+  linker_exe='gcc%s' % no_cygwin,
+  linker_so='%s%s %s %s'
+ % (self.linker_dll, no_cygwin,
++   shared_option, entry_point),
++

[gentoo-commits] dev/mgorny:master commit in: dev-python/pypy-binpackage/

2014-06-30 Thread Michał Górny
commit: fe10d59685529778f5fb63b7563749faa5adf2fd
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Mon Jun 30 08:46:25 2014 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Mon Jun 30 08:46:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=fe10d596

Require ncurses[-tinfo] to avoid screwups.

---
 dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild 
b/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild
index 6394842..92ea18e 100644
--- a/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild
+++ b/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild
@@ -24,7 +24,7 @@ DEPEND==sys-libs/zlib-1.1.3
dev-libs/expat
dev-libs/openssl
bzip2? ( app-arch/bzip2 )
-   ncurses? ( sys-libs/ncurses )
+   ncurses? ( sys-libs/ncurses[-tinfo] )
app-arch/xz-utils
${PYTHON_DEPS}
 



[gentoo-commits] dev/mgorny:master commit in: dev-python/pypy-binpackage/

2014-06-30 Thread Michał Górny
commit: ea4df3e27100b2454128948eb1df2bfb9d8fba3c
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Mon Jun 30 08:40:58 2014 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Mon Jun 30 08:40:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=ea4df3e2

dev-python/pypy-binpackage: kill needless USE=sqlite.

---
 dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild 
b/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild
index 833c324..6394842 100644
--- a/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild
+++ b/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI=https://bitbucket.org/${PN}/${PN}/get/release-${PV}.tar.bz2 - ${MY_P}-
 LICENSE=MIT
 SLOT=0/$(get_version_component_range 1-2 ${PV})
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=bzip2 +jit ncurses sandbox shadowstack sqlite sse2
+IUSE=bzip2 +jit ncurses sandbox shadowstack sse2
 
 DEPEND==sys-libs/zlib-1.1.3
virtual/libffi



[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/n32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 09:07:28

  Modified: make.defaults
  Log:
  Set MULTILIB_ABIS in all profiles to have matching ABI in multilib and 
non-multilib ebuilds. Add CHOST_${DEFAULT_ABI} everywhere to avoid issues.

Revision  ChangesPath
1.4  profiles/arch/mips/mips64/n32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults?r1=1.3r2=1.4

Index: make.defaults
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults   28 Jul 2013 02:41:58 -  1.3
+++ make.defaults   30 Jun 2014 09:07:28 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 2011-2012 Gentoo Foundation
+# Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults,v 1.3 
2013/07/28 02:41:58 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults,v 1.4 
2014/06/30 09:07:28 mgorny Exp $
 
 PROFILE_ARCH=mips64
 
@@ -8,3 +8,5 @@
 
 DEFAULT_ABI=n32
 ABI=${DEFAULT_ABI}
+MULTILIB_ABIS=n32
+CHOST_n32=${CHOST}






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/n64: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 09:07:29

  Modified: make.defaults
  Log:
  Set MULTILIB_ABIS in all profiles to have matching ABI in multilib and 
non-multilib ebuilds. Add CHOST_${DEFAULT_ABI} everywhere to avoid issues.

Revision  ChangesPath
1.5  profiles/arch/mips/mipsel/mips64el/n64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults?r1=1.4r2=1.5

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults   28 Jul 2013 02:41:59 -  1.4
+++ make.defaults   30 Jun 2014 09:07:29 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 2010-2012 Gentoo Foundation
+# Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults,v 
1.4 2013/07/28 02:41:59 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults,v 
1.5 2014/06/30 09:07:29 mgorny Exp $
 
 PROFILE_ARCH=mips64el
 
@@ -8,3 +8,5 @@
 
 DEFAULT_ABI=n64
 ABI=${DEFAULT_ABI}
+MULTILIB_ABIS=n64
+CHOST_n64=${CHOST}






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

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 09:07:28

  Modified: ChangeLog
  Log:
  Set MULTILIB_ABIS in all profiles to have matching ABI in multilib and 
non-multilib ebuilds. Add CHOST_${DEFAULT_ABI} everywhere to avoid issues.

Revision  ChangesPath
1.136profiles/arch/mips/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   29 Jun 2014 20:48:40 -  1.135
+++ ChangeLog   30 Jun 2014 09:07:28 -  1.136
@@ -1,6 +1,12 @@
 # ChangeLog for Gentoo/MIPS profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.135 
2014/06/29 20:48:40 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.136 
2014/06/30 09:07:28 mgorny Exp $
+
+  30 Jun 2014; Michał Górny mgo...@gentoo.org mips64/n32/make.defaults,
+  mips64/n64/make.defaults, mipsel/mips64el/n32/make.defaults,
+  mipsel/mips64el/n64/make.defaults:
+  Set MULTILIB_ABIS in all profiles to have matching ABI in multilib and
+  non-multilib ebuilds. Add CHOST_${DEFAULT_ABI} everywhere to avoid issues.
 
   29 Jun 2014; Anthony G. Basile bluen...@gentoo.org
   +mips64/multilib/n32-n64/deprecated, +mips64/multilib/n32-o32/deprecated,






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/n32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 09:07:29

  Modified: make.defaults
  Log:
  Set MULTILIB_ABIS in all profiles to have matching ABI in multilib and 
non-multilib ebuilds. Add CHOST_${DEFAULT_ABI} everywhere to avoid issues.

Revision  ChangesPath
1.4  profiles/arch/mips/mipsel/mips64el/n32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults?r1=1.3r2=1.4

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults   28 Jul 2013 02:41:59 -  1.3
+++ make.defaults   30 Jun 2014 09:07:28 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 2010-2012 Gentoo Foundation
+# Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v 
1.3 2013/07/28 02:41:59 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v 
1.4 2014/06/30 09:07:28 mgorny Exp $
 
 PROFILE_ARCH=mips64el
 
@@ -8,3 +8,5 @@
 
 DEFAULT_ABI=n32
 ABI=${DEFAULT_ABI}
+MULTILIB_ABIS=n32
+CHOST_n32=${CHOST}






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/n64: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 09:07:28

  Modified: make.defaults
  Log:
  Set MULTILIB_ABIS in all profiles to have matching ABI in multilib and 
non-multilib ebuilds. Add CHOST_${DEFAULT_ABI} everywhere to avoid issues.

Revision  ChangesPath
1.5  profiles/arch/mips/mips64/n64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults?r1=1.4r2=1.5

Index: make.defaults
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults   28 Jul 2013 02:41:58 -  1.4
+++ make.defaults   30 Jun 2014 09:07:28 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 2011-2012 Gentoo Foundation
+# Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults,v 1.4 
2013/07/28 02:41:58 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults,v 1.5 
2014/06/30 09:07:28 mgorny Exp $
 
 PROFILE_ARCH=mips64
 
@@ -8,3 +8,5 @@
 
 DEFAULT_ABI=n64
 ABI=${DEFAULT_ABI}
+MULTILIB_ABIS=n64
+CHOST_n64=${CHOST}






[gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.3.ebuild ChangeLog

2014-06-30 Thread Ian Delaney (idella4)
idella4 14/06/30 09:59:15

  Modified: xlrd-0.9.3.ebuild ChangeLog
  Log:
  drop py2.6 pypy2.0 add py3.4, update homepage, remove redundant IUSE flags 
due to missing source content, add test phase, patch by fau, fixes bug #509824
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/xlrd/xlrd-0.9.3.ebuild

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

Index: xlrd-0.9.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xlrd-0.9.3.ebuild   7 May 2014 06:43:58 -   1.1
+++ xlrd-0.9.3.ebuild   30 Jun 2014 09:59:15 -  1.2
@@ -1,40 +1,28 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.1 
2014/05/07 06:43:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.2 
2014/06/30 09:59:15 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 
 DESCRIPTION=Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files
-HOMEPAGE=http://pypi.python.org/pypi/xlrd;
+HOMEPAGE=http://www.python-excel.org/
+   https://github.com/python-excel/xlrd/;
 SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=BSD
 SLOT=0
 KEYWORDS=~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris
-IUSE=doc examples
 
-DEPEND=
-RDEPEND=
+python_prepare_all() {
+   # Remove this if examples get reintroduced
+   sed -i -e s/test_names_demo/_/ tests/test_open_workbook.py || die
 
-src_prepare() {
-   distutils-r1_src_prepare
-   # add shebang to runxlrd.py
-   sed -i -e '1i#!/usr/bin/encompdoc.html  xlrd.htmlv python' 
scripts/runxlrd.py || die
+   distutils-r1_python_prepare_all
 }
 
-python_install_all() {
-   distutils-r1_python_install_all
-
-   if use doc; then
-   dohtml ${PN}/doc/{compdoc.html,xlrd.html}
-   fi
-
-   if use examples; then
-   docompress -x usr/share/doc/${P}/examples/
-   insinto usr/share/doc/${P}/examples
-   doins ${PN}/examples/*
-   fi
+python_test() {
+   ${PYTHON} -m unittest discover || die Test failed with ${EPYTHON}
 }



1.25 dev-python/xlrd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   7 May 2014 06:43:58 -   1.24
+++ ChangeLog   30 Jun 2014 09:59:15 -  1.25
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/xlrd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.24 2014/05/07 
06:43:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.25 2014/06/30 
09:59:15 idella4 Exp $
+
+  30 Jun 2014; Ian Delaney idel...@gentoo.org xlrd-0.9.3.ebuild:
+  drop py2.6 pypy2.0 add py3.4, update homepage, remove redundant IUSE flags 
due
+  to missing source content, add test phase, patch by fau, fixes bug #509824
 
 *xlrd-0.9.3 (07 May 2014)
 






[gentoo-commits] gentoo-x86 commit in mail-client/evolution: evolution-3.12.3-r1.ebuild ChangeLog evolution-3.12.3.ebuild

2014-06-30 Thread Pacho Ramos (pacho)
pacho   14/06/30 09:50:57

  Modified: evolution-3.12.3-r1.ebuild ChangeLog
  Removed:  evolution-3.12.3.ebuild
  Log:
  One more reference, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  mail-client/evolution/evolution-3.12.3-r1.ebuild

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

Index: evolution-3.12.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-client/evolution/evolution-3.12.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-3.12.3-r1.ebuild  28 Jun 2014 18:46:16 -  1.1
+++ evolution-3.12.3-r1.ebuild  30 Jun 2014 09:50:57 -  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/evolution/evolution-3.12.3-r1.ebuild,v 1.1 
2014/06/28 18:46:16 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-client/evolution/evolution-3.12.3-r1.ebuild,v 1.2 
2014/06/30 09:50:57 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -137,6 +137,7 @@
# Problems with prelink:
# https://bugzilla.gnome.org/show_bug.cgi?id=731680
# https://bugzilla.gnome.org/show_bug.cgi?id=732148
+   # https://bugzilla.redhat.com/show_bug.cgi?id=1114538
echo PRELINK_PATH_MASK=/usr/bin/evolution  ${T}/99${PN}
doenvd ${T}/99${PN}
 



1.425mail-client/evolution/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.425view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.425content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?r1=1.424r2=1.425

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -r1.424 -r1.425
--- ChangeLog   28 Jun 2014 18:46:16 -  1.424
+++ ChangeLog   30 Jun 2014 09:50:57 -  1.425
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/evolution
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.424 
2014/06/28 18:46:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.425 
2014/06/30 09:50:57 pacho Exp $
+
+  30 Jun 2014; Pacho Ramos pa...@gentoo.org -evolution-3.12.3.ebuild,
+  evolution-3.12.3-r1.ebuild:
+  One more reference, drop old
 
 *evolution-3.12.3-r1 (28 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-cpp/libgnomeuimm: libgnomeuimm-2.28.0-r1.ebuild ChangeLog

2014-06-30 Thread Pacho Ramos (pacho)
pacho   14/06/30 09:42:39

  Modified: ChangeLog
  Added:libgnomeuimm-2.28.0-r1.ebuild
  Log:
  Add missing dependency (#515784 by Patrick Lauer), drop .la files, bump to 
latest eapi
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.83 dev-cpp/libgnomeuimm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   4 May 2012 03:44:58 -   1.82
+++ ChangeLog   30 Jun 2014 09:42:39 -  1.83
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/libgnomeuimm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.82 
2012/05/04 03:44:58 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.83 
2014/06/30 09:42:39 pacho Exp $
+
+*libgnomeuimm-2.28.0-r1 (30 Jun 2014)
+
+  30 Jun 2014; Pacho Ramos pa...@gentoo.org +libgnomeuimm-2.28.0-r1.ebuild:
+  Add missing dependency (#515784 by Patrick Lauer), drop .la files, bump to
+  latest eapi
 
   04 May 2012; Jeff Horelick jdh...@gentoo.org libgnomeuimm-2.28.0.ebuild:
   dev-util/pkgconfig - virtual/pkgconfig
@@ -332,4 +338,3 @@
   gnome2.eclass version of foser fo...@sesmar.eu.org gnome-c++
   bindings.
   initial release
-



1.1  dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild

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

Index: libgnomeuimm-2.28.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild,v 
1.1 2014/06/30 09:42:39 pacho Exp $

EAPI=5
GNOME_TARBALL_SUFFIX=bz2
GCONF_DEBUG=no

inherit gnome2 eutils

DESCRIPTION=C++ bindings for libgnomeui
HOMEPAGE=http://www.gtkmm.org;

LICENSE=LGPL-2.1
SLOT=2.6
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=

RDEPEND=
=gnome-base/libgnomeui-2.7.1
dev-cpp/glibmm
=dev-cpp/libgnomemm-2.16.0
=dev-cpp/libgnomecanvasmm-2.6
=dev-cpp/gconfmm-2.6
=dev-cpp/libglademm-2.4
=dev-cpp/gnome-vfsmm-2.16

DEPEND=${RDEPEND}
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-poshuku: metadata.xml lc-poshuku-9999.ebuild lc-poshuku-0.6.65.ebuild ChangeLog

2014-06-30 Thread Maxim Koltsov (maksbotan)
maksbotan14/06/30 12:07:22

  Modified: metadata.xml lc-poshuku-.ebuild
lc-poshuku-0.6.65.ebuild ChangeLog
  Log:
  Add three new plugins, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.3  app-leechcraft/lc-poshuku/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml19 Jul 2013 02:38:12 -  1.2
+++ metadata.xml30 Jun 2014 12:07:22 -  1.3
@@ -3,13 +3,16 @@
 pkgmetadata
 herdleechcraft/herd
 use
+   flag name=autosearchProvide automatic search suggestions for 
Poshuku./flag
flag name=cleanwebBuild CleanWeb for ad blocking compatible with 
Firefox's AdBlock+./flag
+   flag name=dcacBuild color inverter module providing a night 
mode./flag
flag name=fatapeBuild FatApe, GreaseMonkey userscripts support 
layer./flag
flag name=fileschemeBuild FileScheme for accessing local 
URLs./flag
flag name=fuaBuild FUA for faking user agents for different 
hosts./flag
flag name=keywordsBuild Keywords for adjusting search 
shortcuts./flag
flag name=onlinebookmarksBuild OnlineBookmarks for syncing 
bookmarks with social bookmarking services like Read It Later./flag
flag name=pcreUse pkgdev-libs/libpcre/pkg for rules matching in 
CleanWeb instead of slower QRegExp./flag
+   flag name=qrdBuild module for displaying the QR code of a web 
page./flag
flag name=wyfvBuild WYFV for replacing Flash-based video players on 
some sites./flag
 /use
 /pkgmetadata



1.2  app-leechcraft/lc-poshuku/lc-poshuku-.ebuild

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

Index: lc-poshuku-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/lc-poshuku-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lc-poshuku-.ebuild  8 Mar 2013 22:05:10 -   1.1
+++ lc-poshuku-.ebuild  30 Jun 2014 12:07:22 -  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/app-leechcraft/lc-poshuku/lc-poshuku-.ebuild,v 1.1 
2013/03/08 22:05:10 maksbotan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/lc-poshuku-.ebuild,v 1.2 
2014/06/30 12:07:22 maksbotan Exp $
 
 EAPI=4
 
@@ -10,14 +10,15 @@
 
 SLOT=0
 KEYWORDS=
-IUSE=debug +cleanweb +fatape +filescheme +fua +idn +keywords +onlinebookmarks
-   +pcre postgres +sqlite wyfv
+IUSE=+autosearch debug +dcac +cleanweb +fatape +filescheme +fua +idn 
+keywords +onlinebookmarks
+   +pcre postgres qrd +sqlite wyfv
 
 DEPEND=~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
dev-qt/qtwebkit:4
idn? ( net-dns/libidn )
onlinebookmarks? ( =dev-libs/qjson-0.7.1-r1 )
pcre? ( =dev-libs/libpcre-8.12 )
+   qrd? ( media-gfx/qrencode )
 
 RDEPEND=${DEPEND}
virtual/leechcraft-downloader-http
@@ -30,13 +31,16 @@
 
 src_configure() {
local mycmakeargs=
+   $(cmake-utils_use_enable autosearch POSHUKU_AUTOSEARCH)
$(cmake-utils_use_enable cleanweb POSHUKU_CLEANWEB)
+   $(cmake-utils_use_enable dcac POSHUKU_DCAC)
$(cmake-utils_use_enable fatape POSHUKU_FATAPE)
$(cmake-utils_use_enable filescheme POSHUKU_FILESCHEME)
$(cmake-utils_use_enable fua POSHUKU_FUA)
$(cmake-utils_use_enable idn IDN)
$(cmake-utils_use_enable keywords POSHUKU_KEYWORDS)
$(cmake-utils_use_enable onlinebookmarks 
POSHUKU_ONLINEBOOKMARKS)
+   $(cmake-utils_use_enable qrd POSHUKU_QRD)
$(cmake-utils_use_enable pcre POSHUKU_CLEANWEB_PCRE)
$(cmake-utils_use_enable wyfv POSHUKU_WYFV)




1.2

[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/o32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 12:13:02

  Modified: make.defaults
  Log:
  Use different CHOSTs for non-native mips ABIs.

Revision  ChangesPath
1.3  
profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults?r1=1.2r2=1.3

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults   28 Jul 2013 02:41:59 -  1.2
+++ make.defaults   30 Jun 2014 12:13:02 -  1.3
@@ -1,7 +1,10 @@
-# Copyright 2011 Gentoo Foundation
+# Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults,v
 1.2 2013/07/28 02:41:59 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults,v
 1.3 2014/06/30 12:13:02 mgorny Exp $
 
 MULTILIB_ABIS=n64 n32 o32
 DEFAULT_ABI=o32
 ABI=${DEFAULT_ABI}
+
+CHOST_n32=mips64el-unknown-linux-gnuabin32
+CHOST_n64=mips64el-unknown-linux-gnuabi64






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 12:13:02

  Modified: make.defaults
  Log:
  Use different CHOSTs for non-native mips ABIs.

Revision  ChangesPath
1.3  
profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults?r1=1.2r2=1.3

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults   28 Jul 2013 02:41:59 -  1.2
+++ make.defaults   30 Jun 2014 12:13:02 -  1.3
@@ -1,7 +1,10 @@
-# Copyright 2011 Gentoo Foundation
+# Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults,v
 1.2 2013/07/28 02:41:59 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults,v
 1.3 2014/06/30 12:13:02 mgorny Exp $
 
 MULTILIB_ABIS=n64 o32 n32
 DEFAULT_ABI=n32
 ABI=${DEFAULT_ABI}
+
+CHOST_n64=mips64el-unknown-linux-gnuabi64
+CHOST_o32=mipsel-unknown-linux-gnu






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/n32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 12:13:02

  Modified: make.defaults
  Log:
  Use different CHOSTs for non-native mips ABIs.

Revision  ChangesPath
1.3  profiles/arch/mips/mips64/multilib/n32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults?r1=1.2r2=1.3

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults   28 Jul 2013 02:41:57 -  1.2
+++ make.defaults   30 Jun 2014 12:13:01 -  1.3
@@ -1,7 +1,10 @@
-# Copyright 2011 Gentoo Foundation
+# Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults,v 
1.2 2013/07/28 02:41:57 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults,v 
1.3 2014/06/30 12:13:01 mgorny Exp $
 
 MULTILIB_ABIS=n64 o32 n32
 DEFAULT_ABI=n32
 ABI=${DEFAULT_ABI}
+
+CHOST_n64=mips64-unknown-linux-gnuabi64
+CHOST_o32=mips-unknown-linux-gnu






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n64: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 12:13:02

  Modified: make.defaults
  Log:
  Use different CHOSTs for non-native mips ABIs.

Revision  ChangesPath
1.3  
profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?r1=1.2r2=1.3

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults   28 Jul 2013 02:41:59 -  1.2
+++ make.defaults   30 Jun 2014 12:13:02 -  1.3
@@ -1,7 +1,10 @@
-# Copyright 2011 Gentoo Foundation
+# Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v
 1.2 2013/07/28 02:41:59 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v
 1.3 2014/06/30 12:13:02 mgorny Exp $
 
 MULTILIB_ABIS=n32 o32 n64
 DEFAULT_ABI=n64
 ABI=${DEFAULT_ABI}
+
+CHOST_n32=mips64el-unknown-linux-gnuabin32
+CHOST_o32=mipsel-unknown-linux-gnu






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/o32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 12:13:02

  Modified: make.defaults
  Log:
  Use different CHOSTs for non-native mips ABIs.

Revision  ChangesPath
1.3  profiles/arch/mips/mips64/multilib/o32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults?r1=1.2r2=1.3

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults   28 Jul 2013 02:41:58 -  1.2
+++ make.defaults   30 Jun 2014 12:13:02 -  1.3
@@ -1,7 +1,10 @@
-# Copyright 2011 Gentoo Foundation
+# Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults,v 
1.2 2013/07/28 02:41:58 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults,v 
1.3 2014/06/30 12:13:02 mgorny Exp $
 
 MULTILIB_ABIS=n64 n32 o32
 DEFAULT_ABI=o32
 ABI=${DEFAULT_ABI}
+
+CHOST_n32=mips64-unknown-linux-gnuabin32
+CHOST_n64=mips64-unknown-linux-gnuabi64






[gentoo-commits] gentoo-x86 commit in dev-perl/Sys-Virt: Sys-Virt-1.2.5.ebuild ChangeLog

2014-06-30 Thread Maxim Koltsov (maksbotan)
maksbotan14/06/30 12:12:44

  Modified: Sys-Virt-1.2.5.ebuild ChangeLog
  Log:
  Bump to 1.2.5, thanks to slepnoga
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.2  dev-perl/Sys-Virt/Sys-Virt-1.2.5.ebuild

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

Index: Sys-Virt-1.2.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Sys-Virt-1.2.5.ebuild   28 Jun 2014 17:17:03 -  1.1
+++ Sys-Virt-1.2.5.ebuild   30 Jun 2014 12:12:44 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.2.5.ebuild,v 
1.1 2014/06/28 17:17:03 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.2.5.ebuild,v 
1.2 2014/06/30 12:12:44 maksbotan Exp $
 
 EAPI=5
 



1.28 dev-perl/Sys-Virt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   28 Jun 2014 18:09:16 -  1.27
+++ ChangeLog   30 Jun 2014 12:12:44 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Sys-Virt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.27 
2014/06/28 18:09:16 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.28 
2014/06/30 12:12:44 maksbotan Exp $
+
+  30 Jun 2014; Maxim Koltsov maksbo...@gentoo.org Sys-Virt-1.2.5.ebuild:
+  Bump to 1.2.5, thanks to slepnoga
 
   28 Jun 2014; Mikle Kolyada zlog...@gentoo.org Sys-Virt-1.1.2.ebuild:
   amd64/x86 stable wrt bug #515594






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

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 12:13:01

  Modified: ChangeLog
  Log:
  Use different CHOSTs for non-native mips ABIs.

Revision  ChangesPath
1.137profiles/arch/mips/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   30 Jun 2014 09:07:28 -  1.136
+++ ChangeLog   30 Jun 2014 12:13:01 -  1.137
@@ -1,6 +1,14 @@
 # ChangeLog for Gentoo/MIPS profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.136 
2014/06/30 09:07:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.137 
2014/06/30 12:13:01 mgorny Exp $
+
+  30 Jun 2014; Michał Górny mgo...@gentoo.org
+  mips64/multilib/n32/make.defaults, mips64/multilib/n64/make.defaults,
+  mips64/multilib/o32/make.defaults,
+  mipsel/mips64el/multilib/n32/make.defaults,
+  mipsel/mips64el/multilib/n64/make.defaults,
+  mipsel/mips64el/multilib/o32/make.defaults:
+  Use different CHOSTs for non-native mips ABIs.
 
   30 Jun 2014; Michał Górny mgo...@gentoo.org mips64/n32/make.defaults,
   mips64/n64/make.defaults, mipsel/mips64el/n32/make.defaults,






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/n64: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 12:13:02

  Modified: make.defaults
  Log:
  Use different CHOSTs for non-native mips ABIs.

Revision  ChangesPath
1.3  profiles/arch/mips/mips64/multilib/n64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults?r1=1.2r2=1.3

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults   28 Jul 2013 02:41:57 -  1.2
+++ make.defaults   30 Jun 2014 12:13:02 -  1.3
@@ -1,7 +1,10 @@
-# Copyright 2011 Gentoo Foundation
+# Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults,v 
1.2 2013/07/28 02:41:57 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults,v 
1.3 2014/06/30 12:13:02 mgorny Exp $
 
 MULTILIB_ABIS=n32 o32 n64
 DEFAULT_ABI=n64
 ABI=${DEFAULT_ABI}
+
+CHOST_n32=mips64-unknown-linux-gnuabin32
+CHOST_o32=mips-unknown-linux-gnu






[gentoo-commits] gentoo-x86 commit in dev-libs/liblognorm: liblognorm-0.3.7.ebuild ChangeLog

2014-06-30 Thread Maxim Koltsov (maksbotan)
maksbotan14/06/30 12:16:36

  Modified: ChangeLog
  Added:liblognorm-0.3.7.ebuild
  Log:
  Bump to 0.3.7, thanks to slepnoga
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.26 dev-libs/liblognorm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblognorm/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   31 Mar 2014 19:50:30 -  1.25
+++ ChangeLog   30 Jun 2014 12:16:36 -  1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/liblognorm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblognorm/ChangeLog,v 1.25 
2014/03/31 19:50:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblognorm/ChangeLog,v 1.26 
2014/06/30 12:16:36 maksbotan Exp $
+
+*liblognorm-0.3.7 (30 Jun 2014)
+
+  30 Jun 2014; Maxim Koltsov maksbo...@gentoo.org +liblognorm-0.3.7.ebuild:
+  Bump to 0.3.7, thanks to slepnoga
 
   31 Mar 2014; Jeroen Roovers j...@gentoo.org +liblognorm-0.3.6.ebuild,
   files/respect_CFLAGS.patch:



1.1  dev-libs/liblognorm/liblognorm-0.3.7.ebuild

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

Index: liblognorm-0.3.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/liblognorm/liblognorm-0.3.7.ebuild,v 1.1 
2014/06/30 12:16:36 maksbotan Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=yes

inherit  autotools-utils

DESCRIPTION=Fast samples-based log normalization library
HOMEPAGE=http://www.liblognorm.com;
SRC_URI=http://www.liblognorm.com/files/download/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~x86 ~amd64-linux
IUSE=debug static-libs

RDEPEND=
=dev-libs/libestr-0.1.3
=dev-libs/libee-0.3.2


DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=( ChangeLog )

PATCHES=( ${FILESDIR}/respect_CFLAGS.patch )

src_compile() {
autotools-utils_src_compile -j1
}






[gentoo-commits] gentoo-x86 commit in dev-libs/lzo: lzo-2.08.ebuild ChangeLog

2014-06-30 Thread Samuli Suominen (ssuominen)
ssuominen14/06/30 12:19:14

  Modified: ChangeLog
  Added:lzo-2.08.ebuild
  Log:
  Version bump wrt security bug #515238; upstream fixed bug #374699 as well.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.79 dev-libs/lzo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   28 Feb 2014 20:37:12 -  1.78
+++ ChangeLog   30 Jun 2014 12:19:14 -  1.79
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/lzo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.78 2014/02/28 
20:37:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.79 2014/06/30 
12:19:14 ssuominen Exp $
+
+*lzo-2.08 (30 Jun 2014)
+
+  30 Jun 2014; Samuli Suominen ssuomi...@gentoo.org +lzo-2.08.ebuild:
+  Version bump wrt security bug #515238; upstream fixed bug #374699 as well.
 
 *lzo-2.06-r1 (28 Feb 2014)
 



1.1  dev-libs/lzo/lzo-2.08.ebuild

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

Index: lzo-2.08.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-2.08.ebuild,v 1.1 
2014/06/30 12:19:14 ssuominen Exp $

EAPI=5

inherit eutils multilib-minimal

DESCRIPTION=An extremely fast compression and decompression library
HOMEPAGE=http://www.oberhumer.com/opensource/lzo/;
SRC_URI=http://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz;

LICENSE=GPL-2
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=examples static-libs

RDEPEND=abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20131008-r19
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
)

DOCS=BUGS ChangeLog README THANKS doc/*

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--enable-shared \
$(use_enable static-libs static)
}

multilib_src_install_all() {
einstalldocs
rm -f ${ED}/usr/share/doc/${PF}/COPYING

if use examples; then
docinto examples
dodoc examples/*.{c,h}
fi

prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in net-misc/libteam: libteam-1.11.ebuild ChangeLog

2014-06-30 Thread Maxim Koltsov (maksbotan)
maksbotan14/06/30 12:20:19

  Modified: ChangeLog
  Added:libteam-1.11.ebuild
  Log:
  Bump to 1.11, thanks to slepnoga
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.3  net-misc/libteam/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/libteam/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   8 Mar 2013 21:10:23 -   1.2
+++ ChangeLog   30 Jun 2014 12:20:19 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/libteam
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/ChangeLog,v 1.2 2013/03/08 
21:10:23 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/ChangeLog,v 1.3 2014/06/30 
12:20:19 maksbotan Exp $
+
+*libteam-1.11 (30 Jun 2014)
+
+  30 Jun 2014; Maxim Koltsov maksbo...@gentoo.org +libteam-1.11.ebuild:
+  Bump to 1.11, thanks to slepnoga
 
 *libteam-1.0 (08 Mar 2013)
 
@@ -14,4 +19,3 @@
   +metadata.xml:
   Initial commit. Ebuild by Andreis Vinogradovs, he will maintain this package
   through proxy maintainers
-



1.1  net-misc/libteam/libteam-1.11.ebuild

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

Index: libteam-1.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/libteam-1.11.ebuild,v 1.1 
2014/06/30 12:20:19 maksbotan Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils linux-info

DESCRIPTION=Library and tools set for controlling team network device
HOMEPAGE=http://libteam.org;
SRC_URI=http://libteam.org/files/${P}.tar.gz;

LICENSE=LGPL-2.1+
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=dbus debug examples static-libs +syslog

DEPEND==dev-libs/jansson-2.4
dev-libs/libdaemon
=dev-libs/libnl-3.2.19[utils]
dbus? ( sys-apps/dbus )

RDEPEND=${DEPEND}
syslog? ( virtual/logger )

CONFIG_CHECK=~NET_TEAM ~NET_TEAM_MODE_ROUNDROBIN ~NET_TEAM_MODE_ACTIVEBACKUP
ERROR_NET_TEAM=NET_TEAM is not enabled in this kernel!
Only =3.3.0 kernel version support in team mode

DOCS=( README )

src_prepare() {
# avoid using -Werror in CFLAGS
sed -i -e '/^CFLAGS/s/-Werror//' configure.ac || die 'sed on CFLAGS 
failed'

autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=(
$(use_enable debug)
$(use_enable syslog logging)
$(use_enable dbus)
--disable-zmq
)
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

insinto /etc/dbus-1/system.d
doins teamd/dbus/teamd.conf

if use examples; then
docinto examples
dodoc teamd/example_configs/*
fi
}






[gentoo-commits] gentoo-x86 commit in media-fonts/quivira: - New directory

2014-06-30 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/06/30 12:23:31

  Log:
  Directory /var/cvsroot/gentoo-x86/media-fonts/quivira added to the repository



[gentoo-commits] gentoo-x86 commit in app-editors/gedit-plugins: gedit-plugins-3.12.1.ebuild ChangeLog

2014-06-30 Thread Pacho Ramos (pacho)
pacho   14/06/30 12:29:54

  Modified: gedit-plugins-3.12.1.ebuild ChangeLog
  Log:
  Offending files are only installed with USE python (#515842 by Ilya Gordeev)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild

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

Index: gedit-plugins-3.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gedit-plugins-3.12.1.ebuild 27 Apr 2014 15:35:32 -  1.1
+++ gedit-plugins-3.12.1.ebuild 30 Jun 2014 12:29:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild,v 
1.1 2014/04/27 15:35:32 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild,v 
1.2 2014/06/30 12:29:54 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -64,8 +64,10 @@
gnome2_src_install
 
# FIXME: crazy !!!
-   find ${ED}/usr/share/gedit -name *.py* -delete || die
-   find ${ED}/usr/share/gedit -type d -empty -delete || die
+   if use python; then
+   find ${ED}/usr/share/gedit -name *.py* -delete || die
+   find ${ED}/usr/share/gedit -type d -empty -delete || die
+   fi
 
# FIXME: upstream made this automagic...
clean_plugin charmap



1.47 app-editors/gedit-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   27 Apr 2014 15:35:32 -  1.46
+++ ChangeLog   30 Jun 2014 12:29:54 -  1.47
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/gedit-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.46 
2014/04/27 15:35:32 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.47 
2014/06/30 12:29:54 pacho Exp $
+
+  30 Jun 2014; Pacho Ramos pa...@gentoo.org gedit-plugins-3.12.1.ebuild:
+  Offending files are only installed with USE python (#515842 by Ilya Gordeev)
 
 *gedit-plugins-3.12.1 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in media-fonts/quivira: quivira-4.0.ebuild metadata.xml Manifest ChangeLog

2014-06-30 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/06/30 12:36:16

  Added:quivira-4.0.ebuild metadata.xml Manifest ChangeLog
  Log:
  Initial commit, ebuild written by me.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.1  media-fonts/quivira/quivira-4.0.ebuild

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

Index: quivira-4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/quivira/quivira-4.0.ebuild,v 1.1 
2014/06/30 12:36:16 chithanh Exp $

EAPI=5

MY_PN=${PN/q/Q}

inherit font

DESCRIPTION=Unicode font for alphabetic writing systems and elder scripts like 
Runes, Gothic and ancient Greek
HOMEPAGE=http://www.quivira-font.com/;
SRC_URI=http://www.quivira-font.com/files/${MY_PN}.otf - ${P}.otf
doc? ( http://www.quivira-font.com/files/${MY_PN}.pdf - ${P}.pdf
http://www.quivira-font.com/files/${MY_PN}Testpage.pdf - 
${P}-Testpage.pdf
http://www.quivira-font.com/files/${MY_PN}Combining.pdf - 
${P}-Combining.pdf
http://www.quivira-font.com/files/${MY_PN}PUA.pdf - 
${P}-PUA.pdf )
LICENSE=freedist

SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=doc

S=${WORKDIR}
FONT_SUFFIX=otf

src_prepare() {
cp ${DISTDIR}/${P}.otf ${S}/${MY_PN}.otf || die
if use doc; then
DOCS=${MY_PN}.pdf ${MY_PN}Testpage.pdf ${MY_PN}Combining.pdf 
${MY_PN}PUA.pdf
cp ${DISTDIR}/${P}.pdf ${S}/${MY_PN}.pdf || die
cp ${DISTDIR}/${P}-Testpage.pdf ${S}/${MY_PN}Testpage.pdf 
|| die
cp ${DISTDIR}/${P}-Combining.pdf ${S}/${MY_PN}Combining.pdf 
|| die
cp ${DISTDIR}/${P}-PUA.pdf ${S}/${MY_PN}PUA.pdf || die
fi
}



1.1  media-fonts/quivira/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/quivira/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/quivira/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
herdfonts/herd
maintainer
emailchith...@gentoo.org/email
nameChí-Thanh Christopher Nguyễn/name
/maintainer
/pkgmetadata




1.1  media-fonts/quivira/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/quivira/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/quivira/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST quivira-4.0-Combining.pdf 311026 SHA256 
c7f96c47abd668b6cddb951bab68e14f55609161c69a0a9c8c9aa5df53be10c9 SHA512 
f904b8587623782093db25d2a069e32ba671f6f1a60ea3b8c8374ede3f48ab0daaa2e0cdff5acc72e97422c00c4f7286a2fe9503960d666429073379282aab9c
 WHIRLPOOL 
28781486605a9303b62fd521f1165569a478a4ae906883e908a0ef51eef9ee8a20f4cd68d7563e248f46ed98912ff8f82b3a65abbb27722f0603036302a742fb
DIST quivira-4.0-PUA.pdf 354040 SHA256 
c92555134dbc5c7c8d21599d34c780411b71be462b67c9569d6be893dbb1bb32 SHA512 
a07a41e1e0027a03f7f1f4e81ddfb50b09a8dfad4f1342a32aab71505e6ce9ef2a7a8733145887651b20dd472c58b4167faa34945f8ca61bc4e016859a65cbba
 WHIRLPOOL 
1e1098127c8c75d417dd246f925c11987730a9f92b4221ded12a56d387642cb90ee003e104195fc82551c4e4721a59ebbeed43014f14c1c33cfeef2d474561b7
DIST quivira-4.0-Testpage.pdf 822289 SHA256 
440f1d2e94dc2f10ab8d05bbdb848ff0a13782a68520e40318ed5a5ca81a99a5 SHA512 
8ed238c9aa03544308dcd471eb6145aa81423a6877a2a5e6d1022277545317568ba642871eb2f3c03c38a9d3030e3f94d8c30469b6c331eaed553b81db154585
 WHIRLPOOL 
9efac5c1e68493da0da2c6a9148ac8a356160e7c4f4c9c4198424c28cea3abd8f5d2f3cf270928434142d511ac5b604fccf9d4b104679374f9e9f3a82fce7ee3
DIST quivira-4.0.otf 1475236 SHA256 
1bd014113883716a090e4332d088cb7544233de987de59bf38782dd099483abe SHA512 
2887152660a8908947c1baa83025c408ac11139067278bce6c8a789d846cf764b9a464dc678ee6acc2b555c9f0d40be3464ac102a97fac8aa9bc04acf926f1b6
 WHIRLPOOL 
abdb920e9d54d1a2efbb6059b9408add513fa405027b89b715c34082d8b59b7e9b031f7ffb3a9f125a46e07f85c09e3e352444630a77054e9828945a92ed34ca
DIST quivira-4.0.pdf 3877062 SHA256 
f2debb88b289215e0338583aaabf64b5b8bf2ac3a4930a187f0624be1b92eddb SHA512 
38469819d0b8e062ac2b4f35ef5d8be300ea36645ffc7841428015191d129e1239ec0dff1605cfa0af76fd32ee1e590ed4a146117408afaa9a826328115db4a7
 WHIRLPOOL 

[gentoo-commits] proj/linux-patches:genpatches-misc commit in: repo-doc/

2014-06-30 Thread Mike Pagano
commit: 470ee34f9ad87845f24fe4fe1bcd4d6b3f1be5e3
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Mon Jun 30 12:55:34 2014 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Jun 30 12:55:34 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=470ee34f

Update documentation scripts

---
 repo-doc/00_intro | 13 ++---
 repo-doc/10_scripts   | 35 +++
 repo-doc/20_release-howto |  6 +-
 3 files changed, 30 insertions(+), 24 deletions(-)

diff --git a/repo-doc/00_intro b/repo-doc/00_intro
index 9153a1b..895a117 100644
--- a/repo-doc/00_intro
+++ b/repo-doc/00_intro
@@ -1,16 +1,17 @@
 Repository layout for linux-patches/genpatches-2.6
 ==
 
-trunk: This contains the 'branches' which we are actively developing.
-   Each branch is held in its own directory, e.g. 2.6.11 and 2.6.12-pre
-  -pre versions represent development patchsets for latest -rc kernels.
+trunk: Trunk only contains the _README file and one generic patch
+
+branch: For each kernel branch we support we have a correspding branch in 
+   our repo. We have branches at the minor level. e.g. 
3.14,3.15,etc
 
 tags: Whenever we snapshot a branch and release it in tarballs, we tag it in
   the repository, as the full kernel name plus our own release version,
  e.g. 2.6.11-9
 
 historical: When we stop actively developing a branch, we move the branch as-is
-to here.
+to here. TODO
 
 Checking out the working repository
 ===
@@ -18,7 +19,5 @@ Checking out the working repository
 Most of the time, you will only need to work under trunk - there is no point
 checking out all the tagged and historical branches.
 
-# svn co \
-   
svn+ssh://usern...@svn.gentoo.org/var/svnroot/linux-patches/genpatches-2.6/trunk
 genpatches
-
+# git clone git+ssh://g...@git.overlays.gentoo.org/proj/linux-patches.git
 

diff --git a/repo-doc/10_scripts b/repo-doc/10_scripts
index 823ddf6..e73eb47 100644
--- a/repo-doc/10_scripts
+++ b/repo-doc/10_scripts
@@ -26,33 +26,38 @@ variables.
 Here's a sample config:
 
 --- start ~/.genpatchesrc -
-# Your username for Gentoo SVN
-USERNAME=dsd
+# Your username for Gentoo Git
+USERNAME=mpagano
 
-# The path to the directory where you have checked out trunk
-LOCAL_PATCHES_TRUNK=/home/dsd/projects/gentoo/genpatches
+# The path to the directory where you have cloned the repo
+LOCAL_PATCHES_TRUNK=/home/mike/gentoo/linux-patches
+
+#temporary directory
+LOCAL_TMP=/tmp
 
 # Remote repository configuration
-REMOTE_BASE=svn+ssh://${USERNAME}@svn.gentoo.org/var/svnroot/linux-patches
-REMOTE_TRUNK=${REMOTE_BASE}/genpatches-2.6/trunk
-REMOTE_TAGS=${REMOTE_BASE}/genpatches-2.6/tags
+REMOTE_BASE=git+ssh://g...@git.overlays.gentoo.org/proj/linux-patches.git
 
 TARBALL_BASENAME=genpatches
 KERNEL_NAME=genpatches
-WE_WANT=base extras experimental
 
-DO_WEBSITE=yes
+DO_WEBSITE=no
 DO_EMAIL_ANNOUNCEMENT=yes
 
 # Website/email stuff
-WEB_LOCAL=/home/dsd/projects/gentoo/genpatches-misc/web
-WEB_GENPATCHES_BASE=dev.gentoo.org:/home/dsd/public_html/genpatches
-SENDMAIL=ssh dsd@zog /usr/sbin/sendmail
+WEB_LOCAL=/home/mike/gentoo/linux-patches-misc/web
+WEB_GENPATCHES_BASE=dev.gentoo.org:/home/mpagano/public_html/genpatches
+SENDMAIL=ssh mpag...@dev.gentoo.org /usr/sbin/sendmail
+
+WE_WANT=base extras experimental
+
 --- end ~/.genpatchesrc ---
 
 gppatch
 ===
 
+TODO - not yet converted go support git migration
+
 Applies a single genpatches patch to a kernel source tree in the current
 directory.
 
@@ -71,6 +76,8 @@ To dry-run a patch you can do:
 gpmultipatch
 
 
+TODO - not yet converted go support git migration
+
 Applies a trunk genpatches branch to a kernel source tree in the current
 directory.
 
@@ -112,6 +119,8 @@ Post-commit hooks
 gpcreatebranch
 ==
 
+TODO - not yet converted go support git migration
+
 Copy one branch to another under trunk.
 
 Example: This will create a 2.6.13-pre branch from the 2.6.12 branch
@@ -121,6 +130,8 @@ Example: This will create a 2.6.13-pre branch from the 
2.6.12 branch
 gpmvhistorical
 ==
 
+TODO - not yet converted go support git migration
+
 Move a trunk branch into historical
 
 Example: Move 2.6.11 into historical:

diff --git a/repo-doc/20_release-howto b/repo-doc/20_release-howto
index 7bea709..f28cfd7 100644
--- a/repo-doc/20_release-howto
+++ b/repo-doc/20_release-howto
@@ -13,10 +13,6 @@ the last 2.6.11 release. If there was no previous release, 
it will use
 2.6.11-1, but if it (e.g.) found the previous release to be 2.6.11-3 then
 it will use a new version of 2.6.11-4.
 
-It will then copy the 2.6.11 branch into tags as the new version number deduced
-above.
-
 It will then generate 

[gentoo-commits] gentoo-x86 commit in net-analyzer/tcpstat: ChangeLog tcpstat-1.5-r2.ebuild

2014-06-30 Thread Jeroen Roovers (jer)
jer 14/06/30 13:04:05

  Modified: ChangeLog
  Added:tcpstat-1.5-r2.ebuild
  Log:
  EAPI bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.22 net-analyzer/tcpstat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   14 Jun 2012 13:29:17 -  1.21
+++ ChangeLog   30 Jun 2014 13:04:05 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/tcpstat
-# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.21 
2012/06/14 13:29:17 ago Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.22 
2014/06/30 13:04:05 jer Exp $
+
+*tcpstat-1.5-r2 (30 Jun 2014)
+
+  30 Jun 2014; Jeroen Roovers j...@gentoo.org +tcpstat-1.5-r2.ebuild:
+  EAPI bump.
 
   14 Jun 2012; Agostino Sarubbo a...@gentoo.org tcpstat-1.5-r1.ebuild:
   stable for amd64



1.1  net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild

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

Index: tcpstat-1.5-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild,v 
1.1 2014/06/30 13:04:05 jer Exp $

EAPI=5
inherit eutils autotools flag-o-matic

DESCRIPTION=Reports network interface statistics
SRC_URI=http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz;
HOMEPAGE=http://www.frenchfries.net/paul/tcpstat/;

DEPEND=net-libs/libpcap

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

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

src_configure() {
append-flags -Wall -Wextra
econf $(use_enable ipv6)
}

DOCS=( AUTHORS ChangeLog NEWS README doc/Tips_and_Tricks.txt )

src_install() {
default
dobin src/{catpcap,packetdump}
newdoc src/README README.src
}






[gentoo-commits] gentoo-x86 commit in x11-misc/dmenu: ChangeLog dmenu-9999.ebuild

2014-06-30 Thread Jeroen Roovers (jer)
jer 14/06/30 13:31:15

  Modified: ChangeLog
  Added:dmenu-.ebuild
  Log:
  Add live ebuild (bug #515856 by Ari Malinen).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.112x11-misc/dmenu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   22 Jan 2014 14:46:23 -  1.111
+++ ChangeLog   30 Jun 2014 13:31:15 -  1.112
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/dmenu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.111 2014/01/22 
14:46:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.112 2014/06/30 
13:31:15 jer Exp $
+
+*dmenu- (30 Jun 2014)
+
+  30 Jun 2014; Jeroen Roovers j...@gentoo.org +dmenu-.ebuild:
+  Add live ebuild (bug #515856 by Ari Malinen).
 
 *dmenu-4.5-r4 (22 Jan 2014)
 



1.1  x11-misc/dmenu/dmenu-.ebuild

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

Index: dmenu-.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-.ebuild,v 1.1 
2014/06/30 13:31:15 jer Exp $

EAPI=5
inherit eutils git-r3 savedconfig toolchain-funcs

DESCRIPTION=a generic, highly customizable, and efficient menu for the X 
Window System
HOMEPAGE=http://tools.suckless.org/dmenu/;
EGIT_REPO_URI=git://git.suckless.org/dmenu

LICENSE=MIT
SLOT=0
KEYWORDS=
IUSE=xft xinerama

RDEPEND=
x11-libs/libX11
xft? ( x11-libs/libXft )
xinerama? ( x11-libs/libXinerama )

DEPEND=${RDEPEND}
xft? ( virtual/pkgconfig )
xinerama? ( virtual/pkgconfig )


src_prepare() {
# Respect our flags
sed -i \
-e '/^CFLAGS/{s|=.*|+= -ansi -pedantic -Wall $(INCS) 
$(CPPFLAGS)|}' \
-e '/^LDFLAGS/s|= -s|+=|' \
config.mk || die
# Make make verbose
sed -i \
-e 's|^ @|  |g' \
-e '/^  echo/d' \
Makefile || die

restore_config config.def.h
epatch_user
}

src_compile() {
emake CC=$(tc-getCC) \
XFTINC=$( $(tc-getPKG_CONFIG) --cflags xft 2/dev/null ) \
XFTLIBS=$( $(tc-getPKG_CONFIG) --libs xft 2/dev/null ) \
XINERAMAFLAGS=$(
usex xinerama -DXINERAMA $(
$(tc-getPKG_CONFIG) --cflags xinerama 
2/dev/null
) ''
) \
XINERAMALIBS=$(
usex xinerama $( $(tc-getPKG_CONFIG) --libs xinerama 
2/dev/null) ''
)
}

src_install() {
emake DESTDIR=${D} PREFIX=/usr install

save_config config.def.h
}






[gentoo-commits] gentoo-x86 commit in sys-libs/musl/files: - New directory

2014-06-30 Thread Anthony G. Basile (blueness)
blueness14/06/30 13:43:32

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-libs/musl/files added to the repository



[gentoo-commits] gentoo-x86 commit in sys-libs/musl: musl-1.1.3.ebuild ChangeLog

2014-06-30 Thread Anthony G. Basile (blueness)
blueness14/06/30 13:45:27

  Modified: musl-1.1.3.ebuild ChangeLog
  Log:
  Add fix for mips dynlink, upstream commit 2d8cc92a
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.2  sys-libs/musl/musl-1.1.3.ebuild

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

Index: musl-1.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- musl-1.1.3.ebuild   26 Jun 2014 12:03:25 -  1.1
+++ musl-1.1.3.ebuild   30 Jun 2014 13:45:27 -  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/sys-libs/musl/musl-1.1.3.ebuild,v 1.1 
2014/06/26 12:03:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.3.ebuild,v 1.2 
2014/06/30 13:45:27 blueness Exp $
 
 EAPI=5
 
@@ -52,6 +52,10 @@
fi
 }
 
+src_prepare() {
+   use mips  epatch ${FILESDIR}/${PN}-fix-mips-dynlink.patch
+}
+
 src_configure() {
tc-export CC
 



1.26 sys-libs/musl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   29 Jun 2014 16:15:15 -  1.25
+++ ChangeLog   30 Jun 2014 13:45:27 -  1.26
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/musl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.25 2014/06/29 
16:15:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.26 2014/06/30 
13:45:27 blueness Exp $
+
+  30 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  +files/musl-fix-mips-dynlink.patch, musl-1.1.3.ebuild:
+  Add fix for mips dynlink, upstream commit 2d8cc92a
 
   29 Jun 2014; Anthony G. Basile bluen...@gentoo.org -musl-1.0.2.ebuild,
   -musl-1.1.2.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-misc/dmenu: dmenu-9999.ebuild ChangeLog

2014-06-30 Thread Jeroen Roovers (jer)
jer 14/06/30 13:53:58

  Modified: dmenu-.ebuild ChangeLog
  Log:
  Remove USE=xft.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  x11-misc/dmenu/dmenu-.ebuild

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

Index: dmenu-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dmenu-.ebuild   30 Jun 2014 13:31:15 -  1.1
+++ dmenu-.ebuild   30 Jun 2014 13:53:58 -  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/x11-misc/dmenu/dmenu-.ebuild,v 1.1 
2014/06/30 13:31:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-.ebuild,v 1.2 
2014/06/30 13:53:58 jer Exp $
 
 EAPI=5
 inherit eutils git-r3 savedconfig toolchain-funcs
@@ -12,15 +12,13 @@
 LICENSE=MIT
 SLOT=0
 KEYWORDS=
-IUSE=xft xinerama
+IUSE=xinerama
 
 RDEPEND=
x11-libs/libX11
-   xft? ( x11-libs/libXft )
xinerama? ( x11-libs/libXinerama )
 
 DEPEND=${RDEPEND}
-   xft? ( virtual/pkgconfig )
xinerama? ( virtual/pkgconfig )
 
 
@@ -40,17 +38,22 @@
epatch_user
 }
 
+src_configure() {
+   tc-export PKG_CONFIG
+}
+
 src_compile() {
-   emake CC=$(tc-getCC) \
-   XFTINC=$( $(tc-getPKG_CONFIG) --cflags xft 2/dev/null ) \
-   XFTLIBS=$( $(tc-getPKG_CONFIG) --libs xft 2/dev/null ) \
+   emake \
+   CC=$(tc-getCC) \
XINERAMAFLAGS=$(
usex xinerama -DXINERAMA $(
-   $(tc-getPKG_CONFIG) --cflags xinerama 
2/dev/null
+   ${PKG_CONFIG} --cflags xinerama 2/dev/null
) ''
) \
XINERAMALIBS=$(
-   usex xinerama $( $(tc-getPKG_CONFIG) --libs xinerama 
2/dev/null) ''
+   usex xinerama $(
+   ${PKG_CONFIG} --libs xinerama 2/dev/null
+   ) ''
)
 }
 



1.113x11-misc/dmenu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   30 Jun 2014 13:31:15 -  1.112
+++ ChangeLog   30 Jun 2014 13:53:58 -  1.113
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/dmenu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.112 2014/06/30 
13:31:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.113 2014/06/30 
13:53:58 jer Exp $
+
+  30 Jun 2014; Jeroen Roovers j...@gentoo.org dmenu-.ebuild:
+  Remove USE=xft.
 
 *dmenu- (30 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in app-misc/bb: bb-1.3.0_rc1-r3.ebuild ChangeLog

2014-06-30 Thread Sergei Trofimovich (slyfox)
slyfox  14/06/30 14:18:42

  Modified: ChangeLog
  Added:bb-1.3.0_rc1-r3.ebuild
  Log:
  Unbundle minilzo (bug #515286).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.7  app-misc/bb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/bb/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   18 Mar 2012 18:20:26 -  1.6
+++ ChangeLog   30 Jun 2014 14:18:42 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/bb
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bb/ChangeLog,v 1.6 2012/03/18 
18:20:26 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bb/ChangeLog,v 1.7 2014/06/30 
14:18:42 slyfox Exp $
+
+*bb-1.3.0_rc1-r3 (30 Jun 2014)
+
+  30 Jun 2014; Sergei Trofimovich sly...@gentoo.org +bb-1.3.0_rc1-r3.ebuild:
+  Unbundle minilzo (bug #515286).
 
   18 Mar 2012; Pacho Ramos pa...@gentoo.org metadata.xml:
   Drop maintainer due retirement, bug 118003.
@@ -32,4 +37,3 @@
   05 Jan 2008; Markus Ullmann jo...@gentoo.org
   +files/bb-1.3.0_rc1-noattr.patch, +metadata.xml, +bb-1.3.0_rc1.ebuild:
   Initial import wrt bug #201908 thanks to Gokdeniz Karadag for the ebuild
-



1.1  app-misc/bb/bb-1.3.0_rc1-r3.ebuild

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

Index: bb-1.3.0_rc1-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/bb/bb-1.3.0_rc1-r3.ebuild,v 1.1 
2014/06/30 14:18:42 slyfox Exp $

EAPI=5

inherit autotools eutils versionator

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

DESCRIPTION=Demonstration program for visual effects of aalib
HOMEPAGE=http://aa-project.sourceforge.net/;
SRC_URI=mirror://sourceforge/aa-project/${MY_P}.tar.gz

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

DEPEND=media-libs/aalib:=
dev-libs/lzo:=
mikmod? ( media-libs/libmikmod:= )

RDEPEND=${DEPEND}

S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)

src_prepare() {
epatch ${FILESDIR}/${P}-noattr.patch
epatch ${FILESDIR}/${P}-fix-protos.patch
epatch ${FILESDIR}/${P}-messager-overlap.patch
epatch ${FILESDIR}/${P}-zbuff-fault.patch
epatch ${FILESDIR}/${P}-printf-cleanup.patch
epatch ${FILESDIR}/${P}-m4-stuff.patch

# unbundle lzo, #515286
rm -v README.LZO minilzo.{c,h} mylzo.h || die
sed -e 's/minilzo.c//' \
-e 's/minilzo.h//' \
-e 's/README.LZO//' \
-i Makefile.am || die
echo 'bb_LDADD = -llzo2'  Makefile.am || die
# update code
sed -e 's,#include minilzo.h,#include lzo/lzo1x.h,' \
-e 's,int size = image,lzo_uint size = image,' \
-i image.c || die

# rename binary and manpage bb - bb-aalib

mv bb.1 bb-aalib.1 || die
sed -e 's/bb/bb-aalib/' \
-i bb-aalib.1
sed -e 's/bin_PROGRAMS = bb/bin_PROGRAMS = bb-aalib/' \
-e 's/man_MANS = bb.1/man_MANS = bb-aalib.1/' \
-e 's/bb_SOURCES/bb_aalib_SOURCES/'   \
-e 's/bb_LDADD/bb_aalib_LDADD/'   \
-i Makefile.am || die

AT_M4DIR=m4 eautoreconf
}

pkg_postinst() {
elog bb binary has been renamed to bb-aalib to avoid a naming conflict 
with sys-apps/busybox.
}






[gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: rkhunter-1.4.0.ebuild ChangeLog

2014-06-30 Thread Richard Farina (zerochaos)
zerochaos14/06/30 14:21:44

  Modified: ChangeLog
  Added:rkhunter-1.4.0.ebuild
  Log:
  readding inappropriately dropped stable
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key DD11F94A)

Revision  ChangesPath
1.101app-forensics/rkhunter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   29 Jun 2014 17:38:24 -  1.100
+++ ChangeLog   30 Jun 2014 14:21:44 -  1.101
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/rkhunter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.100 
2014/06/29 17:38:24 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.101 
2014/06/30 14:21:44 zerochaos Exp $
+
+*rkhunter-1.4.0 (30 Jun 2014)
+
+  30 Jun 2014; Rick Farina zeroch...@gentoo.org +rkhunter-1.4.0.ebuild:
+  readding inappropriately dropped stable
 
   29 Jun 2014; Rick Farina zeroch...@gentoo.org -rkhunter-1.4.0.ebuild:
   remove old version



1.9  app-forensics/rkhunter/rkhunter-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhunter/rkhunter-1.4.0.ebuild?r1=1.8r2=1.9







[gentoo-commits] gentoo-x86 commit in dev-libs/lzo: ChangeLog lzo-2.08.ebuild

2014-06-30 Thread Jeroen Roovers (jer)
jer 14/06/30 14:44:29

  Modified: ChangeLog lzo-2.08.ebuild
  Log:
  Stable for HPPA (bug #515238).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.80 dev-libs/lzo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   30 Jun 2014 12:19:14 -  1.79
+++ ChangeLog   30 Jun 2014 14:44:28 -  1.80
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/lzo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.79 2014/06/30 
12:19:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/ChangeLog,v 1.80 2014/06/30 
14:44:28 jer Exp $
+
+  30 Jun 2014; Jeroen Roovers j...@gentoo.org lzo-2.08.ebuild:
+  Stable for HPPA (bug #515238).
 
 *lzo-2.08 (30 Jun 2014)
 



1.2  dev-libs/lzo/lzo-2.08.ebuild

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

Index: lzo-2.08.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-2.08.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lzo-2.08.ebuild 30 Jun 2014 12:19:14 -  1.1
+++ lzo-2.08.ebuild 30 Jun 2014 14:44:28 -  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-libs/lzo/lzo-2.08.ebuild,v 1.1 
2014/06/30 12:19:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-2.08.ebuild,v 1.2 
2014/06/30 14:44:28 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=2
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=examples static-libs
 
 RDEPEND=abi_x86_32? (






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

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:10:10

  Modified: ChangeLog
  Log:
  Add IUSE_IMPLICIT  default ABI_MIPS values to supported multilib profiles.

Revision  ChangesPath
1.138profiles/arch/mips/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   30 Jun 2014 12:13:01 -  1.137
+++ ChangeLog   30 Jun 2014 15:10:09 -  1.138
@@ -1,6 +1,14 @@
 # ChangeLog for Gentoo/MIPS profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.137 
2014/06/30 12:13:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.138 
2014/06/30 15:10:09 mgorny Exp $
+
+  30 Jun 2014; Michał Górny mgo...@gentoo.org
+  mips64/multilib/n32/make.defaults, mips64/multilib/n64/make.defaults,
+  mips64/multilib/o32/make.defaults,
+  mipsel/mips64el/multilib/n32/make.defaults,
+  mipsel/mips64el/multilib/n64/make.defaults,
+  mipsel/mips64el/multilib/o32/make.defaults:
+  Add IUSE_IMPLICIT  default ABI_MIPS values to supported multilib profiles.
 
   30 Jun 2014; Michał Górny mgo...@gentoo.org
   mips64/multilib/n32/make.defaults, mips64/multilib/n64/make.defaults,






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:10:10

  Modified: make.defaults
  Log:
  Add IUSE_IMPLICIT  default ABI_MIPS values to supported multilib profiles.

Revision  ChangesPath
1.4  
profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults?r1=1.3r2=1.4

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults   30 Jun 2014 12:13:02 -  1.3
+++ make.defaults   30 Jun 2014 15:10:10 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults,v
 1.3 2014/06/30 12:13:02 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults,v
 1.4 2014/06/30 15:10:10 mgorny Exp $
 
 MULTILIB_ABIS=n64 o32 n32
 DEFAULT_ABI=n32
@@ -8,3 +8,6 @@
 
 CHOST_n64=mips64el-unknown-linux-gnuabi64
 CHOST_o32=mipsel-unknown-linux-gnu
+
+ABI_MIPS=n32
+IUSE_IMPLICIT=abi_mips_n32






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n64: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:10:10

  Modified: make.defaults
  Log:
  Add IUSE_IMPLICIT  default ABI_MIPS values to supported multilib profiles.

Revision  ChangesPath
1.4  
profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?r1=1.3r2=1.4

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults   30 Jun 2014 12:13:02 -  1.3
+++ make.defaults   30 Jun 2014 15:10:10 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v
 1.3 2014/06/30 12:13:02 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v
 1.4 2014/06/30 15:10:10 mgorny Exp $
 
 MULTILIB_ABIS=n32 o32 n64
 DEFAULT_ABI=n64
@@ -8,3 +8,6 @@
 
 CHOST_n32=mips64el-unknown-linux-gnuabin32
 CHOST_o32=mipsel-unknown-linux-gnu
+
+ABI_MIPS=n64
+IUSE_IMPLICIT=abi_mips_n64






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/n64: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:10:10

  Modified: make.defaults
  Log:
  Add IUSE_IMPLICIT  default ABI_MIPS values to supported multilib profiles.

Revision  ChangesPath
1.4  profiles/arch/mips/mips64/multilib/n64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults?r1=1.3r2=1.4

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults   30 Jun 2014 12:13:02 -  1.3
+++ make.defaults   30 Jun 2014 15:10:10 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults,v 
1.3 2014/06/30 12:13:02 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n64/make.defaults,v 
1.4 2014/06/30 15:10:10 mgorny Exp $
 
 MULTILIB_ABIS=n32 o32 n64
 DEFAULT_ABI=n64
@@ -8,3 +8,6 @@
 
 CHOST_n32=mips64-unknown-linux-gnuabin32
 CHOST_o32=mips-unknown-linux-gnu
+
+ABI_MIPS=n64
+IUSE_IMPLICIT=abi_mips_n64






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/o32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:10:10

  Modified: make.defaults
  Log:
  Add IUSE_IMPLICIT  default ABI_MIPS values to supported multilib profiles.

Revision  ChangesPath
1.4  profiles/arch/mips/mips64/multilib/o32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults?r1=1.3r2=1.4

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults   30 Jun 2014 12:13:02 -  1.3
+++ make.defaults   30 Jun 2014 15:10:10 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults,v 
1.3 2014/06/30 12:13:02 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/o32/make.defaults,v 
1.4 2014/06/30 15:10:10 mgorny Exp $
 
 MULTILIB_ABIS=n64 n32 o32
 DEFAULT_ABI=o32
@@ -8,3 +8,6 @@
 
 CHOST_n32=mips64-unknown-linux-gnuabin32
 CHOST_n64=mips64-unknown-linux-gnuabi64
+
+ABI_MIPS=o32
+IUSE_IMPLICIT=abi_mips_o32






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/n32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:10:10

  Modified: make.defaults
  Log:
  Add IUSE_IMPLICIT  default ABI_MIPS values to supported multilib profiles.

Revision  ChangesPath
1.4  profiles/arch/mips/mips64/multilib/n32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults?r1=1.3r2=1.4

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults   30 Jun 2014 12:13:01 -  1.3
+++ make.defaults   30 Jun 2014 15:10:10 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults,v 
1.3 2014/06/30 12:13:01 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/multilib/n32/make.defaults,v 
1.4 2014/06/30 15:10:10 mgorny Exp $
 
 MULTILIB_ABIS=n64 o32 n32
 DEFAULT_ABI=n32
@@ -8,3 +8,6 @@
 
 CHOST_n64=mips64-unknown-linux-gnuabi64
 CHOST_o32=mips-unknown-linux-gnu
+
+ABI_MIPS=n32
+IUSE_IMPLICIT=abi_mips_n32






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/o32: make.defaults

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:10:10

  Modified: make.defaults
  Log:
  Add IUSE_IMPLICIT  default ABI_MIPS values to supported multilib profiles.

Revision  ChangesPath
1.4  
profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults?r1=1.3r2=1.4

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults   30 Jun 2014 12:13:02 -  1.3
+++ make.defaults   30 Jun 2014 15:10:10 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults,v
 1.3 2014/06/30 12:13:02 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults,v
 1.4 2014/06/30 15:10:10 mgorny Exp $
 
 MULTILIB_ABIS=n64 n32 o32
 DEFAULT_ABI=o32
@@ -8,3 +8,6 @@
 
 CHOST_n32=mips64el-unknown-linux-gnuabin32
 CHOST_n64=mips64el-unknown-linux-gnuabi64
+
+ABI_MIPS=o32
+IUSE_IMPLICIT=abi_mips_o32






[gentoo-commits] gentoo-x86 commit in dev-libs/liblinebreak: ChangeLog liblinebreak-2.1.ebuild

2014-06-30 Thread Jeroen Roovers (jer)
jer 14/06/30 15:11:45

  Modified: ChangeLog liblinebreak-2.1.ebuild
  Log:
  Use prune_libtool_files.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.9  dev-libs/liblinebreak/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblinebreak/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   14 Apr 2014 07:03:52 -  1.8
+++ ChangeLog   30 Jun 2014 15:11:44 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liblinebreak
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinebreak/ChangeLog,v 1.8 
2014/04/14 07:03:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinebreak/ChangeLog,v 1.9 
2014/06/30 15:11:44 jer Exp $
+
+  30 Jun 2014; Jeroen Roovers j...@gentoo.org liblinebreak-2.1.ebuild:
+  Use prune_libtool_files.
 
   14 Apr 2014; Alexey Shvetsov ale...@gentoo.org metadata.xml:
   Set maintainer to maintainer-needed



1.4  dev-libs/liblinebreak/liblinebreak-2.1.ebuild

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

Index: liblinebreak-2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/liblinebreak/liblinebreak-2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- liblinebreak-2.1.ebuild 2 Dec 2012 10:39:49 -   1.3
+++ liblinebreak-2.1.ebuild 30 Jun 2014 15:11:44 -  1.4
@@ -1,8 +1,9 @@
-# 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-libs/liblinebreak/liblinebreak-2.1.ebuild,v 1.3 
2012/12/02 10:39:49 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/liblinebreak/liblinebreak-2.1.ebuild,v 1.4 
2014/06/30 15:11:44 jer Exp $
 
-EAPI=4
+EAPI=5
+inherit eutils
 
 DESCRIPTION=Line breaking library
 HOMEPAGE=http://vimgadgets.sourceforge.net/liblinebreak/;
@@ -20,5 +21,5 @@
 
 src_install() {
default
-   find ${ED} -name '*.la' -exec rm -vf {} +
+   prune_libtool_files
 }






[gentoo-commits] gentoo-x86 commit in sys-fs/genext2fs: genext2fs-1.4.1.ebuild ChangeLog

2014-06-30 Thread Jeroen Roovers (jer)
jer 14/06/30 15:11:55

  Modified: genext2fs-1.4.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #397225).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  sys-fs/genext2fs/genext2fs-1.4.1.ebuild

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

Index: genext2fs-1.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/genext2fs-1.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- genext2fs-1.4.1.ebuild  21 Jan 2012 16:33:38 -  1.3
+++ genext2fs-1.4.1.ebuild  30 Jun 2014 15:11:55 -  1.4
@@ -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/sys-fs/genext2fs/genext2fs-1.4.1.ebuild,v 
1.3 2012/01/21 16:33:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/genext2fs-1.4.1.ebuild,v 
1.4 2014/06/30 15:11:55 jer Exp $
 
 DESCRIPTION=generate ext2 file systems
 HOMEPAGE=http://sourceforge.net/projects/genext2fs;
@@ -8,7 +8,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~mips ~ppc ~sparc x86
+KEYWORDS=~alpha amd64 ~arm hppa ~mips ~ppc ~sparc x86
 IUSE=
 
 DEPEND=



1.13 sys-fs/genext2fs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   21 Jan 2012 16:33:38 -  1.12
+++ ChangeLog   30 Jun 2014 15:11:55 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/genext2fs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/ChangeLog,v 1.12 
2012/01/21 16:33:38 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/ChangeLog,v 1.13 
2014/06/30 15:11:55 jer Exp $
+
+  30 Jun 2014; Jeroen Roovers j...@gentoo.org genext2fs-1.4.1.ebuild:
+  Stable for HPPA (bug #397225).
 
   21 Jan 2012; Pawel Hajdan jr phajdan...@gentoo.org genext2fs-1.4.1.ebuild:
   x86 stable wrt bug #397225






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/n32: make.defaults use.force use.mask

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:16:17

  Modified: make.defaults
  Added:use.force use.mask
  Log:
  Add IUSE_IMPLICIT, default ABI_MIPS and proper USE unmask  force to 
non-multilib n32  n64 profiles.

Revision  ChangesPath
1.5  profiles/arch/mips/mips64/n32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults?r1=1.4r2=1.5

Index: make.defaults
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults   30 Jun 2014 09:07:28 -  1.4
+++ make.defaults   30 Jun 2014 15:16:16 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults,v 1.4 
2014/06/30 09:07:28 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/make.defaults,v 1.5 
2014/06/30 15:16:16 mgorny Exp $
 
 PROFILE_ARCH=mips64
 
@@ -10,3 +10,6 @@
 ABI=${DEFAULT_ABI}
 MULTILIB_ABIS=n32
 CHOST_n32=${CHOST}
+
+ABI_MIPS=n32
+IUSE_IMPLICIT=abi_mips_n32



1.3  profiles/arch/mips/mips64/n32/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/use.force?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/use.force?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/use.force?r1=1.2r2=1.3




1.1  profiles/arch/mips/mips64/n32/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/use.mask?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n32/use.mask?rev=1.1content-type=text/plain

Index: use.mask
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n32/use.mask,v 1.1 
2014/06/30 15:16:16 mgorny Exp $

# Michał Górny mgo...@gentoo.org (30 Jun 2014)
# Unmask the matching multilib flag.
-abi_mips_n32






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/n32: make.defaults use.force use.mask

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:16:17

  Modified: make.defaults
  Added:use.force use.mask
  Log:
  Add IUSE_IMPLICIT, default ABI_MIPS and proper USE unmask  force to 
non-multilib n32  n64 profiles.

Revision  ChangesPath
1.5  profiles/arch/mips/mipsel/mips64el/n32/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults?r1=1.4r2=1.5

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults   30 Jun 2014 09:07:28 -  1.4
+++ make.defaults   30 Jun 2014 15:16:17 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v 
1.4 2014/06/30 09:07:28 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v 
1.5 2014/06/30 15:16:17 mgorny Exp $
 
 PROFILE_ARCH=mips64el
 
@@ -10,3 +10,6 @@
 ABI=${DEFAULT_ABI}
 MULTILIB_ABIS=n32
 CHOST_n32=${CHOST}
+
+ABI_MIPS=n32
+IUSE_IMPLICIT=abi_mips_n32



1.3  profiles/arch/mips/mipsel/mips64el/n32/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/use.force?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/use.force?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/use.force?r1=1.2r2=1.3




1.1  profiles/arch/mips/mipsel/mips64el/n32/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/use.mask?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/use.mask?rev=1.1content-type=text/plain

Index: use.mask
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/use.mask,v 1.1 
2014/06/30 15:16:17 mgorny Exp $

# Michał Górny mgo...@gentoo.org (30 Jun 2014)
# Unmask the matching multilib flag.
-abi_mips_n32






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

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:16:16

  Modified: ChangeLog
  Log:
  Add IUSE_IMPLICIT, default ABI_MIPS and proper USE unmask  force to 
non-multilib n32  n64 profiles.

Revision  ChangesPath
1.139profiles/arch/mips/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   30 Jun 2014 15:10:09 -  1.138
+++ ChangeLog   30 Jun 2014 15:16:16 -  1.139
@@ -1,6 +1,15 @@
 # ChangeLog for Gentoo/MIPS profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.138 
2014/06/30 15:10:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.139 
2014/06/30 15:16:16 mgorny Exp $
+
+  30 Jun 2014; Michał Górny mgo...@gentoo.org mips64/n32/make.defaults,
+  +mips64/n32/use.force, +mips64/n32/use.mask, mips64/n64/make.defaults,
+  +mips64/n64/use.force, +mips64/n64/use.mask,
+  mipsel/mips64el/n32/make.defaults, +mipsel/mips64el/n32/use.force,
+  +mipsel/mips64el/n32/use.mask, mipsel/mips64el/n64/make.defaults,
+  +mipsel/mips64el/n64/use.force, +mipsel/mips64el/n64/use.mask:
+  Add IUSE_IMPLICIT, default ABI_MIPS and proper USE unmask  force to
+  non-multilib n32  n64 profiles.
 
   30 Jun 2014; Michał Górny mgo...@gentoo.org
   mips64/multilib/n32/make.defaults, mips64/multilib/n64/make.defaults,






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/n64: make.defaults use.force use.mask

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:16:17

  Modified: make.defaults
  Added:use.force use.mask
  Log:
  Add IUSE_IMPLICIT, default ABI_MIPS and proper USE unmask  force to 
non-multilib n32  n64 profiles.

Revision  ChangesPath
1.6  profiles/arch/mips/mipsel/mips64el/n64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults?r1=1.5r2=1.6

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults   30 Jun 2014 09:07:29 -  1.5
+++ make.defaults   30 Jun 2014 15:16:17 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults,v 
1.5 2014/06/30 09:07:29 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/make.defaults,v 
1.6 2014/06/30 15:16:17 mgorny Exp $
 
 PROFILE_ARCH=mips64el
 
@@ -10,3 +10,6 @@
 ABI=${DEFAULT_ABI}
 MULTILIB_ABIS=n64
 CHOST_n64=${CHOST}
+
+ABI_MIPS=n64
+IUSE_IMPLICIT=abi_mips_n64



1.3  profiles/arch/mips/mipsel/mips64el/n64/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/use.force?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/use.force?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/use.force?r1=1.2r2=1.3




1.1  profiles/arch/mips/mipsel/mips64el/n64/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/use.mask?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/use.mask?rev=1.1content-type=text/plain

Index: use.mask
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n64/use.mask,v 1.1 
2014/06/30 15:16:17 mgorny Exp $

# Michał Górny mgo...@gentoo.org (30 Jun 2014)
# Unmask the matching multilib flag.
-abi_mips_n64






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/n64: make.defaults use.force use.mask

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:16:17

  Modified: make.defaults
  Added:use.force use.mask
  Log:
  Add IUSE_IMPLICIT, default ABI_MIPS and proper USE unmask  force to 
non-multilib n32  n64 profiles.

Revision  ChangesPath
1.6  profiles/arch/mips/mips64/n64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults?r1=1.5r2=1.6

Index: make.defaults
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults   30 Jun 2014 09:07:28 -  1.5
+++ make.defaults   30 Jun 2014 15:16:17 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults,v 1.5 
2014/06/30 09:07:28 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/make.defaults,v 1.6 
2014/06/30 15:16:17 mgorny Exp $
 
 PROFILE_ARCH=mips64
 
@@ -10,3 +10,6 @@
 ABI=${DEFAULT_ABI}
 MULTILIB_ABIS=n64
 CHOST_n64=${CHOST}
+
+ABI_MIPS=n64
+IUSE_IMPLICIT=abi_mips_n64



1.3  profiles/arch/mips/mips64/n64/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/use.force?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/use.force?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/use.force?r1=1.2r2=1.3




1.1  profiles/arch/mips/mips64/n64/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/use.mask?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/n64/use.mask?rev=1.1content-type=text/plain

Index: use.mask
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/n64/use.mask,v 1.1 
2014/06/30 15:16:17 mgorny Exp $

# Michał Górny mgo...@gentoo.org (30 Jun 2014)
# Unmask the matching multilib flag.
-abi_mips_n64






[gentoo-commits] gentoo-x86 commit in media-video/totem: totem-3.12.1.ebuild ChangeLog

2014-06-30 Thread Pacho Ramos (pacho)
pacho   14/06/30 15:18:39

  Modified: totem-3.12.1.ebuild ChangeLog
  Log:
  Drop unrecognized configure option, bug #515852 by Ilya Gordeev; drop old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  media-video/totem/totem-3.12.1.ebuild

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

Index: totem-3.12.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- totem-3.12.1.ebuild 29 Jun 2014 17:03:50 -  1.3
+++ totem-3.12.1.ebuild 30 Jun 2014 15:18:39 -  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/media-video/totem/totem-3.12.1.ebuild,v 1.3 
2014/06/29 17:03:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.1.ebuild,v 1.4 
2014/06/30 15:18:39 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -132,7 +132,6 @@
gnome2_src_configure \
--disable-run-in-source-tree \
--disable-static \
-   --with-smclient=auto \
--enable-easy-codec-installation \
--enable-vala \
$(use_enable flash vegas-plugin) \



1.377media-video/totem/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -r1.376 -r1.377
--- ChangeLog   29 Jun 2014 17:03:50 -  1.376
+++ ChangeLog   30 Jun 2014 15:18:39 -  1.377
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/totem
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.376 
2014/06/29 17:03:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.377 
2014/06/30 15:18:39 pacho Exp $
+
+  30 Jun 2014; Pacho Ramos pa...@gentoo.org totem-3.12.1.ebuild:
+  Drop unrecognized configure option, bug #515852 by Ilya Gordeev; drop old.
 
   29 Jun 2014; Gilles Dartiguelongue e...@gentoo.org -totem-3.12.0.ebuild,
   totem-3.12.1.ebuild:






[gentoo-commits] gentoo-x86 commit in media-sound/jtagger/files: jtagger-2008.04.28-override-annotation.patch

2014-06-30 Thread Manuel Rueger (mrueg)
mrueg   14/06/30 15:28:06

  Removed:  jtagger-2008.04.28-override-annotation.patch
  Log:
  NM: Cleanup superseded EAPI=1 ebuild.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )



[gentoo-commits] gentoo-x86 commit in media-sound/jtagger: ChangeLog jtagger-1.0_pre20080428.ebuild

2014-06-30 Thread Manuel Rueger (mrueg)
mrueg   14/06/30 15:28:05

  Modified: ChangeLog
  Removed:  jtagger-1.0_pre20080428.ebuild
  Log:
  NM: Cleanup superseded EAPI=1 ebuild.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.19 media-sound/jtagger/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/jtagger/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   24 Feb 2014 00:16:37 -  1.18
+++ ChangeLog   30 Jun 2014 15:28:05 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/jtagger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jtagger/ChangeLog,v 1.18 
2014/02/24 00:16:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jtagger/ChangeLog,v 1.19 
2014/06/30 15:28:05 mrueg Exp $
+
+  30 Jun 2014; Manuel Rüger mr...@gentoo.org
+  -files/jtagger-2008.04.28-override-annotation.patch,
+  -jtagger-1.0_pre20080428.ebuild:
+  NM: Cleanup superseded EAPI=1 ebuild.
 
   23 Feb 2014; Pawel Hajdan jr phajdan...@gentoo.org jtagger-1.0-r1.ebuild:
   x86 stable wrt bug #499720






[gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: pyenchant-1.6.6.ebuild ChangeLog

2014-06-30 Thread Ian Delaney (idella4)
idella4 14/06/30 15:28:42

  Modified: ChangeLog
  Added:pyenchant-1.6.6.ebuild
  Log:
  bump; drop py2.6 add py3.3 py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.46 dev-python/pyenchant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   6 Jul 2013 00:56:03 -   1.45
+++ ChangeLog   30 Jun 2014 15:28:42 -  1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyenchant
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.45 
2013/07/06 00:56:03 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.46 
2014/06/30 15:28:42 idella4 Exp $
+
+*pyenchant-1.6.6 (30 Jun 2014)
+
+  30 Jun 2014; Ian Delaney idel...@gentoo.org +pyenchant-1.6.6.ebuild:
+  bump; drop py2.6 add py3.3 py3.4
 
   06 Jul 2013; Mike Gilbert flop...@gentoo.org +files/pyenchant-setup.patch,
   pyenchant-1.6.5-r1.ebuild, pyenchant-1.6.5.ebuild:



1.1  dev-python/pyenchant/pyenchant-1.6.6.ebuild

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

Index: pyenchant-1.6.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.6.ebuild,v 1.1 
2014/06/30 15:28:42 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Python bindings for the Enchant spellchecking system
HOMEPAGE=http://pyenchant.sourceforge.net 
http://pypi.python.org/pypi/pyenchant;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
IUSE=

DEPEND=
=app-text/enchant-${PV%.*}
dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}

python_test() {
if [[ -n $(LC_ALL=en_US.UTF-8 bash -c  21) ]]; then
ewarn Disabling tests due to missing en_US.UTF-8 locale
else
esetup.py test
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyenchant: ChangeLog

2014-06-30 Thread Ian Delaney (idella4)
idella4 14/06/30 15:33:16

  Modified: ChangeLog
  Log:
  add pypy to entry in Changelog
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.47 dev-python/pyenchant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   30 Jun 2014 15:28:42 -  1.46
+++ ChangeLog   30 Jun 2014 15:33:16 -  1.47
@@ -1,11 +1,11 @@
 # ChangeLog for dev-python/pyenchant
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.46 
2014/06/30 15:28:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.47 
2014/06/30 15:33:16 idella4 Exp $
 
 *pyenchant-1.6.6 (30 Jun 2014)
 
   30 Jun 2014; Ian Delaney idel...@gentoo.org +pyenchant-1.6.6.ebuild:
-  bump; drop py2.6 add py3.3 py3.4
+  bump; drop py2.6 add py3.3 py3.4 pypy
 
   06 Jul 2013; Mike Gilbert flop...@gentoo.org +files/pyenchant-setup.patch,
   pyenchant-1.6.5-r1.ebuild, pyenchant-1.6.5.ebuild:






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64: make.defaults use.force use.mask

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:34:54

  Modified: make.defaults
  Added:use.force use.mask
  Log:
  Set all ABI-related variables in the generic o32 profile, and revert them 
properly for n{32,64} profiles.

Revision  ChangesPath
1.3  profiles/arch/mips/mips64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/make.defaults?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/make.defaults?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/make.defaults?r1=1.2r2=1.3

Index: make.defaults
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults   28 Jul 2013 02:41:57 -  1.2
+++ make.defaults   30 Jun 2014 15:34:54 -  1.3
@@ -1,7 +1,9 @@
-# Copyright 2010 Gentoo Foundation
+# Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/make.defaults,v 
1.2 2013/07/28 02:41:57 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/make.defaults,v 
1.3 2014/06/30 15:34:54 mgorny Exp $
 
 PROFILE_ARCH=mips64
 
 CHOST=mips64-unknown-linux-gnu
+
+IUSE_IMPLICIT=-abi_mips_o32



1.1  profiles/arch/mips/mips64/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/use.force?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/use.force?rev=1.1content-type=text/plain

Index: use.force
===
# Copyright 2008-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/use.force,v 1.1 
2014/06/30 15:34:54 mgorny Exp $

# Michał Górny mgo...@gentoo.org (30 Jun 2014)
# Unforce o32 back for mips64 subprofiles.
-abi_mips_o32



1.1  profiles/arch/mips/mips64/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/use.mask?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mips64/use.mask?rev=1.1content-type=text/plain

Index: use.mask
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mips64/use.mask,v 1.1 
2014/06/30 15:34:54 mgorny Exp $

# Michał Górny mgo...@gentoo.org (30 Jun 2014)
# Mask o32 back for mips64 subprofiles.
abi_mips_o32






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips: ChangeLog make.defaults use.force use.mask

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:34:54

  Modified: ChangeLog make.defaults use.force use.mask
  Log:
  Set all ABI-related variables in the generic o32 profile, and revert them 
properly for n{32,64} profiles.

Revision  ChangesPath
1.140profiles/arch/mips/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   30 Jun 2014 15:16:16 -  1.139
+++ ChangeLog   30 Jun 2014 15:34:54 -  1.140
@@ -1,6 +1,13 @@
 # ChangeLog for Gentoo/MIPS profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.139 
2014/06/30 15:16:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.140 
2014/06/30 15:34:54 mgorny Exp $
+
+  30 Jun 2014; Michał Górny mgo...@gentoo.org make.defaults,
+  mips64/make.defaults, +mips64/use.force, +mips64/use.mask,
+  mipsel/mips64el/make.defaults, +mipsel/mips64el/use.force,
+  +mipsel/mips64el/use.mask, use.force, use.mask:
+  Set all ABI-related variables in the generic o32 profile, and revert them
+  properly for n{32,64} profiles.
 
   30 Jun 2014; Michał Górny mgo...@gentoo.org mips64/n32/make.defaults,
   +mips64/n32/use.force, +mips64/n32/use.mask, mips64/n64/make.defaults,



1.12 profiles/arch/mips/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/make.defaults?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/make.defaults?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/make.defaults?r1=1.11r2=1.12

Index: make.defaults
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- make.defaults   28 Jul 2013 02:41:57 -  1.11
+++ make.defaults   30 Jun 2014 15:34:54 -  1.12
@@ -1,6 +1,6 @@
-# Copyright 2008-2012 Gentoo Foundation
+# Copyright 2008-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.11 
2013/07/28 02:41:57 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.12 
2014/06/30 15:34:54 mgorny Exp $
 
 # 2006/08/18 - Donnie Berkholz dberkh...@gentoo.org
 # Defaults for video drivers
@@ -19,6 +19,13 @@
 LIBDIR_n32=lib32
 LIBDIR_n64=lib64
 
+ABI=o32
+DEFAULT_ABI=o32
+MULTILIB_ABIS=o32
+
+ABI_MIPS=o32
+IUSE_IMPLICIT=abi_mips_o32
+
 # 2010/12/06 - Matt Turner matts...@gentoo.org
 # Probably missing a bunch for various SGI systems.
 ALSA_CARDS=au1x00



1.3  profiles/arch/mips/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.force?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.force?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.force?r1=1.2r2=1.3

Index: use.force
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.force,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- use.force   28 Jul 2013 02:41:57 -  1.2
+++ use.force   30 Jun 2014 15:34:54 -  1.3
@@ -1,6 +1,7 @@
-# Copyright 2008 Gentoo Foundation
+# Copyright 2008-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.force,v 1.2 
2013/07/28 02:41:57 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.force,v 1.3 
2014/06/30 15:34:54 mgorny Exp $
 
 # Force the flag which corresponds to ARCH.
 mips
+abi_mips_o32



1.75 profiles/arch/mips/use.mask

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

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v
retrieving revision 1.74
retrieving revision 1.75
diff 

[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el: make.defaults use.force use.mask

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 15:34:54

  Modified: make.defaults
  Added:use.force use.mask
  Log:
  Set all ABI-related variables in the generic o32 profile, and revert them 
properly for n{32,64} profiles.

Revision  ChangesPath
1.3  profiles/arch/mips/mipsel/mips64el/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/make.defaults?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/make.defaults?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/make.defaults?r1=1.2r2=1.3

Index: make.defaults
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults   28 Jul 2013 02:41:58 -  1.2
+++ make.defaults   30 Jun 2014 15:34:54 -  1.3
@@ -1,7 +1,9 @@
-# Copyright 2010 Gentoo Foundation
+# Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/make.defaults,v 1.2 
2013/07/28 02:41:58 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/make.defaults,v 1.3 
2014/06/30 15:34:54 mgorny Exp $
 
 PROFILE_ARCH=mips64el
 
 CHOST=mips64el-unknown-linux-gnu
+
+IUSE_IMPLICIT=-abi_mips_o32



1.1  profiles/arch/mips/mipsel/mips64el/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/use.force?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/use.force?rev=1.1content-type=text/plain

Index: use.force
===
# Copyright 2008-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/use.force,v 1.1 
2014/06/30 15:34:54 mgorny Exp $

# Michał Górny mgo...@gentoo.org (30 Jun 2014)
# Unforce o32 back for mips64 subprofiles.
-abi_mips_o32



1.1  profiles/arch/mips/mipsel/mips64el/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/use.mask?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/use.mask?rev=1.1content-type=text/plain

Index: use.mask
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/use.mask,v 1.1 
2014/06/30 15:34:54 mgorny Exp $

# Michał Górny mgo...@gentoo.org (30 Jun 2014)
# Mask o32 back for mips64el subprofiles.
abi_mips_o32






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-plugins: ChangeLog nagios-plugins-1.4.14-r2.ebuild

2014-06-30 Thread Manuel Rueger (mrueg)
mrueg   14/06/30 15:48:44

  Modified: ChangeLog
  Removed:  nagios-plugins-1.4.14-r2.ebuild
  Log:
  NM: Cleanup superseded EAPI=1 ebuild.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.165net-analyzer/nagios-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.165view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.165content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?r1=1.164r2=1.165

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   26 Jan 2014 03:39:11 -  1.164
+++ ChangeLog   30 Jun 2014 15:48:44 -  1.165
@@ -1,6 +1,15 @@
 # ChangeLog for net-analyzer/nagios-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 
1.164 2014/01/26 03:39:11 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 
1.165 2014/06/30 15:48:44 mrueg Exp $
+
+  30 Jun 2014; Manuel Rüger mr...@gentoo.org
+  -files/nagios-plugins-1.4.10-contrib.patch,
+  -files/nagios-plugins-1.4.10-noradius.patch,
+  -files/nagios-plugins-1.4.12-pgsqlconfigure.patch,
+  -files/nagios-plugins-1.4.14-implicit-pointer-conversion.patch,
+  -files/nagios-plugins-1.4.14-vserver.patch,
+  -files/nagios-plugins-1.4.15-openldap.patch, 
-nagios-plugins-1.4.14-r2.ebuild:
+  NM: Cleanup superseded EAPI=1 ebuild.
 
   26 Jan 2014; Chris Reffett creff...@gentoo.org metadata.xml:
   Update maintainers (add ahamilto as maintainer, me as proxy, proxy-maint herd






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-plugins/files: nagios-plugins-1.4.15-openldap.patch nagios-plugins-1.4.14-implicit-pointer-conversion.patch nagios-plugins-1.4.12-pgsqlconfigu

2014-06-30 Thread Manuel Rueger (mrueg)
mrueg   14/06/30 15:48:45

  Removed:  nagios-plugins-1.4.15-openldap.patch
nagios-plugins-1.4.14-implicit-pointer-conversion.patch
nagios-plugins-1.4.12-pgsqlconfigure.patch
nagios-plugins-1.4.10-contrib.patch
nagios-plugins-1.4.10-noradius.patch
nagios-plugins-1.4.14-vserver.patch
  Log:
  NM: Cleanup superseded EAPI=1 ebuild.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )



[gentoo-commits] gentoo-x86 commit in net-analyzer/driftnet: ChangeLog driftnet-0.1.6_p20090401.ebuild

2014-06-30 Thread Jeroen Roovers (jer)
jer 14/06/30 16:10:52

  Modified: ChangeLog driftnet-0.1.6_p20090401.ebuild
  Log:
  Move the rest of the ebuild to EAPI 5 too.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.44 net-analyzer/driftnet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   6 Jan 2014 02:21:09 -   1.43
+++ ChangeLog   30 Jun 2014 16:10:52 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/driftnet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/ChangeLog,v 1.43 
2014/01/06 02:21:09 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/ChangeLog,v 1.44 
2014/06/30 16:10:52 jer Exp $
+
+  30 Jun 2014; Jeroen Roovers j...@gentoo.org 
driftnet-0.1.6_p20090401.ebuild:
+  Move the rest of the ebuild to EAPI 5 too.
 
   06 Jan 2014; Steev Klimaszewski st...@gentoo.org
   driftnet-0.1.6_p20090401.ebuild:



1.10 net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild?r1=1.9r2=1.10

Index: driftnet-0.1.6_p20090401.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- driftnet-0.1.6_p20090401.ebuild 6 Jan 2014 02:21:09 -   1.9
+++ driftnet-0.1.6_p20090401.ebuild 30 Jun 2014 16:10:52 -  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/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild,v 
1.9 2014/01/06 02:21:09 steev Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild,v 
1.10 2014/06/30 16:10:52 jer Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs
@@ -38,24 +38,24 @@
 src_compile() {
export CC=$(tc-getCC)
if use gtk; then
-   emake || die gtk+ build failed
-   mv driftnet driftnet-gtk
-   make clean || die
+   emake
+   mv driftnet driftnet-gtk || die
+   emake clean
fi
 
# build a non-gtk version for all users
sed -i 's:^\(.*gtk.*\)$:#\1:g' Makefile || die sed disable gtk failed
append-flags -DNO_DISPLAY_WINDOW
-   emake || die emake failed
+   emake
 }
 
 src_install () {
-   dosbin driftnet || die dobin failed
-   doman driftnet.1 || die doman failed
+   dosbin driftnet
+   doman driftnet.1
 
-   use gtk  { dosbin driftnet-gtk || die dosbin failed (gtk) ; }
+   use gtk  dosbin driftnet-gtk
 
-   dodoc CHANGES CREDITS README TODO || die dodoc failed
+   dodoc CHANGES CREDITS README TODO
 
if use suid ; then
elog marking the no-display driftnet as setuid root.






[gentoo-commits] dev/graaff:master commit in: dev-ruby/uuid/

2014-06-30 Thread Hans de Graaff
commit: 8bc426f319867f0840b0e549bdc26308bbcb4a7b
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Fri Jun 27 09:09:09 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Fri Jun 27 09:09:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=8bc426f3

Add ruby20, ruby21. Add test dependency on mocha and make tests work when newer 
mocha is installed.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/uuid/ChangeLog | 4 
 dev-ruby/uuid/uuid-2.3.7.ebuild | 9 +++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/uuid/ChangeLog b/dev-ruby/uuid/ChangeLog
index 177cbd3..9bae0ec 100644
--- a/dev-ruby/uuid/ChangeLog
+++ b/dev-ruby/uuid/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2014; Hans de Graaff gra...@gentoo.org uuid-2.3.7.ebuild:
+  Add ruby20, ruby21. Add test dependency on mocha and make tests work when
+  newer mocha is installed.
+
   27 Jun 2014; Hans de Graaff gra...@gentoo.org -uuid-2.3.6.ebuild:
   Cleanup.
 

diff --git a/dev-ruby/uuid/uuid-2.3.7.ebuild b/dev-ruby/uuid/uuid-2.3.7.ebuild
index 729e983..bd83dcf 100644
--- a/dev-ruby/uuid/uuid-2.3.7.ebuild
+++ b/dev-ruby/uuid/uuid-2.3.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
 EAPI=5
-USE_RUBY=ruby19
+USE_RUBY=ruby19 ruby20 ruby21
 
 RUBY_FAKEGEM_EXTRADOC=CHANGELOG README.rdoc
 
@@ -25,6 +25,11 @@ IUSE=doc
 
 ruby_add_rdepend =dev-ruby/macaddr-1.0:0
 
+ruby_add_bdepend test? ( dev-ruby/mocha:0.14 )
+
 all_ruby_prepare() {
rm bin/{rake,yard,yri,yardoc} || die
+
+   # Only works with older mocha versions.
+   sed -e '2igem mocha, ~0.14.0' -i test/test-uuid.rb || die 
 }



[gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-rails/

2014-06-30 Thread Hans de Graaff
commit: b40e1bcc4d78e0f95b2ed67efa744d7ff39b04ac
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Fri Jun 27 09:37:24 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Fri Jun 27 09:37:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=b40e1bcc

Add ruby20, ruby21.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/compass-rails/ChangeLog  | 3 +++
 dev-ruby/compass-rails/compass-rails-1.1.7.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/compass-rails/ChangeLog b/dev-ruby/compass-rails/ChangeLog
index 04d01e9..80de28a 100644
--- a/dev-ruby/compass-rails/ChangeLog
+++ b/dev-ruby/compass-rails/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2014; Hans de Graaff gra...@gentoo.org compass-rails-1.1.7.ebuild:
+  Add ruby20, ruby21.
+
   27 Jun 2014; Hans de Graaff gra...@gentoo.org -compass-rails-1.0.3.ebuild,
   -compass-rails-1.1.3.ebuild:
   Cleanup.

diff --git a/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild 
b/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild
index 8f7807b..7f2b2ad 100644
--- a/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild
+++ b/dev-ruby/compass-rails/compass-rails-1.1.7.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-USE_RUBY=ruby19
+USE_RUBY=ruby19 ruby20 ruby21
 
 RUBY_FAKEGEM_TASK_DOC=
 RUBY_FAKEGEM_EXTRADOC=README.md



[gentoo-commits] dev/graaff:master commit in: dev-ruby/joiner/

2014-06-30 Thread Hans de Graaff
commit: edc58a80b5a0bc81f4d580023d408e60c98bebf9
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Fri Jun 27 09:32:11 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Fri Jun 27 09:32:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=edc58a80

Add ruby20, ruby21.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/joiner/ChangeLog   | 3 +++
 dev-ruby/joiner/joiner-0.2.0.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/joiner/ChangeLog b/dev-ruby/joiner/ChangeLog
index 7b7d1ef..b79a124 100644
--- a/dev-ruby/joiner/ChangeLog
+++ b/dev-ruby/joiner/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2014; Hans de Graaff gra...@gentoo.org joiner-0.2.0.ebuild:
+  Add ruby20, ruby21.
+
 *joiner-0.2.0 (07 Feb 2014)
 
   07 Feb 2014; Hans de Graaff gra...@gentoo.org +joiner-0.2.0.ebuild,

diff --git a/dev-ruby/joiner/joiner-0.2.0.ebuild 
b/dev-ruby/joiner/joiner-0.2.0.ebuild
index c9465ee..cb68e51 100644
--- a/dev-ruby/joiner/joiner-0.2.0.ebuild
+++ b/dev-ruby/joiner/joiner-0.2.0.ebuild
@@ -3,7 +3,7 @@
 # $Header:  $
 
 EAPI=5
-USE_RUBY=ruby18 ruby19
+USE_RUBY=ruby19 ruby20 ruby21
 
 RUBY_FAKEGEM_TASK_DOC=
 RUBY_FAKEGEM_TASK_TEST=



[gentoo-commits] dev/graaff:master commit in: dev-ruby/rvideo/

2014-06-30 Thread Hans de Graaff
commit: 781000c3e118ad81eb5c80e794c13416a72ee52f
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Fri Jun 27 09:10:00 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Fri Jun 27 09:10:00 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=781000c3

Cleanup.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/rvideo/ChangeLog  |  5 -
 dev-ruby/rvideo/rvideo-0.9.3-r1.ebuild | 29 -
 2 files changed, 4 insertions(+), 30 deletions(-)

diff --git a/dev-ruby/rvideo/ChangeLog b/dev-ruby/rvideo/ChangeLog
index 6906228..50822bf 100644
--- a/dev-ruby/rvideo/ChangeLog
+++ b/dev-ruby/rvideo/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-ruby/rvideo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2014; Hans de Graaff gra...@gentoo.org -rvideo-0.9.3-r1.ebuild:
+  Cleanup.
+
   24 Sep 2012; Hans de Graaff gra...@gentoo.org rvideo-0.9.3-r2.ebuild:
   Add ruby19 keyword.
 

diff --git a/dev-ruby/rvideo/rvideo-0.9.3-r1.ebuild 
b/dev-ruby/rvideo/rvideo-0.9.3-r1.ebuild
deleted file mode 100644
index b7096f7..000
--- a/dev-ruby/rvideo/rvideo-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 
2006/08/28 14:34:06 pclouds Exp $
-
-EAPI=2
-USE_RUBY=ruby18
-
-RUBY_FAKEGEM_TASK_DOC=docs
-RUBY_FAKEGEM_DOCDIR=doc
-RUBY_FAKEGEM_EXTRADOC=ENV ENV2 History.txt README.txt RULES
-
-# There are specs but they require an old version of rspec.
-RUBY_FAKEGEM_TASK_TEST=
-
-RUBY_FAKEGEM_EXTRAINSTALL=config
-
-inherit ruby-fakegem
-
-DESCRIPTION=Inspect and process video or audio files.
-HOMEPAGE=http://code.google.com/p/rvideo/;
-LICENSE=MIT
-
-KEYWORDS=~amd64 ~x86 ~x86-macos
-SLOT=0
-IUSE=flv
-
-ruby_add_bdepend doc? ( dev-ruby/hoe )
-
-ruby_add_rdepend flv? ( media-video/flvtool2 )



[gentoo-commits] dev/graaff:master commit in: dev-ruby/compass-rails/

2014-06-30 Thread Hans de Graaff
commit: 65df65b86365d934e05a8cefc814b369acf74907
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Fri Jun 27 09:33:46 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Fri Jun 27 09:33:46 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=65df65b8

Cleanup.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/compass-rails/ChangeLog  |  4 +++
 dev-ruby/compass-rails/Manifest   |  2 --
 dev-ruby/compass-rails/compass-rails-1.0.3.ebuild | 31 ---
 dev-ruby/compass-rails/compass-rails-1.1.3.ebuild | 31 ---
 4 files changed, 4 insertions(+), 64 deletions(-)

diff --git a/dev-ruby/compass-rails/ChangeLog b/dev-ruby/compass-rails/ChangeLog
index 14caca7..04d01e9 100644
--- a/dev-ruby/compass-rails/ChangeLog
+++ b/dev-ruby/compass-rails/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2014; Hans de Graaff gra...@gentoo.org -compass-rails-1.0.3.ebuild,
+  -compass-rails-1.1.3.ebuild:
+  Cleanup.
+
 *compass-rails-1.1.7 (04 Apr 2014)
 
   04 Apr 2014; Hans de Graaff gra...@gentoo.org +compass-rails-1.1.7.ebuild:

diff --git a/dev-ruby/compass-rails/Manifest b/dev-ruby/compass-rails/Manifest
index 6e19d27..b35f1b2 100644
--- a/dev-ruby/compass-rails/Manifest
+++ b/dev-ruby/compass-rails/Manifest
@@ -1,3 +1 @@
-DIST compass-rails-1.0.3.gem 19456 SHA256 
b04f4068e3a9900c80df828689f6eaf621ee9b402af943bcd1a9995c5027da3d SHA512 
7a9df2ff9ff2162c3b71e6aeb552a30cf9330cda2b5ad79c4465efcd10074a2216ac3a63d678b1c371ab1271a22c0afd1b67b60c0d97cfa97b451a6b662de534
 WHIRLPOOL 
93e3159eee85c8866f842218b04bd2e625e86700d2b9b15be85b5086d23683c4f763c763048b21b77c6f3d82f465074321b004cfce778d5b270d3670f732ed04
-DIST compass-rails-1.1.3.gem 18432 SHA256 
8fd2cd2b61cc5dc64a614b33df7f94a0fd59a6cba8af42f175d74f51c079ee34 SHA512 
fcd4eb7dfc529964503caa062b18007d4c26966ae24b559b6456692886a1159d2705336ed163edb8a4e035aec76c4e88660dd2f029173dfc056e6676af9f4cf3
 WHIRLPOOL 
379517eec4963f5135e180587f334c9c182a8038836b1c505354aa249478d0573a2418b4eb30e5d8ab145679d1aa6cbdb294bcc078af22ff9b32b6c30e761ea7
 DIST compass-rails-1.1.7.gem 17408 SHA256 
4ac64056ed7239d29ff77ac9c6cddb0990a4f2cf232ca2c0f4a165bd5cb60d2d SHA512 
cb5052f21d3895faf81a161225372d86919fe999b044cad26fd0e031bbcbbcfb8fac5dcc9db05e32efb8bce44a6ba09c37bceb1c53d0384655b6e3adb85ad0f1
 WHIRLPOOL 
c1c59b8b66f30703faee26915be4ae6bf4acbec2db9d9df5b6f5ae68369b75f54d453f996594303395115d37ffe5fca6958aa5b7d7e0aeebaa958549bb836b3d

diff --git a/dev-ruby/compass-rails/compass-rails-1.0.3.ebuild 
b/dev-ruby/compass-rails/compass-rails-1.0.3.ebuild
deleted file mode 100644
index 8be4c9f..000
--- a/dev-ruby/compass-rails/compass-rails-1.0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY=ruby19
-
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=README.md
-
-RUBY_FAKEGEM_TASK_TEST=-Ilib test features
-
-inherit ruby-fakegem
-
-DESCRIPTION=A Rails adapter for the Compass Stylesheet Authoring Framework
-HOMEPAGE=http://compass-style.org/;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-# Uses appraisal and rainbow and runs integration on a variety of Rails
-# versions.
-RESTRICT=test
-
-ruby_add_rdepend =dev-ruby/compass-0.12.2 dev-ruby/compass-0.14
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
-}

diff --git a/dev-ruby/compass-rails/compass-rails-1.1.3.ebuild 
b/dev-ruby/compass-rails/compass-rails-1.1.3.ebuild
deleted file mode 100644
index d245df8..000
--- a/dev-ruby/compass-rails/compass-rails-1.1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY=ruby19
-
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=README.md
-
-RUBY_FAKEGEM_TASK_TEST=-Ilib test features
-
-inherit ruby-fakegem
-
-DESCRIPTION=A Rails adapter for the Compass Stylesheet Authoring Framework
-HOMEPAGE=http://compass-style.org/;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-# Uses appraisal and rainbow and runs integration on a variety of Rails
-# versions.
-RESTRICT=test
-
-ruby_add_rdepend =dev-ruby/compass-0.12.2
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
-}



[gentoo-commits] gentoo-x86 commit in media-libs/sdl-mixer: ChangeLog sdl-mixer-1.2.12-r1.ebuild

2014-06-30 Thread Michael Sterrett (mr_bones_)
mr_bones_14/06/30 16:35:23

  Modified: ChangeLog
  Removed:  sdl-mixer-1.2.12-r1.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.129media-libs/sdl-mixer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   18 Jun 2014 19:56:13 -  1.128
+++ ChangeLog   30 Jun 2014 16:35:23 -  1.129
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/sdl-mixer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.128 
2014/06/18 19:56:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.129 
2014/06/30 16:35:23 mr_bones_ Exp $
+
+  30 Jun 2014; Michael Sterrett mr_bon...@gentoo.org
+  -sdl-mixer-1.2.12-r1.ebuild:
+  old
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org sdl-mixer-1.2.12-r4.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug






[gentoo-commits] gentoo-x86 commit in x11-terms/terminology: terminology-0.5.1.ebuild ChangeLog

2014-06-30 Thread Ralph Sennhauser (sera)
sera14/06/30 16:42:58

  Modified: ChangeLog
  Added:terminology-0.5.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
3C5CF75A)

Revision  ChangesPath
1.9  x11-terms/terminology/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/terminology/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   10 May 2014 14:32:56 -  1.8
+++ ChangeLog   30 Jun 2014 16:42:58 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for x11-terms/terminology
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminology/ChangeLog,v 1.8 
2014/05/10 14:32:56 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminology/ChangeLog,v 1.9 
2014/06/30 16:42:58 sera Exp $
+
+*terminology-0.5.1 (30 Jun 2014)
+
+  30 Jun 2014; Ralph Sennhauser s...@gentoo.org +terminology-0.5.1.ebuild:
+  Version bump
 
   10 May 2014; Ralph Sennhauser s...@gentoo.org -terminology-0.2.0.ebuild,
   -terminology-0.3.0.ebuild, -terminology-0.4.0_alpha1.ebuild:



1.1  x11-terms/terminology/terminology-0.5.1.ebuild

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

Index: terminology-0.5.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-terms/terminology/terminology-0.5.1.ebuild,v 1.1 
2014/06/30 16:42:58 sera Exp $

EAPI=5

DESCRIPTION=Feature rich terminal emulator using the Enlightenment Foundation 
Libraries
HOMEPAGE=http://www.enlightenment.org/p.php?p=about/terminology;
SRC_URI=http://download.enlightenment.org/rel/apps/${PN}/${P}.tar.bz2;

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

RDEPEND=
=dev-libs/efl-1.8.1
=media-libs/elementary-1.8.0
DEPEND=${RDEPEND}
virtual/pkgconfig






[gentoo-commits] gentoo-x86 commit in dev-util/travis-yaml: - New directory

2014-06-30 Thread Manuel Rueger (mrueg)
mrueg   14/06/30 17:00:00

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-util/travis-yaml added to the repository



[gentoo-commits] gentoo-x86 commit in dev-util/travis-yaml: travis-yaml-0.1.0.ebuild metadata.xml Manifest ChangeLog

2014-06-30 Thread Manuel Rueger (mrueg)
mrueg   14/06/30 17:00:33

  Added:travis-yaml-0.1.0.ebuild metadata.xml Manifest
ChangeLog
  Log:
  Initial ebuild
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.1  dev-util/travis-yaml/travis-yaml-0.1.0.ebuild

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

Index: travis-yaml-0.1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/travis-yaml/travis-yaml-0.1.0.ebuild,v 1.1 
2014/06/30 17:00:33 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_TASK_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem

DESCRIPTION=Parses and validates your .travis.yml, fast and secure
HOMEPAGE=https://github.com/travis-ci/travis-yaml;

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

ruby_add_rdepend dev-ruby/psych

all_ruby_prepare() {
sed -i -e /bundler/d -e /coverage/d spec/support.rb || die
sed -i -e 1igem \psych\ -e 2irequire \psych\ 
spec/support/environment.rb || die
}



1.1  dev-util/travis-yaml/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailmr...@gentoo.org/email
nameManuel Rüger/name
/maintainer
/pkgmetadata



1.1  dev-util/travis-yaml/Manifest

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

Index: Manifest
===
DIST travis-yaml-0.1.0.gem 32256 SHA256 
1c7fafaaff435c7e126a0bac50b9bfddb977fbf021f7cfc2bfb5388afc33e0a4 SHA512 
33fb5ebfc2663e0a4d1c52430961c45dac84d974b1bc912fd8a10052db4869cc455fb8250bf95a1b6760be112a2ecc81a6ffce398a6ddea3829c338b3e20ab6b
 WHIRLPOOL 
42e60afe4e91040f94ac0e5fa66915f4f1e2e0bacc2c0f36c78cb902b4fa7daece19ecd76d860e23daddc4caaa9144b3c88059234e6cad0dd22e0a2eab9d581a
EBUILD travis-yaml-0.1.0.ebuild 767 SHA256 
dc713f93bb7a30abc95bf34924489505ab4effbc6f500b9b5c8f46f8e8de92eb SHA512 
38e161951373c4dbd3c339555e12c696d8b9a6b736b8912f3790ca7f609c11ec670d23af4492646ad844c7791ba01974e35e8c688075f7d4e25007407d88d30b
 WHIRLPOOL 
61e1c19c339d1a2f83018468a858ab04fd66b3c0d7ae3790de14b56d3d70172fb782e24cca1c36f4965d7f881e5ad786ed85a1ac5183cdeb4544d8fd998fea33
MISC metadata.xml 231 SHA256 
9c04e1ed256c8293b1120d9b56de16e3ee5ff6cdb3967d517d46c5974c23d67a SHA512 
0aaf70d152f2b3a4b333fccde6f5c9fbb6cac1a9ecf3e2b2ddb57a1c260b3f0e7bdd215edad17f959b2a3324929bf446164341531783431c3435d1b956d09d83
 WHIRLPOOL 
d631165d8a2dd82731e34fed2e3c09437b8c0d383da28c3e0a5f704196afc1810a7efee388e6b558493e82fa61cc799ab3b93eb1b7b17464dd380efdcba60d06



1.1  dev-util/travis-yaml/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-util/travis-yaml
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/travis-yaml/ChangeLog,v 1.1 
2014/06/30 17:00:33 mrueg Exp $

*travis-yaml-0.1.0 (30 Jun 2014)

  30 Jun 2014; Manuel Rüger mr...@gentoo.org +metadata.xml,
  +travis-yaml-0.1.0.ebuild:
  Initial ebuild






[gentoo-commits] gentoo-x86 commit in sys-kernel/tuxonice-sources: tuxonice-sources-3.10.45.ebuild tuxonice-sources-3.4.95.ebuild tuxonice-sources-3.15.2.ebuild tuxonice-sources-3.14.9.ebuild tuxonice

2014-06-30 Thread Mike Gilbert (floppym)
floppym 14/06/30 17:37:45

  Modified: ChangeLog
  Added:tuxonice-sources-3.10.45.ebuild
tuxonice-sources-3.4.95.ebuild
tuxonice-sources-3.15.2.ebuild
tuxonice-sources-3.14.9.ebuild
tuxonice-sources-3.12.23.ebuild
  Log:
  Version bumps. Ebuilds by Arfrever.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.194sys-kernel/tuxonice-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog   22 Jun 2014 15:23:50 -  1.193
+++ ChangeLog   30 Jun 2014 17:37:45 -  1.194
@@ -1,6 +1,18 @@
 # ChangeLog for sys-kernel/tuxonice-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 
1.193 2014/06/22 15:23:50 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 
1.194 2014/06/30 17:37:45 floppym Exp $
+
+*tuxonice-sources-3.15.2 (30 Jun 2014)
+*tuxonice-sources-3.14.9 (30 Jun 2014)
+*tuxonice-sources-3.12.23 (30 Jun 2014)
+*tuxonice-sources-3.10.45 (30 Jun 2014)
+*tuxonice-sources-3.4.95 (30 Jun 2014)
+
+  30 Jun 2014; Mike Gilbert flop...@gentoo.org
+  +tuxonice-sources-3.10.45.ebuild, +tuxonice-sources-3.12.23.ebuild,
+  +tuxonice-sources-3.14.9.ebuild, +tuxonice-sources-3.15.2.ebuild,
+  +tuxonice-sources-3.4.95.ebuild:
+  Version bumps. Ebuilds by Arfrever.
 
 *tuxonice-sources-3.10.44 (22 Jun 2014)
 *tuxonice-sources-3.15.1 (22 Jun 2014)



1.1  sys-kernel/tuxonice-sources/tuxonice-sources-3.10.45.ebuild

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

Index: tuxonice-sources-3.10.45.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.45.ebuild,v
 1.1 2014/06/30 17:37:45 floppym Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=53

inherit kernel-2
detect_version
detect_arch

DESCRIPTION=TuxOnIce + Gentoo patchset sources
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ 
http://tuxonice.nigelcunningham.com.au/ 
https://github.com/NigelCunningham/tuxonice-kernel;

TUXONICE_PV=3.10.45
TUXONICE_DATE=2014-06-27

TUXONICE_PATCH=tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2
TUXONICE_URI=http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH};
UNIPATCH_LIST=${DISTDIR}/${TUXONICE_PATCH}
UNIPATCH_STRICTORDER=yes
SRC_URI=${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}

KEYWORDS=~amd64 ~x86
IUSE=experimental

RDEPEND=${RDEPEND}
=sys-apps/tuxonice-userui-1.0
|| ( =sys-power/hibernate-script-2.0 sys-power/pm-utils )

K_EXTRAELOG=If there are issues with this kernel, please direct any queries to 
the tuxonice-users mailing list:
http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/;
K_SECURITY_UNSUPPORTED=1



1.1  sys-kernel/tuxonice-sources/tuxonice-sources-3.4.95.ebuild

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

Index: tuxonice-sources-3.4.95.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.95.ebuild,v
 1.1 2014/06/30 17:37:45 floppym Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras
K_GENPATCHES_VER=78

inherit kernel-2
detect_version
detect_arch

DESCRIPTION=TuxOnIce + Gentoo patchset sources
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ 
http://tuxonice.nigelcunningham.com.au/ 
https://github.com/NigelCunningham/tuxonice-kernel;

TUXONICE_PV=3.4.95

[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201406-35.xml

2014-06-30 Thread Mikle Kolyada (zlogene)
zlogene 14/06/30 17:53:27

  Added:glsa-201406-35.xml
  Log:
  GLSA 201406-35

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201406-35.xml

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

Index: glsa-201406-35.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201406-35
  titleOpenfire: Multiple vulnerabilities/title
  synopsisMultiple vulnerabilities have been found in Openfire, the worst of
which could lead to a Denial of Service condition.
  /synopsis
  product type=ebuildopenfire/product
  announcedJune 30, 2014/announced
  revisedJune 30, 2014: 1/revised
  bug266129/bug
  bug507242/bug
  accessremote/access
  affected
package name=net-im/openfire auto=yes arch=*
  unaffected range=ge3.9.2-r1/unaffected
  vulnerable range=lt3.9.2-r1/vulnerable
/package
  /affected
  background
pOpenfire is a real time collaboration (RTC) server./p
  /background
  description
pMultiple vulnerabilities have been discovered in Openfire. Please review
  the CVE identifiers referenced below for details.
/p
  /description
  impact type=normal
pA remote attacker could possibly cause a Denial of Service condition or
  bypass security restrictions.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll Openfire users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=net-im/openfire-3.9.2-r1
/code

  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-1595;CVE-2009-1595/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-1596;CVE-2009-1596/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-2741;CVE-2014-2741/uri
  /references
  metadata tag=requester timestamp=Tue, 10 Jun 2014 01:12:58 +
BlueKnight
  /metadata
  metadata tag=submitter timestamp=Mon, 30 Jun 2014 17:52:11 
+Zlogene/metadata
/glsa






[gentoo-commits] gentoo-x86 commit in dev-db/mysql-workbench: mysql-workbench-6.1.7.ebuild ChangeLog

2014-06-30 Thread Hans de Graaff (graaff)
graaff  14/06/30 17:59:00

  Modified: ChangeLog
  Added:mysql-workbench-6.1.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.94 dev-db/mysql-workbench/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   17 May 2014 07:53:19 -  1.93
+++ ChangeLog   30 Jun 2014 17:59:00 -  1.94
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mysql-workbench
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v 1.93 
2014/05/17 07:53:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v 1.94 
2014/06/30 17:59:00 graaff Exp $
+
+*mysql-workbench-6.1.7 (30 Jun 2014)
+
+  30 Jun 2014; Hans de Graaff gra...@gentoo.org
+  +mysql-workbench-6.1.7.ebuild:
+  Version bump.
 
 *mysql-workbench-6.1.6 (17 May 2014)
 



1.1  dev-db/mysql-workbench/mysql-workbench-6.1.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.1.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.1.7.ebuild?rev=1.1content-type=text/plain

Index: mysql-workbench-6.1.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.1.7.ebuild,v 
1.1 2014/06/30 17:59:00 graaff Exp $

EAPI=5
GCONF_DEBUG=no

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

CMAKE_MIN_VERSION=2.8.11.1

inherit gnome2 eutils flag-o-matic python-single-r1 cmake-utils

MY_P=${PN}-community-${PV}-src

DESCRIPTION=MySQL Workbench
HOMEPAGE=http://dev.mysql.com/workbench/;
SRC_URI=mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=debug doc gnome-keyring +iodbc

# glibc: deprecated mutex functions, removed in 2.36.0
CDEPEND=${PYTHON_DEPS}
dev-libs/glib:2
dev-cpp/atkmm
dev-cpp/pangomm
=dev-cpp/glibmm-2.14:2
=dev-cpp/gtkmm-2.14:2.4
dev-libs/atk
x11-libs/pango
=x11-libs/gtk+-2.6:2
gnome-base/libglade:2.0
=x11-libs/cairo-1.5.12[glib,svg]
dev-libs/libsigc++:2
dev-libs/boost
=dev-cpp/ctemplate-0.95
=dev-libs/libxml2-2.6.2:2
dev-libs/libzip
=virtual/mysql-5.1
dev-libs/libpcre
virtual/opengl
=dev-lang/lua-5.1[deprecated]
|| ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid )
dev-libs/tinyxml[stl]
dev-db/mysql-connector-c++
dev-db/vsqlite++
!iodbc? ( dev-db/unixODBC ) iodbc? ( dev-db/libiodbc )
gnome-keyring? ( gnome-base/libgnome-keyring )
dev-python/pexpect
=dev-python/paramiko-1.7.4


RDEPEND=${CDEPEND}
app-admin/sudo
=sys-apps/net-tools-1.60_p20120127084908

DEPEND=${CDEPEND}
dev-lang/swig
virtual/pkgconfig

S=${WORKDIR}/${MY_P}

src_prepare() {
## Patch CMakeLists.txt
epatch ${FILESDIR}/${PN}-6.0.8-CMakeLists.patch

## remove hardcoded CXXFLAGS
sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/CMakeLists.txt || die

## package is very fragile...
strip-flags

cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_use gnome-keyring GNOME_KEYRING)
$(cmake-utils_use_use iodbc IODBC)
-DLIB_INSTALL_DIR=/usr/$(get_libdir)
-DPYTHON_INCLUDE_DIR=$(python_get_includedir)
-DPYTHON_LIBRARY=$(python_get_library_path)
)
cmake-utils_src_configure
}

src_compile() {
# Work around parallel build issues, bug 507838
cmake-utils_src_compile -j1
}






[gentoo-commits] gentoo-x86 commit in dev-util/buildbot: buildbot-0.8.9.ebuild ChangeLog

2014-06-30 Thread Markos Chandras (hwoarang)
hwoarang14/06/30 18:10:33

  Modified: ChangeLog
  Added:buildbot-0.8.9.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.153dev-util/buildbot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   10 Apr 2014 17:19:54 -  1.152
+++ ChangeLog   30 Jun 2014 18:10:33 -  1.153
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/buildbot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.152 
2014/04/10 17:19:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.153 
2014/06/30 18:10:33 hwoarang Exp $
+
+*buildbot-0.8.9 (30 Jun 2014)
+
+  30 Jun 2014; Markos Chandras hwoar...@gentoo.org +buildbot-0.8.9.ebuild:
+  Version bump
 
   10 Apr 2014; Markos Chandras hwoar...@gentoo.org files/buildbot.service:
   Fix arguments for systemd's unit start/stop options. This will be removed in



1.1  dev-util/buildbot/buildbot-0.8.9.ebuild

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

Index: buildbot-0.8.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.9.ebuild,v 
1.1 2014/06/30 18:10:33 hwoarang Exp $

EAPI=5
PYTHON_DEPEND=2
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS=3.* *-jython
DISTUTILS_SRC_TEST=trial
DISTUTILS_DISABLE_TEST_DEPENDENCY=1

inherit distutils readme.gentoo systemd user

MY_PV=${PV/_p/p}
MY_P=${PN}-${MY_PV}

DESCRIPTION=BuildBot build automation system
HOMEPAGE=http://trac.buildbot.net/ http://code.google.com/p/buildbot/ 
http://pypi.python.org/pypi/buildbot;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris
IUSE=doc examples irc mail manhole test

# sqlite3 module of Python 2.5 is not supported.
RDEPEND==dev-python/jinja-2.1
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] 
dev-python/pysqlite:2 )
=dev-python/twisted-core-8.0.0
dev-python/twisted-web
dev-python/sqlalchemy-migrate-0.8
irc? ( dev-python/twisted-words )
mail? ( dev-python/twisted-mail )
manhole? ( dev-python/twisted-conch )
DEPEND=${DEPEND}
dev-python/setuptools
doc? ( dev-python/sphinx )
test? (
dev-python/python-dateutil
dev-python/mock
dev-python/twisted-mail
dev-python/twisted-web
dev-python/twisted-words
)

S=${WORKDIR}/${MY_P}

pkg_setup() {
python_pkg_setup
enewuser buildbot

DOC_CONTENTS=The \buildbot\ user and the \buildmaster\ init script 
has been added
to support starting buildbot through Gentoo's init system. To 
use this,
set up your build master following the documentation, make sure 
the
resulting directories are owned by the \buildbot\ user and 
point
\${EROOT}etc/conf.d/buildmaster\ at the right location. The 
scripts can
run as a different user if desired. If you need to run more 
than one
build master, just copy the scripts.
}

src_compile() {
distutils_src_compile

if use doc; then
einfo Generation of documentation
pushd docs  /dev/null
#'man' target is currently broken
emake html
popd  /dev/null
fi
}

src_install() {
distutils_src_install

doman docs/buildbot.1

if use doc; then
dohtml -r docs/_build/html/
# TODO: install man pages
fi

if use examples; then
insinto /usr/share/doc/${PF}
doins -r contrib docs/examples
fi

newconfd 

[gentoo-commits] gentoo-x86 commit in net-misc/s3cmd: s3cmd-1.5.0_beta1.ebuild ChangeLog

2014-06-30 Thread Robin H. Johnson (robbat2)
robbat2 14/06/30 18:21:08

  Modified: ChangeLog
  Added:s3cmd-1.5.0_beta1.ebuild
  Log:
  bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.23 net-misc/s3cmd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -p -w -b -B -u -u -r1.22 -r1.23
--- ChangeLog   19 Mar 2013 11:05:31 -  1.22
+++ ChangeLog   30 Jun 2014 18:21:08 -  1.23
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/s3cmd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v 1.22 2013/03/19 
11:05:31 titanofold Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v 1.23 2014/06/30 
18:21:08 robbat2 Exp $
+
+*s3cmd-1.5.0_beta1 (30 Jun 2014)
+
+  30 Jun 2014; Robin H. Johnson robb...@gentoo.org +s3cmd-1.5.0_beta1.ebuild:
+  bump.
 
   19 Mar 2013; Aaron W. Swenson titanof...@gentoo.org -s3cmd-0.9.9.91.ebuild,
   -s3cmd-1.0.0.ebuild:



1.1  net-misc/s3cmd/s3cmd-1.5.0_beta1.ebuild

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

Index: s3cmd-1.5.0_beta1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/s3cmd-1.5.0_beta1.ebuild,v 
1.1 2014/06/30 18:21:08 robbat2 Exp $

EAPI=3
PYTHON_DEPEND=2
PYTHON_USE_WITH=xml

inherit distutils

KEYWORDS=~amd64 ~x86
DESCRIPTION=Command line client for Amazon S3
HOMEPAGE=http://s3tools.org/s3cmd;
SRC_URI=mirror://sourceforge/s3tools/${P/_/-}.tar.gz
LICENSE=GPL-2

IUSE=
SLOT=0

DEPEND=
RDEPEND=

PYTHON_MODNAME=S3

S=$WORKDIR/${P/_/-}

pkg_setup() {
python_set_active_version 2
python_pkg_setup
}

src_install() {
S3CMD_INSTPATH_DOC=/usr/share/doc/${PF} distutils_src_install
rm -rf ${D}/usr/share/doc/${PF}/${PN} || die 'rm failed'
}






[gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: gnupg-2.0.25.ebuild ChangeLog gnupg-2.0.24.ebuild

2014-06-30 Thread Alon Bar-Lev (alonbl)
alonbl  14/06/30 18:25:56

  Modified: ChangeLog
  Added:gnupg-2.0.25.ebuild
  Removed:  gnupg-2.0.24.ebuild
  Log:
  Version bump, bug#514718
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.520app-crypt/gnupg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.520view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.520content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.519r2=1.520

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
retrieving revision 1.519
retrieving revision 1.520
diff -u -r1.519 -r1.520
--- ChangeLog   24 Jun 2014 14:41:22 -  1.519
+++ ChangeLog   30 Jun 2014 18:25:56 -  1.520
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/gnupg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.519 
2014/06/24 14:41:22 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.520 
2014/06/30 18:25:56 alonbl Exp $
+
+*gnupg-2.0.25 (30 Jun 2014)
+
+  30 Jun 2014; Alon Bar-Lev alo...@gentoo.org +gnupg-2.0.25.ebuild,
+  -gnupg-2.0.24.ebuild:
+  Version bump, bug#514718
 
 *gnupg-2.0.24 (24 Jun 2014)
 



1.1  app-crypt/gnupg/gnupg-2.0.25.ebuild

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

Index: gnupg-2.0.25.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.25.ebuild,v 1.1 
2014/06/30 18:25:56 alonbl Exp $

EAPI=5

inherit eutils flag-o-matic toolchain-funcs

DESCRIPTION=The GNU Privacy Guard, a GPL pgp replacement
HOMEPAGE=http://www.gnupg.org/;
SRC_URI=mirror://gnupg/gnupg/${P}.tar.bz2
# SRC_URI=ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=adns bzip2 doc ldap nls mta readline static selinux smartcard usb

COMMON_DEPEND_LIBS=
=dev-libs/libassuan-2
=dev-libs/libgcrypt-1.4:0=
=dev-libs/libgpg-error-1.11
=dev-libs/libksba-1.0.7
=dev-libs/pth-1.3.7
=net-misc/curl-7.10
sys-libs/zlib
adns? ( =net-libs/adns-1.4 )
bzip2? ( app-arch/bzip2 )
readline? ( sys-libs/readline )
smartcard? ( usb? ( virtual/libusb:0 ) )
ldap? ( net-nds/openldap )
COMMON_DEPEND_BINS=|| ( app-crypt/pinentry app-crypt/pinentry-qt )

# Existence of executables is checked during configuration.
DEPEND=${COMMON_DEPEND_LIBS}
${COMMON_DEPEND_BINS}
static? (
=dev-libs/libassuan-2[static-libs]
=dev-libs/libgcrypt-1.4:0=[static-libs]
=dev-libs/libgpg-error-1.11[static-libs]
=dev-libs/libksba-1.0.7[static-libs]
=dev-libs/pth-1.3.7[static-libs]
=net-misc/curl-7.10[static-libs]
sys-libs/zlib[static-libs]
bzip2? ( app-arch/bzip2[static-libs] )
)
nls? ( sys-devel/gettext )
doc? ( sys-apps/texinfo )

RDEPEND=!static? ( ${COMMON_DEPEND_LIBS} )
${COMMON_DEPEND_BINS}
mta? ( virtual/mta )
!=app-crypt/gnupg-2.0.1
selinux? ( sec-policy/selinux-gpg )
nls? ( virtual/libintl )

REQUIRED_USE=smartcard? ( !static )

src_prepare() {
epatch ${FILESDIR}/${PN}-2.0.17-gpgsm-gencert.patch
epatch_user
}

src_configure() {
local myconf=()

# 'USE=static' support was requested:
# gnupg1: bug #29299
# gnupg2: bug #159623
use static  append-ldflags -static

if use smartcard; then
myconf+=(
--enable-scdaemon
$(use_enable usb ccid-driver)
)
else
myconf+=( --disable-scdaemon )
fi

if use elibc_SunOS || use elibc_AIX; then
myconf+=( --disable-symcryptrun )
else
myconf+=( --enable-symcryptrun )
fi

econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--enable-gpg \
--enable-gpgsm \
--enable-agent \
   

[gentoo-commits] gentoo-x86 commit in sci-astronomy/pyephem: pyephem-3.7.5.3.ebuild ChangeLog

2014-06-30 Thread Sebastien Fabbro (bicatali)
bicatali14/06/30 18:36:41

  Modified: ChangeLog
  Added:pyephem-3.7.5.3.ebuild
  Log:
  Version bump, added python-3 compat
  
  (Portage version: 2.2.10.1-prefix/cvs/Linux x86_64, signed Manifest commit 
with key 0x13CB1360)

Revision  ChangesPath
1.23 sci-astronomy/pyephem/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   28 Jan 2014 18:05:57 -  1.22
+++ ChangeLog   30 Jun 2014 18:36:41 -  1.23
@@ -1,6 +1,11 @@
 # ChangeLog for sci-astronomy/pyephem
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.22 
2014/01/28 18:05:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.23 
2014/06/30 18:36:41 bicatali Exp $
+
+*pyephem-3.7.5.3 (30 Jun 2014)
+
+  30 Jun 2014; Sébastien Fabbro bicat...@gentoo.org +pyephem-3.7.5.3.ebuild:
+  Version bump, added python-3 compat
 
 *pyephem-3.7.5.2 (28 Jan 2014)
 



1.1  sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild

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

Index: pyephem-3.7.5.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild,v 1.1 
2014/06/30 18:36:41 bicatali Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Astronomical routines for the python programming language
HOMEPAGE=http://rhodesmill.org/pyephem/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=doc test

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

src_prepare() {
# don't install rst files
sed -i -e s:'doc/\*\.rst',:: setup.py || die
distutils-r1_src_prepare
}

src_compile() {
distutils-r1_src_compile
if use doc; then
PYTHONPATH=. emake -C ephem/doc html
fi
}

python_test() {
if [[ ${PYTHON_ABI} == 2.7 ]]; then
PYTHONPATH=$(ls -d ${BUILD_DIR}/lib*) \
${EPYTHON} -m unittest discover -s src/ephem
else
PYTHONPATH=$(ls -d ${BUILD_DIR}/lib*) \
unit2 discover -s src/ephem
fi
}

src_install() {
distutils-r1_src_install
use doc  dohtml -r ephem/doc/_build/html/*

delete_tests() {
rm -r ${D}$(python_get_sitedir)/ephem/tests || die
}
python_foreach_impl delete_tests
}






[gentoo-commits] gentoo-x86 commit in dev-python/root_numpy: root_numpy-3.3.1.ebuild ChangeLog

2014-06-30 Thread Sebastien Fabbro (bicatali)
bicatali14/06/30 18:40:54

  Modified: ChangeLog
  Added:root_numpy-3.3.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10.1-prefix/cvs/Linux x86_64, signed Manifest commit 
with key 0x13CB1360)

Revision  ChangesPath
1.6  dev-python/root_numpy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   6 May 2014 15:59:22 -   1.5
+++ ChangeLog   30 Jun 2014 18:40:54 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/root_numpy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v 1.5 
2014/05/06 15:59:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v 1.6 
2014/06/30 18:40:54 bicatali Exp $
+
+*root_numpy-3.3.1 (30 Jun 2014)
+
+  30 Jun 2014; Sébastien Fabbro bicat...@gentoo.org +root_numpy-3.3.1.ebuild:
+  Version bump
 
 *root_numpy-3.3.0 (06 May 2014)
 



1.1  dev-python/root_numpy/root_numpy-3.3.1.ebuild

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

Index: root_numpy-3.3.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.1.ebuild,v 1.1 
2014/06/30 18:40:54 bicatali Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Interface between ROOT and numpy
HOMEPAGE=https://github.com/rootpy/root_numpy;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND=
dev-python/numpy[${PYTHON_USEDEP}]
sci-physics/root[python,${PYTHON_USEDEP}]

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

python_test() {
cd ${BUILD_DIR} || die
nosetests -v || die Testing failed with ${EPYTHON}
}

python_install_all() {
use examples  local EXAMPLES=( tutorial/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in sci-physics/lhapdf: lhapdf-6.1.3.ebuild ChangeLog

2014-06-30 Thread Sebastien Fabbro (bicatali)
bicatali14/06/30 18:43:23

  Modified: ChangeLog
  Added:lhapdf-6.1.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10.1-prefix/cvs/Linux x86_64, signed Manifest commit 
with key 0x13CB1360)

Revision  ChangesPath
1.28 sci-physics/lhapdf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   10 Jun 2014 19:24:14 -  1.27
+++ ChangeLog   30 Jun 2014 18:43:22 -  1.28
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/lhapdf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.27 
2014/06/10 19:24:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.28 
2014/06/30 18:43:22 bicatali Exp $
+
+*lhapdf-6.1.3 (30 Jun 2014)
+
+  30 Jun 2014; Sébastien Fabbro bicat...@gentoo.org +lhapdf-6.1.3.ebuild:
+  Version bump
 
 *lhapdf-6.1.2 (10 Jun 2014)
 



1.1  sci-physics/lhapdf/lhapdf-6.1.3.ebuild

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

Index: lhapdf-6.1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.3.ebuild,v 1.1 
2014/06/30 18:43:22 bicatali Exp $

EAPI=5

AUTOTOOLS_IN_SOURCE_BUILD=yes
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

inherit versionator autotools-utils distutils-r1

MY_PV=$(get_version_component_range 1-3 ${PV})
MY_PF=LHAPDF-${MY_PV}

DESCRIPTION=Les Houches Parton Density Function unified library
HOMEPAGE=http://lhapdf.hepforge.org/;
SRC_URI=http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz;

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

IUSE=doc examples python static-libs
REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

RDEPEND=
dev-libs/boost:0=
python? ( ${PYTHON_DEPS} )
DEPEND=${RDEPEND}
doc? ( app-doc/doxygen[latex] )

S=${WORKDIR}/${MY_PF}

src_configure() {
autotools-utils_src_configure $(use_enable python)
if use python; then
cd ${S}/wrappers/python  distutils-r1_src_prepare
fi
}

src_compile() {
autotools-utils_src_compile all $(use doc  echo doxy)
if use python; then
   cd ${S}/wrappers/python  distutils-r1_src_compile
fi
}

src_test() {
autotools-utils_src_compile -C tests
}

src_install() {
autotools-utils_src_install
use doc  dohtml -r doc/doxygen/*
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins examples/*.cc
fi
if use python; then
   cd ${S}/wrappers/python  distutils-r1_src_install
fi
}

pkg_postinst() {
elog Download data files from:
elog 
http://www.hepforge.org/archive/${PN}/pdfsets/$(get_version_component_range 
1-2 ${PV})
elog and untar them into ${EROOT%/}/usr/share/LHAPDF
}






[gentoo-commits] gentoo-x86 commit in sys-devel/multilib-gcc-wrapper: - New directory

2014-06-30 Thread Michal Gorny (mgorny)
mgorny  14/06/30 18:47:31

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-devel/multilib-gcc-wrapper added to the 
repository



[gentoo-commits] gentoo-x86 commit in sci-physics/clhep: clhep-2.2.0.1.ebuild ChangeLog

2014-06-30 Thread Sebastien Fabbro (bicatali)
bicatali14/06/30 18:50:48

  Modified: ChangeLog
  Added:clhep-2.2.0.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10.1-prefix/cvs/Linux x86_64, signed Manifest commit 
with key 0x13CB1360)

Revision  ChangesPath
1.47 sci-physics/clhep/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   28 May 2014 16:35:42 -  1.46
+++ ChangeLog   30 Jun 2014 18:50:48 -  1.47
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/clhep
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.46 
2014/05/28 16:35:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.47 
2014/06/30 18:50:48 bicatali Exp $
+
+*clhep-2.2.0.1 (30 Jun 2014)
+
+  30 Jun 2014; Sébastien Fabbro bicat...@gentoo.org +clhep-2.2.0.1.ebuild:
+  Version bump
 
 *clhep-2.1.4.2 (28 May 2014)
 



1.1  sci-physics/clhep/clhep-2.2.0.1.ebuild

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

Index: clhep-2.2.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.2.0.1.ebuild,v 1.1 
2014/06/30 18:50:48 bicatali Exp $

EAPI=5

inherit cmake-utils multilib

DESCRIPTION=High Energy Physics C++ library
HOMEPAGE=http://www.cern.ch/clhep;
SRC_URI=http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz;
LICENSE=GPL-3 LGPL-3
SLOT=2/${PV}
KEYWORDS=~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux

IUSE=doc static-libs test
RDEPEND=
DEPEND=${RDEPEND}
doc? ( virtual/latex-base )

S=${WORKDIR}/${PV}/CLHEP

src_prepare() {
# respect flags
sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
# no batch mode to allow parallel building (bug #437482)
sed -i \
-e 's:-interaction=batchmode::g' \
cmake/Modules/ClhepBuildTex.cmake || die
# gentoo doc directory
sed -i \
-e /DESTINATION/s:doc:share/doc/${PF}: \
cmake/Modules/ClhepBuildTex.cmake */doc/CMakeLists.txt || die
# dont build test if not asked
if ! use test; then
sed -i \
-e '/add_subdirectory(test)/d' \
*/CMakeLists.txt || die
fi
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable test TESTING)
$(cmake-utils_use doc CLHEP_BUILD_DOCS)
)
DESTDIR=${ED} cmake-utils_src_configure
use doc  MAKEOPTS+= -j1
}

src_install() {
cmake-utils_src_install
use static-libs || rm ${ED}/usr/$(get_libdir)/*.a
}






[gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: gnupg-1.4.18.ebuild ChangeLog gnupg-1.4.17.ebuild

2014-06-30 Thread Alon Bar-Lev (alonbl)
alonbl  14/06/30 18:57:10

  Modified: ChangeLog
  Added:gnupg-1.4.18.ebuild
  Removed:  gnupg-1.4.17.ebuild
  Log:
  Version bump, bug#514718
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.521app-crypt/gnupg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.521view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.521content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.520r2=1.521

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -r1.520 -r1.521
--- ChangeLog   30 Jun 2014 18:25:56 -  1.520
+++ ChangeLog   30 Jun 2014 18:57:10 -  1.521
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/gnupg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.520 
2014/06/30 18:25:56 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.521 
2014/06/30 18:57:10 alonbl Exp $
+
+*gnupg-1.4.18 (30 Jun 2014)
+
+  30 Jun 2014; Alon Bar-Lev alo...@gentoo.org +gnupg-1.4.18.ebuild,
+  -gnupg-1.4.17.ebuild:
+  Version bump, bug#514718
 
 *gnupg-2.0.25 (30 Jun 2014)
 



1.1  app-crypt/gnupg/gnupg-1.4.18.ebuild

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

Index: gnupg-1.4.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.18.ebuild,v 1.1 
2014/06/30 18:57:10 alonbl Exp $

EAPI=5

inherit eutils flag-o-matic toolchain-funcs

ECCVER=0.2.0
ECCVER_GNUPG=1.4.9
ECC_PATCH=${PN}-${ECCVER_GNUPG}-ecc${ECCVER}.diff
MY_P=${P/_/}

DESCRIPTION=The GNU Privacy Guard, a GPL pgp replacement
HOMEPAGE=http://www.gnupg.org/;
SRC_URI=mirror://gnupg/gnupg/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos
IUSE=bzip2 curl ldap mta nls readline selinux smartcard static usb zlib 
linguas_ru

COMMON_DEPEND=
ldap? ( net-nds/openldap )
bzip2? ( app-arch/bzip2 )
zlib? ( sys-libs/zlib )
curl? ( net-misc/curl )
mta? ( virtual/mta )
readline? ( sys-libs/readline )
smartcard? ( =virtual/libusb-0* )
usb? ( =virtual/libusb-0* )

RDEPEND=!static? ( ${COMMON_DEPEND} )
selinux? ( sec-policy/selinux-gpg )
nls? ( virtual/libintl )

DEPEND=${COMMON_DEPEND}
dev-lang/perl
nls? ( sys-devel/gettext )

S=${WORKDIR}/${MY_P}

src_prepare() {
# Install RU man page in right location
sed -e /^man_MANS =/s/ gpg\.ru\.1// -i doc/Makefile.in || die sed 
doc/Makefile.in failed

# bug#469388
sed -i -e 's/--batch --dearmor/--homedir . --batch --dearmor/' 
checks/Makefile.in

# Fix PIC definitions
sed -i -e 's:PIC:__PIC__:' mpi/i386/mpih-{add,sub}1.S 
intl/relocatable.c \
|| die sed PIC failed
sed -i -e 's:if PIC:ifdef __PIC__:' mpi/sparc32v8/mpih-mul{1,2}.S || \
die sed PIC failed
}

src_configure() {
# Certain sparc32 machines seem to have trouble building correctly with
# -mcpu enabled.  While this is not a gnupg problem, it is a temporary
# fix until the gcc problem can be tracked down.
if [ ${ARCH} == sparc ]  [ ${PROFILE_ARCH} == sparc ]; then
filter-flags -mcpu=supersparc -mcpu=v8 -mcpu=v7
fi

# 'USE=static' support was requested in #29299
use static  append-ldflags -static

econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
$(use_enable ldap) \
$(use_enable mta mailto) \
--enable-hkp \
--enable-finger \
$(use_with !zlib included-zlib) \
$(use_with curl libcurl /usr) \
$(use_enable nls) \
$(use_enable bzip2) \
$(use_enable smartcard card-support) \
$(use_enable selinux selinux-support) \
--without-capabilities \
$(use_with readline) \
$(use_with usb libusb /usr) \
--enable-static-rnd=linux \
--libexecdir=${EPREFIX}/usr/libexec \
--enable-noexecstack \

  1   2   >