[gentoo-commits] gentoo-x86 commit in dev-ruby/childprocess: ChangeLog childprocess-0.5.5.ebuild

2014-10-04 Thread Hans de Graaff (graaff)
graaff  14/10/04 06:20:28

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

Revision  ChangesPath
1.53 dev-ruby/childprocess/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   16 Aug 2014 14:01:49 -  1.52
+++ ChangeLog   4 Oct 2014 06:20:28 -   1.53
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/childprocess
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.52 
2014/08/16 14:01:49 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.53 
2014/10/04 06:20:28 graaff Exp $
+
+*childprocess-0.5.5 (04 Oct 2014)
+
+  04 Oct 2014; Hans de Graaff gra...@gentoo.org +childprocess-0.5.5.ebuild:
+  Version bump.
 
 *childprocess-0.5.3-r1 (16 Aug 2014)
 



1.1  dev-ruby/childprocess/childprocess-0.5.5.ebuild

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

Index: childprocess-0.5.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.5.ebuild,v 1.1 
2014/10/04 06:20:28 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_TASK_DOC=yard
RUBY_FAKEGEM_EXTRADOC=README.md

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=A simple and reliable solution for controlling external programs 
running in the background
HOMEPAGE=https://github.com/jarib/childprocess;

LICENSE=MIT
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

ruby_add_bdepend doc? ( dev-ruby/yard dev-ruby/rspec:2 )

ruby_add_rdepend =dev-ruby/ffi-1.0.11

all_ruby_prepare() {
# Remove bundler support
rm Gemfile || die
sed -i -e /[Bb]undler/d Rakefile || die
sed -i -e /[Cc]overalls/d spec/spec_helper.rb || die
sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/webmock: ChangeLog webmock-1.19.0.ebuild

2014-10-04 Thread Hans de Graaff (graaff)
graaff  14/10/04 06:58:47

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

Revision  ChangesPath
1.31 dev-ruby/webmock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webmock/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   15 Aug 2014 14:32:50 -  1.30
+++ ChangeLog   4 Oct 2014 06:58:47 -   1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/webmock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webmock/ChangeLog,v 1.30 
2014/08/15 14:32:50 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webmock/ChangeLog,v 1.31 
2014/10/04 06:58:47 graaff Exp $
+
+*webmock-1.19.0 (04 Oct 2014)
+
+  04 Oct 2014; Hans de Graaff gra...@gentoo.org +webmock-1.19.0.ebuild:
+  Version bump.
 
   15 Aug 2014; Anthony G. Basile bluen...@gentoo.org webmock-1.18.0.ebuild,
   webmock-1.7.4.ebuild:



1.1  dev-ruby/webmock/webmock-1.19.0.ebuild

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

Index: webmock-1.19.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webmock/webmock-1.19.0.ebuild,v 1.1 
2014/10/04 06:58:47 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_TASK_TEST=test spec NO_CONNECTION=true

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

inherit ruby-fakegem

DESCRIPTION=Allows stubbing HTTP requests and setting expectations on HTTP 
requests
HOMEPAGE=http://github.com/bblimke/webmock;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris
IUSE=

ruby_add_rdepend =dev-ruby/addressable-2.3.6 =dev-ruby/crack-0.3.2

ruby_add_bdepend test? (
dev-ruby/rspec:2
=dev-ruby/httpclient-2.2.4
)

# These are not supported for jruby.
USE_RUBY=ruby19 ruby20 ruby_add_bdepend test? ( =dev-ruby/patron-0.4.18 
=dev-ruby/http-0.5.0 )

all_ruby_prepare() {
# Remove bundler support
rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile || die

# There is now optional support for curb and typhoeus which we don't
# have in Gentoo yet. em_http_request is available in Gentoo but its
# version is too old.
sed -i -e '/\(curb\|typhoeus\|em-http\)/d' spec/spec_helper.rb || die
rm spec/acceptance/{typhoeus,curb,excon,em_http_request}/* || die
}

each_ruby_prepare() {
case ${RUBY} in
*jruby)
sed -i -e '/http_gem/d' spec/spec_helper.rb || die
rm spec/acceptance/http_gem/* || die
;;
esac
}

each_ruby_test() {
each_fakegem_test

einfo Delay to allow the test server to stop
sleep 10
}






[gentoo-commits] gentoo-x86 commit in net-misc/apt-cacher-ng: apt-cacher-ng-0.8.0_rc4.ebuild ChangeLog apt-cacher-ng-0.8.0_pre3.ebuild apt-cacher-ng-0.8.0_rc3.ebuild

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 07:02:39

  Modified: ChangeLog
  Added:apt-cacher-ng-0.8.0_rc4.ebuild
  Removed:  apt-cacher-ng-0.8.0_pre3.ebuild
apt-cacher-ng-0.8.0_rc3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/apt-cacher-ng/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   22 Sep 2014 10:25:19 -  1.46
+++ ChangeLog   4 Oct 2014 07:02:39 -   1.47
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/apt-cacher-ng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-cacher-ng/ChangeLog,v 1.46 
2014/09/22 10:25:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-cacher-ng/ChangeLog,v 1.47 
2014/10/04 07:02:39 jer Exp $
+
+*apt-cacher-ng-0.8.0_rc4 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers j...@gentoo.org
+  -apt-cacher-ng-0.8.0_pre3.ebuild, -apt-cacher-ng-0.8.0_rc3.ebuild,
+  +apt-cacher-ng-0.8.0_rc4.ebuild:
+  Version bump.
 
 *apt-cacher-ng-0.8.0_rc3 (22 Sep 2014)
 



1.1  net-misc/apt-cacher-ng/apt-cacher-ng-0.8.0_rc4.ebuild

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

Index: apt-cacher-ng-0.8.0_rc4.ebuild
===
# Copyright 1999-2014 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.0_rc4.ebuild,v 
1.1 2014/10/04 07:02:39 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=
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
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 ${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 

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

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

  Modified: ChangeLog
  Added:debhelper-9.20141003.ebuild
  Removed:  debhelper-9.20140613.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  ChangesPath
1.110dev-util/debhelper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   17 Aug 2014 22:50:09 -  1.109
+++ ChangeLog   4 Oct 2014 07:07:24 -   1.110
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/debhelper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.109 
2014/08/17 22:50:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.110 
2014/10/04 07:07:24 jer Exp $
+
+*debhelper-9.20141003 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers j...@gentoo.org -debhelper-9.20140613.ebuild,
+  +debhelper-9.20141003.ebuild:
+  Version bump.
 
 *debhelper-9.20140817 (17 Aug 2014)
 



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

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

Index: debhelper-9.20141003.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20141003.ebuild,v 1.1 
2014/10/04 07:07:24 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.gz

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 net-p2p/gtk-gnutella: ChangeLog gtk-gnutella-1.1.0.ebuild

2014-10-04 Thread Hans de Graaff (graaff)
graaff  14/10/04 07:20:11

  Modified: ChangeLog
  Removed:  gtk-gnutella-1.1.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.162net-p2p/gtk-gnutella/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?rev=1.162view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?rev=1.162content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?r1=1.161r2=1.162

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog   3 Sep 2014 05:53:33 -   1.161
+++ ChangeLog   4 Oct 2014 07:20:11 -   1.162
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/gtk-gnutella
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.161 
2014/09/03 05:53:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.162 
2014/10/04 07:20:11 graaff Exp $
+
+  04 Oct 2014; Hans de Graaff gra...@gentoo.org -gtk-gnutella-1.1.0.ebuild:
+  Cleanup.
 
 *gtk-gnutella-1.1.1 (03 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/graph-tool: graph-tool-2.2.35.ebuild ChangeLog

2014-10-04 Thread Ian Delaney (idella4)
idella4 14/10/04 07:46:18

  Modified: ChangeLog
  Added:graph-tool-2.2.35.ebuild
  Log:
  bump; add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.14 dev-python/graph-tool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   1 Apr 2014 07:41:41 -   1.13
+++ ChangeLog   4 Oct 2014 07:46:18 -   1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/graph-tool
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.13 
2014/04/01 07:41:41 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.14 
2014/10/04 07:46:18 idella4 Exp $
+
+*graph-tool-2.2.35 (04 Oct 2014)
+
+  04 Oct 2014; Ian Delaney idel...@gentoo.org +graph-tool-2.2.35.ebuild:
+  bump; add py3.4
 
 *graph-tool-2.2.31 (01 Apr 2014)
 
@@ -68,4 +73,3 @@
   04 Jan 2013; Tim Harder radher...@gentoo.org +graph-tool-2.2.19.ebuild,
   +graph-tool-.ebuild, +metadata.xml:
   Initial import, ebuild by me.
-



1.1  dev-python/graph-tool/graph-tool-2.2.35.ebuild

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

Index: graph-tool-2.2.35.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.35.ebuild,v 1.1 
2014/10/04 07:46:18 idella4 Exp $

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

inherit check-reqs eutils toolchain-funcs python-r1

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://git.skewed.de/graph-tool
inherit git-2
else
SRC_URI=http://downloads.skewed.de/${PN}/${P}.tar.bz2;
KEYWORDS=~amd64 ~x86
fi

DESCRIPTION=An efficient python module for manipulation and statistical 
analysis of graphs
HOMEPAGE=http://graph-tool.skewed.de/;

LICENSE=GPL-3
SLOT=0
IUSE=+cairo openmp

CDEPEND=${PYTHON_DEPS}
=dev-libs/boost-1.46.0[python,${PYTHON_USEDEP}]
dev-libs/expat
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
=sci-mathematics/cgal-3.5
cairo? (
dev-cpp/cairomm
dev-python/pycairo[${PYTHON_USEDEP}]
)
RDEPEND=${CDEPEND}
dev-python/matplotlib[${PYTHON_USEDEP}]
DEPEND=${CDEPEND}
dev-cpp/sparsehash
virtual/pkgconfig

# most machines don't have enough ram for parallel builds
MAKEOPTS=${MAKEOPTS} -j1

# bug 453544
CHECKREQS_DISK_BUILD=6G

pkg_pretend() {
if use openmp ; then
tc-has-openmp || die Please switch to an openmp compatible 
compiler
fi
check-reqs_pkg_pretend
}

src_prepare() {
py-compile
python_copy_sources
}

src_configure() {
python_parallel_foreach_impl run_in_build_dir \
econf \
--disable-static \
--disable-optimization \
$(use_enable openmp) \
$(use_enable cairo)
}

src_compile() {
python_parallel_foreach_impl run_in_build_dir default
}

src_install() {
python_parallel_foreach_impl run_in_build_dir default
prune_libtool_files --modules

# remove unwanted extra docs
rm -r ${ED}/usr/share/doc/${PN} || die
}

run_in_build_dir() {
pushd ${BUILD_DIR}  /dev/null
$@
popd  /dev/null
}






[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2014-10-04 Thread Priit Laes
commit: 9fe5dbd9289ebe663071f1bd603a73cc12d0e334
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Sat Oct  4 07:46:04 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Sat Oct  4 07:47:27 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9fe5dbd9

mail-client/evolution: Misc improvements

Make sure that e-d-s is built with gtk USE otherwise a cryptic error is
shown to users instead of dialog that allows user to take action and
continue.

Also add dconf to dependencies. This is used for saving the settings
to disk and therefore useful for people who use evo outside GNOME.
Without dconf the 'memory' backend is used which is cleared after
application exits.

---
 mail-client/evolution/evolution-3.13.6.ebuild | 3 ++-
 mail-client/evolution/evolution-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.6.ebuild 
b/mail-client/evolution/evolution-3.13.6.ebuild
index 7afeb85..2247dfb 100644
--- a/mail-client/evolution/evolution-3.13.6.ebuild
+++ b/mail-client/evolution/evolution-3.13.6.ebuild
@@ -43,7 +43,7 @@ COMMON_DEPEND=
=dev-libs/libxml2-2.7.3:2
=gnome-base/gnome-desktop-2.91.3:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
-   =gnome-extra/evolution-data-server-${PV}:=[weather?]
+   =gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
=media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
=net-libs/webkit-gtk-2.2.0:3
@@ -55,6 +55,7 @@ COMMON_DEPEND=
 
app-text/iso-codes
dev-libs/atk
+   gnome-base/dconf
x11-libs/libSM
x11-libs/libICE
 

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 7afeb85..2247dfb 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -43,7 +43,7 @@ COMMON_DEPEND=
=dev-libs/libxml2-2.7.3:2
=gnome-base/gnome-desktop-2.91.3:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
-   =gnome-extra/evolution-data-server-${PV}:=[weather?]
+   =gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
=media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
=net-libs/webkit-gtk-2.2.0:3
@@ -55,6 +55,7 @@ COMMON_DEPEND=
 
app-text/iso-codes
dev-libs/atk
+   gnome-base/dconf
x11-libs/libSM
x11-libs/libICE
 



[gentoo-commits] gentoo-x86 commit in x11-misc/parcellite: ChangeLog parcellite-1.1.9.ebuild

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 07:55:10

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

Revision  ChangesPath
1.38 x11-misc/parcellite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   10 Aug 2014 20:03:30 -  1.37
+++ ChangeLog   4 Oct 2014 07:55:10 -   1.38
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/parcellite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.37 
2014/08/10 20:03:30 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.38 
2014/10/04 07:55:10 jer Exp $
+
+*parcellite-1.1.9 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers j...@gentoo.org +parcellite-1.1.9.ebuild:
+  Version bump.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org parcellite-1.1.7.ebuild,
   parcellite-1.1.8.ebuild:



1.1  x11-misc/parcellite/parcellite-1.1.9.ebuild

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

Index: parcellite-1.1.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.1.9.ebuild,v 1.1 
2014/10/04 07:55:10 jer Exp $

EAPI=5
inherit eutils fdo-mime

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

DESCRIPTION=A lightweight GTK+ based clipboard manager
HOMEPAGE=http://parcellite.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.gz

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

RDEPEND==dev-libs/glib-2.14
=x11-libs/gtk+-2.10:2
DEPEND=${RDEPEND}
virtual/pkgconfig
nls? (
dev-util/intltool
sys-devel/gettext
)

S=${WORKDIR}/${MY_P}

src_prepare() {
sed -i data/${PN}.desktop.in -e 's:Application;::g' || die

sed -i -e '/^ALL_LINGUAS=/d' configure || die
strip-linguas -i po/
export ALL_LINGUAS=${LINGUAS}
}

src_configure() {
econf $(use_enable nls)
}

pkg_postinst() {
fdo-mime_desktop_database_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
}






[gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-2.4.6.ebuild webkit-gtk-2.4.6-r200.ebuild ChangeLog

2014-10-04 Thread Pacho Ramos (pacho)
pacho   14/10/04 08:20:37

  Modified: ChangeLog
  Added:webkit-gtk-2.4.6.ebuild
webkit-gtk-2.4.6-r200.ebuild
  Log:
  Version bump, pax-mark some more files (#522808 by Alexander Tsoy)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.280net-libs/webkit-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.280view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.280content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.279r2=1.280

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -r1.279 -r1.280
--- ChangeLog   15 Sep 2014 08:23:38 -  1.279
+++ ChangeLog   4 Oct 2014 08:20:37 -   1.280
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.279 
2014/09/15 08:23:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.280 
2014/10/04 08:20:37 pacho Exp $
+
+*webkit-gtk-2.4.6 (04 Oct 2014)
+*webkit-gtk-2.4.6-r200 (04 Oct 2014)
+
+  04 Oct 2014; Pacho Ramos pa...@gentoo.org +webkit-gtk-2.4.6-r200.ebuild,
+  +webkit-gtk-2.4.6.ebuild:
+  Version bump, pax-mark some more files (#522808 by Alexander Tsoy)
 
   15 Sep 2014; Agostino Sarubbo a...@gentoo.org webkit-gtk-2.4.4-r200.ebuild,
   webkit-gtk-2.4.4.ebuild:



1.1  net-libs/webkit-gtk/webkit-gtk-2.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.6.ebuild?rev=1.1content-type=text/plain

Index: webkit-gtk-2.4.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.6.ebuild,v 1.1 
2014/10/04 08:20:37 pacho Exp $

EAPI=5
GCONF_DEBUG=no
PYTHON_COMPAT=( python{2_6,2_7} )

inherit autotools check-reqs eutils flag-o-matic gnome2 pax-utils python-any-r1 
toolchain-funcs versionator virtualx

MY_P=webkitgtk-${PV}
DESCRIPTION=Open source web browser engine
HOMEPAGE=http://www.webkitgtk.org/;
SRC_URI=http://www.webkitgtk.org/releases/${MY_P}.tar.xz;

LICENSE=LGPL-2+ BSD
SLOT=3/25 # soname version of libwebkit2gtk-3.0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos
IUSE=aqua coverage debug +egl +geoloc gles2 +gstreamer +introspection +jit 
libsecret +opengl spell wayland +webgl +X
# bugs 372493, 416331
REQUIRED_USE=
geoloc? ( introspection )
introspection? ( gstreamer )
gles2? ( egl )
webgl? ( ^^ ( gles2 opengl ) )
!webgl? ( ?? ( gles2 opengl ) )
|| ( aqua wayland X )


# use sqlite, svg by default
# Aqua support in gtk3 is untested
# gtk2 is needed for plugin process support
# gtk3-3.10 required for wayland
RDEPEND=
dev-libs/libxml2:2
dev-libs/libxslt
media-libs/harfbuzz:=[icu(+)]
media-libs/libwebp:=
virtual/jpeg:0=
=media-libs/libpng-1.4:0=
=x11-libs/cairo-1.10:=[X]
=dev-libs/glib-2.36.0:2
=x11-libs/gtk+-3.6.0:3[aqua=,introspection?]
=dev-libs/icu-3.8.1-r1:=
=net-libs/libsoup-2.42.0:2.4[introspection?]
dev-db/sqlite:3=
=x11-libs/pango-1.30.0.0
x11-libs/libXrender
x11-libs/libXt
=x11-libs/gtk+-2.24.10:2

egl? ( media-libs/mesa[egl] )
geoloc? ( =app-misc/geoclue-2.1.5:2.0 )
gles2? ( media-libs/mesa[gles2] )
gstreamer? (
=media-libs/gstreamer-1.2:1.0
=media-libs/gst-plugins-base-1.2:1.0 )
introspection? ( =dev-libs/gobject-introspection-1.32.0 )
libsecret? ( app-crypt/libsecret )
opengl? ( virtual/opengl )
spell? ( =app-text/enchant-0.22:= )
wayland? ( =x11-libs/gtk+-3.10:3[wayland] )
webgl? (
x11-libs/cairo[opengl]
x11-libs/libXcomposite
x11-libs/libXdamage )


# paxctl needed for bug #407085
# Need real bison, not yacc
DEPEND=${RDEPEND}
${PYTHON_DEPS}
dev-lang/perl
|| (
virtual/rubygems[ruby_targets_ruby20]
virtual/rubygems[ruby_targets_ruby21]
virtual/rubygems[ruby_targets_ruby19]
)
=app-accessibility/at-spi2-core-2.5.3

[gentoo-commits] gentoo-x86 commit in dev-util/meld: meld-3.12.0.ebuild ChangeLog

2014-10-04 Thread Pacho Ramos (pacho)
pacho   14/10/04 08:30:48

  Modified: ChangeLog
  Added:meld-3.12.0.ebuild
  Log:
  Version bump (thanks to poncho for his help with ebuild)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.185dev-util/meld/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog   4 Sep 2014 12:06:31 -   1.184
+++ ChangeLog   4 Oct 2014 08:30:48 -   1.185
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/meld
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.184 2014/09/04 
12:06:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.185 2014/10/04 
08:30:48 pacho Exp $
+
+*meld-3.12.0 (04 Oct 2014)
+
+  04 Oct 2014; Pacho Ramos pa...@gentoo.org +meld-3.12.0.ebuild:
+  Version bump (thanks to poncho for his help with ebuild)
 
 *meld-1.8.6 (04 Sep 2014)
 



1.1  dev-util/meld/meld-3.12.0.ebuild

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

Index: meld-3.12.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/meld-3.12.0.ebuild,v 1.1 
2014/10/04 08:30:48 pacho Exp $

EAPI=5
GCONF_DEBUG=no
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit gnome2 distutils-r1

DESCRIPTION=A graphical diff and merge tool
HOMEPAGE=http://meldmerge.org/;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
IUSE=

RDEPEND=
${PYTHON_DEPS}
=dev-libs/glib-2.34.0:2[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
gnome-base/gsettings-desktop-schemas
=x11-libs/gtk+-3.6.0:3
=x11-libs/gtksourceview-3.6.0:3.0
x11-themes/hicolor-icon-theme

DEPEND=${RDEPEND}
sys-devel/gettext
dev-util/intltool
dev-util/itstool


PATCHES=(
# Build with C locale (from 'master')
${FILESDIR}/${P}-c-locale.patch
)

python_compile_all() {
mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
}






[gentoo-commits] gentoo-x86 commit in x11-misc/zim/files: zim-0.62-desktop.patch

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 08:35:15

  Added:zim-0.62-desktop.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  ChangesPath
1.1  x11-misc/zim/files/zim-0.62-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/zim/files/zim-0.62-desktop.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/zim/files/zim-0.62-desktop.patch?rev=1.1content-type=text/plain

Index: zim-0.62-desktop.patch
===
--- a/xdg/zim.desktop
+++ b/xdg/zim.desktop
@@ -7,7 +7,7 @@
 Terminal=false
 Categories=Utility;TextEditor;GTK;
 MimeType=application/x-zim-notebook;text/x-zim-wiki;application/x-gjots;
-Keywords=Text;Editor;Write;Wiki;Notes;Notebook;Journal
+Keywords=Text;Editor;Write;Wiki;Notes;Notebook;Journal;
 Name=Zim Desktop Wiki
 Comment=Edit text files wiki style
 GenericName=Text Editor






[gentoo-commits] gentoo-x86 commit in x11-misc/zim: zim-0.62.ebuild ChangeLog zim-0.60.ebuild

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 08:35:15

  Modified: ChangeLog
  Added:zim-0.62.ebuild
  Removed:  zim-0.60.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  ChangesPath
1.24 x11-misc/zim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   28 Aug 2014 09:55:22 -  1.23
+++ ChangeLog   4 Oct 2014 08:35:15 -   1.24
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/zim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v 1.23 2014/08/28 
09:55:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v 1.24 2014/10/04 
08:35:15 jer Exp $
+
+*zim-0.62 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers j...@gentoo.org -zim-0.60.ebuild,
+  +zim-0.62.ebuild, +files/zim-0.62-desktop.patch:
+  Version bump.
 
 *zim-0.61 (28 Aug 2014)
 



1.1  x11-misc/zim/zim-0.62.ebuild

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

Index: zim-0.62.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.62.ebuild,v 1.1 
2014/10/04 08:35:15 jer Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1 gnome2-utils fdo-mime virtualx

DESCRIPTION=A desktop wiki
HOMEPAGE=http://zim-wiki.org/;
SRC_URI=http://zim-wiki.org/downloads/${P}.tar.gz;

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

RDEPEND=dev-python/pygtk[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
x11-misc/xdg-utils
test? (
dev-vcs/bzr
dev-vcs/git
dev-vcs/mercurial )

PATCHES=(
${FILESDIR}/${PN}-0.60-remove-ubuntu-theme.patch
${FILESDIR}/${P}-desktop.patch
)

python_prepare() {
sed -i -e s/'USER'/'LOGNAME'/g zim/__init__.py zim/fs.py || die

if [[ ${LINGUAS} ]]; then
local lingua
for lingua in translations/*.po; do
lingua=${lingua/.po}
lingua=${lingua/translations\/}
has ${lingua} ${LINGUAS} || \
{ rm translations/${lingua}.po || die; }
done
fi

distutils-r1_python_prepare
}

python_test() {
VIRTUALX_COMMAND=${PYTHON} virtualmake test.py
}

python_install() {
distutils-r1_python_install --skip-xdg-cmd
}

pkg_preinst() {
gnome2_icon_savelist
}

pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
if ! has_version ${CATEGORY}/${PN}; then
einfo Please emerge these packages for additional 
functionality
einfo dev-lang/R
einfo dev-python/gtkspell-python
einfo dev-vcs/bzr
einfo gnome-extra/zeitgeist
einfo media-gfx/graphviz
einfo media-gfx/imagemagick
einfo media-gfx/scrot
einfo media-sound/lilypond
einfo sci-visualization/gnuplot
einfo virtual/latex-base app-text/dvipng
fi
}

pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in x11-libs/libcryptui: libcryptui-3.12.2.ebuild ChangeLog libcryptui-3.10.1.ebuild

2014-10-04 Thread Pacho Ramos (pacho)
pacho   14/10/04 08:47:48

  Modified: libcryptui-3.12.2.ebuild ChangeLog
  Removed:  libcryptui-3.10.1.ebuild
  Log:
  Fix dependency on libgnome-keyring (#524410 by plaes), drop old
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  x11-libs/libcryptui/libcryptui-3.12.2.ebuild

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

Index: libcryptui-3.12.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libcryptui-3.12.2.ebuild23 Jul 2014 15:38:40 -  1.3
+++ libcryptui-3.12.2.ebuild4 Oct 2014 08:47:48 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild,v 1.3 
2014/07/23 15:38:40 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild,v 1.4 
2014/10/04 08:47:48 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -20,7 +20,7 @@
=dev-libs/glib-2.32:2
=x11-libs/gtk+-3:3[introspection?]
=dev-libs/dbus-glib-0.72
-   =gnome-base/gnome-keyring-2.91.2
+   gnome-base/libgnome-keyring
x11-libs/libICE
x11-libs/libSM
 



1.20 x11-libs/libcryptui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   23 Jul 2014 15:38:40 -  1.19
+++ ChangeLog   4 Oct 2014 08:47:48 -   1.20
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libcryptui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v 1.19 
2014/07/23 15:38:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v 1.20 
2014/10/04 08:47:48 pacho Exp $
+
+  04 Oct 2014; Pacho Ramos pa...@gentoo.org -libcryptui-3.10.1.ebuild,
+  libcryptui-3.12.2.ebuild:
+  Fix dependency on libgnome-keyring (#524410 by plaes), drop old
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org libcryptui-3.12.2.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-shells/bash: bash-4.0_p43.ebuild bash-4.2_p52.ebuild bash-3.1_p22.ebuild bash-4.1_p16.ebuild bash-3.2_p56.ebuild ChangeLog

2014-10-04 Thread Agostino Sarubbo (ago)
ago 14/10/04 08:53:10

  Modified: bash-4.0_p43.ebuild bash-4.2_p52.ebuild
bash-3.1_p22.ebuild bash-4.1_p16.ebuild
bash-3.2_p56.ebuild ChangeLog
  Log:
  Stable for amd64/arm/ia64/ppc/ppc64/sparc/sh/x86 wrt the security bug #524256
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.4  app-shells/bash/bash-4.0_p43.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.0_p43.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.0_p43.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.0_p43.ebuild?r1=1.3r2=1.4

Index: bash-4.0_p43.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p43.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bash-4.0_p43.ebuild 3 Oct 2014 21:37:33 -   1.3
+++ bash-4.0_p43.ebuild 4 Oct 2014 08:53:10 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p43.ebuild,v 1.3 
2014/10/03 21:37:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p43.ebuild,v 1.4 
2014/10/04 08:53:10 ago Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
 LICENSE=GPL-3
 SLOT=${MY_PV}
-KEYWORDS=alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh 
sparc x86 ~sparc-fbsd ~x86-fbsd
 IUSE=afs mem-scramble +net nls +readline
 
 DEPEND==sys-libs/ncurses-5.2-r2



1.4  app-shells/bash/bash-4.2_p52.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.2_p52.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.2_p52.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.2_p52.ebuild?r1=1.3r2=1.4

Index: bash-4.2_p52.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p52.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bash-4.2_p52.ebuild 3 Oct 2014 21:37:33 -   1.3
+++ bash-4.2_p52.ebuild 4 Oct 2014 08:53:10 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p52.ebuild,v 1.3 
2014/10/03 21:37:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p52.ebuild,v 1.4 
2014/10/04 08:53:10 ago Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=afs bashlogger examples mem-scramble +net nls plugins +readline vanilla
 
 DEPEND==sys-libs/ncurses-5.2-r2



1.4  app-shells/bash/bash-3.1_p22.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-3.1_p22.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-3.1_p22.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-3.1_p22.ebuild?r1=1.3r2=1.4

Index: bash-3.1_p22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p22.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bash-3.1_p22.ebuild 3 Oct 2014 21:37:33 -   1.3
+++ bash-3.1_p22.ebuild 4 Oct 2014 08:53:10 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p22.ebuild,v 1.3 
2014/10/03 21:37:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p22.ebuild,v 1.4 
2014/10/04 08:53:10 ago Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
 LICENSE=GPL-2
 SLOT=${MY_PV}
-KEYWORDS=alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh 
sparc x86 ~sparc-fbsd ~x86-fbsd
 IUSE=afs +net nls +readline
 
 DEPEND==sys-libs/ncurses-5.2-r2



1.4  app-shells/bash/bash-4.1_p16.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in dev-perl/Geo-IP: ChangeLog Geo-IP-1.450.0.ebuild

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 08:53:42

  Modified: ChangeLog
  Added:Geo-IP-1.450.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  ChangesPath
1.87 dev-perl/Geo-IP/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Geo-IP/ChangeLog?rev=1.87view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Geo-IP/ChangeLog?rev=1.87content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Geo-IP/ChangeLog?r1=1.86r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   27 Sep 2014 11:32:21 -  1.86
+++ ChangeLog   4 Oct 2014 08:53:42 -   1.87
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Geo-IP
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.86 2014/09/27 
11:32:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.87 2014/10/04 
08:53:42 jer Exp $
+
+*Geo-IP-1.450.0 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers j...@gentoo.org +Geo-IP-1.450.0.ebuild:
+  Version bump.
 
   27 Sep 2014; Markus Meier mae...@gentoo.org Geo-IP-1.430.0.ebuild:
   add ~arm, bug #521400



1.1  dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild

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

Index: Geo-IP-1.450.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild,v 1.1 
2014/10/04 08:53:42 jer Exp $

EAPI=5

MODULE_AUTHOR=MAXMIND
MODULE_VERSION=1.45
inherit perl-module multilib

DESCRIPTION=Look up country by IP Address

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd
IUSE=

DEPEND=dev-libs/geoip
RDEPEND=${DEPEND}

SRC_TEST=do
myconf=LIBS=-L/usr/$(get_libdir)






[gentoo-commits] gentoo-x86 commit in dev-python/jsonpatch: jsonpatch-1.8.ebuild ChangeLog jsonpatch-0.10.ebuild jsonpatch-0.12.ebuild jsonpatch-1.5.ebuild

2014-10-04 Thread Ian Delaney (idella4)
idella4 14/10/04 09:18:55

  Modified: ChangeLog
  Added:jsonpatch-1.8.ebuild
  Removed:  jsonpatch-0.10.ebuild jsonpatch-0.12.ebuild
jsonpatch-1.5.ebuild
  Log:
  remove some old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.7  dev-python/jsonpatch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   14 Jul 2014 07:44:03 -  1.6
+++ ChangeLog   4 Oct 2014 09:18:55 -   1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/jsonpatch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.6 
2014/07/14 07:44:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.7 
2014/10/04 09:18:55 idella4 Exp $
+
+*jsonpatch-1.8 (04 Oct 2014)
+
+  04 Oct 2014; Ian Delaney idel...@gentoo.org +jsonpatch-1.8.ebuild,
+  -jsonpatch-0.10.ebuild, -jsonpatch-0.12.ebuild, -jsonpatch-1.5.ebuild:
+  remove some old
 
 *jsonpatch-1.7 (14 Jul 2014)
 



1.1  dev-python/jsonpatch/jsonpatch-1.8.ebuild

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

Index: jsonpatch-1.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/jsonpatch-1.8.ebuild,v 
1.1 2014/10/04 09:18:55 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=Apply JSON-Patches according to
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
HOMEPAGE=https://github.com/stefankoegl/python-json-patch;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND==dev-python/jsonpointer-1.3[${PYTHON_USEDEP}]

python_test() {
${PYTHON} tests.py || die Tests fail with ${EPYTHON}
${PYTHON} ext_tests.py || die Tests fail with ${EPYTHON}
}






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

2014-10-04 Thread Lars Wendler (polynomial-c)
polynomial-c14/10/04 09:21:57

  Modified: ChangeLog
  Added:sysklogd-1.5-r4.ebuild
  Removed:  sysklogd-1.5.ebuild sysklogd-1.5-r1.ebuild
  Log:
  Security bump (bug #524058). Remote syslog PRI vulnerability (CVE-2014-3634). 
Removed old
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0x981CA6FC)

Revision  ChangesPath
1.90 app-admin/sysklogd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sysklogd/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   26 Sep 2014 19:40:47 -  1.89
+++ ChangeLog   4 Oct 2014 09:21:57 -   1.90
@@ -1,6 +1,14 @@
 # ChangeLog for app-admin/sysklogd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/ChangeLog,v 1.89 
2014/09/26 19:40:47 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/ChangeLog,v 1.90 
2014/10/04 09:21:57 polynomial-c Exp $
+
+*sysklogd-1.5-r4 (04 Oct 2014)
+
+  04 Oct 2014; Lars Wendler polynomia...@gentoo.org -sysklogd-1.5.ebuild,
+  -sysklogd-1.5-r1.ebuild, +sysklogd-1.5-r4.ebuild,
+  +files/sysklogd-1.5_CVE-2014-3634.diff:
+  Security bump (bug #524058). Remote syslog PRI vulnerability (CVE-2014-3634).
+  Removed old.
 
   26 Sep 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
   +files/sysklogd-1.5-debian-cron.patch:



1.1  app-admin/sysklogd/sysklogd-1.5-r4.ebuild

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

Index: sysklogd-1.5-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/sysklogd-1.5-r4.ebuild,v 
1.1 2014/10/04 09:21:57 polynomial-c Exp $

EAPI=4

inherit eutils flag-o-matic toolchain-funcs

DEB_VER=6
DESCRIPTION=Standard log daemons
HOMEPAGE=http://www.infodrom.org/projects/sysklogd/;
SRC_URI=http://www.infodrom.org/projects/sysklogd/download/${P}.tar.gz
mirror://debian/pool/main/s/sysklogd/${PN}_${PV}-${DEB_VER}.diff.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=logrotate
RESTRICT=test

DEPEND=
RDEPEND=dev-lang/perl
sys-apps/debianutils

src_prepare() {
pushd ${WORKDIR} /dev/null
epatch ${WORKDIR}/${PN}_${PV}-${DEB_VER}.diff
popd /dev/null

epatch ${FILESDIR}/${P}-debian-cron.patch
epatch ${FILESDIR}/${P}-build.patch

# CAEN/OWL security patches
epatch ${FILESDIR}/${PN}-1.4.2-caen-owl-syslogd-bind.diff
epatch ${FILESDIR}/${PN}-1.4.2-caen-owl-syslogd-drop-root.diff
epatch ${FILESDIR}/${PN}-1.4.2-caen-owl-klogd-drop-root.diff

epatch ${FILESDIR}/${P}-syslog-func-collision.patch #342601
epatch ${FILESDIR}/${P}_CVE-2014-3634.diff #524058
}

src_configure() {
append-lfs-flags
tc-export CC
}

src_install() {
dosbin syslogd klogd debian/syslog-facility debian/syslogd-listfiles
doman *.[1-9] debian/syslogd-listfiles.8
insinto /etc
doins debian/syslog.conf
if use logrotate ; then
insinto /etc/logrotate.d
newins ${FILESDIR}/sysklogd.logrotate sysklogd
else
exeinto /etc/cron.daily
newexe debian/cron.daily syslog
exeinto /etc/cron.weekly
newexe debian/cron.weekly syslog
fi
dodoc ANNOUNCE CHANGES NEWS README.1st README.linux
newinitd ${FILESDIR}/sysklogd.rc7 sysklogd
newconfd ${FILESDIR}/sysklogd.confd sysklogd
}






[gentoo-commits] gentoo-x86 commit in app-admin/sysklogd/files: sysklogd-1.5_CVE-2014-3634.diff

2014-10-04 Thread Lars Wendler (polynomial-c)
polynomial-c14/10/04 09:21:57

  Added:sysklogd-1.5_CVE-2014-3634.diff
  Log:
  Security bump (bug #524058). Remote syslog PRI vulnerability (CVE-2014-3634). 
Removed old
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0x981CA6FC)

Revision  ChangesPath
1.1  app-admin/sysklogd/files/sysklogd-1.5_CVE-2014-3634.diff

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sysklogd/files/sysklogd-1.5_CVE-2014-3634.diff?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sysklogd/files/sysklogd-1.5_CVE-2014-3634.diff?rev=1.1content-type=text/plain

Index: sysklogd-1.5_CVE-2014-3634.diff
===
From 43797330e75d7d4687b7ae6926a996c3c85c2679 Mon Sep 17 00:00:00 2001
From: mancha mancha1 AT zoho DOT com
Date: Wed, 1 Oct 2014
Subject: CVE-2014-3634

Rainer Gerhards, rsyslog project leader, discovered an issue in rsyslogd
where invalid priority values can trigger DoS and potentially RCE.

As his analysis reveals, the cause of the problem identified in rsyslog's
rsyslogd also exists in sysklogd's syslogd (from which rsyslogd was forked)
and stems from the use of a (LOG_FACMASK|LOG_PRIMASK) mask to detect invalid
priority values.

In sysklogd's syslogd, invalid priority values between 192 and 1023 (directly
or arrived at via overflow wraparound) can propagate through code causing
out-of-bounds access to the f_pmask array within the 'filed' structure by up
to 104 bytes past its end. Though most likely insufficient to reach
unallocated memory because there are around 544 bytes past f_pmask in 'filed'
(mod packing and other differences), incorrect access of fields at higher
positions of the 'filed' structure definition can cause unexpected behavior
including message mis-classification, forwarding issues, message loss,
or other.

This patch imposes a restriction on PRI message parts and requires they
be properly-delimited priority value strings that have non-negative
numerical values not exceeding 191. As before, sysklogd's syslogd permits
zero padding to not break compatibility with RFC-non-compliant loggers that
issue PRIs such as 0091. Messages without well-formed PRI parts get
logged with priority user.notice (13). (c.f. RFC 3164)

Thanks to Rainer Gerhards for the initial report and analysis.

[1] http://www.rsyslog.com/remote-syslog-pri-vulnerability/
[2] http://www.rsyslog.com/remote-syslog-pri-vulnerability-cve-2014-3683/

---
 syslogd.c |   25 +++--
 1 file changed, 19 insertions(+), 6 deletions(-)

--- a/syslogd.c
+++ b/syslogd.c
@@ -632,6 +632,8 @@ int funix[MAXFUNIX] = { -1, };
 #define TABLE_ALLPRI0xFF/* Value to indicate all priorities in f_pmask 
*/
 #defineLOG_MARKLOG_MAKEPRI(LOG_NFACILITIES, 0) /* mark 
facility */
 
+#define MAX_PRI191 /* Maximum Priority per RFC 3164 */
+
 /*
  * Flags to logmsg().
  */
@@ -1491,23 +1493,34 @@ void printline(hname, msg)
register char *p, *q;
register unsigned char c;
char line[MAXLINE + 1];
-   int pri;
+   unsigned int pri;   // Valid Priority values are 0-191
+   int prilen=0;   // Track Priority value string len
+   int msglen;
 
/* test for special codes */
+   msglen=strlen(msg);
pri = DEFUPRI;
p = msg;
 
if (*p == '') {
pri = 0;
-   while (isdigit(*++p))
-   {
-  pri = 10 * pri + (*p - '0');
+   while (--msglen  0  isdigit((unsigned char)*++p) 
+   pri = MAX_PRI) {
+   pri = 10 * pri + (*p - '0');
+   prilen++;
}
-   if (*p == '')
+   if (*p == ''  prilen)
++p;
+   else {
+   pri = DEFUPRI;
+   p = msg;
+   }
}
-   if (pri ~ (LOG_FACMASK|LOG_PRIMASK))
+
+   if ((pri ~ (LOG_FACMASK|LOG_PRIMASK)) || (pri  MAX_PRI)) {
pri = DEFUPRI;
+   p = msg;
+   }
 
memset (line, 0, sizeof(line));
q = line;






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

2014-10-04 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/10/04 09:25:25

  Modified: libvncserver-0.9.9-r3.ebuild ChangeLog
  Log:
  Keyword ~mips
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.2  net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild

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

Index: libvncserver-0.9.9-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvncserver-0.9.9-r3.ebuild19 Sep 2014 15:45:25 -  1.1
+++ libvncserver-0.9.9-r3.ebuild4 Oct 2014 09:25:25 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild,v 
1.1 2014/09/19 15:45:25 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r3.ebuild,v 
1.2 2014/10/04 09:25:25 chithanh Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=+24bpp gcrypt gnutls ipv6 +jpeg +png ssl static-libs test threads +zlib
 
 REQUIRED_USE=png? ( zlib )



1.81 net-libs/libvncserver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   19 Sep 2014 15:45:25 -  1.80
+++ ChangeLog   4 Oct 2014 09:25:25 -   1.81
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libvncserver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.80 
2014/09/19 15:45:25 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.81 
2014/10/04 09:25:25 chithanh Exp $
+
+  04 Oct 2014; ChĂ­-Thanh Christopher Nguyá»…n chith...@gentoo.org
+  libvncserver-0.9.9-r3.ebuild:
+  Keyword ~mips
 
 *libvncserver-0.9.9-r3 (19 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-misc/x11vnc: x11vnc-0.9.13-r1.ebuild ChangeLog

2014-10-04 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/10/04 09:27:45

  Modified: x11vnc-0.9.13-r1.ebuild ChangeLog
  Log:
  Keyword ~mips
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.7  x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild

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

Index: x11vnc-0.9.13-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- x11vnc-0.9.13-r1.ebuild 29 Aug 2014 11:38:16 -  1.6
+++ x11vnc-0.9.13-r1.ebuild 4 Oct 2014 09:27:45 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild,v 
1.6 2014/08/29 11:38:16 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild,v 
1.7 2014/10/04 09:27:45 chithanh Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris
 IUSE=avahi crypt fbcon +jpeg ssl system-libvncserver threads tk xinerama 
+zlib
 
 RDEPEND=



1.115x11-misc/x11vnc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   29 Aug 2014 11:38:16 -  1.114
+++ ChangeLog   4 Oct 2014 09:27:45 -   1.115
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/x11vnc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.114 
2014/08/29 11:38:16 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.115 
2014/10/04 09:27:45 chithanh Exp $
+
+  04 Oct 2014; ChĂ­-Thanh Christopher Nguyá»…n chith...@gentoo.org
+  x11vnc-0.9.13-r1.ebuild:
+  Keyword ~mips
 
   29 Aug 2014; Chema Alonso nim...@gentoo.org x11vnc-0.9.13-r1.ebuild:
   Stable for amd64 wrt bug #518214






[gentoo-commits] gentoo-x86 commit in dev-ruby/rrdtool-bindings/files: - New directory

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 09:31:26

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/rrdtool-bindings/files added to 
the repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/rrdtool-bindings/files: rrdtool-bindings-1.4.8-graph-ruby.patch

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 09:35:45

  Added:rrdtool-bindings-1.4.8-graph-ruby.patch
  Log:
  Version bump. Add USE=graph (bug #517238).
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  ChangesPath
1.1  
dev-ruby/rrdtool-bindings/files/rrdtool-bindings-1.4.8-graph-ruby.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rrdtool-bindings/files/rrdtool-bindings-1.4.8-graph-ruby.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rrdtool-bindings/files/rrdtool-bindings-1.4.8-graph-ruby.patch?rev=1.1content-type=text/plain

Index: rrdtool-bindings-1.4.8-graph-ruby.patch
===
--- a/bindings/ruby/main.c
+++ b/bindings/ruby/main.c
@@ -216,13 +216,14 @@
 return rb_rrd_infocall(rrd_update_v, args);
 }
 
+#ifdef HAVE_RRD_GRAPH
 VALUE rb_rrd_graphv(
 VALUE self,
 VALUE args)
 {
 return rb_rrd_infocall(rrd_graph_v, args);
 }
-
+#endif /* HAVE_RRD_GRAPH */
 
 /* Other Calls */
 
@@ -273,6 +274,7 @@
 return result;
 }
 
+#ifdef HAVE_RRD_GRAPH
 VALUE rb_rrd_graph(
 VALUE self,
 VALUE args)
@@ -302,7 +304,7 @@
 rb_ary_store(result, 2, INT2FIX(ysize));
 return result;
 }
-
+#endif /* HAVE_RRD_GRAPH */
 
 VALUE rb_rrd_last(
 VALUE self,
@@ -320,6 +322,7 @@
 return rb_funcall(rb_cTime, rb_intern(at), 1, UINT2NUM(last));
 }
 
+#ifdef HAVE_RRD_GRAPH
 VALUE rb_rrd_xport(
 VALUE self,
 VALUE args)
@@ -367,6 +370,7 @@
 rb_ary_store(result, 5, rdata);
 return result;
 }
+#endif /* HAVE_RRD_GRAPH */
 
 void Init_RRD(
 )
@@ -377,7 +381,9 @@
 rb_define_module_function(mRRD, create, rb_rrd_create, -2);
 rb_define_module_function(mRRD, dump, rb_rrd_dump, -2);
 rb_define_module_function(mRRD, fetch, rb_rrd_fetch, -2);
+#ifdef HAVE_RRD_GRAPH
 rb_define_module_function(mRRD, graph, rb_rrd_graph, -2);
+#endif /* HAVE_RRD_GRAPH */
 rb_define_module_function(mRRD, last, rb_rrd_last, -2);
 rb_define_module_function(mRRD, resize, rb_rrd_resize, -2);
 rb_define_module_function(mRRD, restore, rb_rrd_restore, -2);
@@ -386,6 +392,8 @@
 rb_define_module_function(mRRD, flushcached, rb_rrd_flushcached, -2);
 rb_define_module_function(mRRD, info, rb_rrd_info, -2);
 rb_define_module_function(mRRD, updatev, rb_rrd_updatev, -2);
+#ifdef HAVE_RRD_GRAPH
 rb_define_module_function(mRRD, graphv, rb_rrd_graphv, -2);
 rb_define_module_function(mRRD, xport, rb_rrd_xport, -2);
+#endif /* HAVE_RRD_GRAPH */
 }






[gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool/files: rrdtool-1.4.9-disable-rrd_graph-perl.patch rrdtool-1.4.9-disable-rrd_graph-lua.patch rrdtool-1.4.9-disable-rrd_graph-cgi.patch rrdtool

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 09:35:02

  Added:rrdtool-1.4.9-disable-rrd_graph-perl.patch
rrdtool-1.4.9-disable-rrd_graph-lua.patch
rrdtool-1.4.9-disable-rrd_graph-cgi.patch
rrdtool-1.4.9-disable-rrd_graph-python.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  ChangesPath
1.1  
net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-perl.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-perl.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-perl.patch?rev=1.1content-type=text/plain

Index: rrdtool-1.4.9-disable-rrd_graph-perl.patch
===
--- a/bindings/perl-shared/RRDs.xs
+++ b/bindings/perl-shared/RRDs.xs
@@ -189,6 +189,7 @@
OUTPUT:
RETVAL
 
+#ifdef HAVE_RRD_GRAPH
 SV *
 rrd_graph(...)
PROTOTYPE: @
@@ -235,6 +236,8 @@
PUSHs(sv_2mortal(newSViv(xsize)));
PUSHs(sv_2mortal(newSViv(ysize)));
 
+#endif /* HAVE_RRD_GRAPH */
+
 SV *
 rrd_fetch(...)
PROTOTYPE: @
@@ -313,6 +316,7 @@
PUSHs(sv_2mortal(newSVuv(start_tmp)));
PUSHs(sv_2mortal(newSVuv(end_tmp)));
 
+#ifdef HAVE_RRD_GRAPH
 int
 rrd_xport(...)
PROTOTYPE: @
@@ -371,6 +375,8 @@
PUSHs(sv_2mortal(newRV_noinc((SV*)names)));
PUSHs(sv_2mortal(newRV_noinc((SV*)retar)));
 
+#endif /* HAVE_RRD_GRAPH */
+
 SV*
 rrd_info(...)
PROTOTYPE: @
@@ -397,6 +403,7 @@
 OUTPUT:
   RETVAL
 
+#ifdef HAVE_RRD_GRAPH
 SV*
 rrd_graphv(...)
PROTOTYPE: @
@@ -410,6 +417,8 @@
 OUTPUT:
   RETVAL
 
+#endif /* HAVE_RRD_GRAPH */
+
 int
 rrd_dump(...)
PROTOTYPE: @



1.1  
net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-lua.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-lua.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-lua.patch?rev=1.1content-type=text/plain

Index: rrdtool-1.4.9-disable-rrd_graph-lua.patch
===
--- a/bindings/lua/rrdlua.c
+++ b/bindings/lua/rrdlua.c
@@ -267,6 +267,7 @@
   return 1;
 }
 
+#ifdef HAVE_RRD_GRAPH
 static int
 lua_rrd_graph (lua_State * L)
 {
@@ -291,6 +292,7 @@
   rrd_freemem(calcpr);
   return 3;
 }
+#endif /* HAVE_RRD_GRAPH */
 
 static int
 lua_rrd_flushcached(lua_State *L)
@@ -305,11 +307,13 @@
   return lua_rrd_infocall(L, info, rrd_info);
 }
 
+#ifdef HAVE_RRD_GRAPH
 static int
 lua_rrd_graphv (lua_State * L)
 {
   return lua_rrd_infocall(L, graphv, rrd_graph_v);
 }
+#endif /* HAVE_RRD_GRAPH */
 
 static int
 lua_rrd_updatev (lua_State * L)
@@ -347,7 +351,9 @@
   {dump, lua_rrd_dump},
   {fetch, lua_rrd_fetch},
   {first, lua_rrd_first},
+#ifdef HAVE_RRD_GRAPH
   {graph, lua_rrd_graph},
+#endif /* HAVE_RRD_GRAPH */
   {last, lua_rrd_last},
   {resize, lua_rrd_resize},
   {restore, lua_rrd_restore},
@@ -357,7 +363,9 @@
 #if defined(DINF)
   {info, lua_rrd_info},
   {updatev, lua_rrd_updatev},
+#ifdef HAVE_RRD_GRAPH
   {graphv, lua_rrd_graphv},
+#endif /* HAVE_RRD_GRAPH */
 #endif
   {NULL, NULL}
 };



1.1  
net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-cgi.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-cgi.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-cgi.patch?rev=1.1content-type=text/plain

Index: rrdtool-1.4.9-disable-rrd_graph-cgi.patch
===
--- a/src/rrd_cgi.c
+++ b/src/rrd_cgi.c
@@ -56,6 +56,7 @@
 const char **);
 
 /* call rrd_graph and insert appropriate image tag */
+#ifdef HAVE_RRD_GRAPH
 char *drawgraph(
 long,
 const char **);
@@ -64,6 +65,7 @@
 char *drawprint(
 long,
 const char **);
+#endif /* HAVE_RRD_GRAPH */
 
 /* pretty-print the last/last value for some.rrd via strftime() */
 char *printtimelast(
@@ -542,9 +544,13 @@
 }
 parse(buffer, i, RRD::GETVAR, rrdgetvar);
 parse(buffer, i, RRD::GOODFOR, rrdgoodfor);
+#ifdef HAVE_RRD_GRAPH
 parse(buffer, i, RRD::GRAPH, drawgraph);
+#endif /* HAVE_RRD_GRAPH */
 parse(buffer, i, RRD::INCLUDE, includefile);
+#ifdef HAVE_RRD_GRAPH
 parse(buffer, i, RRD::PRINT, drawprint);
+#endif /* HAVE_RRD_GRAPH */
 parse(buffer, i, RRD::SETCONSTVAR, rrdsetvarconst);
 parse(buffer, i, RRD::SETENV, 

[gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: rrdtool-1.4.9.ebuild ChangeLog

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 09:35:02

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

Revision  ChangesPath
1.279net-analyzer/rrdtool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- ChangeLog   21 Sep 2014 00:03:39 -  1.278
+++ ChangeLog   4 Oct 2014 09:35:02 -   1.279
@@ -1,6 +1,15 @@
 # ChangeLog for net-analyzer/rrdtool
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.278 
2014/09/21 00:03:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.279 
2014/10/04 09:35:02 jer Exp $
+
+*rrdtool-1.4.9 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers j...@gentoo.org +rrdtool-1.4.9.ebuild,
+  +files/rrdtool-1.4.9-disable-rrd_graph-cgi.patch,
+  +files/rrdtool-1.4.9-disable-rrd_graph-lua.patch,
+  +files/rrdtool-1.4.9-disable-rrd_graph-perl.patch,
+  +files/rrdtool-1.4.9-disable-rrd_graph-python.patch:
+  Version bump.
 
   21 Sep 2014; Jeroen Roovers j...@gentoo.org -rrdtool-1.4.8.ebuild,
   files/rrdtool-1.4.7-configure.ac.patch:



1.1  net-analyzer/rrdtool/rrdtool-1.4.9.ebuild

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

Index: rrdtool-1.4.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild,v 
1.1 2014/10/04 09:35:02 jer Exp $

EAPI=5

DISTUTILS_OPTIONAL=true
GENTOO_DEPEND_ON_PERL=no
PYTHON_COMPAT=( python2_7 )
inherit eutils distutils-r1 flag-o-matic multilib perl-module autotools

DESCRIPTION=A system to store and display time-series data
HOMEPAGE=http://oss.oetiker.ch/rrdtool/;
SRC_URI=http://oss.oetiker.ch/rrdtool/pub/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris
IUSE=dbi doc graph lua perl python rrdcgi ruby static-libs tcl tcpd

CDEPEND=
=dev-libs/glib-2.28.7[static-libs(+)?]
=dev-libs/libxml2-2.7.8[static-libs(+)?]
dbi? ( dev-db/libdbi[static-libs(+)?] )
graph? (
=media-libs/libpng-1.5.10[static-libs(+)?]
=x11-libs/cairo-1.10.2[svg,static-libs(+)?]
=x11-libs/pango-1.28
)
lua? ( dev-lang/lua[deprecated] )
perl? ( dev-lang/perl )
python? ( ${PYTHON_DEPS} )
tcl? ( dev-lang/tcl )
tcpd? ( sys-apps/tcp-wrappers )


DEPEND=
${CDEPEND}
sys-apps/groff
virtual/pkgconfig
virtual/awk

RDEPEND=
${CDEPEND}

PDEPEND=
ruby? ( dev-ruby/rrdtool-bindings )


python_compile() {
cd bindings/python || die 'can not enter to python bindings directory'
distutils-r1_python_compile
}

python_install() {
cd bindings/python || die 'can not enter to python bindings directory'
distutils-r1_python_install
}

src_prepare() {
epatch \
${FILESDIR}/${PN}-1.4.7-configure.ac.patch \
${FILESDIR}/${PN}-1.4.9-disable-rrd_graph-cgi.patch \
${FILESDIR}/${PN}-1.4.9-disable-rrd_graph-perl.patch \
${FILESDIR}/${PN}-1.4.9-disable-rrd_graph-lua.patch \
${FILESDIR}/${PN}-1.4.9-disable-rrd_graph-python.patch

# bug 456810
# no time to sleep
sed -i \
-e 's|$LUA_CFLAGS|IGNORE_THIS_BAD_TEST|g' \
-e 's|^sleep 1$||g' \
configure.ac || die

# Python bindings are built/installed manually
sed -i \
-e '/^all-local:/s| @COMP_PYTHON@||' \
bindings/Makefile.am || die

eautoreconf
}

src_configure() {
filter-flags -ffast-math

export RRDDOCDIR=${EPREFIX}/usr/share/doc/${PF}

# to solve bug #260380
[[ ${CHOST} == *-solaris* ]]  append-flags -D__EXTENSIONS__

# Stub configure.ac
local myconf=()
if ! use tcpd; then

[gentoo-commits] gentoo-x86 commit in dev-ruby/rrdtool-bindings: rrdtool-bindings-1.4.9.ebuild ChangeLog rrdtool-bindings-1.4.8-r2.ebuild metadata.xml rrdtool-bindings-1.4.8-r1.ebuild

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 09:35:45

  Modified: ChangeLog metadata.xml
  Added:rrdtool-bindings-1.4.9.ebuild
rrdtool-bindings-1.4.8-r2.ebuild
  Removed:  rrdtool-bindings-1.4.8-r1.ebuild
  Log:
  Version bump. Add USE=graph (bug #517238).
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  ChangesPath
1.14 dev-ruby/rrdtool-bindings/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rrdtool-bindings/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   20 Sep 2014 21:13:26 -  1.13
+++ ChangeLog   4 Oct 2014 09:35:45 -   1.14
@@ -1,6 +1,15 @@
 # ChangeLog for dev-ruby/rrdtool-bindings
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rrdtool-bindings/ChangeLog,v 1.13 
2014/09/20 21:13:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rrdtool-bindings/ChangeLog,v 1.14 
2014/10/04 09:35:45 jer Exp $
+
+*rrdtool-bindings-1.4.9 (04 Oct 2014)
+*rrdtool-bindings-1.4.8-r2 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers j...@gentoo.org
+  -rrdtool-bindings-1.4.8-r1.ebuild, +rrdtool-bindings-1.4.8-r2.ebuild,
+  +rrdtool-bindings-1.4.9.ebuild,
+  +files/rrdtool-bindings-1.4.8-graph-ruby.patch, metadata.xml:
+  Version bump. Add USE=graph (bug #517238).
 
   20 Sep 2014; Agostino Sarubbo a...@gentoo.org 
rrdtool-bindings-1.4.8.ebuild:
   Stable for ppc, wrt bug #517234



1.2  dev-ruby/rrdtool-bindings/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rrdtool-bindings/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml19 May 2014 18:05:15 -  1.1
+++ metadata.xml4 Oct 2014 09:35:45 -   1.2
@@ -3,4 +3,7 @@
 pkgmetadata
   herdruby/herd
   herdnetmon/herd
+use
+flag name='graph'Enable support for graphing functions/flag
+/use
 /pkgmetadata



1.1  dev-ruby/rrdtool-bindings/rrdtool-bindings-1.4.9.ebuild

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

Index: rrdtool-bindings-1.4.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.4.9.ebuild,v
 1.1 2014/10/04 09:35:45 jer Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=

inherit ruby-ng

MY_P=${P/-bindings}

DESCRIPTION=Ruby bindings for rrdtool
HOMEPAGE=http://oss.oetiker.ch/rrdtool/;
SRC_URI=http://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz;
RUBY_S=$MY_P/bindings/ruby

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris
IUSE=graph test
REQUIRED_USE=test? ( graph )

# Block on older versions of rrdtool that install the bindings themselves.
# requires rrd_xport which requires rrd_graph 
RDEPEND=
~net-analyzer/rrdtool-${PV}[graph=]

DEPEND=
test? ( ~net-analyzer/rrdtool-${PV}[graph] )


RUBY_PATCHES=(
${FILESDIR}/${PN}-1.4.8-graph-ruby.patch
)

each_ruby_configure() {
${RUBY} extconf.rb \
--with-cflags=${CFLAGS} $(usex graph -DHAVE_RRD_GRAPH '') || 
die
}

each_ruby_compile() {
emake V=1
}

each_ruby_test() {
${RUBY} -I. test.rb || die
}

all_ruby_install() {
dodoc CHANGES README
}

each_ruby_install() {
DESTDIR=${D} emake install
}



1.1  dev-ruby/rrdtool-bindings/rrdtool-bindings-1.4.8-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.4.8-r2.ebuild?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.3.0.ebuild

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 10:13:25

  Modified: ChangeLog
  Added:lensfun-0.3.0.ebuild
  Log:
  version bump by Soren Harward in bug #524224
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 072AD062)

Revision  ChangesPath
1.76 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   14 Sep 2014 09:05:46 -  1.75
+++ ChangeLog   4 Oct 2014 10:13:25 -   1.76
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.75 
2014/09/14 09:05:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.76 
2014/10/04 10:13:25 maekke Exp $
+
+*lensfun-0.3.0 (04 Oct 2014)
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org +lensfun-0.3.0.ebuild:
+  version bump by Soren Harward in bug #524224
 
   14 Sep 2014; Markus Meier mae...@gentoo.org lensfun-0.2.8-r1.ebuild,
   +files/lensfun-0.2.8-support-clang-visibility-as-gcc.patch:



1.1  media-libs/lensfun/lensfun-0.3.0.ebuild

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

Index: lensfun-0.3.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild,v 
1.1 2014/10/04 10:13:25 maekke Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit multilib python-single-r1 cmake-utils

DESCRIPTION=lensfun: A library for rectifying and simulating photographic lens 
distortions
HOMEPAGE=http://lensfun.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=LGPL-3 CC-BY-SA-3.0 # See README for reasoning.
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux
IUSE=doc sse sse2

RDEPEND==dev-libs/glib-2.28
media-libs/libpng:0=
sys-libs/zlib:=
DEPEND=${RDEPEND}
doc? ( app-doc/doxygen )

REQUIRED_USE=${PYTHON_REQUIRED_USE}

DOCS=( README docs/mounts.txt ChangeLog )

src_configure() {
local mycmakeargs=(
-DDOCDIR=${EPREFIX}/usr/share/doc/${PF}/html
-DLIBDIR=${EPREFIX}/usr/$(get_libdir)
-DBUILD_AUXFUN=ON
$(cmake-utils_use_build doc)
$(cmake-utils_use_build sse FOR_SSE)
$(cmake-utils_use_build sse2 FOR_SSE2)
-DBUILD_STATIC=OFF
-DBUILD_TESTS=OFF
)

cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-util/meld/files: meld-3.12.0-c-locale.patch

2014-10-04 Thread Pacho Ramos (pacho)
pacho   14/10/04 10:18:26

  Added:meld-3.12.0-c-locale.patch
  Log:
  Add forgotten patch (thanks to Gilles for noticing)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  dev-util/meld/files/meld-3.12.0-c-locale.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/meld/files/meld-3.12.0-c-locale.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/meld/files/meld-3.12.0-c-locale.patch?rev=1.1content-type=text/plain

Index: meld-3.12.0-c-locale.patch
===
From c361e4eaccfaed4f5c5d64a206ea7941e3ef8a57 Mon Sep 17 00:00:00 2001
From: Kai Willadsen kai.willad...@gmail.com
Date: Sat, 4 Oct 2014 10:01:05 +1000
Subject: build_helpers: Make sure that we build help for C locale (bgo#737833)


diff --git a/meld/build_helpers.py b/meld/build_helpers.py
index 385e3dc..69ad5bf 100644
--- a/meld/build_helpers.py
+++ b/meld/build_helpers.py
@@ -117,6 +117,9 @@ class build_help(distutils.cmd.Command):
 else:
 self.selected_languages = os.listdir(self.help_dir)
 
+if 'C' not in self.selected_languages:
+self.selected_languages.append('C')
+
 self.C_PAGES = glob.glob(os.path.join(self.help_dir, 'C', '*.page'))
 self.C_EXTRA = glob.glob(os.path.join(self.help_dir, 'C', '*.xml'))
 
-- 
cgit v0.10.1







[gentoo-commits] gentoo-x86 commit in dev-util/meld: ChangeLog

2014-10-04 Thread Pacho Ramos (pacho)
pacho   14/10/04 10:18:26

  Modified: ChangeLog
  Log:
  Add forgotten patch (thanks to Gilles for noticing)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.186dev-util/meld/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog   4 Oct 2014 08:30:48 -   1.185
+++ ChangeLog   4 Oct 2014 10:18:26 -   1.186
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/meld
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.185 2014/10/04 
08:30:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.186 2014/10/04 
10:18:26 pacho Exp $
+
+  04 Oct 2014; Pacho Ramos pa...@gentoo.org 
+files/meld-3.12.0-c-locale.patch:
+  Add forgotten patch (thanks to Gilles for noticing)
 
 *meld-3.12.0 (04 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-accessibility/orca: orca-3.12.3.ebuild ChangeLog

2014-10-04 Thread Pacho Ramos (pacho)
pacho   14/10/04 10:30:54

  Modified: orca-3.12.3.ebuild ChangeLog
  Log:
  Needs python liblouis
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  app-accessibility/orca/orca-3.12.3.ebuild

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

Index: orca-3.12.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.12.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- orca-3.12.3.ebuild  3 Oct 2014 09:42:02 -   1.2
+++ orca-3.12.3.ebuild  4 Oct 2014 10:30:54 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.12.3.ebuild,v 
1.2 2014/10/03 09:42:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.12.3.ebuild,v 
1.3 2014/10/04 10:30:54 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -32,7 +32,7 @@
=x11-libs/gtk+-3.6.2:3[introspection]
braille? (
=app-accessibility/brltty-5.0-r3[${PYTHON_USEDEP}]
-   dev-libs/liblouis[${PYTHON_USEDEP}] )
+   dev-libs/liblouis[python,${PYTHON_USEDEP}] )
${PYTHON_DEPS}
 
 RDEPEND=${COMMON_DEPEND}



1.137app-accessibility/orca/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   3 Oct 2014 09:42:02 -   1.136
+++ ChangeLog   4 Oct 2014 10:30:54 -   1.137
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/orca
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.136 
2014/10/03 09:42:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.137 
2014/10/04 10:30:54 pacho Exp $
+
+  04 Oct 2014; Pacho Ramos pa...@gentoo.org orca-3.12.3.ebuild:
+  Needs python liblouis
 
   03 Oct 2014; Pacho Ramos pa...@gentoo.org orca-3.12.3.ebuild:
   Require at least the brltty version that finally worked for me






[gentoo-commits] dev/maekke:master commit in: media-libs/lensfun/

2014-10-04 Thread Markus Meier
commit: d866b8c600d778ceb0d23b17d593a82acd4868ab
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Sat Oct  4 10:07:53 2014 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Sat Oct  4 10:07:53 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/maekke.git;a=commit;h=d866b8c6

version bump

Package-Manager: portage-2.2.14_rc1
Manifest-Sign-Key: 072AD062

---
 media-libs/lensfun/Manifest |  8 +++---
 media-libs/lensfun/lensfun-0.3.0.ebuild | 43 +
 2 files changed, 48 insertions(+), 3 deletions(-)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index 042b81e..5b7607e 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -6,13 +6,15 @@ AUX lensfun-0.2.8-r1-build.patch 1343 SHA256 
ed8401c6ac26c637ac7b8860f51033a53a5
 AUX lensfun-0.2.8-support-clang-visibility-as-gcc.patch 733 SHA256 
f0e50a5f3e813c75c7dd6c21132a1a9b21b807e5d4a46b66c9d04c24f055513a SHA512 
1d8583132bbed9f155f508a173f0a56459113917f51d8754bd41d77f8e757ad0af721f23b689530470bec1089004bd0d19a9f4cf88bb3b865d35b005b1bac80b
 WHIRLPOOL 
1cd161a7cab59d1ddfe0a94fd85f9846b6d54b23d5f9251e1415bc31217ac649fc6d6270e9da62be79d3ea49b809dd4a004395c29acaa534f3557da79f1faefb
 AUX lensfun-0.2.8-x32.patch 944 SHA256 
54d7b5413d39d25776e1a9a87171de132814652d08b0b122de41cad95110b9a7 SHA512 
6b21eb3cf3f84892b27eb76bf6af39767cca061d3762f019280961157349bb5829f6a61de8b6879e886471db3b47d3395bafdf043b4829428092f9eb90514a2f
 WHIRLPOOL 
1b1010acfceeddf4532af5e7b8a12d7702f6c503a972638547ba4d84ce607c2a2d1264c93f5433efa0567f3d486549f0951e48814c6810bbc2cd1c2cfaf4332b
 DIST lensfun-0.2.8.tar.bz2 628913 SHA256 
f88f97fbc78259a2b2edddef295caf50770901107c8469e54bb5e9699faa1a48 SHA512 
46fc545882884f806e3e4c8c49237243123f1f463379a4161821f627eb63b61815fcfe9c19f239b733a311c2c952e4a652fabe2d8e351e31d8157a5f2600e284
 WHIRLPOOL 
84118fe34e9a6984a5567546daf95ab7e5945e93efcfb45bcd86a157b6b20f3764921c53cfecd9419c9cb0205df8e940f61a828ae575f76bf12282b9b4fad0cc
+DIST lensfun-0.3.0.tar.bz2 636694 SHA256 
c2c3c03873cb549d49d42f118fcb0ffa95d1e45b9ff395e19facb63bf699bec1 SHA512 
2b0a57b3ae48401908d51372814424c1076d4219400935990af917f131e34261c44122773114c045a39db9062d6a0146cd44e20e3942d2bf3c281a5cc1494cc7
 WHIRLPOOL 
898b19dcfc70e8721bba45a8782f9e33a17180ab4ce21eef06b874f1bcf76bc0cae8231fdcff797ceb0bdd086266a42a47ebe6d63d20d0595aee11bbe713484a
 EBUILD lensfun-0.2.8-r1.ebuild 1344 SHA256 
9568cd387bf83b33be8cac54efbcb9b191f1d916964c8a07aed92486d0789896 SHA512 
cf25e843c1ba7f035813bffdfacb34a1f19962fc0ccd884262b33e3d29f3e2f4503546ebff3fbdadaa44b5b651ed732931f9ef881d55c1c5c511b815e704765d
 WHIRLPOOL 
7ad1a2b81bc45ab7d92e9aa465e12db21d248b14e4fcb7aabac9fe2363eca4da4431a705d2b1921139cac4b435c828fb6ac0c344cc662051fa05ee6303c12eda
 EBUILD lensfun-0.2.8.ebuild 1275 SHA256 
45c1763e4cec962f62d12ce88b5130409b19d7614e0604cf2dbed78377abd262 SHA512 
ff83b68c3ace9f1da0967dd1a31409e3343fec3f0a2327f0d9985476529f42f5093ed94d7b7150a3974244dbe9fd1c472e3022dea54407ebe621a2c67fbb3d14
 WHIRLPOOL 
298546946256fc620f5ebd5b6b32df9e23417e879264ac7bd0e941b2da682a4d68c369214f8c7f36ba96f2b6fa53ccfa645257c97469c28254f9336655c81425
+EBUILD lensfun-0.3.0.ebuild 1133 SHA256 
ef4c37de0c4c97eb45578219f8b8a36f01e7f30a531083766ddcee6affda9e2b SHA512 
e3db498ff7f7c8ff8aa49c10985a97a8c7a40539363a1e355427024d4fb920801e5df0e44bbc07e356306a0b35e3bba87fe1231551955c98bb83b7b66ab860e6
 WHIRLPOOL 
6fefbf8f9d795f3b17a85f480955b57f2c1daa555b1b1e6669f48c5ac67437844737cef9e66f9ba946c2e35457f6ed87e39fb8e80a51c2f06167de33fb3298f7
 MISC metadata.xml 434 SHA256 
cdad31489c1592f642177d2c6c152262fc5bba1e6322098a95cbe496d03c3c2f SHA512 
3735e2c7fd32e4b2309ebbfb2f8e3107698a5d722fbbb712bddda7dc665af5d994e8f213c06e247ff0fa04f09f209be2cd4fdac4ef218c5b60c99a65334944bf
 WHIRLPOOL 
21bc12855f7bbcd67f885b6a3e022372d5f55524ec305a9e405b2e7d09f76a571236da65d15e81c631c23fa4e914ff1e5ef68fa26f7a51249d5f0837035cd7ef
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iEYEAREIAAYFAlQmvXcACgkQkKaRLQcq0GJKIQCdEiesNPZYxUpZkL9A3PNaYbKE
-R5oAniRquytSk3uJRXhPlktbCI/Wy6s1
-=G/ED
+iEYEAREIAAYFAlQvxvgACgkQkKaRLQcq0GJClQCggI52/6KRjV9eZJ6k5k4nV0Kr
+mAIAoLVcVaREAh425C/n0JnXGhvfcwt/
+=PIer
 -END PGP SIGNATURE-

diff --git a/media-libs/lensfun/lensfun-0.3.0.ebuild 
b/media-libs/lensfun/lensfun-0.3.0.ebuild
new file mode 100644
index 000..747ab49
--- /dev/null
+++ b/media-libs/lensfun/lensfun-0.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit multilib python-single-r1 cmake-utils
+
+DESCRIPTION=lensfun: A library for rectifying and simulating photographic 
lens distortions
+HOMEPAGE=http://lensfun.sourceforge.net/;
+SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2
+
+LICENSE=LGPL-3 CC-BY-SA-3.0 # See README for reasoning.
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc 

[gentoo-commits] gentoo-x86 commit in dev-python/jsonpickle: jsonpickle-0.8.0.ebuild ChangeLog

2014-10-04 Thread Ian Delaney (idella4)
idella4 14/10/04 10:33:23

  Modified: ChangeLog
  Added:jsonpickle-0.8.0.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.24 dev-python/jsonpickle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   24 Sep 2014 19:40:49 -  1.23
+++ ChangeLog   4 Oct 2014 10:33:23 -   1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/jsonpickle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/ChangeLog,v 1.23 
2014/09/24 19:40:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/ChangeLog,v 1.24 
2014/10/04 10:33:23 idella4 Exp $
+
+*jsonpickle-0.8.0 (04 Oct 2014)
+
+  04 Oct 2014; Ian Delaney idel...@gentoo.org +jsonpickle-0.8.0.ebuild:
+  bump
 
   24 Sep 2014; Markus Meier mae...@gentoo.org jsonpickle-0.7.2.ebuild:
   add ~arm, bug #519616



1.1  dev-python/jsonpickle/jsonpickle-0.8.0.ebuild

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

Index: jsonpickle-0.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/jsonpickle/jsonpickle-0.8.0.ebuild,v 1.1 
2014/10/04 10:33:23 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Python library for serializing any arbitrary object graph into 
JSON
HOMEPAGE=http://jsonpickle.github.com/ http://pypi.python.org/pypi/jsonpickle;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
IUSE=doc test

# There are optional json backends in addition to those selected here
# jsonlib, demjson, yajl, jsonlib
RDEPEND=dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/feedparser[${PYTHON_USEDEP}]
dev-python/ujson[${PYTHON_USEDEP}]
DEPEND=test? ( ${RDEPEND} )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
$(python_gen_cond_dep 
'dev-python/sphinxtogithub[${PYTHON_USEDEP}]' python2_7) )

PATCHES=( ${FILESDIR}/${PN}-0.6.1-drop-brocken-backend.patch )

python_prepare_all() {
# Prevent un-needed d'loading during doc build
sed -e s/, 'sphinx.ext.intersphinx'// -i docs/source/conf.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
use doc  sphinx-build -b html -c docs/source/ docs/source/ 
docs/source/html
}

python_test() {
einfo testsuite has optional tests for package demjson
${PYTHON} tests/runtests.py || die
}

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






[gentoo-commits] dev/maekke:master commit in: scripts/

2014-10-04 Thread Markus Meier
commit: 77006a2b4eb2d57286756af22a3fc7b6ab01264a
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Sat Oct  4 10:37:05 2014 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Sat Oct  4 10:37:05 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/maekke.git;a=commit;h=77006a2b

ignore cvs header

---
 scripts/diff-gentoo-x86.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/diff-gentoo-x86.sh b/scripts/diff-gentoo-x86.sh
index 8ec6452..5bb21bc 100755
--- a/scripts/diff-gentoo-x86.sh
+++ b/scripts/diff-gentoo-x86.sh
@@ -8,7 +8,7 @@ pushd ${OVERLAY}  /dev/null
 for pkg in *-*/* ; do
if [[ -d ${CVS_DIR}/${pkg} ]] ; then
echo  ${pkg}
-   diff -ru -x CVS -x ChangeLog -x Manifest ${CVS_DIR}/${pkg} 
${pkg}
+   diff -ru -x CVS -x ChangeLog -x Manifest -I ^# \$Header: 
${CVS_DIR}/${pkg} ${pkg}
fi
 done
 



[gentoo-commits] gentoo-x86 commit in net-misc/iperf: iperf-3.0.8.ebuild ChangeLog

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 10:51:52

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

Revision  ChangesPath
1.60 net-misc/iperf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   15 Sep 2014 07:59:39 -  1.59
+++ ChangeLog   4 Oct 2014 10:51:51 -   1.60
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/iperf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.59 2014/09/15 
07:59:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.60 2014/10/04 
10:51:51 jer Exp $
+
+*iperf-3.0.8 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers j...@gentoo.org +iperf-3.0.8.ebuild:
+  Version bump.
 
   15 Sep 2014; Jeroen Roovers j...@gentoo.org -files/iperf.initd:
   Old.



1.1  net-misc/iperf/iperf-3.0.8.ebuild

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

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

EAPI=5
inherit autotools eutils

DESCRIPTION=A TCP, UDP, and SCTP network bandwidth measurement tool
LICENSE=BSD
SLOT=3
HOMEPAGE=https://github.com/esnet/iperf/;
SRC_URI=https://codeload.github.com/esnet/${PN}/tar.gz/${PV} - ${P}.tar.gz
KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint
IUSE=static-libs

src_prepare() {
epatch ${FILESDIR}/${PN}-3.0.5-flags.patch
eautoreconf
}

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

src_install() {
default
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyparted: pyparted-3.10_p0.ebuild ChangeLog

2014-10-04 Thread Jeroen Roovers (jer)
jer 14/10/04 11:10:54

  Modified: ChangeLog
  Added:pyparted-3.10_p0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  ChangesPath
1.89 dev-python/pyparted/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   23 May 2014 18:37:32 -  1.88
+++ ChangeLog   4 Oct 2014 11:10:54 -   1.89
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyparted
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.88 
2014/05/23 18:37:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.89 
2014/10/04 11:10:54 jer Exp $
+
+*pyparted-3.10_p0 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers j...@gentoo.org +pyparted-3.10_p0.ebuild:
+  Version bump.
 
   23 May 2014; Jeroen Roovers j...@gentoo.org -pyparted-3.8-r1.ebuild,
   -pyparted-3.9.ebuild:



1.1  dev-python/pyparted/pyparted-3.10_p0.ebuild

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

Index: pyparted-3.10_p0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10_p0.ebuild,v 1.1 
2014/10/04 11:10:54 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_7,3_{3,4}})
inherit distutils-r1

DESCRIPTION=Python bindings for sys-block/parted
HOMEPAGE=https://fedorahosted.org/pyparted/;
SRC_URI=https://fedorahosted.org/releases/p/y/${PN}/${P/_p/.}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=test

RDEPEND==sys-block/parted-3.1
dev-python/decorator[${PYTHON_USEDEP}]
sys-libs/ncurses
DEPEND=virtual/pkgconfig
${RDEPEND}
# test? ( dev-python/pychecker )

S=${WORKDIR}/${P/_p/.}

src_test() {
ewarn Test suite disabled until dev-python/pychecker
ewarn is migrated to -r1.eclass
}






[gentoo-commits] gentoo-x86 commit in net-misc/iperf: iperf-3.0.7.ebuild ChangeLog

2014-10-04 Thread Anthony G. Basile (blueness)
blueness14/10/04 11:13:04

  Modified: iperf-3.0.7.ebuild ChangeLog
  Log:
  Stable on ppc/ppc64, bug #52
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.2  net-misc/iperf/iperf-3.0.7.ebuild

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

Index: iperf-3.0.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iperf-3.0.7.ebuild  3 Sep 2014 14:18:47 -   1.1
+++ iperf-3.0.7.ebuild  4 Oct 2014 11:13:04 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.7.ebuild,v 1.1 
2014/09/03 14:18:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.7.ebuild,v 1.2 
2014/10/04 11:13:04 blueness Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -10,7 +10,7 @@
 SLOT=3
 HOMEPAGE=https://github.com/esnet/iperf/;
 SRC_URI=https://codeload.github.com/esnet/${PN}/tar.gz/${PV} - ${P}.tar.gz
-KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint
+KEYWORDS=~amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint
 IUSE=static-libs
 
 src_prepare() {



1.61 net-misc/iperf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   4 Oct 2014 10:51:51 -   1.60
+++ ChangeLog   4 Oct 2014 11:13:04 -   1.61
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/iperf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.60 2014/10/04 
10:51:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.61 2014/10/04 
11:13:04 blueness Exp $
+
+  04 Oct 2014; Anthony G. Basile bluen...@gentoo.org iperf-3.0.7.ebuild:
+  Stable on ppc/ppc64, bug #52
 
 *iperf-3.0.8 (04 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/imagemagick: imagemagick-6.8.9.8.ebuild ChangeLog

2014-10-04 Thread Samuli Suominen (ssuominen)
ssuominen14/10/04 11:29:20

  Modified: ChangeLog
  Added:imagemagick-6.8.9.8.ebuild
  Log:
  Version bump because of 2014-09-16 6.8.9-8 Cristy 
quetzlzacatenango@image... JPEG library version = 80 is thread safe, ref. 
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2t=25495
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.564media-gfx/imagemagick/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v
retrieving revision 1.563
retrieving revision 1.564
diff -u -r1.563 -r1.564
--- ChangeLog   27 Sep 2014 07:00:16 -  1.563
+++ ChangeLog   4 Oct 2014 11:29:20 -   1.564
@@ -1,6 +1,14 @@
 # ChangeLog for media-gfx/imagemagick
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.563 
2014/09/27 07:00:16 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.564 
2014/10/04 11:29:20 ssuominen Exp $
+
+*imagemagick-6.8.9.8 (04 Oct 2014)
+
+  04 Oct 2014; Samuli Suominen ssuomi...@gentoo.org
+  +imagemagick-6.8.9.8.ebuild:
+  Version bump because of 2014-09-16 6.8.9-8 Cristy
+  quetzlzacatenango@image... JPEG library version = 80 is thread safe, ref.
+  http://www.imagemagick.org/discourse-server/viewtopic.php?f=2t=25495
 
   27 Sep 2014; Fabian Groffen grob...@gentoo.org imagemagick-6.8.9.7.ebuild:
   force configure to use bash due to bashisms (x=${x/foo/})



1.1  media-gfx/imagemagick/imagemagick-6.8.9.8.ebuild

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

Index: imagemagick-6.8.9.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.8.9.8.ebuild,v 1.1 
2014/10/04 11:29:20 ssuominen Exp $

EAPI=5
inherit eutils flag-o-matic libtool multilib toolchain-funcs versionator

MY_P=ImageMagick-$(replace_version_separator 3 '-')

DESCRIPTION=A collection of tools and libraries for many image formats
HOMEPAGE=http://www.imagemagick.org/;
SRC_URI=mirror://${PN}/${MY_P}.tar.xz

LICENSE=imagemagick
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib

RESTRICT=perl? ( userpriv )

RDEPEND==sys-devel/libtool-2.2.6b
autotrace? ( =media-gfx/autotrace-0.31.1 )
bzip2? ( app-arch/bzip2 )
corefonts? ( media-fonts/corefonts )
djvu? ( app-text/djvu )
fftw? ( sci-libs/fftw:3.0 )
fontconfig? ( media-libs/fontconfig )
fpx? ( =media-libs/libfpx-1.3.0-r1 )
graphviz? ( media-gfx/graphviz )
jbig? ( =media-libs/jbigkit-2:= )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( =media-libs/openjpeg-2.1.0:2 )
lcms? ( media-libs/lcms:2= )
lqr? ( media-libs/liblqr )
opencl? ( virtual/opencl )
openexr? ( media-libs/openexr:0= )
pango? ( x11-libs/pango )
perl? ( =dev-lang/perl-5.8.8:0= )
png? ( media-libs/libpng:0= )
postscript? ( app-text/ghostscript-gpl )
raw? ( media-gfx/ufraw )
svg? ( gnome-base/librsvg )
tiff? ( media-libs/tiff:0= )
truetype? (
media-fonts/urw-fonts
=media-libs/freetype-2
)
webp? ( media-libs/libwebp:0= )
wmf? ( media-libs/libwmf )
X? (
x11-libs/libICE
x11-libs/libSM
x11-libs/libXext
x11-libs/libXt
)
xml? ( dev-libs/libxml2:= )
lzma? ( app-arch/xz-utils )
zlib? ( sys-libs/zlib:= )
DEPEND=${RDEPEND}
!media-gfx/graphicsmagick[imagemagick]
virtual/pkgconfig
X? ( x11-proto/xextproto )

REQUIRED_USE=corefonts? ( truetype )
test? ( 

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

2014-10-04 Thread Markos Chandras (hwoarang)
hwoarang14/10/04 11:33:14

  Modified: griffith-.ebuild ChangeLog
  Log:
  depend on libglade. Bug #295291
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.12 media-video/griffith/griffith-.ebuild

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

Index: griffith-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- griffith-.ebuild28 Dec 2013 21:25:30 -  1.11
+++ griffith-.ebuild4 Oct 2014 11:33:14 -   1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-.ebuild,v 
1.11 2013/12/28 21:25:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-.ebuild,v 
1.12 2014/10/04 11:33:14 hwoarang Exp $
 
 EAPI=4
 ESVN_REPO_URI=http://svn.berlios.de/svnroot/repos/griffith/trunk;
@@ -19,7 +19,7 @@
 IUSE=doc
 
 RDEPEND=virtual/python-imaging
-   dev-util/glade:3
+   gnome-base/libglade
dev-python/pyxml
=dev-python/pygtk-2.6.1:2
dev-python/pygobject:2



1.66 media-video/griffith/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   28 Dec 2013 21:25:30 -  1.65
+++ ChangeLog   4 Oct 2014 11:33:14 -   1.66
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/griffith
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.65 
2013/12/28 21:25:30 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.66 
2014/10/04 11:33:14 hwoarang Exp $
+
+  04 Oct 2014; Markos Chandras hwoar...@gentoo.org griffith-.ebuild:
+  depend on libglade. Bug #295291
 
   28 Dec 2013; Markos Chandras hwoar...@gentoo.org griffith-.ebuild:
   Remove obsolete patch. Bug #496206






[gentoo-commits] gentoo-x86 commit in app-i18n/transifex-client: transifex-client-0.10.ebuild transifex-client-0.11_beta.ebuild ChangeLog

2014-10-04 Thread Markos Chandras (hwoarang)
hwoarang14/10/04 11:40:44

  Modified: transifex-client-0.10.ebuild
transifex-client-0.11_beta.ebuild ChangeLog
  Log:
  Add missing setuptools dep. Bug #515180
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.3  app-i18n/transifex-client/transifex-client-0.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/transifex-client-0.10.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/transifex-client-0.10.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/transifex-client-0.10.ebuild?r1=1.2r2=1.3

Index: transifex-client-0.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- transifex-client-0.10.ebuild30 May 2014 19:19:22 -  1.2
+++ transifex-client-0.10.ebuild4 Oct 2014 11:40:44 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.10.ebuild,v
 1.2 2014/05/30 19:19:22 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.10.ebuild,v
 1.3 2014/10/04 11:40:44 hwoarang Exp $
 
 EAPI=5
 
@@ -17,5 +17,5 @@
 KEYWORDS=amd64 x86
 IUSE=
 
-DEPEND=
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 RDEPEND=



1.2  app-i18n/transifex-client/transifex-client-0.11_beta.ebuild

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

Index: transifex-client-0.11_beta.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.11_beta.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- transifex-client-0.11_beta.ebuild   30 May 2014 19:18:11 -  1.1
+++ transifex-client-0.11_beta.ebuild   4 Oct 2014 11:40:44 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.11_beta.ebuild,v
 1.1 2014/05/30 19:18:11 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.11_beta.ebuild,v
 1.2 2014/10/04 11:40:44 hwoarang Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-DEPEND=
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 RDEPEND=
 
 S=${WORKDIR}/${MY_P}



1.32 app-i18n/transifex-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   30 May 2014 19:19:22 -  1.31
+++ ChangeLog   4 Oct 2014 11:40:44 -   1.32
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/transifex-client
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/ChangeLog,v 1.31 
2014/05/30 19:19:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/ChangeLog,v 1.32 
2014/10/04 11:40:44 hwoarang Exp $
+
+  04 Oct 2014; Markos Chandras hwoar...@gentoo.org
+  transifex-client-0.10.ebuild, transifex-client-0.11_beta.ebuild:
+  Add missing setuptools dep. Bug #515180
 
   30 May 2014; Markos Chandras hwoar...@gentoo.org
   -transifex-client-0.8.0-r1.ebuild, -transifex-client-0.9.2.ebuild,






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

2014-10-04 Thread Markos Chandras (hwoarang)
hwoarang14/10/04 11:41:46

  Modified: ChangeLog use.mask
  Log:
  Drop qt4 mask. The package is keyworded on MIPS. Mask it again on a 
subprofile if necessary

Revision  ChangesPath
1.147profiles/arch/mips/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog   16 Sep 2014 17:12:06 -  1.146
+++ ChangeLog   4 Oct 2014 11:41:46 -   1.147
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/MIPS profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.146 
2014/09/16 17:12:06 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.147 
2014/10/04 11:41:46 hwoarang Exp $
+
+  04 Oct 2014; Markos Chandras hwoar...@gentoo.org use.mask:
+  Drop qt4 mask. The package is keyworded on MIPS. Mask it again on a
+  subprofile if necessary
 
   16 Sep 2014; ChĂ­-Thanh Christopher Nguyá»…n chith...@gentoo.org
   package.use.mask:



1.76 profiles/arch/mips/use.mask

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

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- use.mask30 Jun 2014 15:34:54 -  1.75
+++ use.mask4 Oct 2014 11:41:46 -   1.76
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.75 
2014/06/30 15:34:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.76 
2014/10/04 11:41:46 hwoarang Exp $
 
 # Unmask the flag which corresponds to ARCH.
 -mips
@@ -77,10 +77,6 @@
 cdb
 nextaw
 
-# Ilya A. Volynets-Evenbakh il...@gentoo.org
-# Not yet tested, and gets in the way for some KDE-related packages
-qt4
-
 # Until someone actually needs fuse, we'll mask it as
 # it holds up stablizing ntfsprogs
 fuse






[gentoo-commits] gentoo-x86 commit in dev-lang/scala: scala-2.11.2.ebuild ChangeLog

2014-10-04 Thread Mark Wright (gienah)
gienah  14/10/04 12:14:50

  Modified: ChangeLog
  Added:scala-2.11.2.ebuild
  Log:
  Bump scala to 2.11.2, fixes Bug 517984 - dev-lang/scala-2.11.2 version bump, 
thanks to Joel for reporting.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 618E971F)

Revision  ChangesPath
1.38 dev-lang/scala/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   8 Jul 2014 15:17:10 -   1.37
+++ ChangeLog   4 Oct 2014 12:14:50 -   1.38
@@ -1,6 +1,13 @@
 # ChangeLog for dev-lang/scala
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.37 2014/07/08 
15:17:10 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.38 2014/10/04 
12:14:50 gienah Exp $
+
+*scala-2.11.2 (04 Oct 2014)
+
+  04 Oct 2014; Mark Wright gie...@gentoo.org 
+files/scala-2.11.2-no-git.patch,
+  +scala-2.11.2.ebuild:
+  Bump scala to 2.11.2, fixes Bug 517984 - dev-lang/scala-2.11.2 version bump,
+  thanks to Joel for reporting.
 
 *scala-2.11.1 (08 Jul 2014)
 



1.1  dev-lang/scala/scala-2.11.2.ebuild

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

Index: scala-2.11.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.11.2.ebuild,v 1.1 
2014/10/04 12:14:50 gienah Exp $

EAPI=5

JAVA_PKG_IUSE=doc source
JAVA_ANT_DISABLE_ANT_CORE_DEP=yes
EANT_TEST_TARGET=test.suite

inherit eutils check-reqs java-pkg-2 java-ant-2 versionator

MY_P=${PN}-sources-${PV}

# creating the binary:
# JAVA_PKG_FORCE_VM=$available-1.8 USE=doc source ebuild scala-*.ebuild 
compile
# cd $WORDKIR
# tar -cjf scala-2.11.2-gentoo-binary.tar.bz2 scala-2.11.2/build/pack/bin \
# scala-2.11.2/build/pack/lib/ scala-2.11.2/build/pack/man \
# scala-2.11.2/src/actors/ scala-2.11.2/src/forkjoin/ \
# scala-2.11.2/src/library scala-2.11.2/src/library-aux/ \
# scala-2.11.2/src/reflect/ scala-2.11.2/docs/TODO \
# scala-2.11.2/doc/README scala-2.11.2/build/scaladoc/compiler

# In the pullJarFiles function in tools/binary-repo-lib.sh it executes find 
commands
# to search for .desired.sha1 files, which contain sha1 hashes that are appended
# to ${BURI} along with the subdirectory and filename to form the list of jar 
files
# listed in SRC_URI.  The output of this find command can be hacked into the 
desired format:
# find . -name \*.desired.sha1 -exec sed -e 's@\([0-9a-f]*\).*@\1@' {} \; -print
# After editing it into the desired format: sort -t / -k 3 file

BURI=http://repo.typesafe.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap;

declare -a JURI=( \

${BURI}/943cd5c8802b2a3a64a010efb86ec19bac142e40/lib/ant/ant-contrib.jar - 
${P}-ant-contrib.jar \

${BURI}/3fc1e35ca8c991fc3488548f7a276bd9053c179d/lib/ant/ant-dotnet-1.0.jar - 
${P}-ant-dotnet-1.0.jar \
${BURI}/7b456ca6b93900f96e58cc8371f03d90a9c1c8d1/lib/ant/ant.jar - 
${P}-ant.jar \

${BURI}/7e50e3e227d834695f1e0bf018a7326e06ee4c86/lib/ant/maven-ant-tasks-2.1.1.jar
 - ${P}-maven-ant-tasks-2.1.1.jar \
${BURI}/2c61d6e9a912b3253194d5d6d3e1db7e2545ac4b/lib/ant/vizant.jar - 
${P}-vizant.jar \
${BURI}/ddd7d5398733c4fbbb8355c049e258d47af636cf/lib/forkjoin.jar - 
${P}-forkjoin.jar \

${BURI}/0392ecdeb306263c471ce51fa368223388b82b61/test/benchmarks/lib/jsr166_and_extra.jar
 - ${P}-jsr166_and_extra.jar \

${BURI}/e737b123d31eede5594ceda07caafed1673ec472/test/files/codelib/code.jar 
- ${P}-code.jar \

${BURI}/02fe2ed93766323a13f22c7a7e2ecdcd84259b6c/test/files/lib/annotations.jar
 - ${P}-annotations.jar \

${BURI}/981392dbd1f727b152cd1c908c5fce60ad9d07f7/test/files/lib/enums.jar - 
${P}-enums.jar \

${BURI}/b1ec8a095cec4902b3609d74d274c04365c59c04/test/files/lib/genericNest.jar
 - ${P}-genericNest.jar \

${BURI}/346d3dff4088839d6b4d163efa2892124039d216/test/files/lib/jsoup-1.3.1.jar
 - ${P}-jsoup-1.3.1.jar \

${BURI}/3794ec22d9b27f2b179bd34e9b46db771b934ec3/test/files/lib/macro210.jar 
- ${P}-macro210.jar \


[gentoo-commits] gentoo-x86 commit in dev-lang/scala/files: scala-2.11.2-no-git.patch

2014-10-04 Thread Mark Wright (gienah)
gienah  14/10/04 12:14:50

  Added:scala-2.11.2-no-git.patch
  Log:
  Bump scala to 2.11.2, fixes Bug 517984 - dev-lang/scala-2.11.2 version bump, 
thanks to Joel for reporting.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 618E971F)

Revision  ChangesPath
1.1  dev-lang/scala/files/scala-2.11.2-no-git.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/files/scala-2.11.2-no-git.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/files/scala-2.11.2-no-git.patch?rev=1.1content-type=text/plain

Index: scala-2.11.2-no-git.patch
===
--- scala-2.11.2-orig/tools/get-scala-commit-date   2014-07-21 
17:50:18.0 +1000
+++ scala-2.11.2/tools/get-scala-commit-date2014-10-04 18:33:48.729779264 
+1000
@@ -10,8 +10,8 @@
 
 [[ $# -eq 0 ]] || cd $1
 
-lastcommitdate=$(git log --format=%ci HEAD | head -n 1 | cut -d ' ' -f 1)
-lastcommithours=$(git log --format=%ci HEAD | head -n 1 | cut -d ' ' -f 2)
+lastcommitdate=2014-07-21
+lastcommithours=00:00:00
 
 # 20120324
 echo ${lastcommitdate//-/}-${lastcommithours//:/}
--- scala-2.11.2-orig/tools/get-scala-commit-sha2014-07-21 
17:50:18.0 +1000
+++ scala-2.11.2/tools/get-scala-commit-sha 2014-10-04 18:34:32.541990564 
+1000
@@ -12,7 +12,7 @@
 
 # printf %016s is not portable for 0-padding, has to be a digit.
 # so we're stuck disassembling it.
-hash=$(git log -1 --format=%H HEAD)
+hash=73fb460c1cd20ee97556ec0867d17efaa795d129
 hash=${hash#g}
 hash=${hash:0:10}
 echo $hash






[gentoo-commits] gentoo-x86 commit in dev-python/pillow: ChangeLog pillow-2.5.3.ebuild

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 12:15:02

  Modified: ChangeLog pillow-2.5.3.ebuild
  Log:
  arm stable, bug #522426
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.39 dev-python/pillow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 Sep 2014 05:47:10 -  1.38
+++ ChangeLog   4 Oct 2014 12:15:02 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pillow
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v 1.38 
2014/09/13 05:47:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v 1.39 
2014/10/04 12:15:02 maekke Exp $
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org pillow-2.5.3.ebuild:
+  arm stable, bug #522426
 
   13 Sep 2014; Jeroen Roovers j...@gentoo.org pillow-2.5.3.ebuild:
   Stable for HPPA (bug #522426).



1.6  dev-python/pillow/pillow-2.5.3.ebuild

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

Index: pillow-2.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.5.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pillow-2.5.3.ebuild 13 Sep 2014 05:47:10 -  1.5
+++ pillow-2.5.3.ebuild 4 Oct 2014 12:15:02 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.5.3.ebuild,v 1.5 
2014/09/13 05:47:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.5.3.ebuild,v 1.6 
2014/10/04 12:15:02 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE=HPND
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=doc examples jpeg jpeg2k lcms scanner test tiff tk truetype webp zlib
 REQUIRED_USE=test? ( jpeg )
 






[gentoo-commits] gentoo-x86 commit in net-irc/irssi: ChangeLog irssi-0.8.16.ebuild

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 12:16:07

  Modified: ChangeLog irssi-0.8.16.ebuild
  Log:
  arm stable, bug #519564
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.198net-irc/irssi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog   27 Sep 2014 19:18:38 -  1.197
+++ ChangeLog   4 Oct 2014 12:16:07 -   1.198
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/irssi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.197 2014/09/27 
19:18:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.198 2014/10/04 
12:16:07 maekke Exp $
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org irssi-0.8.16.ebuild:
+  arm stable, bug #519564
 
   27 Sep 2014; Jeroen Roovers j...@gentoo.org irssi-0.8.16.ebuild:
   Stable for HPPA (bug #519564).



1.6  net-irc/irssi/irssi-0.8.16.ebuild

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

Index: irssi-0.8.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- irssi-0.8.16.ebuild 27 Sep 2014 19:18:38 -  1.5
+++ irssi-0.8.16.ebuild 4 Oct 2014 12:16:07 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.16.ebuild,v 1.5 
2014/09/27 19:18:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.16.ebuild,v 1.6 
2014/10/04 12:16:07 maekke Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=ipv6 +perl selinux ssl socks5 +proxy
 
 RDEPEND=sys-libs/ncurses






[gentoo-commits] gentoo-x86 commit in x11-misc/imake: ChangeLog imake-1.0.7.ebuild

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 12:17:10

  Modified: ChangeLog imake-1.0.7.ebuild
  Log:
  arm stable, bug #499166
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.71 x11-misc/imake/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   28 Sep 2014 11:00:41 -  1.70
+++ ChangeLog   4 Oct 2014 12:17:10 -   1.71
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/imake
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.70 2014/09/28 
11:00:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.71 2014/10/04 
12:17:10 maekke Exp $
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org imake-1.0.7.ebuild:
+  arm stable, bug #499166
 
   28 Sep 2014; Jeroen Roovers j...@gentoo.org imake-1.0.7.ebuild:
   Stable for HPPA (bug #499166).



1.3  x11-misc/imake/imake-1.0.7.ebuild

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

Index: imake-1.0.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imake-1.0.7.ebuild  28 Sep 2014 11:00:41 -  1.2
+++ imake-1.0.7.ebuild  4 Oct 2014 12:17:10 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild,v 1.2 
2014/09/28 11:00:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild,v 1.3 
2014/10/04 12:17:10 maekke Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 inherit xorg-2
 
 DESCRIPTION=C preprocessor interface to the make utility
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 RDEPEND=x11-misc/xorg-cf-files






[gentoo-commits] gentoo-x86 commit in net-wireless/wpa_supplicant: ChangeLog wpa_supplicant-2.2-r1.ebuild

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 12:20:18

  Modified: ChangeLog wpa_supplicant-2.2-r1.ebuild
  Log:
  arm stable, bug #522852
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.215net-wireless/wpa_supplicant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog   13 Jun 2014 14:56:17 -  1.214
+++ ChangeLog   4 Oct 2014 12:20:18 -   1.215
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/wpa_supplicant
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 
1.214 2014/06/13 14:56:17 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 
1.215 2014/10/04 12:20:18 maekke Exp $
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org wpa_supplicant-2.2-r1.ebuild:
+  arm stable, bug #522852
 
 *wpa_supplicant-2.2-r1 (13 Jun 2014)
 



1.2  net-wireless/wpa_supplicant/wpa_supplicant-2.2-r1.ebuild

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

Index: wpa_supplicant-2.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wpa_supplicant-2.2-r1.ebuild13 Jun 2014 14:56:17 -  1.1
+++ wpa_supplicant-2.2-r1.ebuild4 Oct 2014 12:20:18 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.2-r1.ebuild,v
 1.1 2014/06/13 14:56:17 gurligebis Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.2-r1.ebuild,v
 1.2 2014/10/04 12:20:18 maekke Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 LICENSE=|| ( GPL-2 BSD )
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=~alpha ~amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=ap dbus gnutls eap-sim fasteap p2p ps3 qt4 readline selinux smartcard 
ssl wimax wps kernel_linux kernel_FreeBSD
 REQUIRED_USE=fasteap? ( !gnutls !ssl ) smartcard? ( ssl )
 






[gentoo-commits] gentoo-x86 commit in dev-python/sip: ChangeLog sip-4.16.2.ebuild

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 12:21:43

  Modified: ChangeLog sip-4.16.2.ebuild
  Log:
  arm stable, bug #523322
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.290dev-python/sip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog   21 Sep 2014 11:18:10 -  1.289
+++ ChangeLog   4 Oct 2014 12:21:43 -   1.290
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.289 2014/09/21 
11:18:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.290 2014/10/04 
12:21:43 maekke Exp $
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org sip-4.16.2.ebuild:
+  arm stable, bug #523322
 
   21 Sep 2014; Jeroen Roovers j...@gentoo.org sip-4.16.2.ebuild:
   Stable for HPPA (bug #523322).



1.4  dev-python/sip/sip-4.16.2.ebuild

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

Index: sip-4.16.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sip-4.16.2.ebuild   21 Sep 2014 11:18:10 -  1.3
+++ sip-4.16.2.ebuild   4 Oct 2014 12:21:43 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild,v 1.3 
2014/09/21 11:18:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild,v 1.4 
2014/10/04 12:21:43 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -28,7 +28,7 @@
 
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
 SLOT=0/11
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=debug doc
 
 DEPEND=${PYTHON_DEPS}






[gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: ChangeLog PyQt4-4.11.1.ebuild

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 12:22:24

  Modified: ChangeLog PyQt4-4.11.1.ebuild
  Log:
  arm stable, bug #523322
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.269dev-python/PyQt4/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   20 Sep 2014 20:05:06 -  1.268
+++ ChangeLog   4 Oct 2014 12:22:24 -   1.269
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.268 
2014/09/20 20:05:06 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.269 
2014/10/04 12:22:24 maekke Exp $
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org PyQt4-4.11.1.ebuild:
+  arm stable, bug #523322
 
 *PyQt4-4.11.2 (20 Sep 2014)
 



1.5  dev-python/PyQt4/PyQt4-4.11.1.ebuild

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

Index: PyQt4-4.11.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PyQt4-4.11.1.ebuild 20 Sep 2014 20:05:06 -  1.4
+++ PyQt4-4.11.1.ebuild 4 Oct 2014 12:22:24 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v 1.4 
2014/09/20 20:05:06 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v 1.5 
2014/10/04 12:22:24 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -20,7 +20,7 @@
 
 LICENSE=|| ( GPL-2 GPL-3 )
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
 
 IUSE=X dbus debug declarative designer doc examples help kde multimedia 
opengl phonon script scripttools sql svg webkit xmlpatterns
 REQUIRED_USE=






[gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.8.6.ebuild ChangeLog

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 12:23:42

  Modified: sqlite-3.8.6.ebuild ChangeLog
  Log:
  arm stable, bug #523484
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.3  dev-db/sqlite/sqlite-3.8.6.ebuild

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

Index: sqlite-3.8.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sqlite-3.8.6.ebuild 23 Sep 2014 07:29:42 -  1.2
+++ sqlite-3.8.6.ebuild 4 Oct 2014 12:23:41 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.2 
2014/09/23 07:29:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.3 
2014/10/04 12:23:41 maekke Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 
 LICENSE=public-domain
 SLOT=3
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 ~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=debug doc icu +readline secure-delete static-libs tcl test
 
 RDEPEND=icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] )



1.530dev-db/sqlite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.530view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.530content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.529r2=1.530

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -r1.529 -r1.530
--- ChangeLog   23 Sep 2014 07:29:42 -  1.529
+++ ChangeLog   4 Oct 2014 12:23:41 -   1.530
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/sqlite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.529 2014/09/23 
07:29:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.530 2014/10/04 
12:23:41 maekke Exp $
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org sqlite-3.8.6.ebuild:
+  arm stable, bug #523484
 
   23 Sep 2014; Jeroen Roovers j...@gentoo.org sqlite-3.8.6.ebuild:
   Stable for HPPA (bug #523484).






[gentoo-commits] gentoo-x86 commit in net-ftp/lftp: ChangeLog lftp-4.5.5.ebuild

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 12:24:56

  Modified: ChangeLog lftp-4.5.5.ebuild
  Log:
  arm stable, bug #523654
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.483net-ftp/lftp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.483view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.483content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?r1=1.482r2=1.483

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v
retrieving revision 1.482
retrieving revision 1.483
diff -u -r1.482 -r1.483
--- ChangeLog   27 Sep 2014 08:05:31 -  1.482
+++ ChangeLog   4 Oct 2014 12:24:56 -   1.483
@@ -1,6 +1,9 @@
 # ChangeLog for net-ftp/lftp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.482 2014/09/27 
08:05:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.483 2014/10/04 
12:24:56 maekke Exp $
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org lftp-4.5.5.ebuild:
+  arm stable, bug #523654
 
   27 Sep 2014; Jeroen Roovers j...@gentoo.org lftp-4.5.5.ebuild:
   Stable for HPPA (bug #523654).



1.4  net-ftp/lftp/lftp-4.5.5.ebuild

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

Index: lftp-4.5.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.5.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lftp-4.5.5.ebuild   27 Sep 2014 08:05:31 -  1.3
+++ lftp-4.5.5.ebuild   4 Oct 2014 12:24:56 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.5.5.ebuild,v 1.3 
2014/09/27 08:05:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.5.5.ebuild,v 1.4 
2014/10/04 12:24:56 maekke Exp $
 
 EAPI=5
 inherit autotools eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
 
 IUSE=convert-mozilla-cookies +gnutls nls openssl socks5 +ssl verify-file
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )






[gentoo-commits] gentoo-x86 commit in dev-libs/geoip: ChangeLog geoip-1.6.2.ebuild

2014-10-04 Thread Markus Meier (maekke)
maekke  14/10/04 12:25:44

  Modified: ChangeLog geoip-1.6.2.ebuild
  Log:
  arm stable, bug #523034
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.223dev-libs/geoip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   19 Sep 2014 16:43:53 -  1.222
+++ ChangeLog   4 Oct 2014 12:25:44 -   1.223
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/geoip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.222 2014/09/19 
16:43:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.223 2014/10/04 
12:25:44 maekke Exp $
+
+  04 Oct 2014; Markus Meier mae...@gentoo.org geoip-1.6.2.ebuild:
+  arm stable, bug #523034
 
   19 Sep 2014; Jeroen Roovers j...@gentoo.org geoip-1.6.2.ebuild:
   Stable for HPPA (bug #523034).



1.4  dev-libs/geoip/geoip-1.6.2.ebuild

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

Index: geoip-1.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geoip-1.6.2.ebuild  19 Sep 2014 16:43:53 -  1.3
+++ geoip-1.6.2.ebuild  4 Oct 2014 12:25:44 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.2.ebuild,v 1.3 
2014/09/19 16:43:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.2.ebuild,v 1.4 
2014/10/04 12:25:44 maekke Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -14,7 +14,7 @@
 # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
 LICENSE=LGPL-2.1 GPL-2 MaxMind2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
+KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
 IUSE=static-libs
 RESTRICT=test
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libgaminggear: libgaminggear-0.5.0.ebuild ChangeLog

2014-10-04 Thread Markos Chandras (hwoarang)
hwoarang14/10/04 12:32:52

  Modified: ChangeLog
  Added:libgaminggear-0.5.0.ebuild
  Log:
  Version bump. Bug #523976
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.5  dev-libs/libgaminggear/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgaminggear/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Sep 2014 08:20:04 -   1.4
+++ ChangeLog   4 Oct 2014 12:32:52 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libgaminggear
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgaminggear/ChangeLog,v 1.4 
2014/09/06 08:20:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgaminggear/ChangeLog,v 1.5 
2014/10/04 12:32:52 hwoarang Exp $
+
+*libgaminggear-0.5.0 (04 Oct 2014)
+
+  04 Oct 2014; Markos Chandras hwoar...@gentoo.org
+  +libgaminggear-0.5.0.ebuild:
+  Version bump. Bug #523976
 
 *libgaminggear-0.4.0 (06 Sep 2014)
 



1.1  dev-libs/libgaminggear/libgaminggear-0.5.0.ebuild

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

Index: libgaminggear-0.5.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgaminggear/libgaminggear-0.5.0.ebuild,v 1.1 
2014/10/04 12:32:52 hwoarang Exp $

EAPI=5

inherit cmake-utils gnome2-utils

DESCRIPTION=Provides functionality for gaming input devices

HOMEPAGE=http://sourceforge.net/projects/libgaminggear/;
SRC_URI=mirror://sourceforge/libgaminggear/${P}.tar.bz2
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86

RDEPEND=
x11-libs/gtk+:2
x11-libs/libnotify
media-libs/libcanberra
virtual/libusb:1
dev-libs/dbus-glib


DEPEND=${RDEPEND}
app-doc/doxygen

src_configure() {
mycmakeargs=( -DCMAKE_INSTALL_PREFIX=${EPREFIX}/usr )
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}

pkg_postrm() {
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in sys-apps/roccat-tools: roccat-tools-2.2.0.ebuild ChangeLog

2014-10-04 Thread Markos Chandras (hwoarang)
hwoarang14/10/04 12:34:01

  Modified: ChangeLog
  Added:roccat-tools-2.2.0.ebuild
  Log:
  Version bump. Bug #523974
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.12 sys-apps/roccat-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/roccat-tools/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   6 Sep 2014 08:21:54 -   1.11
+++ ChangeLog   4 Oct 2014 12:34:01 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/roccat-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/roccat-tools/ChangeLog,v 1.11 
2014/09/06 08:21:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/roccat-tools/ChangeLog,v 1.12 
2014/10/04 12:34:01 hwoarang Exp $
+
+*roccat-tools-2.2.0 (04 Oct 2014)
+
+  04 Oct 2014; Markos Chandras hwoar...@gentoo.org 
+roccat-tools-2.2.0.ebuild:
+  Version bump. Bug #523974
 
 *roccat-tools-2.1.0 (06 Sep 2014)
 



1.1  sys-apps/roccat-tools/roccat-tools-2.2.0.ebuild

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

Index: roccat-tools-2.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-2.2.0.ebuild,v 1.1 
2014/10/04 12:34:01 hwoarang Exp $

EAPI=5

inherit readme.gentoo cmake-utils gnome2-utils udev user

DESCRIPTION=Utility for advanced configuration of Roccat devices

HOMEPAGE=http://roccat.sourceforge.net/;
SRC_URI=mirror://sourceforge/roccat/${P}.tar.bz2
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE_INPUT_DEVICES=
input_devices_roccat_arvo
input_devices_roccat_isku
input_devices_roccat_iskufx
input_devices_roccat_kone
input_devices_roccat_koneplus
input_devices_roccat_konepure
input_devices_roccat_konepuremilitary
input_devices_roccat_konepureoptical
input_devices_roccat_konextd
input_devices_roccat_konextdoptical
input_devices_roccat_kovaplus
input_devices_roccat_lua
input_devices_roccat_pyra
input_devices_roccat_savu
input_devices_roccat_ryos

IUSE=${IUSE_INPUT_DEVICES}

RDEPEND=
=dev-libs/libgaminggear-0.5
x11-libs/gtk+:2
x11-libs/libnotify
media-libs/libcanberra
virtual/libusb:1
dev-libs/dbus-glib
virtual/libgudev:=


DEPEND=${RDEPEND}

pkg_setup() {
enewgroup roccat
}

src_configure() {
local UDEVDIR=$(get_udevdir)/rules.d
local MODELS=${INPUT_DEVICES//roccat_/}
mycmakeargs=( -DDEVICES=${MODELS// /;} \
-DUDEVDIR=${UDEVDIR/} )
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
local stat_dir=/var/lib/roccat
keepdir $stat_dir
fowners root:roccat $stat_dir
fperms 2770 $stat_dir
readme.gentoo_src_install
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
readme.gentoo_print_elog
}

pkg_postrm() {
gnome2_icon_cache_update
}






[gentoo-commits] proj/vdr/devel:master commit in: media-plugins/vdr-skindesigner/

2014-10-04 Thread Joerg Bornkessel
commit: 193d6aad5f97ad2c9fea5f67b0a65e531ace6442
Author: Joerg Bornkessel hd_brummy AT gentoo DOT org
AuthorDate: Fri Oct  3 22:09:22 2014 +
Commit: Joerg Bornkessel hd_brummy AT gentoo DOT org
CommitDate: Fri Oct  3 22:09:22 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/vdr/devel.git;a=commit;h=193d6aad

initial commit, ebuild provided by M.Dummer

Package-Manager: portage-2.2.14_rc1
Manifest-Sign-Key: 34C2808A

---
 media-plugins/vdr-skindesigner/ChangeLog   | 10 
 media-plugins/vdr-skindesigner/Manifest| 15 ++
 media-plugins/vdr-skindesigner/metadata.xml|  9 
 .../vdr-skindesigner/vdr-skindesigner-0.0.1.ebuild | 62 ++
 4 files changed, 96 insertions(+)

diff --git a/media-plugins/vdr-skindesigner/ChangeLog 
b/media-plugins/vdr-skindesigner/ChangeLog
new file mode 100644
index 000..628840e
--- /dev/null
+++ b/media-plugins/vdr-skindesigner/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-plugins/vdr-skindesigner
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*vdr-skindesigner-0.0.1 (03 Oct 2014)
+
+  03 Oct 2014; Joerg Bornkessel hd_bru...@gentoo.org
+  +vdr-skindesigner-0.0.1.ebuild, +metadata.xml:
+  initial commit, ebuild provided by M.Dummer
+

diff --git a/media-plugins/vdr-skindesigner/Manifest 
b/media-plugins/vdr-skindesigner/Manifest
new file mode 100644
index 000..067d8d9
--- /dev/null
+++ b/media-plugins/vdr-skindesigner/Manifest
@@ -0,0 +1,15 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+DIST vdr-skindesigner-0.0.1.tgz 3254272 SHA256 
29e06ae32dbc2b520f7e08b5772aca7167ceb510da3cb1f823c18fc9c73814bc SHA512 
c9270f00bc64c56a535b7c1711f48e93152bac4fa230e8847edc7eaba368002990bd0ce9e02ee7ae39db330d7e8c6841a00c0c41108a5d0a8ef995a983801538
 WHIRLPOOL 
97234da72c0988652562ed42afe288ffb67bb6deac1fccfee69c7bf36597003800ae6da051cb8da5ae4edb740dbc0f959a26a03a668273edb0379f111eb48685
+EBUILD vdr-skindesigner-0.0.1.ebuild 1559 SHA256 
137d0e88ba70dc521e08f0b7640e882b52aab294c2141564ab74264df87e623c SHA512 
a90d8d684edde76708f9d0a4497a87e2b292729723bb253a97098970b1a5c0476847f0ebf2deca076a7466f2772e20faa42c50aabd5f039c661df38ad71b24a3
 WHIRLPOOL 
3e6d27018bd3aeabab3a812449282acd145ce1f00ee78e048d5f24e5ca3bf254b2b2fe5f58b4190e8575da0a0e6368f5fb8d21e65524ccdddc8e9dde42b77e70
+MISC ChangeLog 321 SHA256 
188e11c904d9db3c440a3ab6f5d9b37f868170c13a891e566438e6ead6366587 SHA512 
ef1a688257483a84c256dea8d8826ac13a465c8345fe8cb3ba54ffcbcb5e737ea9e726ba73c3fa0b2790630e44eb2cf9bf701519297a883fcd3d5336edf5839b
 WHIRLPOOL 
6d77bcf530b0874561e6d718cfb4be93b0ce7f841afcb5c25fa66c8c678eb3bba26c01dcab63cdeafced9871ca6cd0c85fc89580f5807c4bffcd66a52d32e365
+MISC metadata.xml 262 SHA256 
e50bacec7fb98fb225d1d709825110afe8c6e04960458ec53758da0f067a18ff SHA512 
386be142cd9ec666065a5b329f6d59dcf0f88216e512d3a95074bf2239ea4b2bba2c0ca902f06b6e8a09511fc01d88c63a8cbdfc063220ef00865a3121103071
 WHIRLPOOL 
8d369d56906f50e1c689b25290aff359a8367222486a075328666e8aad51e77500151415559a9e42bed2d76b5fbc23d2af4eca7e1fa260b0c1e3c80d455d81d5
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2.0.22 (GNU/Linux)
+Comment: added by hd_bru...@gentoo.org
+
+iD8DBQFULx6Sdn07HTTCgIoRCAWbAJ4yefFB/Krr5etFcCKNKp8/jJJ1+gCgtbCO
+Zx0XETqYnch4wexweR9H190=
+=I63S
+-END PGP SIGNATURE-

diff --git a/media-plugins/vdr-skindesigner/metadata.xml 
b/media-plugins/vdr-skindesigner/metadata.xml
new file mode 100644
index 000..94d2eca
--- /dev/null
+++ b/media-plugins/vdr-skindesigner/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+herdmedia-tv/herd
+maintainer
+   emailv...@gentoo.org/email
+   nameGentoo VDR Project/name
+/maintainer
+/pkgmetadata

diff --git a/media-plugins/vdr-skindesigner/vdr-skindesigner-0.0.1.ebuild 
b/media-plugins/vdr-skindesigner/vdr-skindesigner-0.0.1.ebuild
new file mode 100644
index 000..aedb351
--- /dev/null
+++ b/media-plugins/vdr-skindesigner/vdr-skindesigner-0.0.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit font vdr-plugin-2
+
+VERSION=1803 # every bump, new version!
+
+DESCRIPTION=VDR Plugin: A VDR skinning engine that displays XML based Skins
+HOMEPAGE=http://projects.vdr-developer.org/projects/plg-skindesigner;
+SRC_URI=mirror://vdr-developerorg/${VERSION}/${P}.tgz
+
+LICENSE=GPL-2 Apache-2.0
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+FONT_SUFFIX=ttf
+FONT_S=${S}/fonts/VDROpenSans
+
+DEPEND==media-video/vdr-2.0.0
+   media-gfx/imagemagick
+   dev-libs/libxml2
+   media-plugins/vdr-epgsearch
+RDEPEND=${DEPEND}
+
+# font.eclass functions:
+# pkg_setup src_install pkg_postinst pkg_postrm
+
+pkg_setup() {
+   vdr-plugin-2_pkg_setup
+   font_pkg_setup
+}
+
+src_install() {
+   vdr-plugin-2_src_install
+ 

[gentoo-commits] proj/vdr/devel:master commit in: media-plugins/vdr-softhddevice/

2014-10-04 Thread Joerg Bornkessel
commit: f15bbf0d66730e591aeccc676435d369cbcaffd9
Author: Joerg Bornkessel hd_brummy AT gentoo DOT org
AuthorDate: Fri Oct  3 22:26:52 2014 +
Commit: Joerg Bornkessel hd_brummy AT gentoo DOT org
CommitDate: Fri Oct  3 22:26:52 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/vdr/devel.git;a=commit;h=f15bbf0d

new git snapshot, need alsa-lib-1.0.28; fixed alsa-lib depend; thx to M.Dummer 
for reporting and testing

Package-Manager: portage-2.2.14_rc1
Manifest-Sign-Key: 34C2808A

---
 media-plugins/vdr-softhddevice/ChangeLog   |  8 
 media-plugins/vdr-softhddevice/Manifest| 14 --
 .../vdr-softhddevice-0.6.0_p20140108.ebuild|  2 +-
 ...0108.ebuild = vdr-softhddevice-0.6.0_p20140923.ebuild} |  6 +++---
 4 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/media-plugins/vdr-softhddevice/ChangeLog 
b/media-plugins/vdr-softhddevice/ChangeLog
index 165c32e..1476462 100644
--- a/media-plugins/vdr-softhddevice/ChangeLog
+++ b/media-plugins/vdr-softhddevice/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*vdr-softhddevice-0.6.0_p20140923 (03 Oct 2014)
+
+  03 Oct 2014; Joerg Bornkessel hd_bru...@gentoo.org
+  vdr-softhddevice-0.6.0_p20140108.ebuild,
+  +vdr-softhddevice-0.6.0_p20140923.ebuild:
+  new git snapshot, need alsa-lib-1.0.28; fixed alsa-lib depend; thx to
+  M.Dummer for reporting and testing
+
 *vdr-softhddevice-0.6.0_p20140108 (18 Jan 2014)
 
   18 Jan 2014; Joerg Bornkessel hd_bru...@gentoo.org

diff --git a/media-plugins/vdr-softhddevice/Manifest 
b/media-plugins/vdr-softhddevice/Manifest
index 33d5b24..3baf604 100644
--- a/media-plugins/vdr-softhddevice/Manifest
+++ b/media-plugins/vdr-softhddevice/Manifest
@@ -10,17 +10,19 @@ AUX rc-addon-0.5.2.sh 1455 SHA256 
cbd538b06472716bea2280afbb57108c517b9c647beb14
 AUX rc-addon-0.6.0.sh 1741 SHA256 
15b3dc89c63c4a9ef85b2d99fa619c6859043fe39a3ab8b7085e89cb9cf66022 SHA512 
823f39eb857b605995a3982ec7ee465ed6935c3b81d4f167e3d24179f35469af6e79a76c159556c2f0b7e5321dd3bc099ca616f4d3558c7885932ce0f3cfc651
 WHIRLPOOL 
92eb658432c2628d171b8b321d683772162b3ae9f8697b9a4474867a16df0b0ac7b1e8a7ccad8d398b95f859303718b9317b159eb7052ede04dfe6075d2e50c3
 AUX vdr-softhddevice-0.5.1_Makefile.patch 3762 SHA256 
6b31dd827998859983ee0cce8761c07effcb4adc1ac480e715876fd1eb1ff0e2 SHA512 
7f1c3d4f399fc6af0b925c44b1828f8b89518863fcc5c4e154e31ab4d4baab6adbb382f4a76d4ddd7ea38f7388fcd2d882204381134aa69ae266100b0bb85648
 WHIRLPOOL 
4247dc8efa6cd67394699a6cd5e8127e6d704de7eed2efa25dda3ec2dd9f9b857eaa8ac822a7328d8ebc3c3b788f29bb8284a8d5935b6067743448cd25eef303
 DIST vdr-plugin-softhddevice-978fc59abadba1b9d305572554e6638198753a00.tar.bz2 
138785 SHA256 2a8edc81ab82000e4d1060e78d42b0da0d99afa5adc9638d0469de1942167aea 
SHA512 
2140c7cd3b6d93ce04cb56d816a277bf7c0f32ae228f51c58f5bf7c79b5b04a598db97057108dd11be569aff6d162ed904a4915247c7ed693a143ff35967d912
 WHIRLPOOL 
ca698d640ddefd2c80560011633d20f8d45ae279d0dacef6b07748dfb0669388bdca6c52036c3a67de349575a0f5f7c5e5b7c5cedbf9e4f9ee4bd2624ba4c306
+DIST vdr-plugin-softhddevice-a3c0052c.tar.bz2 139540 SHA256 
a6b51fc1956c5f6a3e7d56c8220cc705ef30ffd7d87a0b22c19595b1361929d7 SHA512 
64140e57aa184aae9937d934650e07eff84fda1a3a1170588b37c532e4bc75e2d9e5b034dae5b0eba33903e9f58d63779039aa6c32555051d8153af9613d9838
 WHIRLPOOL 
012bb2fcfa923f40bc107856e56d6585f6435d81a165d4f887d3253e5fa84fd3d8142b1b8714be9266452eb8d5d0440d5255fa8636fc0c26ea4933c81a8d6ad4
 DIST vdr-softhddevice-0.6.0.tgz 179360 SHA256 
357c80c850d4289c5080a6264f91cc71a333ca118c5999de8911a0284247eeea SHA512 
f2d99d3c5e96364603545118c618a66544af910f821e982c64441972e322ca6bc0a341222b0342a950094cf1e4a2368630fc89f3d0dd37c2878187c8cd0edde8
 WHIRLPOOL 
8f23d1fe844fcf3112b53b5445a15f4607ce55c5ad897181284041689400298da80e658d87b3252ad47af1403259851f41420b595ba7c4f844f8aea84e86ebeb
 EBUILD vdr-softhddevice-0.6.0.ebuild 1343 SHA256 
8758429bdaa1d5cc66f9b1af0e7030e31169fa1a6b5f30f64b756e07b4596a1e SHA512 
9486686e4a742be54e83a9c0b1ecd5182f56b1ec4c2a2ef2ffaf117406fdeb22b9cc7aab7cff87279049b12565d806044745387d310ea00c0a928c0c2b8a8838
 WHIRLPOOL 
147ff88039743d0bd27e539db887c888bf08719fad25ebf708a94a4c49341570987e2ebda7f9a4332a4a3458177117f5aaae32126e59c1e40dc4f9be679b48c4
-EBUILD vdr-softhddevice-0.6.0_p20140108.ebuild 1799 SHA256 
08e011af46b4e52e7769d3e1cc8d4b5ac41e3752477231f0b7a7ecc9c49b41a4 SHA512 
51f40d79d61bea7489054a18c973f7a7b938f53645aa90fe91be36968a867b8d9e7518360a48ffc0d9b975cf0481c4f454ddd461ee0161e1f88ba7a9380feb1f
 WHIRLPOOL 
ef79cdd56f5145312d3715815d659bda9de0464a74d0d320385266bf5531a8f8401a8ffc8f2032513ff745ed140673d6d978387b1023035b1f9ba5a60e60c5f3
+EBUILD vdr-softhddevice-0.6.0_p20140108.ebuild 1807 SHA256 
07cefc8bf948e34d3a96d382908789290150e91790a28cf3b6a76e9f17d0bc89 SHA512 
20897886fef274b36d17b4173cdb3d4d219a7ebebd2853d12eb82781786c02db225d8c1dbfab010c5207e29f97431d6d93229e210f9a0644c882812b2b288645
 

[gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.8.6.ebuild ChangeLog

2014-10-04 Thread Anthony G. Basile (blueness)
blueness14/10/04 13:58:59

  Modified: sqlite-3.8.6.ebuild ChangeLog
  Log:
  Stable on ppc and ppc64, bug #523484
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  dev-db/sqlite/sqlite-3.8.6.ebuild

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

Index: sqlite-3.8.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sqlite-3.8.6.ebuild 4 Oct 2014 12:23:41 -   1.3
+++ sqlite-3.8.6.ebuild 4 Oct 2014 13:58:59 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.3 
2014/10/04 12:23:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.4 
2014/10/04 13:58:59 blueness Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 
 LICENSE=public-domain
 SLOT=3
-KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 ~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=debug doc icu +readline secure-delete static-libs tcl test
 
 RDEPEND=icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] )



1.531dev-db/sqlite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.531view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.531content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.530r2=1.531

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
retrieving revision 1.530
retrieving revision 1.531
diff -u -r1.530 -r1.531
--- ChangeLog   4 Oct 2014 12:23:41 -   1.530
+++ ChangeLog   4 Oct 2014 13:58:59 -   1.531
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/sqlite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.530 2014/10/04 
12:23:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.531 2014/10/04 
13:58:59 blueness Exp $
+
+  04 Oct 2014; Anthony G. Basile bluen...@gentoo.org sqlite-3.8.6.ebuild:
+  Stable on ppc and ppc64, bug #523484
 
   04 Oct 2014; Markus Meier mae...@gentoo.org sqlite-3.8.6.ebuild:
   arm stable, bug #523484






[gentoo-commits] gentoo-x86 commit in app-portage/g-sorcery: g-sorcery-0.1-r1.ebuild ChangeLog

2014-10-04 Thread Anthony G. Basile (blueness)
blueness14/10/04 14:07:35

  Modified: g-sorcery-0.1-r1.ebuild ChangeLog
  Log:
  Keyworded ~ppc and ~ppc64, bug #524040
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.5  app-portage/g-sorcery/g-sorcery-0.1-r1.ebuild

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

Index: g-sorcery-0.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/g-sorcery/g-sorcery-0.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- g-sorcery-0.1-r1.ebuild 29 Sep 2014 22:45:21 -  1.4
+++ g-sorcery-0.1-r1.ebuild 4 Oct 2014 14:07:35 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/g-sorcery/g-sorcery-0.1-r1.ebuild,v 1.4 
2014/09/29 22:45:21 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/g-sorcery/g-sorcery-0.1-r1.ebuild,v 1.5 
2014/10/04 14:07:35 blueness Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~x86
+KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86
 
 PDEPEND==app-portage/layman-2.2.0[g-sorcery]
 



1.5  app-portage/g-sorcery/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-sorcery/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-sorcery/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-sorcery/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/g-sorcery/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   29 Sep 2014 22:45:21 -  1.4
+++ ChangeLog   4 Oct 2014 14:07:35 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/g-sorcery
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-sorcery/ChangeLog,v 1.4 
2014/09/29 22:45:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-sorcery/ChangeLog,v 1.5 
2014/10/04 14:07:35 blueness Exp $
+
+  04 Oct 2014; Anthony G. Basile bluen...@gentoo.org g-sorcery-0.1-r1.ebuild:
+  Keyworded ~ppc and ~ppc64, bug #524040
 
   29 Sep 2014; Jeroen Roovers j...@gentoo.org g-sorcery-0.1-r1.ebuild:
   Marked ~hppa (bug #524040).






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.2.0.ebuild ChangeLog

2014-10-04 Thread Anthony G. Basile (blueness)
blueness14/10/04 14:07:05

  Modified: layman-2.2.0.ebuild ChangeLog
  Log:
  Keyworded ~ppc and ~ppc64, bug #524040
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  app-portage/layman/layman-2.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0.ebuild?r1=1.3r2=1.4

Index: layman-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- layman-2.2.0.ebuild 29 Sep 2014 22:45:28 -  1.3
+++ layman-2.2.0.ebuild 4 Oct 2014 14:07:05 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0.ebuild,v 
1.3 2014/09/29 22:45:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0.ebuild,v 
1.4 2014/10/04 14:07:05 blueness Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm64 ~hppa ~m68k ~mips ~s390 ~sh ~x86 ~ppc-aix ~x86-fbsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~amd64 ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=bazaar cvs darcs +git g-sorcery mercurial squashfs subversion test
 
 DEPEND=test? ( dev-vcs/subversion )



1.210app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.210view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.210content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.209r2=1.210

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog   29 Sep 2014 22:45:28 -  1.209
+++ ChangeLog   4 Oct 2014 14:07:05 -   1.210
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.209 
2014/09/29 22:45:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.210 
2014/10/04 14:07:05 blueness Exp $
+
+  04 Oct 2014; Anthony G. Basile bluen...@gentoo.org layman-2.2.0.ebuild:
+  Keyworded ~ppc and ~ppc64, bug #524040
 
   29 Sep 2014; Jeroen Roovers j...@gentoo.org layman-2.2.0.ebuild:
   Marked ~hppa (bug #524040).






[gentoo-commits] gentoo-x86 commit in app-crypt/easy-rsa: easy-rsa-2.2.0-r1.ebuild easy-rsa-2.2.0.ebuild ChangeLog

2014-10-04 Thread Anthony G. Basile (blueness)
blueness14/10/04 14:11:22

  Modified: easy-rsa-2.2.0-r1.ebuild easy-rsa-2.2.0.ebuild
ChangeLog
  Log:
  Keyword ~ppc64, bug #453782
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.10 app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild

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

Index: easy-rsa-2.2.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- easy-rsa-2.2.0-r1.ebuild10 Aug 2014 02:26:59 -  1.9
+++ easy-rsa-2.2.0-r1.ebuild4 Oct 2014 14:11:22 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.9 
2014/08/10 02:26:59 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild,v 1.10 
2014/10/04 14:11:22 blueness Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION=Small RSA key management package, based on OpenSSL
 HOMEPAGE=http://openvpn.net/;
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc x86
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86
 SRC_URI=http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz;
 
 LICENSE=GPL-2



1.10 app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild

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

Index: easy-rsa-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- easy-rsa-2.2.0.ebuild   10 Aug 2014 02:26:59 -  1.9
+++ easy-rsa-2.2.0.ebuild   4 Oct 2014 14:11:22 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild,v 
1.9 2014/08/10 02:26:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild,v 
1.10 2014/10/04 14:11:22 blueness Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION=Small RSA key management package, based on OpenSSL
 HOMEPAGE=http://openvpn.net/;
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
 SRC_URI=http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz;
 
 LICENSE=GPL-2



1.17 app-crypt/easy-rsa/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/easy-rsa/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   10 Aug 2014 02:26:59 -  1.16
+++ ChangeLog   4 Oct 2014 14:11:22 -   1.17
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/easy-rsa
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.16 
2014/08/10 02:26:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.17 
2014/10/04 14:11:22 blueness Exp $
+
+  04 Oct 2014; Anthony G. Basile bluen...@gentoo.org 
easy-rsa-2.2.0-r1.ebuild,
+  easy-rsa-2.2.0.ebuild:
+  Keyword ~ppc64, bug #453782
 
   10 Aug 2014; Patrick Lauer patr...@gentoo.org easy-rsa-2.2.0-r1.ebuild,
   easy-rsa-2.2.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/pydns: pydns-3.0.2-r1.ebuild pydns-2.3.6-r1.ebuild pydns-3.0.1.ebuild pydns-2.3.4.ebuild pydns-3.1.0.ebuild ChangeLog

2014-10-04 Thread Anthony G. Basile (blueness)
blueness14/10/04 14:15:11

  Modified: pydns-3.0.2-r1.ebuild pydns-2.3.6-r1.ebuild
pydns-3.0.1.ebuild pydns-2.3.4.ebuild
pydns-3.1.0.ebuild ChangeLog
  Log:
  Keyword ~ppc, bug #473154
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.9  dev-python/pydns/pydns-3.0.2-r1.ebuild

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

Index: pydns-3.0.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-3.0.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pydns-3.0.2-r1.ebuild   1 Aug 2014 09:44:19 -   1.8
+++ pydns-3.0.2-r1.ebuild   4 Oct 2014 14:15:11 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-3.0.2-r1.ebuild,v 
1.8 2014/08/01 09:44:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-3.0.2-r1.ebuild,v 
1.9 2014/10/04 14:15:11 blueness Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=CNRI
 SLOT=3
-KEYWORDS=amd64 ~ia64 ~sparc x86
+KEYWORDS=amd64 ~ia64 ~ppc ~sparc x86
 IUSE=examples
 
 DEPEND=virtual/libiconv



1.8  dev-python/pydns/pydns-2.3.6-r1.ebuild

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

Index: pydns-2.3.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.6-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pydns-2.3.6-r1.ebuild   1 Aug 2014 09:44:19 -   1.7
+++ pydns-2.3.6-r1.ebuild   4 Oct 2014 14:15:11 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.6-r1.ebuild,v 
1.7 2014/08/01 09:44:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.6-r1.ebuild,v 
1.8 2014/10/04 14:15:11 blueness Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE=CNRI
 SLOT=2
-KEYWORDS=~amd64 ~hppa ~ia64 ~sparc ~x86
+KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86
 IUSE=examples
 
 DEPEND=!dev-python/pydns:0



1.5  dev-python/pydns/pydns-3.0.1.ebuild

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

Index: pydns-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-3.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pydns-3.0.1.ebuild  1 Aug 2014 09:44:19 -   1.4
+++ pydns-3.0.1.ebuild  4 Oct 2014 14:15:11 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-3.0.1.ebuild,v 1.4 
2014/08/01 09:44:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-3.0.1.ebuild,v 1.5 
2014/10/04 14:15:11 blueness Exp $
 
 EAPI=4
 PYTHON_DEPEND=3
@@ -15,7 +15,7 @@
 
 LICENSE=CNRI
 SLOT=3
-KEYWORDS=amd64 ~sparc x86
+KEYWORDS=amd64 ~ppc ~sparc x86
 IUSE=examples
 
 DEPEND=!dev-python/py3dns



1.7  dev-python/pydns/pydns-2.3.4.ebuild

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

Index: pydns-2.3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff 

[gentoo-commits] gentoo-x86 commit in dev-python/pycountry: pycountry-1.6.ebuild pycountry-1.5.ebuild pycountry-1.8.ebuild pycountry-1.4.ebuild pycountry-1.3.ebuild ChangeLog

2014-10-04 Thread Anthony G. Basile (blueness)
blueness14/10/04 14:16:57

  Modified: pycountry-1.6.ebuild pycountry-1.5.ebuild
pycountry-1.8.ebuild pycountry-1.4.ebuild
pycountry-1.3.ebuild ChangeLog
  Log:
  Keyword ~ppc, bug #473154
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.3  dev-python/pycountry/pycountry-1.6.ebuild

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

Index: pycountry-1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pycountry-1.6.ebuild1 Aug 2014 09:43:03 -   1.2
+++ pycountry-1.6.ebuild4 Oct 2014 14:16:57 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.6.ebuild,v 
1.2 2014/08/01 09:43:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.6.ebuild,v 
1.3 2014/10/04 14:16:57 blueness Exp $
 
 EAPI=5
 # pypy pending actioning of bug filed upstream
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ia64 ~sparc ~x86
+KEYWORDS=~amd64 ~ia64 ~sparc ~ppc ~x86
 IUSE=test
 
 DEPEND=app-arch/unzip



1.3  dev-python/pycountry/pycountry-1.5.ebuild

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

Index: pycountry-1.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pycountry-1.5.ebuild1 Aug 2014 09:43:03 -   1.2
+++ pycountry-1.5.ebuild4 Oct 2014 14:16:57 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.5.ebuild,v 
1.2 2014/08/01 09:43:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.5.ebuild,v 
1.3 2014/10/04 14:16:57 blueness Exp $
 
 EAPI=5
 # pypy pending actioning of bug filed upstream
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ia64 ~sparc ~x86
+KEYWORDS=~amd64 ~ia64 ~sparc ~ppc ~x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.3  dev-python/pycountry/pycountry-1.8.ebuild

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

Index: pycountry-1.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pycountry-1.8.ebuild1 Aug 2014 09:43:03 -   1.2
+++ pycountry-1.8.ebuild4 Oct 2014 14:16:57 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.8.ebuild,v 
1.2 2014/08/01 09:43:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-1.8.ebuild,v 
1.3 2014/10/04 14:16:57 blueness Exp $
 
 EAPI=5
 # pypy pending actioning of bug filed upstream
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ia64 ~sparc ~x86
+KEYWORDS=~amd64 ~ia64 ~sparc ~ppc ~x86
 IUSE=test
 
 DEPEND=app-arch/unzip



1.3  dev-python/pycountry/pycountry-1.4.ebuild

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

Index: pycountry-1.4.ebuild

[gentoo-commits] gentoo-x86 commit in licenses: skype-4.0.0.7-third-party_attributions.txt

2014-10-04 Thread Ulrich Mueller (ulm)
ulm 14/10/04 14:30:20

  Removed:  skype-4.0.0.7-third-party_attributions.txt
  Log:
  Remove unused license, bug 523948.



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

2014-10-04 Thread Ulrich Mueller (ulm)
ulm 14/10/04 14:31:38

  Modified: license_groups ChangeLog
  Log:
  Remove skype-4.0.0.7-third-party_attributions.txt from MISC-FREE license 
group, license has been removed, bug 523948.

Revision  ChangesPath
1.246profiles/license_groups

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

Index: license_groups
===
RCS file: /var/cvsroot/gentoo-x86/profiles/license_groups,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- license_groups  1 Oct 2014 12:16:17 -   1.245
+++ license_groups  4 Oct 2014 14:31:38 -   1.246
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/license_groups,v 1.245 2014/10/01 
12:16:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/license_groups,v 1.246 2014/10/04 
14:31:38 ulm Exp $
 
 # Please report bugs or other requests at bugs.gentoo.org and assign to
 # licen...@gentoo.org
@@ -30,7 +30,7 @@
 # TODO: maybe add a category for BSD-alike MISC-FREE licenses for easy
 # separation?
 # BSD-4 alikes: dom4j FastCGI icu JDOM
-MISC-FREE ACE Allegro alternate bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CFS CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh Flashpix FLEX flexmock 
FLTK freemarker FVWM gd gnuplot gsm HTML-Tidy htmlc iASL IBPP-1.1 icu IDPL IJG 
imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE 
keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LPPL-1.3 
LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 nap NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp skype-4.0.0.7-third-party_attributions.txt 
SMAIL Snd SNIA SSLeay Subversion SVFL tablelist tcltk tcp_wrappers_license Term
 ReadKey TeX TeX-other-free Time-modules tm-align totd URT w3m wxWinLL-3 x2x 
xbatt xboing XC Xdebug xtrs xvt YaTeX zpaq ZSH
+MISC-FREE ACE Allegro alternate bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CFS CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh Flashpix FLEX flexmock 
FLTK freemarker FVWM gd gnuplot gsm HTML-Tidy htmlc iASL IBPP-1.1 icu IDPL IJG 
imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE 
keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LPPL-1.3 
LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 nap NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license TermReadKey TeX TeX-other-free 
Time-modules tm-
 align totd URT w3m wxWinLL-3 x2x xbatt xboing XC Xdebug xtrs xvt YaTeX zpaq ZSH
 # The following are NOT valid in @MISC-FREE:
 # arj - usage restrictions
 # freedist - Doesn't grant the right to do modifications.



1.9420   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9419
retrieving revision 1.9420
diff -u -r1.9419 -r1.9420
--- ChangeLog   3 Oct 2014 09:38:30 -   1.9419
+++ ChangeLog   4 Oct 2014 14:31:38 -   1.9420
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9419 2014/10/03 
09:38:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9420 2014/10/04 
14:31:38 ulm Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman 

[gentoo-commits] proj/hardened-dev:musl commit in: net-wireless/bluez/, net-wireless/bluez/files/

2014-10-04 Thread Anthony G. Basile
commit: 8573dd804a8531cab9dd1ba1de47f94eb33641fd
Author: layman layman AT localhost
AuthorDate: Sat Oct  4 14:46:48 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Oct  4 14:47:56 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=8573dd80

net-wireless/bluez: fix build on musl, bug #524454

---
 net-wireless/bluez/bluez-5.23-r99.ebuild   | 205 +
 ...-obexd-without-systemd-in-the-user-sessio.patch |  58 ++
 ...erial.c-use-posix_openpt-instead-of-getpt.patch |  37 
 ...-GLib-helper-function-to-manipulate-paths.patch |  38 
 ...01-tools-Fix-compilation-errors-with-musl.patch | 189 +++
 ...-Logitech-diNovo-Edge-keyboard-firmware-i.patch |  29 +++
 .../0002-autopair-Don-t-handle-the-iCade.patch |  47 +
 .../0004-agent-Assert-possible-infinite-loop.patch |  25 +++
 net-wireless/bluez/files/bluetooth-init.d-r3   |  21 +++
 .../bluez/files/bluez-5.23-use-posix_openpt.patch  |  20 ++
 net-wireless/bluez/files/bluez-plugdev.patch   |  14 ++
 net-wireless/bluez/files/rfcomm-init.d-r2  |  35 
 net-wireless/bluez/metadata.xml|  21 +++
 13 files changed, 739 insertions(+)

diff --git a/net-wireless/bluez/bluez-5.23-r99.ebuild 
b/net-wireless/bluez/bluez-5.23-r99.ebuild
new file mode 100644
index 000..5dc607b
--- /dev/null
+++ b/net-wireless/bluez/bluez-5.23-r99.ebuild
@@ -0,0 +1,205 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.23.ebuild,v 1.2 
2014/09/25 09:11:55 pacho Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+
+inherit autotools eutils multilib python-any-r1 readme.gentoo systemd udev 
user multilib-minimal
+
+DESCRIPTION=Bluetooth Tools and System Daemons for Linux
+HOMEPAGE=http://www.bluez.org;
+SRC_URI=mirror://kernel/linux/bluetooth/${P}.tar.xz
+
+LICENSE=GPL-2+ LGPL-2.1+
+SLOT=0/3
+KEYWORDS=amd64 arm ~mips x86
+IUSE=cups debug +obex +readline selinux systemd test +udev
+REQUIRED_USE=test? ( ${PYTHON_REQUIRED_USE} )
+
+RDEPEND=
+   =dev-libs/glib-2.28:2
+   =sys-apps/dbus-1.6:=
+   =sys-apps/hwids-20121202.2
+   cups? ( net-print/cups:= )
+   obex? ( dev-libs/libical )
+   readline? ( sys-libs/readline:= )
+   selinux? ( sec-policy/selinux-bluetooth )
+   systemd? ( sys-apps/systemd )
+   udev? ( =virtual/udev-172 )
+   abi_x86_32? (
+   !app-emulation/emul-linux-x86-soundlibs-20140406-r1
+   !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32]
+   )
+
+DEPEND=${RDEPEND}
+   virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   =dev-python/dbus-python-1
+   dev-python/pygobject:2
+   dev-python/pygobject:3
+   )
+
+
+DOC_CONTENTS=
+   If you want to use rfcomm as a normal user, you need to add the user
+   to the uucp group.
+
+
+pkg_setup() {
+   enewgroup plugdev
+   use test  python-any-r1_pkg_setup
+
+   if ! use udev; then
+   ewarn
+   ewarn You are installing ${PN} with USE=-udev. This means 
various bluetooth
+   ewarn devices and adapters from Apple, Dell, Logitech etc. 
will not work,
+   ewarn and hid2hci will not be available.
+   ewarn
+   fi
+}
+
+src_prepare() {
+   # Use static group plugdev if there is no ConsoleKit (or systemd 
logind)
+   epatch ${FILESDIR}/bluez-plugdev.patch
+
+   # Fedora patches
+   # http://www.spinics.net/lists/linux-bluetooth/msg38490.html
+   epatch 
${FILESDIR}/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
+
+   # http://www.spinics.net/lists/linux-bluetooth/msg40136.html
+   epatch 
${FILESDIR}/0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
+
+   # http://www.spinics.net/lists/linux-bluetooth/msg41264.html
+   epatch ${FILESDIR}/0002-autopair-Don-t-handle-the-iCade.patch
+
+   # ???
+   epatch ${FILESDIR}/0004-agent-Assert-possible-infinite-loop.patch
+
+   # Ubuntu workaround for bug #501120
+   epatch 
${FILESDIR}/0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch
+
+   # Patches for musl
+   epatch ${FILESDIR}/0001-tools-Fix-compilation-errors-with-musl.patch
+   epatch 
${FILESDIR}/0001-emulator-serial.c-use-posix_openpt-instead-of-getpt.patch
+
+   if use cups; then
+   sed -i \
+   -e s:cupsdir = \$(libdir)/cups:cupsdir = $(cups-config 
--serverbin): \
+   Makefile.{in,tools} || die
+   fi
+
+   eautoreconf
+
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myconf=(
+   # readline is automagic when client is enabled
+   # --enable-client always needs readline, bug #504038
+   

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

2014-10-04 Thread Manuel Rueger (mrueg)
mrueg   14/10/04 15:32:30

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

Revision  ChangesPath
1.17 dev-ruby/ttfunk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   29 Aug 2014 05:41:48 -  1.16
+++ ChangeLog   4 Oct 2014 15:32:30 -   1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ttfunk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.16 2014/08/29 
05:41:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.17 2014/10/04 
15:32:30 mrueg Exp $
+
+*ttfunk-1.4.0 (04 Oct 2014)
+
+  04 Oct 2014; Manuel RĂ¼ger mr...@gentoo.org +ttfunk-1.4.0.ebuild:
+  Version bump.
 
 *ttfunk-1.2.1 (29 Aug 2014)
 



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

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

Index: ttfunk-1.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild,v 1.1 
2014/10/04 15:32:30 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_EXTRADOC=README.rdoc

inherit ruby-fakegem versionator

DESCRIPTION=A TrueType font parser written in pure ruby
HOMEPAGE=https://github.com/prawnpdf/ttfunk/;
SRC_URI=https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=|| ( GPL-2 GPL-3 Ruby )
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

all_ruby_prepare() {
sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: minitest-5.4.2.ebuild ChangeLog

2014-10-04 Thread Manuel Rueger (mrueg)
mrueg   14/10/04 15:33:51

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

Revision  ChangesPath
1.165dev-ruby/minitest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   30 Aug 2014 10:19:57 -  1.164
+++ ChangeLog   4 Oct 2014 15:33:51 -   1.165
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/minitest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.164 
2014/08/30 10:19:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.165 
2014/10/04 15:33:51 mrueg Exp $
+
+*minitest-5.4.2 (04 Oct 2014)
+
+  04 Oct 2014; Manuel RĂ¼ger mr...@gentoo.org +minitest-5.4.2.ebuild:
+  Version bump.
 
 *minitest-5.4.1 (30 Aug 2014)
 



1.1  dev-ruby/minitest/minitest-5.4.2.ebuild

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

Index: minitest-5.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.4.2.ebuild,v 
1.1 2014/10/04 15:33:51 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_RECIPE_DOC=rdoc

RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_EXTRADOC=History.txt Manifest.txt README.txt

inherit ruby-fakegem

DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and 
slow test/unit
HOMEPAGE=https://github.com/seattlerb/minitest;

LICENSE=MIT
SLOT=5
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=doc test

each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Make sure __jtrap is available in all threads. This 
should
# be fixed in jruby 1.7.x
sed -i -e '8i  trap :INFO do ; end' 
lib/minitest/parallel.rb || die

# Avoid failures. Most of these look like low-level 
jruby
# differences and it looks like these were not run 
properly
# in previous versions.
for t in test_return_mock_does_not_raise 
test_mock_args_does_not_raise test_stub_block test_stub_value ; do
local command=/${t}/,/^  end/ s:^:#:
sed -i -e ${command} 
test/minitest/test_minitest_mock.rb || die
done
for t in test_run_failing test_run_skip test_run_error 
test_run_skip_verbose test_run_error_teardown test_runnable_methods_random 
test_assert_throws_different test_to_s_error_in_test_and_teardown 
test_run_filtered_including_suite_name_string 
test_run_filtered_string_method_only test_run_filtered_including_suite_name ; do
command=/${t}/,/^  end/ s:^:#:
sed -i -e ${command} 
test/minitest/test_minitest_unit.rb || die
done
for t in test_name2 needs to verify throw ; do
command=/${t}/,/^  end/ s:^:#:
sed -i -e ${command} 
test/minitest/test_minitest_spec.rb || die
done
sed -i -e '/test_report_error/,/^  end/ s:^:#:' 
test/minitest/test_minitest_reporter.rb || die
;;
*rbx)
# Avoid a single failing test for rbx while we are 
testing
# and bootstrapping it.
sed -i -e '/test_mock_args_does_not_raise/,/^  end/ 
s:^:#:' test/minitest/test_minitest_mock.rb || die
;;
esac
}

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






[gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-3.13.0.ebuild ChangeLog

2014-10-04 Thread Manuel Rueger (mrueg)
mrueg   14/10/04 15:37:03

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

Revision  ChangesPath
1.164dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog   19 Sep 2014 09:53:49 -  1.163
+++ ChangeLog   4 Oct 2014 15:37:03 -   1.164
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.163 2014/09/19 
09:53:49 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.164 2014/10/04 
15:37:03 mrueg Exp $
+
+*hoe-3.13.0 (04 Oct 2014)
+
+  04 Oct 2014; Manuel RĂ¼ger mr...@gentoo.org +hoe-3.13.0.ebuild:
+  Version bump.
 
   19 Sep 2014; Manuel RĂ¼ger mr...@gentoo.org -hoe-2.12.5.ebuild:
   Cleanup old.



1.1  dev-ruby/hoe/hoe-3.13.0.ebuild

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

Index: hoe-3.13.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-3.13.0.ebuild,v 1.1 
2014/10/04 15:37:03 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_EXTRADOC=History.rdoc Manifest.txt README.rdoc

RUBY_FAKEGEM_EXTRAINSTALL=template

inherit ruby-fakegem

DESCRIPTION=Hoe extends rake to provide full project automation
HOMEPAGE=http://seattlerb.rubyforge.org/;

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

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

ruby_add_rdepend =dev-ruby/rake-0.8.7 =dev-ruby/rdoc-4.0

all_ruby_prepare() {
# Skip isolation
sed -i -e '/isolate/ s:^:#:' Rakefile || die

# Skip test depending on specifics of gem command name
sed -i -e '/test_nosudo/,/^  end/ s:^:#:' test/test_hoe.rb || die

# Gem.bin_wrapper does not work as expected on Gentoo.
sed -i -e 's/Gem.bin_wrapper//' lib/hoe/rcov.rb lib/hoe/publish.rb 
test/test_hoe_publish.rb || die
}

all_ruby_compile() {
all_fakegem_compile

rdoc --title seattlerb's hoe-3.5.1 Documentation -o doc --main 
README.txt lib History.txt Manifest.txt README.txt || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby2ruby: ruby2ruby-2.1.3.ebuild ChangeLog

2014-10-04 Thread Manuel Rueger (mrueg)
mrueg   14/10/04 15:39:12

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

Revision  ChangesPath
1.66 dev-ruby/ruby2ruby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   31 Aug 2014 19:29:48 -  1.65
+++ ChangeLog   4 Oct 2014 15:39:12 -   1.66
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby2ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.65 
2014/08/31 19:29:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.66 
2014/10/04 15:39:12 mrueg Exp $
+
+*ruby2ruby-2.1.3 (04 Oct 2014)
+
+  04 Oct 2014; Manuel RĂ¼ger mr...@gentoo.org +ruby2ruby-2.1.3.ebuild:
+  Version bump.
 
 *ruby2ruby-2.1.2 (31 Aug 2014)
 



1.1  dev-ruby/ruby2ruby/ruby2ruby-2.1.3.ebuild

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

Index: ruby2ruby-2.1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.1.3.ebuild,v 
1.1 2014/10/04 15:39:12 mrueg Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=docs
RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_EXTRADOC=README.txt History.txt

inherit ruby-fakegem

DESCRIPTION=Generates readable ruby from ParseTree
HOMEPAGE=http://seattlerb.rubyforge.org/;

LICENSE=GPL-2
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
IUSE=test

ruby_add_rdepend 
dev-ruby/sexp_processor:4
=dev-ruby/ruby_parser-3.1:3
!dev-ruby/ruby2ruby-1.3.1-r1
ruby_add_bdepend doc?  ( dev-ruby/hoe dev-ruby/hoe-seattlerb )
test? ( =dev-ruby/minitest-5.3:5 )

all_ruby_prepare() {
sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/parser: parser-2.2.0_pre5.ebuild ChangeLog

2014-10-04 Thread Manuel Rueger (mrueg)
mrueg   14/10/04 15:46:19

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

Revision  ChangesPath
1.3  dev-ruby/parser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/parser/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   4 Sep 2014 01:50:18 -   1.2
+++ ChangeLog   4 Oct 2014 15:46:19 -   1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/parser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/ChangeLog,v 1.2 2014/09/04 
01:50:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/ChangeLog,v 1.3 2014/10/04 
15:46:19 mrueg Exp $
+
+*parser-2.2.0_pre5 (04 Oct 2014)
+
+  04 Oct 2014; Manuel RĂ¼ger mr...@gentoo.org +parser-2.2.0_pre5.ebuild:
+  Version bump.
 
   04 Sep 2014; Manuel RĂ¼ger mr...@gentoo.org parser-2.2.0_pre4.ebuild:
   Fix typo.



1.1  dev-ruby/parser/parser-2.2.0_pre5.ebuild

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

Index: parser-2.2.0_pre5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/parser-2.2.0_pre5.ebuild,v 
1.1 2014/10/04 15:46:19 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=yard
RUBY_FAKEGEM_TASK_TEST=test
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

RUBY_FAKEGEM_VERSION=${PV/_pre/.pre.}

inherit ruby-fakegem

DESCRIPTION=A production-ready Ruby parser written in pure Ruby
HOMEPAGE=https://github.com/whitequark/parser;

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

ruby_add_bdepend test? (
dev-ruby/minitest:5
dev-ruby/racc
dev-ruby/cliver )
ruby_add_rdepend dev-ruby/ast
dev-ruby/slop:3

all_ruby_prepare() {
sed -i -e /[Bb]undler/d Rakefile || die
sed -i -e /simplecov/,+35d test/helper.rb || die
}






[gentoo-commits] gentoo-x86 commit in net-misc/x2goserver: x2goserver-4.0.1.17.ebuild ChangeLog

2014-10-04 Thread Bernard Cafarelli (voyageur)
voyageur14/10/04 15:55:30

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

Revision  ChangesPath
1.48 net-misc/x2goserver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/x2goserver/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   29 Sep 2014 09:42:28 -  1.47
+++ ChangeLog   4 Oct 2014 15:55:30 -   1.48
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/x2goserver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goserver/ChangeLog,v 1.47 
2014/09/29 09:42:28 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goserver/ChangeLog,v 1.48 
2014/10/04 15:55:30 voyageur Exp $
+
+*x2goserver-4.0.1.17 (04 Oct 2014)
+
+  04 Oct 2014; Bernard Cafarelli voyag...@gentoo.org
+  +x2goserver-4.0.1.17.ebuild:
+  Version bump
 
   29 Sep 2014; Bernard Cafarelli voyag...@gentoo.org
   x2goserver-4.0.1.16.ebuild:



1.1  net-misc/x2goserver/x2goserver-4.0.1.17.ebuild

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

Index: x2goserver-4.0.1.17.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/x2goserver/x2goserver-4.0.1.17.ebuild,v 1.1 
2014/10/04 15:55:30 voyageur Exp $

EAPI=4
inherit eutils multilib systemd toolchain-funcs user

DESCRIPTION=The X2Go server
HOMEPAGE=http://www.x2go.org;
SRC_URI=http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+fuse postgres +sqlite

REQUIRED_USE=|| ( postgres sqlite )

DEPEND=
RDEPEND=dev-perl/Capture-Tiny
dev-perl/Config-Simple
dev-perl/File-BaseDir
dev-perl/File-ReadBackwards
media-fonts/font-cursor-misc
media-fonts/font-misc-misc
=net-misc/nx-3.5.0.25
net-misc/openssh
x11-apps/xauth
x11-apps/xhost
x11-apps/xwininfo
fuse? ( sys-fs/sshfs-fuse )
postgres? ( dev-perl/DBD-Pg )
sqlite? ( dev-perl/DBD-SQLite )

pkg_setup() {
# Force the group creation, #479650
enewgroup x2gouser
enewgroup x2goprint
enewuser x2gouser -1 -1 /var/lib/x2go x2gouser
enewuser x2goprint -1 -1 /var/spool/x2goprint x2goprint
}

src_prepare() {
# Multilib clean
sed -e /^LIBDIR=/s/lib/$(get_libdir)/ -i Makefile */Makefile || die 
multilib sed failed
# Skip man2html build
sed -e s/build-indep: build_man2html/build-indep:/ -i Makefile 
*/Makefile || die man2html sed failed
# Use nxagent directly
sed -i -e /NX_TEMP=/s/x2goagent/nxagent/ 
x2goserver/bin/x2gostartagent || die sed failed
}

src_compile() {
emake CC=$(tc-getCC) PREFIX=/usr
}

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

fowners root:x2goprint /usr/bin/x2goprint
fperms 2755 /usr/bin/x2goprint
fperms 0750 /etc/sudoers.d
fperms 0440 /etc/sudoers.d/x2goserver
dosym /usr/share/applications /etc/x2go/applications

newinitd ${FILESDIR}/${PN}.init x2gocleansessions
systemd_dounit ${FILESDIR}/x2gocleansessions.service
}

pkg_postinst() {
if use sqlite ; then
elog To use sqlite and create the initial database, run:
elog  # x2godbadmin --createdb
fi
if use postgres ; then
elog To use a PostgreSQL databse, more information is availabe 
here:
elog 
http://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql;
fi

elog For password authentication, you need to enable 
PasswordAuthentication
elog in /etc/ssh/sshd_config (disabled by default in Gentoo)
elog An init script was installed for x2gocleansessions
}






[gentoo-commits] gentoo-x86 commit in dev-lisp/uiop: uiop-3.0.3.ebuild uiop-3.0.1.ebuild uiop-3.0.2.4.ebuild uiop-3.0.2.1.ebuild ChangeLog

2014-10-04 Thread Anthony G. Basile (blueness)
blueness14/10/04 16:46:35

  Modified: uiop-3.0.3.ebuild uiop-3.0.1.ebuild
uiop-3.0.2.4.ebuild uiop-3.0.2.1.ebuild ChangeLog
  Log:
  Keyword ~ppc64, bug #506890
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.3  dev-lisp/uiop/uiop-3.0.3.ebuild

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

Index: uiop-3.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uiop-3.0.3.ebuild   11 Jul 2014 08:52:31 -  1.2
+++ uiop-3.0.3.ebuild   4 Oct 2014 16:46:35 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild,v 1.2 
2014/07/11 08:52:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild,v 1.3 
2014/10/04 16:46:35 blueness Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 ~ppc ~sparc ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 RDEPEND=~dev-lisp/asdf-${PV}



1.2  dev-lisp/uiop/uiop-3.0.1.ebuild

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

Index: uiop-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uiop-3.0.1.ebuild   19 May 2013 05:14:03 -  1.1
+++ uiop-3.0.1.ebuild   4 Oct 2014 16:46:35 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.1.ebuild,v 1.1 
2013/05/19 05:14:03 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.1.ebuild,v 1.2 
2014/10/04 16:46:35 blueness Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 RDEPEND=~dev-lisp/asdf-${PV}



1.4  dev-lisp/uiop/uiop-3.0.2.4.ebuild

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

Index: uiop-3.0.2.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- uiop-3.0.2.4.ebuild 12 Dec 2013 09:54:01 -  1.3
+++ uiop-3.0.2.4.ebuild 4 Oct 2014 16:46:35 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.2.4.ebuild,v 1.3 
2013/12/12 09:54:01 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.2.4.ebuild,v 1.4 
2014/10/04 16:46:35 blueness Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 RDEPEND=~dev-lisp/asdf-${PV}



1.2  dev-lisp/uiop/uiop-3.0.2.1.ebuild

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

Index: uiop-3.0.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uiop-3.0.2.1.ebuild 9 Aug 2013 12:33:51 -   1.1
+++ uiop-3.0.2.1.ebuild 4 Oct 2014 16:46:35 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 

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

2014-10-04 Thread Michael Orlitzky (mjo)
mjo 14/10/04 16:52:26

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



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

2014-10-04 Thread Michael Palimaka
commit: 8d2f70e26413aec923cfadc861b0a4e6c1cc74b1
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Oct  4 16:58:55 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Oct  4 16:58:55 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8d2f70e2

[kde-frameworks/kcoreaddons] Specify KDE4 home prefix.

This is required because kdelibs:4 was built with -DKDE_DEFAULT_HOME=.kde4
and Kdelibs4Migration no longer autodetects the directory name.

Upstream commit: d36771ebfc6e8a3bbeafb42be0580cfc6e8f2daf

Package-Manager: portage-2.2.12

---
 kde-frameworks/kcoreaddons/kcoreaddons-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-.ebuild 
b/kde-frameworks/kcoreaddons/kcoreaddons-.ebuild
index 69fcaae..cb06474 100644
--- a/kde-frameworks/kcoreaddons/kcoreaddons-.ebuild
+++ b/kde-frameworks/kcoreaddons/kcoreaddons-.ebuild
@@ -23,6 +23,7 @@ DEPEND=${RDEPEND}
 
 src_configure() {
local mycmakeargs=(
+   -D_KDE4_DEFAULT_HOME_POSTFIX=4
$(cmake-utils_use_find_package fam FAM)
)
 



[gentoo-commits] gentoo-x86 commit in dev-perl/Net-IPv4Addr: Net-IPv4Addr-0.100.0.ebuild metadata.xml Manifest ChangeLog

2014-10-04 Thread Michael Orlitzky (mjo)
mjo 14/10/04 17:00:54

  Added:Net-IPv4Addr-0.100.0.ebuild metadata.xml Manifest
ChangeLog
  Log:
  New package: dev-perl/Net-IPv4Addr, a Perl extension for manipulating IPv4 
addresses. Fixes bugs #201408 and #312617.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

Revision  ChangesPath
1.1  dev-perl/Net-IPv4Addr/Net-IPv4Addr-0.100.0.ebuild

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

Index: Net-IPv4Addr-0.100.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Net-IPv4Addr/Net-IPv4Addr-0.100.0.ebuild,v 1.1 
2014/10/04 17:00:54 mjo Exp $

EAPI=5

MODULE_AUTHOR=FRAJULAC
MODULE_VERSION=0.10
inherit perl-module

DESCRIPTION=Perl extension for manipulating IPv4 addresses

SLOT=0
KEYWORDS=~amd64 ~x86

DEPEND=
RDEPEND=



1.1  dev-perl/Net-IPv4Addr/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  herdperl/herd
  maintainer
emailm...@gentoo.org/email
  /maintainer
/pkgmetadata



1.1  dev-perl/Net-IPv4Addr/Manifest

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

Index: Manifest
===
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

DIST Net-IPv4Addr-0.10.tar.gz 8429 SHA256 
3845de4f30b17c842b192cace8879dbb6214de9692cfa70f0aaf0981422a63fe SHA512 
66381f9be27c010721970d1af245885379bcc0b57c4c1179fc00e89a53a2d53e7836789b13d4c5f0079fac63d7987e12ee71f3168517ea5e1064d5fe1f7455af
 WHIRLPOOL 
6a44bf67cc932eed37933b7a52002e854fd7a8d8d313d5c172a12eeef41da8f235139d95fe2332c854900d8a4457778486a0e7806e44687cfa7c2e856a312f0e
EBUILD Net-IPv4Addr-0.100.0.ebuild 309 SHA256 
1e29aae743d93575abe22958499ec8640b1a4f685d0d426597d22868b577a3b0 SHA512 
79f42c81661cf7d827846a65d995932803551a2e583e595ed1d6536a7b057cd4585caef7f61e41310a06287ac3eb4a48d5173bdb0326535bdebf2f25669a752d
 WHIRLPOOL 
4454321b9211666e257435e42a9fca40c6541b4e52fa29a9cb8a5958aed35d215015c4fb1e194349478cea24d0849b199327fbc47570c09be3f7e3fdf6ae20ac
MISC metadata.xml 224 SHA256 
da5466492b430d142ea569bb11972ace4b95e4c07375d60e75c9b91c39d80c3c SHA512 
5b865bf9093fec606960fc64a1a631270e432ef3e12a980da4d911b98e8473d8699ef52e49b46659c72e65f425172bae1e0121ebfa2aa5d08b0d28985fe092d3
 WHIRLPOOL 
bb92d97fde9619ec12123319611284963a6b3a9b1380d7ca7f9f1def48832fc4cd4355887cc3d010d72fa84b0047c34d49d93c36c764a5bab5559da22a0c2850
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0

iQJ8BAEBCABmBQJUMCUYXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxNEU5RDcyRDdCMUFGREVGQzBCNDFDMUY2
RjQ4RDNEQTA1QzJEQURCAAoJEG9I09oFwtrb5kkP/09bntlHGpRh9fosiqb+sj1l
FEUln+EpbVOwC76HtHh24C4fUAXgtNBCC/Wyh4IO/F1H2czwjumomCSPuSebSL7J
AlQVN1DJrnYZXyQpLbHeGP7AG1QdqZ6dlCOlt8e0dmw5AVly/0szjIeSABUdmbu0
ro3xss8Hx9X7HCDY7E4Ix5G23FMVH8OR8YtlhCNfeWBsgD1v7pYNApi8nJj/s+QZ
05YJcf14OaqYdsOZirTO9vFiYZqk2A/v1V5meidW9xy79lMGI749Hvhpm2nUSeTn
aB+d5IFkxXd7kMdkQnYCXLGlhAxhgTuJb5LWLPawmSxsIviO5v1vzLC2Kd0r5Nx+
APCeGNUDTfV70cXtY3KyRW+hmgFqdU8eWMFWhh3Hm7eG/6iVT1nDbCmoHiK9/1DP
+DQD6JBuaDmGYpIW1Sgwwh/+d7rVJsxHvigTUAwjWdGc4OexTk65uf784tMobuDE
Y3ukZ5S4XDkAOgkVXt9Opo62SAR+UiZXu/fYqMtbqL5gV8bhonHFmW2fXCTvIlE+
9dm9oqWAGaiGQsnRGUeqbKnog8RFkgP1+X2s/YWRxasGDfj9xz8XO25RbSLTQpnn
mMIUoDAuhRcF0ZErYpE/mC0UtlfxEbCqgToTwAWh8nMpjc8s6FRzvrdvSpF3K8QZ
W9Sqb6+Y3xCS6+UJ5nF+
=VLpM
-END PGP SIGNATURE-



1.1  dev-perl/Net-IPv4Addr/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/Net-IPv4Addr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IPv4Addr/ChangeLog,v 1.1 
2014/10/04 17:00:54 mjo Exp $

*Net-IPv4Addr-0.100.0 (04 Oct 2014)

  04 Oct 2014; Michael Orlitzky 

[gentoo-commits] gentoo-x86 commit in dev-haskell/transformers-compat: transformers-compat-0.3.3.4.ebuild ChangeLog

2014-10-04 Thread Sergei Trofimovich (slyfox)
slyfox  14/10/04 17:07:27

  Modified: transformers-compat-0.3.3.4.ebuild ChangeLog
  Log:
  keyword on ppc/ppc64/sparc
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  
dev-haskell/transformers-compat/transformers-compat-0.3.3.4.ebuild

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

Index: transformers-compat-0.3.3.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/transformers-compat-0.3.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- transformers-compat-0.3.3.4.ebuild  27 Sep 2014 20:29:44 -  1.3
+++ transformers-compat-0.3.3.4.ebuild  4 Oct 2014 17:07:27 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/transformers-compat-0.3.3.4.ebuild,v
 1.3 2014/09/27 20:29:44 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/transformers-compat-0.3.3.4.ebuild,v
 1.4 2014/10/04 17:07:27 slyfox Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=three
 
 RDEPEND==dev-lang/ghc-7.4.1:=



1.6  dev-haskell/transformers-compat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   27 Sep 2014 20:29:44 -  1.5
+++ ChangeLog   4 Oct 2014 17:07:27 -   1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/transformers-compat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/ChangeLog,v 
1.5 2014/09/27 20:29:44 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers-compat/ChangeLog,v 
1.6 2014/10/04 17:07:27 slyfox Exp $
+
+  04 Oct 2014; Sergei Trofimovich sly...@gentoo.org
+  transformers-compat-0.3.3.4.ebuild:
+  keyword on ppc/ppc64/sparc
 
   27 Sep 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml,
   transformers-compat-0.3.3.4.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-haskell/optparse-applicative: optparse-applicative-0.9.1.1.ebuild ChangeLog

2014-10-04 Thread Sergei Trofimovich (slyfox)
slyfox  14/10/04 17:08:27

  Modified: ChangeLog
  Added:optparse-applicative-0.9.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.6  dev-haskell/optparse-applicative/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   25 Jul 2014 08:58:43 -  1.5
+++ ChangeLog   4 Oct 2014 17:08:27 -   1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/optparse-applicative
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.5 
2014/07/25 08:58:43 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.6 
2014/10/04 17:08:27 slyfox Exp $
+
+*optparse-applicative-0.9.1.1 (04 Oct 2014)
+
+  04 Oct 2014; Sergei Trofimovich sly...@gentoo.org
+  +optparse-applicative-0.9.1.1.ebuild:
+  Version bump.
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Drop redundant 'maintainer' field, leave only 'herd'.



1.1  
dev-haskell/optparse-applicative/optparse-applicative-0.9.1.1.ebuild

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

Index: optparse-applicative-0.9.1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.9.1.1.ebuild,v
 1.1 2014/10/04 17:08:27 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.3.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Utilities and combinators for parsing command line options
HOMEPAGE=https://github.com/pcapriotti/optparse-applicative;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

RDEPEND==dev-haskell/ansi-wl-pprint-0.6:=[profile?] 
dev-haskell/ansi-wl-pprint-0.7:=[profile?]
=dev-haskell/transformers-0.2:=[profile?] 
dev-haskell/transformers-0.5:=[profile?]
=dev-haskell/transformers-compat-0.3:=[profile?] 
dev-haskell/transformers-compat-0.4:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( =dev-haskell/hunit-1.2 dev-haskell/hunit-1.3
=dev-haskell/quickcheck-2.6 dev-haskell/quickcheck-2.8
=dev-haskell/test-framework-0.6 dev-haskell/test-framework-0.9
=dev-haskell/test-framework-hunit-0.2 
dev-haskell/test-framework-hunit-0.4
=dev-haskell/test-framework-quickcheck2-0.3 
dev-haskell/test-framework-quickcheck2-0.4
=dev-haskell/test-framework-th-prime-0.0 
dev-haskell/test-framework-th-prime-0.1 )







[gentoo-commits] gentoo-x86 commit in dev-haskell/hjsmin: hjsmin-0.1.4.7.ebuild ChangeLog

2014-10-04 Thread Sergei Trofimovich (slyfox)
slyfox  14/10/04 17:11:10

  Modified: ChangeLog
  Added:hjsmin-0.1.4.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.6  dev-haskell/hjsmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hjsmin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   25 Jul 2014 08:59:11 -  1.5
+++ ChangeLog   4 Oct 2014 17:11:10 -   1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hjsmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hjsmin/ChangeLog,v 1.5 
2014/07/25 08:59:11 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hjsmin/ChangeLog,v 1.6 
2014/10/04 17:11:10 slyfox Exp $
+
+*hjsmin-0.1.4.7 (04 Oct 2014)
+
+  04 Oct 2014; Sergei Trofimovich sly...@gentoo.org +hjsmin-0.1.4.7.ebuild:
+  Version bump.
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Drop redundant 'maintainer' field, leave only 'herd'.



1.1  dev-haskell/hjsmin/hjsmin-0.1.4.7.ebuild

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

Index: hjsmin-0.1.4.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hjsmin/hjsmin-0.1.4.7.ebuild,v 
1.1 2014/10/04 17:11:10 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.2.

CABAL_FEATURES=bin lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Haskell implementation of a javascript minifier
HOMEPAGE=http://github.com/alanz/hjsmin;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/blaze-builder-0.2:=[profile?]
=dev-haskell/language-javascript-0.5.1:=[profile?]
=dev-haskell/optparse-applicative-0.7:=[profile?]
=dev-haskell/text-0.8:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.9.2
test? ( dev-haskell/hunit
=dev-haskell/language-javascript-0.5.4
=dev-haskell/quickcheck-2
dev-haskell/test-framework
dev-haskell/test-framework-hunit )







[gentoo-commits] gentoo-x86 commit in dev-vcs/git-annex/files: git-annex-5.20140717-old-feed.patch

2014-10-04 Thread Sergei Trofimovich (slyfox)
slyfox  14/10/04 17:14:25

  Removed:  git-annex-5.20140717-old-feed.patch
  Log:
  Version bump, drop old versions due to CVE-2014-6274 aka #523640: S3 and 
Glacier remotes creds embedded in the git repo were not encrypted
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)



[gentoo-commits] gentoo-x86 commit in dev-vcs/git-annex: git-annex-5.20140927.ebuild ChangeLog git-annex-5.20140405.ebuild git-annex-3.20121211-r2.ebuild git-annex-5.20140709.ebuild git-annex-4.201308

2014-10-04 Thread Sergei Trofimovich (slyfox)
slyfox  14/10/04 17:14:25

  Modified: ChangeLog
  Added:git-annex-5.20140927.ebuild
  Removed:  git-annex-5.20140405.ebuild
git-annex-3.20121211-r2.ebuild
git-annex-5.20140709.ebuild
git-annex-4.20130815-r1.ebuild
git-annex-5.20140831.ebuild
git-annex-5.20140306-r1.ebuild
git-annex-5.20140717.ebuild
git-annex-5.20140613.ebuild
  Log:
  Version bump, drop old versions due to CVE-2014-6274 aka #523640: S3 and 
Glacier remotes creds embedded in the git repo were not encrypted
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.31 dev-vcs/git-annex/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   6 Sep 2014 18:57:38 -   1.30
+++ ChangeLog   4 Oct 2014 17:14:25 -   1.31
@@ -1,6 +1,17 @@
 # ChangeLog for dev-vcs/git-annex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.30 
2014/09/06 18:57:38 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.31 
2014/10/04 17:14:25 slyfox Exp $
+
+*git-annex-5.20140927 (04 Oct 2014)
+
+  04 Oct 2014; Sergei Trofimovich sly...@gentoo.org
+  +git-annex-5.20140927.ebuild, -files/git-annex-5.20140717-old-feed.patch,
+  -git-annex-3.20121211-r2.ebuild, -git-annex-4.20130815-r1.ebuild,
+  -git-annex-5.20140306-r1.ebuild, -git-annex-5.20140405.ebuild,
+  -git-annex-5.20140613.ebuild, -git-annex-5.20140709.ebuild,
+  -git-annex-5.20140717.ebuild, -git-annex-5.20140831.ebuild:
+  Version bump, drop old versions due to CVE-2014-6274 aka #523640: S3 and
+  Glacier remotes creds embedded in the git repo were not encrypted
 
 *git-annex-5.20140831 (06 Sep 2014)
 



1.1  dev-vcs/git-annex/git-annex-5.20140927.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-5.20140927.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-5.20140927.ebuild?rev=1.1content-type=text/plain

Index: git-annex-5.20140927.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-5.20140927.ebuild,v 1.1 
2014/10/04 17:14:25 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.5

CABAL_FEATURES=bin
inherit haskell-cabal

DESCRIPTION=manage files with git, without checking their contents into git
HOMEPAGE=http://git-annex.branchable.com/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz
RESTRICT=test

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux
IUSE=android androidsplice +assistant +cryptohash +dbus +dns doc 
+desktop-notify ekg +feed +inotify +pairing +production +quvi +s3 +tahoe +tdfa 
+testsuite +webapp +webapp-secure +webdav +xmpp

RDEPEND=dev-vcs/git

DEPEND=${RDEPEND}
dev-haskell/async
dev-haskell/bloomfilter
=dev-haskell/cabal-1.8
dev-haskell/case-insensitive
dev-haskell/dataenc
dev-haskell/data-default
dev-haskell/dlist
dev-haskell/edit-distance
=dev-haskell/exceptions-0.6
dev-haskell/hslogger
dev-haskell/http-conduit
dev-haskell/http-types
dev-haskell/ifelse
dev-haskell/json[generic]
dev-haskell/missingh
dev-haskell/monad-control
=dev-haskell/mtl-2
=dev-haskell/network-2.0
=dev-haskell/quickcheck-2.1:2
dev-haskell/random
dev-haskell/safesemaphore
dev-haskell/sha
=dev-haskell/stm-2.3
dev-haskell/text
dev-haskell/transformers
dev-haskell/unix-compat
dev-haskell/utf8-string
dev-haskell/uuid
=dev-lang/ghc-7.4.1
android? ( dev-haskell/data-endian )
assistant? ( =dev-haskell/stm-2.3
inotify? ( dev-haskell/hinotify ) )
cryptohash? ( =dev-haskell/cryptohash-0.10.0 )
dbus? ( =dev-haskell/dbus-0.10.3 )
dns? ( dev-haskell/dns )
ekg? ( dev-haskell/aeson
dev-haskell/ekg
dev-haskell/http-types )
feed? ( dev-haskell/feed )

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2014-10-04 Thread Michael Palimaka
commit: f1b2be8d17c505a47037c1c3fbb3f9cf65caa430
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Oct  4 17:39:37 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Oct  4 17:39:37 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f1b2be8d

[profiles/package.mask] Mask Frameworks 5.3.0

---
 profiles/package.mask/frameworks-5.3.0 | 62 ++
 1 file changed, 62 insertions(+)

diff --git a/profiles/package.mask/frameworks-5.3.0 
b/profiles/package.mask/frameworks-5.3.0
new file mode 100644
index 000..cb1c271
--- /dev/null
+++ b/profiles/package.mask/frameworks-5.3.0
@@ -0,0 +1,62 @@
+# Michael Palimaka kensing...@gentoo.org (04 Oct 2014)
+# Unreleased.
+~dev-libs/extra-cmake-modules-1.3.0
+~kde-frameworks/attica-5.3.0
+~kde-frameworks/frameworkintegration-5.3.0
+~kde-frameworks/kactivities-5.3.0
+~kde-frameworks/kapidox-5.3.0
+~kde-frameworks/karchive-5.3.0
+~kde-frameworks/kauth-5.3.0
+~kde-frameworks/kbookmarks-5.3.0
+~kde-frameworks/kcmutils-5.3.0
+~kde-frameworks/kcodecs-5.3.0
+~kde-frameworks/kcompletion-5.3.0
+~kde-frameworks/kconfig-5.3.0
+~kde-frameworks/kconfigwidgets-5.3.0
+~kde-frameworks/kcoreaddons-5.3.0
+~kde-frameworks/kcrash-5.3.0
+~kde-frameworks/kdbusaddons-5.3.0
+~kde-frameworks/kdeclarative-5.3.0
+~kde-frameworks/kded-5.3.0
+~kde-frameworks/kdelibs4support-5.3.0
+~kde-frameworks/kdesignerplugin-5.3.0
+~kde-frameworks/kdesu-5.3.0
+~kde-frameworks/kdewebkit-5.3.0
+~kde-frameworks/kdnssd-5.3.0
+~kde-frameworks/kdoctools-5.3.0
+~kde-frameworks/kemoticons-5.3.0
+~kde-frameworks/kglobalaccel-5.3.0
+~kde-frameworks/kguiaddons-5.3.0
+~kde-frameworks/khtml-5.3.0
+~kde-frameworks/ki18n-5.3.0
+~kde-frameworks/kiconthemes-5.3.0
+~kde-frameworks/kidletime-5.3.0
+~kde-frameworks/kimageformats-5.3.0
+~kde-frameworks/kinit-5.3.0
+~kde-frameworks/kio-5.3.0
+~kde-frameworks/kitemmodels-5.3.0
+~kde-frameworks/kitemviews-5.3.0
+~kde-frameworks/kjobwidgets-5.3.0
+~kde-frameworks/kjs-5.3.0
+~kde-frameworks/kjsembed-5.3.0
+~kde-frameworks/kmediaplayer-5.3.0
+~kde-frameworks/knewstuff-5.3.0
+~kde-frameworks/knotifications-5.3.0
+~kde-frameworks/knotifyconfig-5.3.0
+~kde-frameworks/kparts-5.3.0
+~kde-frameworks/kplotting-5.3.0
+~kde-frameworks/kpty-5.3.0
+~kde-frameworks/kross-5.3.0
+~kde-frameworks/krunner-5.3.0
+~kde-frameworks/kservice-5.3.0
+~kde-frameworks/ktexteditor-5.3.0
+~kde-frameworks/ktextwidgets-5.3.0
+~kde-frameworks/kunitconversion-5.3.0
+~kde-frameworks/kwallet-5.3.0
+~kde-frameworks/kwidgetsaddons-5.3.0
+~kde-frameworks/kwindowsystem-5.3.0
+~kde-frameworks/kxmlgui-5.3.0
+~kde-frameworks/plasma-5.3.0
+~kde-frameworks/solid-5.3.0
+~kde-frameworks/sonnet-5.3.0
+~kde-frameworks/threadweaver-5.3.0



[gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/

2014-10-04 Thread Michael Palimaka
commit: 2c539068187844761cec410c870a0c64210a965a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Oct  4 17:40:33 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Oct  4 17:40:33 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2c539068

[dev-libs/extra-cmake-modules] Version bump.

Package-Manager: portage-2.2.12

---
 .../extra-cmake-modules-1.3.0.ebuild   | 44 ++
 1 file changed, 44 insertions(+)

diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild 
b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild
new file mode 100644
index 000..807e3ee
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION=Extra modules and scripts for CMake
+HOMEPAGE=https://projects.kde.org/projects/kdesupport/extra-cmake-modules;
+SRC_URI=mirror://kde/stable/frameworks/5.3.0/${P}.tar.xz
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=~amd64
+IUSE=doc
+
+DEPEND=
+   app-arch/xz-utils
+   =dev-util/cmake-2.8.12
+   doc? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+   )
+
+
+python_check_deps() {
+   has_version dev-python/sphinx[${PYTHON_USEDEP}]
+}
+
+pkg_setup() {
+   use doc  python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_build doc HTML_DOCS)
+   $(cmake-utils_use_build doc MAN_DOCS)
+   )
+
+   cmake-utils_src_configure
+}



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

2014-10-04 Thread Manuel Rueger (mrueg)
mrueg   14/10/04 17:42:01

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

Revision  ChangesPath
1.25 dev-ruby/prawn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   19 Aug 2014 12:12:48 -  1.24
+++ ChangeLog   4 Oct 2014 17:42:01 -   1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/prawn
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn/ChangeLog,v 1.24 2014/08/19 
12:12:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn/ChangeLog,v 1.25 2014/10/04 
17:42:01 mrueg Exp $
+
+*prawn-1.3.0 (04 Oct 2014)
+
+  04 Oct 2014; Manuel RĂ¼ger mr...@gentoo.org +prawn-1.3.0.ebuild:
+  Version bump.
 
   19 Aug 2014; RaĂºl Porcel armi...@gentoo.org prawn-1.2.1-r2.ebuild:
   add ~alpha/~arm/~ia64/~sparc/~x86, bug #519170



1.1  dev-ruby/prawn/prawn-1.3.0.ebuild

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

Index: prawn-1.3.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn/prawn-1.3.0.ebuild,v 1.1 
2014/10/04 17:42:01 mrueg Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=yard
RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_EXTRAINSTALL=data

inherit ruby-fakegem

DESCRIPTION=Fast, Nimble PDF Generation For Ruby
HOMEPAGE=http://prawn.majesticseacreature.com/;
SRC_URI=https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz
LICENSE=|| ( GPL-2 Ruby )
SLOT=1
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

ruby_add_rdepend =dev-ruby/pdf-core-0.4.0
=dev-ruby/ttfunk-1.4.0
ruby_add_bdepend test? ( dev-ruby/coderay
dev-ruby/mocha
=dev-ruby/pdf-inspector-1.1.0
=dev-ruby/pdf-reader-1.2
)

all_ruby_prepare() {
sed -i -e /[Bb]undler/d Rakefile spec/spec_helper.rb || die
# Remove failing tests
# https://github.com/prawnpdf/prawn/pull/693
# https://github.com/prawnpdf/prawn/issues/603
sed -i -e /should process UTF-8 chars/,+9 s/^/#/ 
spec/line_wrap_spec.rb || die
sed -i -e /shrink_to_fit with special utf-8 text/,+12 s/^/#/ 
spec/text_spec.rb || die
}






[gentoo-commits] proj/kde:master commit in: kde-frameworks/krunner/, kde-frameworks/kactivities/, ...

2014-10-04 Thread Michael Palimaka
commit: 1b2525cbda286def1fc6002d7f7202271e8d30b8
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Oct  4 17:43:45 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Oct  4 17:43:45 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1b2525cb

[kde-frameworks] Version bump 5.3.0

---
 kde-frameworks/attica/attica-5.3.0.ebuild  | 18 +
 .../frameworkintegration-5.3.0.ebuild  | 47 +
 .../kactivities/kactivities-5.3.0.ebuild   | 36 ++
 kde-frameworks/kapidox/kapidox-5.3.0.ebuild| 27 
 kde-frameworks/karchive/karchive-5.3.0.ebuild  | 28 
 kde-frameworks/kauth/kauth-5.3.0.ebuild| 33 ++
 kde-frameworks/kbookmarks/kbookmarks-5.3.0.ebuild  | 30 +
 kde-frameworks/kcmutils/kcmutils-5.3.0.ebuild  | 30 +
 kde-frameworks/kcodecs/kcodecs-5.3.0.ebuild| 14 
 .../kcompletion/kcompletion-5.3.0.ebuild   | 22 +++
 kde-frameworks/kconfig/kconfig-5.3.0.ebuild| 24 +++
 .../kconfigwidgets/kconfigwidgets-5.3.0.ebuild | 29 +
 .../kcoreaddons/kcoreaddons-5.3.0.ebuild   | 41 
 kde-frameworks/kcrash/kcrash-5.3.0.ebuild  | 39 +++
 .../kdbusaddons/kdbusaddons-5.3.0.ebuild   | 29 +
 .../kdeclarative/kdeclarative-5.3.0.ebuild | 29 +
 kde-frameworks/kded/kded-5.3.0.ebuild  | 28 
 .../kdelibs4support/kdelibs4support-5.3.0.ebuild   | 76 ++
 .../kdesignerplugin/kdesignerplugin-5.3.0.ebuild   | 54 +++
 kde-frameworks/kdesu/kdesu-5.3.0.ebuild| 35 ++
 kde-frameworks/kdewebkit/kdewebkit-5.3.0.ebuild| 31 +
 kde-frameworks/kdnssd/kdnssd-5.3.0.ebuild  | 32 +
 kde-frameworks/kdoctools/kdoctools-5.3.0.ebuild| 21 ++
 kde-frameworks/kemoticons/kemoticons-5.3.0.ebuild  | 27 
 .../kglobalaccel/kglobalaccel-5.3.0.ebuild | 34 ++
 kde-frameworks/kguiaddons/kguiaddons-5.3.0.ebuild  | 23 +++
 kde-frameworks/khtml/khtml-5.3.0.ebuild| 66 +++
 kde-frameworks/ki18n/ki18n-5.3.0.ebuild| 21 ++
 .../kiconthemes/kiconthemes-5.3.0.ebuild   | 27 
 kde-frameworks/kidletime/kidletime-5.3.0.ebuild| 25 +++
 .../kimageformats/kimageformats-5.3.0.ebuild   | 36 ++
 kde-frameworks/kinit/kinit-5.3.0.ebuild| 38 +++
 kde-frameworks/kio/kio-5.3.0.ebuild| 74 +
 .../kitemmodels/kitemmodels-5.3.0.ebuild   | 16 +
 kde-frameworks/kitemviews/kitemviews-5.3.0.ebuild  | 21 ++
 .../kjobwidgets/kjobwidgets-5.3.0.ebuild   | 36 ++
 kde-frameworks/kjs/kjs-5.3.0.ebuild| 22 +++
 kde-frameworks/kjsembed/kjsembed-5.3.0.ebuild  | 26 
 .../kmediaplayer/kmediaplayer-5.3.0.ebuild | 22 +++
 kde-frameworks/knewstuff/knewstuff-5.3.0.ebuild| 32 +
 .../knotifications/knotifications-5.3.0.ebuild | 45 +
 .../knotifyconfig/knotifyconfig-5.3.0.ebuild   | 26 
 kde-frameworks/kparts/kparts-5.3.0.ebuild  | 31 +
 kde-frameworks/kplotting/kplotting-5.3.0.ebuild| 20 ++
 kde-frameworks/kpty/kpty-5.3.0.ebuild  | 19 ++
 kde-frameworks/kross/kross-5.3.0.ebuild| 33 ++
 kde-frameworks/krunner/krunner-5.3.0.ebuild| 29 +
 kde-frameworks/kservice/kservice-5.3.0.ebuild  | 29 +
 .../ktexteditor/ktexteditor-5.3.0.ebuild   | 42 
 .../ktextwidgets/ktextwidgets-5.3.0.ebuild | 30 +
 .../kunitconversion/kunitconversion-5.3.0.ebuild   | 19 ++
 kde-frameworks/kwallet/kwallet-5.3.0.ebuild| 29 +
 .../kwidgetsaddons/kwidgetsaddons-5.3.0.ebuild | 21 ++
 .../kwindowsystem/kwindowsystem-5.3.0.ebuild   | 39 +++
 kde-frameworks/kxmlgui/kxmlgui-5.3.0.ebuild| 42 
 kde-frameworks/plasma/plasma-5.3.0.ebuild  | 67 +++
 kde-frameworks/solid/solid-5.3.0.ebuild| 32 +
 kde-frameworks/sonnet/sonnet-5.3.0.ebuild  | 31 +
 .../threadweaver/threadweaver-5.3.0.ebuild | 21 ++
 59 files changed, 1904 insertions(+)

diff --git a/kde-frameworks/attica/attica-5.3.0.ebuild 
b/kde-frameworks/attica/attica-5.3.0.ebuild
new file mode 100644
index 000..59593bf
--- /dev/null
+++ b/kde-frameworks/attica/attica-5.3.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_NLS=false
+inherit kde5
+
+DESCRIPTION=Framework providing access to Open Collaboration Services
+LICENSE=LGPL-2.1+
+KEYWORDS= ~amd64
+IUSE=
+
+RDEPEND=
+   dev-qt/qtnetwork:5
+
+DEPEND=${RDEPEND}

diff --git 

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

2014-10-04 Thread Michael Palimaka
commit: 07b4f90f7f517fced99f4a62543916bdaaf360df
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Oct  4 17:45:32 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Oct  4 17:45:32 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=07b4f90f

[sets] Add kde-frameworks-5.3.

---
 sets/kde-frameworks-5.3 | 59 +
 1 file changed, 59 insertions(+)

diff --git a/sets/kde-frameworks-5.3 b/sets/kde-frameworks-5.3
new file mode 100644
index 000..07e1fe4
--- /dev/null
+++ b/sets/kde-frameworks-5.3
@@ -0,0 +1,59 @@
+kde-frameworks/attica-5.3.50:5
+kde-frameworks/frameworkintegration-5.3.50:5
+kde-frameworks/kactivities-5.3.50:5
+kde-frameworks/kapidox-5.3.50:5
+kde-frameworks/karchive-5.3.50:5
+kde-frameworks/kauth-5.3.50:5
+kde-frameworks/kbookmarks-5.3.50:5
+kde-frameworks/kcmutils-5.3.50:5
+kde-frameworks/kcodecs-5.3.50:5
+kde-frameworks/kcompletion-5.3.50:5
+kde-frameworks/kconfig-5.3.50:5
+kde-frameworks/kconfigwidgets-5.3.50:5
+kde-frameworks/kcoreaddons-5.3.50:5
+kde-frameworks/kcrash-5.3.50:5
+kde-frameworks/kdbusaddons-5.3.50:5
+kde-frameworks/kdeclarative-5.3.50:5
+kde-frameworks/kded-5.3.50:5
+kde-frameworks/kdelibs4support-5.3.50:5
+kde-frameworks/kdesignerplugin-5.3.50:5
+kde-frameworks/kdesu-5.3.50:5
+kde-frameworks/kdewebkit-5.3.50:5
+kde-frameworks/kdnssd-5.3.50:5
+kde-frameworks/kdoctools-5.3.50:5
+kde-frameworks/kemoticons-5.3.50:5
+kde-frameworks/kglobalaccel-5.3.50:5
+kde-frameworks/kguiaddons-5.3.50:5
+kde-frameworks/khtml-5.3.50:5
+kde-frameworks/ki18n-5.3.50:5
+kde-frameworks/kiconthemes-5.3.50:5
+kde-frameworks/kidletime-5.3.50:5
+kde-frameworks/kimageformats-5.3.50:5
+kde-frameworks/kinit-5.3.50:5
+kde-frameworks/kio-5.3.50:5
+kde-frameworks/kitemmodels-5.3.50:5
+kde-frameworks/kitemviews-5.3.50:5
+kde-frameworks/kjobwidgets-5.3.50:5
+kde-frameworks/kjs-5.3.50:5
+kde-frameworks/kjsembed-5.3.50:5
+kde-frameworks/kmediaplayer-5.3.50:5
+kde-frameworks/knewstuff-5.3.50:5
+kde-frameworks/knotifications-5.3.50:5
+kde-frameworks/knotifyconfig-5.3.50:5
+kde-frameworks/kparts-5.3.50:5
+kde-frameworks/kplotting-5.3.50:5
+kde-frameworks/kpty-5.3.50:5
+kde-frameworks/kross-5.3.50:5
+kde-frameworks/krunner-5.3.50:5
+kde-frameworks/kservice-5.3.50:5
+kde-frameworks/ktexteditor-5.3.50:5
+kde-frameworks/ktextwidgets-5.3.50:5
+kde-frameworks/kunitconversion-5.3.50:5
+kde-frameworks/kwallet-5.3.50:5
+kde-frameworks/kwidgetsaddons-5.3.50:5
+kde-frameworks/kwindowsystem-5.3.50:5
+kde-frameworks/kxmlgui-5.3.50:5
+kde-frameworks/plasma-5.3.50:5
+kde-frameworks/solid-5.3.50:5
+kde-frameworks/sonnet-5.3.50:5
+kde-frameworks/threadweaver-5.3.50:5



[gentoo-commits] gentoo-x86 commit in net-dns/rbldnsd: rbldnsd-0.997a-r1.ebuild ChangeLog

2014-10-04 Thread Michael Orlitzky (mjo)
mjo 14/10/04 17:58:35

  Modified: ChangeLog
  Added:rbldnsd-0.997a-r1.ebuild
  Log:
  Revbump to fix bug #520602.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

Revision  ChangesPath
1.29 net-dns/rbldnsd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   12 Dec 2013 14:12:35 -  1.28
+++ ChangeLog   4 Oct 2014 17:58:35 -   1.29
@@ -1,6 +1,13 @@
 # ChangeLog for net-dns/rbldnsd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/ChangeLog,v 1.28 2013/12/12 
14:12:35 mjo Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/ChangeLog,v 1.29 2014/10/04 
17:58:35 mjo Exp $
+
+*rbldnsd-0.997a-r1 (04 Oct 2014)
+
+  04 Oct 2014; Michael Orlitzky m...@gentoo.org
+  +files/rbldnsd-0.997a-format-security-compile-fix.patch,
+  +rbldnsd-0.997a-r1.ebuild:
+  Revbump to fix bug #520602.
 
   12 Dec 2013; Michael Orlitzky m...@gentoo.org rbldnsd-0.997a.ebuild:
   Add missing PYTHON_REQUIRED_USE when tests are enabled.



1.1  net-dns/rbldnsd/rbldnsd-0.997a-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/rbldnsd-0.997a-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/rbldnsd-0.997a-r1.ebuild?rev=1.1content-type=text/plain

Index: rbldnsd-0.997a-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/rbldnsd-0.997a-r1.ebuild,v 
1.1 2014/10/04 17:58:35 mjo Exp $

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

inherit eutils toolchain-funcs user python-single-r1

DESCRIPTION=DNS server designed to serve blacklist zones
HOMEPAGE=http://www.corpit.ru/mjt/rbldnsd.html;
SRC_URI=http://www.corpit.ru/mjt/rbldnsd/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~hppa ~sparc ~x86 ~x86-fbsd
IUSE=ipv6 test zlib

REQUIRED_USE=test? ( ${PYTHON_REQUIRED_USE} )

RDEPEND=zlib? ( sys-libs/zlib )
DEPEND=${RDEPEND}
test? ( ${PYTHON_DEPS}
dev-python/pydns:2[${PYTHON_USEDEP}] )

src_prepare() {
epatch ${FILESDIR}/${P}-robust-ipv6-test-support.patch
epatch ${FILESDIR}/${P}-format-security-compile-fix.patch
}

src_configure() {
# The ./configure file is handwritten and doesn't support a `make
# install` target, so there are no --prefix options. The econf
# function appends those automatically, so we can't use it.
./configure \
$(use_enable ipv6) \
$(use_enable zlib) \
|| die ./configure failed
}

src_compile() {
emake \
AR=$(tc-getAR) \
CC=$(tc-getCC) \
RANLIB=$(tc-getRANLIB)
}

src_test() {
emake check \
CC=$(tc-getCC) \
PYTHON=${PYTHON}
}

src_install() {
dosbin rbldnsd
doman rbldnsd.8
keepdir /var/db/rbldnsd
dodoc CHANGES* TODO NEWS README*
newinitd ${FILESDIR}/initd-${PV} rbldnsd
newconfd ${FILESDIR}/confd-${PV} rbldnsd
}

pkg_postinst() {
enewgroup rbldns
enewuser rbldns -1 -1 /var/db/rbldnsd rbldns
chown rbldns:rbldns /var/db/rbldnsd
}






[gentoo-commits] gentoo-x86 commit in net-dns/rbldnsd/files: rbldnsd-0.997a-format-security-compile-fix.patch

2014-10-04 Thread Michael Orlitzky (mjo)
mjo 14/10/04 17:58:35

  Added:rbldnsd-0.997a-format-security-compile-fix.patch
  Log:
  Revbump to fix bug #520602.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

Revision  ChangesPath
1.1  
net-dns/rbldnsd/files/rbldnsd-0.997a-format-security-compile-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/files/rbldnsd-0.997a-format-security-compile-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/files/rbldnsd-0.997a-format-security-compile-fix.patch?rev=1.1content-type=text/plain

Index: rbldnsd-0.997a-format-security-compile-fix.patch
===
From 5d3455065f84fe1ef4673552a27d2e6e8f02c97a Mon Sep 17 00:00:00 2001
From: Michael Orlitzky mich...@orlitzky.com
Date: Mon, 22 Sep 2014 10:09:27 -0400
Subject: [PATCH 1/1] Fix compilation with -Werror=format-security.

The dslog() function takes an optional format string, analogous to
e.g. printf(), and a list of arguments to be substituted into the
format string. A call to dslog() in do_reload() omitted the format
string causing GCC to throw a format-security warning. To silence the
warning, a trivial format string of %s was provided.
---
 rbldnsd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rbldnsd.c b/rbldnsd.c
index abf1d01..e791231 100644
--- a/rbldnsd.c
+++ b/rbldnsd.c
@@ -959,7 +959,7 @@ static int do_reload(int do_fork) {
 # undef kb
   }
 #endif /* NO_MEMINFO */
-  dslog(LOG_INFO, 0, ibuf);
+  dslog(LOG_INFO, 0, %s, ibuf);
 
   check_expires();
 
-- 
1.8.5.5







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

2014-10-04 Thread Michael Palimaka
commit: 1d10c2161747c645462a70fb30309114f44956fc
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Oct  4 17:57:51 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Oct  4 17:57:51 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1d10c216

[kde-frameworks/kimageformats] Tests require virtual X.

Upstream commit: 51eca9b6a8220e25ff3c469d757185651c9242e5

Package-Manager: portage-2.2.12

---
 kde-frameworks/kimageformats/kimageformats-5.3.0.ebuild | 1 +
 kde-frameworks/kimageformats/kimageformats-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kimageformats/kimageformats-5.3.0.ebuild 
b/kde-frameworks/kimageformats/kimageformats-5.3.0.ebuild
index 6386acd..aab45a1 100644
--- a/kde-frameworks/kimageformats/kimageformats-5.3.0.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-5.3.0.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 KDE_NLS=false
+VIRTUALX_REQUIRED=test
 inherit kde5
 
 DESCRIPTION=Framework providing additional format plugins for Qt's image I/O 
system

diff --git a/kde-frameworks/kimageformats/kimageformats-.ebuild 
b/kde-frameworks/kimageformats/kimageformats-.ebuild
index 619bf99..13752b5 100644
--- a/kde-frameworks/kimageformats/kimageformats-.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 KDE_NLS=false
+VIRTUALX_REQUIRED=test
 inherit kde5
 
 DESCRIPTION=Framework providing additional format plugins for Qt's image I/O 
system



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-IPv4Addr/

2014-10-04 Thread Kent Fredric
commit: 3dec612483aa08754771ae9f3fc9e1b827ae1713
Author: Michael Orlitzky michael AT orlitzky DOT com
AuthorDate: Sat Oct  4 17:50:04 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Oct  4 17:50:04 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3dec6124

dev-perl/Net-IPv4Addr: remove package, moved to gentoo-x86.

---
 dev-perl/Net-IPv4Addr/ChangeLog   | 16 
 dev-perl/Net-IPv4Addr/Net-IPv4Addr-0.100.0.ebuild | 17 -
 dev-perl/Net-IPv4Addr/metadata.xml|  9 -
 3 files changed, 42 deletions(-)

diff --git a/dev-perl/Net-IPv4Addr/ChangeLog b/dev-perl/Net-IPv4Addr/ChangeLog
deleted file mode 100644
index d6c2755..000
--- a/dev-perl/Net-IPv4Addr/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for dev-perl/Net-IPv4Addr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*Net-IPv4Addr-0.100.0 (28 Feb 2012)
-
-  28 Feb 2012; Kent Fredric kentfred...@gmail.com -Net-IPv4Addr-0.10.ebuild,
-  +Net-IPv4Addr-0.100.0.ebuild:
-  Migrate to x.y.z
-
-*Net-IPv4Addr-0.10 (03 Apr 2010)
-
-  03 Apr 2010; Torsten Veller t...@gentoo.org +Net-IPv4Addr-0.10.ebuild,
-  +metadata.xml:
-  Initial commit. Thanks to René 'Necoro' Neumann (#312617)
-

diff --git a/dev-perl/Net-IPv4Addr/Net-IPv4Addr-0.100.0.ebuild 
b/dev-perl/Net-IPv4Addr/Net-IPv4Addr-0.100.0.ebuild
deleted file mode 100644
index 908738a..000
--- a/dev-perl/Net-IPv4Addr/Net-IPv4Addr-0.100.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=FRAJULAC
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION=Perl extension for manipulating IPv4 addresses.
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-SRC_TEST=do

diff --git a/dev-perl/Net-IPv4Addr/metadata.xml 
b/dev-perl/Net-IPv4Addr/metadata.xml
deleted file mode 100644
index 3ba048b..000
--- a/dev-perl/Net-IPv4Addr/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-herdperl/herd
-upstream
-remote-id type=cpanNet-IPv4Addr/remote-id
-remote-id type=cpan-moduleNet::IPv4Addr/remote-id
-/upstream
-/pkgmetadata



[gentoo-commits] proj/lua:master commit in: dev-lua/lua-sendmail/

2014-10-04 Thread Vadim A. Misbakh-Soloviov
commit: a42337ba65d3b5069e0d74bdca0f42762605
Author: Vadim A. Misbakh-Soloviov mva AT mva DOT name
AuthorDate: Tue Jul 22 07:34:51 2014 +
Commit: Vadim A. Misbakh-Soloviov mva AT mva DOT name
CommitDate: Tue Jul 22 07:34:51 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=a423

[dev-lua/resty-sendmail] added

Signed-off-by: Vadim A. Misbakh-Soloviov mva AT mva.name

---
 dev-lua/lua-sendmail/lua-sendmail-.ebuild | 40 +++
 dev-lua/lua-sendmail/metadata.xml | 14 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-lua/lua-sendmail/lua-sendmail-.ebuild 
b/dev-lua/lua-sendmail/lua-sendmail-.ebuild
new file mode 100644
index 000..ec201fd
--- /dev/null
+++ b/dev-lua/lua-sendmail/lua-sendmail-.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: This ebuild is from Lua overlay; Bumped by mva; $
+
+EAPI=5
+
+inherit base toolchain-funcs git-r3
+
+DESCRIPTION=A stream-based HTML template library for Lua.
+HOMEPAGE=https://github.com/moteus/lua-sendmail;
+SRC_URI=
+
+EGIT_REPO_URI=https://github.com/moteus/lua-sendmail;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=
+IUSE=luajit
+
+RDEPEND=
+   !luajit? ( =dev-lang/lua-5.1 )
+   luajit?  ( dev-lang/luajit:2 )
+   dev-lua/luasocket
+
+DEPEND=
+   ${RDEPEND}
+   dev-util/pkgconfig
+
+
+HTML_DOCS=( docs/ )
+
+src_install() {
+   local lua=lua;
+   use luajit  lua=luajit;
+
+   insinto $($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})
+   doins lua/sendmail.lua
+
+   base_src_install_docs
+}

diff --git a/dev-lua/lua-sendmail/metadata.xml 
b/dev-lua/lua-sendmail/metadata.xml
new file mode 100644
index 000..23da526
--- /dev/null
+++ b/dev-lua/lua-sendmail/metadata.xml
@@ -0,0 +1,14 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+ emailm...@mva.name/email
+ description
+   If you have any issues, please contact me, or try to find me in IRC on 
Freenode, OFTC or RusNet.
+ /description 
+ nameVadim A. Misbakh-Soloviov/name
+/maintainer
+longdescriptionFIXME/longdescription 
+use
+/use
+/pkgmetadata



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

2014-10-04 Thread Michael Palimaka
commit: e739ee89f89473aaea7a4d824c57961b7d15e4ea
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Oct  4 18:06:20 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Oct  4 18:06:20 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e739ee89

[kde-frameworks/kwindowsystem] Restrict hanging tests.

Package-Manager: portage-2.2.12

---
 kde-frameworks/kwindowsystem/kwindowsystem-5.3.0.ebuild | 2 ++
 kde-frameworks/kwindowsystem/kwindowsystem-.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.3.0.ebuild 
b/kde-frameworks/kwindowsystem/kwindowsystem-5.3.0.ebuild
index 4540c1b..c3d696d 100644
--- a/kde-frameworks/kwindowsystem/kwindowsystem-5.3.0.ebuild
+++ b/kde-frameworks/kwindowsystem/kwindowsystem-5.3.0.ebuild
@@ -28,6 +28,8 @@ DEPEND=${RDEPEND}
X? ( x11-proto/xproto )
 
 
+RESTRICT=test
+
 DOCS=( docs/README.kstartupinfo )
 
 src_configure() {

diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-.ebuild 
b/kde-frameworks/kwindowsystem/kwindowsystem-.ebuild
index 962b062..815b712 100644
--- a/kde-frameworks/kwindowsystem/kwindowsystem-.ebuild
+++ b/kde-frameworks/kwindowsystem/kwindowsystem-.ebuild
@@ -28,6 +28,8 @@ DEPEND=${RDEPEND}
X? ( x11-proto/xproto )
 
 
+RESTRICT=test
+
 DOCS=( docs/README.kstartupinfo )
 
 src_configure() {



[gentoo-commits] proj/lua:master commit in: dev-lua/rds-parser/, dev-lua/redis-parser/

2014-10-04 Thread Vadim A. Misbakh-Soloviov
commit: 14a03a813cab2213398a8721f9ca18f8389aee47
Author: Vadim A. Misbakh-Soloviov mva AT mva DOT name
AuthorDate: Sat Aug 16 19:19:03 2014 +
Commit: Vadim A. Misbakh-Soloviov mva AT mva DOT name
CommitDate: Sat Aug 16 19:19:03 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=14a03a81

[dev-lua/r*d*s-parser] OpenResty fixes (path)

Signed-off-by: Vadim A. Misbakh-Soloviov mva AT mva.name

---
 dev-lua/rds-parser/rds-parser-.ebuild | 2 +-
 dev-lua/redis-parser/redis-parser-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lua/rds-parser/rds-parser-.ebuild 
b/dev-lua/rds-parser/rds-parser-.ebuild
index 30db1bc..b8a31d1 100644
--- a/dev-lua/rds-parser/rds-parser-.ebuild
+++ b/dev-lua/rds-parser/rds-parser-.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
 
sed -r \
-e s#^(PREFIX).*#\1=/usr# \
-   -e s#^(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
+   -e s#^(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_CMOD ${lua})# \
-e s#^(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
includedir ${lua})# \
-i Makefile
 }

diff --git a/dev-lua/redis-parser/redis-parser-.ebuild 
b/dev-lua/redis-parser/redis-parser-.ebuild
index a3425ee..32c63fe 100644
--- a/dev-lua/redis-parser/redis-parser-.ebuild
+++ b/dev-lua/redis-parser/redis-parser-.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
 
sed -r \
-e s#^(PREFIX).*#\1=/usr# \
-   -e s#^(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
+   -e s#^(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_CMOD ${lua})# \
-e s#^(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
includedir ${lua})# \
-i Makefile
 }



[gentoo-commits] proj/lua:master commit in: dev-lua/resty-template/

2014-10-04 Thread Vadim A. Misbakh-Soloviov
commit: 99f1aa3f68e3bb7ec54362eee510524299228aab
Author: Vadim A. Misbakh-Soloviov mva AT mva DOT name
AuthorDate: Tue Jul 22 07:34:38 2014 +
Commit: Vadim A. Misbakh-Soloviov mva AT mva DOT name
CommitDate: Tue Jul 22 07:34:38 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=99f1aa3f

[dev-lua/resty-template] added

Signed-off-by: Vadim A. Misbakh-Soloviov mva AT mva.name

---
 dev-lua/resty-template/Manifest   |  1 +
 dev-lua/resty-template/metadata.xml   | 14 
 dev-lua/resty-template/resty-template-.ebuild | 40 +++
 3 files changed, 55 insertions(+)

diff --git a/dev-lua/resty-template/Manifest b/dev-lua/resty-template/Manifest
new file mode 100644
index 000..3369b09
--- /dev/null
+++ b/dev-lua/resty-template/Manifest
@@ -0,0 +1 @@
+DIST resty-upload-0.09.tar.gz 7080 SHA256 
56ab35526b8f3e2d8f7872a8de332ea2fb8656c4bf3ca161fe964be1689d28ed SHA512 
237deb87684bcd99ee9c94ede2795e7475a81f142d3451a8ac6df7b01ad91adfae68f91f059c135a536b0bb2dfcf4fe3aeee6099ec6ca51d58f064d1b375536b
 WHIRLPOOL 
cd2df65b02788402a823c41527fba95e63d66d59776a37d0b6296c8f2464c772f551512ed3de78de85f2af208f4bf6c98f8f8b017edce47efeb642e6b7cdbe8f

diff --git a/dev-lua/resty-template/metadata.xml 
b/dev-lua/resty-template/metadata.xml
new file mode 100644
index 000..23da526
--- /dev/null
+++ b/dev-lua/resty-template/metadata.xml
@@ -0,0 +1,14 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+ emailm...@mva.name/email
+ description
+   If you have any issues, please contact me, or try to find me in IRC on 
Freenode, OFTC or RusNet.
+ /description 
+ nameVadim A. Misbakh-Soloviov/name
+/maintainer
+longdescriptionFIXME/longdescription 
+use
+/use
+/pkgmetadata

diff --git a/dev-lua/resty-template/resty-template-.ebuild 
b/dev-lua/resty-template/resty-template-.ebuild
new file mode 100644
index 000..088f954
--- /dev/null
+++ b/dev-lua/resty-template/resty-template-.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: This ebuild is from Lua overlay; Bumped by mva; $
+
+EAPI=5
+
+inherit base eutils toolchain-funcs git-r3
+
+DESCRIPTION=Templating Engine (HTML) for Lua and OpenResty.
+HOMEPAGE=https://github.com/bungle/lua-${PN};
+SRC_URI=
+
+EGIT_REPO_URI=https://github.com/bungle/lua-${PN};
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=
+IUSE=luajit
+
+RDEPEND=
+   !luajit? ( =dev-lang/lua-5.1 )
+   luajit?  ( dev-lang/luajit:2 )
+   www-servers/nginx[nginx_modules_http_lua]
+
+DEPEND=
+   ${RDEPEND}
+   dev-util/pkgconfig
+
+
+DOCS=( README.md )
+
+src_install() {
+   local lua=lua;
+   use luajit  lua=luajit;
+
+   insinto $($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})
+   doins -r lib/resty
+
+   base_src_install_docs
+}



[gentoo-commits] proj/lua:master commit in: dev-lua/lua-curl/

2014-10-04 Thread Vadim A. Misbakh-Soloviov
commit: 634b2068421fbb190a1e006e305430a0ddd645db
Author: Vadim A. Misbakh-Soloviov mva AT mva DOT name
AuthorDate: Sat Oct  4 18:04:58 2014 +
Commit: Vadim A. Misbakh-Soloviov mva AT mva DOT name
CommitDate: Sat Oct  4 18:04:58 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=634b2068

[dev-lua/lua-curl] Bumped to new API

Signed-off-by: Vadim A. Misbakh-Soloviov mva AT mva.name

---
 dev-lua/lua-curl/lua-curl-.ebuild | 44 ++-
 1 file changed, 23 insertions(+), 21 deletions(-)

diff --git a/dev-lua/lua-curl/lua-curl-.ebuild 
b/dev-lua/lua-curl/lua-curl-.ebuild
index 76a37e8..7a647bd 100644
--- a/dev-lua/lua-curl/lua-curl-.ebuild
+++ b/dev-lua/lua-curl/lua-curl-.ebuild
@@ -4,13 +4,13 @@
 
 EAPI=5
 
-inherit cmake-utils git-r3
+inherit git-r3
 
 DESCRIPTION=Lua cURL Library
-HOMEPAGE=https://github.com/msva/lua-curl;
+HOMEPAGE=https://github.com/Lua-cURL/Lua-cURLv3;
 SRC_URI=
 
-EGIT_REPO_URI=git://github.com/msva/lua-curl.git
+EGIT_REPO_URI=https://github.com/Lua-cURL/Lua-cURLv3;
 
 LICENSE=MIT
 SLOT=0
@@ -21,33 +21,35 @@ RDEPEND=
|| ( =dev-lang/lua-5.1* dev-lang/luajit:2 )
luajit? ( dev-lang/luajit:2 )
!luajit? ( =dev-lang/lua-5.1* )
+   net-misc/curl
 
 DEPEND=${RDEPEND}
-   net-misc/curl
+   dev-util/pkgconfig
+
 
 src_prepare() {
epatch_user
-   cmake-utils_src_prepare
-}
-
-src_compile() {
-   cmake-utils_src_compile
 }
 
 src_configure() {
-   mycmakeargs=(
-   $(cmake-utils_use_use luajit)
-   )
-   cmake-utils_src_configure
+   local lua=lua;
+   use luajit  lua=luajit;
+   echo LUA_IMPL=${lua}  ${S}/.config;
 }
 
+
 src_install() {
-   if use doc; then
-   dodoc -r doc || die dodoc failed
-   fi
-   if use examples; then
-   insinto /usr/share/doc/${P};
-   doins -r examples
-   fi
-   cmake-utils_src_install
+   local lua=lua;
+   use luajit  lua=luajit
+   use examples  {
+   docompress -x /usr/share/doc/${PF}/examples
+   dodoc -r examples
+   }
+   use doc  (
+   docompress -x /usr/share/doc/${PF}/html
+   cd doc
+#  luadoc . -d html
+#  dohtml -r html
+   )
+   default
 }



[gentoo-commits] proj/lua:master commit in: dev-lua/resty-websocket/, dev-lua/resty-string/, dev-lua/resty-dns/, ...

2014-10-04 Thread Vadim A. Misbakh-Soloviov
commit: 9e846359d2ccb770d254a939f17bfdcf04153339
Author: Vadim A. Misbakh-Soloviov mva AT mva DOT name
AuthorDate: Sat Aug 16 16:24:17 2014 +
Commit: Vadim A. Misbakh-Soloviov mva AT mva DOT name
CommitDate: Sat Aug 16 16:24:17 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=9e846359

[dev-lua/resty*] OpenResty fixes (patching)

Signed-off-by: Vadim A. Misbakh-Soloviov mva AT mva.name

---
 dev-lua/rds-parser/rds-parser-.ebuild   | 6 +++---
 dev-lua/redis-parser/redis-parser-.ebuild   | 6 +++---
 dev-lua/resty-core/resty-core-.ebuild   | 6 +++---
 dev-lua/resty-dns/resty-dns-.ebuild | 6 +++---
 dev-lua/resty-lock/resty-lock-.ebuild   | 6 +++---
 dev-lua/resty-memcached/resty-memcached-.ebuild | 6 +++---
 dev-lua/resty-mysql/resty-mysql-.ebuild | 6 +++---
 dev-lua/resty-redis/resty-redis-.ebuild | 6 +++---
 dev-lua/resty-string/resty-string-.ebuild   | 6 +++---
 dev-lua/resty-upload/resty-upload-.ebuild   | 6 +++---
 .../resty-upstream-healthcheck-.ebuild  | 6 +++---
 dev-lua/resty-websocket/resty-websocket-.ebuild | 6 +++---
 12 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/dev-lua/rds-parser/rds-parser-.ebuild 
b/dev-lua/rds-parser/rds-parser-.ebuild
index 738f672..30db1bc 100644
--- a/dev-lua/rds-parser/rds-parser-.ebuild
+++ b/dev-lua/rds-parser/rds-parser-.ebuild
@@ -31,8 +31,8 @@ src_prepare() {
 use luajit  lua=luajit;
 
sed -r \
-   -e 1,6s#(PREFIX).*#\1=/usr# \
-   -e 1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
-   -e 1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) 
--variable includedir ${lua})# \
+   -e s#^(PREFIX).*#\1=/usr# \
+   -e s#^(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
+   -e s#^(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
includedir ${lua})# \
-i Makefile
 }

diff --git a/dev-lua/redis-parser/redis-parser-.ebuild 
b/dev-lua/redis-parser/redis-parser-.ebuild
index 315c46f..a3425ee 100644
--- a/dev-lua/redis-parser/redis-parser-.ebuild
+++ b/dev-lua/redis-parser/redis-parser-.ebuild
@@ -31,8 +31,8 @@ src_prepare() {
 use luajit  lua=luajit;
 
sed -r \
-   -e 1,6s#(PREFIX).*#\1=/usr# \
-   -e 1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
-   -e 1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) 
--variable includedir ${lua})# \
+   -e s#^(PREFIX).*#\1=/usr# \
+   -e s#^(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
+   -e s#^(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
includedir ${lua})# \
-i Makefile
 }

diff --git a/dev-lua/resty-core/resty-core-.ebuild 
b/dev-lua/resty-core/resty-core-.ebuild
index d43e3e3..d497145 100644
--- a/dev-lua/resty-core/resty-core-.ebuild
+++ b/dev-lua/resty-core/resty-core-.ebuild
@@ -31,8 +31,8 @@ src_prepare() {
local lua=luajit;
 
sed -r \
-   -e 1,6s#(PREFIX).*#\1=/usr# \
-   -e 1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
-   -e 1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) 
--variable includedir ${lua})# \
+   -e s#^(PREFIX).*#\1=/usr# \
+   -e s#^(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
+   -e s#^(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
includedir ${lua})# \
-i Makefile
 }

diff --git a/dev-lua/resty-dns/resty-dns-.ebuild 
b/dev-lua/resty-dns/resty-dns-.ebuild
index 3867656..2a30450 100644
--- a/dev-lua/resty-dns/resty-dns-.ebuild
+++ b/dev-lua/resty-dns/resty-dns-.ebuild
@@ -32,8 +32,8 @@ src_prepare() {
 use luajit  lua=luajit;
 
sed -r \
-   -e 1,6s#(PREFIX).*#\1=/usr# \
-   -e 1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
-   -e 1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) 
--variable includedir ${lua})# \
+   -e s#^(PREFIX).*#\1=/usr# \
+   -e s#^(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
+   -e s#^(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
includedir ${lua})# \
-i Makefile
 }

diff --git a/dev-lua/resty-lock/resty-lock-.ebuild 
b/dev-lua/resty-lock/resty-lock-.ebuild
index ff89a43..8fe96fb 100644
--- a/dev-lua/resty-lock/resty-lock-.ebuild
+++ 

[gentoo-commits] proj/lua:master commit in: dev-lua/resty-websocket/, dev-lua/resty-dns/, dev-lua/resty-lrucache/, ...

2014-10-04 Thread Vadim A. Misbakh-Soloviov
commit: 424669b9f81b51cc454040e103b062c30e99c880
Author: Vadim A. Misbakh-Soloviov mva AT mva DOT name
AuthorDate: Sat Aug 16 09:58:11 2014 +
Commit: Vadim A. Misbakh-Soloviov mva AT mva DOT name
CommitDate: Sat Aug 16 09:58:11 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=424669b9

[dev-lua/resty*] OpenResty bumps, additions, fixes

Signed-off-by: Vadim A. Misbakh-Soloviov mva AT mva.name

---
 dev-lua/rds-parser/rds-parser-0.05.ebuild  | 38 -
 dev-lua/rds-parser/rds-parser-.ebuild  |  4 +--
 dev-lua/redis-parser/redis-parser-0.10.ebuild  | 38 -
 dev-lua/redis-parser/redis-parser-.ebuild  |  4 +--
 dev-lua/resty-core/Manifest|  1 +
 dev-lua/resty-core/metadata.xml| 14 
 .../resty-core-.ebuild}| 15 +
 dev-lua/resty-dns/resty-dns-0.10.ebuild| 39 --
 dev-lua/resty-dns/resty-dns-.ebuild|  4 +--
 dev-lua/resty-lock/resty-lock-.ebuild  |  4 +--
 dev-lua/resty-lrucache/resty-lrucache-.ebuild  |  4 +--
 .../resty-memcached/resty-memcached-0.12.ebuild| 39 --
 .../resty-memcached/resty-memcached-.ebuild|  4 +--
 dev-lua/resty-mysql/resty-mysql-0.14.ebuild| 39 --
 dev-lua/resty-mysql/resty-mysql-.ebuild|  4 +--
 dev-lua/resty-redis/resty-redis-0.17.ebuild| 39 --
 dev-lua/resty-redis/resty-redis-.ebuild|  4 +--
 dev-lua/resty-string/resty-string-0.08.ebuild  | 38 -
 dev-lua/resty-string/resty-string-.ebuild  |  4 +--
 dev-lua/resty-upload/resty-upload-0.09.ebuild  | 39 --
 dev-lua/resty-upload/resty-upload-.ebuild  |  4 +--
 dev-lua/resty-upstream-healthcheck/Manifest|  1 +
 dev-lua/resty-upstream-healthcheck/metadata.xml| 14 
 .../resty-upstream-healthcheck-.ebuild}|  9 +++--
 .../resty-websocket/resty-websocket-0.02.ebuild| 39 --
 .../resty-websocket/resty-websocket-.ebuild|  4 +--
 26 files changed, 64 insertions(+), 382 deletions(-)

diff --git a/dev-lua/rds-parser/rds-parser-0.05.ebuild 
b/dev-lua/rds-parser/rds-parser-0.05.ebuild
deleted file mode 100644
index 3c2a725..000
--- a/dev-lua/rds-parser/rds-parser-0.05.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: This ebuild is from Lua overlay; Bumped by mva; $
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION=Resty-DBD-Stream (RDS) parser for Lua written in C
-HOMEPAGE=https://github.com/agentzh/lua-${PN};
-SRC_URI=https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz
-
-LICENSE=BSD
-SLOT=0
-KEYWORDS=x86 amd64
-IUSE=luajit
-
-RDEPEND=
-   !luajit? ( =dev-lang/lua-5.1 )
-   luajit?  ( dev-lang/luajit:2 )
-
-DEPEND=
-   ${RDEPEND}
-   dev-util/pkgconfig
-
-
-S=${WORKDIR}/lua-${P}
-
-src_prepare() {
-   local lua=lua;
-use luajit  lua=luajit;
-
-   sed -r \
-   -e 1,6s#(PREFIX).*#\1=/usr# \
-   -e 1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${lua})# \
-   -e 1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) 
--variable includedir ${lua})# \
-   -i Makefile
-}

diff --git a/dev-lua/rds-parser/rds-parser-.ebuild 
b/dev-lua/rds-parser/rds-parser-.ebuild
index a70b737..738f672 100644
--- a/dev-lua/rds-parser/rds-parser-.ebuild
+++ b/dev-lua/rds-parser/rds-parser-.ebuild
@@ -7,10 +7,10 @@ EAPI=5
 inherit eutils toolchain-funcs git-r3
 
 DESCRIPTION=Resty-DBD-Stream (RDS) parser for Lua written in C
-HOMEPAGE=https://github.com/agentzh/lua-${PN};
+HOMEPAGE=https://github.com/openresty/lua-${PN};
 SRC_URI=
 
-EGIT_REPO_URI=https://github.com/agentzh/lua-${PN};
+EGIT_REPO_URI=https://github.com/openresty/lua-${PN};
 
 LICENSE=BSD
 SLOT=0

diff --git a/dev-lua/redis-parser/redis-parser-0.10.ebuild 
b/dev-lua/redis-parser/redis-parser-0.10.ebuild
deleted file mode 100644
index 124906a..000
--- a/dev-lua/redis-parser/redis-parser-0.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: This ebuild is from Lua overlay; Bumped by mva; $
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION=Redis reply parser and request constructor library for Lua
-HOMEPAGE=https://github.com/agentzh/lua-${PN};
-SRC_URI=https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz
-
-LICENSE=BSD
-SLOT=0
-KEYWORDS=x86 amd64
-IUSE=luajit
-
-RDEPEND=
-   !luajit? ( =dev-lang/lua-5.1 )
-   luajit?  ( dev-lang/luajit:2 )
-
-DEPEND=
-   ${RDEPEND}
-   dev-util/pkgconfig
-
-

[gentoo-commits] proj/lua:master commit in: dev-lua/resty-random/, dev-lua/resty-session/

2014-10-04 Thread Vadim A. Misbakh-Soloviov
commit: 1cfb55ad0daf8a11052bf00cb96916b7ef1ff829
Author: Vadim A. Misbakh-Soloviov mva AT mva DOT name
AuthorDate: Sat Oct  4 18:05:48 2014 +
Commit: Vadim A. Misbakh-Soloviov mva AT mva DOT name
CommitDate: Sat Oct  4 18:06:24 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=1cfb55ad

[dev-lua/resty-{random,session}] Added

Signed-off-by: Vadim A. Misbakh-Soloviov mva AT mva.name

---
 dev-lua/resty-random/metadata.xml   | 14 +
 dev-lua/resty-random/resty-random-.ebuild   | 36 +++
 dev-lua/resty-session/metadata.xml  | 14 +
 dev-lua/resty-session/resty-session-.ebuild | 38 +
 4 files changed, 102 insertions(+)

diff --git a/dev-lua/resty-random/metadata.xml 
b/dev-lua/resty-random/metadata.xml
new file mode 100644
index 000..23da526
--- /dev/null
+++ b/dev-lua/resty-random/metadata.xml
@@ -0,0 +1,14 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+ emailm...@mva.name/email
+ description
+   If you have any issues, please contact me, or try to find me in IRC on 
Freenode, OFTC or RusNet.
+ /description 
+ nameVadim A. Misbakh-Soloviov/name
+/maintainer
+longdescriptionFIXME/longdescription 
+use
+/use
+/pkgmetadata

diff --git a/dev-lua/resty-random/resty-random-.ebuild 
b/dev-lua/resty-random/resty-random-.ebuild
new file mode 100644
index 000..0879a03
--- /dev/null
+++ b/dev-lua/resty-random/resty-random-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: This ebuild is from Lua overlay; Bumped by mva; $
+
+EAPI=5
+
+inherit base eutils toolchain-funcs git-r3
+
+DESCRIPTION=LuaJIT FFI-based Random Library for OpenResty
+HOMEPAGE=https://github.com/bungle/lua-${PN};
+SRC_URI=
+
+EGIT_REPO_URI=https://github.com/bungle/lua-${PN};
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=
+IUSE=
+
+RDEPEND=
+   dev-lang/luajit:2
+   www-servers/nginx[nginx_modules_http_lua,ssl]
+
+DEPEND=
+   ${RDEPEND}
+   dev-util/pkgconfig
+
+
+DOCS=( README.md )
+
+src_install() {
+   insinto $($(tc-getPKG_CONFIG) --variable INSTALL_LMOD luajit)
+   doins -r lib/resty
+
+   base_src_install_docs
+}

diff --git a/dev-lua/resty-session/metadata.xml 
b/dev-lua/resty-session/metadata.xml
new file mode 100644
index 000..23da526
--- /dev/null
+++ b/dev-lua/resty-session/metadata.xml
@@ -0,0 +1,14 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+ emailm...@mva.name/email
+ description
+   If you have any issues, please contact me, or try to find me in IRC on 
Freenode, OFTC or RusNet.
+ /description 
+ nameVadim A. Misbakh-Soloviov/name
+/maintainer
+longdescriptionFIXME/longdescription 
+use
+/use
+/pkgmetadata

diff --git a/dev-lua/resty-session/resty-session-.ebuild 
b/dev-lua/resty-session/resty-session-.ebuild
new file mode 100644
index 000..a0b22a3
--- /dev/null
+++ b/dev-lua/resty-session/resty-session-.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: This ebuild is from Lua overlay; Bumped by mva; $
+
+EAPI=5
+
+inherit base eutils toolchain-funcs git-r3
+
+DESCRIPTION=Session library for OpenResty implementing Secure Cookie Protocol
+HOMEPAGE=https://github.com/bungle/lua-${PN};
+SRC_URI=
+
+EGIT_REPO_URI=https://github.com/bungle/lua-${PN};
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=
+IUSE=
+
+RDEPEND=
+   dev-lang/luajit:2
+   www-servers/nginx[nginx_modules_http_lua]
+   dev-lua/lua-cjson
+   dev-lua/resty-string
+
+DEPEND=
+   ${RDEPEND}
+   dev-util/pkgconfig
+
+
+DOCS=( README.md )
+
+src_install() {
+   insinto $($(tc-getPKG_CONFIG) --variable INSTALL_LMOD luajit)
+   doins -r lib/resty
+
+   base_src_install_docs
+}



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

2014-10-04 Thread Michael Palimaka
commit: 225628c0fb98b6125724739f46fa3046bc5058c5
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Oct  4 18:10:46 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Oct  4 18:10:46 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=225628c0

[kde-frameworks/threadweaver] Unrestrict tests that no longer hang.

Package-Manager: portage-2.2.12

---
 kde-frameworks/threadweaver/threadweaver-5.3.0.ebuild | 3 ---
 kde-frameworks/threadweaver/threadweaver-.ebuild  | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/kde-frameworks/threadweaver/threadweaver-5.3.0.ebuild 
b/kde-frameworks/threadweaver/threadweaver-5.3.0.ebuild
index 9030270..cacdd44 100644
--- a/kde-frameworks/threadweaver/threadweaver-5.3.0.ebuild
+++ b/kde-frameworks/threadweaver/threadweaver-5.3.0.ebuild
@@ -12,9 +12,6 @@ LICENSE=LGPL-2+
 KEYWORDS= ~amd64
 IUSE=
 
-# tests hang
-RESTRICT=test
-
 src_prepare() {
comment_add_subdirectory benchmarks
kde5_src_prepare

diff --git a/kde-frameworks/threadweaver/threadweaver-.ebuild 
b/kde-frameworks/threadweaver/threadweaver-.ebuild
index 1c02674..699291d 100644
--- a/kde-frameworks/threadweaver/threadweaver-.ebuild
+++ b/kde-frameworks/threadweaver/threadweaver-.ebuild
@@ -12,9 +12,6 @@ LICENSE=LGPL-2+
 KEYWORDS=
 IUSE=
 
-# tests hang
-RESTRICT=test
-
 src_prepare() {
comment_add_subdirectory benchmarks
kde5_src_prepare



[gentoo-commits] proj/gentoo-news:master commit in: 2014/2014-10-04-restructuring_of_mips_profiles/

2014-10-04 Thread Anthony G. Basile
commit: 362746cfec7e8663104b00d98bcbd7818d25bd4c
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Oct  4 17:58:47 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Oct  4 18:13:17 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-news.git;a=commit;h=362746cf

News item about the restructuring of the mips profiles

---
 ...014-10-04-restructuring_of_mips_profiles.en.txt | 51 ++
 ...10-04-restructuring_of_mips_profiles.en.txt.asc | 17 
 2 files changed, 68 insertions(+)

diff --git 
a/2014/2014-10-04-restructuring_of_mips_profiles/2014-10-04-restructuring_of_mips_profiles.en.txt
 
b/2014/2014-10-04-restructuring_of_mips_profiles/2014-10-04-restructuring_of_mips_profiles.en.txt
new file mode 100644
index 000..081d8a7
--- /dev/null
+++ 
b/2014/2014-10-04-restructuring_of_mips_profiles/2014-10-04-restructuring_of_mips_profiles.en.txt
@@ -0,0 +1,51 @@
+Title: Restructuring of mips profiles
+Author: Anthony G. Basile bluen...@gentoo.org
+Content-Type: text/plain
+Posted: 2014-10-04
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Keyword: mips
+Display-If-Installed: sys-libs/glibc
+
+To accomodate the new multilib approach in Gentoo, the mips profiles will be
+changing on Oct 11, 2014.  The new profile structure will be as follows:
+
+  [1]   default/linux/mips/13.0/o32
+  [2]   default/linux/mips/13.0/n32
+  [3]   default/linux/mips/13.0/n64
+  [4]   default/linux/mips/13.0/multilib/o32
+  [5]   default/linux/mips/13.0/multilib/n32
+  [6]   default/linux/mips/13.0/multilib/n64
+  [7]   default/linux/mips/13.0/mipsel/o32
+  [8]   default/linux/mips/13.0/mipsel/n32
+  [9]   default/linux/mips/13.0/mipsel/n64
+  [10]  default/linux/mips/13.0/mipsel/multilib/o32
+  [11]  default/linux/mips/13.0/mipsel/multilib/n32
+  [12]  default/linux/mips/13.0/mipsel/multilib/n64
+  [13]  hardened/linux/musl/mips
+  [14]  hardened/linux/musl/mips/mipsel
+  [15]  default/linux/uclibc/mips
+  [16]  hardened/linux/uclibc/mips
+  [17]  default/linux/uclibc/mips/mipsel
+  [18]  hardened/linux/uclibc/mips/mipsel
+
+There are a few points to note about the change:
+
+1) Only the glibc profiles (1-12) are affected.  The embedded system profiles 
+(13-18) will not change.
+
+2) The glibc profiles will now explicitly state the ABIs.  In the case of
+non-multilib systems (1-3, 7-9) the stated ABI will be the only ABI available,
+while in the case of multilib systems (4-6, 10-12) the stated ABI will be the
+default ABI, and the others will be available by setting ABI_MIPS in make.conf.
+
+3) Profiles 1 and 7 are strictly 32-bit userland, but can run under either a
+32-bit or 64-bit kernel.  They will have CHOST = mips-unknown-linux-gnu and
+mipsel-unknown-linux-gnu, respectively.  All the other glibc profiles (2-6, 
8-12)
+are 64-bits userland and will have CHOST = mips64-unknown-linux-gnu or
+mips64el-unknown-linux-gnu.
+
+4) Only users of profiles 1 and 7 need to change their profiles sym links using
+`eselect profile`.  However, all users should be aware of the CHOST value on
+their system to ensure it remains unchanged after the profile updates.
+

diff --git 
a/2014/2014-10-04-restructuring_of_mips_profiles/2014-10-04-restructuring_of_mips_profiles.en.txt.asc
 
b/2014/2014-10-04-restructuring_of_mips_profiles/2014-10-04-restructuring_of_mips_profiles.en.txt.asc
new file mode 100644
index 000..1de6055
--- /dev/null
+++ 
b/2014/2014-10-04-restructuring_of_mips_profiles/2014-10-04-restructuring_of_mips_profiles.en.txt.asc
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJUMDhvAAoJEJOE+m71LUu69k8QAIJl00UECVN324GTJJRWoZ2X
+F8adQxmSXMo8hwP6pe58cyJRRZGaIDjQu8y84WdRK07DcBXkXYVlTrdxARwIscqJ
+8SAsNt3hVgKQNCS2vQaLnjHXtZhzPC+WJL6571SCbmQGyUDxVm9hu13R5UpwHFRI
+ZB6HKV2X23lsW6PxNHcKoVu/YQoUzcFstFly0RvUrrNkluuzyoDcn288b7S9Y/eY
+0I2ocNdH9B/YkW6LzYU5lO/womX0CorsTBpyIVBfiTSj9whsMgak4kl9fkygjRRY
+0ULZ112gxVCcLLaQWgto1qczfo5BYaBVh3Q5jwW/m20aVwotRyynjyzLcVUeZpfP
+YB5Sz5fG4bqNLWsKKd1kpJNI8j6NzSmA8jqTSSYlfWrYK2A6Gu7HnIaWPRFc6CkO
+hCZA6gFn08HiB/WeGbPfKw+qXn1GX0yMTH1g2VWBY5P3AYd0JjLMim99B7QDBHij
+KsChFUPILMEF2igc6bB9CfaN3hGXm8hbrvihxOHJG43aq1nqpdQz57uZBmjBNyi7
+yuCI3EzbvENicH82zE1+XRpYv3gL1+tLC6WRqzHrpDtisdyOj0DLsLjS+44k01at
+8TMtHyafp0taBSicTBZJKczeE3tGnvM8OPwSDaWd5u1q4WQle9ERLrf6QJduyG5n
+QRs5fsGMjtYxjMbHEUo1
+=eyit
+-END PGP SIGNATURE-



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

2014-10-04 Thread Michael Palimaka
commit: a2ed80892307423ca0dad27dd7845b016573f601
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Oct  4 18:14:49 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Oct  4 18:14:49 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a2ed8089

[kde-frameworks/kglobalaccel] Unrestrict tests that are fine now.

Package-Manager: portage-2.2.12

---
 kde-frameworks/kglobalaccel/kglobalaccel-5.3.0.ebuild | 3 ---
 kde-frameworks/kglobalaccel/kglobalaccel-.ebuild  | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.3.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-5.3.0.ebuild
index 4753780..6739050 100644
--- a/kde-frameworks/kglobalaccel/kglobalaccel-5.3.0.ebuild
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-5.3.0.ebuild
@@ -22,9 +22,6 @@ DEPEND=${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
 
 
-# requires running kde environment
-RESTRICT=test
-
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X X11)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
index 31de0f5..4d3ed14 100644
--- a/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
@@ -22,9 +22,6 @@ DEPEND=${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
 
 
-# requires running kde environment
-RESTRICT=test
-
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X X11)



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

2014-10-04 Thread Davide Pesavento (pesa)
pesa14/10/04 18:57:05

  Modified: metadata.xml ChangeLog
  Log:
  qt is the primary herd.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0xDADED6B2671CB57D!)

Revision  ChangesPath
1.3  dev-python/qscintilla-python/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml27 Feb 2012 17:30:09 -  1.2
+++ metadata.xml4 Oct 2014 18:57:05 -   1.3
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdpython/herd
herdqt/herd
+   herdpython/herd
upstream
maintainer status=active
emailp...@riverbankcomputing.com/email



1.112dev-python/qscintilla-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   13 Sep 2014 01:12:14 -  1.111
+++ ChangeLog   4 Oct 2014 18:57:05 -   1.112
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/qscintilla-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 
1.111 2014/09/13 01:12:14 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 
1.112 2014/10/04 18:57:05 pesa Exp $
+
+  04 Oct 2014; Davide Pesavento p...@gentoo.org metadata.xml:
+  qt is the primary herd.
 
 *qscintilla-python-2.8.4 (13 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: metadata.xml ChangeLog

2014-10-04 Thread Davide Pesavento (pesa)
pesa14/10/04 18:59:47

  Modified: metadata.xml ChangeLog
  Log:
  Add upstream metadata tag.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0xDADED6B2671CB57D!)

Revision  ChangesPath
1.4  x11-libs/qscintilla/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml13 Sep 2014 01:07:02 -  1.3
+++ metadata.xml4 Oct 2014 18:59:47 -   1.4
@@ -6,4 +6,11 @@
use
flag name=designerBuild plugin for Qt Designer/flag
/use
+   upstream
+   maintainer status=active
+   emailp...@riverbankcomputing.com/email
+   namePhil Thompson/name
+   /maintainer
+   bugs-tomailto:qscinti...@riverbankcomputing.com/bugs-to
+   /upstream
 /pkgmetadata



1.104x11-libs/qscintilla/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   21 Sep 2014 13:39:23 -  1.103
+++ ChangeLog   4 Oct 2014 18:59:47 -   1.104
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.103 
2014/09/21 13:39:23 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.104 
2014/10/04 18:59:47 pesa Exp $
+
+  04 Oct 2014; Davide Pesavento p...@gentoo.org metadata.xml:
+  Add upstream metadata tag.
 
 *qscintilla-2.8.4-r1 (21 Sep 2014)
 






  1   2   >