[gentoo-commits] gentoo-x86 commit in dev-util/debhelper: ChangeLog debhelper-9.20150502.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 06:08:01

  Modified: ChangeLog
  Added:debhelper-9.20150502.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.127dev-util/debhelper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   10 Mar 2015 10:13:57 -  1.126
+++ ChangeLog   3 May 2015 06:08:01 -   1.127
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/debhelper
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.126 
2015/03/10 10:13:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.127 
2015/05/03 06:08:01 jer Exp $
+
+*debhelper-9.20150502 (03 May 2015)
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org +debhelper-9.20150502.ebuild:
+  Version bump.
 
   10 Mar 2015; Jeroen Roovers j...@gentoo.org -debhelper-9.20130630.ebuild,
   -debhelper-9.20140228.ebuild, -debhelper-9.20141107.ebuild,



1.1  dev-util/debhelper/debhelper-9.20150502.ebuild

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

Index: debhelper-9.20150502.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20150502.ebuild,v 1.1 
2015/05/03 06:08:01 jer Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION=Collection of programs that can be used to automate common tasks 
in debian/rules
HOMEPAGE=http://packages.qa.debian.org/d/debhelper.html 
http://joeyh.name/code/debhelper/;
SRC_URI=mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux
IUSE=test
DH_LINGUAS=( de es fr )
IUSE+= ${DH_LINGUAS[@]/#/linguas_}

NLS_DEPEND=$(
printf linguas_%s? ( =app-text/po4a-0.24 )\n ${DH_LINGUAS[@]}
)

RDEPEND=
=dev-lang/perl-5.10:=
=app-arch/dpkg-1.17
dev-perl/TimeDate
virtual/perl-Getopt-Long

DEPEND=${RDEPEND}
${NLS_DEPEND}
test? ( dev-perl/Test-Pod )


S=${WORKDIR}/${PN}

src_compile() {
tc-export CC

local LANGS= USE_NLS=no lingua
for lingua in ${DH_LINGUAS[@]}; do
if use linguas_${lingua}; then
LANGS+= ${lingua}
USE_NLS=yes
fi
done

emake USE_NLS=${USE_NLS} LANGS=${LANGS} build
}

src_install() {
emake DESTDIR=${D} PREFIX=${EPREFIX}/usr install
dodoc doc/* debian/changelog
docinto examples
dodoc examples/*
local lingua
for manfile in *.1 *.7 ; do
for lingua in ${DH_LINGUAS[@]}; do
case ${manfile} in
*.${lingua}.?)
use linguas_${lingua} \
 cp ${manfile} 
${T}/${manfile/.${lingua}/} \
 doman -i18n=${lingua} 
${T}/${manfile/.${lingua}/}
;;
*)
doman ${manfile}
;;
esac
done
done
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/cri: ChangeLog cri-2.7.0.ebuild

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 06:09:08

  Modified: ChangeLog
  Added:cri-2.7.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.17 dev-ruby/cri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   4 Nov 2014 17:26:48 -   1.16
+++ ChangeLog   3 May 2015 06:09:08 -   1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/cri
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v 1.16 2014/11/04 
17:26:48 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v 1.17 2015/05/03 
06:09:08 graaff Exp $
+
+*cri-2.7.0 (03 May 2015)
+
+  03 May 2015; Hans de Graaff gra...@gentoo.org +cri-2.7.0.ebuild:
+  Version bump.
 
 *cri-2.4.1 (04 Nov 2014)
 



1.1  dev-ruby/cri/cri-2.7.0.ebuild

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

Index: cri-2.7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.7.0.ebuild,v 1.1 
2015/05/03 06:09:08 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_EXTRADOC=NEWS.md README.adoc

RUBY_FAKEGEM_TASK_DOC=doc

inherit ruby-fakegem

DESCRIPTION=Cri is a library for building easy-to-use commandline tools
HOMEPAGE=http://rubygems.org/gems/cri;
LICENSE=MIT

KEYWORDS=~amd64 ~x86 ~x86-fbsd
SLOT=0
IUSE=

ruby_add_rdepend =dev-ruby/colored-1.2

ruby_add_bdepend doc? ( dev-ruby/yard )
test? ( dev-ruby/yard dev-ruby/minitest )

all_ruby_prepare() {
sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
sed -i -e '/rubocop/I s:^:#:' Rakefile || die
}

each_ruby_test() {
${RUBY} -Ilib -S rake test_unit || die
}






[gentoo-commits] gentoo-x86 commit in net-misc/curl: curl-7.42.1.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 06:14:25

  Modified: curl-7.42.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #548130).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  net-misc/curl/curl-7.42.1.ebuild

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

Index: curl-7.42.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.42.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- curl-7.42.1.ebuild  2 May 2015 16:03:02 -   1.2
+++ curl-7.42.1.ebuild  3 May 2015 06:14:25 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.42.1.ebuild,v 1.2 
2015/05/02 16:03:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.42.1.ebuild,v 1.3 
2015/05/03 06:14:25 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~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 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~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=adns idn ipv6 kerberos ldap metalink rtmp samba ssh ssl static-libs test 
threads
 IUSE=${IUSE} curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl 
curl_ssl_polarssl curl_ssl_winssl
 IUSE=${IUSE} elibc_Winnt



1.407net-misc/curl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -r1.406 -r1.407
--- ChangeLog   2 May 2015 16:03:02 -   1.406
+++ ChangeLog   3 May 2015 06:14:25 -   1.407
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/curl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.406 2015/05/02 
16:03:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.407 2015/05/03 
06:14:25 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org curl-7.42.1.ebuild:
+  Stable for HPPA (bug #548130).
 
   02 May 2015; Anthony G. Basile bluen...@gentoo.org curl-7.42.1.ebuild:
   Stable on arm, ppc and ppc64.  Bug #548130.






[gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-0.8.3.ebuild ChangeLog

2015-05-03 Thread Ben de Groot (yngwin)
yngwin  15/05/03 06:52:22

  Modified: mpv-0.8.3.ebuild ChangeLog
  Log:
  Mark stable on amd64 wrt bug #525148
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.4  media-video/mpv/mpv-0.8.3.ebuild

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

Index: mpv-0.8.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpv-0.8.3.ebuild28 Mar 2015 01:53:34 -  1.3
+++ mpv-0.8.3.ebuild3 May 2015 06:52:22 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild,v 1.3 
2015/03/28 01:53:34 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild,v 1.4 
2015/05/03 06:52:22 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -20,7 +20,7 @@
KEYWORDS=
 else
SRC_URI+= https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux
+   KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux
DOCS+=( RELEASE_NOTES )
 fi
 



1.128media-video/mpv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   3 May 2015 05:28:08 -   1.127
+++ ChangeLog   3 May 2015 06:52:22 -   1.128
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/mpv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.127 
2015/05/03 05:28:08 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.128 
2015/05/03 06:52:22 yngwin Exp $
+
+  03 May 2015; Ben de Groot yng...@gentoo.org mpv-0.8.3.ebuild:
+  Mark stable on amd64 wrt bug #525148
 
 *mpv-0.9.1 (03 May 2015)
 






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

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 06:50:52

  Modified: ChangeLog mechanize-2.7.3-r1.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.50 dev-ruby/mechanize/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   8 Apr 2015 14:01:42 -   1.49
+++ ChangeLog   3 May 2015 06:50:52 -   1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mechanize
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.49 
2015/04/08 14:01:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.50 
2015/05/03 06:50:52 graaff Exp $
+
+  03 May 2015; Hans de Graaff gra...@gentoo.org mechanize-2.7.3-r1.ebuild:
+  Add ruby22.
 
   08 Apr 2015; Agostino Sarubbo a...@gentoo.org mechanize-2.7.3.ebuild:
   Stable for x86, wrt bug #545458



1.2  dev-ruby/mechanize/mechanize-2.7.3-r1.ebuild

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

Index: mechanize-2.7.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-2.7.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mechanize-2.7.3-r1.ebuild   4 Apr 2015 06:38:22 -   1.1
+++ mechanize-2.7.3-r1.ebuild   3 May 2015 06:50:52 -   1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-2.7.3-r1.ebuild,v 1.1 
2015/04/04 06:38:22 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-2.7.3-r1.ebuild,v 1.2 
2015/05/03 06:50:52 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_DOC=rdoc
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/arel: ChangeLog arel-4.0.2.ebuild

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 06:55:45

  Modified: ChangeLog arel-4.0.2.ebuild
  Log:
  Add missing built-time dependency on dev-ruby/hoe.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.51 dev-ruby/arel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   24 Mar 2015 16:12:45 -  1.50
+++ ChangeLog   3 May 2015 06:55:45 -   1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/arel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.50 2015/03/24 
16:12:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.51 2015/05/03 
06:55:45 graaff Exp $
+
+  03 May 2015; Hans de Graaff gra...@gentoo.org arel-4.0.2.ebuild:
+  Add missing built-time dependency on dev-ruby/hoe.
 
   24 Mar 2015; Hans de Graaff gra...@gentoo.org arel-6.0.0.ebuild:
   Add ruby22.



1.5  dev-ruby/arel/arel-4.0.2.ebuild

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

Index: arel-4.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-4.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- arel-4.0.2.ebuild   26 Jan 2015 18:23:05 -  1.4
+++ arel-4.0.2.ebuild   3 May 2015 06:55:45 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-4.0.2.ebuild,v 1.4 
2015/01/26 18:23:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-4.0.2.ebuild,v 1.5 
2015/05/03 06:55:45 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -22,7 +22,9 @@
 IUSE=
 
 ruby_add_bdepend 
+   doc? ( =dev-ruby/hoe-3.3.1 )
test? (
+   =dev-ruby/hoe-3.3.1
=dev-ruby/minitest-5.2:5
)
 






[gentoo-commits] gentoo-x86 commit in app-editors/vim-core: vim-core-7.4.712.ebuild ChangeLog

2015-05-03 Thread Tim Harder (radhermit)
radhermit15/05/03 06:55:02

  Modified: ChangeLog
  Added:vim-core-7.4.712.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.464app-editors/vim-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.464view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.464content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.463r2=1.464

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
retrieving revision 1.463
retrieving revision 1.464
diff -u -r1.463 -r1.464
--- ChangeLog   21 Mar 2015 06:33:56 -  1.463
+++ ChangeLog   3 May 2015 06:55:01 -   1.464
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/vim-core
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.463 
2015/03/21 06:33:56 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.464 
2015/05/03 06:55:01 radhermit Exp $
+
+*vim-core-7.4.712 (03 May 2015)
+
+  03 May 2015; Tim Harder radher...@gentoo.org +vim-core-7.4.712.ebuild:
+  Version bump.
 
   21 Mar 2015; Tim Harder radher...@gentoo.org -vim-core-7.4.488.ebuild,
   -vim-core-7.4.527.ebuild, -vim-core-7.4.542.ebuild, -vim-core-7.4.560.ebuild:



1.1  app-editors/vim-core/vim-core-7.4.712.ebuild

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

Index: vim-core-7.4.712.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.4.712.ebuild,v 1.1 
2015/05/03 06:55:01 radhermit Exp $

EAPI=5
VIM_VERSION=7.4
inherit eutils vim-doc flag-o-matic versionator bash-completion-r1 prefix

if [[ ${PV} == * ]] ; then
inherit mercurial
EHG_REPO_URI=https://vim.googlecode.com/hg/;
EHG_PROJECT=vim
else
VIM_ORG_PATCH=vim-${PV}.patch.xz
SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCH}

http://dev.gentoo.org/~radhermit/vim/vim-7.4.542-gentoo-patches.tar.bz2;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
fi

DESCRIPTION=vim and gvim shared files
HOMEPAGE=http://www.vim.org/;

SLOT=0
LICENSE=vim
IUSE=nls acl minimal

DEPEND=sys-devel/autoconf
PDEPEND=!minimal? ( app-vim/gentoo-syntax )

S=${WORKDIR}/vim${VIM_VERSION/.}

pkg_setup() {
# people with broken alphabets run into trouble. bug 82186.
unset LANG LC_ALL
export LC_COLLATE=C

# Gnome sandbox silliness. bug #114475.
mkdir -p ${T}/home
export HOME=${T}/home
}

src_prepare() {
if [[ ${PV} != * ]] ; then
if [[ -f ${WORKDIR}/${VIM_ORG_PATCH%.xz} ]] ; then
# Apply any patches available from vim.org for this 
version
epatch ${WORKDIR}/${VIM_ORG_PATCH%.xz}
fi

if [[ -d ${WORKDIR}/patches/ ]]; then
# Gentoo patches to fix runtime issues, cross-compile 
errors, etc
EPATCH_SUFFIX=patch EPATCH_FORCE=yes \
epatch ${WORKDIR}/patches/
fi
fi

# Fixup a script to use awk instead of nawk
sed -i '1s|.*|#!'${EPREFIX}'/usr/bin/awk -f|' 
${S}/runtime/tools/mve.awk \
|| die mve.awk sed failed

# Read vimrc and gvimrc from /etc/vim
echo '#define SYS_VIMRC_FILE '${EPREFIX}'/etc/vim/vimrc'  
${S}/src/feature.h
echo '#define SYS_GVIMRC_FILE '${EPREFIX}'/etc/vim/gvimrc'  
${S}/src/feature.h

# Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
# Hopefully this pattern won't break for a while at least.
# This fixes bug 29398 (27 Sep 2003 agriffis)
sed -i 's/\ctags\(\| [-*.]\)/exuberant-/g' \
${S}/runtime/doc/syntax.txt \
${S}/runtime/doc/tagsrch.txt \
${S}/runtime/doc/usr_29.txt \
${S}/runtime/menu.vim \
   

[gentoo-commits] gentoo-x86 commit in net-proxy/dante/files: dante-1.4.0-HAVE_SENDBUF_IOCTL.patch

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 06:58:25

  Added:dante-1.4.0-HAVE_SENDBUF_IOCTL.patch
  Log:
  Fix bad define for HAVE_SENDBUF_IOCTL (bug #547032).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  net-proxy/dante/files/dante-1.4.0-HAVE_SENDBUF_IOCTL.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dante/files/dante-1.4.0-HAVE_SENDBUF_IOCTL.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dante/files/dante-1.4.0-HAVE_SENDBUF_IOCTL.patch?rev=1.1content-type=text/plain

Index: dante-1.4.0-HAVE_SENDBUF_IOCTL.patch
===
--- a/libscompat.m4
+++ b/libscompat.m4
@@ -373,7 +373,7 @@
 
return 0;
 }], [AC_MSG_RESULT(yes)
- AC_DEFINE(HAVE_SENDBUF_IOCTL, TIOCOUTQ, [send buffer data])
+ AC_DEFINE(HAVE_SENDBUF_IOCTL, 1, [send buffer data])
  AC_DEFINE(SENDBUF_IOCTLVAL, TIOCOUTQ, [send buffer ioctl])],
 [AC_MSG_RESULT(no)])],
 [dnl assume no when cross-compiling






[gentoo-commits] gentoo-x86 commit in net-proxy/dante: dante-1.4.0-r2.ebuild ChangeLog dante-1.4.1.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 06:58:26

  Modified: dante-1.4.0-r2.ebuild ChangeLog dante-1.4.1.ebuild
  Log:
  Fix bad define for HAVE_SENDBUF_IOCTL (bug #547032).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.3  net-proxy/dante/dante-1.4.0-r2.ebuild

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

Index: dante-1.4.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.0-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dante-1.4.0-r2.ebuild   2 Nov 2014 09:29:40 -   1.2
+++ dante-1.4.0-r2.ebuild   3 May 2015 06:58:26 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.0-r2.ebuild,v 1.2 
2014/11/02 09:29:40 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.0-r2.ebuild,v 1.3 
2015/05/03 06:58:26 jer Exp $
 
 EAPI=5
 
@@ -35,7 +35,8 @@
epatch  \
${FILESDIR}/${PN}-1.4.0-socksify.patch \
${FILESDIR}/${PN}-1.4.0-osdep-format-macro.patch \
-   ${FILESDIR}/${PN}-1.4.0-cflags.patch
+   ${FILESDIR}/${PN}-1.4.0-cflags.patch \
+   ${FILESDIR}/${PN}-1.4.0-HAVE_SENDBUF_IOCTL.patch
 
sed -i \
-e 's:/etc/socks\.conf:${EPREFIX}/etc/socks/socks.conf:' \



1.85 net-proxy/dante/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dante/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dante/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dante/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   9 Jan 2015 23:03:31 -   1.84
+++ ChangeLog   3 May 2015 06:58:26 -   1.85
@@ -1,6 +1,10 @@
 # ChangeLog for net-proxy/dante
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.84 2015/01/09 
23:03:31 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.85 2015/05/03 
06:58:26 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org dante-1.4.0-r2.ebuild,
+  dante-1.4.1.ebuild, +files/dante-1.4.0-HAVE_SENDBUF_IOCTL.patch:
+  Fix bad define for HAVE_SENDBUF_IOCTL (bug #547032).
 
   09 Jan 2015; Robin H. Johnson robb...@gentoo.org metadata.xml:
   Take maintainership of this again, just like 12 years ago.



1.3  net-proxy/dante/dante-1.4.1.ebuild

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

Index: dante-1.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dante-1.4.1.ebuild  2 Nov 2014 09:29:40 -   1.2
+++ dante-1.4.1.ebuild  3 May 2015 06:58:26 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.1.ebuild,v 1.2 
2014/11/02 09:29:40 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.1.ebuild,v 1.3 
2015/05/03 06:58:26 jer Exp $
 
 EAPI=5
 
@@ -35,7 +35,8 @@
epatch  \
${FILESDIR}/${PN}-1.4.0-socksify.patch \
${FILESDIR}/${PN}-1.4.0-osdep-format-macro.patch \
-   ${FILESDIR}/${PN}-1.4.0-cflags.patch
+   ${FILESDIR}/${PN}-1.4.0-cflags.patch \
+   ${FILESDIR}/${PN}-1.4.0-HAVE_SENDBUF_IOCTL.patch
 
sed -i \
-e 's:/etc/socks\.conf:${EPREFIX}/etc/socks/socks.conf:' \






[gentoo-commits] gentoo-x86 commit in net-proxy/dante: dante-1.4.0-r2.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 06:59:44

  Modified: dante-1.4.0-r2.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #506794).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  net-proxy/dante/dante-1.4.0-r2.ebuild

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

Index: dante-1.4.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dante-1.4.0-r2.ebuild   3 May 2015 06:58:26 -   1.3
+++ dante-1.4.0-r2.ebuild   3 May 2015 06:59:44 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.0-r2.ebuild,v 1.3 
2015/05/03 06:58:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.0-r2.ebuild,v 1.4 
2015/05/03 06:59:44 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd
 IUSE=debug kerberos pam selinux static-libs tcpd upnp
 
 CDEPEND=pam? ( virtual/pam )



1.86 net-proxy/dante/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dante/ChangeLog?rev=1.86view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dante/ChangeLog?rev=1.86content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/dante/ChangeLog?r1=1.85r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   3 May 2015 06:58:26 -   1.85
+++ ChangeLog   3 May 2015 06:59:44 -   1.86
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/dante
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.85 2015/05/03 
06:58:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.86 2015/05/03 
06:59:44 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org dante-1.4.0-r2.ebuild:
+  Stable for PPC64 (bug #506794).
 
   03 May 2015; Jeroen Roovers j...@gentoo.org dante-1.4.0-r2.ebuild,
   dante-1.4.1.ebuild, +files/dante-1.4.0-HAVE_SENDBUF_IOCTL.patch:






[gentoo-commits] gentoo-x86 commit in dev-ruby/asciidoctor: asciidoctor-1.5.2.ebuild ChangeLog

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 06:59:09

  Modified: asciidoctor-1.5.2.ebuild ChangeLog
  Log:
  Add missing test dependency no rspec-expectations.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild

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

Index: asciidoctor-1.5.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asciidoctor-1.5.2.ebuild2 Dec 2014 12:34:24 -   1.1
+++ asciidoctor-1.5.2.ebuild3 May 2015 06:59:09 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild,v 1.1 
2014/12/02 12:34:24 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild,v 1.2 
2015/05/03 06:59:09 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -24,6 +24,7 @@
 
 ruby_add_bdepend test? (
dev-util/cucumber
+   dev-ruby/rspec-expectations:*
dev-ruby/coderay
dev-ruby/erubis
dev-ruby/haml



1.8  dev-ruby/asciidoctor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   24 Dec 2014 10:51:29 -  1.7
+++ ChangeLog   3 May 2015 06:59:09 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/asciidoctor
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.7 
2014/12/24 10:51:29 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.8 
2015/05/03 06:59:09 graaff Exp $
+
+  03 May 2015; Hans de Graaff gra...@gentoo.org asciidoctor-1.5.2.ebuild:
+  Add missing test dependency no rspec-expectations.
 
   24 Dec 2014; Manuel Rüger mr...@gentoo.org -asciidoctor-0.1.4.ebuild,
   -asciidoctor-1.5.1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-editors/vim: vim-9999.ebuild ChangeLog vim-7.4.712.ebuild

2015-05-03 Thread Tim Harder (radhermit)
radhermit15/05/03 07:03:35

  Modified: vim-.ebuild ChangeLog
  Added:vim-7.4.712.ebuild
  Log:
  Version bump. Set tab indentation to 8 spaces for vimmanpager (bug #545628).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.28 app-editors/vim/vim-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-.ebuild?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-.ebuild?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-.ebuild?r1=1.27r2=1.28

Index: vim-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/vim-.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vim-.ebuild 31 Mar 2015 17:37:10 -  1.27
+++ vim-.ebuild 3 May 2015 07:03:35 -   1.28
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-.ebuild,v 1.27 
2015/03/31 17:37:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-.ebuild,v 1.28 
2015/05/03 07:03:35 radhermit Exp $
 
 EAPI=5
 VIM_VERSION=7.4
@@ -125,7 +125,7 @@
sed -e 's/\x1B\[[[:digit:]]\+m//g' | col -b | \\
vim \\
-c 'let no_plugin_maps = 1' \\
-   -c 'set nolist nomod ft=man' \\
+   -c 'set nolist nomod ft=man 
ts=8' \\
-c 'let g:showmarks_enable=0' \\
-c 'runtime! macros/less.vim' -
END



1.496app-editors/vim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.496view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.496content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?r1=1.495r2=1.496

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v
retrieving revision 1.495
retrieving revision 1.496
diff -u -r1.495 -r1.496
--- ChangeLog   8 Apr 2015 07:30:35 -   1.495
+++ ChangeLog   3 May 2015 07:03:35 -   1.496
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/vim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.495 
2015/04/08 07:30:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.496 
2015/05/03 07:03:35 radhermit Exp $
+
+*vim-7.4.712 (03 May 2015)
+
+  03 May 2015; Tim Harder radher...@gentoo.org +vim-7.4.712.ebuild,
+  vim-.ebuild:
+  Version bump. Set tab indentation to 8 spaces for vimmanpager (bug #545628).
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org vim-7.4.273.ebuild:
   Remove old Python implementations



1.1  app-editors/vim/vim-7.4.712.ebuild

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

Index: vim-7.4.712.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.712.ebuild,v 1.1 
2015/05/03 07:03:35 radhermit Exp $

EAPI=5
VIM_VERSION=7.4
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE=threads
inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 
python-r1

if [[ ${PV} == * ]] ; then
inherit mercurial
EHG_REPO_URI=https://vim.googlecode.com/hg/;
EHG_PROJECT=vim
else
VIM_ORG_PATCH=vim-${PV}.patch.xz
SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCH}

http://dev.gentoo.org/~radhermit/vim/vim-7.4.542-gentoo-patches.tar.bz2;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
fi

DESCRIPTION=Vim, an improved vi-style text editor
HOMEPAGE=http://www.vim.org/;

SLOT=0
LICENSE=vim
IUSE=X acl 

[gentoo-commits] gentoo-x86 commit in app-editors/gvim: ChangeLog gvim-7.4.712.ebuild

2015-05-03 Thread Tim Harder (radhermit)
radhermit15/05/03 07:05:06

  Modified: ChangeLog
  Added:gvim-7.4.712.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.461app-editors/gvim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?rev=1.461view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?rev=1.461content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?r1=1.460r2=1.461

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -r1.460 -r1.461
--- ChangeLog   8 Apr 2015 07:30:36 -   1.460
+++ ChangeLog   3 May 2015 07:05:05 -   1.461
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/gvim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.460 
2015/04/08 07:30:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.461 
2015/05/03 07:05:05 radhermit Exp $
+
+*gvim-7.4.712 (03 May 2015)
+
+  03 May 2015; Tim Harder radher...@gentoo.org +gvim-7.4.712.ebuild:
+  Version bump.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org gvim-7.4.273.ebuild:
   Remove old Python implementations



1.1  app-editors/gvim/gvim-7.4.712.ebuild

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

Index: gvim-7.4.712.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.712.ebuild,v 1.1 
2015/05/03 07:05:05 radhermit Exp $

EAPI=5
VIM_VERSION=7.4
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE=threads
inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 
prefix python-r1

if [[ ${PV} == * ]] ; then
inherit mercurial
EHG_REPO_URI=https://vim.googlecode.com/hg/;
EHG_PROJECT=vim
else
VIM_ORG_PATCH=vim-${PV}.patch.xz
SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCH}

http://dev.gentoo.org/~radhermit/vim/vim-7.4.542-gentoo-patches.tar.bz2;
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris
fi

DESCRIPTION=GUI version of the Vim text editor
HOMEPAGE=http://www.vim.org/;

SLOT=0
LICENSE=vim
IUSE=acl aqua cscope debug gnome gtk lua luajit motif neXt netbeans nls perl 
python racket ruby selinux session tcl
REQUIRED_USE=
luajit? ( lua )
python? (
|| ( $(python_gen_useflags '*') )
?? ( $(python_gen_useflags 'python2*') )
?? ( $(python_gen_useflags 'python3*') )
)


RDEPEND=
~app-editors/vim-core-${PV}
=app-eselect/eselect-vi-1.1
=sys-libs/ncurses-5.2-r2
x11-libs/libXext
x11-libs/libXt
acl? ( kernel_linux? ( sys-apps/acl ) )
!aqua? (
gtk? (
=x11-libs/gtk+-2.6:2
x11-libs/libXft
gnome? ( =gnome-base/libgnomeui-2.6 )
)
!gtk? (
motif? ( =x11-libs/motif-2.3:0 )
!motif? (
neXt? ( x11-libs/neXtaw )
!neXt? ( x11-libs/libXaw )
)
)
)
cscope? ( dev-util/cscope )
lua? (
luajit? ( dev-lang/luajit:2= )
!luajit? ( dev-lang/lua:0[deprecated] )
)
nls? ( virtual/libintl )
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
ruby? ( || ( dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) )
selinux? ( sys-libs/libselinux )
session? ( x11-libs/libSM )
tcl? ( dev-lang/tcl:0= )

DEPEND=${RDEPEND}
dev-util/ctags
sys-devel/autoconf
virtual/pkgconfig
nls? ( sys-devel/gettext )


S=${WORKDIR}/vim${VIM_VERSION/.}

pkg_setup() {
# people with broken alphabets run into trouble. bug 82186.
unset LANG LC_ALL
export LC_COLLATE=C

# Gnome sandbox silliness. bug #114475.
mkdir -p ${T}/home
export HOME=${T}/home
}

src_prepare() {
if [[ ${PV} != * ]] ; then

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

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 07:06:08

  Modified: ChangeLog configliere-0.4.22.ebuild
  Log:
  Update dependency to the version in the gemspec.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.9  dev-ruby/configliere/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 Nov 2014 15:09:09 -   1.8
+++ ChangeLog   3 May 2015 07:06:08 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/configliere
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.8 
2014/11/03 15:09:09 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/ChangeLog,v 1.9 
2015/05/03 07:06:08 graaff Exp $
+
+  03 May 2015; Hans de Graaff gra...@gentoo.org configliere-0.4.22.ebuild:
+  Update dependency to the version in the gemspec.
 
   03 Nov 2014; Manuel Rüger mr...@gentoo.org configliere-0.4.18-r1.ebuild,
   configliere-0.4.22.ebuild:



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

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

Index: configliere-0.4.22.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configliere-0.4.22.ebuild   3 Nov 2014 15:09:09 -   1.3
+++ configliere-0.4.22.ebuild   3 May 2015 07:06:08 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v 1.3 
2014/11/03 15:09:09 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.22.ebuild,v 1.4 
2015/05/03 07:06:08 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -22,7 +22,7 @@
 
 ruby_add_rdepend 
=dev-ruby/highline-1.5.2
-   =dev-ruby/multi_json-1.1
+   =dev-ruby/multi_json-1.10.1
 
 all_ruby_prepare() {
rm Gemfile* || die






[gentoo-commits] proj/vdr/devel:master commit in: media-tv/oscam/files/, media-tv/oscam/

2015-05-03 Thread Joerg Bornkessel
commit: 716c86f667ef1a3d94e02f27269bb68f48d5b64f
Author: Joerg Bornkessel hd_brummy AT gentoo DOT org
AuthorDate: Sun May  3 12:03:31 2015 +
Commit: Joerg Bornkessel hd_brummy AT gentoo DOT org
CommitDate: Sun May  3 12:03:31 2015 +
URL:https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=716c86f6

initial commit

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

 media-tv/oscam/ChangeLog   |  13 +++
 media-tv/oscam/Manifest|  20 
 media-tv/oscam/files/oscam.confd   |  53 +
 media-tv/oscam/files/oscam.initd   |  46 
 media-tv/oscam/files/oscam.service |  13 +++
 media-tv/oscam/files/oscam_watchdog.sh |  39 +++
 media-tv/oscam/metadata.xml|  56 +
 media-tv/oscam/oscam-1.20_p20150429.ebuild | 163 ++
 media-tv/oscam/oscam-.ebuild   | 179 +
 9 files changed, 582 insertions(+)

diff --git a/media-tv/oscam/ChangeLog b/media-tv/oscam/ChangeLog
new file mode 100644
index 000..20639d0
--- /dev/null
+++ b/media-tv/oscam/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for media-tv/oscam
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*oscam- (03 May 2015)
+*oscam-1.20_p20150429 (03 May 2015)
+
+  03 May 2015; Joerg Bornkessel hd_bru...@gentoo.org
+  +oscam-1.20_p20150429.ebuild, +oscam-.ebuild, +files/oscam.confd,
+  +files/oscam.initd, +files/oscam.service, +files/oscam_watchdog.sh,
+  +metadata.xml:
+  initial commit
+

diff --git a/media-tv/oscam/Manifest b/media-tv/oscam/Manifest
new file mode 100644
index 000..1b70120
--- /dev/null
+++ b/media-tv/oscam/Manifest
@@ -0,0 +1,20 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+AUX oscam.confd 2367 SHA256 
b53928cacf84f9afe2d3d9c90e0dff9ec1515afd42ad95d9eb916257508a6bd8 SHA512 
fb0a23b4fca901702f353768ac78204394d9a31c8533ea54270c646fd40ee5389b63d2c5d0c0dc30594f2b60af3f35d206db28c99d8c9bffa46ce57d9873c8a1
 WHIRLPOOL 
3ad2ac4386c28948eeec5b64995da5208add371dd666724092e376a8da29d61adf5849e2fc7096088a0d3c3bcad2627d9f02c7e58dd5fc5d9baddc25e099fd98
+AUX oscam.initd 1202 SHA256 
ae356e43349012cf8a82f64fb36ea0972940cb6bb2e6172304480da32e92a84c SHA512 
a162570b57361e07ec233cb5e911075501b1537bc1291966fa53b20a106497a8f34a3c4baad97e8b813fe65491c0d99bde7b376b600d915a668dcdc4e6fa9e64
 WHIRLPOOL 
d224d454b68a53983a2b8368240e1531585feb54682c3c42d23f9aed45a43d3b6ad7ba43604505690714ec407ba82454af13514245302e9c6789f29ddea3c60a
+AUX oscam.service 238 SHA256 
4adf6e22ae68715b001d50c804f52032cf2d57071be922b63677aaf5b7f01d39 SHA512 
00c97f6e585b06a432cf29f680fd77997383d313b09f7d6775c40117770165dab74e0352a0091949c0b0481c84bfa99b5ae1dc2cdeac5e191180912f9580
 WHIRLPOOL 
405cc0236e648755d49821c793a0a7482b3c74df1a50ca56bd80c3a80e2ec9d198d4c76a6f25e2cb57917cef0579406f0c9b3a62d7fe0f620c174d9691ba6eb2
+AUX oscam_watchdog.sh 744 SHA256 
3b0f03dbfb48c564f85aa23693b6ff015f8f6696d2c6f7c7088edba194eccd1b SHA512 
fa7e027ac01d8530869c7300f8fa565226b9695141cbca8d7925f7b5e4bbf67c64f449ba1e30bb7c6d3909c75f34a2b31ee582b251b6968e55c37d616ab2d929
 WHIRLPOOL 
622e00879323c6b2e90f5bc8a5015775be360a1f84ce79467028d078082f35bc60bc25df586ac703a53c312b155eea6c91e0d6efdd053a4b39b02035049c29c8
+DIST 563fbe362bbe9f7a1f8b03f1c66eebd8c53e1c94.tar.gz 1096713 SHA256 
05ce230001c22cd812899c5d01e203d8ed7905c8cb8d6a36d1b33c277981efef SHA512 
439accb6a5ab416af0aebe7f564cfd6ac5760051190379289ebeea7d8695650cfc3437027f4447092958d90d31849443d64d6db0b91835b4f9253673a5e8f24e
 WHIRLPOOL 
2b6429c8fd176a28e439397471c131959ca2d32eaacd037b026ad0d2c6b7ca223b509dc3eea8953a649e2bf64779f307e091513a1ea6eac847d94621cb0ce62a
+EBUILD oscam-1.20_p20150429.ebuild 5394 SHA256 
9791e69ae011e1385788f784f9ad398c0af679e647cc3db132f07ad5f9ce2441 SHA512 
97699178d80686d87e033bf9ab555b1a85d6a82a1fd78efc9f70b7167662ace9e20c8eb80017ce449f10c04cabba1832c1594bbd56c18784bcd36ec511279b20
 WHIRLPOOL 
a32c9f2094293e11c4253d34baaf85791ef4311f831b190dfbfc396aeacaa8a8f16cc99be23e4a6af796c221aadf305e963964b1a28083703d60fe44457c6efa
+EBUILD oscam-.ebuild 5845 SHA256 
c0563e60cb81dac87500927c329f988e96948e8934cc2dccaff37de1414ef87d SHA512 
ec2a1db8fa6724793bce8786d9d9d77535c954af9c97b598f4893fb8bb817ecb9a68f6fcec4a4d8e0912f8d684ea1bb6879fafe18a98850a06d8a74fc3e6cd6c
 WHIRLPOOL 
d5d1c2550c5aed2ab7cec4e8879ce9437f3473137e1971f6cdd5c56a71228f1952d9233883f13bc664cbfb864b6935c4488d57ea8fa1a3048b2cbbebde3d3748
+MISC ChangeLog 410 SHA256 
449f13f57314909bf09a59cf1ee79859aa1cfd2d6927ccda97a27c5c4d8ece9f SHA512 
c685f63fd5baa22cbce9c6554d34806f163ef84f4afe384e3a208bb722b85ea6e558daf23d14ee8ff0eaf30821a9830297fa968b720cf276db74134fd2f88144
 WHIRLPOOL 
b29cd74ab52aeaa662d1bed1dd26fcf9831d1fa4e671e3c6071a24986e020e00826d80b4e2f40c4ffd57c2da4046d28d85010adad6373929dfb32022746786a5
+MISC metadata.xml 1994 SHA256 
22cd850a0ae47bcf1bc55eecbae3f2320f1f3786f2c86d122e42e39a9f05980a SHA512 

[gentoo-commits] gentoo-x86 commit in net-proxy/squid: ChangeLog squid-3.5.4.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 07:13:59

  Modified: ChangeLog squid-3.5.4.ebuild
  Log:
  Stable for HPPA PPC64 (bug #548228).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.525net-proxy/squid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.525view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.525content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.524r2=1.525

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v
retrieving revision 1.524
retrieving revision 1.525
diff -u -r1.524 -r1.525
--- ChangeLog   1 May 2015 20:55:55 -   1.524
+++ ChangeLog   3 May 2015 07:13:59 -   1.525
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/squid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.524 
2015/05/01 20:55:55 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.525 
2015/05/03 07:13:59 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org squid-3.5.4.ebuild:
+  Stable for HPPA PPC64 (bug #548228).
 
 *squid-3.5.4 (01 May 2015)
 *squid-3.4.13 (01 May 2015)



1.2  net-proxy/squid/squid-3.5.4.ebuild

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

Index: squid-3.5.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- squid-3.5.4.ebuild  1 May 2015 20:55:55 -   1.1
+++ squid-3.5.4.ebuild  3 May 2015 07:13:59 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.4.ebuild,v 1.1 
2015/05/01 20:55:55 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.4.ebuild,v 1.2 
2015/05/03 07:13:59 jer Exp $
 
 EAPI=5
 inherit autotools eutils linux-info pam toolchain-funcs user versionator
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux 
logrotate test \
ecap esi ssl-crtd \
mysql postgres sqlite \






[gentoo-commits] gentoo-x86 commit in net-libs/courier-unicode: courier-unicode-1.1.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 07:15:55

  Modified: courier-unicode-1.1.ebuild ChangeLog
  Log:
  Stable for HPPA PPC64 (bug #548176).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  net-libs/courier-unicode/courier-unicode-1.1.ebuild

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

Index: courier-unicode-1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- courier-unicode-1.1.ebuild  1 May 2015 04:30:22 -   1.5
+++ courier-unicode-1.1.ebuild  3 May 2015 07:15:55 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.1.ebuild,v 
1.5 2015/05/01 04:30:22 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/courier-unicode/courier-unicode-1.1.ebuild,v 
1.6 2015/05/03 07:15:55 jer Exp $
 
 EAPI=5
 inherit eutils
@@ -10,7 +10,7 @@
 SRC_URI=mirror://sourceforge/courier/${P}.tar.bz2
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86
+KEYWORDS=~amd64 ~arm hppa ppc64 ~x86
 IUSE=
 
 src_install() {



1.6  net-libs/courier-unicode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   1 May 2015 04:30:22 -   1.5
+++ ChangeLog   3 May 2015 07:15:55 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/courier-unicode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v 1.5 
2015/05/01 04:30:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-unicode/ChangeLog,v 1.6 
2015/05/03 07:15:55 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org courier-unicode-1.1.ebuild:
+  Stable for HPPA PPC64 (bug #548176).
 
   01 May 2015; Jeroen Roovers j...@gentoo.org courier-unicode-1.1.ebuild:
   Marked ~ppc64 (bug #532520).






[gentoo-commits] gentoo-x86 commit in dev-ruby/coolio: ChangeLog coolio-1.3.0.ebuild

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 07:30:31

  Modified: ChangeLog coolio-1.3.0.ebuild
  Log:
  Avoid dependency on rake-compiler. Correctly invoke the specs.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.12 dev-ruby/coolio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coolio/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Apr 2015 10:52:58 -   1.11
+++ ChangeLog   3 May 2015 07:30:31 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coolio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coolio/ChangeLog,v 1.11 2015/04/03 
10:52:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coolio/ChangeLog,v 1.12 2015/05/03 
07:30:31 graaff Exp $
+
+  03 May 2015; Hans de Graaff gra...@gentoo.org coolio-1.3.0.ebuild:
+  Avoid dependency on rake-compiler. Correctly invoke the specs.
 
 *coolio-1.3.0 (03 Apr 2015)
 



1.2  dev-ruby/coolio/coolio-1.3.0.ebuild

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

Index: coolio-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coolio/coolio-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coolio-1.3.0.ebuild 3 Apr 2015 10:52:58 -   1.1
+++ coolio-1.3.0.ebuild 3 May 2015 07:30:31 -   1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coolio/coolio-1.3.0.ebuild,v 1.1 
2015/04/03 10:52:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coolio/coolio-1.3.0.ebuild,v 1.2 
2015/05/03 07:30:31 graaff Exp $
 
 EAPI=5
 
 # iobuffer: -rbx
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
-RUBY_FAKEGEM_RECIPE_TEST=rspec2
+RUBY_FAKEGEM_RECIPE_TEST=rspec
 RUBY_FAKEGEM_EXTRADOC=CHANGES.md README.md
 RUBY_FAKEGEM_NAME=cool.io
 
@@ -37,6 +37,10 @@
sed -i -e '28i  s.add_dependency iobuffer' ${RUBY_FAKEGEM_GEMSPEC} || 
die
sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
 
+   # Avoid dependency on rake-compiler
+   sed -i -e '/extensiontask/ s:^:#:' \
+   -e '/ExtensionTask/,/^end/ s:^:#:' Rakefile || die
+
# Remove specs that require network connectivity
rm spec/dns_spec.rb || die
 }






[gentoo-commits] gentoo-x86 commit in dev-ruby/ethon: ChangeLog ethon-0.7.3.ebuild

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 07:36:10

  Modified: ChangeLog ethon-0.7.3.ebuild
  Log:
  dev-ruby/mime-types is optional but the tests depend on it being present.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.3  dev-ruby/ethon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ethon/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   2 Mar 2015 06:11:26 -   1.2
+++ ChangeLog   3 May 2015 07:36:10 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ethon
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ethon/ChangeLog,v 1.2 2015/03/02 
06:11:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ethon/ChangeLog,v 1.3 2015/05/03 
07:36:10 graaff Exp $
+
+  03 May 2015; Hans de Graaff gra...@gentoo.org ethon-0.7.3.ebuild:
+  dev-ruby/mime-types is optional but the tests depend on it being present.
 
 *ethon-0.7.3 (02 Mar 2015)
 



1.2  dev-ruby/ethon/ethon-0.7.3.ebuild

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

Index: ethon-0.7.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ethon/ethon-0.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ethon-0.7.3.ebuild  2 Mar 2015 06:11:26 -   1.1
+++ ethon-0.7.3.ebuild  3 May 2015 07:36:10 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ethon/ethon-0.7.3.ebuild,v 1.1 
2015/03/02 06:11:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ethon/ethon-0.7.3.ebuild,v 1.2 
2015/05/03 07:36:10 graaff Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 ruby_add_rdepend =dev-ruby/ffi-1.3.0
 
-ruby_add_bdepend test? ( dev-ruby/sinatra )
+ruby_add_bdepend test? ( dev-ruby/sinatra dev-ruby/mime-types )
 
 all_ruby_prepare() {
rm Gemfile || die






[gentoo-commits] gentoo-x86 commit in dev-ruby/faraday: ChangeLog faraday-0.9.1.ebuild

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 07:49:49

  Modified: ChangeLog faraday-0.9.1.ebuild
  Log:
  Add missing test dependency on dev-ruby/rack-test.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.29 dev-ruby/faraday/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/faraday/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   18 Apr 2015 12:50:14 -  1.28
+++ ChangeLog   3 May 2015 07:49:49 -   1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/faraday
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/faraday/ChangeLog,v 1.28 
2015/04/18 12:50:14 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/faraday/ChangeLog,v 1.29 
2015/05/03 07:49:49 graaff Exp $
+
+  03 May 2015; Hans de Graaff gra...@gentoo.org faraday-0.9.1.ebuild:
+  Add missing test dependency on dev-ruby/rack-test.
 
   18 Apr 2015; Sven Wegener swege...@gentoo.org faraday-0.9.0.ebuild,
   faraday-0.9.1.ebuild:



1.4  dev-ruby/faraday/faraday-0.9.1.ebuild

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

Index: faraday-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/faraday/faraday-0.9.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faraday-0.9.1.ebuild18 Apr 2015 12:50:14 -  1.3
+++ faraday-0.9.1.ebuild3 May 2015 07:49:49 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/faraday/faraday-0.9.1.ebuild,v 1.3 
2015/04/18 12:50:14 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/faraday/faraday-0.9.1.ebuild,v 1.4 
2015/05/03 07:49:49 graaff Exp $
 
 EAPI=5
 
@@ -30,6 +30,7 @@
 ruby_add_bdepend test? (
=dev-ruby/test-unit-2.4
dev-ruby/httpclient
+   dev-ruby/rack-test
dev-ruby/sinatra
dev-ruby/net-http-persistent
dev-ruby/patron






[gentoo-commits] gentoo-x86 commit in net-misc/apt-cacher-ng: ChangeLog apt-cacher-ng-0.8.3.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 07:57:54

  Modified: ChangeLog
  Added:apt-cacher-ng-0.8.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.53 net-misc/apt-cacher-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/apt-cacher-ng/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/apt-cacher-ng/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/apt-cacher-ng/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/apt-cacher-ng/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   30 Apr 2015 04:29:58 -  1.52
+++ ChangeLog   3 May 2015 07:57:53 -   1.53
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/apt-cacher-ng
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-cacher-ng/ChangeLog,v 1.52 
2015/04/30 04:29:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-cacher-ng/ChangeLog,v 1.53 
2015/05/03 07:57:53 jer Exp $
+
+*apt-cacher-ng-0.8.3 (03 May 2015)
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org +apt-cacher-ng-0.8.3.ebuild:
+  Version bump.
 
 *apt-cacher-ng-0.8.2 (30 Apr 2015)
 



1.1  net-misc/apt-cacher-ng/apt-cacher-ng-0.8.3.ebuild

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

Index: apt-cacher-ng-0.8.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/apt-cacher-ng/apt-cacher-ng-0.8.3.ebuild,v 1.1 
2015/05/03 07:57:53 jer Exp $

EAPI=5
inherit cmake-utils eutils toolchain-funcs user

DESCRIPTION=Yet another implementation of an HTTP proxy for Debian/Ubuntu 
software packages written in C++
HOMEPAGE=
http://www.unix-ag.uni-kl.de/~bloch/acng/
http://packages.qa.debian.org/a/apt-cacher-ng.html

LICENSE=BSD-4 ZLIB public-domain
SLOT=0
SRC_URI=mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz

KEYWORDS=~amd64 ~x86
IUSE=doc fuse systemd tcpd

COMMON_DEPEND=
app-arch/bzip2
app-arch/xz-utils
sys-libs/zlib
systemd? (
sys-apps/systemd
)

DEPEND=
${COMMON_DEPEND}
dev-util/cmake
sys-devel/gcc-4.8
virtual/pkgconfig

RDEPEND=
${COMMON_DEPEND}
dev-lang/perl
fuse? ( sys-fs/fuse )
tcpd? ( sys-apps/tcp-wrappers )


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

pkg_pretend() {
if [[ $(gcc-major-version) = 4 ]]; then
if [[ $(gcc-minor-version) -lt 8 ]]; then
die GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)
fi
else
die GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)
fi
}

pkg_setup() {
# add new user  group for daemon
enewgroup ${PN}
enewuser ${PN} -1 -1 -1 ${PN}
}

src_configure(){
mycmakeargs=-DCMAKE_INSTALL_PREFIX=/usr
if use fuse; then
mycmakeargs=-DHAVE_FUSE_25=yes ${mycmakeargs}
else
mycmakeargs=-DHAVE_FUSE_25=no ${mycmakeargs}
fi
if use tcpd; then
mycmakeargs=-DHAVE_LIBWRAP=yes ${mycmakeargs}
else
mycmakeargs=-DHAVE_LIBWRAP=no ${mycmakeargs}
fi

cmake-utils_src_configure
}

src_install() {
pushd ${CMAKE_BUILD_DIR}
dosbin ${PN}
if use fuse; then
dobin acngfs
fi
popd

newinitd ${FILESDIR}/initd-r1 ${PN}
newconfd ${FILESDIR}/confd ${PN}

insinto /etc/logrotate.d
newins ${FILESDIR}/logrotate ${PN}

doman doc/man/${PN}*
if use fuse; then
doman doc/man/acngfs*
fi

# Documentation
dodoc README TODO VERSION INSTALL ChangeLog
if use doc; then
dodoc doc/*.pdf
dohtml doc/html/*
docinto examples/conf
dodoc conf/*
fi

# perl daily cron script
dosbin scripts/expire-caller.pl
exeinto /etc/cron.daily
newexe ${FILESDIR}/cron.daily ${PN}

# default configuration
insinto /etc/${PN}
newins conf/acng.conf ${PN}.conf
doins $( echo conf/* | sed 's|conf/acng.conf||g' )

keepdir /var/log/${PN}
# Some 

[gentoo-commits] gentoo-x86 commit in dev-ruby/ferret: ferret-0.11.8.6.ebuild ChangeLog

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 08:02:25

  Modified: ferret-0.11.8.6.ebuild ChangeLog
  Log:
  Avoid test know to fail and possible crash ruby, fixing bug 438412.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/ferret/ferret-0.11.8.6.ebuild

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

Index: ferret-0.11.8.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ferret-0.11.8.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ferret-0.11.8.6.ebuild  21 Feb 2015 04:52:48 -  1.1
+++ ferret-0.11.8.6.ebuild  3 May 2015 08:02:25 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ferret-0.11.8.6.ebuild,v 
1.1 2015/02/21 04:52:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ferret-0.11.8.6.ebuild,v 
1.2 2015/05/03 08:02:25 graaff Exp $
 
 EAPI=5
 
@@ -32,6 +32,11 @@
# Remove bundled bzlib code and use system version instead.
rm ext/BZLIB* ext/bzlib* || die
sed -i -e '14i  $LDFLAGS +=  -lbz2 ' ext/extconf.rb || die
+
+   # Avoid test known to fail upstream:
+   # https://github.com/jkraemer/ferret/issues/2
+   sed -i -e '/test_adding_long_url/,/^  end/ s:^:#:' \
+   test/unit/index/tc_index_writer.rb || die
 }
 
 each_ruby_configure() {



1.11 dev-ruby/ferret/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   21 Feb 2015 04:52:48 -  1.10
+++ ChangeLog   3 May 2015 08:02:25 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ferret
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ChangeLog,v 1.10 2015/02/21 
04:52:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ChangeLog,v 1.11 2015/05/03 
08:02:25 graaff Exp $
+
+  03 May 2015; Hans de Graaff gra...@gentoo.org ferret-0.11.8.6.ebuild:
+  Avoid test know to fail and possible crash ruby, fixing bug 438412.
 
 *ferret-0.11.8.6 (21 Feb 2015)
 






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

2015-05-03 Thread Hans de Graaff (graaff)
graaff  15/05/03 08:08:24

  Modified: ChangeLog package.mask
  Log:
  Mask dev-ruby/fssm for removal.

Revision  ChangesPath
1.9973   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9972
retrieving revision 1.9973
diff -u -r1.9972 -r1.9973
--- ChangeLog   3 May 2015 05:15:22 -   1.9972
+++ ChangeLog   3 May 2015 08:08:23 -   1.9973
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9972 2015/05/03 
05:15:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9973 2015/05/03 
08:08:23 graaff Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  03 May 2015; Hans de Graaff gra...@gentoo.org package.mask:
+  Mask dev-ruby/fssm for removal.
+
   03 May 2015; Ben de Groot yng...@gentoo.org arch/amd64/package.use,
   +arch/arm/package.use, +arch/powerpc/ppc32/package.use, arch/x86/package.use:
   Enable luajit on media-video/mpv for OSC by default



1.16516  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16515
retrieving revision 1.16516
diff -u -r1.16515 -r1.16516
--- package.mask3 May 2015 05:44:20 -   1.16515
+++ package.mask3 May 2015 08:08:23 -   1.16516
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16515 2015/05/03 
05:44:20 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16516 2015/05/03 
08:08:23 graaff Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff gra...@gentoo.org (3 May 2015)
+# dev-ruby/fssm is deprecated by its author and nothing
+# in the tree depends on it anymore. Use dev-ruby/listen
+# as an alternative. Masked for removal in 30 days.
+dev-ruby/fssm
+
 # Brian Evans grkni...@gentoo.org (30 Apr 2015)
 # It is unclear if dev-php/smarty-2* is affected by
 # security bug 526542.  Masked for removal in 30 days






[gentoo-commits] gentoo-x86 commit in dev-perl/B-Hooks-EndOfScope: B-Hooks-EndOfScope-0.140.0.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:14:45

  Modified: B-Hooks-EndOfScope-0.140.0.ebuild ChangeLog
  Log:
  Mark ~ppc64 (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  
dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild

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

Index: B-Hooks-EndOfScope-0.140.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- B-Hooks-EndOfScope-0.140.0.ebuild   17 Apr 2015 22:41:46 -  1.1
+++ B-Hooks-EndOfScope-0.140.0.ebuild   3 May 2015 08:14:45 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild,v
 1.1 2015/04/17 22:41:46 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild,v
 1.2 2015/05/03 08:14:45 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Execute code after a scope finished compilation
 
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x64-macos
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x64-macos
 IUSE=test
 
 RDEPEND=



1.34 dev-perl/B-Hooks-EndOfScope/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   17 Apr 2015 22:41:46 -  1.33
+++ ChangeLog   3 May 2015 08:14:45 -   1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/B-Hooks-EndOfScope
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 
1.33 2015/04/17 22:41:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 
1.34 2015/05/03 08:14:45 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org
+  B-Hooks-EndOfScope-0.140.0.ebuild:
+  Mark ~ppc64 (bug #548352).
 
 *B-Hooks-EndOfScope-0.140.0 (17 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/namespace-clean: ChangeLog namespace-clean-0.240.0-r1.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:15:42

  Modified: ChangeLog namespace-clean-0.240.0-r1.ebuild
  Log:
  Mark ~ppc64 (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.35 dev-perl/namespace-clean/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   29 Mar 2015 09:30:04 -  1.34
+++ ChangeLog   3 May 2015 08:15:42 -   1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/namespace-clean
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.34 
2015/03/29 09:30:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.35 
2015/05/03 08:15:42 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org
+  namespace-clean-0.240.0-r1.ebuild:
+  Mark ~ppc64 (bug #548352).
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org
   namespace-clean-0.240.0-r1.ebuild:



1.3  dev-perl/namespace-clean/namespace-clean-0.240.0-r1.ebuild

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

Index: namespace-clean-0.240.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/namespace-clean/namespace-clean-0.240.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- namespace-clean-0.240.0-r1.ebuild   29 Mar 2015 09:30:04 -  1.2
+++ namespace-clean-0.240.0-r1.ebuild   3 May 2015 08:15:42 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/namespace-clean/namespace-clean-0.240.0-r1.ebuild,v
 1.2 2015/03/29 09:30:04 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/namespace-clean/namespace-clean-0.240.0-r1.ebuild,v
 1.3 2015/05/03 08:15:42 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Keep imports and functions out of your namespace
 
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x64-macos
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x64-macos
 IUSE=test
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Helpers: ExtUtils-Helpers-0.22.0.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:18:52

  Modified: ExtUtils-Helpers-0.22.0.ebuild ChangeLog
  Log:
  Mark ~ppc64 (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild

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

Index: ExtUtils-Helpers-0.22.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ExtUtils-Helpers-0.22.0.ebuild  9 Nov 2014 10:37:52 -   1.2
+++ ExtUtils-Helpers-0.22.0.ebuild  3 May 2015 08:18:52 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
 1.2 2014/11/09 10:37:52 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
 1.3 2015/05/03 08:18:52 jer Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.022
@@ -9,7 +9,7 @@
 DESCRIPTION='Various portability utilities for module builders'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
 IUSE=test
 
 DEPEND=



1.3  dev-perl/ExtUtils-Helpers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   9 Nov 2014 10:37:52 -   1.2
+++ ChangeLog   3 May 2015 08:18:52 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ExtUtils-Helpers
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v 1.2 
2014/11/09 10:37:52 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v 1.3 
2015/05/03 08:18:52 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org ExtUtils-Helpers-0.22.0.ebuild:
+  Mark ~ppc64 (bug #548352).
 
   09 Nov 2014; Mikle Kolyada zlog...@gentoo.org
   ExtUtils-Helpers-0.22.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-InstallPaths: ChangeLog ExtUtils-InstallPaths-0.10.0.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:19:41

  Modified: ChangeLog ExtUtils-InstallPaths-0.10.0.ebuild
  Log:
  Mark ~ppc64 (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  dev-perl/ExtUtils-InstallPaths/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   9 Nov 2014 10:37:51 -   1.3
+++ ChangeLog   3 May 2015 08:19:41 -   1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/ExtUtils-InstallPaths
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 
1.3 2014/11/09 10:37:51 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 
1.4 2015/05/03 08:19:41 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org
+  ExtUtils-InstallPaths-0.10.0.ebuild:
+  Mark ~ppc64 (bug #548352).
 
   09 Nov 2014; Mikle Kolyada zlog...@gentoo.org
   ExtUtils-InstallPaths-0.10.0.ebuild:



1.4  
dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild

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

Index: ExtUtils-InstallPaths-0.10.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ExtUtils-InstallPaths-0.10.0.ebuild 9 Nov 2014 10:37:51 -   1.3
+++ ExtUtils-InstallPaths-0.10.0.ebuild 3 May 2015 08:19:41 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
 1.3 2014/11/09 10:37:51 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
 1.4 2015/05/03 08:19:41 jer Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.010
@@ -9,7 +9,7 @@
 DESCRIPTION='Build.PL install path logic made easy'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
 IUSE=test
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Config: ChangeLog ExtUtils-Config-0.7.0.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:18:01

  Modified: ChangeLog ExtUtils-Config-0.7.0.ebuild
  Log:
  Mark ~ppc64 (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  dev-perl/ExtUtils-Config/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   9 Nov 2014 10:37:52 -   1.2
+++ ChangeLog   3 May 2015 08:18:01 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ExtUtils-Config
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v 1.2 
2014/11/09 10:37:52 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v 1.3 
2015/05/03 08:18:01 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org ExtUtils-Config-0.7.0.ebuild:
+  Mark ~ppc64 (bug #548352).
 
   09 Nov 2014; Mikle Kolyada zlog...@gentoo.org ExtUtils-Config-0.7.0.ebuild:
   Add ~ppc keyword wrt bug #518644



1.3  dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild

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

Index: ExtUtils-Config-0.7.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ExtUtils-Config-0.7.0.ebuild9 Nov 2014 10:37:52 -   1.2
+++ ExtUtils-Config-0.7.0.ebuild3 May 2015 08:18:01 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v 
1.2 2014/11/09 10:37:52 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v 
1.3 2015/05/03 08:18:01 jer Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.007
@@ -9,7 +9,7 @@
 DESCRIPTION='A wrapper for perl'\''s configuration'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
 IUSE=test
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Build-Tiny: ChangeLog Module-Build-Tiny-0.39.0.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:20:13

  Modified: ChangeLog Module-Build-Tiny-0.39.0.ebuild
  Log:
  Mark ~ppc64 (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  dev-perl/Module-Build-Tiny/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   21 Feb 2015 23:40:42 -  1.3
+++ ChangeLog   3 May 2015 08:20:13 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Module-Build-Tiny
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.3 
2015/02/21 23:40:42 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.4 
2015/05/03 08:20:13 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org 
Module-Build-Tiny-0.39.0.ebuild:
+  Mark ~ppc64 (bug #548352).
 
 *Module-Build-Tiny-0.39.0 (21 Feb 2015)
 



1.2  dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild

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

Index: Module-Build-Tiny-0.39.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Module-Build-Tiny-0.39.0.ebuild 21 Feb 2015 23:40:42 -  1.1
+++ Module-Build-Tiny-0.39.0.ebuild 3 May 2015 08:20:13 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v
 1.1 2015/02/21 23:40:42 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v
 1.2 2015/05/03 08:20:13 jer Exp $
 
 EAPI=5
 MODULE_AUTHOR=LEONT
@@ -9,7 +9,7 @@
 
 DESCRIPTION='A tiny replacement for Module::Build'
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
 IUSE=test
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-Load: Class-Load-0.220.0.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:20:48

  Modified: Class-Load-0.220.0.ebuild ChangeLog
  Log:
  Mark ~ppc64 (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-perl/Class-Load/Class-Load-0.220.0.ebuild

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

Index: Class-Load-0.220.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.220.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Class-Load-0.220.0.ebuild   1 May 2015 17:13:54 -   1.1
+++ Class-Load-0.220.0.ebuild   3 May 2015 08:20:48 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.220.0.ebuild,v 1.1 
2015/05/01 17:13:54 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.220.0.ebuild,v 1.2 
2015/05/03 08:20:48 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=A working (require q{Class::Name}) and more
 
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
 IUSE=test
 
 RDEPEND=



1.47 dev-perl/Class-Load/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   1 May 2015 17:13:54 -   1.46
+++ ChangeLog   3 May 2015 08:20:48 -   1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Class-Load
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.46 
2015/05/01 17:13:54 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.47 
2015/05/03 08:20:48 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org Class-Load-0.220.0.ebuild:
+  Mark ~ppc64 (bug #548352).
 
 *Class-Load-0.220.0 (01 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Helpers: ExtUtils-Helpers-0.22.0.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:24:18

  Modified: ExtUtils-Helpers-0.22.0.ebuild ChangeLog
  Log:
  Mark ~hppa (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild

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

Index: ExtUtils-Helpers-0.22.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ExtUtils-Helpers-0.22.0.ebuild  3 May 2015 08:18:52 -   1.3
+++ ExtUtils-Helpers-0.22.0.ebuild  3 May 2015 08:24:18 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
 1.3 2015/05/03 08:18:52 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
 1.4 2015/05/03 08:24:18 jer Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.022
@@ -9,7 +9,7 @@
 DESCRIPTION='Various portability utilities for module builders'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
 IUSE=test
 
 DEPEND=



1.4  dev-perl/ExtUtils-Helpers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   3 May 2015 08:18:52 -   1.3
+++ ChangeLog   3 May 2015 08:24:18 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ExtUtils-Helpers
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v 1.3 
2015/05/03 08:18:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v 1.4 
2015/05/03 08:24:18 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org ExtUtils-Helpers-0.22.0.ebuild:
+  Mark ~hppa (bug #548352).
 
   03 May 2015; Jeroen Roovers j...@gentoo.org ExtUtils-Helpers-0.22.0.ebuild:
   Mark ~ppc64 (bug #548352).






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Config: ExtUtils-Config-0.7.0.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:23:28

  Modified: ExtUtils-Config-0.7.0.ebuild ChangeLog
  Log:
  Mark ~hppa (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild

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

Index: ExtUtils-Config-0.7.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ExtUtils-Config-0.7.0.ebuild3 May 2015 08:18:01 -   1.3
+++ ExtUtils-Config-0.7.0.ebuild3 May 2015 08:23:28 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v 
1.3 2015/05/03 08:18:01 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v 
1.4 2015/05/03 08:23:28 jer Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.007
@@ -9,7 +9,7 @@
 DESCRIPTION='A wrapper for perl'\''s configuration'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
 IUSE=test
 
 DEPEND=



1.4  dev-perl/ExtUtils-Config/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   3 May 2015 08:18:01 -   1.3
+++ ChangeLog   3 May 2015 08:23:28 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ExtUtils-Config
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v 1.3 
2015/05/03 08:18:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v 1.4 
2015/05/03 08:23:28 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org ExtUtils-Config-0.7.0.ebuild:
+  Mark ~hppa (bug #548352).
 
   03 May 2015; Jeroen Roovers j...@gentoo.org ExtUtils-Config-0.7.0.ebuild:
   Mark ~ppc64 (bug #548352).






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-InstallPaths: ChangeLog ExtUtils-InstallPaths-0.10.0.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:25:26

  Modified: ChangeLog ExtUtils-InstallPaths-0.10.0.ebuild
  Log:
  Mark ~hppa (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  dev-perl/ExtUtils-InstallPaths/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 May 2015 08:19:41 -   1.4
+++ ChangeLog   3 May 2015 08:25:26 -   1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/ExtUtils-InstallPaths
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 
1.4 2015/05/03 08:19:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 
1.5 2015/05/03 08:25:26 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org
+  ExtUtils-InstallPaths-0.10.0.ebuild:
+  Mark ~hppa (bug #548352).
 
   03 May 2015; Jeroen Roovers j...@gentoo.org
   ExtUtils-InstallPaths-0.10.0.ebuild:



1.5  
dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild

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

Index: ExtUtils-InstallPaths-0.10.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ExtUtils-InstallPaths-0.10.0.ebuild 3 May 2015 08:19:41 -   1.4
+++ ExtUtils-InstallPaths-0.10.0.ebuild 3 May 2015 08:25:26 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
 1.4 2015/05/03 08:19:41 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
 1.5 2015/05/03 08:25:26 jer Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.010
@@ -9,7 +9,7 @@
 DESCRIPTION='Build.PL install path logic made easy'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
 IUSE=test
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Build-Tiny: Module-Build-Tiny-0.39.0.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:26:55

  Modified: Module-Build-Tiny-0.39.0.ebuild ChangeLog
  Log:
  Mark ~hppa (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?r1=1.2r2=1.3

Index: Module-Build-Tiny-0.39.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Module-Build-Tiny-0.39.0.ebuild 3 May 2015 08:20:13 -   1.2
+++ Module-Build-Tiny-0.39.0.ebuild 3 May 2015 08:26:55 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v
 1.2 2015/05/03 08:20:13 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v
 1.3 2015/05/03 08:26:55 jer Exp $
 
 EAPI=5
 MODULE_AUTHOR=LEONT
@@ -9,7 +9,7 @@
 
 DESCRIPTION='A tiny replacement for Module::Build'
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
 IUSE=test
 
 RDEPEND=



1.5  dev-perl/Module-Build-Tiny/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 May 2015 08:20:13 -   1.4
+++ ChangeLog   3 May 2015 08:26:55 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Module-Build-Tiny
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.4 
2015/05/03 08:20:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.5 
2015/05/03 08:26:55 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org 
Module-Build-Tiny-0.39.0.ebuild:
+  Mark ~hppa (bug #548352).
 
   03 May 2015; Jeroen Roovers j...@gentoo.org 
Module-Build-Tiny-0.39.0.ebuild:
   Mark ~ppc64 (bug #548352).






[gentoo-commits] gentoo-x86 commit in virtual/perl-podlators: perl-podlators-2.5.3.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:26:22

  Modified: perl-podlators-2.5.3.ebuild ChangeLog
  Log:
  Mark ~hppa (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.11 virtual/perl-podlators/perl-podlators-2.5.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild?r1=1.10r2=1.11

Index: perl-podlators-2.5.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-podlators-2.5.3.ebuild 18 Feb 2015 08:39:00 -  1.10
+++ perl-podlators-2.5.3.ebuild 3 May 2015 08:26:22 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild,v 
1.10 2015/02/18 08:39:00 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild,v 
1.11 2015/05/03 08:26:22 jer Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=alpha amd64 arm ia64 ppc ppc64 sparc x86
+KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86
 IUSE=
 
 RDEPEND=



1.26 virtual/perl-podlators/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-podlators/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   18 Feb 2015 08:39:00 -  1.25
+++ ChangeLog   3 May 2015 08:26:22 -   1.26
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/perl-podlators
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-podlators/ChangeLog,v 1.25 
2015/02/18 08:39:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-podlators/ChangeLog,v 1.26 
2015/05/03 08:26:22 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org perl-podlators-2.5.3.ebuild:
+  Mark ~hppa (bug #548352).
 
   18 Feb 2015; Agostino Sarubbo a...@gentoo.org perl-podlators-2.5.3.ebuild:
   Stable for alpha, wrt bug #536790






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-Load: Class-Load-0.220.0.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:27:45

  Modified: Class-Load-0.220.0.ebuild ChangeLog
  Log:
  Mark ~hppa (bug #548352).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  dev-perl/Class-Load/Class-Load-0.220.0.ebuild

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

Index: Class-Load-0.220.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.220.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Class-Load-0.220.0.ebuild   3 May 2015 08:20:48 -   1.2
+++ Class-Load-0.220.0.ebuild   3 May 2015 08:27:45 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.220.0.ebuild,v 1.2 
2015/05/03 08:20:48 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.220.0.ebuild,v 1.3 
2015/05/03 08:27:45 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=A working (require q{Class::Name}) and more
 
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86
 IUSE=test
 
 RDEPEND=



1.48 dev-perl/Class-Load/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Load/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Load/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Load/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   3 May 2015 08:20:48 -   1.47
+++ ChangeLog   3 May 2015 08:27:45 -   1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Class-Load
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.47 
2015/05/03 08:20:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.48 
2015/05/03 08:27:45 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org Class-Load-0.220.0.ebuild:
+  Mark ~hppa (bug #548352).
 
   03 May 2015; Jeroen Roovers j...@gentoo.org Class-Load-0.220.0.ebuild:
   Mark ~ppc64 (bug #548352).






[gentoo-commits] gentoo-x86 commit in media-libs/rubberband: rubberband-1.8.1.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:28:54

  Modified: rubberband-1.8.1.ebuild ChangeLog
  Log:
  Mark ~hppa (bug #548446).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  media-libs/rubberband/rubberband-1.8.1.ebuild

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

Index: rubberband-1.8.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rubberband-1.8.1.ebuild 21 Jul 2013 13:08:10 -  1.2
+++ rubberband-1.8.1.ebuild 3 May 2015 08:28:54 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.8.1.ebuild,v 1.2 
2013/07/21 13:08:10 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.8.1.ebuild,v 1.3 
2015/05/03 08:28:54 jer Exp $
 
 EAPI=5
 inherit multilib
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~hppa ~ppc ~x86
 IUSE=static-libs
 
 RDEPEND=media-libs/vamp-plugin-sdk



1.22 media-libs/rubberband/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   21 Jul 2013 13:08:10 -  1.21
+++ ChangeLog   3 May 2015 08:28:54 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/rubberband
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v 1.21 
2013/07/21 13:08:10 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v 1.22 
2015/05/03 08:28:54 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org rubberband-1.8.1.ebuild:
+  Mark ~hppa (bug #548446).
 
   21 Jul 2013; Agostino Sarubbo a...@gentoo.org rubberband-1.8.1.ebuild:
   Stable for amd64, wrt bug #477596






[gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-0.9.1.ebuild ChangeLog

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/03 08:29:53

  Modified: mpv-0.9.1.ebuild ChangeLog
  Log:
  Mark ~hppa (bug #548446).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  media-video/mpv/mpv-0.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild?r1=1.1r2=1.2

Index: mpv-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.9.1.ebuild3 May 2015 05:28:08 -   1.1
+++ mpv-0.9.1.ebuild3 May 2015 08:29:53 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild,v 1.1 
2015/05/03 05:28:08 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild,v 1.2 
2015/05/03 08:29:53 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -17,10 +17,10 @@
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI=https://github.com/mpv-player/mpv.git;
inherit git-r3
-   KEYWORDS=
+   KEYWORDS=~hppa
 else
SRC_URI+= https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux
DOCS+=( RELEASE_NOTES )
 fi
 



1.129media-video/mpv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   3 May 2015 06:52:22 -   1.128
+++ ChangeLog   3 May 2015 08:29:53 -   1.129
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/mpv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.128 
2015/05/03 06:52:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.129 
2015/05/03 08:29:53 jer Exp $
+
+  03 May 2015; Jeroen Roovers j...@gentoo.org mpv-0.9.1.ebuild:
+  Mark ~hppa (bug #548446).
 
   03 May 2015; Ben de Groot yng...@gentoo.org mpv-0.8.3.ebuild:
   Mark stable on amd64 wrt bug #525148






[gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: ChangeLog swi-prolog-6.6.5.ebuild swi-prolog-6.6.4.ebuild

2015-05-03 Thread Keri Harris (keri)
keri15/05/03 08:46:26

  Modified: ChangeLog
  Removed:  swi-prolog-6.6.5.ebuild swi-prolog-6.6.4.ebuild
  Log:
  Remove old versions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  ChangesPath
1.468dev-lang/swi-prolog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.468view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.468content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?r1=1.467r2=1.468

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v
retrieving revision 1.467
retrieving revision 1.468
diff -u -r1.467 -r1.468
--- ChangeLog   30 Apr 2015 13:08:29 -  1.467
+++ ChangeLog   3 May 2015 08:46:26 -   1.468
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/swi-prolog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.467 
2015/04/30 13:08:29 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.468 
2015/05/03 08:46:26 keri Exp $
+
+  03 May 2015; k...@gentoo.org -swi-prolog-6.6.4.ebuild,
+  -swi-prolog-6.6.5.ebuild:
+  Remove old versions
 
 *swi-prolog-7.1.37 (30 Apr 2015)
 *swi-prolog-7.1.36 (30 Apr 2015)






[gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: ChangeLog swi-prolog-7.1.32.ebuild swi-prolog-7.1.34.ebuild swi-prolog-7.1.31.ebuild swi-prolog-7.1.33.ebuild swi-prolog-7.1.35.ebuild

2015-05-03 Thread Keri Harris (keri)
keri15/05/03 08:49:34

  Modified: ChangeLog
  Removed:  swi-prolog-7.1.32.ebuild swi-prolog-7.1.34.ebuild
swi-prolog-7.1.31.ebuild swi-prolog-7.1.33.ebuild
swi-prolog-7.1.35.ebuild
  Log:
  Remove old development versions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  ChangesPath
1.469dev-lang/swi-prolog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.469view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.469content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?r1=1.468r2=1.469

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -r1.468 -r1.469
--- ChangeLog   3 May 2015 08:46:26 -   1.468
+++ ChangeLog   3 May 2015 08:49:34 -   1.469
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/swi-prolog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.468 
2015/05/03 08:46:26 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.469 
2015/05/03 08:49:34 keri Exp $
+
+  03 May 2015; k...@gentoo.org -swi-prolog-7.1.31.ebuild,
+  -swi-prolog-7.1.32.ebuild, -swi-prolog-7.1.33.ebuild,
+  -swi-prolog-7.1.34.ebuild, -swi-prolog-7.1.35.ebuild:
+  Remove old development versions
 
   03 May 2015; k...@gentoo.org -swi-prolog-6.6.4.ebuild,
   -swi-prolog-6.6.5.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck: quickcheck-1.2.0.1-r1.ebuild ChangeLog

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 08:59:38

  Modified: ChangeLog
  Added:quickcheck-1.2.0.1-r1.ebuild
  Log:
  Port to ghc-7.10.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.72 dev-haskell/quickcheck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?rev=1.72view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?rev=1.72content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?r1=1.71r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   14 Dec 2014 05:38:50 -  1.71
+++ ChangeLog   3 May 2015 08:59:38 -   1.72
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/quickcheck
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.71 
2014/12/14 05:38:50 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.72 
2015/05/03 08:59:38 slyfox Exp $
+
+*quickcheck-1.2.0.1-r1 (03 May 2015)
+
+  03 May 2015; Sergei Trofimovich sly...@gentoo.org
+  +files/quickcheck-1.2.0.1-ghc-7.10.patch, +quickcheck-1.2.0.1-r1.ebuild:
+  Port to ghc-7.10.
 
 *quickcheck-2.7.6 (14 Dec 2014)
 



1.1  dev-haskell/quickcheck/quickcheck-1.2.0.1-r1.ebuild

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

Index: quickcheck-1.2.0.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.2.0.1-r1.ebuild,v 
1.1 2015/05/03 08:59:38 slyfox Exp $

EAPI=5

CABAL_FEATURES=lib profile haddock
inherit eutils haskell-cabal

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

DESCRIPTION=Automatic testing of Haskell programs
HOMEPAGE=http://www.math.chalmers.se/~rjmh/QuickCheck/;
SRC_URI=mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz

LICENSE=BSD
SLOT=1
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris
IUSE=

RDEPEND==dev-lang/ghc-6.6.1
dev-haskell/random:=[profile?]

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.2


S=${WORKDIR}/${MY_P}

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






[gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck/files: quickcheck-1.2.0.1-ghc-7.10.patch

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 08:59:38

  Added:quickcheck-1.2.0.1-ghc-7.10.patch
  Log:
  Port to ghc-7.10.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  
dev-haskell/quickcheck/files/quickcheck-1.2.0.1-ghc-7.10.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/files/quickcheck-1.2.0.1-ghc-7.10.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/files/quickcheck-1.2.0.1-ghc-7.10.patch?rev=1.1content-type=text/plain

Index: quickcheck-1.2.0.1-ghc-7.10.patch
===
diff --git a/Test/QuickCheck.hs b/Test/QuickCheck.hs
index 1f8b3b9..27138ab 100644
--- a/Test/QuickCheck.hs
+++ b/Test/QuickCheck.hs
@@ -75 +75,2 @@ import Data.List( group, sort, intersperse )
-import Control.Monad( liftM2, liftM3, liftM4 )
+import Control.Applicative
+import Control.Monad( liftM2, liftM3, liftM4, ap )
@@ -115,0 +117,4 @@ instance Functor Gen where
+instance Applicative Gen where
+pure  = return
+(*) = ap  -- defined in Control.Monad
+






[gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck: quickcheck-1.2.0.1.ebuild ChangeLog

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 09:02:45

  Modified: quickcheck-1.2.0.1.ebuild ChangeLog
  Log:
  alpha/amd64/ia64/ppc/ppc64/sparc/x86 stable wrt bug #548458
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.3  dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild

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

Index: quickcheck-1.2.0.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quickcheck-1.2.0.1.ebuild   12 Sep 2012 15:10:42 -  1.2
+++ quickcheck-1.2.0.1.ebuild   3 May 2015 09:02:45 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild,v 1.2 
2012/09/12 15:10:42 qnikst Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.2.0.1.ebuild,v 1.3 
2015/05/03 09:02:45 slyfox Exp $
 
 CABAL_FEATURES=lib profile haddock
 inherit haskell-cabal
@@ -14,7 +14,7 @@
 
 LICENSE=BSD
 SLOT=1
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris
 IUSE=
 
 RDEPEND==dev-lang/ghc-6.6.1



1.73 dev-haskell/quickcheck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   3 May 2015 08:59:38 -   1.72
+++ ChangeLog   3 May 2015 09:02:45 -   1.73
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/quickcheck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.72 
2015/05/03 08:59:38 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.73 
2015/05/03 09:02:45 slyfox Exp $
+
+  03 May 2015; Sergei Trofimovich sly...@gentoo.org 
quickcheck-1.2.0.1.ebuild:
+  alpha/amd64/ia64/ppc/ppc64/sparc/x86 stable wrt bug #548458
 
 *quickcheck-1.2.0.1-r1 (03 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck/files: quickcheck-1.1.0.0-ghc-6.10-build-fix.patch

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 09:06:30

  Removed:  quickcheck-1.1.0.0-ghc-6.10-build-fix.patch
  Log:
  Drop old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)



[gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck: ChangeLog quickcheck-2.7.5.ebuild quickcheck-1.2.0.0.ebuild quickcheck-1.1.0.0.ebuild quickcheck-2.4.1.1.ebuild quickcheck-2.1.1.1.ebuild

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 09:06:30

  Modified: ChangeLog
  Removed:  quickcheck-2.7.5.ebuild quickcheck-1.2.0.0.ebuild
quickcheck-1.1.0.0.ebuild quickcheck-2.4.1.1.ebuild
quickcheck-2.1.1.1.ebuild quickcheck-2.5.1.1.ebuild
quickcheck-2.4.2.ebuild quickcheck-2.4.2-r1.ebuild
quickcheck-2.1.0.3.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.74 dev-haskell/quickcheck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   3 May 2015 09:02:45 -   1.73
+++ ChangeLog   3 May 2015 09:06:30 -   1.74
@@ -1,6 +1,15 @@
 # ChangeLog for dev-haskell/quickcheck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.73 
2015/05/03 09:02:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.74 
2015/05/03 09:06:30 slyfox Exp $
+
+  03 May 2015; Sergei Trofimovich sly...@gentoo.org
+  -files/quickcheck-1.1.0.0-ghc-6.10-build-fix.patch,
+  -quickcheck-1.1.0.0.ebuild, -quickcheck-1.2.0.0.ebuild,
+  -quickcheck-2.1.0.3.ebuild, -quickcheck-2.1.1.1.ebuild,
+  -quickcheck-2.4.1.1.ebuild, -quickcheck-2.4.2-r1.ebuild,
+  -quickcheck-2.4.2.ebuild, -quickcheck-2.5.1.1.ebuild,
+  -quickcheck-2.7.5.ebuild:
+  Drop old.
 
   03 May 2015; Sergei Trofimovich sly...@gentoo.org 
quickcheck-1.2.0.1.ebuild:
   alpha/amd64/ia64/ppc/ppc64/sparc/x86 stable wrt bug #548458






[gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck: ChangeLog

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 09:07:20

  Modified: ChangeLog
  Log:
  Drop old patch.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.75 dev-haskell/quickcheck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/quickcheck/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   3 May 2015 09:06:30 -   1.74
+++ ChangeLog   3 May 2015 09:07:20 -   1.75
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/quickcheck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.74 
2015/05/03 09:06:30 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.75 
2015/05/03 09:07:20 slyfox Exp $
+
+  03 May 2015; Sergei Trofimovich sly...@gentoo.org
+  -files/quickcheck-2.1.1.1-ghc-7.patch:
+  Drop old patch.
 
   03 May 2015; Sergei Trofimovich sly...@gentoo.org
   -files/quickcheck-1.1.0.0-ghc-6.10-build-fix.patch,






[gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck/files: quickcheck-2.1.1.1-ghc-7.patch

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 09:07:21

  Removed:  quickcheck-2.1.1.1-ghc-7.patch
  Log:
  Drop old patch.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)



[gentoo-commits] gentoo-x86 commit in dev-lang/rust: metadata.xml rust-1.0.0_beta3.ebuild ChangeLog rust-1.0.0_beta.ebuild rust-1.0.0_alpha2.ebuild

2015-05-03 Thread Jauhien Piatlicki (jauhien)
jauhien 15/05/03 16:25:22

  Modified: metadata.xml ChangeLog
  Added:rust-1.0.0_beta3.ebuild
  Removed:  rust-1.0.0_beta.ebuild rust-1.0.0_alpha2.ebuild
  Log:
  version bump, close bug #548128
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
B2EFA1D4)

Revision  ChangesPath
1.6  dev-lang/rust/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml12 Jan 2015 18:07:32 -  1.5
+++ metadata.xml3 May 2015 16:25:22 -   1.6
@@ -10,7 +10,7 @@
 nameWilliam Hubbs/name
   /maintainer
   maintainer
-emailheat...@cynede.net/email
+emailcyn...@gentoo.org/email
   /maintainer
   use
 flag name=clangUse pkgsys-devel/clang/pkg for building/flag



1.18 dev-lang/rust/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   20 Apr 2015 21:24:13 -  1.17
+++ ChangeLog   3 May 2015 16:25:22 -   1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/rust
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.17 2015/04/20 
21:24:13 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.18 2015/05/03 
16:25:22 jauhien Exp $
+
+*rust-1.0.0_beta3 (03 May 2015)
+
+  03 May 2015; Jauhien Piatlicki jauh...@gentoo.org +rust-1.0.0_beta3.ebuild,
+  -rust-1.0.0_alpha2.ebuild, -rust-1.0.0_beta.ebuild, metadata.xml:
+  version bump, close bug #548128
 
 *rust-1.0.0_beta2 (20 Apr 2015)
 



1.1  dev-lang/rust/rust-1.0.0_beta3.ebuild

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

Index: rust-1.0.0_beta3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-1.0.0_beta3.ebuild,v 1.1 
2015/05/03 16:25:22 jauhien Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils python-any-r1

RUST_CHANNEL=beta

BETA_NUM=${PV##*beta}
MY_PV=${PV/_/-}
# beta = beta BUT beta2 = beta.2
[ -n ${BETA_NUM} ]  MY_PV=${MY_PV/beta/beta.}
MY_P=rustc-${MY_PV}

DESCRIPTION=Systems programming language from Mozilla
HOMEPAGE=http://www.rust-lang.org/;

SRC_URI=http://static.rust-lang.org/dist/${MY_P}-src.tar.gz
x86?   ( 
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2015-03-27-5520801-linux-i386-1ef82402ed16f5a6d2f87a9a62eaa83170e249ec.tar.bz2
 )
amd64? ( 
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2015-03-27-5520801-linux-x86_64-ef2154372e97a3cb687897d027fd51c8f2c5f349.tar.bz2
 )

LICENSE=|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA
SLOT=1.0
KEYWORDS=~amd64 ~x86

IUSE=clang debug doc libcxx +system-llvm
REQUIRED_USE=libcxx? ( clang )

CDEPEND=libcxx? ( sys-libs/libcxx )
=app-eselect/eselect-rust-0.3_pre20150428
!dev-lang/rust:0

DEPEND=${CDEPEND}
${PYTHON_DEPS}
=dev-lang/perl-5.0
clang? ( sys-devel/clang )
system-llvm? ( =sys-devel/llvm-3.6.0[multitarget(-)] )

RDEPEND=${CDEPEND}


S=${WORKDIR}/${MY_P}

src_unpack() {
unpack ${MY_P}-src.tar.gz || die
mkdir ${MY_P}/dl || die
cp ${DISTDIR}/rust-stage0* ${MY_P}/dl/ || die
}

src_prepare() {
local postfix=gentoo-${SLOT}
sed -i -e s/CFG_FILENAME_EXTRA=.*/CFG_FILENAME_EXTRA=${postfix}/ 
mk/main.mk || die
}

src_configure() {
export CFG_DISABLE_LDCONFIG=notempty

${ECONF_SOURCE:-.}/configure \
--prefix=${EPREFIX}/usr \
--libdir=${EPREFIX}/usr/lib/${P} \
--mandir=${EPREFIX}/usr/share/${P}/man \
--release-channel=${RUST_CHANNEL} \
--disable-manage-submodules \
  

[gentoo-commits] gentoo-x86 commit in dev-lang/rust-bin: rust-bin-1.0.0_beta3.ebuild ChangeLog rust-bin-1.0.0_beta.ebuild

2015-05-03 Thread Jauhien Piatlicki (jauhien)
jauhien 15/05/03 16:30:06

  Modified: ChangeLog
  Added:rust-bin-1.0.0_beta3.ebuild
  Removed:  rust-bin-1.0.0_beta.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
B2EFA1D4)

Revision  ChangesPath
1.7  dev-lang/rust-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   20 Apr 2015 21:32:09 -  1.6
+++ ChangeLog   3 May 2015 16:30:06 -   1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/rust-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v 1.6 
2015/04/20 21:32:09 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v 1.7 
2015/05/03 16:30:06 jauhien Exp $
+
+*rust-bin-1.0.0_beta3 (03 May 2015)
+
+  03 May 2015; Jauhien Piatlicki jauh...@gentoo.org
+  +rust-bin-1.0.0_beta3.ebuild, -rust-bin-1.0.0_beta.ebuild:
+  version bump
 
 *rust-bin-1.0.0_beta2 (20 Apr 2015)
 



1.1  dev-lang/rust-bin/rust-bin-1.0.0_beta3.ebuild

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

Index: rust-bin-1.0.0_beta3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_beta3.ebuild,v 1.1 
2015/05/03 16:30:06 jauhien Exp $

EAPI=5

inherit eutils bash-completion-r1

BETA_NUM=${PV##*beta}
MY_PV=${PV/_/-}
# beta = beta BUT beta2 = beta.2
[ -n ${BETA_NUM} ]  MY_PV=${MY_PV/beta/beta.}
MY_P=rustc-${MY_PV}
DESCRIPTION=Systems programming language from Mozilla
HOMEPAGE=http://www.rust-lang.org/;
SRC_URI=amd64? ( 
http://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux-gnu.tar.gz )
x86? ( 
http://static.rust-lang.org/dist/${MY_P}-i686-unknown-linux-gnu.tar.gz )

LICENSE=|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND==app-eselect/eselect-rust-0.3_pre20150428
!dev-lang/rust:0

RDEPEND=${DEPEND}

src_unpack() {
default

local postfix
use amd64  postfix=x86_64-unknown-linux-gnu
use x86  postfix=i686-unknown-linux-gnu
mv ${WORKDIR}/${MY_P}-${postfix} ${S} || die
}

src_install() {
local components=rustc
./install.sh \
--components=${components} \
--disable-verify \
--prefix=${D}/opt/${P} \
--mandir=${D}/usr/share/${P}/man \
--disable-ldconfig \
|| die

local rustc=rustc-bin-${PV}
local rustdoc=rustdoc-bin-${PV}
local rustgdb=rust-gdb-bin-${PV}

mv ${D}/opt/${P}/bin/rustc ${D}/opt/${P}/bin/${rustc} || die
mv ${D}/opt/${P}/bin/rustdoc ${D}/opt/${P}/bin/${rustdoc} || die
mv ${D}/opt/${P}/bin/rust-gdb ${D}/opt/${P}/bin/${rustgdb} || die

dosym /opt/${P}/bin/${rustc} /usr/bin/${rustc}
dosym /opt/${P}/bin/${rustdoc} /usr/bin/${rustdoc}
dosym /opt/${P}/bin/${rustgdb} /usr/bin/${rustgdb}

cat -EOF  ${T}/50${P}
LDPATH=/opt/${P}/lib
MANPATH=/usr/share/${P}/man
EOF
doenvd ${T}/50${P}

cat -EOF  ${T}/provider-${P}
/usr/bin/rustdoc
/usr/bin/rust-gdb
EOF
dodir /etc/env.d/rust
insinto /etc/env.d/rust
doins ${T}/provider-${P}
}

pkg_postinst() {
eselect rust update --if-unset

elog Rust installs a helper script for calling GDB now,
elog for your convenience it is installed under 
/usr/bin/rust-gdb-bin-${PV},

if has_version app-editors/emacs || has_version app-editors/emacs-vcs; 
then
elog install app-emacs/rust-mode to get emacs support for 
rust.
fi

if has_version app-editors/gvim || has_version app-editors/vim; then
elog install app-vim/rust-mode to get vim support for rust.
fi

if has_version 'app-shells/zsh'; then
elog install app-shells/rust-zshcomp to get zsh completion for 
rust.
fi
}

pkg_postrm() {
eselect rust unset --if-invalid
}






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

2015-05-03 Thread Jauhien Piatlicki (jauhien)
jauhien 15/05/03 16:43:10

  Modified: package.use.mask
  Log:
  unmask system-llvm USE for dev-lang/rust, bug #546704

Revision  ChangesPath
1.671profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -r1.670 -r1.671
--- package.use.mask3 May 2015 09:29:11 -   1.670
+++ package.use.mask3 May 2015 16:43:10 -   1.671
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.670 
2015/05/03 09:29:11 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.671 
2015/05/03 16:43:10 jauhien Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
@@ -62,10 +62,6 @@
 # is implemented. Masking for testing and evaluation.
 app-admin/clsync cluster mhash
 
-# Jauhien Piatlicki jauh...@gentoo.org (10 Feb 2015)
-# Mask until sys-devel/llvm-3.6 is in the tree
-dev-lang/rust system-llvm
-
 # Ben de Groot yng...@gentoo.org (07 Feb 2015)
 # Mask for all arches, can be unmasked on arm once keyworded there
 games-board/stockfish armv7






[gentoo-commits] gentoo-x86 commit in app-admin/cancd/files: netconsole-init.d

2015-05-03 Thread Andrew Savchenko (bircoph)
bircoph 15/05/03 17:27:52

  Modified: netconsole-init.d
  Log:
  Fix bug 434110, update to EAPI 5, remove old.
  
  Signed-off-by: Andrew Savchenko birc...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  ChangesPath
1.4  app-admin/cancd/files/netconsole-init.d

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cancd/files/netconsole-init.d?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cancd/files/netconsole-init.d?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cancd/files/netconsole-init.d?r1=1.3r2=1.4

Index: netconsole-init.d
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-init.d,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- netconsole-init.d   19 Nov 2005 01:33:14 -  1.3
+++ netconsole-init.d   3 May 2015 17:27:52 -   1.4
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-init.d,v 
1.3 2005/11/19 01:33:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-init.d,v 
1.4 2015/05/03 17:27:52 bircoph Exp $
 
 depend() {
need net
@@ -45,7 +45,7 @@
return 1
fi
 
-   LC_ALL=C /sbin/ifconfig ${DEVICE} 1/dev/null 2/dev/null
+   LC_ALL=C ifconfig ${DEVICE} 1/dev/null 2/dev/null
ret=$?
 
if [ -z ${DEVICE} -o ${ret} -gt 0 ]; then






[gentoo-commits] gentoo-x86 commit in app-admin/cancd: cancd-0.1.0-r3.ebuild ChangeLog cancd-0.1.0-r2.ebuild

2015-05-03 Thread Andrew Savchenko (bircoph)
bircoph 15/05/03 17:27:52

  Modified: ChangeLog
  Added:cancd-0.1.0-r3.ebuild
  Removed:  cancd-0.1.0-r2.ebuild
  Log:
  Fix bug 434110, update to EAPI 5, remove old.
  
  Signed-off-by: Andrew Savchenko birc...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  ChangesPath
1.12 app-admin/cancd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/cancd/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   14 Apr 2015 23:40:36 -  1.11
+++ ChangeLog   3 May 2015 17:27:52 -   1.12
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/cancd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/ChangeLog,v 1.11 2015/04/14 
23:40:36 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/ChangeLog,v 1.12 2015/05/03 
17:27:52 bircoph Exp $
+
+*cancd-0.1.0-r3 (03 May 2015)
+
+  03 May 2015; Andrew Savchenko birc...@gentoo.org -cancd-0.1.0-r2.ebuild,
+  +cancd-0.1.0-r3.ebuild, files/netconsole-init.d:
+  Fix bug 434110, update to EAPI=5. Remove old
 
   14 Apr 2015; Manuel Rüger mr...@gentoo.org -cancd-0.1.0.ebuild:
   Remove old.



1.1  app-admin/cancd/cancd-0.1.0-r3.ebuild

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

Index: cancd-0.1.0-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/cancd-0.1.0-r3.ebuild,v 1.1 
2015/05/03 17:27:52 bircoph Exp $

EAPI=5

inherit eutils

DESCRIPTION=the CA NetConsole Daemon, a daemon to receive output from the 
Linux netconsole driver
HOMEPAGE=http://oss.oracle.com/projects/cancd/;
SRC_URI=http://oss.oracle.com/projects/cancd/dist/files/source/${P}.tar.gz;

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

src_prepare() {
epatch ${FILESDIR}/${P}-build.patch #246734
epatch ${FILESDIR}/${P}-c-cleanup.patch
# slight makefile cleanup
sed -i \
-e '/^CFLAGS/s,-g,,' \
-e '/^CFLAGS/s,-O2,-Wall -W -Wextra -Wundef -Wendif-labels 
-Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return 
-Wstrict-prototypes -Wredundant-decls -Wunreachable-code -Wlong-long,' \
-e '/rm cancd cancd.o/s,rm,rm -f,' \
Makefile || die
}

src_install() {
dosbin cancd
newinitd ${FILESDIR}/cancd-init.d cancd
newconfd ${FILESDIR}/cancd-conf.d cancd
newinitd ${FILESDIR}/netconsole-init.d netconsole
newconfd ${FILESDIR}/netconsole-conf.d netconsole
keepdir /var/crash
fowners adm:nobody /var/crash
fperms 700 /var/crash
}






[gentoo-commits] gentoo-x86 commit in dev-python/cffi: ChangeLog cffi-0.9.2.ebuild

2015-05-03 Thread Jeroen Roovers (jer)
jer 15/05/04 05:57:23

  Modified: ChangeLog cffi-0.9.2.ebuild
  Log:
  Stable for HPPA (bug #548530).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.54 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   4 May 2015 03:41:36 -   1.53
+++ ChangeLog   4 May 2015 05:57:23 -   1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.53 2015/05/04 
03:41:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.54 2015/05/04 
05:57:23 jer Exp $
+
+  04 May 2015; Jeroen Roovers j...@gentoo.org cffi-0.9.2.ebuild:
+  Stable for HPPA (bug #548530).
 
   04 May 2015; Jeroen Roovers j...@gentoo.org cffi-0.9.2.ebuild:
   Stable for PPC64 (bug #548530).



1.5  dev-python/cffi/cffi-0.9.2.ebuild

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

Index: cffi-0.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.9.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cffi-0.9.2.ebuild   4 May 2015 03:41:36 -   1.4
+++ cffi-0.9.2.ebuild   4 May 2015 05:57:23 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.9.2.ebuild,v 1.4 
2015/05/04 03:41:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.9.2.ebuild,v 1.5 
2015/05/04 05:57:23 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
+KEYWORDS=~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
 IUSE=doc
 
 RDEPEND=virtual/libffi






[gentoo-commits] proj/lisp:master commit in: dev-lisp/drakma/

2015-05-03 Thread José María Alonso
commit: 1cd717c90ca70a9c711ef7797d298b71ba2b580e
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Sun May  3 21:25:46 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Sun May  3 21:25:46 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1cd717c9

dev-lisp/drakma: drop eutils eclass

 dev-lisp/drakma/drakma-1.3.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/drakma/drakma-1.3.14.ebuild 
b/dev-lisp/drakma/drakma-1.3.14.ebuild
index 5b40d15..361fd17 100644
--- a/dev-lisp/drakma/drakma-1.3.14.ebuild
+++ b/dev-lisp/drakma/drakma-1.3.14.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit common-lisp-3 eutils
+inherit common-lisp-3
 
 DESCRIPTION=Drakma is a Common Lisp HTTP client.
 HOMEPAGE=http://weitz.de/drakma/;



[gentoo-commits] gentoo-x86 commit in dev-haskell/dataenc: dataenc-0.14.0.7.ebuild ChangeLog

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 21:46:16

  Modified: dataenc-0.14.0.7.ebuild ChangeLog
  Log:
  Allow QuickCheck-2.8.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/dataenc/dataenc-0.14.0.7.ebuild

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

Index: dataenc-0.14.0.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dataenc-0.14.0.7.ebuild 2 Jan 2015 02:51:19 -   1.3
+++ dataenc-0.14.0.7.ebuild 3 May 2015 21:46:16 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild,v 1.3 
2015/01/02 02:51:19 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild,v 1.4 
2015/05/03 21:46:16 slyfox Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6
test? ( dev-haskell/hunit:=[profile?]
-   =dev-haskell/quickcheck-2.5:2=[profile?] 
dev-haskell/quickcheck-2.6:2=[profile?]
+   =dev-haskell/quickcheck-2.5:2=[profile?]
dev-haskell/test-framework:=[profile?]
dev-haskell/test-framework-hunit:=[profile?]
dev-haskell/test-framework-quickcheck2:=[profile?]
@@ -32,7 +32,8 @@
 
 src_prepare() {
cabal_chdeps \
-   'base = 3.0.0   4.8' 'base = 3.0.0'
+   'base = 3.0.0   4.8' 'base = 3.0.0' \
+   'QuickCheck ==2.5.*' 'QuickCheck =2.5'
 }
 
 src_configure() {



1.46 dev-haskell/dataenc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   1 Feb 2015 22:55:34 -   1.45
+++ ChangeLog   3 May 2015 21:46:16 -   1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/dataenc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/ChangeLog,v 1.45 
2015/02/01 22:55:34 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/ChangeLog,v 1.46 
2015/05/03 21:46:16 slyfox Exp $
+
+  03 May 2015; Sergei Trofimovich sly...@gentoo.org dataenc-0.14.0.7.ebuild:
+  Allow QuickCheck-2.8.
 
   01 Feb 2015; Alexander Vershilov qni...@gentoo.org
   dataenc-0.14.0.5-r1.ebuild:






[gentoo-commits] proj/gnome: New branch: pending-eva

2015-05-03 Thread Gilles Dartiguelongue
commit: 
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May  3 21:56:19 2015 +

New branch: pending-eva




[gentoo-commits] proj/gnome:master commit in: games-board/gnome-mines/

2015-05-03 Thread Gilles Dartiguelongue
commit: a9ab8ffe739ae496cf348fc9bfa793e22edc73e3
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May  3 21:07:54 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May  3 21:16:13 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a9ab8ffe

games-board/gnome-mines: 3.14.2 → 3.16.1

 games-board/gnome-mines/gnome-mines-3.16.1.ebuild | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/games-board/gnome-mines/gnome-mines-3.16.1.ebuild 
b/games-board/gnome-mines/gnome-mines-3.16.1.ebuild
new file mode 100644
index 000..d8b64a9
--- /dev/null
+++ b/games-board/gnome-mines/gnome-mines-3.16.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+VALA_MIN_API_VERSION=0.22
+
+inherit gnome-games vala
+
+DESCRIPTION=Clear hidden mines from a minefield
+HOMEPAGE=https://wiki.gnome.org/Apps/Mines;
+
+LICENSE=GPL-2+
+SLOT=0
+KEYWORDS=~amd64 ~arm ~x86
+IUSE=
+
+COMMON_DEPEND=
+   =dev-libs/glib-2.40:2
+   =gnome-base/librsvg-2.32.0
+   =x11-libs/gtk+-3.12:3
+
+RDEPEND=${COMMON_DEPEND}
+   !x11-themes/gnome-themes-standard-3.14
+
+DEPEND=${COMMON_DEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   =dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+
+
+src_prepare() {
+   gnome-games_src_prepare
+   vala_src_prepare
+}



[gentoo-commits] proj/gnome:master commit in: media-sound/sound-juicer/

2015-05-03 Thread Gilles Dartiguelongue
commit: ba983aacea8949d0757f9e1530d10a2884ae3e49
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May  3 21:25:47 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May  3 21:54:48 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ba983aac

media-sound/sound-juicer: 3.14.0 → 3.16.1

 ...-juicer-.ebuild = sound-juicer-3.16.1.ebuild} | 19 ---
 media-sound/sound-juicer/sound-juicer-.ebuild |  8 +---
 2 files changed, 9 insertions(+), 18 deletions(-)

diff --git a/media-sound/sound-juicer/sound-juicer-.ebuild 
b/media-sound/sound-juicer/sound-juicer-3.16.1.ebuild
similarity index 83%
copy from media-sound/sound-juicer/sound-juicer-.ebuild
copy to media-sound/sound-juicer/sound-juicer-3.16.1.ebuild
index f6294f1..eabd252 100644
--- a/media-sound/sound-juicer/sound-juicer-.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-3.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,20 +6,13 @@ EAPI=5
 GCONF_DEBUG=yes
 
 inherit gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION=CD ripper for GNOME
 HOMEPAGE=https://wiki.gnome.org/Apps/SoundJuicer;
 
 LICENSE=GPL-2+
 SLOT=0
-if [[ ${PV} =  ]]; then
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
-fi
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=flac test vorbis
 
 COMMON_DEPEND=
@@ -46,16 +39,12 @@ RDEPEND=${COMMON_DEPEND}
media-plugins/gst-plugins-meta:1.0
 
 DEPEND=${COMMON_DEPEND}
+   dev-libs/appstream-glib
=dev-util/intltool-0.50
-   =app-text/scrollkeeper-0.3.5
virtual/pkgconfig
test? ( ~app-text/docbook-xml-dtd-4.3 )
 
-
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   app-text/yelp-tools
-fi
+# eautoreconf needs gnome-common
 
 src_prepare() {
gnome2_src_prepare

diff --git a/media-sound/sound-juicer/sound-juicer-.ebuild 
b/media-sound/sound-juicer/sound-juicer-.ebuild
index f6294f1..f12f149 100644
--- a/media-sound/sound-juicer/sound-juicer-.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -46,15 +46,17 @@ RDEPEND=${COMMON_DEPEND}
media-plugins/gst-plugins-meta:1.0
 
 DEPEND=${COMMON_DEPEND}
+   dev-libs/appstream-glib
=dev-util/intltool-0.50
-   =app-text/scrollkeeper-0.3.5
virtual/pkgconfig
test? ( ~app-text/docbook-xml-dtd-4.3 )
 
 
 if [[ ${PV} =  ]]; then
DEPEND=${DEPEND}
-   app-text/yelp-tools
+   app-text/yelp-tools
+   gnome-base/gnome-common
+   
 fi
 
 src_prepare() {



[gentoo-commits] gentoo-x86 commit in dev-perl/Apache-AuthTicket: Apache-AuthTicket-0.900.0-r1.ebuild Apache-AuthTicket-0.930.0-r1.ebuild ChangeLog Manifest metadata.xml

2015-05-03 Thread Mikle Kolyada (zlogene)
zlogene 15/05/03 23:15:37

  Removed:  Apache-AuthTicket-0.900.0-r1.ebuild
Apache-AuthTicket-0.930.0-r1.ebuild ChangeLog
Manifest metadata.xml
  Log:
  Package removal wrt bug #442770



[gentoo-commits] gentoo-x86 commit in dev-perl/Eidetic: ChangeLog Eidetic-2.003003-r1.ebuild Manifest metadata.xml

2015-05-03 Thread Mikle Kolyada (zlogene)
zlogene 15/05/03 23:16:44

  Removed:  ChangeLog Eidetic-2.003003-r1.ebuild Manifest
metadata.xml
  Log:
  Package removal wrt bug #277670



[gentoo-commits] gentoo-x86 commit in dev-perl/Eidetic/files: Eidetic-2.003003-destdir.patch Eidetic-2.003003-sql.patch

2015-05-03 Thread Mikle Kolyada (zlogene)
zlogene 15/05/03 23:16:45

  Removed:  Eidetic-2.003003-destdir.patch
Eidetic-2.003003-sql.patch
  Log:
  Package removal wrt bug #277670



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

2015-05-03 Thread Mikle Kolyada (zlogene)
zlogene 15/05/03 23:22:10

  Modified: ChangeLog package.mask
  Log:
  Drop obsolete perl masks

Revision  ChangesPath
1.9976   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9975
retrieving revision 1.9976
diff -u -r1.9975 -r1.9976
--- ChangeLog   3 May 2015 16:43:10 -   1.9975
+++ ChangeLog   3 May 2015 23:22:10 -   1.9976
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9975 2015/05/03 
16:43:10 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9976 2015/05/03 
23:22:10 zlogene 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!
 
+  03 May 2015; Mikle Kolyada zlog...@gentoo.org package.mask:
+  Drop obsolete perl masks
+
   03 May 2015; Jauhien Piatlicki jauh...@gentoo.org base/package.use.mask:
   unmask system-llvm USE for dev-lang/rust, bug #546704
 



1.16517  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16516
retrieving revision 1.16517
diff -u -r1.16516 -r1.16517
--- package.mask3 May 2015 08:08:23 -   1.16516
+++ package.mask3 May 2015 23:22:10 -   1.16517
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16516 2015/05/03 
08:08:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16517 2015/05/03 
23:22:10 zlogene 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
@@ -185,19 +185,6 @@
 # Dead upstream. Fails to build (bug #543644).
 =sys-devel/dragonegg-3.6
 
-# Mikle Kolyada zlog...@gentoo.org (2 Apr 2015)
-# Dead upstream. Fails tests (byg #442770).
-# Doesn't build with never perl versions.
-# Masked for removal in 30 days.
-dev-perl/Apache-AuthTicket
-
-# Andreas K. Huettel dilfri...@gentoo.org (2 Apr 2015)
-# Ancient, dead upstream. File collisions (bug 535700)
-# and build failures (bug 277670). Masked for removal in
-# 30 days.
-dev-perl/Eidetic
-app-admin/rackview
-
 # Chí-Thanh Christopher Nguyễn chith...@gentoo.org (30 Mar 2015)
 # Does not build against glibc-2.20 or modern X servers, bug #544904.
 # Removal in 30 days.
@@ -351,12 +338,6 @@
 # Its broken and we're waiting for fixes from upstream, bug #536196
 =net-misc/tor-0.2.6.2_alpha-r1
 
-# Mikle Kolyada zlog...@gentoo.org (22 Jan 2015)
-# Unclear license (bug 253443).
-# No one uses it anymore. You can
-# use dev-perl/Geo-IP instead.
-dev-perl/IP-Country
-
 # Anthony G. Basile bluen...@gentoo.org (9 Jan 2015)
 # p.mask the - version
 =dev-misc/i2pd-






[gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp: ChangeLog libxmlpp-2.38.0.ebuild

2015-05-03 Thread Gilles Dartiguelongue (eva)
eva 15/05/03 20:48:01

  Modified: ChangeLog
  Added:libxmlpp-2.38.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.134dev-cpp/libxmlpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   22 Mar 2015 20:08:22 -  1.133
+++ ChangeLog   3 May 2015 20:48:01 -   1.134
@@ -1,6 +1,11 @@
 # ChangeLog for dev-cpp/libxmlpp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.133 
2015/03/22 20:08:22 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.134 
2015/05/03 20:48:01 eva Exp $
+
+*libxmlpp-2.38.0 (03 May 2015)
+
+  03 May 2015; Gilles Dartiguelongue e...@gentoo.org +libxmlpp-2.38.0.ebuild:
+  Version bump.
 
 *libxmlpp-2.36.0-r1 (22 Mar 2015)
 



1.1  dev-cpp/libxmlpp/libxmlpp-2.38.0.ebuild

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

Index: libxmlpp-2.38.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.38.0.ebuild,v 
1.1 2015/05/03 20:48:01 eva Exp $

EAPI=5
GCONF_DEBUG=no
#GNOME2_LA_PUNT=yes
GNOME_ORG_MODULE=${PN/pp/++}

inherit gnome2 multilib-minimal

DESCRIPTION=C++ wrapper for the libxml2 XML parser library
HOMEPAGE=http://libxmlplusplus.sourceforge.net/;

LICENSE=LGPL-2.1
SLOT=2.6
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris
IUSE=doc

RDEPEND=
=dev-libs/libxml2-2.7.3[${MULTILIB_USEDEP}]
=dev-cpp/glibmm-2.32[${MULTILIB_USEDEP}]

DEPEND=${RDEPEND}
virtual/pkgconfig


multilib_src_prepare() {
gnome2_src_prepare
}

multilib_src_configure() {
ECONF_SOURCE=${S} gnome2_src_configure \
$(use_enable doc documentation)
}

multilib_src_install() {
gnome2_src_install
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/dataenc: dataenc-0.14.0.5.ebuild ChangeLog

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 21:59:14

  Modified: ChangeLog
  Added:dataenc-0.14.0.5.ebuild
  Log:
  Restored accidentally dropped latest stable ebuild.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 611FF3AA)

Revision  ChangesPath
1.48 dev-haskell/dataenc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   3 May 2015 21:48:23 -   1.47
+++ ChangeLog   3 May 2015 21:59:14 -   1.48
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/dataenc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/ChangeLog,v 1.47 
2015/05/03 21:48:23 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/ChangeLog,v 1.48 
2015/05/03 21:59:14 slyfox Exp $
+
+*dataenc-0.14.0.5 (03 May 2015)
+
+  03 May 2015; Sergei Trofimovich sly...@gentoo.org +dataenc-0.14.0.5.ebuild:
+  Restored accidentally dropped latest stable ebuild.
 
   03 May 2015; Sergei Trofimovich sly...@gentoo.org -dataenc-0.14.0.3.ebuild,
   -dataenc-0.14.0.5.ebuild:



1.12 dev-haskell/dataenc/dataenc-0.14.0.5.ebuild

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







[gentoo-commits] dev/bircoph:master commit in: app-admin/cancd/, app-admin/cancd/files/

2015-05-03 Thread Andrew Savchenko
commit: 23ed52dd798dcd77519881753d59f9a956a55fdb
Author: Andrew Savchenko bircoph AT gentoo DOT org
AuthorDate: Sun May  3 17:28:49 2015 +
Commit: Andrew Savchenko bircoph AT gmail DOT com
CommitDate: Sun May  3 17:28:49 2015 +
URL:https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=23ed52dd

cancd-0.1.0-r3 with fixes is in tree now.

 app-admin/cancd/ChangeLog | 46 ---
 app-admin/cancd/Manifest  | 10 
 app-admin/cancd/cancd-0.1.0-r2.ebuild | 38 -
 app-admin/cancd/files/cancd-0.1.0-build.patch | 14 -
 app-admin/cancd/files/cancd-0.1.0-c-cleanup.patch | 65 --
 app-admin/cancd/files/cancd-conf.d| 20 ---
 app-admin/cancd/files/cancd-init.d| 23 
 app-admin/cancd/files/netconsole-conf.d   | 28 --
 app-admin/cancd/files/netconsole-init.d   | 68 ---
 app-admin/cancd/metadata.xml  |  8 ---
 10 files changed, 320 deletions(-)

diff --git a/app-admin/cancd/ChangeLog b/app-admin/cancd/ChangeLog
deleted file mode 100644
index e4ee5b1..000
--- a/app-admin/cancd/ChangeLog
+++ /dev/null
@@ -1,46 +0,0 @@
-# ChangeLog for app-admin/cancd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/ChangeLog,v 1.9 2011/12/31 
15:42:32 idl0r Exp $
-
-*cancd-0.1.0-r2 (31 Dec 2011)
-
-  31 Dec 2011; Christian Ruppert id...@gentoo.org -cancd-0.1.0-r1.ebuild,
-  +cancd-0.1.0-r2.ebuild, files/cancd-init.d:
-  Revbump. Don't use deprecated start-stop-daemon options, bug 377843.
-
-  11 Oct 2009; Mark Loeser halc...@gentoo.org cancd-0.1.0.ebuild:
-  QA fixes, unquoted variables
-
-  14 Jan 2009; Mike Frysinger vap...@gentoo.org
-  +files/cancd-0.1.0-build.patch, cancd-0.1.0-r1.ebuild:
-  Fix building with newer glibc #246734 by Diego E. Pettenò.
-
-  14 Nov 2008; Diego E. Pettenò flamee...@gentoo.org
-  cancd-0.1.0-r1.ebuild:
-  Die on emake or dosbin failure.
-
-  04 Jan 2007; Steve Dibb bean...@gentoo.org cancd-0.1.0.ebuild,
-  cancd-0.1.0-r1.ebuild:
-  ebuild cleanup, bug 157656
-
-  18 Mar 2006; Robin H. Johnson robb...@gentoo.org
-  +files/cancd-0.1.0-c-cleanup.patch, cancd-0.1.0-r1.ebuild:
-  Clean up upstream code slightly, so it works better.
-
-  19 Nov 2005; Robin H. Johnson robb...@gentoo.org
-  files/netconsole-conf.d, files/netconsole-init.d:
-  Slight comment cleanup.
-
-*cancd-0.1.0-r1 (15 Nov 2005)
-
-  15 Nov 2005; Robin H. Johnson robb...@gentoo.org
-  +files/netconsole-conf.d, +files/netconsole-init.d,
-  +cancd-0.1.0-r1.ebuild:
-  Add netconsole source init.d scripts.
-
-*cancd-0.1.0 (14 Nov 2005)
-
-  14 Nov 2005; Robin H. Johnson robb...@gentoo.org +files/cancd-conf.d,
-  +files/cancd-init.d, +cancd-0.1.0.ebuild:
-  Initial commit, ebuild by Robin H. Johnson robb...@gentoo.org.
-

diff --git a/app-admin/cancd/Manifest b/app-admin/cancd/Manifest
deleted file mode 100644
index daa352c..000
--- a/app-admin/cancd/Manifest
+++ /dev/null
@@ -1,10 +0,0 @@
-AUX cancd-0.1.0-build.patch 262 SHA256 
10be31f427940224cecd5b90de94dfd9b0a76368c57a8354b44f4c3905c8d192 SHA512 
cbc3d0bfcdb2abae08268a408d2d7f7bc5898bd07c744878a6d8996dea5ea4f9f308078f9fe05566ee8cd06b3a5e083163f50d69f6795b31952934a88d69c481
 WHIRLPOOL 
a8cdce4f61d03d7a683065bd43422d25723685b75008abfd2c745b5d5bb56257007af26992276c829fa47336a959f75e0f628d3f0e91f8e556dc3c3ade135a6a
-AUX cancd-0.1.0-c-cleanup.patch 1648 SHA256 
55628aa8e2fabd3aa26bc0023d46562a238047b2f7ad5c8485b88794655f93d7 SHA512 
16350363f8f8f7e3843000e3128216d302ea7112608d61ae8d74ca79688588f3b028e1eedf187df06c78f8aaa2c987cdfdf33761adb9e597d4ca617f34b1072e
 WHIRLPOOL 
fb55e5d1ab1a9971a8423d6dadadcaacfc24dc6a2f300e7c1b28173d5beccf04309f511299af5f64ea06f9f497ee35548cfd6744459afd7ef54ccfe1e5c1b7ca
-AUX cancd-conf.d 605 SHA256 
bbf84fdba07bde4a61864715e42a76c2b3ad2ecade4ad11b8ca4d557bfa9deb8 SHA512 
baf0af880434bb875b4c3e1b146a5250652730d8ee0be0938662927aac90af00618519c0ee4cef81af430ab850b9cf2a98dae45990edc23df4f19d6b1f5676ce
 WHIRLPOOL 
8eda969041bcae2dcdbb8aa43c3bc8aae4341afff7b5b2f1493adf99a21dc8cfda98686b0a607657e92db5fa1711f3ad28f5f97b521365bb73bd4bf1d653e4ef
-AUX cancd-init.d 621 SHA256 
2107d774087d88cc263bec64fa0f916f9672eaac8eb598dbc2f97016a685 SHA512 
7636575deabaa880bd77be70a752993cdbe3e55ea2b153d9cfef301a7d18ec20cd20736fd5e88e5bb3d68732db133aca92b8ff6f21baddad7c092168175a5888
 WHIRLPOOL 
23ed53a0614f0ae0c841f26e08a890a055b24a215f6bcfb4f8f8ad10e7b703af294118b7312c0df852bd3edc1c19f714a2114ddd624fc52d0d6b782c57f0fcac
-AUX netconsole-conf.d 866 SHA256 
480230a83fade7e2c284936fc8814c07e075d8296e37aa83772f8d8cb3c6ff96 SHA512 
b20be2c12dddc2b6bf7778940190949a70607b4c9d67d0bf81a1495ea2b5c51c3ab476f902cf8ee8a1e5944b164f266f49f67da34d21990d10ff0f84e4cddd80
 WHIRLPOOL 

[gentoo-commits] dev/bircoph:master commit in: profiles/, app-arch/unrpa/

2015-05-03 Thread Andrew Savchenko
commit: 64a7111961223b970671f41b6a71909c5a2823ad
Author: Andrew Savchenko bircoph AT gentoo DOT org
AuthorDate: Sun Apr  5 12:04:40 2015 +
Commit: Andrew Savchenko bircoph AT gmail DOT com
CommitDate: Sun Apr  5 12:04:40 2015 +
URL:https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=64a71119

unpra is moved to the tree after testing

 app-arch/unrpa/ChangeLog  | 13 -
 app-arch/unrpa/Manifest   |  5 -
 app-arch/unrpa/metadata.xml   | 12 
 app-arch/unrpa/unrpa-1.4.1.ebuild | 30 --
 app-arch/unrpa/unrpa-.ebuild  |  1 -
 profiles/categories   |  1 -
 6 files changed, 62 deletions(-)

diff --git a/app-arch/unrpa/ChangeLog b/app-arch/unrpa/ChangeLog
deleted file mode 100644
index 01fcbbe..000
--- a/app-arch/unrpa/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for app-arch/unrpa
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  18 Aug 2013; Andrew Savchenko birc...@gmail.com unrpa-.ebuild:
-  Migrate to python-r1 eclass.
-
-*unrpa- (05 Feb 2012)
-
-  05 Feb 2012; Andrew Savchenko birc...@gmail.com +unrpa-.ebuild,
-  +metadata.xml:
-  Initial ebuild based on public git repo.
-

diff --git a/app-arch/unrpa/Manifest b/app-arch/unrpa/Manifest
deleted file mode 100644
index c7d0d5d..000
--- a/app-arch/unrpa/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST unrpa-1.4.1.tar.gz 14367 SHA256 
a6f20fca0e00e09220933060c98180ad11d5a7633fc902684099b5f2c4806b0a SHA512 
9b058adda9a39178950df4c39af40726cdca410f0fca699d0dec1bd5d7046c75c8811c8914c0c8756c29988b6362d3b4ad3756aa77f238eafb13d4414d3266cc
 WHIRLPOOL 
fc01837fa7a68e5121413c551abb1f9231adf04b677caec1017aaafb112da5546e5f68ea10b7cc68329bacb6499468c5b595196a4abe93ac9b7bcacb1aa5f89a
-EBUILD unrpa-1.4.1.ebuild 714 SHA256 
82682bd98400135a836bb3b4fdb89b314a6f0748c74fe75157f01157a4014753 SHA512 
4d8459552d37f4f347d7f23772c3317f1da74faf3fedfec68c05e9336c9797241d7709735f13350c85bdffcccd0f693e91f46eb2ee4dca44462ba6eb25c0e9da
 WHIRLPOOL 
36204c79c8009a21a488cea8fa0e5579c2da694c2238100f445447f115c984e5eb61b18831ae1cd6f14ad3f13536cf53288f98bf956af82929f63cabc28c5520
-EBUILD unrpa-.ebuild 714 SHA256 
82682bd98400135a836bb3b4fdb89b314a6f0748c74fe75157f01157a4014753 SHA512 
4d8459552d37f4f347d7f23772c3317f1da74faf3fedfec68c05e9336c9797241d7709735f13350c85bdffcccd0f693e91f46eb2ee4dca44462ba6eb25c0e9da
 WHIRLPOOL 
36204c79c8009a21a488cea8fa0e5579c2da694c2238100f445447f115c984e5eb61b18831ae1cd6f14ad3f13536cf53288f98bf956af82929f63cabc28c5520
-MISC ChangeLog 378 SHA256 
11a9c37f2543d2a35b569a3aad92a0e2f2190cd7182e03cba71ac56c24e9f925 SHA512 
0a6eb7a53b007988a76c57a7540b145cfd898237b0ac913a28c13ef1c9a3e11e04081b4d732dc54b6a9d0c57f8110fe0425133cbac2fe5c8efcd7ca977ab00fb
 WHIRLPOOL 
71628772b47cab3f6ddd1a744669bb7d0698cafacf761baeb2750e4bdc3d6aa254ce725f0d5a5d502f823f6256260cf59317aafef9cd04d80c58dad648990748
-MISC metadata.xml 401 SHA256 
55c731532d278dbf037587160c4f7a85e97b6b907c6c698caa0f66209638d4a1 SHA512 
1b547d3a9095af44a7b8553b1f2046dce20ba36dec2306e39f553c451fdb41e98b45d003b10fcdb15d09d0cf5c2f6e211447242399a8edfd8fcab3366e8b86ff
 WHIRLPOOL 
3633999895de105292d9f0b579679b439092dfa4405fdf3ccf585f2b48d5dca2d134ed2b4f7e6bc9d7b16b6de8335cfadb3e675ec25d11a3ebb5149f3f24514b

diff --git a/app-arch/unrpa/metadata.xml b/app-arch/unrpa/metadata.xml
deleted file mode 100644
index 50aec21..000
--- a/app-arch/unrpa/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-  maintainer
-emailbirc...@gentoo.org/email
-nameAndrew Savchenko/name
-  /maintainer
-  longdescription
-   Unrpa is a script to extract files from archives created for
-   the Ren'Py Visual Novel Engine (http://www.renpy.org/)
-  /longdescription
-/pkgmetadata

diff --git a/app-arch/unrpa/unrpa-1.4.1.ebuild 
b/app-arch/unrpa/unrpa-1.4.1.ebuild
deleted file mode 100644
index 6a2587b..000
--- a/app-arch/unrpa/unrpa-1.4.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnemesi/libnemesi-0.6.ebuild,v 
1.1 2009/10/27 12:45:51 ssuominen Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI=https://github.com/Lattyware/unrpa.git;
-else
-   SRC_URI=https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~amd64 ~x86
-fi
-
-DESCRIPTION=Ren'Py's RPA data file extractor
-HOMEPAGE=https://github.com/Lattyware/unrpa;
-
-LICENSE=GPL-3
-SLOT=0
-
-DEPEND=${PYTHON_DEPS}
-RDEPEND=${DEPEND}
-
-src_install() {
-   dobin ${PN}
-   dodoc README
-}

diff --git a/app-arch/unrpa/unrpa-.ebuild b/app-arch/unrpa/unrpa-.ebuild
deleted file mode 12
index 

[gentoo-commits] dev/bircoph:master commit in: media-gfx/enblend/files/, media-gfx/enblend/

2015-05-03 Thread Andrew Savchenko
commit: 9233a6b1965bccb146cdba6865ebd891b601a526
Author: Andrew Savchenko bircoph AT gentoo DOT org
AuthorDate: Sun May  3 15:07:33 2015 +
Commit: Andrew Savchenko bircoph AT gmail DOT com
CommitDate: Sun May  3 15:07:33 2015 +
URL:https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=9233a6b1

enblend: patch applied in tree

 media-gfx/enblend/ChangeLog| 245 -
 media-gfx/enblend/Manifest |   5 -
 media-gfx/enblend/enblend-4.1.3.ebuild |  77 ---
 .../enblend/files/enblend-4.1.3-vigra_check.patch  |  11 -
 media-gfx/enblend/metadata.xml |   9 -
 5 files changed, 347 deletions(-)

diff --git a/media-gfx/enblend/ChangeLog b/media-gfx/enblend/ChangeLog
deleted file mode 100644
index e4eee0b..000
--- a/media-gfx/enblend/ChangeLog
+++ /dev/null
@@ -1,245 +0,0 @@
-# ChangeLog for media-gfx/enblend
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.61 
2014/12/20 16:28:53 maekke Exp $
-
-  20 Dec 2014; Markus Meier mae...@gentoo.org enblend-4.1.3.ebuild:
-  move boost to RDEPEND by Nikoli in bug #531924
-
-  22 Oct 2014; Markus Meier mae...@gentoo.org enblend-4.1.3.ebuild:
-  work around sys-apps/texinfo-5.1 incompatibility for bug #479978 and fix doc
-  path
-
-  15 Jun 2014; Markus Meier mae...@gentoo.org enblend-4.1.2.ebuild,
-  enblend-4.1.3.ebuild:
-  add missing sys-apps/help2man to DEPEND by Raffaello D. Di Napoli in bug
-  #467140
-
-*enblend-4.1.3 (23 May 2014)
-
-  23 May 2014; Tim Harder radher...@gentoo.org +enblend-4.1.3.ebuild:
-  Version bump.
-
-*enblend-4.1.2 (26 Nov 2013)
-
-  26 Nov 2013; Justin Lecher j...@gentoo.org +enblend-4.1.2.ebuild,
-  metadata.xml:
-  Version BUmp
-
-  09 Sep 2013; Markus Meier mae...@gentoo.org enblend-4.1.1-r1.ebuild:
-  add slot operator deps for media-libs/openexr and dev-libs/boost
-
-  08 Sep 2013; Markus Meier mae...@gentoo.org enblend-4.1.1-r1.ebuild:
-  fix USE=gpu cmake configure argument by Nikoli in bug #484118
-
-*enblend-4.1.1-r1 (06 Sep 2013)
-
-  06 Sep 2013; Markus Meier mae...@gentoo.org +enblend-4.1.1-r1.ebuild:
-  add CMake based ebuild, using EAPI=5, should fix bug #476836 and bug #460274
-
-  08 May 2013; Tim Harder radher...@gentoo.org -enblend-4.0.ebuild,
-  -files/enblend-4.0-libpng14.patch, -files/enblend-4.0-libpng15.patch,
-  -enblend-4.1.ebuild:
-  Remove old.
-
-  11 Apr 2013; Vicente Olivert Riera vinc...@gentoo.org enblend-4.1.1.ebuild:
-  amd64, ppc and x86 stable, wrt bug #465428
-
-*enblend-4.1.1 (03 Mar 2013)
-
-  03 Mar 2013; Markus Meier mae...@gentoo.org +enblend-4.1.1.ebuild:
-  version bump
-
-  11 Dec 2012; Markus Meier mae...@gentoo.org enblend-4.1.ebuild:
-  add missing sci-libs/gsl dependency by Martin Jansa in bug #446816
-
-*enblend-4.1 (09 Dec 2012)
-
-  09 Dec 2012; Markus Meier mae...@gentoo.org +enblend-4.1.ebuild:
-  version bump
-
-  05 May 2012; Jeff Horelick jdh...@gentoo.org enblend-4.0.ebuild:
-  dev-util/pkgconfig - virtual/pkgconfig
-
-  28 Jan 2012; Christoph Junghans ott...@gentoo.org enblend-4.0.ebuild:
-  fix bug #347786
-
-  12 Aug 2011; Samuli Suominen ssuomi...@gentoo.org enblend-4.0.ebuild:
-  Seems the -libpng15.patch isn't entirely compatible with libpng14, apply
-  workaround from bug #378677
-
-  07 Aug 2011; Samuli Suominen ssuomi...@gentoo.org enblend-4.0.ebuild,
-  +files/enblend-4.0-libpng15.patch:
-  Fix building with libpng15 wrt #355893 by Mike Frysinger
-
-  08 Nov 2010; Markus Meier mae...@gentoo.org enblend-4.0.ebuild:
-  change jpeg dep to virtual/jpeg
-
-  16 Sep 2010; Tomáš Chvátal scarab...@gentoo.org enblend-4.0.ebuild:
-  virtual/glut - media-libs/glut
-
-  21 Jun 2010; Samuli Suominen ssuomi...@gentoo.org enblend-4.0.ebuild:
-  Restrict media-libs/lcms depend to old version.
-
-  28 May 2010; Markus Meier mae...@gentoo.org -enblend-3.2.ebuild:
-  old
-
-  28 May 2010; Markus Meier mae...@gentoo.org enblend-4.0.ebuild:
-  x86 stable, bug #320409
-
-  24 May 2010; nix...@gentoo.org enblend-4.0.ebuild:
-  ppc stable #320409
-
-  21 May 2010; Markos Chandras hwoar...@gentoo.org enblend-4.0.ebuild:
-  Stable on amd64 wrt bug #320409
-
-  08 Mar 2010; Samuli Suominen ssuomi...@gentoo.org enblend-4.0.ebuild,
-  +files/enblend-4.0-libpng14.patch:
-  Fix building with libpng14.
-
-*enblend-4.0 (18 Dec 2009)
-
-  18 Dec 2009; Markus Meier mae...@gentoo.org -enblend-4.0_rc2.ebuild,
-  -enblend-4.0_rc3.ebuild, +enblend-4.0.ebuild:
-  version bump to final 4.0 release
-
-*enblend-4.0_rc3 (05 Dec 2009)
-
-  05 Dec 2009; Markus Meier mae...@gentoo.org +enblend-4.0_rc3.ebuild:
-  version bump
-
-*enblend-4.0_rc2 (29 Nov 2009)
-
-  29 Nov 2009; Markus Meier mae...@gentoo.org +enblend-4.0_rc2.ebuild,
-  metadata.xml:
-  version bump to 4.0_rc2 release
-
-  14 Nov 2009; Markus Meier mae...@gentoo.org enblend-3.2.ebuild:
-  boost dep is DEPEND only, bug #293069
-
-  16 Aug 2009; 

[gentoo-commits] gentoo-x86 commit in dev-java/gcj-jdk: gcj-jdk-4.8.4.ebuild gcj-jdk-4.9.2.ebuild ChangeLog gcj-jdk-4.7.3.ebuild gcj-jdk-4.8.2.ebuild

2015-05-03 Thread James Le Cuirot (chewi)
chewi   15/05/03 20:33:18

  Modified: gcj-jdk-4.9.2.ebuild ChangeLog
  Added:gcj-jdk-4.8.4.ebuild
  Removed:  gcj-jdk-4.7.3.ebuild gcj-jdk-4.8.2.ebuild
  Log:
  Let's just keep versions for the latest stable and unstable gcc in
  each SLOT.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.2  dev-java/gcj-jdk/gcj-jdk-4.9.2.ebuild

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

Index: gcj-jdk-4.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/gcj-jdk/gcj-jdk-4.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcj-jdk-4.9.2.ebuild17 Mar 2015 12:34:45 -  1.1
+++ gcj-jdk-4.9.2.ebuild3 May 2015 20:33:18 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gcj-jdk/gcj-jdk-4.9.2.ebuild,v 1.1 
2015/03/17 12:34:45 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gcj-jdk/gcj-jdk-4.9.2.ebuild,v 1.2 
2015/05/03 20:33:18 chewi Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 IUSE=X
 
 ECJ_GCJ_SLOT=4.4
-API_DIFF_PV=4.9.2
+API_DIFF_PV=4.8.2
 
 # perl is needed for javac wrapper
 RDEPEND=



1.18 dev-java/gcj-jdk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/gcj-jdk/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   17 Mar 2015 12:34:45 -  1.17
+++ ChangeLog   3 May 2015 20:33:18 -   1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/gcj-jdk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gcj-jdk/ChangeLog,v 1.17 
2015/03/17 12:34:45 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gcj-jdk/ChangeLog,v 1.18 
2015/05/03 20:33:18 chewi Exp $
+
+*gcj-jdk-4.8.4 (03 May 2015)
+
+  03 May 2015; James Le Cuirot ch...@gentoo.org +gcj-jdk-4.8.4.ebuild,
+  -gcj-jdk-4.7.3.ebuild, -gcj-jdk-4.8.2.ebuild, gcj-jdk-4.9.2.ebuild:
+  Let's just keep versions for the latest stable and unstable gcc in each SLOT.
 
 *gcj-jdk-4.9.2 (17 Mar 2015)
 



1.1  dev-java/gcj-jdk/gcj-jdk-4.8.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gcj-jdk/gcj-jdk-4.8.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gcj-jdk/gcj-jdk-4.8.4.ebuild?rev=1.1content-type=text/plain

Index: gcj-jdk-4.8.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/gcj-jdk/gcj-jdk-4.8.4.ebuild,v 1.1 
2015/05/03 20:33:18 chewi Exp $

EAPI=5

inherit java-vm-2 multilib

DESCRIPTION=Java wrappers around GCJ
HOMEPAGE=http://www.gentoo.org/;
SRC_URI=

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

ECJ_GCJ_SLOT=4.2
API_DIFF_PV=4.8.2

# perl is needed for javac wrapper
RDEPEND=
dev-java/ecj-gcj:${ECJ_GCJ_SLOT}
dev-lang/perl
~sys-devel/gcc-${PV}[gcj]
X? ( ~sys-devel/gcc-${PV}[awt] )
DEPEND=${RDEPEND}

S=${WORKDIR}

src_install() {
# jre lib paths ...
local libarch=$(get_system_arch)
local gcc_version=${PV}
local gccbin=$(gcc-config -B ${gcc_version})
gccbin=${gccbin#${EPREFIX}}
local gcclib=$(gcc-config -L ${gcc_version} | cut -d':' -f1)
gcclib=${gcclib#${EPREFIX}}
local gcjhome=/usr/$(get_libdir)/${P}
local gccchost=${CHOST}
local gcjlibdir=$(echo 
${EPREFIX}/usr/$(get_libdir)/gcj-${gcc_version}-*)
gcjlibdir=${gcjlibdir#${EPREFIX}}

# links
dodir ${gcjhome}/bin
dodir ${gcjhome}/jre/bin
dosym ${gccbin}/gij ${gcjhome}/bin/java
dosym ${gccbin}/gij ${gcjhome}/jre/bin/java
dosym ${gccbin}/gjar ${gcjhome}/bin/jar
dosym ${gccbin}/gjdoc ${gcjhome}/bin/javadoc
dosym ${gccbin}/grmic ${gcjhome}/bin/rmic
dosym ${gccbin}/gjavah ${gcjhome}/bin/javah
dosym ${gccbin}/jcf-dump ${gcjhome}/bin/javap

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

2015-05-03 Thread Andrew Savchenko
commit: ccc478083ef4b8085960c74124524eab498b1cf6
Author: Andrew Savchenko bircoph AT gmail DOT com
AuthorDate: Sun May  3 20:43:08 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Sun May  3 20:43:08 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ccc47808

Merge remote-tracking branch 'github/master'

 media-gfx/brlcad/ChangeLog |   4 +
 media-gfx/brlcad/Manifest  |   3 +-
 media-gfx/brlcad/brlcad-7.22.0.ebuild  |  15 +-
 .../{brlcad-7.20.4.ebuild = brlcad-7.24.0.ebuild} |  33 ++---
 .../{brlcad-7.20.4.ebuild = brlcad-7.24.2.ebuild} |  60 
 media-gfx/brlcad/brlcad-.ebuild|  53 +++
 media-gfx/brlcad/files/brlcad-7.24.2-cmake.patch   |  13 ++
 sci-biology/grappa/ChangeLog   |   6 +-
 sci-biology/grappa/grappa-2.0.ebuild   |   9 +-
 sci-biology/signalp/ChangeLog  |   6 +-
 sci-biology/signalp/signalp-3.0.ebuild |   6 +-
 sci-biology/tmhmm/ChangeLog|   6 +-
 sci-biology/tmhmm/tmhmm-2.0c.ebuild|  12 +-
 sci-chemistry/mage/ChangeLog   |   9 +-
 sci-chemistry/mage/mage-6.44.060606.ebuild |  10 +-
 sci-libs/armadillo/ChangeLog   | 165 +
 sci-libs/armadillo/Manifest|   2 +
 sci-libs/armadillo/armadillo-4.650.4.ebuild| 112 ++
 sci-libs/armadillo/armadillo-5.000.1.ebuild| 112 ++
 sci-libs/armadillo/metadata.xml|  33 +
 sci-mathematics/netgen/ChangeLog   |   6 +-
 sci-mathematics/netgen/Manifest|   2 +-
 sci-mathematics/netgen/netgen-5.0.0.ebuild |  12 +-
 23 files changed, 567 insertions(+), 122 deletions(-)



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

2015-05-03 Thread Andrew Savchenko
commit: 46b621eaf7754b5de756502b55fc85c155df03bf
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Sun Apr 26 10:03:48 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Sun Apr 26 10:03:48 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=46b621ea

Revert In CVS: Ebuilds in tree have no atlas support (#541524)

This reverts commit 4502854392f11b7e90b1d2c60c72c15602c81f80.

 sci-libs/armadillo/ChangeLog| 159 
 sci-libs/armadillo/armadillo-4.650.4.ebuild | 112 
 sci-libs/armadillo/metadata.xml |  33 ++
 3 files changed, 304 insertions(+)

diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
new file mode 100644
index 000..fcab445
--- /dev/null
+++ b/sci-libs/armadillo/ChangeLog
@@ -0,0 +1,159 @@
+# ChangeLog for sci-libs/armadillo
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  03 Apr 2015; Marius Brehler mar...@linux.sungazer.de
+  -armadillo-4.600.2.ebuild, -armadillo-4.600.4.ebuild,
+  -armadillo-4.650.2.ebuild:
+  Moved to tree; Drop old
+
+*armadillo-4.650.4 (24 Mar 2015)
+
+  24 Mar 2015; Marius Brehler mar...@linux.sungazer.de
+  +armadillo-4.650.4.ebuild:
+  Version bump
+
+*armadillo-4.650.2 (08 Mar 2015)
+
+  08 Mar 2015; Marius Brehler mar...@linux.sungazer.de
+  +armadillo-4.650.2.ebuild:
+  Version bump
+
+  27 Feb 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -armadillo-4.200.0.ebuild, -armadillo-4.300.8.ebuild,
+  -armadillo-4.300.9.ebuild, -files/armadillo-3.820.1-example-makefile.patch,
+  -files/armadillo-4.000.3-hdf5.patch:
+  Remove old
+
+*armadillo-4.600.4 (27 Jan 2015)
+
+  27 Jan 2015; Marius Brehler mar...@linux.sungazer.de
+  +armadillo-4.600.4.ebuild:
+  Version bump
+
+*armadillo-4.600.2 (11 Jan 2015)
+
+  11 Jan 2015; Marius Brehler mar...@linux.sungazer.de
+  +armadillo-4.600.2.ebuild:
+  Version bump, fix examples install location
+
+*armadillo-4.300.9 (28 Jun 2014)
+
+  28 Jun 2014; Jauhien Piatlicki jauh...@gentoo.org
+  +armadillo-4.300.9.ebuild, metadata.xml:
+  version bump, see bug #515624
+
+*armadillo-4.300.8 (02 Jun 2014)
+
+  02 Jun 2014; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-4.300.8.ebuild,
+  -armadillo-3.930.0.ebuild, -armadillo-4.100.2.ebuild,
+  -armadillo-4.300.0.ebuild, -files/armadillo-3.820.1-hdf5.patch:
+  Version bump
+
+*armadillo-4.300.0 (06 May 2014)
+
+  06 May 2014; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-4.300.0.ebuild:
+  sci-libs/armadillo: Version bump
+
+*armadillo-4.200.0 (22 Apr 2014)
+
+  22 Apr 2014; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-4.200.0.ebuild,
+  -armadillo-4.000.4.ebuild:
+  sci-libs/armadillo: Version bump
+
+*armadillo-4.100.2 (19 Mar 2014)
+
+  19 Mar 2014; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-4.100.2.ebuild,
+  -armadillo-4.000.3.ebuild:
+  sci-libs/armadillo: Version bump
+
+*armadillo-4.000.4 (16 Feb 2014)
+
+  16 Feb 2014; Reinis Danne rei4...@gmail.com +armadillo-4.000.4.ebuild:
+  Bump to version 4.000.4.
+
+  10 Feb 2014; Sébastien Fabbro bicat...@gentoo.org armadillo-4.000.3.ebuild:
+  sci-libs/armadillo: removed int64 flag, it is only for revdep at compile time
+
+  09 Feb 2014; Sébastien Fabbro bicat...@gentoo.org metadata.xml:
+  sci-libs/armadillo: add use flag description
+
+*armadillo-4.000.3 (09 Feb 2014)
+
+  09 Feb 2014; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-4.000.3.ebuild,
+  +files/armadillo-4.000.3-hdf5.patch:
+  sci-libs/armadillo: Version bump
+
+  08 Feb 2014; Reinis Danne rei4...@gmail.com armadillo-3.930.0.ebuild:
+  Fix cblas, clapack include dir.
+
+*armadillo-3.930.0 (07 Dec 2013)
+
+  07 Dec 2013; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-3.930.0.ebuild,
+  -armadillo-3.910.0.ebuild:
+  sci-libs/armadillo: Version bump
+
+*armadillo-3.910.0 (19 Aug 2013)
+
+  19 Aug 2013; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-3.910.0.ebuild,
+  -armadillo-3.900.6.ebuild:
+  sci-libs/armadillo: Version bump
+
+*armadillo-3.900.6 (03 Jul 2013)
+
+  03 Jul 2013; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-3.900.6.ebuild,
+  -armadillo-3.820.1.ebuild:
+  sci-libs/armadillo: Version bump
+
+*armadillo-3.820.1 (25 May 2013)
+
+  25 May 2013; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-3.820.1.ebuild,
+  +files/armadillo-3.820.1-example-makefile.patch,
+  +files/armadillo-3.820.1-hdf5.patch, -armadillo-3.810.2.ebuild,
+  -files/armadillo-3.810.2-example-makefile.patch,
+  -files/armadillo-3.810.2-hdf5.patch:
+  sci-libs/armadillo: Version bump
+
+*armadillo-3.810.2 (29 Apr 2013)
+
+  29 Apr 2013; Sébastien Fabbro bicat...@gentoo.org 
+armadillo-3.810.2.ebuild,
+  +files/armadillo-3.810.2-example-makefile.patch,
+  +files/armadillo-3.810.2-hdf5.patch, -armadillo-3.6.3-r1.ebuild, 
metadata.xml:
+  sci-libs/armadillo: Version bump
+
+  28 Feb 2013; Sébastien Fabbro bicat...@gentoo.org 
armadillo-3.6.3-r1.ebuild:
+  

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

2015-05-03 Thread Andrew Savchenko
commit: 0dc6bb7902c41f0584e7fe9ce1f95a55fb13464c
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Sun Apr 26 09:43:32 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Sun Apr 26 09:43:32 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0dc6bb79

sci-biology/grappa: Bump to EAPI=5

Package-Manager: portage-2.2.14

 sci-biology/grappa/ChangeLog | 6 --
 sci-biology/grappa/grappa-2.0.ebuild | 9 -
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/sci-biology/grappa/ChangeLog b/sci-biology/grappa/ChangeLog
index e27a8cc..49ae9d7 100644
--- a/sci-biology/grappa/ChangeLog
+++ b/sci-biology/grappa/ChangeLog
@@ -1,8 +1,10 @@
 # ChangeLog for sci-biology/grappa
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2015; Marius Brehler mar...@linux.sungazer.de grappa-2.0.ebuild:
+  Bump to EAPI=5
+
   14 Jul 2009; Andrey Kislyuk wea...@gentoo.org ChangeLog:
   New package, ebuild written by Pablo Nehab-Hess natunobi...@gentoobr.org
   and me
-

diff --git a/sci-biology/grappa/grappa-2.0.ebuild 
b/sci-biology/grappa/grappa-2.0.ebuild
index 659fc9b..b95b7eb 100644
--- a/sci-biology/grappa/grappa-2.0.ebuild
+++ b/sci-biology/grappa/grappa-2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 MY_P=GRAPPA20
 
@@ -13,16 +13,15 @@ SRC_URI=http://www.cs.unm.edu/~moret/GRAPPA/${MY_P}.tar.gz;
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=
 
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-   sed -i -e '/CFLAGS := -mcpu/ d' -e 's/\(CFLAGS := -D${OS}\)/\1 
${CFLAGS}/' ${S}/Makefile
+   sed -i -e '/CFLAGS := -mcpu/ d' -e 's/\(CFLAGS := -D${OS}\)/\1 
${CFLAGS}/' ${S}/Makefile || die
 }
 
 src_install() {
-   dobin grappa || die
+   dobin grappa
dosym grappa /usr/bin/invdist
dosym grappa /usr/bin/distmat
dodoc README



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

2015-05-03 Thread Andrew Savchenko
commit: 9d24480e81922a61174858f048238f337b0f8663
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Sun Apr 26 09:48:26 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Sun Apr 26 09:48:26 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d24480e

sci-chemistry/mage: Bump to EAPI=5

Package-Manager: portage-2.2.14

 sci-chemistry/mage/ChangeLog   |  9 ++---
 sci-chemistry/mage/mage-6.44.060606.ebuild | 10 --
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/sci-chemistry/mage/ChangeLog b/sci-chemistry/mage/ChangeLog
index 4459827..38a7e7b 100644
--- a/sci-chemistry/mage/ChangeLog
+++ b/sci-chemistry/mage/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/mage
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/probe/ChangeLog,v 1.5 
2006/09/20 05:09:00 dberkholz Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  26 Apr 2015; Marius Brehler mar...@linux.sungazer.de
+  mage-6.44.060606.ebuild:
+  Bump to EAPI=5
 
 *mage-6.44.060606 (02 Dec 2009)
 
@@ -28,4 +32,3 @@
   04 Jun 2006; Donnie Berkholz dberkh...@gentoo.org; +metadata.xml,
   +probe-2.11.050121.ebuild:
   New program that evaluates atomic packing within or between molecules.
-

diff --git a/sci-chemistry/mage/mage-6.44.060606.ebuild 
b/sci-chemistry/mage/mage-6.44.060606.ebuild
index 355b234..acd4577 100644
--- a/sci-chemistry/mage/mage-6.44.060606.ebuild
+++ b/sci-chemistry/mage/mage-6.44.060606.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 inherit eutils toolchain-funcs
 
@@ -15,7 +15,6 @@ 
SRC_URI=http://kinemage.biochem.duke.edu/downloads/software/mage/${MY_P}.src.tg
 LICENSE=richardson
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~x86
-IUSE=
 
 RDEPEND=sci-chemistry/prekin
 DEPEND=${RDEPEND}
@@ -29,10 +28,9 @@ src_prepare() {
 src_compile() {
emake \
CC=$(tc-getCC) \
-   dynamic \
-   || die make failed
+   dynamic
 }
 
 src_install() {
-   dobin ${S}/mage || die dobin failed
+   dobin ${S}/mage
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/drakma/

2015-05-03 Thread José María Alonso
commit: 45d49151432b94da2ec13b60f5a62f5f5a98d549
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Sun May  3 21:06:16 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Sun May  3 21:06:16 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=45d49151

dev-lisp/drakma: cleanup comments

 dev-lisp/drakma/drakma-1.3.14.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/dev-lisp/drakma/drakma-1.3.14.ebuild 
b/dev-lisp/drakma/drakma-1.3.14.ebuild
index 2b02e60..5b40d15 100644
--- a/dev-lisp/drakma/drakma-1.3.14.ebuild
+++ b/dev-lisp/drakma/drakma-1.3.14.ebuild
@@ -22,8 +22,3 @@ RDEPEND=!dev-lisp/cl-${PN}
=dev-lisp/flexi-streams-1.0.7
=dev-lisp/usocket-0.4.0
dev-lisp/cl-plus-ssl
-
-#src_install() {
-   #common-lisp-3_src_install
-   #dohtml doc/index.html
-#}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/drakma/

2015-05-03 Thread José María Alonso
commit: 104b3fd0e41c442f743befd67d2386485592a736
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Sun May  3 21:05:39 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Sun May  3 21:05:39 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=104b3fd0

dev-lisp/drakma: bump to version 1.3.14

 dev-lisp/drakma/drakma-1.3.14.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/dev-lisp/drakma/drakma-1.3.14.ebuild 
b/dev-lisp/drakma/drakma-1.3.14.ebuild
new file mode 100644
index 000..2b02e60
--- /dev/null
+++ b/dev-lisp/drakma/drakma-1.3.14.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 eutils
+
+DESCRIPTION=Drakma is a Common Lisp HTTP client.
+HOMEPAGE=http://weitz.de/drakma/;
+SRC_URI=https://github.com/edicl/${PN}/archive/v${PV}.tar.gz - ${PF}.tar.gz
+
+LICENSE=BSD-2
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~sparc ~x86
+IUSE=
+
+RDEPEND=!dev-lisp/cl-${PN}
+   =dev-lisp/chunga-1.1.0
+   =dev-lisp/puri-1.5.0
+   =dev-lisp/cl-base64-3.3.2
+   =dev-lisp/flexi-streams-1.0.7
+   =dev-lisp/usocket-0.4.0
+   dev-lisp/cl-plus-ssl
+
+#src_install() {
+   #common-lisp-3_src_install
+   #dohtml doc/index.html
+#}



[gentoo-commits] gentoo-x86 commit in dev-haskell/dataenc: ChangeLog dataenc-0.14.0.3.ebuild dataenc-0.14.0.5.ebuild

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 21:48:23

  Modified: ChangeLog
  Removed:  dataenc-0.14.0.3.ebuild dataenc-0.14.0.5.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.47 dev-haskell/dataenc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   3 May 2015 21:46:16 -   1.46
+++ ChangeLog   3 May 2015 21:48:23 -   1.47
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/dataenc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/ChangeLog,v 1.46 
2015/05/03 21:46:16 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/ChangeLog,v 1.47 
2015/05/03 21:48:23 slyfox Exp $
+
+  03 May 2015; Sergei Trofimovich sly...@gentoo.org -dataenc-0.14.0.3.ebuild,
+  -dataenc-0.14.0.5.ebuild:
+  Drop old.
 
   03 May 2015; Sergei Trofimovich sly...@gentoo.org dataenc-0.14.0.7.ebuild:
   Allow QuickCheck-2.8.






[gentoo-commits] gentoo-x86 commit in app-misc/geoclue: ChangeLog geoclue-2.2.0.ebuild

2015-05-03 Thread Gilles Dartiguelongue (eva)
eva 15/05/03 22:10:16

  Modified: ChangeLog
  Added:geoclue-2.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.43 app-misc/geoclue/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/geoclue/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   19 Dec 2014 13:33:49 -  1.42
+++ ChangeLog   3 May 2015 22:10:16 -   1.43
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/geoclue
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/geoclue/ChangeLog,v 1.42 
2014/12/19 13:33:49 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/geoclue/ChangeLog,v 1.43 
2015/05/03 22:10:16 eva Exp $
+
+*geoclue-2.2.0 (03 May 2015)
+
+  03 May 2015; Gilles Dartiguelongue e...@gentoo.org +geoclue-2.2.0.ebuild:
+  Version bump.
 
   19 Dec 2014; Pacho Ramos pa...@gentoo.org geoclue-2.1.10.ebuild:
   amd64 stable, bug 529964



1.1  app-misc/geoclue/geoclue-2.2.0.ebuild

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

Index: geoclue-2.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/geoclue/geoclue-2.2.0.ebuild,v 1.1 
2015/05/03 22:10:16 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 systemd user versionator

MY_PV=$(get_version_component_range 1-2)
DESCRIPTION=A geoinformation D-Bus service
HOMEPAGE=http://freedesktop.org/wiki/Software/GeoClue;
SRC_URI=http://www.freedesktop.org/software/${PN}/releases/${MY_PV}/${P}.tar.xz;

LICENSE=LGPL-2
SLOT=2.0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd
IUSE=+modemmanager

RDEPEND=
=dev-libs/glib-2.34:2
=dev-libs/json-glib-0.14
=net-libs/libsoup-2.42:2.4
sys-apps/dbus
modemmanager? ( =net-misc/modemmanager-1 )
!sci-geosciences/geocode-glib-3.10.0

DEPEND=${RDEPEND}
dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1
=dev-util/intltool-0.40
virtual/pkgconfig


src_configure() {
# debug only affects CFLAGS
gnome2_src_configure \
--with-dbus-service-user=geoclue \
$(use_enable modemmanager 3g-source) \
$(use_enable modemmanager cdma-source) \
$(use_enable modemmanager modem-gps-source) \
$(systemd_with_unitdir)
}

pkg_preinst() {
enewgroup geoclue
enewuser geoclue -1 -1 /var/lib/geoclue geoclue
}






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

2015-05-03 Thread Mike Pagano
commit: a7f93abca481c4afc0d6e0c515d41f2c4aef9e41
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Sun May  3 19:54:53 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Sun May  3 19:54:53 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a7f93abc

Fix for lz4 compression. Thanks to Christian Xia. See bug #546422.

 _README|  4 
 2910_lz4-compression-fix.patch | 30 ++
 2 files changed, 34 insertions(+)

diff --git a/_README b/_README
index bcce967..f51d299 100644
--- a/_README
+++ b/_README
@@ -71,6 +71,10 @@ Patch:  2905_s2disk-resume-image-fix.patch
 From:   Al Viro viro at ZenIV.linux.org.uk
 Desc:   Do not lock when UMH is waiting on current thread spawned by linuxrc. 
(bug #481344)
 
+Patch:  2910_lz4-compression-fix.patch
+From:   https://bugs.gentoo.org/show_bug.cgi?id=546422
+Desc:   Fix for lz4 compression regression. Thanks to Christian Xia. See bug 
#546422.
+
 Patch:  4200_fbcondecor-3.19.patch
 From:   http://www.mepiscommunity.org/fbcondecor
 Desc:   Bootsplash ported by Marco. (Bug #539616)

diff --git a/2910_lz4-compression-fix.patch b/2910_lz4-compression-fix.patch
new file mode 100644
index 000..1c55f32
--- /dev/null
+++ b/2910_lz4-compression-fix.patch
@@ -0,0 +1,30 @@
+--- a/lib/lz4/lz4_decompress.c 2015-04-13 16:20:04.896315560 +0800
 b/lib/lz4/lz4_decompress.c 2015-04-13 16:27:08.929317053 +0800
+@@ -139,8 +139,12 @@
+   /* Error: request to write beyond destination buffer */
+   if (cpy  oend)
+   goto _output_error;
++#if LZ4_ARCH64
++  if ((ref + COPYLENGTH)  oend)
++#else
+   if ((ref + COPYLENGTH)  oend ||
+   (op + COPYLENGTH)  oend)
++#endif
+   goto _output_error;
+   LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH));
+   while (op  cpy)
+@@ -270,7 +274,13 @@
+   if (cpy  oend - COPYLENGTH) {
+   if (cpy  oend)
+   goto _output_error; /* write outside of buf */
+-
++#if LZ4_ARCH64
++  if ((ref + COPYLENGTH)  oend)
++#else
++  if ((ref + COPYLENGTH)  oend ||
++  (op + COPYLENGTH)  oend)
++#endif
++  goto _output_error;
+   LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH));
+   while (op  cpy)
+   *op++ = *ref++;



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cffi/

2015-05-03 Thread José María Alonso
commit: c435b69ffddf6fde85e1fb06303d2b15d3901823
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Sun May  3 20:52:41 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Sun May  3 20:52:41 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c435b69f

dev-lisp/cffi: bump to version 0.14.0

 dev-lisp/cffi/cffi-0.14.0.ebuild | 49 
 1 file changed, 49 insertions(+)

diff --git a/dev-lisp/cffi/cffi-0.14.0.ebuild b/dev-lisp/cffi/cffi-0.14.0.ebuild
new file mode 100644
index 000..95c8477
--- /dev/null
+++ b/dev-lisp/cffi/cffi-0.14.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P=${PN}_${PV}
+
+DESCRIPTION=The Common Foreign Function Interface (CFFI)
+HOMEPAGE=http://common-lisp.net/project/cffi/;
+SRC_URI=http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~sparc ~x86
+IUSE=doc
+
+DEPEND=doc? ( dev-lisp/sbcl virtual/texi2dvi )
+RDEPEND=!dev-lisp/cl-${PN}
+   dev-lisp/alexandria
+   dev-lisp/babel
+   dev-lisp/trivial-features
+
+CLSYSTEMS=cffi.asd cffi-tests.asd cffi-examples.asd cffi-grovel.asd \
+   cffi-uffi-compat.asd
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+   if use doc ; then
+   VARTEXFONTS=${T}/fonts \
+   make -C doc manual spec || die Cannot build docs
+   fi
+}
+
+src_install() {
+   common-lisp-install-sources examples/ src/ uffi-compat/
+   common-lisp-install-sources -t all grovel/ tests/
+   common-lisp-install-asdf
+   dodoc README TODO doc/*.txt
+   if use doc; then
+   doinfo doc/*.info
+   rm doc/{spec,manual}/cffi*
+   insinto /usr/share/doc/${PF}/html
+   doins -r doc/{spec,manual}
+   fi
+}



[gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-0.9.1.ebuild metadata.xml mpv-9999.ebuild ChangeLog

2015-05-03 Thread Maxim Koltsov (maksbotan)
maksbotan15/05/03 21:38:11

  Modified: mpv-0.9.1.ebuild metadata.xml mpv-.ebuild
ChangeLog
  Log:
  Update  and 0.9.1 ebuild, add drm USE flag. Thanks to Nikoli.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.3  media-video/mpv/mpv-0.9.1.ebuild

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

Index: mpv-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpv-0.9.1.ebuild3 May 2015 08:29:53 -   1.2
+++ mpv-0.9.1.ebuild3 May 2015 21:38:11 -   1.3
@@ -1,36 +1,34 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild,v 1.2 
2015/05/03 08:29:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild,v 1.3 
2015/05/03 21:38:11 maksbotan Exp $
 
 EAPI=5
+
+EGIT_REPO_URI=https://github.com/mpv-player/mpv.git;
+
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE='threads(+)'
+
 inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
+[[ ${PV} == ** ]]  inherit git-r3
 
 WAF_V=1.8.4
 
 DESCRIPTION=Media player based on MPlayer and mplayer2
 HOMEPAGE=http://mpv.io/;
 SRC_URI=http://ftp.waf.io/pub/release/waf-${WAF_V};
-DOCS=( README.md etc/example.conf etc/input.conf )
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI=https://github.com/mpv-player/mpv.git;
-   inherit git-r3
-   KEYWORDS=~hppa
-else
-   SRC_URI+= https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux
-   DOCS+=( RELEASE_NOTES )
-fi
+[[ ${PV} == ** ]] || \
+SRC_URI+= https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz - 
${P}.tar.gz
 
 # See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC.
 LICENSE=GPL-2+ BSD ISC
 SLOT=0
-IUSE=+alsa bluray bs2b cdio +cli doc-pdf dvb +dvd dvdnav egl +enca encode
+[[ ${PV} == ** ]] || \
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux
+IUSE=+alsa bluray bs2b cdio +cli doc-pdf drm dvb +dvd dvdnav egl +enca encode
 +iconv jack jpeg ladspa lcms +libass libav libcaca libguess libmpv lua luajit
-openal +opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux
-v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver xv
+openal +opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux v4l
+vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver xv
 
 REQUIRED_USE=
|| ( cli libmpv )
@@ -63,7 +61,7 @@
egl? ( media-libs/mesa[egl] )
)
lcms? ( =media-libs/lcms-2.6:2 )
-   vaapi? ( =x11-libs/libva-0.34.0[X(+),opengl?] )
+   vaapi? ( =x11-libs/libva-0.34.0[X(+)] )
vdpau? ( =x11-libs/libvdpau-0.2 )
xinerama? ( x11-libs/libXinerama )
xscreensaver? ( x11-libs/libXScrnSaver )
@@ -76,6 +74,7 @@
dev-libs/libcdio
dev-libs/libcdio-paranoia
)
+   drm? ( x11-libs/libdrm )
dvb? ( virtual/linuxtv-dvb-headers )
dvd? (
=media-libs/libdvdread-4.1.3
@@ -93,7 +92,7 @@
libcaca? ( =media-libs/libcaca-0.99_beta18 )
libguess? ( =app-i18n/libguess-1.0 )
lua? (
-   !luajit? ( =dev-lang/lua-5.1*:= )
+   !luajit? ( =dev-lang/lua-5.1:= )
luajit? ( dev-lang/luajit:2 )
)
openal? ( =media-libs/openal-1.13 )
@@ -123,38 +122,51 @@
 RDEPEND+=
selinux? ( sec-policy/selinux-mplayer )
 
+DOCS=( Copyright README.md etc/example.conf etc/input.conf )
+[[ ${PV} == ** ]] || \
+DOCS+=( RELEASE_NOTES )
 
 pkg_setup() {
-   if ! use libass; then
+   if use !libass; then
+   ewarn
ewarn You've disabled the libass flag. No OSD or subtitles 
will be displayed.
-   fi
-
-   if use libav; then
-   einfo You have enabled media-video/libav instead of 
media-video/ffmpeg.
-   einfo Upstream recommends media-video/ffmpeg, as some 
functionality is not
-   einfo provided by media-video/libav.
+   ewarn
fi
 
if use openal; then
-   ewarn You have enabled the openal audio output which is a 
fallback
-   ewarn and disabled by upstream.
+   ewarn
+   

[gentoo-commits] proj/gnome:master commit in: media-sound/gnome-music/

2015-05-03 Thread Gilles Dartiguelongue
commit: f46288404048c1abae9459633fa8c93bee8d9eb7
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May  3 21:30:55 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May  3 21:54:50 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f4628840

media-sound/gnome-music: 3.14.3.1 → 3.16.1

 media-sound/gnome-music/gnome-music-3.16.1.ebuild | 60 +++
 1 file changed, 60 insertions(+)

diff --git a/media-sound/gnome-music/gnome-music-3.16.1.ebuild 
b/media-sound/gnome-music/gnome-music-3.16.1.ebuild
new file mode 100644
index 000..b2f22fc
--- /dev/null
+++ b/media-sound/gnome-music/gnome-music-3.16.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+PYTHON_COMPAT=( python{3_3,3_4} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION=Music management for Gnome
+HOMEPAGE=http://wiki.gnome.org/Apps/Music;
+
+LICENSE=GPL-2+
+SLOT=0
+IUSE=
+# Let people emerge this by default, bug #472932
+IUSE+= +python_single_target_python3_3 python_single_target_python3_4
+
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+KEYWORDS=~amd64 ~x86
+
+COMMON_DEPEND=
+   ${PYTHON_DEPS}
+   =dev-libs/glib-2.28:2
+   =dev-libs/gobject-introspection-1.35.9
+   =media-libs/grilo-0.2.6:0.2[introspection]
+   media-libs/libmediaart:2.0
+   =x11-libs/gtk+-3.13.2:3[introspection]
+
+# xdg-user-dirs-update needs to be there to create needed dirs
+# https://bugzilla.gnome.org/show_bug.cgi?id=731613
+RDEPEND=${COMMON_DEPEND}
+   app-misc/tracker[introspection(+)]
+   || (
+   app-misc/tracker[gstreamer]
+   app-misc/tracker[ffmpeg]
+   )
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   media-plugins/gst-plugins-meta:1.0
+   media-plugins/grilo-plugins:0.2[tracker]
+   x11-misc/xdg-user-dirs
+
+DEPEND=${COMMON_DEPEND}
+   =dev-util/intltool-0.26
+   virtual/pkgconfig
+
+
+src_configure() {
+   gnome2_src_configure ITSTOOL=$(type -P true)
+}
+
+src_install() {
+   gnome2_src_install
+   python_fix_shebang ${ED}
+}



[gentoo-commits] proj/gnome:master commit in: media-sound/gnome-sound-recorder/

2015-05-03 Thread Gilles Dartiguelongue
commit: 4fee2145225eaa9f9658072d15c308185bf5cc4d
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May  3 21:27:12 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May  3 21:54:49 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4fee2145

media-sound/gnome-sound-recorder: 3.14.2 → 3.16.0

 ...-sound-recorder-3.14.2.ebuild = gnome-sound-recorder-3.16.0.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.14.2.ebuild 
b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild
similarity index 94%
rename from media-sound/gnome-sound-recorder/gnome-sound-recorder-3.14.2.ebuild
rename to media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild
index b9ef245..fe39721 100644
--- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.14.2.ebuild
+++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild
@@ -20,7 +20,7 @@ COMMON_DEPEND=
dev-libs/gjs
dev-libs/glib:2
x11-libs/gdk-pixbuf:2
-   =x11-libs/gtk+-3.9.4:3[introspection]
+   =x11-libs/gtk+-3.12:3[introspection]
 
 RDEPEND=${COMMON_DEPEND}
media-libs/gstreamer:1.0[introspection]



[gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/

2015-05-03 Thread Gilles Dartiguelongue
commit: ad75c8e73d26baadf5893e5da3c93cf4eff564b2
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May  3 21:11:33 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May  3 21:16:13 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ad75c8e7

app-arch/file-roller: 3.14.2 → 3.16.1

 ...oller-.ebuild = file-roller-3.16.1.ebuild} | 25 --
 app-arch/file-roller/file-roller-.ebuild   |  7 ++
 2 files changed, 6 insertions(+), 26 deletions(-)

diff --git a/app-arch/file-roller/file-roller-.ebuild 
b/app-arch/file-roller/file-roller-3.16.1.ebuild
similarity index 81%
copy from app-arch/file-roller/file-roller-.ebuild
copy to app-arch/file-roller/file-roller-3.16.1.ebuild
index 834bd59..4978148 100644
--- a/app-arch/file-roller/file-roller-.ebuild
+++ b/app-arch/file-roller/file-roller-3.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -7,21 +7,14 @@ GCONF_DEBUG=no
 GNOME2_LA_PUNT=yes
 
 inherit eutils gnome2 readme.gentoo
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION=Archive manager for GNOME
-HOMEPAGE=http://fileroller.sourceforge.net/;
+HOMEPAGE=http://fileroller.sourceforge.net/ 
https://wiki.gnome.org/Apps/FileRoller;
 
 LICENSE=GPL-2+ CC-BY-SA-3.0
 SLOT=0
 IUSE=nautilus packagekit
-if [[ ${PV} =  ]]; then
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux
-fi
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux
 
 # gdk-pixbuf used extensively in the source
 # cairo used in eggtreemultidnd.c
@@ -35,8 +28,6 @@ RDEPEND=
sys-apps/file
x11-libs/cairo
x11-libs/gdk-pixbuf:2
-   x11-libs/libICE
-   x11-libs/libSM
x11-libs/pango
nautilus? ( =gnome-base/nautilus-3 )
packagekit? ( app-admin/packagekit-base )
@@ -50,11 +41,6 @@ DEPEND=${RDEPEND}
 # eautoreconf needs:
 #  gnome-base/gnome-common
 
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   app-text/yelp-tools
-fi
-
 DISABLE_AUTOFORMATTING=yes
 DOC_CONTENTS=
 ${PN} is a frontend for several archiving utilities. If you want a
@@ -86,8 +72,6 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf=
-   [[ ${PV} !=  ]]  myconf=${myconf} ITSTOOL=$(type -P true)
DOCS=AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO
# --disable-debug because enabling it adds -O0 to CFLAGS
gnome2_src_configure \
@@ -96,10 +80,9 @@ src_configure() {
--disable-debug \
--enable-magic \
--enable-libarchive \
-   --with-smclient=xsmp \
$(use_enable nautilus nautilus-actions) \
$(use_enable packagekit) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }
 
 src_install() {

diff --git a/app-arch/file-roller/file-roller-.ebuild 
b/app-arch/file-roller/file-roller-.ebuild
index 834bd59..64e2c59 100644
--- a/app-arch/file-roller/file-roller-.ebuild
+++ b/app-arch/file-roller/file-roller-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
 fi
 
 DESCRIPTION=Archive manager for GNOME
-HOMEPAGE=http://fileroller.sourceforge.net/;
+HOMEPAGE=http://fileroller.sourceforge.net/ 
https://wiki.gnome.org/Apps/FileRoller;
 
 LICENSE=GPL-2+ CC-BY-SA-3.0
 SLOT=0
@@ -35,8 +35,6 @@ RDEPEND=
sys-apps/file
x11-libs/cairo
x11-libs/gdk-pixbuf:2
-   x11-libs/libICE
-   x11-libs/libSM
x11-libs/pango
nautilus? ( =gnome-base/nautilus-3 )
packagekit? ( app-admin/packagekit-base )
@@ -96,7 +94,6 @@ src_configure() {
--disable-debug \
--enable-magic \
--enable-libarchive \
-   --with-smclient=xsmp \
$(use_enable nautilus nautilus-actions) \
$(use_enable packagekit) \
${myconf}



[gentoo-commits] proj/gnome:master commit in: media-libs/libmediaart/, media-libs/libmediaart/files/

2015-05-03 Thread Gilles Dartiguelongue
commit: a8b841a89a623430920b471d065d3437a3e10997
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May  3 21:35:37 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May  3 21:54:49 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a8b841a8

media-libs/libmediaart: 0.7.0 → 1.9.0

 .../libmediaart/files/libmediaart-0.7.0-qt5.patch  | 47 +
 media-libs/libmediaart/libmediaart-0.4.0.ebuild| 60 
 media-libs/libmediaart/libmediaart-1.9.0.ebuild| 81 ++
 3 files changed, 128 insertions(+), 60 deletions(-)

diff --git a/media-libs/libmediaart/files/libmediaart-0.7.0-qt5.patch 
b/media-libs/libmediaart/files/libmediaart-0.7.0-qt5.patch
new file mode 100644
index 000..ecf9de9
--- /dev/null
+++ b/media-libs/libmediaart/files/libmediaart-0.7.0-qt5.patch
@@ -0,0 +1,47 @@
+Solves automagic selection of Qt version.
+
+https://bugs.gentoo.org/show_bug.cgi?id=523122
+https://bugzilla.gnome.org/show_bug.cgi?id=737174
+
+diff --git a/configure.ac b/configure.ac
+index e9ead09..3ee710a 100644
+--- a/configure.ac
 b/configure.ac
+@@ -206,6 +206,10 @@ AC_ARG_ENABLE(qt,
+   AS_HELP_STRING([--enable-qt],
+  [enable Qt support, (MP3 album art) 
[[default=auto]]]),,
+   [enable_qt=auto])
++AC_ARG_WITH(qt-version,
++AS_HELP_STRING([--with-qt-version=major],
++   [Force specific Qt version [[default=auto]]]),,
++[with_qt_version=auto])
+ 
+ selected_for_media_art=no  (disabled)
+ 
+@@ -218,14 +222,18 @@ if test x$enable_qt == xyes  test 
x$enable_gdkpixbuf == xyes; then
+ fi
+ 
+ if test x$enable_qt != xno  test x$enable_gdkpixbuf != xyes; then
+-   PKG_CHECK_MODULES(QT5,
+- [Qt5Gui = $QT5_REQUIRED],
+- [have_qt5=yes],
+- [have_qt5=no])
+-   PKG_CHECK_MODULES(QT4,
+- [QtGui = $QT4_REQUIRED],
+- [have_qt4=yes],
+- [have_qt4=no])
++   if test x$with_qt_version == xauto || test x$with_qt_version == 
x5; then
++   PKG_CHECK_MODULES(QT5,
++ [Qt5Gui = $QT5_REQUIRED],
++ [have_qt5=yes],
++ [have_qt5=no])
++   fi
++   if test x$with_qt_version == xauto || test x$with_qt_version == 
x4; then
++   PKG_CHECK_MODULES(QT4,
++ [QtGui = $QT4_REQUIRED],
++ [have_qt4=yes],
++ [have_qt4=no])
++   fi
+ 
+if test x$have_qt5 = xyes; then
+   BACKEND_CFLAGS=$QT5_CFLAGS -fPIC

diff --git a/media-libs/libmediaart/libmediaart-0.4.0.ebuild 
b/media-libs/libmediaart/libmediaart-0.4.0.ebuild
deleted file mode 100644
index 6fd519f..000
--- a/media-libs/libmediaart/libmediaart-0.4.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG=no
-VALA_USE_DEPEND=vapigen
-VALA_MIN_API_VERSION=0.16
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION=Manages, extracts and handles media art caches
-HOMEPAGE=https://github.com/curlybeast/libmediaart;
-
-LICENSE=LGPL-2.1+
-SLOT=1.0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
-IUSE=gtk +introspection qt4 qt5 vala
-REQUIRED_USE=
-   ?? ( gtk qt4 qt5 )
-   vala? ( introspection )
-
-
-RDEPEND=
-   =dev-libs/glib-2.35.1:2
-   gtk? ( =x11-libs/gdk-pixbuf-2.12:2 )
-   introspection? ( =dev-libs/gobject-introspection-1.30 )
-   qt4? ( dev-qt/qtgui:4 )
-   qt5? ( dev-qt/qtgui:5 )
-
-DEPEND=${RDEPEND}
-   =dev-util/gtk-doc-am-1.8
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-
-
-src_prepare() {
-   use vala  vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local myconf=
-   if use qt4 -o use qt5 ; then
-   myconf=${myconf} --enable-qt
-   else
-   myconf=${myconf} --disable-qt
-   fi
-
-   gnome2_src_configure \
-   --enable-unit-tests \
-   $(use_enable gtk gdkpixbuf) \
-   $(use_enable introspection) \
-   $(use_enable vala) \
-   ${myconf}
-}
-
-src_test() {
-   Xemake check
-}

diff --git a/media-libs/libmediaart/libmediaart-1.9.0.ebuild 
b/media-libs/libmediaart/libmediaart-1.9.0.ebuild
new file mode 100644
index 000..ca0fee9
--- /dev/null
+++ b/media-libs/libmediaart/libmediaart-1.9.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+VALA_USE_DEPEND=vapigen
+VALA_MIN_API_VERSION=0.16
+
+inherit autotools eutils gnome2 vala virtualx
+
+DESCRIPTION=Manages, extracts and handles media art caches
+HOMEPAGE=https://github.com/GNOME/libmediaart;
+
+LICENSE=LGPL-2.1+

[gentoo-commits] proj/gnome:master commit in: games-board/four-in-a-row/

2015-05-03 Thread Gilles Dartiguelongue
commit: ba061b02ff9868e1212df25e2f5fe30cbd7c5ad5
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May  3 21:19:45 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May  3 21:54:47 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ba061b02

games-board/four-in-a-row: 3.14.2 → 3.16.1

 .../four-in-a-row/four-in-a-row-3.16.1.ebuild  | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/games-board/four-in-a-row/four-in-a-row-3.16.1.ebuild 
b/games-board/four-in-a-row/four-in-a-row-3.16.1.ebuild
new file mode 100644
index 000..3d6aa58
--- /dev/null
+++ b/games-board/four-in-a-row/four-in-a-row-3.16.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+
+inherit gnome-games
+
+DESCRIPTION=Make lines of the same color to win
+HOMEPAGE=https://wiki.gnome.org/Apps/Four-in-a-row;
+
+LICENSE=GPL-2+
+SLOT=0
+KEYWORDS=~amd64 ~arm ~x86
+IUSE=
+
+RDEPEND=
+   dev-libs/glib:2
+   =gnome-base/librsvg-2.32
+   =media-libs/libcanberra-0.26[gtk3]
+   =x11-libs/gtk+-3.13.2:3
+
+DEPEND=${RDEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   =dev-util/intltool-0.50
+   virtual/pkgconfig
+



[gentoo-commits] gentoo-x86 commit in dev-haskell/test-framework-quickcheck2: ChangeLog test-framework-quickcheck2-0.2.12.2.ebuild test-framework-quickcheck2-0.2.5.ebuild test-framework-quickcheck2-0.

2015-05-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/03 22:02:39

  Modified: ChangeLog
  Removed:  test-framework-quickcheck2-0.2.12.2.ebuild
test-framework-quickcheck2-0.2.5.ebuild
test-framework-quickcheck2-0.3.0.3-r1.ebuild
test-framework-quickcheck2-0.3.0.1-r1.ebuild
test-framework-quickcheck2-0.2.12.3.ebuild
test-framework-quickcheck2-0.2.10.ebuild
test-framework-quickcheck2-0.2.12.1.ebuild
test-framework-quickcheck2-0.2.12-r1.ebuild
  Log:
  Dropped old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.38 dev-haskell/test-framework-quickcheck2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   6 Apr 2015 00:48:27 -   1.37
+++ ChangeLog   3 May 2015 22:02:39 -   1.38
@@ -1,6 +1,17 @@
 # ChangeLog for dev-haskell/test-framework-quickcheck2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.37 
2015/04/06 00:48:27 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.38 
2015/05/03 22:02:39 slyfox Exp $
+
+  03 May 2015; Sergei Trofimovich sly...@gentoo.org
+  -test-framework-quickcheck2-0.2.10.ebuild,
+  -test-framework-quickcheck2-0.2.12-r1.ebuild,
+  -test-framework-quickcheck2-0.2.12.1.ebuild,
+  -test-framework-quickcheck2-0.2.12.2.ebuild,
+  -test-framework-quickcheck2-0.2.12.3.ebuild,
+  -test-framework-quickcheck2-0.2.5.ebuild,
+  -test-framework-quickcheck2-0.3.0.1-r1.ebuild,
+  -test-framework-quickcheck2-0.3.0.3-r1.ebuild:
+  Dropped old.
 
 *test-framework-quickcheck2-0.3.0.3-r2 (06 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in app-admin/rackview: ChangeLog Manifest metadata.xml rackview-0.09-r3.ebuild

2015-05-03 Thread Mikle Kolyada (zlogene)
zlogene 15/05/03 23:19:04

  Removed:  ChangeLog Manifest metadata.xml
rackview-0.09-r3.ebuild
  Log:
  Package removal wrt bug #277670



[gentoo-commits] gentoo-x86 commit in dev-qt/qt-creator: qt-creator-3.2.2.ebuild qt-creator-3.4.0.ebuild ChangeLog

2015-05-03 Thread Davide Pesavento (pesa)
pesa15/05/04 00:09:31

  Modified: qt-creator-3.2.2.ebuild qt-creator-3.4.0.ebuild
ChangeLog
  Log:
  Add webkit USE flag wrt bug 538236. Remove unused debug USE flag from 3.4 
ebuild.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.8  dev-qt/qt-creator/qt-creator-3.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild?r1=1.7r2=1.8

Index: qt-creator-3.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-creator-3.2.2.ebuild 1 Apr 2015 20:57:55 -   1.7
+++ qt-creator-3.2.2.ebuild 4 May 2015 00:09:31 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild,v 
1.7 2015/04/01 20:57:55 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild,v 
1.8 2015/05/04 00:09:31 pesa Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@
 QTC_PLUGINS=(android autotools:autotoolsprojectmanager baremetal bazaar
clang:clangcodemodel clearcase cmake:cmakeprojectmanager cvs git
ios mercurial perforce python:pythoneditor qnx subversion valgrind)
-IUSE=debug doc test ${QTC_PLUGINS[@]%:*}
+IUSE=debug doc test webkit ${QTC_PLUGINS[@]%:*}
 
 # minimum Qt version required
 QT_PV=4.8.5:4
@@ -47,8 +47,9 @@
=dev-qt/qtscript-${QT_PV}
=dev-qt/qtsql-${QT_PV}
=dev-qt/qtsvg-${QT_PV}[accessibility]
-   =sys-devel/gdb-7.4[client(+),python]
+   =sys-devel/gdb-7.5[client,python]
clang? ( =sys-devel/clang-3.2:= )
+   webkit? ( =dev-qt/qtwebkit-${QT_PV} )
 
 DEPEND=${RDEPEND}
virtual/pkgconfig
@@ -75,6 +76,12 @@
fi
done
 
+   # automagic dep on qtwebkit (bug 538236)
+   if ! use webkit; then
+   sed -i -e 's/contains(QT_CONFIG, webkit).*$/DEFINES += 
QT_NO_WEBKIT/' \
+   src/plugins/help/help.pro || die failed to disable 
webkit
+   fi
+
# disable broken or unreliable tests
sed -i -e '/lexer/d' tests/auto/cplusplus/cplusplus.pro || die
sed -i -e '/dumpers\.pro/d' tests/auto/debugger/debugger.pro || die
@@ -112,9 +119,10 @@
# install documentation
if use doc; then
emake docs
-   insinto /usr/share/doc/${PF}
+   # don't use ${PF} or the doc will not be found
+   insinto /usr/share/doc/qtcreator
doins share/doc/qtcreator/qtcreator{,-dev}.qch
-   docompress -x /usr/share/doc/${PF}/qtcreator{,-dev}.qch
+   docompress -x /usr/share/doc/qtcreator/qtcreator{,-dev}.qch
fi
 
# install desktop file



1.3  dev-qt/qt-creator/qt-creator-3.4.0.ebuild

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

Index: qt-creator-3.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-creator-3.4.0.ebuild 28 Apr 2015 16:11:47 -  1.2
+++ qt-creator-3.4.0.ebuild 4 May 2015 00:09:31 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.4.0.ebuild,v 
1.2 2015/04/28 16:11:47 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.4.0.ebuild,v 
1.3 2015/05/04 00:09:31 pesa Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@
 QTC_PLUGINS=('android:android|qmakeandroidsupport' 
autotools:autotoolsprojectmanager baremetal
bazaar clang:clangcodemodel clearcase cmake:cmakeprojectmanager cvs git 
ios mercurial
perforce python:pythoneditor qbs:qbsprojectmanager qnx subversion 
valgrind winrt)
-IUSE=debug doc systemd test ${QTC_PLUGINS[@]%:*}
+IUSE=doc systemd test webkit ${QTC_PLUGINS[@]%:*}
 
 # minimum Qt version required
 QT_PV=5.3.2:5
@@ -59,6 +59,7 @@
clang? ( =sys-devel/clang-3.2:= )
qbs? ( 

[gentoo-commits] proj/sci:master commit in: media-gfx/brlcad/, media-gfx/brlcad/files/

2015-05-03 Thread Andrew Savchenko
commit: f83326e76d9b6d20c937e3d1f6889774128e0126
Author: Dongxu Li dongxuli2011 AT gmail DOT com
AuthorDate: Tue Apr 28 19:45:12 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Tue Apr 28 20:26:26 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f83326e7

media-gfx/brlcad: version bump: 7.24.2

 media-gfx/brlcad/ChangeLog |  4 ++
 media-gfx/brlcad/brlcad-7.22.0.ebuild  | 15 +++---
 .../{brlcad-7.20.4.ebuild = brlcad-7.24.0.ebuild} | 33 ++--
 .../{brlcad-7.20.4.ebuild = brlcad-7.24.2.ebuild} | 60 +++---
 media-gfx/brlcad/brlcad-.ebuild| 53 ++-
 media-gfx/brlcad/files/brlcad-7.24.2-cmake.patch   | 13 +
 6 files changed, 99 insertions(+), 79 deletions(-)

diff --git a/media-gfx/brlcad/ChangeLog b/media-gfx/brlcad/ChangeLog
index d513a93..7f24f5e 100644
--- a/media-gfx/brlcad/ChangeLog
+++ b/media-gfx/brlcad/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/media-gfx/brlcad/ChangeLog,v 1.3 2011/04/18 
22:47:37 dilfridge Exp $
 
+  28 April 2015; Dongxu Li dongxuli2...@gmail.com
+  +brlcad-7.24.2.ebuild, brlcad-7.24.0.ebuild, brlcad-.ebuild:
+  Version bumped to 7.24.2
+
   4 July 2013; Dongxu Li dongxuli2...@gmail.com +brlcad-7.24.0.ebuild:
   Version bumped to 7.24.0
 

diff --git a/media-gfx/brlcad/brlcad-7.22.0.ebuild 
b/media-gfx/brlcad/brlcad-7.22.0.ebuild
index 7eae12b..b089f9d 100644
--- a/media-gfx/brlcad/brlcad-7.22.0.ebuild
+++ b/media-gfx/brlcad/brlcad-7.22.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 inherit cmake-utils eutils java-pkg-2 flag-o-matic
 
 DESCRIPTION=Constructive solid geometry modeling system
@@ -14,12 +14,12 @@ SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=benchmarks debug doc examples java opengl smp
 
-RDEPEND=media-libs/libpng
+RDEPEND=media-libs/libpng:0
sys-libs/zlib
=sci-libs/tnt-3
sci-libs/jama
-   dev-lang/tcl-8.6
-   dev-lang/tk-8.6
+   dev-lang/tcl-8.6:0
+   dev-lang/tk-8.6:0
dev-tcltk/itcl-4.0
dev-tcltk/itk-4.0
dev-tcltk/iwidgets
@@ -29,14 +29,14 @@ RDEPEND=media-libs/libpng
media-libs/urt
x11-libs/libXt
x11-libs/libXi
-   java? ( =virtual/jre-1.5 )
+   java? ( =virtual/jre-1.5:* )

 
 DEPEND=${RDEPEND}
sys-devel/bison
sys-devel/flex
dev-tcltk/tktable
-   =virtual/jre-1.5
+   =virtual/jre-1.5:*
doc? (
dev-libs/libxslt
app-doc/doxygen
@@ -50,7 +50,6 @@ BRLCAD_DIR=${EPREFIX}/usr/${PN}
 
 src_configure() {
 filter-flags -std=c++0x
-append-ldflags $(no-as-needed)
if use Debug; then
CMAKE_BUILD_TYPE=Debug
else

diff --git a/media-gfx/brlcad/brlcad-7.20.4.ebuild 
b/media-gfx/brlcad/brlcad-7.24.0.ebuild
similarity index 84%
copy from media-gfx/brlcad/brlcad-7.20.4.ebuild
copy to media-gfx/brlcad/brlcad-7.24.0.ebuild
index 39a6f49..7f3a439 100644
--- a/media-gfx/brlcad/brlcad-7.20.4.ebuild
+++ b/media-gfx/brlcad/brlcad-7.24.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 inherit cmake-utils eutils java-pkg-2 flag-o-matic
 
 DESCRIPTION=Constructive solid geometry modeling system
@@ -14,14 +14,14 @@ SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=benchmarks debug doc examples java opengl smp
 
-RDEPEND=media-libs/libpng
+RDEPEND=media-libs/libpng:0
sys-libs/zlib
=sci-libs/tnt-3
sci-libs/jama
-   =dev-lang/tcl-8.5
-   =dev-lang/tk-8.5
-   =dev-tcltk/itcl-3.4*
-   =dev-tcltk/itk-3.4*
+   dev-lang/tcl-8.6:0
+   dev-lang/tk-8.6:0
+   dev-tcltk/itcl-4.0
+   dev-tcltk/itk-4.0
dev-tcltk/iwidgets
dev-tcltk/tkimg
dev-tcltk/tkpng
@@ -29,14 +29,14 @@ RDEPEND=media-libs/libpng
media-libs/urt
x11-libs/libXt
x11-libs/libXi
-   java? ( =virtual/jre-1.5 )
+   java? ( =virtual/jre-1.5:* )

 
 DEPEND=${RDEPEND}
sys-devel/bison
sys-devel/flex
dev-tcltk/tktable
-   =virtual/jre-1.5
+   =virtual/jre-1.5:*
doc? (
dev-libs/libxslt
app-doc/doxygen
@@ -44,13 +44,12 @@ DEPEND=${RDEPEND}
 
 BRLCAD_DIR=${EPREFIX}/usr/${PN}
 
-src_prepare() {
-   epatch ${FILESDIR}/${P}-cmake.patch
-}
+#src_prepare() {
+#  epatch ${FILESDIR}/${P}-cmake.patch
+#}
 
 src_configure() {
 filter-flags -std=c++0x
-append-ldflags $(no-as-needed)
if use Debug; then
CMAKE_BUILD_TYPE=Debug
else
@@ -58,12 +57,12 @@ append-ldflags $(no-as-needed)

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

2015-05-03 Thread Andrew Savchenko
commit: ca6aa8f3d81da164bcc321e211b25a1475dcd5fd
Author: Dongxu Li dongxuli2011 AT gmail DOT com
AuthorDate: Wed Apr 29 00:46:11 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Wed Apr 29 00:46:17 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ca6aa8f3

media-gfx/brlcad: Fixed a deps issue

 media-gfx/brlcad/ChangeLog| 4 ++--
 media-gfx/brlcad/brlcad-7.24.2.ebuild | 2 --
 media-gfx/brlcad/brlcad-.ebuild   | 2 --
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/media-gfx/brlcad/ChangeLog b/media-gfx/brlcad/ChangeLog
index 7f24f5e..98759c5 100644
--- a/media-gfx/brlcad/ChangeLog
+++ b/media-gfx/brlcad/ChangeLog
@@ -3,8 +3,8 @@
 # $Header: /var/cvsroot/gentoo-x86/media-gfx/brlcad/ChangeLog,v 1.3 2011/04/18 
22:47:37 dilfridge Exp $
 
   28 April 2015; Dongxu Li dongxuli2...@gmail.com
-  +brlcad-7.24.2.ebuild, brlcad-7.24.0.ebuild, brlcad-.ebuild:
-  Version bumped to 7.24.2
+  brlcad-7.24.2.ebuild, brlcad-.ebuild:
+  Fixed a deps issue
 
   4 July 2013; Dongxu Li dongxuli2...@gmail.com +brlcad-7.24.0.ebuild:
   Version bumped to 7.24.0

diff --git a/media-gfx/brlcad/brlcad-7.24.2.ebuild 
b/media-gfx/brlcad/brlcad-7.24.2.ebuild
index b1bffea..23ac7c0 100644
--- a/media-gfx/brlcad/brlcad-7.24.2.ebuild
+++ b/media-gfx/brlcad/brlcad-7.24.2.ebuild
@@ -25,8 +25,6 @@ DEPEND=${RDEPEND}
sys-devel/bison
sys-devel/flex
media-libs/libpng:0
-   dev-tcltk/tkimg
-   dev-tcltk/tkpng
dev-lang/tcl-8.6:0
dev-lang/tk-8.6:0
dev-tcltk/tktable

diff --git a/media-gfx/brlcad/brlcad-.ebuild 
b/media-gfx/brlcad/brlcad-.ebuild
index e96e498..5b5a2a3 100644
--- a/media-gfx/brlcad/brlcad-.ebuild
+++ b/media-gfx/brlcad/brlcad-.ebuild
@@ -25,8 +25,6 @@ DEPEND=${RDEPEND}
sys-devel/bison
sys-devel/flex
media-libs/libpng:0
-   dev-tcltk/tkimg
-   dev-tcltk/tkpng
dev-lang/tcl-8.6:0
dev-lang/tk-8.6:0
dev-tcltk/tktable



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

2015-05-03 Thread Andrew Savchenko
commit: 8454de206d9c8fb4937847ce155776a808868b1b
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Sun Apr 26 10:06:32 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Sun Apr 26 10:06:32 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8454de20

sci-libs/armadillo: Version bump

Package-Manager: portage-2.2.14

 sci-libs/armadillo/ChangeLog|   6 ++
 sci-libs/armadillo/armadillo-5.000.1.ebuild | 112 
 2 files changed, 118 insertions(+)

diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
index fcab445..91f7874 100644
--- a/sci-libs/armadillo/ChangeLog
+++ b/sci-libs/armadillo/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*armadillo-5.000.1 (26 Apr 2015)
+
+  26 Apr 2015; Marius Brehler mar...@linux.sungazer.de
+  +armadillo-5.000.1.ebuild:
+  Version bump
+
   03 Apr 2015; Marius Brehler mar...@linux.sungazer.de
   -armadillo-4.600.2.ebuild, -armadillo-4.600.4.ebuild,
   -armadillo-4.650.2.ebuild:

diff --git a/sci-libs/armadillo/armadillo-5.000.1.ebuild 
b/sci-libs/armadillo/armadillo-5.000.1.ebuild
new file mode 100644
index 000..8d63e06
--- /dev/null
+++ b/sci-libs/armadillo/armadillo-5.000.1.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-4.650.4.ebuild,v 1.1 
2015/04/03 12:32:07 jlec Exp $
+
+EAPI=5
+
+CMAKE_IN_SOURCE_BUILD=1
+
+inherit cmake-utils toolchain-funcs multilib eutils
+
+DESCRIPTION=Streamlined C++ linear algebra library
+HOMEPAGE=http://arma.sourceforge.net/;
+SRC_URI=mirror://sourceforge/arma/${P}.tar.gz
+
+LICENSE=MPL-2.0
+SLOT=0/4
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=arpack atlas blas debug doc examples hdf5 lapack mkl tbb test
+REQUIRED_USE=test? ( lapack )
+
+RDEPEND=
+   dev-libs/boost
+   arpack? ( sci-libs/arpack )
+   atlas? ( sci-libs/atlas[lapack] )
+   blas? ( virtual/blas )
+   lapack? ( virtual/lapack )
+DEPEND=${RDEPEND}
+   arpack? ( virtual/pkgconfig )
+   atlas? ( virtual/pkgconfig )
+   blas? ( virtual/pkgconfig )
+   hdf5? ( sci-libs/hdf5 )
+   lapack? ( virtual/pkgconfig )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )
+PDEPEND=${RDEPEND}
+   hdf5? ( sci-libs/hdf5 )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )
+
+src_prepare() {
+   # avoid the automagic cmake macros
+   sed -i -e '/ARMA_Find/d' CMakeLists.txt || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_LIB_DIR=${EPREFIX}/usr/$(get_libdir)
+   $(cmake-utils_use debug ARMA_EXTRA_DEBUG)
+   $(cmake-utils_use mkl ARMA_USE_MKL_ALLOC)
+   $(cmake-utils_use tbb ARMA_USE_TBB_ALLOC)
+   )
+   if use arpack; then
+   mycmakeargs+=(
+   -DARPACK_FOUND=ON
+   -DARPACK_LIBRARY=$($(tc-getPKG_CONFIG) --libs arpack)
+   )
+   fi
+   if use atlas; then
+   local c=atlas-cblas l=atlas-clapack
+   $(tc-getPKG_CONFIG) --exists ${c}-threads  c+=-threads
+   $(tc-getPKG_CONFIG) --exists ${l}-threads  l+=-threads
+   mycmakeargs+=(
+   -DCBLAS_FOUND=ON
+   -DCBLAS_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')
+   -DCBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${c})
+   -DCLAPACK_FOUND=ON
+   -DCLAPACK_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')
+   -DCLAPACK_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${l})
+   )
+   fi
+   if use blas; then
+   mycmakeargs+=(
+   -DBLAS_FOUND=ON
+   -DBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs blas)
+   )
+   fi
+   if use hdf5; then
+   mycmakeargs+=(
+   -DHDF5_FOUND=ON
+   -DHDF5_LIBRARIES=-lhdf5
+   )
+   fi
+   if use lapack; then
+   mycmakeargs+=(
+   -DLAPACK_FOUND=ON
+   -DLAPACK_LIBRARIES=$($(tc-getPKG_CONFIG) --libs 
lapack)
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_test() {
+   pushd examples  /dev/null
+   emake \
+   CXXFLAGS=-I../include ${CXXFLAGS} -DARMA_USE_BLAS 
-DARMA_USE_LAPACK \
+   EXTRA_LIB_FLAGS=-L.. $($(tc-getPKG_CONFIG) --libs blas lapack)
+   LD_LIBRARY_PATH=..:${LD_LIBRARY_PATH} ./example1 || die
+   LD_LIBRARY_PATH=..:${LD_LIBRARY_PATH} ./example2 || die
+   emake clean
+   popd  /dev/null
+}
+
+src_install() {
+   

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

2015-05-03 Thread Andrew Savchenko
commit: 47ece0ee4df44e83e3501bcfa8799ed0030ed977
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Sun Apr 26 09:29:38 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Sun Apr 26 09:29:59 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=47ece0ee

sci-mathematics/netgen: Bump to EAPI=5; Update Manifest (Bug #407)

Package-Manager: portage-2.2.14

 sci-mathematics/netgen/ChangeLog   |  6 --
 sci-mathematics/netgen/netgen-5.0.0.ebuild | 12 ++--
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sci-mathematics/netgen/ChangeLog b/sci-mathematics/netgen/ChangeLog
index f8dc833..665d587 100644
--- a/sci-mathematics/netgen/ChangeLog
+++ b/sci-mathematics/netgen/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/netgen
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2015; Marius Brehler mar...@linux.sungazer.de netgen-5.0.0.ebuild:
+  Bump to EAPI=5; Update Manifest (Bug #407)
+
   14 Mar 2011; Justin Lecher j...@gentoo.org netgen-4.9.13.ebuild:
   Moved media-libs/jpeg - virtual/jpeg
 
@@ -52,4 +55,3 @@
   Initial import. See bug #155424 for anything relating the building process.
   Ebuild from Daniel Tourde daniel.tou...@caelae.se and Oliver Borm
   oli.b...@web.de.
-

diff --git a/sci-mathematics/netgen/netgen-5.0.0.ebuild 
b/sci-mathematics/netgen/netgen-5.0.0.ebuild
index 2e8a7a4..057d935 100644
--- a/sci-mathematics/netgen/netgen-5.0.0.ebuild
+++ b/sci-mathematics/netgen/netgen-5.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 inherit autotools eutils flag-o-matic multilib versionator
 
@@ -71,12 +71,12 @@ src_install() {
echo -e NETGENDIR=${NETGENDIR} \nLDPATH=/usr/$(get_libdir)/Togl1.7  
./99netgen
doenvd 99netgen
 
-   emake DESTDIR=${D} install || die make install failed
-   mv ${D}/usr/bin/{*.tcl,*.ocf} ${D}${NETGENDIR}
+   emake DESTDIR=${D} install
+   mv ${D}/usr/bin/{*.tcl,*.ocf} ${D}${NETGENDIR} || die
 
# Install icon and .desktop for menu entry
-   doicon ${FILESDIR}/${PN}.png || die doicon failed
-   domenu ${FILESDIR}/${PN}.desktop || die domenu failed
+   doicon ${FILESDIR}/${PN}.png
+   domenu ${FILESDIR}/${PN}.desktop
 }
 
 pkg_postinst() {



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

2015-05-03 Thread Andrew Savchenko
commit: 5b934429d4754e4967288ff9d1b56b720362d00e
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Sun Apr 26 09:42:11 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Sun Apr 26 09:42:11 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b934429

sci-biology/tmhmm: Bump to EAPI=5 and cleanup

Package-Manager: portage-2.2.14

 sci-biology/tmhmm/ChangeLog |  6 --
 sci-biology/tmhmm/tmhmm-2.0c.ebuild | 12 
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/sci-biology/tmhmm/ChangeLog b/sci-biology/tmhmm/ChangeLog
index 8ab8d4d..ac2c4a8 100644
--- a/sci-biology/tmhmm/ChangeLog
+++ b/sci-biology/tmhmm/ChangeLog
@@ -1,11 +1,13 @@
 # ChangeLog for sci-biology/tmhmm
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2015; Marius Brehler mar...@linux.sungazer.de tmhmm-2.0c.ebuild:
+  Bump to EAPI=5 and cleanup
+
   27 Jun 2010; Andreas K. Huettel (dilfridge) m...@akhuettel.de
   tmhmm-2.0c.ebuild, -tmhmm:
   QA fixes
 
   21 Aug 2009; Andrey Kislyuk wea...@gentoo.org ChangeLog:
   New package, ebuild written by me
-

diff --git a/sci-biology/tmhmm/tmhmm-2.0c.ebuild 
b/sci-biology/tmhmm/tmhmm-2.0c.ebuild
index 7c4e7a6..4fab9e6 100644
--- a/sci-biology/tmhmm/tmhmm-2.0c.ebuild
+++ b/sci-biology/tmhmm/tmhmm-2.0c.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 DESCRIPTION=Prediction of transmembrane helices in proteins
 HOMEPAGE=http://www.cbs.dtu.dk/services/TMHMM/;
@@ -10,12 +10,8 @@ SRC_URI=${P}.Linux.tar.gz
 
 LICENSE=tmhmm
 SLOT=0
-IUSE=
 KEYWORDS=~amd64 ~x86
 
-DEPEND=
-RDEPEND=
-
 RESTRICT=fetch
 
 S=TMHMM${PV}
@@ -32,9 +28,9 @@ src_prepare() {
 
 src_install() {
exeinto /opt/${PN}/bin
-   doexe bin/* || die
+   doexe bin/*
insinto /opt/${PN}/lib
-   doins lib/* || die
+   doins lib/*
dosym /opt/${PN}/bin/tmhmm /usr/bin/tmhmm
dodoc README TMHMM2.0.html
 }



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

2015-05-03 Thread Andrew Savchenko
commit: b67d3a325cfbb1c94657c9c9ce4e9806e2a19437
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Sun Apr 26 09:39:46 2015 +
Commit: Andrew Savchenko bircoph AT gentoo DOT org
CommitDate: Sun Apr 26 09:39:46 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b67d3a32

sci-biology/signalp: Bump to EAPI=5

Package-Manager: portage-2.2.14

 sci-biology/signalp/ChangeLog  | 6 --
 sci-biology/signalp/signalp-3.0.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/sci-biology/signalp/ChangeLog b/sci-biology/signalp/ChangeLog
index 7321c88..f5136c0 100644
--- a/sci-biology/signalp/ChangeLog
+++ b/sci-biology/signalp/ChangeLog
@@ -1,11 +1,13 @@
 # ChangeLog for sci-biology/signalp
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2015; Marius Brehler mar...@linux.sungazer.de signalp-3.0.ebuild:
+  Bump to EAPI=5
+
   27 Jun 2010; Andreas K. Huettel (dilfridge) m...@akhuettel.de
   signalp-3.0.ebuild:
   QA fixes
 
   01 Apr 2009; Andrey Kislyuk wea...@gentoo.org ChangeLog:
   New package sci-biology/signalp, ebuild written by me
-

diff --git a/sci-biology/signalp/signalp-3.0.ebuild 
b/sci-biology/signalp/signalp-3.0.ebuild
index d91a964..f463c67 100644
--- a/sci-biology/signalp/signalp-3.0.ebuild
+++ b/sci-biology/signalp/signalp-3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 DESCRIPTION=Prediction of signal peptide cleavage sites in amino acid 
sequences
 HOMEPAGE=http://www.cbs.dtu.dk/services/SignalP/;
@@ -32,7 +32,7 @@ src_prepare() {
 }
 
 src_install() {
-   dobin signalp || die
+   dobin signalp
insinto /opt/${P}
doins -r bin hmm how mod syn* test
exeinto /opt/${P}/bin



[gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/

2015-05-03 Thread José María Alonso
commit: aa0b36a198ef3b59e0bb9f8f46c8bb8cba2c5051
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Sun May  3 21:39:28 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Sun May  3 21:39:28 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=aa0b36a1

dev-lisp/terminfo: update live ebuild git uri

 dev-lisp/terminfo/terminfo-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/terminfo/terminfo-.ebuild 
b/dev-lisp/terminfo/terminfo-.ebuild
index 02e5536..5a11ea0 100644
--- a/dev-lisp/terminfo/terminfo-.ebuild
+++ b/dev-lisp/terminfo/terminfo-.ebuild
@@ -8,7 +8,7 @@ inherit common-lisp-3 git-2
 
 DESCRIPTION=Common Lisp interface to the terminfo database.
 HOMEPAGE=http://users.actrix.co.nz/mycroft/cl.html;
-EGIT_REPO_URI=git://common-lisp.net/projects/linedit/linedit.git
+EGIT_REPO_URI=https://gitlab.common-lisp.net/linedit/linedit.git;
 
 LICENSE=BSD-2
 SLOT=0



[gentoo-commits] proj/lisp:master commit in: dev-lisp/linedit/

2015-05-03 Thread José María Alonso
commit: af3654ca5152edafc6ca2e4683cf040876d45e49
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Sun May  3 22:05:56 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Sun May  3 22:05:56 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=af3654ca

dev-lisp/linedit: fix live ebuild

 dev-lisp/linedit/linedit-.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/linedit/linedit-.ebuild 
b/dev-lisp/linedit/linedit-.ebuild
index 6151256..93cef14 100644
--- a/dev-lisp/linedit/linedit-.ebuild
+++ b/dev-lisp/linedit/linedit-.ebuild
@@ -8,11 +8,10 @@ inherit common-lisp-3 eutils flag-o-matic git-2 multilib 
toolchain-funcs
 
 DESCRIPTION=Linedit is a readline-style library written in Common Lisp.
 HOMEPAGE=http://www.common-lisp.net/project/linedit/;
-EGIT_REPO_URI=git://common-lisp.net/projects/${PN}/${PN}.git
+EGIT_REPO_URI=https://gitlab.common-lisp.net/${PN}/${PN}.git;
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~x86
 IUSE=
 
 RDEPEND=!dev-lisp/cl-${PN}
@@ -40,6 +39,11 @@ create_uffi_loader() {
EOF
 }
 
+cleanup_terminfo_files() {
+   rm ${D}/${CLSOURCEROOT}/${PN}/terminfo.lisp || die
+   rm ${D}/${CLSYSTEMROOT}/terminfo.asd || die
+}
+
 src_prepare() {
epatch ${FILESDIR}/${PV}-${PN}.asd-uffi-glue-gentoo.patch
create_uffi_loader
@@ -57,6 +61,7 @@ src_compile() {
 src_install() {
common-lisp-install-sources *.lisp ports/
common-lisp-install-asdf
+   cleanup_terminfo_files
exeinto /usr/$(get_libdir)/${PN}
doexe *.so
 }



[gentoo-commits] proj/gnome:pending-eva commit in: games-board/iagno/

2015-05-03 Thread Gilles Dartiguelongue
commit: 0fec648d89ebee996c171f94e75ff400b42c9a1c
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May  3 21:59:02 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May  3 21:59:02 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0fec648d

games-board/iagno: 3.14.2 → 3.16.1

 games-board/iagno/iagno-3.16.1.ebuild | 40 +++
 1 file changed, 40 insertions(+)

diff --git a/games-board/iagno/iagno-3.16.1.ebuild 
b/games-board/iagno/iagno-3.16.1.ebuild
new file mode 100644
index 000..9d56d9d
--- /dev/null
+++ b/games-board/iagno/iagno-3.16.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+VALA_MIN_API_VERSION=0.28
+
+inherit gnome-games vala
+
+DESCRIPTION=Dominate the board in a classic version of Reversi
+HOMEPAGE=https://wiki.gnome.org/Apps/Iagno;
+
+LICENSE=LGPL-2+
+SLOT=0
+KEYWORDS=~amd64 ~arm ~x86
+IUSE=
+
+COMMON_DEPEND=
+   =dev-libs/glib-2.40:2
+   =gnome-base/librsvg-2.32.0
+   =media-libs/libcanberra-0.26[gtk3]
+   =x11-libs/gtk+-3.15:3
+
+RDEPEND=${COMMON_DEPEND}
+   !x11-themes/gnome-themes-standard-3.14
+
+DEPEND=${COMMON_DEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   =dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+
+
+src_prepare() {
+   gnome-games_src_prepare
+   vala_src_prepare
+}



[gentoo-commits] gentoo-x86 commit in dev-perl/Net-LDAP-Server: - New directory

2015-05-03 Thread Richard Farina (zerochaos)
zerochaos15/05/04 02:50:05

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Net-LDAP-Server added to the 
repository



[gentoo-commits] gentoo-x86 commit in net-misc/openssh/files: sshd.rc6.4

2015-05-03 Thread Mike Frysinger (vapier)
vapier  15/05/04 02:56:25

  Modified: sshd.rc6.4
  Log:
  Clean up depend scan logic a bit.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  net-misc/openssh/files/sshd.rc6.4

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/sshd.rc6.4?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/sshd.rc6.4?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/sshd.rc6.4?r1=1.4r2=1.5

Index: sshd.rc6.4
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6.4,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sshd.rc6.4  13 Apr 2015 05:12:11 -  1.4
+++ sshd.rc6.4  4 May 2015 02:56:25 -   1.5
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6.4,v 1.4 
2015/04/13 05:12:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6.4,v 1.5 
2015/05/04 02:56:25 vapier Exp $
 
 extra_commands=checkconfig
 extra_started_commands=reload
@@ -13,26 +13,24 @@
 
 depend() {
use logger dns
-   if [ ${rc_need+set} = set ]; then
+   if [ ${rc_need+set} = set ] ; then
: # Do nothing, the user has explicitly set rc_need
else
-   warn_addr=''
+   local x warn_addr
for x in $(awk '/^ListenAddress/{ print $2 }' $SSHD_CONFIG 
2/dev/null) ; do
-   case $x in
+   case ${x} in
0.0.0.0|0.0.0.0:*) ;;
::|\[::\]*) ;;
-   *) warn_addr=${warn_addr} $x ;;
+   *) warn_addr=${warn_addr} ${x} ;;
esac
done
-   unset x
-   if [ ${warn_addr:+set} = set ]; then
+   if [ -n ${warn_addr} ] ; then
need net
ewarn You are binding an interface in ListenAddress 
statement in your sshd_config!
ewarn You must add rc_need=\net.FOO\ to your 
/etc/conf.d/sshd
ewarn where FOO is the interface(s) providing the 
following address(es):
ewarn ${warn_addr}
fi
-   unset warn_addr
fi
 }
 






[gentoo-commits] gentoo-x86 commit in dev-libs/protobuf-c: metadata.xml ChangeLog

2015-05-03 Thread Tim Harder (radhermit)
radhermit15/05/04 03:19:30

  Modified: metadata.xml ChangeLog
  Log:
  Remove myself as maintainer.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.2  dev-libs/protobuf-c/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml27 Jul 2012 06:32:05 -  1.1
+++ metadata.xml4 May 2015 03:19:29 -   1.2
@@ -2,7 +2,6 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
maintainer
-   emailradher...@gentoo.org/email
-   nameTim Harder/name
+   emailmaintainer-nee...@gentoo.org/email
/maintainer
 /pkgmetadata



1.20 dev-libs/protobuf-c/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Apr 2015 11:54:17 -  1.19
+++ ChangeLog   4 May 2015 03:19:29 -   1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/protobuf-c
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.19 
2015/04/25 11:54:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.20 
2015/05/04 03:19:29 radhermit Exp $
+
+  04 May 2015; Tim Harder radher...@gentoo.org metadata.xml:
+  Remove myself as maintainer.
 
   25 Apr 2015; Jeroen Roovers j...@gentoo.org protobuf-c-1.1.1.ebuild:
   Marked ~ppc64 too.






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

2015-05-03 Thread Mike Frysinger (vapier)
vapier  15/05/04 03:52:12

  Modified: ChangeLog
  Added:util-linux-2.26.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.506
retrieving revision 1.507
diff -u -r1.506 -r1.507
--- ChangeLog   4 May 2015 03:51:15 -   1.506
+++ ChangeLog   4 May 2015 03:52:12 -   1.507
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.506 
2015/05/04 03:51:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.507 
2015/05/04 03:52:12 vapier Exp $
+
+*util-linux-2.26.2 (04 May 2015)
+
+  04 May 2015; Mike Frysinger vap...@gentoo.org +util-linux-2.26.2.ebuild:
+  Version bump.
 
   04 May 2015; Mike Frysinger vap...@gentoo.org util-linux-2.25.2-r2.ebuild,
   +files/util-linux-2.25-parallel-setarch.patch:



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

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

Index: util-linux-2.26.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild,v 1.1 
2015/05/04 03:52:12 vapier Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

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

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

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

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

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

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

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

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

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

S=${WORKDIR}/${MY_P}

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

src_prepare() {
epatch ${FILESDIR}/${PN}-2.25-parallel-setarch.patch #511812
if [[ ${PV} ==  ]] ; then
po/update-potfiles
eautoreconf
fi
elibtoolize
}

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

multilib_src_configure() {
lfs_fallocate_test
export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) 
#485486
export 

  1   2   3   >