[gentoo-commits] repo/gentoo:master commit in: net-analyzer/bwm-ng/

2016-05-05 Thread Jeroen Roovers
commit: 0b791247ed4f78c80ec9658e7e55e94022c6a13b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May  6 05:55:58 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May  6 05:55:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b791247

net-analyzer/bwm-ng: Adopted by netmon.

Package-Manager: portage-2.2.28

 net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild | 12 +++-
 net-analyzer/bwm-ng/metadata.xml   |  5 -
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild 
b/net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild
index ae30fbd..2004dc1 100644
--- a/net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild
+++ b/net-analyzer/bwm-ng/bwm-ng-0.6.1-r1.ebuild
@@ -15,8 +15,10 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="html csv"
 
-DEPEND="sys-libs/ncurses:0=
-   >=sys-apps/net-tools-1.60-r1"
+DEPEND="
+   sys-libs/ncurses:0=
+   >=sys-apps/net-tools-1.60-r1
+"
 RDEPEND="${DEPEND}"
 
 PATCHES=(
@@ -31,8 +33,8 @@ src_prepare() {
 
 src_configure() {
econf \
-   --enable-ncurses \
-   --with-procnetdev \
+   $(use_enable csv) \
$(use_enable html) \
-   $(use_enable csv)
+   --enable-ncurses \
+   --with-procnetdev
 }

diff --git a/net-analyzer/bwm-ng/metadata.xml b/net-analyzer/bwm-ng/metadata.xml
index 9cbf258..7d30b17 100644
--- a/net-analyzer/bwm-ng/metadata.xml
+++ b/net-analyzer/bwm-ng/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+net...@gentoo.org
+Gentoo network monitoring and analysis project
+
 
 Enable csv output
 Enable html output



[gentoo-commits] repo/proj/gen-b0rk:master commit in: xml-test/missing-elements/

2016-05-05 Thread Brian Dolbec
commit: edb3e60f24f6b1e531c3a28226317da6de5dbfd5
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Thu May  5 22:39:46 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu May  5 22:57:05 2016 +
URL:https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=edb3e60f

xml-test/missing-elements: test for missing mandatory elements

Signed-off-by: Göktürk Yüksek  binghamton.edu>

 xml-test/missing-elements/metadata.xml| 17 +
 xml-test/missing-elements/missing-elements-0.1.ebuild | 11 +++
 2 files changed, 28 insertions(+)

diff --git a/xml-test/missing-elements/metadata.xml 
b/xml-test/missing-elements/metadata.xml
new file mode 100644
index 000..b46a340
--- /dev/null
+++ b/xml-test/missing-elements/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+Tests for mandatory elements
+  
+  
+  
+Gen B0rk
+  
+  
+
+
+  gen-b...@gentoo.org
+
+  
+

diff --git a/xml-test/missing-elements/missing-elements-0.1.ebuild 
b/xml-test/missing-elements/missing-elements-0.1.ebuild
new file mode 100644
index 000..93648c3
--- /dev/null
+++ b/xml-test/missing-elements/missing-elements-0.1.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Missing various mandatory elements in the metadata"
+HOMEPAGE="https://wiki.gentoo.org/wiki/GLEP:68;
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/proj/gen-b0rk:master commit in: /

2016-05-05 Thread Brian Dolbec
commit: 503a52c0f1518d6abcddba8907a68647829f470e
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Wed May  4 10:46:19 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed May  4 10:46:19 2016 +
URL:https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=503a52c0

Merge remote-tracking branch 'origin/master' into travis

 xml-test/missing-attributes/metadata.xml   | 23 
 .../missing-attributes-0.1.ebuild  |  8 +--
 xml-test/missing-doctype/metadata.xml  |  5 ++
 .../missing-doctype/missing-doctype-0.1.ebuild | 10 +---
 .../missing/missing-0.1.ebuild |  8 +--
 xml-test/valid/metadata.xml| 64 ++
 .../valid/valid-0.1.ebuild | 13 ++---
 7 files changed, 102 insertions(+), 29 deletions(-)



[gentoo-commits] repo/proj/gen-b0rk:master commit in: /

2016-05-05 Thread Brian Dolbec
commit: fc5161ef270d82da32dbd176622dd7ae0b42eeb0
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Wed May  4 09:50:49 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed May  4 10:37:03 2016 +
URL:https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=fc5161ef

Add .travis.yml

Signed-off-by: Göktürk Yüksek  binghamton.edu>

 .travis.yml | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000..22f2878
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,34 @@
+#
+# Run repoman via travis with the portage HEAD
+# See https://github.com/gktrk/repoman-travis
+#
+language: python
+python:
+- 2.7
+before_script:
+- sudo apt-get update -qq
+- sudo apt-get install -y python3-lxml python-lxml libxml2-dev libxslt-dev 
python-dev
+- pip install lxml
+- mkdir travis-overlay
+- mv !(travis-overlay) travis-overlay/
+- mv .git travis-overlay/
+- wget 
"https://raw.githubusercontent.com/gktrk/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
+- wget 
"https://raw.githubusercontent.com/gktrk/repoman-travis/master/spinner.sh;
+- wget "https://github.com/gentoo/portage/archive/repoman.tar.gz;
+- wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz; -O 
portage-tree.tar.gz
+- sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
+- chmod a+rwx spinner.sh
+- echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> 
/etc/passwd
+- echo "portage::250:portage,travis" >> /etc/group
+- mkdir -p /etc/portage /usr/portage/distfiles
+- wget 
"https://raw.githubusercontent.com/gktrk/gentoo-xml-schema/master/metadata.xsd; 
-O /usr/portage/distfiles/metadata.xsd
+- tar xzf repoman.tar.gz
+- tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
+- cp portage-repoman/cnf/repos.conf /etc/portage/
+- ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
+- SIZE=$(stat -c %s .travis.yml.upstream)
+- if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e 
"\e[31m !!! .travis.yml outdated! Update available 
https://github.com/gktrk/repoman-travis \e[0m" > /tmp/update ; fi
+- cd travis-overlay
+script:
+- ./../spinner.sh "python2 ../portage-repoman/bin/repoman full -d"
+# You can append own scripts after this line



[gentoo-commits] repo/proj/gen-b0rk:master commit in: xml-test/invalid-attributes/

2016-05-05 Thread Brian Dolbec
commit: 6c5a89ce6d4264334e7982668ca173b24c40c375
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Thu May  5 02:55:21 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu May  5 22:30:03 2016 +
URL:https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=6c5a89ce

xml-test/invalid-attributes: test for invalid and disallowed attributes

Signed-off-by: Göktürk Yüksek  binghamton.edu>

 .../invalid-attributes-0.1.ebuild  | 11 +++
 xml-test/invalid-attributes/metadata.xml   | 38 ++
 2 files changed, 49 insertions(+)

diff --git a/xml-test/invalid-attributes/invalid-attributes-0.1.ebuild 
b/xml-test/invalid-attributes/invalid-attributes-0.1.ebuild
new file mode 100644
index 000..3076b2a
--- /dev/null
+++ b/xml-test/invalid-attributes/invalid-attributes-0.1.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Metadata example with invalid attribute values and locations"
+HOMEPAGE="https://wiki.gentoo.org/wiki/GLEP:68;
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/xml-test/invalid-attributes/metadata.xml 
b/xml-test/invalid-attributes/metadata.xml
new file mode 100644
index 000..66902dc
--- /dev/null
+++ b/xml-test/invalid-attributes/metadata.xml
@@ -0,0 +1,38 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+Tests for invalid attribute values and attributes appearing
+in elements that they're not supposed to.
+
+There's a multitude of invalid attribute values and combinations.
+We only consider a few sane cases that are likely to happen:
+- type attribute in upstream maintainer (allowed only in downstream)
+- status attribute in downstream maintainer (allowed only in upstream)
+- invalid values for enumerated attributes: type, status, lang
+
+We also introduce multiple violations in a single element to test
+repoman's ability to display errors.
+  
+  
+  
+la...@gentoo.org
+
+Moo
+  
+  
+
+
+  Gen B0rk
+
+
+gentoo/gen-b0rk
+  
+



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreplay/

2016-05-05 Thread Jeroen Roovers
commit: 605a2edb259f027e326eba47c35b645db2b771a5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May  6 05:46:07 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May  6 05:47:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605a2edb

net-analyzer/tcpreplay: Old.

Package-Manager: portage-2.2.28

 net-analyzer/tcpreplay/Manifest  |  1 -
 net-analyzer/tcpreplay/tcpreplay-4.1.0-r1.ebuild | 73 
 2 files changed, 74 deletions(-)

diff --git a/net-analyzer/tcpreplay/Manifest b/net-analyzer/tcpreplay/Manifest
index 79d59e6..4c66272 100644
--- a/net-analyzer/tcpreplay/Manifest
+++ b/net-analyzer/tcpreplay/Manifest
@@ -1,2 +1 @@
-DIST tcpreplay-4.1.0.tar.gz 2118212 SHA256 
ad285b08d7a61ed88799713c4c5d657a7a503eee832304d3a767f67efe5d1a20 SHA512 
bfd7a0679dccd86aba7ca5d102665e6feba72bffb1596915985bc50261f9ac10ce56b870e1aa64a33efa79e3bee89b8c66e2c26328fb15d3722a5bc957ea77a2
 WHIRLPOOL 
e6a07495cb07a09f707b3784d15a266c04a7b3d369b7d8eb9d7d5683838accdcc539255ff05f99c2fc8036d045e66f3a250a0c7f1896024c65065a6c6d282b7a
 DIST tcpreplay-4.1.1.tar.gz 2173781 SHA256 
61b916ef91049cad2a9ddc8de6f5e3e3cc5d9998dbb644dc91cf3a798497ffe4 SHA512 
6be88d3742b93fa557c9142eebe7ae2cf61a5436087f8400260472f87c1dd0d61515b338706afa1c850ae2380c0d5fa664691052d3dc01f3099ad068b67eee87
 WHIRLPOOL 
ce1e4fe845ffbc019316f7a11249828d7b8c65afd9bfbff04950d0666aa79ee61e3bfd98d0870f820423cfb5b21e5274bf328cb4a020f290b0e7faa81297c544

diff --git a/net-analyzer/tcpreplay/tcpreplay-4.1.0-r1.ebuild 
b/net-analyzer/tcpreplay/tcpreplay-4.1.0-r1.ebuild
deleted file mode 100644
index 325f34c..000
--- a/net-analyzer/tcpreplay/tcpreplay-4.1.0-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="a suite of utilities for editing and replaying previously 
captured network traffic"
-HOMEPAGE="http://tcpreplay.appneta.com/ https://github.com/appneta/tcpreplay;
-LICENSE="BSD GPL-3"
-SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE="debug pcapnav +tcpdump"
-
-DEPEND="
-   >=sys-devel/autogen-5.16.2[libopts]
-   dev-libs/libdnet
-   >=net-libs/libpcap-0.9
-   tcpdump? ( net-analyzer/tcpdump )
-   pcapnav? ( net-libs/libpcapnav )
-"
-
-RDEPEND="${DEPEND}"
-
-DOCS=( docs/{CHANGELOG,CREDIT,HACKING,TODO} )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-4.1.0-enable-pcap_findalldevs.patch
-
-   sed -i \
-   -e 's|-O3||g' \
-   -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
-   configure.ac || die
-   sed -i \
-   -e 's|#include |#include |g' \
-   src/common/sendpacket.c || die
-   sed -i \
-   -e 's|@\([A-Z_]*\)@|$(\1)|g' \
-   -e '/tcpliveplay_CFLAGS/s|$| $(LDNETINC)|g' \
-   -e '/tcpliveplay_LDADD/s|$| $(LDNETLIB)|g' \
-   src/Makefile.am || die
-
-   eautoreconf
-}
-
-src_configure() {
-   # By default it uses static linking. Avoid that, bug 252940
-   econf \
-   $(use_enable debug) \
-   $(use_with pcapnav pcapnav-config /usr/bin/pcapnav-config) \
-   $(use_with tcpdump tcpdump /usr/sbin/tcpdump) \
-   --disable-local-libopts \
-   --enable-dynamic-link \
-   --enable-shared \
-   --with-libdnet \
-   --with-testnic2=lo \
-   --with-testnic=lo
-}
-
-src_test() {
-   if [[ ! ${EUID} -eq 0 ]]; then
-   ewarn "Some tests were disabled due to FEATURES=userpriv"
-   ewarn "To run all tests issue the following command as root:"
-   ewarn " # make -C ${S}/test"
-   emake -j1 -C test tcpprep || die "self test failed - see 
${S}/test/test.log"
-   else
-   emake -j1 test || {
-   ewarn "Note, that some tests require eth0 iface to be 
UP." ;
-   die "self test failed - see ${S}/test/test.log" ; }
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/

2016-05-05 Thread Hans de Graaff
commit: bea624cd7141101f8777419eabf163f414d9d4c9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  6 05:17:07 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  6 05:30:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea624cd

dev-ruby/ruby_gntp: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild 
b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
index 8904b76..513a6f4 100644
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
+++ b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_gntp/

2016-05-05 Thread Hans de Graaff
commit: 032cdba56fa2eb4f70103105d4925dcd9be85277
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  6 05:30:27 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  6 05:30:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032cdba5

dev-ruby/ruby_gntp: add ruby23

Package-Manager: portage-2.2.26

 dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild 
b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
index 513a6f4..125143e 100644
--- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
+++ b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/test-unit/

2016-05-05 Thread Hans de Graaff
commit: 01c29f6d131cee3eeaa9af9e12ea5282f55f4cfa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  6 05:26:03 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  6 05:30:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c29f6d

dev-ruby/test-unit: mark ruby21 revision stable

Package-Manager: portage-2.2.26

 dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild 
b/dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild
index 29f55cb..e302bdb 100644
--- a/dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild
+++ b/dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="http://test-unit.rubyforge.org/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/hoe-1.5.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/test-unit/

2016-05-05 Thread Hans de Graaff
commit: 405c369240571e8b3c9778695a548954da9d44f8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  6 05:26:53 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  6 05:30:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405c3692

dev-ruby/test-unit: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild 
b/dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild
deleted file mode 100644
index 3cd436a..000
--- a/dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-# Disable default binwraps
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-# Tests need to be verified
-RESTRICT=test
-
-DESCRIPTION="Nathaniel Talbott's originial test-unit"
-HOMEPAGE="http://test-unit.rubyforge.org/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_parser/

2016-05-05 Thread Hans de Graaff
commit: a49da8fd6425733d4d5c1042983c52c810667263
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  6 05:16:07 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  6 05:30:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49da8fd

dev-ruby/ruby_parser: add 3.8.2

Package-Manager: portage-2.2.26

 dev-ruby/ruby_parser/Manifest |  1 +
 dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/ruby_parser/Manifest b/dev-ruby/ruby_parser/Manifest
index e9c0c7e..2b3df68 100644
--- a/dev-ruby/ruby_parser/Manifest
+++ b/dev-ruby/ruby_parser/Manifest
@@ -2,3 +2,4 @@ DIST ruby_parser-3.6.6.gem 250880 SHA256 
d3a3ff8e472f85d769e848caa94938e5c4a7b5d
 DIST ruby_parser-3.7.2.gem 311296 SHA256 
7f639194041e51680b530480990c0ca3632507e3740a8ef4516592550e3037e6 SHA512 
52c026ebdcc687059818d42bb0f4c8e960209deb19f86bd3204c6b0bd3e06ffa01e9d628587f88c866756a81914d5b3cb7df2947433eb39d214a4a144c168442
 WHIRLPOOL 
63b3189f5ac5153aee8ce7ff1c2ae2533199b59db016a1159e80ec31b23b87e08e97a6bff9112533216f2b07d28ab16e52f462921a0779d45d0cb1c79b1e613f
 DIST ruby_parser-3.7.3.gem 311296 SHA256 
fdcbe21874bfe584ab329bccbc1fc0c2bde9d3c7d0b076b10de18e645117f1ae SHA512 
eeb46852a80fa047dfebbfb29ea94e4b76fc2c88e49f9094a0bdfd0c4d61bd2831a10a2556d4363e6a46093a8209a3599ce16b8f63b88a29b2d850556c16
 WHIRLPOOL 
5c6ab80d4a18f8b1533941436ef0ab812069159bac76fac087fbcff583d2f3126f118357a25f84027bf361e4471fdf909af8ce4165728afa2732ed1a91275f54
 DIST ruby_parser-3.8.1.gem 360960 SHA256 
bccf48faf69b90f4fcb587c86e3cdf3215a9aa30dbd092f09a4c8033366bcb19 SHA512 
43f445f5c04a24c7864b7618622a785fac2998e3c241fa7f7171ebea97d88f966be29cde0dd0b5ada247788c3e34a8d041d99db6d1e03722cf963604c4a3961e
 WHIRLPOOL 
bf021dad3071b6d29f25d1c12b3c8ba84e7db927ae6a5bf33a5bbd75651ee0c86903fec674a3225e67727c312e059f5d65b966f4b5e7800af1415d79912fc77b
+DIST ruby_parser-3.8.2.gem 360960 SHA256 
0c600cdf79a9d925d8c06b65bbefffba34ce7177520d1545659ce03d252f2173 SHA512 
c12f1928dfb18e0f3db1bb9b3f0186b37b4add3e4503050eaed5bb44c25e05a10de7e45ab63c0f2a691f0cafb3dfab6137177e9f73e73633dc84a673667a5e75
 WHIRLPOOL 
53ab19656d58265e94bacbe99826679aac3b6125670b67beca38e6c63511613670b2d5b53955c772bb8160d4211597a803af1de7c57c3d5c65692edba90ab7fb

diff --git a/dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild 
b/dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild
new file mode 100644
index 000..e86c54c
--- /dev/null
+++ b/dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby parser written in pure ruby"
+HOMEPAGE="https://github.com/seattlerb/ruby_parser;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/sexp_processor-4.7.0:4
+   !=dev-ruby/hoe-2.9.1 )"
+ruby_add_bdepend "test? ( dev-ruby/racc >=dev-ruby/minitest-4.3 )"
+
+DEPEND+=" test? ( dev-util/unifdef )"
+
+all_ruby_prepare() {
+   # Remove reference to perforce method that is not in a released
+   # version of hoe-seattlerb.
+   #sed -i -e '/perforce/d' Rakefile || die
+   sed -i -e '/license/d' Rakefile || die
+   sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/

2016-05-05 Thread Ian Delaney
commit: c49aad0cdbee707a6958e0a10704cf5abcab8b2e
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Fri May  6 01:52:34 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri May  6 05:22:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49aad0c

dev-python/pytest-xdist: add missing DEPEND app-arch/unzip

set to vns. 1.14{,-r1}. Noted by gokturk

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1417

Signed-off-by: Ian Delaney  gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild | 1 +
 dev-python/pytest-xdist/pytest-xdist-1.14.ebuild| 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
index b2e5a96..bb11fe7 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   app-arch/unzip
 "
 
 python_test() {

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
index 388850b..76f 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
@@ -24,7 +24,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   "
+   app-arch/unzip
+"
 
 python_test() {
find -name __pycache__ -exec rm -r '{}' + || die



[gentoo-commits] data/xml-schema:master commit in: /

2016-05-05 Thread Michał Górny
commit: 3707b48c28806c68cf1826a7bcf5b982fc9e7d5e
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Thu May  5 23:16:56 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  6 05:16:26 2016 +
URL:https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=3707b48c

metadata.xsd: upstream maintainer must have exactly one  element

Signed-off-by: Göktürk Yüksek  binghamton.edu>

 metadata.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata.xsd b/metadata.xsd
index 8bc6a4e..fe2c5d2 100644
--- a/metadata.xsd
+++ b/metadata.xsd
@@ -137,7 +137,7 @@


+   minOccurs='1'/>





[gentoo-commits] repo/gentoo:master commit in: games-mud/tkmoo/

2016-05-05 Thread Michael Sterrett
commit: 3c1da61c5803b27357118b40dbb65b3330e67a4f
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:57:30 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1da61c

games-mud/tkmoo: set RDEPEND

Package-Manager: portage-2.2.26

 games-mud/tkmoo/tkmoo-0.3.32.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-mud/tkmoo/tkmoo-0.3.32.ebuild 
b/games-mud/tkmoo/tkmoo-0.3.32.ebuild
index 7e18745..e45d197 100644
--- a/games-mud/tkmoo/tkmoo-0.3.32.ebuild
+++ b/games-mud/tkmoo/tkmoo-0.3.32.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-
 inherit eutils games
 
 MY_PN=${PN/moo/MOO-light}
@@ -20,6 +19,7 @@ IUSE=""
 DEPEND="
>=dev-lang/tcl-8.3.3:0=
>=dev-lang/tk-8.3.3:0="
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}
 



[gentoo-commits] repo/gentoo:master commit in: games-mud/powwow/

2016-05-05 Thread Michael Sterrett
commit: fb1894aa3090f7b344e4d2ca08d7619e40e07f6e
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:57:02 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1894aa

games-mud/powwow: set RDEPEND

Package-Manager: portage-2.2.26

 games-mud/powwow/powwow-1.2.16.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-mud/powwow/powwow-1.2.16.ebuild 
b/games-mud/powwow/powwow-1.2.16.ebuild
index 8aa8279..b98f9cf 100644
--- a/games-mud/powwow/powwow-1.2.16.ebuild
+++ b/games-mud/powwow/powwow-1.2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,8 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="sys-libs/ncurses"
+DEPEND="sys-libs/ncurses:0"
+RDEPEND=${DEPEND}
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-underlinking.patch



[gentoo-commits] repo/gentoo:master commit in: games-rpg/openglad/

2016-05-05 Thread Michael Sterrett
commit: ef3f8ff00d40da13aafe38990f1d76daa19100ac
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 02:16:52 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3f8ff0

games-rpg/openglad: set RDEPEND

Package-Manager: portage-2.2.26

 games-rpg/openglad/openglad-0.98.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-rpg/openglad/openglad-0.98.ebuild 
b/games-rpg/openglad/openglad-0.98.ebuild
index b6e2112..739a94c 100644
--- a/games-rpg/openglad/openglad-0.98.ebuild
+++ b/games-rpg/openglad/openglad-0.98.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,6 +18,7 @@ IUSE=""
 DEPEND="media-libs/sdl-mixer
media-libs/sdl-image
media-libs/libsdl[joystick,sound,video]"
+RDEPEND=${DEPEND}
 
 src_prepare() {
epatch \



[gentoo-commits] repo/gentoo:master commit in: games-simulation/pmars-sdl/

2016-05-05 Thread Michael Sterrett
commit: 931c46f8d29dfa16c138da2587d4a8deb22d7f88
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 02:43:23 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931c46f8

games-simulation/pmars-sdl: set RDEPEND

Package-Manager: portage-2.2.26

 games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild 
b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
index 3429dd0..1826340 100644
--- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
+++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit toolchain-funcs games eutils
+inherit toolchain-funcs eutils games
 
 MY_PN="${PN/-sdl/}"
 MY_PV="${PV/e/-5}"
@@ -21,6 +21,7 @@ IUSE="sdl X"
 DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl[video] )
X? ( x11-libs/libX11 )
!sdl? ( !X? ( sys-libs/ncurses ) )"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}
 



[gentoo-commits] repo/gentoo:master commit in: games-arcade/xtux/

2016-05-05 Thread Michael Sterrett
commit: 339a5b300309b1a795a729765fb436cbe3d9f914
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:28:12 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339a5b30

games-arcade/xtux: set RDEPEND

Package-Manager: portage-2.2.26

 games-arcade/xtux/xtux-20030306.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-arcade/xtux/xtux-20030306.ebuild 
b/games-arcade/xtux/xtux-20030306.ebuild
index 2a474c3..de1f918 100644
--- a/games-arcade/xtux/xtux-20030306.ebuild
+++ b/games-arcade/xtux/xtux-20030306.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,8 @@ KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="x11-libs/libXpm"
-RDPENED="${DEPEND}"
+RDEPEND=${DEPEND}
+
 S=${WORKDIR}/${PN}
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroid/

2016-05-05 Thread Michael Sterrett
commit: fbf7374a1f6874a02d2c2fbb5bb07abdbdf87cf1
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 02:14:39 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf7374a

games-rpg/freedroid: add slot to virtual/jpeg dep

Package-Manager: portage-2.2.26

 games-rpg/freedroid/freedroid-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/freedroid/freedroid-1.0.2.ebuild 
b/games-rpg/freedroid/freedroid-1.0.2.ebuild
index ab357b9..90cb1ca 100644
--- a/games-rpg/freedroid/freedroid-1.0.2.ebuild
+++ b/games-rpg/freedroid/freedroid-1.0.2.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="media-libs/libsdl[joystick,sound,video]
-   virtual/jpeg
+   virtual/jpeg:0
sys-libs/zlib
media-libs/libpng:0
media-libs/sdl-image[jpeg,png]



[gentoo-commits] repo/gentoo:master commit in: games-rpg/egoboo/

2016-05-05 Thread Michael Sterrett
commit: 7cdac109164557d331b73e7b6fe7479fa81a4d29
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:59:19 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdac109

games-rpg/egoboo: set RDEPEND

Package-Manager: portage-2.2.26

 games-rpg/egoboo/egoboo-2.8.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-rpg/egoboo/egoboo-2.8.1.ebuild 
b/games-rpg/egoboo/egoboo-2.8.1.ebuild
index 7bdee75..4a6dae8 100644
--- a/games-rpg/egoboo/egoboo-2.8.1.ebuild
+++ b/games-rpg/egoboo/egoboo-2.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,6 +22,7 @@ DEPEND="virtual/opengl
media-libs/sdl-ttf
net-libs/enet:0
dev-games/physfs"
+RDEPEND=${DEPEND}
 
 src_prepare() {
edos2unix src/game/platform/file_linux.c \
@@ -32,7 +33,7 @@ src_prepare() {
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
-e "s:@GENTOO_CONFDIR@:${GAMES_SYSCONFDIR}/${PN}:" \
src/game/platform/file_linux.c || die "sed failed"
-   rm -rf src/enet || die "failed removing enet"
+   rm -rf src/enet || die
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: games-util/umodpack/

2016-05-05 Thread Michael Sterrett
commit: b3e99f3e23e89626974812c78a1b2dd6760d8c8f
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 02:45:55 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e99f3e

games-util/umodpack: set RDEPEND

Package-Manager: portage-2.2.26

 games-util/umodpack/umodpack-0.5_beta16-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild 
b/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild
index 2a93979..be99b73 100644
--- a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild
+++ b/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild
@@ -20,6 +20,7 @@ DEPEND="virtual/perl-IO-Compress
dev-perl/Archive-Zip
dev-perl/Tie-IxHash
tk? ( dev-perl/Tk )"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}
 SRC_TEST="do parallel"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/ensemblist/

2016-05-05 Thread Michael Sterrett
commit: 74395a124ff092623b8abd0c1336f08e8ed8664f
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:58:24 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74395a12

games-puzzle/ensemblist: set RDEPEND

Package-Manager: portage-2.2.26

 games-puzzle/ensemblist/ensemblist-040126.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/ensemblist/ensemblist-040126.ebuild 
b/games-puzzle/ensemblist/ensemblist-040126.ebuild
index f54f335..238644e 100644
--- a/games-puzzle/ensemblist/ensemblist-040126.ebuild
+++ b/games-puzzle/ensemblist/ensemblist-040126.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,6 +20,7 @@ DEPEND="media-libs/freeglut
virtual/glu
virtual/opengl
x11-libs/libXmu"
+RDEPEND=${DEPEND}
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch



[gentoo-commits] repo/gentoo:master commit in: games-board/cockatrice/

2016-05-05 Thread Michael Sterrett
commit: 971641c0c65017a1a4cc62b1ccbea547bb6b758f
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:30:35 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971641c0

games-board/cockatrice: set RDEPEND

Package-Manager: portage-2.2.26

 games-board/cockatrice/cockatrice-20120702.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-board/cockatrice/cockatrice-20120702.ebuild 
b/games-board/cockatrice/cockatrice-20120702.ebuild
index 8664e2c..931419a 100644
--- a/games-board/cockatrice/cockatrice-20120702.ebuild
+++ b/games-board/cockatrice/cockatrice-20120702.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,6 +24,7 @@ DEPEND="
dev-qt/qtsvg:4
dev-qt/qtgui:4
)"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${PN}_${PV}
 



[gentoo-commits] repo/gentoo:master commit in: games-rpg/twclone/

2016-05-05 Thread Michael Sterrett
commit: 890e37f4ebc3ff4e31f7dd44a1ea1add86bb5b4a
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 02:18:13 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890e37f4

games-rpg/twclone: fix inherit order

Package-Manager: portage-2.2.26

 games-rpg/twclone/twclone-0.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/twclone/twclone-0.14.ebuild 
b/games-rpg/twclone/twclone-0.14.ebuild
index 3e92d76..d1aa450 100644
--- a/games-rpg/twclone/twclone-0.14.ebuild
+++ b/games-rpg/twclone/twclone-0.14.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit games eutils
+inherit eutils games
 
 MY_P="${PN}-source-${PV}"
 DESCRIPTION="Clone of BBS Door game Trade Wars 2002"



[gentoo-commits] repo/gentoo:master commit in: games-util/uz2unpack/

2016-05-05 Thread Michael Sterrett
commit: 97c380dc47d3ca5cc38b76a7d8ce09780fe4c81b
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 02:48:29 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c380dc

games-util/uz2unpack: set RDEPEND

Package-Manager: portage-2.2.26

 games-util/uz2unpack/uz2unpack-0.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-util/uz2unpack/uz2unpack-0.1.ebuild 
b/games-util/uz2unpack/uz2unpack-0.1.ebuild
index fb54dba..2e7359b 100644
--- a/games-util/uz2unpack/uz2unpack-0.1.ebuild
+++ b/games-util/uz2unpack/uz2unpack-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,6 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 
 DEPEND="sys-libs/zlib"
+RDEPEND=${DEPEND}
 
 src_compile() {
emake CC="$(tc-getCC)" LDLIBS=-lz ${PN}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/cdogs-sdl/

2016-05-05 Thread Michael Sterrett
commit: 31ab24bf08dcf3a0f47f148fe39fa0998550efc9
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:25:15 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ab24bf

games-arcade/cdogs-sdl: set RDEPEND

Package-Manager: portage-2.2.26

 games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild 
b/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild
index 1ff6623..b53628c 100644
--- a/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild
+++ b/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 
 DEPEND="media-libs/libsdl[video]
media-libs/sdl-mixer"
-RDPEND=${DEPEND}
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${P}/src
 



[gentoo-commits] repo/gentoo:master commit in: games-emulation/gngb/

2016-05-05 Thread Michael Sterrett
commit: ed9846aee91908fb8c046fc91c4cb50385d87268
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:36:48 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9846ae

games-emulation/gngb: set RDEPEND

Package-Manager: portage-2.2.26

 games-emulation/gngb/gngb-20060309.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-emulation/gngb/gngb-20060309.ebuild 
b/games-emulation/gngb/gngb-20060309.ebuild
index 3a1774a..92d24eb 100644
--- a/games-emulation/gngb/gngb-20060309.ebuild
+++ b/games-emulation/gngb/gngb-20060309.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,6 +18,7 @@ DEPEND="media-libs/libsdl[sound,joystick,video]
sys-libs/zlib
app-arch/bzip2
opengl? ( virtual/opengl )"
+RDEPEND=${DEPEND}
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-ovflfix.patch
@@ -30,7 +31,6 @@ src_configure() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog NEWS README TODO
+   default
prepgamesdirs
 }



[gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroid/

2016-05-05 Thread Michael Sterrett
commit: f7656e5d7b0176ac366e373d6eb142d6b12e5d0e
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:59:36 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7656e5d

games-rpg/freedroid: set RDEPEND

Package-Manager: portage-2.2.26

 games-rpg/freedroid/freedroid-1.0.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-rpg/freedroid/freedroid-1.0.2.ebuild 
b/games-rpg/freedroid/freedroid-1.0.2.ebuild
index 86e8499..ab357b9 100644
--- a/games-rpg/freedroid/freedroid-1.0.2.ebuild
+++ b/games-rpg/freedroid/freedroid-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,6 +21,7 @@ DEPEND="media-libs/libsdl[joystick,sound,video]
media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer[mod,vorbis]
media-libs/libvorbis"
+RDEPEND=${DEPEND}
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-format.patch



[gentoo-commits] repo/gentoo:master commit in: games-misc/gBhed/

2016-05-05 Thread Michael Sterrett
commit: e40512af1ac6dfe1c512fa16c7841dac0d81134e
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:38:26 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40512af

games-misc/gBhed: set RDEPEND

Package-Manager: portage-2.2.26

 games-misc/gBhed/gBhed-0.17.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-misc/gBhed/gBhed-0.17.ebuild 
b/games-misc/gBhed/gBhed-0.17.ebuild
index ddd5b48..6a8eb47 100644
--- a/games-misc/gBhed/gBhed-0.17.ebuild
+++ b/games-misc/gBhed/gBhed-0.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,6 +15,7 @@ KEYWORDS="amd64 ppc x86"
 IUSE="gtk"
 
 DEPEND="gtk? ( x11-libs/gtk+:2 )"
+RDEPEND=${DEPEND}
 
 src_prepare() {
sed -i 's/19/32/' src/gui/translation_fork.c || die



[gentoo-commits] repo/gentoo:master commit in: games-action/orbital-eunuchs-sniper/

2016-05-05 Thread Michael Sterrett
commit: 92b3fc360018f6031aff3ca4a1fe548f02413068
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:16:24 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b3fc36

games-action/orbital-eunuchs-sniper: set RDEPEND

Package-Manager: portage-2.2.26

 games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild 
b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild
index de8f91e..eca3420 100644
--- a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild
+++ b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,6 +18,7 @@ IUSE=""
 DEPEND="media-libs/libsdl
media-libs/sdl-mixer
media-libs/sdl-image"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}
 



[gentoo-commits] repo/gentoo:master commit in: games-action/openastromenace/

2016-05-05 Thread Michael Sterrett
commit: cc816f16cf3a99e2307fd10acd7c8b5f54eb694e
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:10:22 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc816f16

games-action/openastromenace: set RDEPEND

Package-Manager: portage-2.2.26

 games-action/openastromenace/openastromenace-1.3.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-action/openastromenace/openastromenace-1.3.2.ebuild 
b/games-action/openastromenace/openastromenace-1.3.2.ebuild
index 8d9ced2..3d1a6636 100644
--- a/games-action/openastromenace/openastromenace-1.3.2.ebuild
+++ b/games-action/openastromenace/openastromenace-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,6 +23,7 @@ DEPEND="virtual/opengl
media-libs/libogg
media-libs/libvorbis
x11-libs/libXinerama"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/AstroMenace
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/xwelltris/

2016-05-05 Thread Michael Sterrett
commit: 0b992c039cfa90264eaa5085ec467f6761db5dc7
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:09:08 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b992c03

games-puzzle/xwelltris: set RDEPEND

Package-Manager: portage-2.2.26

 games-puzzle/xwelltris/xwelltris-1.0.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild 
b/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild
index b00b129..9f3bb34 100644
--- a/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild
+++ b/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,6 +16,7 @@ IUSE=""
 
 DEPEND="media-libs/libsdl[video]
media-libs/sdl-image[gif]"
+RDEPEND=${DEPEND}
 
 src_prepare() {
sed -i \



[gentoo-commits] repo/gentoo:master commit in: games-kids/tuxtype/

2016-05-05 Thread Michael Sterrett
commit: c60800328d089e03af5689ba9a03f72e23e3d1e6
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:07:15 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6080032

games-kids/tuxtype: set RDEPEND

Package-Manager: portage-2.2.26

 games-kids/tuxtype/tuxtype-1.8.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-kids/tuxtype/tuxtype-1.8.1.ebuild 
b/games-kids/tuxtype/tuxtype-1.8.1.ebuild
index 50045ea..ebb64cd 100644
--- a/games-kids/tuxtype/tuxtype-1.8.1.ebuild
+++ b/games-kids/tuxtype/tuxtype-1.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,12 +14,13 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="svg"
 
-DEPEND="media-libs/libsdl:0[video]
+DEPEND="media-libs/libsdl[video]
media-libs/sdl-pango
media-libs/sdl-mixer
media-libs/sdl-image
media-libs/sdl-ttf
svg? ( gnome-base/librsvg )"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/tuxtype_w_fonts-${PV}
 



[gentoo-commits] repo/gentoo:master commit in: games-board/kcheckers/

2016-05-05 Thread Michael Sterrett
commit: 880b0ce5748314de7b1b32f7ba977a0622ecad14
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:32:10 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880b0ce5

games-board/kcheckers: set RDEPEND

Package-Manager: portage-2.2.26

 games-board/kcheckers/kcheckers-0.8.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-board/kcheckers/kcheckers-0.8.1.ebuild 
b/games-board/kcheckers/kcheckers-0.8.1.ebuild
index 43d6e1a..d5130a8 100644
--- a/games-board/kcheckers/kcheckers-0.8.1.ebuild
+++ b/games-board/kcheckers/kcheckers-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,6 +15,7 @@ KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE=""
 
 DEPEND="dev-qt/qtgui:4"
+RDEPEND=${DEPEND}
 
 src_prepare() {
sed -i \



[gentoo-commits] repo/gentoo:master commit in: games-action/orbital-eunuchs-sniper/

2016-05-05 Thread Michael Sterrett
commit: df8dce09d059ff3d5333f07c0d88b0a45c831fe0
Author: Michael Sterrett  gentoo  org>
AuthorDate: Fri May  6 01:20:14 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Fri May  6 02:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8dce09

games-action/orbital-eunuchs-sniper: add use deps

Package-Manager: portage-2.2.26

 .../orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild 
b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild
index eca3420..3921f8a 100644
--- a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild
+++ b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild
@@ -15,9 +15,9 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="media-libs/libsdl
-   media-libs/sdl-mixer
-   media-libs/sdl-image"
+DEPEND="media-libs/libsdl[joystick,video]
+   media-libs/sdl-mixer[vorbis]
+   media-libs/sdl-image[png]"
 RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2016-05-05 Thread Sam Jorna
commit: 68b1618b81ca59471e4b1a58a41e70504a7903fc
Author: Sam Jorna  gentoo  org>
AuthorDate: Fri May  6 02:24:24 2016 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Fri May  6 02:24:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b1618b

app-benchmarks/stress-ng: bump to 0.06.00

Package-Manager: portage-2.2.28

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index b721fe8..1d17a30 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.05.12.tar.gz 280758 SHA256 
081a597bc3b6b7f2993828a04048e5321a81ece6995c7bb9b202dd65e7fb055f SHA512 
ee622b1d8fd1b3ddee6119f5a43cedb427e3524bb6ef10f7ac96c305567c9919574e9103949825e2bea3391c302b6e2b5871667bc8f8609844765b64ec760bc8
 WHIRLPOOL 
b9f84501fcbe6494881947a44bbb42ba6fb00120ab6e7fc45ac6b5ece76f7dd95a98a588db9326f0e1bd879020a8ffdcc604dfc5a70f2858924bf85a8a4612c0
+DIST stress-ng-0.06.00.tar.gz 311761 SHA256 
b6781e7c53c5a7938690df8cdd1f3d1191ce758dca820c1175752da6f7085491 SHA512 
a23a3f020e1fa777c6141db8f9d91833b9758172974be0db341c757eb7b407520b80bc9889eb7b6348cfa64d8f8976ba6ad8761a5fbc31055accd8fbceb8de66
 WHIRLPOOL 
14dc2ebf3858583cc1933be3177966f597f10d5595ee60dc804fb2ee9903a78a34746761313844c23da784c8e3f2cfc3279eca1ec480811e0c74b33ef10b1c49

diff --git a/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild
new file mode 100644
index 000..052c63b
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A tool to load and stress a computer system"
+HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/;
+SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-apps/keyutils
+   sys-apps/attr"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/

2016-05-05 Thread Ulrich Müller
commit: 2309df23993b5cb3f32d64d585efea206acf81c8
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri May  6 00:18:15 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri May  6 01:25:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2309df23

app-text/hunspell: Update dependency on app-dicts/myspell-de_1901.

Also remove exception for German. Use linguas_de_1901 for the
traditional spelling variant instead.

Package-Manager: portage-2.2.28

 app-text/hunspell/hunspell-1.3.3.ebuild | 17 -
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/app-text/hunspell/hunspell-1.3.3.ebuild 
b/app-text/hunspell/hunspell-1.3.3.ebuild
index a83d9e4..8326165 100644
--- a/app-text/hunspell/hunspell-1.3.3.ebuild
+++ b/app-text/hunspell/hunspell-1.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,21 +23,12 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
 
 # describe properly mi
-LANGS="af bg ca cs cy da de el en eo es et fo fr ga gl he hr hu ia id is it km
-ku lt lv mk ms nb nl nn pl pt pt_BR ro ru sk sl sq sv sw tn uk zu"
+LANGS="af bg ca cs cy da de de_1901 el en eo es et fo fr ga gl he hr hu ia id
+is it km ku lt lv mk ms nb nl nn pl pt pt_BR ro ru sk sl sq sv sw tn uk zu"
 
 DICT_DEP="app-dicts/myspell-en"
 for lang in ${LANGS}; do
-   if [[ ${lang} == de ]] ; then
-   DICT_DEP+=" linguas_de? (
-   || (
-   app-dicts/myspell-de
-   app-dicts/myspell-de-alt
-   )
-   )"
-   else
-   DICT_DEP+=" linguas_${lang}? ( 
app-dicts/myspell-${lang/pt_BR/pt-br} )"
-   fi
+   DICT_DEP+=" linguas_${lang}? ( app-dicts/myspell-${lang/pt_BR/pt-br} )"
IUSE+=" linguas_${lang}"
 done
 PDEPEND="${DICT_DEP}"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-de_1901/

2016-05-05 Thread Ulrich Müller
commit: d19ab88e4738aa8cb6558bd7133b4cc38c59972d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri May  6 01:24:46 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri May  6 01:25:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19ab88e

app-dicts/myspell-de_1901: Version bump.

Package-Manager: portage-2.2.28

 app-dicts/myspell-de_1901/Manifest |  1 +
 .../myspell-de_1901-20160403.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-dicts/myspell-de_1901/Manifest 
b/app-dicts/myspell-de_1901/Manifest
index f0b7b58..07ce70c 100644
--- a/app-dicts/myspell-de_1901/Manifest
+++ b/app-dicts/myspell-de_1901/Manifest
@@ -1 +1,2 @@
 DIST dict-de_de-1901_oldspell_2012-09-29.oxt 4807281 SHA256 
252d8a411446dc8a1bc971fbbef0610a88203cdc910a949a6292c60188c02eb0 SHA512 
15afe6157c6a1fbd723610440f98e823217d91fd0accf54975797ca20b3f47d6beb14c2ce118a44d17815c05e6dab923ea1ec3759237c6c4758344d805776cde
 WHIRLPOOL 
39703e5c2b0ca8bf619d512efc40eb6151d9f2902be89497597f82fa1330e088fe0098b0fcda5b895c22e9917f3c1847d9ed5f86d4e4c1c511f102764170ce20
+DIST dict-de_de-1901_oldspell_2016-04-03.oxt 8197279 SHA256 
4c59cb201c794186d43a638a18ed718a0502b70f4c4a84eaf2c7f07d141ac4a2 SHA512 
af6a353e52505895e4084378d91578956452d7db402a14073e6b2387d7b5377bcf652414bf90e113d976f24e082adf138ba138d54fa321c55bcb2c4d93c83cdc
 WHIRLPOOL 
cc44d97d12571d05bb98aa1e4fa9f746b20cd1a521d56ab91eb2b9eb78ff939c2469ff94816993905a3c0f71644b405b25ce2a83c9288144979a00a7535a105b

diff --git a/app-dicts/myspell-de_1901/myspell-de_1901-20160403.ebuild 
b/app-dicts/myspell-de_1901/myspell-de_1901-20160403.ebuild
new file mode 100644
index 000..6afe6d3
--- /dev/null
+++ b/app-dicts/myspell-de_1901/myspell-de_1901-20160403.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MYSPELL_DICT=(
+   "de_DE_1901.aff"
+   "de_DE_1901.dic"
+)
+
+MYSPELL_HYPH=(
+   "hyph_de_DE_1901.dic"
+)
+
+MYSPELL_THES=(
+)
+
+inherit myspell-r2
+
+DESCRIPTION="German (traditional orthography) dictionaries for 
myspell/hunspell"
+HOMEPAGE="http://www.j3e.de/myspell/
+   
http://extensions.libreoffice.org/extension-center/german-de-de-1901-old-spelling-dictionaries;
+#SRC_URI="http://extensions.libreoffice.org/extension-center/german-de-de-1901-old-spelling-dictionaries/pscreleasefolder.2011-11-04.1209635399/${PV:0:4}.${PV:4:2}.${PV:6:2}/dict-de_de-1901_oldspell_${PV:0:4}-${PV:4:2}-${PV:6:2}.oxt;
+SRC_URI="mirror://sourceforge/project/aoo-extensions/1057/8/dict-de_de-1901_oldspell_${PV:0:4}-${PV:4:2}-${PV:6:2}.oxt"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+
+src_prepare() {
+   default
+   # Nicely rename; 
http://www.iana.org/assignments/language-subtag-registry
+   mv de_DE_OLDSPELL.aff de_DE_1901.aff || die
+   mv de_DE_OLDSPELL.dic de_DE_1901.dic || die
+   mv hyph_de_DE_OLDSPELL.dic hyph_de_DE_1901.dic || die
+   # Remove thesaurus for new spelling to avoid installing its readme file
+   rm th_de_DE_v2* || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/aspell/

2016-05-05 Thread Ulrich Müller
commit: f2866bd046caba86b46f3bc0674934922f18cced
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri May  6 00:47:37 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri May  6 01:25:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2866bd0

app-text/aspell: Remove exception for German.

Use linguas_de_1901 for the traditional German spelling variant instead.

Package-Manager: portage-2.2.28

 60.6.1-r2.ebuild => aspell-0.60.6.1-r3.ebuild} | 22 +-
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/app-text/aspell/aspell-0.60.6.1-r2.ebuild 
b/app-text/aspell/aspell-0.60.6.1-r3.ebuild
similarity index 85%
rename from app-text/aspell/aspell-0.60.6.1-r2.ebuild
rename to app-text/aspell/aspell-0.60.6.1-r3.ebuild
index 18e0a0e..f9548f1 100644
--- a/app-text/aspell/aspell-0.60.6.1-r2.ebuild
+++ b/app-text/aspell/aspell-0.60.6.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,19 +16,15 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~spar
 IUSE="nls"
 
 PDEPEND="app-dicts/aspell-en"
-LANGS="af be bg br ca cs cy da de el en eo es et fi fo fr ga gl he hr hu hy is 
it la
-lt nl no pl pt pt_BR ro ru sk sl sr sv uk vi"
+LANGS="af be bg br ca cs cy da de de_1901 el en eo es et fi fo fr ga gl he hr
+hu hy is it la lt nl no pl pt pt_BR ro ru sk sl sr sv uk vi"
 for lang in ${LANGS}; do
-   dep="linguas_${lang}? ( app-dicts/aspell-${lang/pt_BR/pt-br} )"
-   if [[ ${lang} == de ]] ; then
-   dep="linguas_${lang}? (
-   || (
-   app-dicts/aspell-${lang}
-   app-dicts/aspell-${lang}-alt
-   )
-   )"
-   fi
-   PDEPEND+=" ${dep}"
+   case ${lang} in
+   de_1901) dep="app-dicts/aspell-de-alt"  ;;
+   pt_BR)   dep="app-dicts/aspell-pt-br"   ;;
+   *)   dep="app-dicts/aspell-${lang}" ;;
+   esac
+   PDEPEND+=" linguas_${lang}? ( ${dep} )"
IUSE+=" linguas_${lang}"
 done
 unset dep



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-de_1901/, profiles/updates/, app-dicts/myspell-de-alt/

2016-05-05 Thread Ulrich Müller
commit: b8bae86fc7f7fc704e82fc8ed2fcd42c6e7e6705
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri May  6 00:05:50 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri May  6 01:25:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bae86f

app-dicts/myspell-de_1901: Renamed from app-dicts/myspell-de-alt.

This is closer to the upstream name of the package.

 app-dicts/{myspell-de-alt => myspell-de_1901}/Manifest   | 0
 app-dicts/{myspell-de-alt => myspell-de_1901}/metadata.xml   | 0
 .../myspell-de_1901-20120929.ebuild} | 0
 profiles/updates/2Q-2016 | 1 +
 4 files changed, 1 insertion(+)

diff --git a/app-dicts/myspell-de-alt/Manifest 
b/app-dicts/myspell-de_1901/Manifest
similarity index 100%
rename from app-dicts/myspell-de-alt/Manifest
rename to app-dicts/myspell-de_1901/Manifest

diff --git a/app-dicts/myspell-de-alt/metadata.xml 
b/app-dicts/myspell-de_1901/metadata.xml
similarity index 100%
rename from app-dicts/myspell-de-alt/metadata.xml
rename to app-dicts/myspell-de_1901/metadata.xml

diff --git a/app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild 
b/app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild
similarity index 100%
rename from app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild
rename to app-dicts/myspell-de_1901/myspell-de_1901-20120929.ebuild

diff --git a/profiles/updates/2Q-2016 b/profiles/updates/2Q-2016
index 45c91ab..d6f9a63 100644
--- a/profiles/updates/2Q-2016
+++ b/profiles/updates/2Q-2016
@@ -22,3 +22,4 @@ move dev-perl/text-template dev-perl/Text-Template
 move dev-perl/text-wrapper dev-perl/Text-Wrapper
 move dev-perl/tie-encryptedhash dev-perl/Tie-EncryptedHash
 move dev-perl/yaml dev-perl/YAML
+move app-dicts/myspell-de-alt app-dicts/myspell-de_1901



[gentoo-commits] repo/gentoo:master commit in: net-im/centerim/files/, net-im/centerim/

2016-05-05 Thread Sebastian Pipping
commit: 4a4e63b8f5b829198673fe6451bc731fec029e54
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri May  6 01:02:06 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri May  6 01:20:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4e63b8

net-im/centerim: Unbundle Expat (bug #255909)

 net-im/centerim/centerim-4.22.10-r1.ebuild | 131 +
 .../files/centerim-4.22.10-system-expat.patch  |  51 
 2 files changed, 182 insertions(+)

diff --git a/net-im/centerim/centerim-4.22.10-r1.ebuild 
b/net-im/centerim/centerim-4.22.10-r1.ebuild
new file mode 100644
index 000..6d7564a
--- /dev/null
+++ b/net-im/centerim/centerim-4.22.10-r1.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="2"
+
+inherit eutils autotools
+
+PROTOCOL_IUSE="+aim gadu +icq +irc +xmpp lj +msn rss +yahoo"
+IUSE="${PROTOCOL_IUSE} bidi nls ssl crypt jpeg otr"
+
+DESCRIPTION="ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber/GaduGadu/RSS/LiveJournal 
Client"
+if [[ ${PV} = *_p* ]] # is this a snaphot?
+then
+   
SRC_URI="http://www.centerim.org/download/snapshots/${PN}-${PV/*_p/}.tar.gz;
+elif [[ ${PV} = *.*.*.* ]] # is this a mobshot?
+then
+   SRC_URI="http://www.centerim.org/download/mobshots/${P}.tar.gz;
+else
+   SRC_URI="http://www.centerim.org/download/releases/${P}.tar.gz;
+fi
+HOMEPAGE="http://www.centerim.org/;
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+
+DEPEND=">=sys-libs/ncurses-5.2
+   dev-libs/expat
+   bidi? ( dev-libs/fribidi )
+   ssl? ( >=dev-libs/openssl-0.9.6g )
+   jpeg? ( virtual/jpeg )
+   xmpp? (
+   otr? ( =app-crypt/gpgme-1.0.2 )
+   )
+   msn? ( >=net-misc/curl-7.25.0-r1[ssl] )
+   yahoo? ( >=net-misc/curl-7.25.0-r1[ssl] )"
+
+RDEPEND="${DEPEND}
+   nls? ( sys-devel/gettext )"
+
+S="${WORKDIR}"/${P/_p*}
+
+check_protocol_iuse() {
+   local flag
+
+   for flag in ${PROTOCOL_IUSE}
+   do
+   use ${flag#+} && return 0
+   done
+
+   return 1
+}
+
+pkg_setup() {
+   if ! check_protocol_iuse
+   then
+   eerror
+   eerror "Please activate at least one of the following protocol 
USE flags:"
+   eerror "${PROTOCOL_IUSE//+}"
+   eerror
+   die "Please activate at least one protocol USE flag!"
+   fi
+
+   if use otr && ! use xmpp
+   then
+   ewarn
+   ewarn "Support for OTR is only supported with Jabber!"
+   ewarn
+   fi
+
+   if use gadu && ! use jpeg
+   then
+   ewarn
+   ewarn "You need jpeg support to be able to register Gadu-Gadu 
accounts!"
+   ewarn
+   fi
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-gcc46.patch
+   (
+   cd libjabber/ || exit 1
+   rm \
+   asciitab.h \
+   hashtable.[ch] \
+   iasciitab.h \
+   latin1tab.h \
+   utf8tab.h \
+   xmldef.h \
+   xmlparse.[ch] \
+   xmlrole.[ch] \
+   xmltok.[ch] \
+   xmltok_impl_c.h \
+   xmltok_impl.h \
+   ) || die
+   epatch "${FILESDIR}"/${P}-system-expat.patch
+   eautoreconf
+
+   # Don't execute git commands, bug #228151
+   cat >"${S}"/misc/git-version-gen <<-EOF
+   #!/bin/sh
+   echo -n "${PVR}"
+   EOF
+}
+
+src_configure() {
+   econf \
+   $(use_with ssl) \
+   $(use_enable aim) \
+   $(use_with bidi fribidi) \
+   $(use_with jpeg libjpeg) \
+   $(use_with otr libotr) \
+   $(use_enable gadu gg) \
+   $(use_enable icq) \
+   $(use_enable irc) \
+   $(use_enable xmpp jabber) \
+   $(use_enable lj) \
+   $(use_enable msn) \
+   $(use_enable nls locales-fix) \
+   $(use_enable nls) \
+   $(use_enable rss) \
+   $(use_enable yahoo) \
+   || die "econf failed"
+}
+
+src_install () {
+   emake DESTDIR="${D}" install || die "emake install failed"
+
+   dodoc AUTHORS ChangeLog FAQ README THANKS TODO
+}

diff --git a/net-im/centerim/files/centerim-4.22.10-system-expat.patch 
b/net-im/centerim/files/centerim-4.22.10-system-expat.patch
new file mode 100644
index 000..ef3d52c
--- /dev/null
+++ b/net-im/centerim/files/centerim-4.22.10-system-expat.patch
@@ -0,0 +1,51 @@
+From 539f0dd1b9b81c4b0aece3ab076b1c75073c8062 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Fri, 6 May 2016 02:33:51 +0200
+Subject: [PATCH] Build against system Expat
+
+---
+ libjabber/Makefile.am 

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-05-05 Thread Mike Gilbert
commit: 01b3c92e3d26d12f7d2a343a3e0b23f1594e2fc4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May  6 00:07:08 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May  6 00:07:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b3c92e

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.2.28_p97

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 29_beta.ebuild => chrome-binary-plugins-51.0.2704.36_beta.ebuild} | 0
 0_alpha.ebuild => chrome-binary-plugins-52.0.2723.2_alpha.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 5969760..e10890b 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_51.0.2704.29-1_amd64.deb 48939850 SHA256 
c4864a83410e32fd193862da3fbae53659fb72d50c38260f13ac3686edb8fe06 SHA512 
c4cd54c7a482ffa27bbd42d448d6c8f300361067cfe56525bf65724566790bf23a8a4592f37838422796b4a1575ce422e8550121ac644ce4e03f199d778069f3
 WHIRLPOOL 
1976987c4b041067330a515ab52817b240c919ff38d3578ee47955505410f5eed2f1cf0308f3fdab3948f33d3d6aa0d48a606870cf7b37dac2b83828cde4
+DIST google-chrome-beta_51.0.2704.36-1_amd64.deb 49259570 SHA256 
44936e7fc1f7d2faef2bc24f75ad22fd9087864cecb07b785aa90aef2e4da720 SHA512 
35a327d7689553406c9717ec413bee6b177fb1af99ac87ac0a221536fe7a427a29bb3ab38e612aa52bb3ad43a72df116dc7f01ac71f94a7503fd06a510f6ec7d
 WHIRLPOOL 
b31de21dce453c8c72dfcb2c7af7a76b815d5bd0fd446c3500117006067f0ec1a2e90a725d3c33bdb9b1d64d2638c4e84796972c68e399f8cf6d795490b1d32e
 DIST google-chrome-stable_50.0.2661.94-1_amd64.deb 48371848 SHA256 
3803339eb3850071ad932256b85f529d307f57638bc4ce5fd638f7481134dbdd SHA512 
8b95ad80e28e40f606b14f9b09c45b592fa939f7e03bc1ddd032e9c1edf404e80d81d4182e7022752273cd963310ba4e393df8ac5ff6962b8af6cdc23909fc4d
 WHIRLPOOL 
9784344cd06925938fa5ff5a1a7f0bd9448b364875d3c64ae21609d4c059050777877012b23d113d57b32d55e5598dcc4930161b130aaac846eb64e1b6619f46
-DIST google-chrome-unstable_52.0.2716.0-1_amd64.deb 53522910 SHA256 
b4483bf5ffe99546d5ec2ade3e3a73384ae843b1fdcca919007ccfa36aa2b4d4 SHA512 
ad3ecb37da1c5ccdd775ecf35ece89eb36fd5ac0fd1205adedfa7c5a98afe739748b1223442084f49a4a15b84876a9d53fd97cc6bedafafce8ade3635e16aa75
 WHIRLPOOL 
a8e609ded1b6854f5039876aedb5873f3147cd8e3112eae56123a54c7c7b645327a20b4960ac4a1240e785acd1c74f652101806757ef445ffe2200667f47b82a
+DIST google-chrome-unstable_52.0.2723.2-1_amd64.deb 53800224 SHA256 
19e7df0e5dc5e3e69c961fcf25ec3d51541e16a546e7dc1a7053d662181831f6 SHA512 
ec7801d537201545bad5e669c0ae839cb23b083e868914c95c1ac2254ba48b062459b6bd6d2851b0e5adae45e26c016ab7d57841f71609907a4621f29a63fc0f
 WHIRLPOOL 
1a493544a20032cbeed4a605d3431cd2ffbdf40aa63d067062492484887accda7256bec84cd8f3f8dc900db1e6974d588d7837a2f1a187c60717e36e65f1630f

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.29_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.36_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.29_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.36_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2716.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2723.2_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2716.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2723.2_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2016-05-05 Thread Mike Gilbert
commit: 66baa22e996b42175ce8d8e70c7b69438fe7ff62
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May  6 00:06:50 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May  6 00:06:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66baa22e

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.2.28_p97

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-52.0.2716.0.ebuild => google-chrome-unstable-52.0.2723.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 792731b..1cdb68d 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_52.0.2716.0-1_amd64.deb 53522910 SHA256 
b4483bf5ffe99546d5ec2ade3e3a73384ae843b1fdcca919007ccfa36aa2b4d4 SHA512 
ad3ecb37da1c5ccdd775ecf35ece89eb36fd5ac0fd1205adedfa7c5a98afe739748b1223442084f49a4a15b84876a9d53fd97cc6bedafafce8ade3635e16aa75
 WHIRLPOOL 
a8e609ded1b6854f5039876aedb5873f3147cd8e3112eae56123a54c7c7b645327a20b4960ac4a1240e785acd1c74f652101806757ef445ffe2200667f47b82a
+DIST google-chrome-unstable_52.0.2723.2-1_amd64.deb 53800224 SHA256 
19e7df0e5dc5e3e69c961fcf25ec3d51541e16a546e7dc1a7053d662181831f6 SHA512 
ec7801d537201545bad5e669c0ae839cb23b083e868914c95c1ac2254ba48b062459b6bd6d2851b0e5adae45e26c016ab7d57841f71609907a4621f29a63fc0f
 WHIRLPOOL 
1a493544a20032cbeed4a605d3431cd2ffbdf40aa63d067062492484887accda7256bec84cd8f3f8dc900db1e6974d588d7837a2f1a187c60717e36e65f1630f

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-52.0.2716.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-52.0.2723.2.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-52.0.2716.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-52.0.2723.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2016-05-05 Thread Mike Gilbert
commit: 25c7c24a92eef3de19f5e1a8be4fe5d0d312f32a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May  6 00:07:15 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May  6 00:07:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c7c24a

www-client/google-chrome-beta: automated update

Package-Manager: portage-2.2.28_p97

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-51.0.2704.29.ebuild => google-chrome-beta-51.0.2704.36.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 8d5323f..8bba34c 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_51.0.2704.29-1_amd64.deb 48939850 SHA256 
c4864a83410e32fd193862da3fbae53659fb72d50c38260f13ac3686edb8fe06 SHA512 
c4cd54c7a482ffa27bbd42d448d6c8f300361067cfe56525bf65724566790bf23a8a4592f37838422796b4a1575ce422e8550121ac644ce4e03f199d778069f3
 WHIRLPOOL 
1976987c4b041067330a515ab52817b240c919ff38d3578ee47955505410f5eed2f1cf0308f3fdab3948f33d3d6aa0d48a606870cf7b37dac2b83828cde4
+DIST google-chrome-beta_51.0.2704.36-1_amd64.deb 49259570 SHA256 
44936e7fc1f7d2faef2bc24f75ad22fd9087864cecb07b785aa90aef2e4da720 SHA512 
35a327d7689553406c9717ec413bee6b177fb1af99ac87ac0a221536fe7a427a29bb3ab38e612aa52bb3ad43a72df116dc7f01ac71f94a7503fd06a510f6ec7d
 WHIRLPOOL 
b31de21dce453c8c72dfcb2c7af7a76b815d5bd0fd446c3500117006067f0ec1a2e90a725d3c33bdb9b1d64d2638c4e84796972c68e399f8cf6d795490b1d32e

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-51.0.2704.29.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-51.0.2704.36.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-51.0.2704.29.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-51.0.2704.36.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/

2016-05-05 Thread David Seifert
commit: 3331b267eb99f3ae2e6f6854f044e08715437ffd
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 22:26:59 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 22:27:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3331b267

sci-mathematics/pspp: Add missing (sub-)slot dependency operators

Package-Manager: portage-2.2.28

 sci-mathematics/pspp/pspp-0.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/pspp/pspp-0.8.3.ebuild 
b/sci-mathematics/pspp/pspp-0.8.3.ebuild
index 565a8dc..d240075 100644
--- a/sci-mathematics/pspp/pspp-0.8.3.ebuild
+++ b/sci-mathematics/pspp/pspp-0.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,7 +30,7 @@ RDEPEND="
gnome-base/libglade:2.0
x11-libs/gtk+:2
>=x11-libs/gtksourceview-2.2:2.0 )
-   ncurses? ( sys-libs/ncurses )
+   ncurses? ( sys-libs/ncurses:0= )
postgres? ( dev-db/postgresql:=[server] )"
 DEPEND="${RDEPEND}
virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/

2016-05-05 Thread David Seifert
commit: c7a948042612dd9753964380309cf1a51c336a59
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 22:25:45 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 22:27:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a94804

sci-mathematics/pspp: Add missing (sub-)slot dependency operators

Package-Manager: portage-2.2.28

 sci-mathematics/pspp/pspp-0.8.1-r1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild 
b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild
index ae72b53..194c4cc 100644
--- a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild
+++ b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ RDEPEND="
dev-libs/libxml2:2
sci-libs/gsl
sys-devel/gettext
-   sys-libs/readline
+   sys-libs/readline:0
sys-libs/zlib
virtual/libiconv
cairo? ( x11-libs/cairo )
@@ -30,8 +30,8 @@ RDEPEND="
gnome-base/libglade:2.0
x11-libs/gtk+:2
>=x11-libs/gtksourceview-2.2:2.0 )
-   ncurses? ( sys-libs/ncurses )
-   postgres? ( dev-db/postgresql[server] )"
+   ncurses? ( sys-libs/ncurses:0= )
+   postgres? ( dev-db/postgresql:*[server] )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( virtual/latex-base )"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/

2016-05-05 Thread David Seifert
commit: cf9ccf9b9953d23a51dce94d9966416d006ce07b
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 22:22:36 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 22:27:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9ccf9b

sci-mathematics/pspp: Add missing 'svg' USE depend

Gentoo-Bug: 582166

Package-Manager: portage-2.2.28

 sci-mathematics/pspp/pspp-0.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/pspp/pspp-0.10.1.ebuild 
b/sci-mathematics/pspp/pspp-0.10.1.ebuild
index bea2418..bcaea41 100644
--- a/sci-mathematics/pspp/pspp-0.10.1.ebuild
+++ b/sci-mathematics/pspp/pspp-0.10.1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
sys-libs/readline:0=
sys-libs/zlib:0=
virtual/libiconv
-   cairo? ( x11-libs/cairo:0= )
+   cairo? ( x11-libs/cairo:0=[svg] )
emacs? ( virtual/emacs )
gtk? (
x11-libs/gtk+:3=



[gentoo-commits] proj/openrc:master commit in: init.d/

2016-05-05 Thread William Hubbs
commit: 92e2f2c7cc958effcec0ef773dda954a153d8e42
Author: William Hubbs  gmail  com>
AuthorDate: Thu May  5 22:02:39 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May  5 22:02:39 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=92e2f2c7

killprocs: remove calls to sleep

X-Gentoo-Bug: 487084
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487084

 init.d/killprocs.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/init.d/killprocs.in b/init.d/killprocs.in
index 2f79a46..d1409c5 100644
--- a/init.d/killprocs.in
+++ b/init.d/killprocs.in
@@ -20,10 +20,8 @@ start()
 {
ebegin "Terminating remaining processes"
killall5 -15 ${killall5_opts}
-   sleep 1
eend 0
ebegin "Killing remaining processes"
killall5 -9 ${killall5_opts}
-   sleep 1
eend 0
 }



[gentoo-commits] repo/gentoo:master commit in: dev-games/aseprite/

2016-05-05 Thread Patrice Clement
commit: f05837a065be9593230680a3bacd6c6570c08843
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu May  5 19:02:22 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May  5 21:57:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05837a0

dev-games/aseprite: bump to 1.1.5.1

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1415

Signed-off-by: Patrice Clement  gentoo.org>

 dev-games/aseprite/Manifest|   1 +
 dev-games/aseprite/aseprite-1.1.5.1.ebuild | 105 +
 dev-games/aseprite/metadata.xml|   1 +
 3 files changed, 107 insertions(+)

diff --git a/dev-games/aseprite/Manifest b/dev-games/aseprite/Manifest
index b04c4f0..6fe73f9 100644
--- a/dev-games/aseprite/Manifest
+++ b/dev-games/aseprite/Manifest
@@ -1,2 +1,3 @@
 DIST Aseprite-v1.1.4.1-Source.zip 11723085 SHA256 
731ac44259217626dde91cdcae9a24cdd4337540fc91bbe5c05cebcb12869879 SHA512 
deeb42c123517e17378498584bb788f375e8aaaf046d5f9732848a5bd794a1af1d8381ff51271f9e30c198478e0f716ae23495972b693db9049ff4c2b8968672
 WHIRLPOOL 
5c2bd1bf8f5d187c385086a431ab070f55308b01089ce703e54093963402a9300295ea1cbf3602021fea1211ae68c6a2a07391e8e054827ce82ee60462001c4a
+DIST Aseprite-v1.1.5.1-Source.zip 11753037 SHA256 
0579f8d78e492de22accfa390f5ab98b14de0f760bb4354f4ee8dc66fd3ee167 SHA512 
2f12c6f2a47f8646cb540334c2ea71742f24e18b4e117be713c85c5faa55ea714a938cf204d7a9abf2d0cc97261f76186ca02199d52bfdc30ee63bc1f1c006c5
 WHIRLPOOL 
9cdb1ce31daee2f98e4576b01d0a274373621c7c1180433510529c5f11d6d074342c0c1bae65658e85c1e9db77affaa6aebb0697d7d956305282c045df8be5e3
 DIST aseprite-0.9.5.tar.xz 507744 SHA256 
81e0360d9d8a32d6c548775dbacdb1520aac94b54c2d9f1327d52f219737f154 SHA512 
fc6df942aefea67fd05e1b688209b70a2d5879a1441f61a6e3ee4d72fcdab4e580e1d4d7392fd493e0a46c45401a3eef759aa3efee17450e4c98df7f310b2d00
 WHIRLPOOL 
060dcf2754827ab3b30dde55cfcecd25e2d88f6e296b45529737e2194f4a9891d171776d10f9c571890efb9766b64080b85dc3d737102d2ac7be9843d27fdaef

diff --git a/dev-games/aseprite/aseprite-1.1.5.1.ebuild 
b/dev-games/aseprite/aseprite-1.1.5.1.ebuild
new file mode 100644
index 000..773babf
--- /dev/null
+++ b/dev-games/aseprite/aseprite-1.1.5.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Animated sprite editor & pixel art tool"
+HOMEPAGE="http://www.aseprite.org;
+SRC_URI="https://github.com/aseprite/aseprite/releases/download/v${PV}/Aseprite-v${PV}-Source.zip;
+
+# See https://github.com/aseprite/aseprite#credits
+# Some bundled third-party packages built-in:
+# gtest duktape modp_b64 simpleini
+LICENSE="BSD GPL-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="debug kde gtk3 test webp"
+
+RDEPEND="dev-libs/tinyxml
+   media-libs/allegro:0[X,png]
+   media-libs/freetype
+   media-libs/giflib:=
+   webp? ( media-libs/libwebp )
+   media-libs/libpng:0=
+   net-misc/curl
+   sys-libs/zlib
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/pixman
+   gtk3? ( dev-cpp/gtkmm:3.0 )
+   kde? (
+   dev-qt/qtcore:5
+   kde-frameworks/kio:5 )"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+DOCS=( docs/files/ase.txt
+   docs/files/fli.txt
+   docs/files/msk.txt
+   docs/files/pic.txt
+   docs/files/picpro.txt
+   README.md )
+
+S="${WORKDIR}"
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # Fix to make flag-o-matic work.
+   if use debug ; then
+   sed -i '/-DNDEBUG/d' CMakeLists.txt || die
+   fi
+
+   # Fix shebang in thumbnailer
+   sed -i -e 's:#!/usr/bin/sh:#!/bin/sh:' desktop/aseprite-thumbnailer || 
die
+}
+
+src_configure() {
+   use debug && append-cppflags -DDEBUGMODE -D_DEBUG
+
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=OFF # Don't compile internal libs as shared
+   -DENABLE_UPDATER=OFF
+   -DFULLSCREEN_PLATFORM=ON
+   -DUSE_SHARED_ALLEGRO4=ON
+   -DUSE_SHARED_CURL=ON
+   -DUSE_SHARED_FREETYPE=ON
+   -DUSE_SHARED_GIFLIB=ON
+   -DUSE_SHARED_JPEGLIB=ON
+   -DUSE_SHARED_LIBLOADPNG=ON
+   -DUSE_SHARED_LIBPNG=ON
+   -DUSE_SHARED_PIXMAN=ON
+   -DUSE_SHARED_TINYXML=ON
+   -DUSE_SHARED_ZLIB=ON
+   -DUSE_SHARED_LIBWEBP=ON
+   -DWITH_DESKTOP_INTEGRATION=ON
+   -DWITH_GTK_FILE_DIALOG_SUPPORT="$(usex gtk3)"
+   -DWITH_QT_THUMBNAILER="$(usex kde)"
+   -DWITH_WEBP_SUPPORT="$(usex webp)"
+   -DENABLE_TESTS="$(usex test)"
+   )
+   cmake-utils_src_configure
+
+   if use kde; then
+   mycmakeargs=( )
+   CMAKE_USE_DIR="${S}/desktop/kde" \
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pymediainfo/

2016-05-05 Thread Patrice Clement
commit: b7959de6067dff4fa3efc4106d2594257ef37c61
Author: Louis Sautier  gmail  com>
AuthorDate: Thu May  5 14:20:34 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May  5 21:53:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7959de6

dev-python/pymediainfo: remove old

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1412

Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/pymediainfo/Manifest |  1 -
 dev-python/pymediainfo/pymediainfo-2.1.2.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index ca2ffab..1961735 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1,3 +1,2 @@
-DIST pymediainfo-2.1.2.tar.gz 420339 SHA256 
257d2cd2de1b2da81b2eaf9cda58d40cfcb04704c013d3c38b5edc988996f92f SHA512 
51d81289ae9037fc850c58953e5139d4c0cc57dbfa3ecd8daf60b3487bfef2fbb2d2cecefe80b8e8dcad3418e964c8967f27a6f4efcc320d2002b18bcaa9c180
 WHIRLPOOL 
56ad97804262e30355f453597cae7e0c295db7e3dc656ee33bccd6cdf51bd6aa1a043071f6993c636496c12ae0ad65089c87cec8bdfa32c713c8f02532c00797
 DIST pymediainfo-2.1.3.tar.gz 420494 SHA256 
da97c7c000b8b5b641ad56ac3c4458ac05aaced41ad9ac421e78496ca77800df SHA512 
b3af87c415fcab12937055cd20cd44779ac49c8f0879af3bd24e541c34f6c2d6160e3c54c315841ade11468dfe64c587d3d66aa67abace3db308bc18ca9121d5
 WHIRLPOOL 
a9799474723b8805bf292fa80ba79cb4e6f4a54b7ffe9c187d27d8403af6b788ddbfef0725d5ecb9474fd9796967868e2ef28db73637beae03621541a540
 DIST pymediainfo-2.1.4.tar.gz 420642 SHA256 
b4ce090a5bfa24bf5f54a0a16c41ef0c3a0e12d4dae97bdb8b237788664c0136 SHA512 
a82bb910ec76e11fb5120c224a804f6db1cef2cd4c6be0e3a5f5905d44594d35bf0abee629ea5092de2dbd7506a8c876735e53b0e2fd837dcadfabe2e8535dbb
 WHIRLPOOL 
be3617b6f2b03e404bab89a3d829a7f882bec2e2c61b7dcf00c01d809ca192da07aaed5e0f54723dd3169fb9ad17b76be61ceabc2e06ae1b9f63736254d319a1

diff --git a/dev-python/pymediainfo/pymediainfo-2.1.2.ebuild 
b/dev-python/pymediainfo/pymediainfo-2.1.2.ebuild
deleted file mode 100644
index 7785370..000
--- a/dev-python/pymediainfo/pymediainfo-2.1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around the mediainfo library"
-HOMEPAGE="https://github.com/sbraz/pymediainfo;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="media-libs/libmediainfo"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   nosetests tests || die "tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pymediainfo/

2016-05-05 Thread Patrice Clement
commit: 24e18768ffedef38496e882c7e59e3698cdedc3e
Author: Louis Sautier  gmail  com>
AuthorDate: Thu May  5 14:20:09 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May  5 21:53:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e18768

dev-python/pymediainfo: bump to 2.1.4

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1412

Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/pymediainfo/Manifest |  1 +
 dev-python/pymediainfo/pymediainfo-2.1.4.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index b1b7336..ca2ffab 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1,2 +1,3 @@
 DIST pymediainfo-2.1.2.tar.gz 420339 SHA256 
257d2cd2de1b2da81b2eaf9cda58d40cfcb04704c013d3c38b5edc988996f92f SHA512 
51d81289ae9037fc850c58953e5139d4c0cc57dbfa3ecd8daf60b3487bfef2fbb2d2cecefe80b8e8dcad3418e964c8967f27a6f4efcc320d2002b18bcaa9c180
 WHIRLPOOL 
56ad97804262e30355f453597cae7e0c295db7e3dc656ee33bccd6cdf51bd6aa1a043071f6993c636496c12ae0ad65089c87cec8bdfa32c713c8f02532c00797
 DIST pymediainfo-2.1.3.tar.gz 420494 SHA256 
da97c7c000b8b5b641ad56ac3c4458ac05aaced41ad9ac421e78496ca77800df SHA512 
b3af87c415fcab12937055cd20cd44779ac49c8f0879af3bd24e541c34f6c2d6160e3c54c315841ade11468dfe64c587d3d66aa67abace3db308bc18ca9121d5
 WHIRLPOOL 
a9799474723b8805bf292fa80ba79cb4e6f4a54b7ffe9c187d27d8403af6b788ddbfef0725d5ecb9474fd9796967868e2ef28db73637beae03621541a540
+DIST pymediainfo-2.1.4.tar.gz 420642 SHA256 
b4ce090a5bfa24bf5f54a0a16c41ef0c3a0e12d4dae97bdb8b237788664c0136 SHA512 
a82bb910ec76e11fb5120c224a804f6db1cef2cd4c6be0e3a5f5905d44594d35bf0abee629ea5092de2dbd7506a8c876735e53b0e2fd837dcadfabe2e8535dbb
 WHIRLPOOL 
be3617b6f2b03e404bab89a3d829a7f882bec2e2c61b7dcf00c01d809ca192da07aaed5e0f54723dd3169fb9ad17b76be61ceabc2e06ae1b9f63736254d319a1

diff --git a/dev-python/pymediainfo/pymediainfo-2.1.4.ebuild 
b/dev-python/pymediainfo/pymediainfo-2.1.4.ebuild
new file mode 100644
index 000..a810b9b
--- /dev/null
+++ b/dev-python/pymediainfo/pymediainfo-2.1.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around the mediainfo library"
+HOMEPAGE="https://github.com/sbraz/pymediainfo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="media-libs/libmediainfo"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   nosetests tests || die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/

2016-05-05 Thread Michał Górny
commit: 41f47516b7fb6ea09963717f0f4cb49e2ce14787
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  5 21:13:12 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  5 21:14:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f47516

media-tv/gentoo-vdr-scripts: Fix DOCS expansion

Delay DOCS expansion until src_install(). It is meaningless in global
scope since it happens in arbitrary directory which will not have
README* files. Furthermore, it triggers verbose failure due to failglob.

 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild 
b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
index 4e8431b..ba4f064 100644
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
+++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild
@@ -22,8 +22,6 @@ RDEPEND="nvram? ( sys-power/nvram-wakeup )
 
 VDR_HOME=/var/vdr
 
-DOCS=( README* TODO ChangeLog )
-
 pkg_setup() {
enewgroup vdr
 
@@ -43,6 +41,8 @@ src_prepare() {
 }
 
 src_install() {
+   local DOCS=( README* TODO ChangeLog )
+
default
 
# create necessary directories



[gentoo-commits] repo/gentoo:master commit in: dev-python/tagpy/

2016-05-05 Thread David Seifert
commit: 1ca47b3fbcfddbf180625e96f86d80e1cb554192
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 20:41:11 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 21:11:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca47b3f

dev-python/tagpy: Require USE="threads" for dev-libs/boost

Gentoo-Bug: 580496

Package-Manager: portage-2.2.28

 dev-python/tagpy/tagpy-0.94.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tagpy/tagpy-0.94.8-r1.ebuild 
b/dev-python/tagpy/tagpy-0.94.8-r1.ebuild
index 35489eb..b84702a 100644
--- a/dev-python/tagpy/tagpy-0.94.8-r1.ebuild
+++ b/dev-python/tagpy/tagpy-0.94.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE="examples"
 
-RDEPEND=">=dev-libs/boost-1.48[python]
+RDEPEND=">=dev-libs/boost-1.48[python,threads]
>=media-libs/taglib-1.4"
 DEPEND="${RDEPEND}
dev-python/setuptools"



[gentoo-commits] repo/gentoo:master commit in: dev-python/tagpy/

2016-05-05 Thread David Seifert
commit: 4888f8608fcb56f18e82d287aa1142b2004d89a8
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 21:00:14 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 21:11:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4888f860

dev-python/tagpy: Require USE="threads" for dev-libs/boost

Gentoo-Bug: 580496
* EAPI=6
* Add python-3.5 support
* Remove call to 'distutils-r1_python_configure'

Package-Manager: portage-2.2.28

 dev-python/tagpy/tagpy-2013.1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/tagpy/tagpy-2013.1.ebuild 
b/dev-python/tagpy/tagpy-2013.1.ebuild
index 3518f85..579986c 100644
--- a/dev-python/tagpy/tagpy-2013.1.ebuild
+++ b/dev-python/tagpy/tagpy-2013.1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -16,7 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples"
 
-RDEPEND=">=dev-libs/boost-1.49.0[python${PYTHON_TARGETS}]
+RDEPEND=">=dev-libs/boost-1.49.0:=[python,threads,${PYTHON_USEDEP}]
>=media-libs/taglib-1.7.2"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
@@ -27,7 +28,6 @@ python_configure() {
"${PYTHON}" configure.py \
--taglib-inc-dir="${EPREFIX}/usr/include/taglib" \
--boost-python-libname="boost_python-${EPYTHON#python}"
-   distutils-r1_python_configure
 }
 
 python_install_all() {



[gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/, sci-physics/geant/files/

2016-05-05 Thread David Seifert
commit: 43524c9b7983800ae991b5d295d2588e3db50c2e
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 20:38:39 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 21:11:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43524c9b

sci-physics/geant: Add std:: qualifier to isnan for C++11

Gentoo-Bug: 581322

Package-Manager: portage-2.2.28

 sci-physics/geant/files/geant-4.10.02-std-isnan.patch | 17 +
 sci-physics/geant/geant-4.10.02.ebuild|  1 +
 2 files changed, 18 insertions(+)

diff --git a/sci-physics/geant/files/geant-4.10.02-std-isnan.patch 
b/sci-physics/geant/files/geant-4.10.02-std-isnan.patch
new file mode 100644
index 000..6d26a6c
--- /dev/null
+++ b/sci-physics/geant/files/geant-4.10.02-std-isnan.patch
@@ -0,0 +1,17 @@
+Fully qualify isnan:
+* 
/var/tmp/portage/sci-physics/geant-4.10.02/work/geant4.10.02/source/processes/hadronic/models/lend/src/nf_utilities.cc:61:22:
 error: ‘isnan’ was not declared in this scope
+*  return( isnan( d ) );
+See also:
+https://bugs.gentoo.org/show_bug.cgi?id=581322
+
+--- geant4.10.02/source/processes/hadronic/models/lend/src/nf_utilities.cc
 geant4.10.02/source/processes/hadronic/models/lend/src/nf_utilities.cc
+@@ -58,7 +58,7 @@
+ */
+ int nfu_isNAN( double d ) {
+ 
+-return( isnan( d ) );
++return( std::isnan( d ) );
+ }
+ /*
+ 

diff --git a/sci-physics/geant/geant-4.10.02.ebuild 
b/sci-physics/geant/geant-4.10.02.ebuild
index 5dd41ee..89b1e12 100644
--- a/sci-physics/geant/geant-4.10.02.ebuild
+++ b/sci-physics/geant/geant-4.10.02.ebuild
@@ -41,6 +41,7 @@ PDEPEND="
 S="${WORKDIR}/${MYP}"
 
 src_prepare() {
+   epatch -p1 "${FILESDIR}/${P}-std-isnan.patch"
use examples || epatch 
"${FILESDIR}"/${PN}-${PV1}.${PV2}.${SPV3}-no-examples.patch
 }
 



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/ptypes/, dev-libs/ptypes/files/

2016-05-05 Thread David Seifert
commit: e655a96976d0b2965e53369e6e79936ee20c692d
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 21:09:34 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 21:11:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e655a969

dev-libs/ptypes: Remove from tree

Gentoo-Bug: 454702, 571068
* dev-libs/ptypes has dead upstream, and no revdeps

 dev-libs/ptypes/Manifest|  1 -
 dev-libs/ptypes/files/2.0.2-gcc41.patch | 48 -
 dev-libs/ptypes/metadata.xml| 11 
 dev-libs/ptypes/ptypes-2.0.2-r1.ebuild  | 44 --
 profiles/package.mask   |  6 -
 5 files changed, 110 deletions(-)

diff --git a/dev-libs/ptypes/Manifest b/dev-libs/ptypes/Manifest
deleted file mode 100644
index a60d889..000
--- a/dev-libs/ptypes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ptypes-2.0.2.tar.gz 225135 SHA256 
7562b62143ca446fff73dfe8ab7c480ff731448b566d1c7841a404c79e20f584 SHA512 
c4181640b54abe3fe93eb4fdff9553bf3937097df2ef6276b40758a3cd6590969ab819de0aa05d62e30919263f5484bb8cf19373cacd5b7aa50280880efb6cd4
 WHIRLPOOL 
32d78bebea8dd6b9b13b403851932aaa2025bd6d76a83a1b3f64aeb19455a8f6a7c92963cc0eef44df17b3a5b2abcc7f41857af172cd287834e4779ea2d1b223

diff --git a/dev-libs/ptypes/files/2.0.2-gcc41.patch 
b/dev-libs/ptypes/files/2.0.2-gcc41.patch
deleted file mode 100644
index e36d4a3..000
--- a/dev-libs/ptypes/files/2.0.2-gcc41.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -Naur ptypes-2.0.2-orig/include/pstreams.h ptypes-2.0.2/include/pstreams.h
 ptypes-2.0.2-orig/include/pstreams.h   2006-06-09 09:41:51.0 
-0400
-+++ ptypes-2.0.2/include/pstreams.h2006-06-09 09:42:30.0 -0400
-@@ -266,6 +266,9 @@
- // internal class used in fdxstm
- //
- 
-+class ptpublic fdxstm; 
-+class unit_thread;
-+
- class ptpublic fdxoutstm: public outstm
- {
- friend class fdxstm;
-diff -Naur ptypes-2.0.2-orig/include/ptypes.h ptypes-2.0.2/include/ptypes.h
 ptypes-2.0.2-orig/include/ptypes.h 2006-06-09 09:41:51.0 -0400
-+++ ptypes-2.0.2/include/ptypes.h  2006-06-09 09:42:30.0 -0400
-@@ -46,6 +46,10 @@
- #  define VARIANT_TYPECAST_HACK
- #endif
- 
-+#if (__GNUC__ == 4)
-+#  define VARIANT_TYPECAST_HACK
-+#endif
-+
- 
- //  //
- // --- string class --- //
-@@ -71,6 +75,8 @@
- 
- ptpublic extern char* emptystr;
- 
-+class ptpublic variant; 
-+class ptpublic _varray;
- 
- class ptpublic string 
- {
-diff -Naur ptypes-2.0.2-orig/src/pvariant.cxx ptypes-2.0.2/src/pvariant.cxx
 ptypes-2.0.2-orig/src/pvariant.cxx 2006-06-09 09:41:51.0 -0400
-+++ ptypes-2.0.2/src/pvariant.cxx  2006-06-09 09:42:55.0 -0400
-@@ -38,7 +38,7 @@
- protected:
- int refcount;
- 
--virtual int _varray::compare(const void* key, const void* item) const;
-+virtual int compare(const void* key, const void* item) const;
- 
- friend class variant;
- 

diff --git a/dev-libs/ptypes/metadata.xml b/dev-libs/ptypes/metadata.xml
deleted file mode 100644
index 043f6b4..000
--- a/dev-libs/ptypes/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   c...@gentoo.org
-   Gentoo C++ Project
-   
-   
-   ptypes
-   
-

diff --git a/dev-libs/ptypes/ptypes-2.0.2-r1.ebuild 
b/dev-libs/ptypes/ptypes-2.0.2-r1.ebuild
deleted file mode 100644
index 9829cca..000
--- a/dev-libs/ptypes/ptypes-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="PTypes (C++ Portable Types Library), alternative to the STL 
including multithreading and networking"
-HOMEPAGE="http://www.melikyan.com/ptypes/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}/${PV}-gcc41.patch"
-   sed -i \
-   -e 's/-O2/$(CXXFLAGS)/' \
-   src/Makefile.common wshare/Makefile.common \
-   || die "sed failed"
-}
-
-src_compile() {
-   if ! use debug ; then
-   sed -i \
-   -e 's/^\(DDEBUG\).*/\1=/' \
-   src/Makefile.common wshare/Makefile.common \
-   || die "sed failed"
-   fi
-   emake CXX=$(tc-getCXX) CXXFLAGS="${CXXFLAGS}" || die "emake failed"
-}
-
-src_install() {
-   dolib lib/* || die "Installing libraries"
-   insinto /usr/include
-   doins include/* || die "Installing headers"
-   dohtml -r doc/* || die "Installing documentation"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 

[gentoo-commits] repo/gentoo:master commit in: dev-python/visual/

2016-05-05 Thread David Seifert
commit: a711d55260da4d33c1c2996f7c0e5323fae34931
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 19:35:06 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 21:11:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a711d552

dev-python/visual: Require USE="threads" for dev-libs/boost

Gentoo-Bug: 581126

Package-Manager: portage-2.2.28

 dev-python/visual/visual-5.74-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/visual/visual-5.74-r1.ebuild 
b/dev-python/visual/visual-5.74-r1.ebuild
index fa88051..74a9712 100644
--- a/dev-python/visual/visual-5.74-r1.ebuild
+++ b/dev-python/visual/visual-5.74-r1.ebuild
@@ -24,7 +24,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}
>=dev-cpp/gtkglextmm-1.2
dev-cpp/libglademm
-   >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
+   >=dev-libs/boost-1.48:=[threads,python,${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/polygon:2[${PYTHON_USEDEP}]
dev-python/ttfquery[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-dvb-saa716x/files/, media-tv/v4l-dvb-saa716x/

2016-05-05 Thread Joerg Bornkessel
commit: cb5d3fde5df3516c8775e376d4a96da5a7321184
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu May  5 21:08:38 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Thu May  5 21:08:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5d3fde

compile fix >=linux-4.5.2; thx to H.Broeken M.Dummer on wrt bug 581450

Package-Manager: portage-2.2.28

 .../files/v4l-dvb-saa716x-4.5.2-fix-compile.patch   | 13 +
 .../v4l-dvb-saa716x-0.0.1_p20141109-r2.ebuild   |  3 ++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git 
a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.5.2-fix-compile.patch 
b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.5.2-fix-compile.patch
new file mode 100644
index 000..ac499ac
--- /dev/null
+++ b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.5.2-fix-compile.patch
@@ -0,0 +1,13 @@
+fix compile with kernel >= 4.5.2
+wrt bug 581450
+Signed-of-by: Joerg Bornkessel  2016/05/05
+--- a/linux/drivers/media/common/saa716x/saa716x_pci.c.old 2016-04-27 
20:59:51.0 +0200
 b/linux/drivers/media/common/saa716x/saa716x_pci.c 2016-04-27 
21:19:03.117822874 +0200
+@@ -1,6 +1,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

diff --git a/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20141109-r2.ebuild 
b/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20141109-r2.ebuild
index 7904dec..626fe2e 100644
--- a/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20141109-r2.ebuild
+++ b/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20141109-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit linux-info linux-mod
 
@@ -39,6 +39,7 @@ src_prepare() {
epatch "${FILESDIR}/v4l-dvb-saa716x-Makefilepatch-2.diff"
kernel_is ge 3 19 0 && epatch 
"${FILESDIR}/v4l-dvb-saa716x-3.19-set_gpio.patch"
kernel_is ge 4 2 0 && epatch 
"${FILESDIR}/v4l-dvb-saa716x-4.2-fix-compile.patch"
+   kernel_is ge 4 5 2 && epatch 
"${FILESDIR}/v4l-dvb-saa716x-4.5.2-fix-compile.patch"
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: profiles/

2016-05-05 Thread Michael Palimaka
commit: f102c67dd80d36a188917ee14a00b81da86460da
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  5 20:17:01 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  5 20:17:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f102c67d

profiles: update mask for net-misc/asterisk-spandsp_codec_g726 for last rites

 profiles/package.mask | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9c45514..da7b0a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Palimaka  (05 May 2016)
+# Doesn't compile against latest media-libs/spandsp.
+# Not needed anymore for Asterisk 1.6.
+# Masked for removal in 30 days. Bug #575778.
+net-misc/asterisk-spandsp_codec_g726
+
 # Maciej Mrozowski  (3 May 2016)
 # Mask until >=net-libs/qxmpp-0.8.3 is provided with qt5 support.
 =net-im/kadu-3.0
@@ -750,11 +756,6 @@ net-analyzer/ncrack
 # Not ready for public consumption, clashes with current mesa-git
 media-libs/shivavg
 
-# Stefan Briesenick  (21 Jul 2010)
-# doesn't compile against latest media-libs/spandsp.
-# not needed anymore for Asterisk 1.6.
-net-misc/asterisk-spandsp_codec_g726
-
 # Mike Frysinger  (07 Mar 2010)
 # Very old packages that people should have upgraded away from
 # long ago.  Courtesy mask ... time to upgrade.



[gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/, media-libs/openimageio/files/

2016-05-05 Thread Michael Palimaka
commit: 5d45436825d316d669267866653d93f3d605d9fa
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  5 20:06:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  5 20:09:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d454368

media-libs/openimageio: remove old

Package-Manager: portage-2.2.28

 media-libs/openimageio/Manifest|   2 -
 .../files/openimageio-1.1.1-x86-build.patch|  15 ---
 media-libs/openimageio/openimageio-1.1.1.ebuild| 101 -
 media-libs/openimageio/openimageio-1.1.7.ebuild|  99 
 4 files changed, 217 deletions(-)

diff --git a/media-libs/openimageio/Manifest b/media-libs/openimageio/Manifest
index cf8aaad..069cf78 100644
--- a/media-libs/openimageio/Manifest
+++ b/media-libs/openimageio/Manifest
@@ -1,4 +1,2 @@
-DIST openimageio-1.1.1.tar.gz 8217144 SHA256 
a1cf6251edb597d31ccec3a74f516c3c9ce6e116dfb5edb3e4bd87d528d4700d SHA512 
cf3e1371c6f0333f40506b08dc3fa6c0acecfb149e2e99159e893825e0d838db8ac1150e316e3568024568ed19bbcb473b4f38a61779a03fe9706ee476ec5943
 WHIRLPOOL 
78420497e1b65140f439e67c295102de5def4ed92eac1bf7b3b417d79d4634a0b149d08eafb8127aa1c5f1eb770334a14b244bee1f7af61ef31dc2abb2309aae
-DIST openimageio-1.1.7.tar.gz 8300700 SHA256 
81ad2ab957b93155d092700d2356b2f3bb6ae010dff3077bf1403905790cc13d SHA512 
5596bbd57e569e5e9437e65e7d8e45e634c20eee62cc3115f72ec57664e5cc222137c248c3302d89df58ac1efabd198adfdc867a59945cc2324bff5be18ee2c8
 WHIRLPOOL 
cab7c2d604d890b314cdfbd912754790e5d54c9ae2094ab3caff09313bc89e09b6b9795d6ea12903fed2550c5a00dca2cf5579ec6f80a8271775b84db3bd0cfa
 DIST openimageio-1.3.5.tar.gz 13472488 SHA256 
18c9297e0d8b582191619a66ae6b7d9db2780f4874464ea462b22321c568a1af SHA512 
15c4a53ab4d139839da9e9b4bbbf8ad6e00da98e73e0373cec136ce8f54b0ceae0daa2b1680c8ddab49e1680825a08be7778a9f1b7a13dd30e020b8a8c517b95
 WHIRLPOOL 
d994fa07626667fa1c00ec221f7cdc5bb482fb321deb84e23fd87bc323d09372db955a338b0a6e030b7af4fcc22ecdb22b270dc2bbce532be39ed9ca2cbb3df6
 DIST openimageio-1.6.13.tar.gz 24846132 SHA256 
b2989df4133d84c9b24e2b67ae8780528a49b6c088ce945e15ecefc31235a39b SHA512 
8cd490b6d6a3c0b542c4bcab709897c5f35ce6844ce7465e0158ac52a1b108603ccc76439f7f2e46af2ec08be4293bda6a76ec68a959026af70a444cbbdc21d6
 WHIRLPOOL 
021a49be5878000c92f44132d586ee6a355c6465f2f55ee54f34dccd8459cfd945ac8bf369a1ec6f75e459a88b0035daca90dd2b7d328298ae62865f36875ddd

diff --git a/media-libs/openimageio/files/openimageio-1.1.1-x86-build.patch 
b/media-libs/openimageio/files/openimageio-1.1.1-x86-build.patch
deleted file mode 100644
index 5982166..000
--- a/media-libs/openimageio/files/openimageio-1.1.1-x86-build.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-http://bugs.gentoo.org/444784
-
 src/libutil/SHA1.cpp
-+++ src/libutil/SHA1.cpp
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include "StdAfx.h"
- 
-+#include "SHA1.h"
- #include "hash.h"
- #include "dassert.h"
--#include "SHA1.h"
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

diff --git a/media-libs/openimageio/openimageio-1.1.1.ebuild 
b/media-libs/openimageio/openimageio-1.1.1.ebuild
deleted file mode 100644
index 8ac8016..000
--- a/media-libs/openimageio/openimageio-1.1.1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_DEPEND="python? 2:2.7"
-
-inherit cmake-utils eutils multilib python vcs-snapshot
-
-DESCRIPTION="A library for reading and writing images"
-HOMEPAGE="https://sites.google.com/site/openimageio/ 
https://github.com/OpenImageIO;
-SRC_URI="https://github.com/OpenImageIO/oiio/tarball/Release-${PV} -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="jpeg2k colorio opencv opengl python qt4 tbb +truetype"
-
-RESTRICT="test" #431412
-
-RDEPEND="dev-libs/boost[python?]
-   dev-libs/pugixml
-   media-libs/glew
-   media-libs/ilmbase
-   media-libs/libpng:0
-   >=media-libs/libwebp-0.2.1
-   media-libs/openexr
-   media-libs/tiff:0
-   sci-libs/hdf5
-   sys-libs/zlib
-   virtual/jpeg
-   jpeg2k? ( >=media-libs/openjpeg-1.5:0 )
-   colorio? ( >=media-libs/opencolorio-1.0.7 )
-   opencv? (
-   >=media-libs/opencv-2.3
-   || ( media-libs/opencv-2.4.8[python?] 
)
-   )
-   opengl? (
-   virtual/glu
-   virtual/opengl
-   )
-   qt4? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtopengl:4
-   )
-   tbb? ( dev-cpp/tbb )
-   truetype? ( >=media-libs/freetype-2 )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}/src
-
-pkg_setup() {
-   if use python; then
-   python_set_active_version 2
-   python_pkg_setup
-   fi
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-x86-build.patch #444784
-
-

[gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/

2016-05-05 Thread Michael Palimaka
commit: a3678700fc5607a31b1a8930c2d446a670ed9dc1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  5 20:09:24 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  5 20:09:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3678700

media-libs/openimageio: remove reference to old version of media-libs/opencv

Package-Manager: portage-2.2.28

 media-libs/openimageio/openimageio-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openimageio/openimageio-1.3.5.ebuild 
b/media-libs/openimageio/openimageio-1.3.5.ebuild
index 47273fb..ccb6f27 100644
--- a/media-libs/openimageio/openimageio-1.3.5.ebuild
+++ b/media-libs/openimageio/openimageio-1.3.5.ebuild
@@ -35,7 +35,7 @@ RDEPEND="dev-libs/boost[python?]
colorio? ( >=media-libs/opencolorio-1.0.7:= )
opencv? (
>=media-libs/opencv-2.3:=
-   python? ( || ( =media-libs/opencv-2.4.8[python,${PYTHON_USEDEP}] ) )
+   python? ( >=media-libs/opencv-2.4.8[python,${PYTHON_USEDEP}] )
)
opengl? (
virtual/glu



[gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/

2016-05-05 Thread Michael Palimaka
commit: c0622effb52a56dbcdef5a2e6781fc2509e8ae02
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  5 20:06:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  5 20:09:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0622eff

media-libs/openimageio: version bump

Package-Manager: portage-2.2.28

 media-libs/openimageio/Manifest  |   1 +
 media-libs/openimageio/openimageio-1.6.13.ebuild | 100 +++
 2 files changed, 101 insertions(+)

diff --git a/media-libs/openimageio/Manifest b/media-libs/openimageio/Manifest
index 7ef8747..cf8aaad 100644
--- a/media-libs/openimageio/Manifest
+++ b/media-libs/openimageio/Manifest
@@ -1,3 +1,4 @@
 DIST openimageio-1.1.1.tar.gz 8217144 SHA256 
a1cf6251edb597d31ccec3a74f516c3c9ce6e116dfb5edb3e4bd87d528d4700d SHA512 
cf3e1371c6f0333f40506b08dc3fa6c0acecfb149e2e99159e893825e0d838db8ac1150e316e3568024568ed19bbcb473b4f38a61779a03fe9706ee476ec5943
 WHIRLPOOL 
78420497e1b65140f439e67c295102de5def4ed92eac1bf7b3b417d79d4634a0b149d08eafb8127aa1c5f1eb770334a14b244bee1f7af61ef31dc2abb2309aae
 DIST openimageio-1.1.7.tar.gz 8300700 SHA256 
81ad2ab957b93155d092700d2356b2f3bb6ae010dff3077bf1403905790cc13d SHA512 
5596bbd57e569e5e9437e65e7d8e45e634c20eee62cc3115f72ec57664e5cc222137c248c3302d89df58ac1efabd198adfdc867a59945cc2324bff5be18ee2c8
 WHIRLPOOL 
cab7c2d604d890b314cdfbd912754790e5d54c9ae2094ab3caff09313bc89e09b6b9795d6ea12903fed2550c5a00dca2cf5579ec6f80a8271775b84db3bd0cfa
 DIST openimageio-1.3.5.tar.gz 13472488 SHA256 
18c9297e0d8b582191619a66ae6b7d9db2780f4874464ea462b22321c568a1af SHA512 
15c4a53ab4d139839da9e9b4bbbf8ad6e00da98e73e0373cec136ce8f54b0ceae0daa2b1680c8ddab49e1680825a08be7778a9f1b7a13dd30e020b8a8c517b95
 WHIRLPOOL 
d994fa07626667fa1c00ec221f7cdc5bb482fb321deb84e23fd87bc323d09372db955a338b0a6e030b7af4fcc22ecdb22b270dc2bbce532be39ed9ca2cbb3df6
+DIST openimageio-1.6.13.tar.gz 24846132 SHA256 
b2989df4133d84c9b24e2b67ae8780528a49b6c088ce945e15ecefc31235a39b SHA512 
8cd490b6d6a3c0b542c4bcab709897c5f35ce6844ce7465e0158ac52a1b108603ccc76439f7f2e46af2ec08be4293bda6a76ec68a959026af70a444cbbdc21d6
 WHIRLPOOL 
021a49be5878000c92f44132d586ee6a355c6465f2f55ee54f34dccd8459cfd945ac8bf369a1ec6f75e459a88b0035daca90dd2b7d328298ae62865f36875ddd

diff --git a/media-libs/openimageio/openimageio-1.6.13.ebuild 
b/media-libs/openimageio/openimageio-1.6.13.ebuild
new file mode 100644
index 000..c6fb219
--- /dev/null
+++ b/media-libs/openimageio/openimageio-1.6.13.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit cmake-utils python-single-r1 vcs-snapshot
+
+DESCRIPTION="A library for reading and writing images"
+HOMEPAGE="https://sites.google.com/site/openimageio/ 
https://github.com/OpenImageIO;
+SRC_URI="https://github.com/OpenImageIO/oiio/archive/Release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="colorio ffmpeg gif jpeg2k opencv opengl python qt4 raw ssl +truetype"
+
+RESTRICT="test" #431412
+
+RDEPEND="dev-libs/boost:=[python?]
+   dev-libs/pugixml:=
+   media-libs/ilmbase:=
+   media-libs/libpng:0=
+   >=media-libs/libwebp-0.2.1:=
+   media-libs/openexr:=
+   media-libs/tiff:0=
+   sys-libs/zlib:=
+   virtual/jpeg:0
+   colorio? ( >=media-libs/opencolorio-1.0.7:= )
+   ffmpeg? ( media-video/ffmpeg:= )
+   gif? ( media-libs/giflib )
+   jpeg2k? ( >=media-libs/openjpeg-1.5:0= )
+   opencv? (
+   >=media-libs/opencv-2.3:=
+   python? ( >=media-libs/opencv-2.4.8[python,${PYTHON_USEDEP}] )
+   )
+   opengl? (
+   virtual/glu
+   virtual/opengl
+   )
+   python? ( ${PYTHON_DEPS} )
+   qt4? (
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtopengl:4
+   media-libs/glew:=
+   )
+   raw? ( media-libs/libraw:= )
+   ssl? ( dev-libs/openssl:0 )
+   truetype? ( media-libs/freetype:2= )"
+DEPEND="${RDEPEND}"
+
+#S=${WORKDIR}/${P}/src
+
+DOCS=( CHANGES CREDITS README.rst src/doc/${PN}.pdf )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   use python && python_fix_shebang .
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="/usr/$(get_libdir)"
+   -DBUILDSTATIC=OFF
+   -DLINKSTATIC=OFF
+   -DINSTALL_DOCS=OFF
+   -DOIIO_BUILD_TESTS=OFF # as they are RESTRICTed
+   $(use python && echo 
-DPYLIB_INSTALL_DIR="$(python_get_sitedir)")
+   -DSTOP_ON_WARNING=OFF
+   -DUSE_EXTERNAL_PUGIXML=ON
+   -DUSE_FIELD3D=OFF # missing in Portage
+   -DUSE_FREETYPE=$(usex truetype)
+   -DUSE_FFMPEG=$(usex 

[gentoo-commits] repo/gentoo:master commit in: profiles/base/

2016-05-05 Thread Michael Palimaka
commit: ccc0f1ec802e12db51981acf8cd66d28db1a0b12
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  5 20:03:29 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  5 20:09:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc0f1ec

profiles: mask media-libs/openimageio[python] as it does not work

 profiles/base/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5e577e1..2918155 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,10 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Michael Palimaka  (05 May 2016)
+# Doesn't work
+media-libs/openimageio python
+
 # Ian Stakenvicius  (28 Apr 2016)
 # system-cairo support causes lots of crashing in mozilla pkgs
 # (see bug #556378 and others)



[gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/

2016-05-05 Thread Michael Palimaka
commit: 093726c19a798aa33950064e471ee75de71c3f71
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  5 20:08:27 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  5 20:09:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093726c1

media-libs/openimageio: specify SLOT for virtual/jpeg

Package-Manager: portage-2.2.28

 media-libs/openimageio/openimageio-1.3.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/openimageio/openimageio-1.3.5.ebuild 
b/media-libs/openimageio/openimageio-1.3.5.ebuild
index c0b5824..47273fb 100644
--- a/media-libs/openimageio/openimageio-1.3.5.ebuild
+++ b/media-libs/openimageio/openimageio-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,7 @@ RDEPEND="dev-libs/boost[python?]
media-libs/tiff:0=
sci-libs/hdf5
sys-libs/zlib:=
-   virtual/jpeg
+   virtual/jpeg:0
gif? ( media-libs/giflib )
jpeg2k? ( >=media-libs/openjpeg-1.5:0= )
colorio? ( >=media-libs/opencolorio-1.0.7:= )



[gentoo-commits] proj/hardened-dev:master commit in: sys-devel/gcc/

2016-05-05 Thread Magnus Granberg
commit: 8ddf8d8bd71a55d28d9eb41ea3b7b3562cdca3a3
Author: Magnus Granberg  gentoo  org>
AuthorDate: Thu May  5 19:44:11 2016 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Thu May  5 19:44:11 2016 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=8ddf8d8b

Update gcc 6.1.0 to use patchset 1.1

 sys-devel/gcc/gcc-6.1.0.ebuild | 4 ++--
 sys-devel/gcc/metadata.xml | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-devel/gcc/gcc-6.1.0.ebuild b/sys-devel/gcc/gcc-6.1.0.ebuild
index 71a02c1..062641d 100644
--- a/sys-devel/gcc/gcc-6.1.0.ebuild
+++ b/sys-devel/gcc/gcc-6.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="4"
 
-PATCH_VER="1.0"
+PATCH_VER="1.1"
 #UCLIBC_VER="1.0"
 
 # Hardened gcc 4 stuff

diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index 68aedfb..c86e01d 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -18,7 +18,9 @@
   code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT 
DOES)
 Allow for SLOTs to include minor version (3.3.4
   instead of just 3.3)
-Enable SSP support
+Build programs with Stack Smashing Protection as 
default
+Build programs as Position Independent Executables as 
default
+Enable precompiled header support for faster compilation 
at the expense of disk space and memory
 Build support for the Objective C code language
 Build support for the Objective C++ language
 Build support for the Objective C code language 
Garbage



[gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/

2016-05-05 Thread Lars Wendler
commit: 3d0f0944962713ec554ca26c4bececa69d0a39e3
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  5 19:57:12 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  5 19:57:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0f0944

x11-misc/lightdm: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/lightdm/Manifest  |   2 -
 x11-misc/lightdm/lightdm-1.17.5.ebuild | 129 -
 x11-misc/lightdm/lightdm-1.18.0.ebuild | 129 -
 3 files changed, 260 deletions(-)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index 22ed48b..43c0806 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -1,8 +1,6 @@
 DIST introspection-20110205.m4.tar.bz2 1220 SHA256 
4394a606d380ae5315872ede35387f104da5fad96794d29c45c444a9d481d8b2 SHA512 
5c49239935b93d86cce68b577b43d1a56d8749ab5747029bfcfa67339697134be24ef29ba6c3d133b8c03e867864637c8eb61491a4b7f6bb1e56386ed66cb9be
 WHIRLPOOL 
0765c0a72919b26d0c8c38714450eec578a347bfc1c59d4950b633b64b17aa1cde38dfb87fdcd6e2f364c98d6c0bd3dadaa9c2a9711bd1b5ac09a583b988f500
 DIST lightdm-1.10.5.tar.xz 470452 SHA256 
90b2133916d46d7eeae9b14fb581ae29d09e099f4c5f82566370c21f5c6c6fcd SHA512 
a5ee39228a53a666a6cc764932e27a3d0ea4295640171794d64b11d23938d132073dfa58289df61995512b6e5a210a4fb5bf1f89c663f6372479cad4f766
 WHIRLPOOL 
bfdaecec39d8aafedb531746d2d28ff494f38d532c5807cb9ca258f0cb531437606dcef77c717058bd14a6e1367709239d13732ee21920919568d897b1996159
 DIST lightdm-1.16.7.tar.xz 486692 SHA256 
67b72a5dadf823ebc7df1bb523da59342271fcf67fcac9a2a2c30007ccb9ab32 SHA512 
8ab35293e90653814ce877697d6cba335906f04129ba63d87e3dcb05efdca64c815023f75920a836064134d7c28dcf3949e993db67c85e93dc954ef48fe4984f
 WHIRLPOOL 
9b3867e37cac072b2883b8621f7604cfda5e769157220aaf76d72c641b14c9c149bd989818d8880b845f569d1a55b80fe690435b4799ea487bbb504ac4f8887f
-DIST lightdm-1.17.5.tar.xz 488048 SHA256 
4661ea0adb9e2fef9b447b604fc46f70821b8b1c271ac7e61ca6ba5d8f043d8d SHA512 
6d3bc969978fe536d30882c26c9b5ab4fca4d8ece60d6705c5838032718b20edbeee1c87f75baeef9df4ebea99cecde1a3bfc706f56c44ee3ce94bc8ad3d7e46
 WHIRLPOOL 
8456bef0d972eca33f106ef177ccad765cc5ea5315866d807e31dd415f89e26b667acd3ea8b01e037429f9d0133177ca9c1b8f043b2708923cf977532cab7791
 DIST lightdm-1.17.6.tar.xz 499652 SHA256 
fcfd5e7c8a4bbd6d6691ce1fb96f96fccad38eb8d4043b8d97a0b284c9c2db43 SHA512 
80241009df119ee6d3ee87150b287341f0fdae199d63f020767dda824b4f934631674b28950c5bef48dc2b658f3e8f2f3d147740a7d49fdd84dd5dfb2c84d82a
 WHIRLPOOL 
0feb976bc37c0593ea6d6d504ab0667c097077a75b6311a60f3028937812d90875639054880bf5fe9268cf34a3ef8ce8a3c1601bca7a6b97b1f346d408cf2126
-DIST lightdm-1.18.0.tar.xz 499964 SHA256 
2fb92fc71bed5506bfe2635656dec5565d8adf89c15b046ce3df2d4fcc66fb1f SHA512 
b0208f2fa31ddaa26ffd4eb476c2ef50938c092f0b018affc22363b602b38a8f5e42be57fa382cee1b2f51e600da9ef0592ae29e356c22de3a908128b847d597
 WHIRLPOOL 
bca86c5b917f6c78432d0279f4b9e881c52b329f5bd1b7d4b76fd714c6c5ca571977b8ea896fb3e9fa2f43fce5f89490fe6eafaf49f52e1f65dc9d9e899e8b19
 DIST lightdm-1.18.1.tar.xz 498944 SHA256 
85488565e42089ec025a2f330cff97fa615b02777dbab86a916b209a2cfc89fa SHA512 
6b7c4900a91d033fdd679d2e14f4ed38016d91b57c0b2d288d7d655943352caa8b6484aae2d4e99445de7829fbebc0c869a5c2f7023e0198c9b66943bb601375
 WHIRLPOOL 
1bd6a92f3301561753e2abab10a755ecfa570e37fe36b9c9ae2519a33d012d00a0d8a2fb76a6c5fed3187d815f95cc641ba707276b95932705ce81c0af24d098
 DIST lightdm-1.19.0.tar.xz 499292 SHA256 
1f515d4a93db6bcbac28444904585a2b31cd2120fc297a0b3c812b42a1d3066b SHA512 
b90fa8ffb2eef90375b7b9caf617cd91d7109df366ec5a8df735dc7bdc1e9a9d6ddfdc63526423ed7cc7fcb92ce5e31c7ed7a6b3f3614e0c6830d140b75a
 WHIRLPOOL 
e526e4ae6b59762b78150a680f42d9aee2caaa713e53d13f89e1b94a370497d5bb4b2016a3ae0464dffe4589525ed8b3119ed310832086bb201648f2782de3ee

diff --git a/x11-misc/lightdm/lightdm-1.17.5.ebuild 
b/x11-misc/lightdm/lightdm-1.17.5.ebuild
deleted file mode 100644
index 96e3661..000
--- a/x11-misc/lightdm/lightdm-1.17.5.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils pam readme.gentoo systemd versionator
-
-TRUNK_VERSION="$(get_version_component_range 1-2)"
-DESCRIPTION="A lightweight display manager"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/LightDM;
-SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz
-   mirror://gentoo/introspection-20110205.m4.tar.bz2"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="audit +gtk +introspection kde qt4 qt5 +gnome"
-REQUIRED_USE="|| ( gtk kde )"
-
-COMMON_DEPEND="audit? ( sys-process/audit )
-   >=dev-libs/glib-2.32.3:2
-   dev-libs/libxml2
-   gnome? ( sys-apps/accountsservice )
-   virtual/pam
-   x11-libs/libX11
-   

[gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/

2016-05-05 Thread Lars Wendler
commit: d0b5243380164087aa63279552434b21919baeb8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  5 19:50:38 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  5 19:57:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b52433

x11-misc/lightdm: Bump to version 1.19.0

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/lightdm/Manifest  |   1 +
 x11-misc/lightdm/lightdm-1.19.0.ebuild | 129 +
 2 files changed, 130 insertions(+)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index 5bf2653..22ed48b 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -5,3 +5,4 @@ DIST lightdm-1.17.5.tar.xz 488048 SHA256 
4661ea0adb9e2fef9b447b604fc46f70821b8b1
 DIST lightdm-1.17.6.tar.xz 499652 SHA256 
fcfd5e7c8a4bbd6d6691ce1fb96f96fccad38eb8d4043b8d97a0b284c9c2db43 SHA512 
80241009df119ee6d3ee87150b287341f0fdae199d63f020767dda824b4f934631674b28950c5bef48dc2b658f3e8f2f3d147740a7d49fdd84dd5dfb2c84d82a
 WHIRLPOOL 
0feb976bc37c0593ea6d6d504ab0667c097077a75b6311a60f3028937812d90875639054880bf5fe9268cf34a3ef8ce8a3c1601bca7a6b97b1f346d408cf2126
 DIST lightdm-1.18.0.tar.xz 499964 SHA256 
2fb92fc71bed5506bfe2635656dec5565d8adf89c15b046ce3df2d4fcc66fb1f SHA512 
b0208f2fa31ddaa26ffd4eb476c2ef50938c092f0b018affc22363b602b38a8f5e42be57fa382cee1b2f51e600da9ef0592ae29e356c22de3a908128b847d597
 WHIRLPOOL 
bca86c5b917f6c78432d0279f4b9e881c52b329f5bd1b7d4b76fd714c6c5ca571977b8ea896fb3e9fa2f43fce5f89490fe6eafaf49f52e1f65dc9d9e899e8b19
 DIST lightdm-1.18.1.tar.xz 498944 SHA256 
85488565e42089ec025a2f330cff97fa615b02777dbab86a916b209a2cfc89fa SHA512 
6b7c4900a91d033fdd679d2e14f4ed38016d91b57c0b2d288d7d655943352caa8b6484aae2d4e99445de7829fbebc0c869a5c2f7023e0198c9b66943bb601375
 WHIRLPOOL 
1bd6a92f3301561753e2abab10a755ecfa570e37fe36b9c9ae2519a33d012d00a0d8a2fb76a6c5fed3187d815f95cc641ba707276b95932705ce81c0af24d098
+DIST lightdm-1.19.0.tar.xz 499292 SHA256 
1f515d4a93db6bcbac28444904585a2b31cd2120fc297a0b3c812b42a1d3066b SHA512 
b90fa8ffb2eef90375b7b9caf617cd91d7109df366ec5a8df735dc7bdc1e9a9d6ddfdc63526423ed7cc7fcb92ce5e31c7ed7a6b3f3614e0c6830d140b75a
 WHIRLPOOL 
e526e4ae6b59762b78150a680f42d9aee2caaa713e53d13f89e1b94a370497d5bb4b2016a3ae0464dffe4589525ed8b3119ed310832086bb201648f2782de3ee

diff --git a/x11-misc/lightdm/lightdm-1.19.0.ebuild 
b/x11-misc/lightdm/lightdm-1.19.0.ebuild
new file mode 100644
index 000..1f0b46e
--- /dev/null
+++ b/x11-misc/lightdm/lightdm-1.19.0.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils pam readme.gentoo-r1 systemd versionator
+
+TRUNK_VERSION="$(get_version_component_range 1-2)"
+DESCRIPTION="A lightweight display manager"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/LightDM;
+SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz
+   mirror://gentoo/introspection-20110205.m4.tar.bz2"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="audit +gtk +introspection kde qt4 qt5 +gnome"
+REQUIRED_USE="|| ( gtk kde )"
+
+COMMON_DEPEND="audit? ( sys-process/audit )
+   >=dev-libs/glib-2.32.3:2
+   dev-libs/libxml2
+   gnome? ( sys-apps/accountsservice )
+   virtual/pam
+   x11-libs/libX11
+   >=x11-libs/libxklavier-5
+   introspection? ( >=dev-libs/gobject-introspection-1 )
+   qt4? (
+   dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   )"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-auth/pambase-20101024-r2"
+DEPEND="${COMMON_DEPEND}
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   gnome? ( gnome-base/gnome-common )
+   sys-devel/gettext
+   virtual/pkgconfig"
+PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )
+   kde? ( x11-misc/lightdm-kde )"
+
+DOCS=( NEWS )
+RESTRICT="test"
+
+src_prepare() {
+   sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369
+   sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die
+
+   einfo "Fixing the session-wrapper variable in lightdm.conf"
+   sed -i -e \
+   "/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \
+   data/lightdm.conf || die "Failed to fix lightdm.conf"
+
+   default
+
+   # Remove bogus Makefile statement. This needs to go upstream
+   sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die
+   if has_version dev-libs/gobject-introspection; then
+   eautoreconf
+   else
+   AT_M4DIR=${WORKDIR} eautoreconf
+   fi
+}
+
+src_configure() {
+   # Set default values if global vars unset
+   local _greeter _session _user
+   

[gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-core/, media-video/avidemux/, media-libs/avidemux-plugins/, ...

2016-05-05 Thread Michał Górny
commit: 8bede8f34e19c76fbfdc0e56558d9f706cffb36b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  5 19:43:30 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  5 19:48:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bede8f3

media-video/avidemux, media-libs/avidemux*: remove old versions

 media-libs/avidemux-core/Manifest  |   5 -
 .../avidemux-core/avidemux-core-2.6.2-r1.ebuild| 117 --
 .../avidemux-core/avidemux-core-2.6.3.ebuild   | 100 
 .../avidemux-core/avidemux-core-2.6.4.ebuild   |  99 
 .../avidemux-core/avidemux-core-2.6.5.ebuild   | 111 -
 .../avidemux-core/avidemux-core-2.6.7.ebuild   | 111 -
 media-libs/avidemux-plugins/Manifest   |   5 -
 .../avidemux-plugins-2.6.2-r2.ebuild   |  93 ---
 .../avidemux-plugins/avidemux-plugins-2.6.3.ebuild | 126 ---
 .../avidemux-plugins-2.6.4-r1.ebuild   | 141 -
 .../avidemux-plugins/avidemux-plugins-2.6.4.ebuild | 126 ---
 .../avidemux-plugins-2.6.5-r1.ebuild   | 143 -
 .../avidemux-plugins/avidemux-plugins-2.6.5.ebuild | 143 -
 .../avidemux-plugins/avidemux-plugins-2.6.7.ebuild | 145 -
 media-video/avidemux/Manifest  |   6 -
 media-video/avidemux/avidemux-2.5.6-r2.ebuild  | 172 -
 media-video/avidemux/avidemux-2.6.2-r1.ebuild  | 122 ---
 media-video/avidemux/avidemux-2.6.3.ebuild | 118 --
 media-video/avidemux/avidemux-2.6.4.ebuild | 118 --
 media-video/avidemux/avidemux-2.6.5-r1.ebuild  | 134 
 media-video/avidemux/avidemux-2.6.5.ebuild | 129 
 media-video/avidemux/avidemux-2.6.7.ebuild | 129 
 .../files/avidemux-2.5.4-build-plugins-fix.patch   |  13 --
 .../avidemux-2.5.6-ffmpeg-symbol-visibility.patch  |  20 ---
 24 files changed, 2426 deletions(-)

diff --git a/media-libs/avidemux-core/Manifest 
b/media-libs/avidemux-core/Manifest
index 2938f20..418a752 100644
--- a/media-libs/avidemux-core/Manifest
+++ b/media-libs/avidemux-core/Manifest
@@ -1,6 +1 @@
-DIST avidemux_2.6.2.tar.gz 17009420 SHA256 
67c5676692152094033fbab490fbea24af27d8744496578d1c77957ab103fdb6 SHA512 
1ba6f1c751732eec9fdceb2b0728122005ceab4c74ac09d213ebeff4c2af2a0b6ce8737d88e7c43970d1b9ca80cb36ad925efc9e4a487c4f463f1435aee328b3
 WHIRLPOOL 
0c95e87293251fffb773c8a1996ac015ba0d6f9d36d4f5ae01313c0532d2cf020a3ba0704d0f607347bbf0444e10857d7508fcbd968d62e889d7b62b36b85df7
-DIST avidemux_2.6.3.tar.gz 17025710 SHA256 
78972b46c6ef1eb52fc012cafdeb2b6275913b968a49053016fb91ef0e9e5137 SHA512 
a51e3cd95695a8500f1355c7a76b8313ae3fe68855b8eb9351038c00cd3d05bbf3ada3b75bf9d817fcddf1786a55c1c09cdbc4fe774974c5e4484c12ccd0a8fc
 WHIRLPOOL 
899c5135e92cd3a830c84b1701ac6bfaf73d7417fa869ab26dd16b3754e5b71c5e667b30d747c5f19b902e1a8d53679447e86f9c6403f32a31554e551929e2bf
-DIST avidemux_2.6.4.tar.gz 17109929 SHA256 
2937c6c09248445942ac7e71b100ff8f7e272c4ad9c38e7d8c519ce4a11cec44 SHA512 
1b80f65ac5a1da844b521a82bab8976d01c81923460004dc76ed0f6994f95da0ad9a836c90ffa1595ad060f0d6f27ce30add0204ca9d5295084a62e79dd484c9
 WHIRLPOOL 
a1cbfcfeafa163ed24881edb085126a69eca3e0e8eaee50091ceadb993105a0cb43068b7725fa54871bc04b20ca5b51650ac536688b1d1f8d5b0a2d7356459ef
-DIST avidemux_2.6.5.tar.gz 17322253 SHA256 
428e1f6d99e2d854ccdcb68f2260d853c47c809eee6bd92f151cb298d98b1861 SHA512 
e7f8be29812ca787a1ec2cfddb1c611e1032ed94f24f41c0684f106970085bb6d219c822f3e713c472508a3f7b306540d2cabeb665bdbac061a49bccf8c23a80
 WHIRLPOOL 
192ce60afe4634319567cd7a1440ba212d83e02c054d6625ad738955fde02d0e722eba948c60932f520bb5e76c46ebbab0001230c1da50d893fb99a18f1da76f
-DIST avidemux_2.6.7.tar.gz 17337193 SHA256 
d28202273d23be85c748c12d6e4df5e013bb861ea52b9bac7e0f90ba3d23249f SHA512 
deea9811a0b6f618fab2ecf63c675b37dac12ea0ab09136a6b251e13601cd62cdc1c97d032762ea54f38e07275380106026541243bc87e230ce302fb821f2e5c
 WHIRLPOOL 
a41c338fc51e14d2c900dcef86a3887f94164548e8b904945d47915a78db907d152fda4ae53e5c37bf368348ff9912b529005a271f85d993776f042b5b997553
 DIST avidemux_2.6.8.tar.gz 17380534 SHA256 
02998c235a89894d184d745c94cac37b78bc20e9eb44b318ee2bb83f2507e682 SHA512 
57a4042f1a9d46462850871d36950215c5ffb5b66ce2f2cde09d747e946c05adb7a550ac7763c96f4c1bcb2c39881407d9d88bc64c93053741091751495ba0b0
 WHIRLPOOL 
29f8a6039d82e686e8dfbfc7b23658921834238a4cc6c4de338afdfdc032a9a7cba1c8236789aa6dbcab318ec14c344c19563f153e6cbd63cd265c5fb15b44b6

diff --git a/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild 
b/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild
deleted file mode 100644
index 789884b..000
--- a/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General 

[gentoo-commits] repo/gentoo:master commit in: media-video/avidemux/

2016-05-05 Thread Michał Górny
commit: 37503fa10d6d5b5b48ba784bcd257d307b9c6d4e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  5 19:45:54 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  5 19:48:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37503fa1

media-video/avidemux: Fix global scope 'use' calls, #566542

 media-video/avidemux/avidemux-2.6.8.ebuild | 6 +++---
 media-video/avidemux/avidemux-.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-video/avidemux/avidemux-2.6.8.ebuild 
b/media-video/avidemux/avidemux-2.6.8.ebuild
index c978ae6..d404c59 100644
--- a/media-video/avidemux/avidemux-2.6.8.ebuild
+++ b/media-video/avidemux/avidemux-2.6.8.ebuild
@@ -42,9 +42,6 @@ 
PDEPEND="~media-libs/avidemux-plugins-${PV}:${SLOT}[opengl?,qt4?]"
 
 S="${WORKDIR}/${MY_P}"
 
-processes="buildCli:avidemux/cli"
-use qt4 && processes+=" buildQt4:avidemux/qt4"
-
 src_prepare() {
cmake-utils_src_prepare
 
@@ -81,6 +78,9 @@ src_configure() {
mycmakeargs+=" -DVERBOSE=1 -DCMAKE_BUILD_TYPE=Debug 
-DADM_DEBUG=1"
fi
 
+   processes="buildCli:avidemux/cli"
+   use qt4 && processes+=" buildQt4:avidemux/qt4"
+
for process in ${processes} ; do
local build="${process%%:*}"
 

diff --git a/media-video/avidemux/avidemux-.ebuild 
b/media-video/avidemux/avidemux-.ebuild
index c978ae6..d404c59 100644
--- a/media-video/avidemux/avidemux-.ebuild
+++ b/media-video/avidemux/avidemux-.ebuild
@@ -42,9 +42,6 @@ 
PDEPEND="~media-libs/avidemux-plugins-${PV}:${SLOT}[opengl?,qt4?]"
 
 S="${WORKDIR}/${MY_P}"
 
-processes="buildCli:avidemux/cli"
-use qt4 && processes+=" buildQt4:avidemux/qt4"
-
 src_prepare() {
cmake-utils_src_prepare
 
@@ -81,6 +78,9 @@ src_configure() {
mycmakeargs+=" -DVERBOSE=1 -DCMAKE_BUILD_TYPE=Debug 
-DADM_DEBUG=1"
fi
 
+   processes="buildCli:avidemux/cli"
+   use qt4 && processes+=" buildQt4:avidemux/qt4"
+
for process in ${processes} ; do
local build="${process%%:*}"
 



[gentoo-commits] repo/gentoo:master commit in: profiles/

2016-05-05 Thread Michał Górny
commit: 974cf73f140789a1ca0537b5ed8185bb612ce3f5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  5 19:44:25 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  5 19:48:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974cf73f

package.mask: Remove stale mask for media-video/avidemux

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a3934a9..9c45514 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -699,11 +699,6 @@ app-portage/g-ctan
 # Masked to ensure users are aware before they install.
 app-text/cuneiform
 
-# Tom Wijsman  (12 Mar 2013)
-# 2.5.* has known security and other issues due to an affected
-# bundled ffmpeg, see bugs #446468 and #444262.
- (21 Dec 2012)
 # madwifi has been replaced by ath5k and ath9k in kernel
 # drivers and is subject to numerous long standing bugs



[gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-plugins/

2016-05-05 Thread Michał Górny
commit: 35903fe8e34841f240ce95c4ae2f3a3e2105a0dd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  5 19:47:19 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  5 19:48:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35903fe8

media-libs/avidemux-plugins: Fix global scope use calls, #566542

 media-libs/avidemux-plugins/avidemux-plugins-2.6.8.ebuild | 8 
 media-libs/avidemux-plugins/avidemux-plugins-.ebuild  | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-libs/avidemux-plugins/avidemux-plugins-2.6.8.ebuild 
b/media-libs/avidemux-plugins/avidemux-plugins-2.6.8.ebuild
index 39ecfb5..80d9ada 100644
--- a/media-libs/avidemux-plugins/avidemux-plugins-2.6.8.ebuild
+++ b/media-libs/avidemux-plugins/avidemux-plugins-2.6.8.ebuild
@@ -70,10 +70,6 @@ RDEPEND="$DEPEND"
 
 S="${WORKDIR}/${MY_P}"
 
-processes="buildPluginsCommon:avidemux_plugins
-   buildPluginsCLI:avidemux_plugins"
-use qt4 && processes+=" buildPluginsQt4:avidemux_plugins"
-
 PATCHES=( "${FILESDIR}"/${PN}-2.6.4-optional-pulse.patch )
 
 src_configure() {
@@ -85,6 +81,10 @@ src_configure() {
# See bug 432322.
use x86 && replace-flags -O0 -O1
 
+   processes="buildPluginsCommon:avidemux_plugins
+   buildPluginsCLI:avidemux_plugins"
+   use qt4 && processes+=" buildPluginsQt4:avidemux_plugins"
+
for process in ${processes} ; do
local build="${process%%:*}"
 

diff --git a/media-libs/avidemux-plugins/avidemux-plugins-.ebuild 
b/media-libs/avidemux-plugins/avidemux-plugins-.ebuild
index 39ecfb5..80d9ada 100644
--- a/media-libs/avidemux-plugins/avidemux-plugins-.ebuild
+++ b/media-libs/avidemux-plugins/avidemux-plugins-.ebuild
@@ -70,10 +70,6 @@ RDEPEND="$DEPEND"
 
 S="${WORKDIR}/${MY_P}"
 
-processes="buildPluginsCommon:avidemux_plugins
-   buildPluginsCLI:avidemux_plugins"
-use qt4 && processes+=" buildPluginsQt4:avidemux_plugins"
-
 PATCHES=( "${FILESDIR}"/${PN}-2.6.4-optional-pulse.patch )
 
 src_configure() {
@@ -85,6 +81,10 @@ src_configure() {
# See bug 432322.
use x86 && replace-flags -O0 -O1
 
+   processes="buildPluginsCommon:avidemux_plugins
+   buildPluginsCLI:avidemux_plugins"
+   use qt4 && processes+=" buildPluginsQt4:avidemux_plugins"
+
for process in ${processes} ; do
local build="${process%%:*}"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/noad/

2016-05-05 Thread Joerg Bornkessel
commit: 91cf3ddad86852356bf48f7bd215d75807a1824d
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu May  5 19:23:26 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Thu May  5 19:23:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91cf3dda

compilefix wrt bug 575494

Package-Manager: portage-2.2.28

 media-video/noad/noad-0.7.3.ebuild | 88 --
 .../{noad-0.8.6.ebuild => noad-0.8.6-r2.ebuild}| 15 +++-
 2 files changed, 11 insertions(+), 92 deletions(-)

diff --git a/media-video/noad/noad-0.7.3.ebuild 
b/media-video/noad/noad-0.7.3.ebuild
deleted file mode 100644
index acce5bb..000
--- a/media-video/noad/noad-0.7.3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="Mark commercial Breaks in VDR records"
-HOMEPAGE="http://noad.heliohost.org/;
-SRC_URI="http://noad.heliohost.org/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ffmpeg imagemagick"
-
-DEPEND="media-libs/libmpeg2
-   ffmpeg? ( >=virtual/ffmpeg-0.4.8 )
-   imagemagick? ( >=media-gfx/imagemagick-6.2.4.2-r1 )
-   !media-plugins/vdr-markad"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-
-   epatch "${FILESDIR}"/patches-0.7.x/"${P}"-hangcheck.diff
-
-   # UINT64_C is needed by ffmpeg headers
-   append-flags -D__STDC_CONSTANT_MACROS
-
-   if has_version ">=media-video/vdr-1.7.15"; then
-   sed -e "s:2001:6419:" -i svdrpc.cpp
-   fi
-
-   epatch "${FILESDIR}/patches-0.7.x/${P}_gcc-4.7.diff"
-
-   eautoreconf
-}
-
-src_configure() {
-
-   local=myconf
-   use ffmpeg && myconf="--with-ffmpeg --with-ffmpeginclude=/usr/include"
-
-   econf \
-   ${myconf} \
-   $(use_with imagemagick magick) \
-   --with-mpeginclude=/usr/include/mpeg2dec
-#  --with-tools # fails on showindex, marcpics compile
-}
-
-src_install() {
-
-   dobin noad
-#   fix me later!
-#   dobin noad showindex
-#  use imagemagick && dobin markpics
-
-   dodoc README INSTALL
-   # example scripts are installed as dokumentation
-   dodoc allnewnoad allnoad allnoadnice clearlogos noadifnew stat2html
-
-   newconfd "${FILESDIR}"/confd_vdraddon.noad vdraddon.noad
-
-   insinto /usr/share/vdr/record
-   doins "${FILESDIR}"/record-50-noad.sh
-
-   insinto /usr/share/vdr/shutdown
-   doins "${FILESDIR}"/pre-shutdown-15-noad.sh
-
-   insinto /etc/vdr/reccmds
-   doins "${FILESDIR}"/reccmds.noad.conf
-
-   exeinto /usr/share/vdr/bin
-   doexe "${FILESDIR}"/noad-reccmd
-}
-
-pkg_postinst() {
-
-   elog
-   elog "Congratulations, you have just installed noad!,"
-   elog "To integrate noad in VDR you should do this:"
-   elog
-   elog "start and set Parameter in /etc/conf.d/vdraddon.noad"
-   elog
-   elog "Note: You can use here all pararmeters for noad,"
-   elog "please look in the documentation of noad."
-}

diff --git a/media-video/noad/noad-0.8.6.ebuild 
b/media-video/noad/noad-0.8.6-r2.ebuild
similarity index 82%
rename from media-video/noad/noad-0.8.6.ebuild
rename to media-video/noad/noad-0.8.6-r2.ebuild
index 297a1a3..bb10d50 100644
--- a/media-video/noad/noad-0.8.6.ebuild
+++ b/media-video/noad/noad-0.8.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,9 +25,16 @@ DEPEND="${RDEPEND}
 REQUIRED_USE="|| ( ffmpeg libmpeg2 )"
 
 src_prepare() {
-   if has_version '>=media-video/vdr-1.7.15'; then
-   sed -i -e 's:2001:6419:' svdrpc.cpp main.cpp || die
-   fi
+   sed -i -e 's:2001:6419:' svdrpc.cpp main.cpp
+
+   # wrt bug 575494
+   sed -e "s:CODEC_ID_MP3:AV_CODEC_ID_MP3:" -i audiotools.cpp
+   sed -e "sCODEC_ID_PROBE:AV_CODEC_ID_PROBE:" -i ffmpeg_decoder.cpp
+
+   # tested libav-9, ffmepg-2.2.9
+   epatch "${FILESDIR}/patches-0.8.x/${P}-libav9.diff" \
+   "${FILESDIR}/patches-0.8.x/${P}-ffmpeg25.patch"
+
eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/files/, sci-libs/pastix/

2016-05-05 Thread David Seifert
commit: c3c7b1fd5e5c3f2925ad71c73bd5ae12eb2e5956
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 19:06:06 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 19:06:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c7b1fd

sci-libs/pastix: Add cast to double for C99 isnan macro

Gentoo-Bug: 580422
* Move patches into PATCHES bash array

Package-Manager: portage-2.2.28

 ...pastix-5.2.2.22-isnan-floating-point-cast.patch | 47 ++
 sci-libs/pastix/pastix-5.2.2.22-r1.ebuild  |  5 ++-
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git 
a/sci-libs/pastix/files/pastix-5.2.2.22-isnan-floating-point-cast.patch 
b/sci-libs/pastix/files/pastix-5.2.2.22-isnan-floating-point-cast.patch
new file mode 100644
index 000..8aa7c06
--- /dev/null
+++ b/sci-libs/pastix/files/pastix-5.2.2.22-isnan-floating-point-cast.patch
@@ -0,0 +1,47 @@
+Add missing cast to floating-point type:
+* sopalin/src/variable_csc.c: In function ‘vcsc_add_node’:
+* sopalin/src/variable_csc.c:138:13: error: non-floating-point argument in 
call to function ‘__builtin_isnan’
+*  if (isnan(vcsc->values[COL-1][i*dof2 + ii])) {
+See also:
+https://bugs.gentoo.org/show_bug.cgi?id=580422
+
+--- src/common/src/errors.h
 src/common/src/errors.h
+@@ -140,7 +140,7 @@
+  *   expr - The value to check.
+  */
+ #define CHECK_NAN(expr) { \
+-ASSERT_DEBUG(!isnan(expr), DBG_SOPALIN_NAN);  \
++ASSERT_DEBUG(!isnan(((double) expr)), DBG_SOPALIN_NAN);   \
+ ASSERT_DEBUG(!isinf(expr), DBG_SOPALIN_INF);  \
+   }
+ #else
+--- src/sopalin/src/variable_csc.c
 src/sopalin/src/variable_csc.c
+@@ -135,7 +135,7 @@
+ #endif
+ 
+   for (ii = 0; ii < dof2; ii++) {
+-if (isnan(vcsc->values[COL-1][i*dof2 + ii])) {
++if (isnan(((double) vcsc->values[COL-1][i*dof2 + ii]))) {
+   vcsc->values[COL-1][i*dof2 + ii] = VALUE[ii];
+ } else {
+   vcsc->values[COL-1][i*dof2 + ii] = 
op(vcsc->values[COL-1][i*dof2 + ii],
+@@ -252,7 +252,7 @@
+ vcsc->rows[COL_NODE][i]);
+   }
+ #endif
+-  if (isnan(vcsc->values[COL_NODE][idx])) {
++  if (isnan(((double) vcsc->values[COL_NODE][idx]))) {
+ vcsc->values[COL_NODE][idx] = VALUE;
+   } else {
+ vcsc->values[COL_NODE][idx] = op(vcsc->values[COL_NODE][idx],
+@@ -660,7 +660,7 @@
+   } else {
+ INTS iterdof;
+ for (iterdof = 0; iterdof < dof2; iterdof++) {
+-  if (!isnan(vcsc->values[MYCOL-1][dof2*iter2+iterdof])) {
++  if (!isnan(((double) 
vcsc->values[MYCOL-1][dof2*iter2+iterdof]))) {
+ /* ignore NaN values from VCSC */
+ (*values_o)[dof2*iter3+iterdof] = op(
+   (*values_o)[dof2*iter3+iterdof],

diff --git a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild 
b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
index de59c9a..0fff267 100644
--- a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
+++ b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
@@ -41,11 +41,14 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
+PATCHES=(
+   "${FILESDIR}/${P}-nosmp-undefined-variable.patch"
+   "${FILESDIR}/${P}-isnan-floating-point-cast.patch"
+)
 S="${WORKDIR}/${PN}_${PV}/src"
 
 src_prepare() {
default
-   epatch "${FILESDIR}"/${P}-nosmp-undefined-variable.patch
sed -e 's/^\(HOSTARCH\s*=\).*/\1 ${HOST}/' \
-e "s:^\(CCPROG\s*=\).*:\1 $(tc-getCC):" \
-e "s:^\(CFPROG\s*=\).*:\1 $(tc-getFC):" \



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cgal/

2016-05-05 Thread David Seifert
commit: e45e2812d2beb47aed51e7462cc648f25099267d
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 18:31:59 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 18:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45e2812

sci-mathematics/cgal: Move cmake files back to /usr/libdir

Package-Manager: portage-2.2.28

 sci-mathematics/cgal/{cgal-4.8.ebuild => cgal-4.8-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-mathematics/cgal/cgal-4.8.ebuild 
b/sci-mathematics/cgal/cgal-4.8-r1.ebuild
similarity index 96%
rename from sci-mathematics/cgal/cgal-4.8.ebuild
rename to sci-mathematics/cgal/cgal-4.8-r1.ebuild
index ddcc1e3..6ecac53 100644
--- a/sci-mathematics/cgal/cgal-4.8.ebuild
+++ b/sci-mathematics/cgal/cgal-4.8-r1.ebuild
@@ -61,7 +61,6 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
-DCGAL_INSTALL_LIB_DIR=$(get_libdir)
-   -DCGAL_INSTALL_CMAKE_DIR="${EPREFIX}/usr/share/cmake/Modules/"
-DWITH_CGAL_Qt3=OFF
-DWITH_LEDA=OFF
-DWITH_Eigen3=ON



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-svn/

2016-05-05 Thread Brian Evans
commit: 64e178b433344609aac44c56f21bb247ad6022ff
Author: Brian Evans  gentoo  org>
AuthorDate: Thu May  5 18:10:40 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu May  5 18:15:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e178b4

dev-php/pecl-svn: Version bump to 1.0.3

Fixes builds with Subversion 1.9

Package-Manager: portage-2.2.28

 dev-php/pecl-svn/Manifest  |  1 +
 dev-php/pecl-svn/pecl-svn-1.0.3.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-php/pecl-svn/Manifest b/dev-php/pecl-svn/Manifest
index 38f744e..83e9850 100644
--- a/dev-php/pecl-svn/Manifest
+++ b/dev-php/pecl-svn/Manifest
@@ -1 +1,2 @@
 DIST svn-1.0.2.tgz 25226 SHA256 
ca0ea834e745a1aae65b456800bb5c5cfd7c4eceff281f7a8e317d30726e48cd SHA512 
32baa9d7becabde30d4454326ffeab7c815d2112b6e6554ed2eed3cdf01fe0be73917f5794e0b812daf4d733402e64beb2705daffa7c9895bab5782961f7fc5b
 WHIRLPOOL 
52022d8ec414cb8e95ed8cca523a3cb392ddf27fc38ee7a2d028599b605ec4750b1d8e2e194710881a32e30bafdc1aa234abbdd89e97963bf42b691b65675688
+DIST svn-1.0.3.tgz 27216 SHA256 
8ccf1dd78b92649486d1875102ecb899c1e4e5ddf674f2d87adf611c16295089 SHA512 
41f111c3a47f66317c47318162bfd17c22ffef6462ababdafd9ed38220b1135464e52a365fbc206fd510dafad739437174faf1d0dd144707fad62da43c6c1a79
 WHIRLPOOL 
c293d8b2bc5ad5bd7f392957f87468375e9d3780a451944f4497398ae8938a23023dbc3927c1aace5126fd2cfb2a22326d4c0d52f6124987574c130bea24923c

diff --git a/dev-php/pecl-svn/pecl-svn-1.0.3.ebuild 
b/dev-php/pecl-svn/pecl-svn-1.0.3.ebuild
new file mode 100644
index 000..da2a99f
--- /dev/null
+++ b/dev-php/pecl-svn/pecl-svn-1.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PHP_EXT_NAME="svn"
+
+USE_PHP="php5-6 php5-5"
+
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="PHP Bindings for the Subversion Revision control system"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-vcs/subversion"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/

2016-05-05 Thread Brian Evans
commit: 3ee49daf17e07f4dec0275389a4c6c506cd73c18
Author: Brian Evans  gentoo  org>
AuthorDate: Thu May  5 18:04:45 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu May  5 18:15:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee49daf

dev-lang/php: Remove old metadata.xml description for mysqlnd

Package-Manager: portage-2.2.28

 dev-lang/php/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/php/metadata.xml b/dev-lang/php/metadata.xml
index 3fd1981..d28192d 100644
--- a/dev-lang/php/metadata.xml
+++ b/dev-lang/php/metadata.xml
@@ -16,7 +16,6 @@
Enable the hash extension
Enable JSON support
Add SASL support for the PHP LDAP 
extension
-   Use native driver for mysql, mysqli, 
PDO_Mysql
Use libmyslclient driver for mysql, 
mysqli, PDO_Mysql (not recommended)
Enables the intl extension for extended 
internalization support
Enables built-in opcode cache, replacing 
pecl-apc et.al



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-svn/

2016-05-05 Thread Brian Evans
commit: d700b6c5e0b8e215aeb4ed922f25148d504aa52d
Author: Brian Evans  gentoo  org>
AuthorDate: Thu May  5 18:12:11 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu May  5 18:15:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d700b6c5

dev-php/pecl-svn: Drop old

Package-Manager: portage-2.2.28

 dev-php/pecl-svn/Manifest |  1 -
 dev-php/pecl-svn/pecl-svn-1.0.2-r1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-php/pecl-svn/Manifest b/dev-php/pecl-svn/Manifest
index 83e9850..c4acdd6 100644
--- a/dev-php/pecl-svn/Manifest
+++ b/dev-php/pecl-svn/Manifest
@@ -1,2 +1 @@
-DIST svn-1.0.2.tgz 25226 SHA256 
ca0ea834e745a1aae65b456800bb5c5cfd7c4eceff281f7a8e317d30726e48cd SHA512 
32baa9d7becabde30d4454326ffeab7c815d2112b6e6554ed2eed3cdf01fe0be73917f5794e0b812daf4d733402e64beb2705daffa7c9895bab5782961f7fc5b
 WHIRLPOOL 
52022d8ec414cb8e95ed8cca523a3cb392ddf27fc38ee7a2d028599b605ec4750b1d8e2e194710881a32e30bafdc1aa234abbdd89e97963bf42b691b65675688
 DIST svn-1.0.3.tgz 27216 SHA256 
8ccf1dd78b92649486d1875102ecb899c1e4e5ddf674f2d87adf611c16295089 SHA512 
41f111c3a47f66317c47318162bfd17c22ffef6462ababdafd9ed38220b1135464e52a365fbc206fd510dafad739437174faf1d0dd144707fad62da43c6c1a79
 WHIRLPOOL 
c293d8b2bc5ad5bd7f392957f87468375e9d3780a451944f4497398ae8938a23023dbc3927c1aace5126fd2cfb2a22326d4c0d52f6124987574c130bea24923c

diff --git a/dev-php/pecl-svn/pecl-svn-1.0.2-r1.ebuild 
b/dev-php/pecl-svn/pecl-svn-1.0.2-r1.ebuild
deleted file mode 100644
index 10064c2..000
--- a/dev-php/pecl-svn/pecl-svn-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="svn"
-
-USE_PHP="php5-6 php5-5 php5-4"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="PHP Bindings for the Subversion Revision control system"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE=""
-
-DEPEND="

[gentoo-commits] repo/gentoo:master commit in: sci-biology/allpathslg/files/

2016-05-05 Thread David Seifert
commit: 71fb540e91fd211248ed97daee867d9bfe77fa4d
Author: David Seifert  gentoo  org>
AuthorDate: Thu May  5 18:11:32 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May  5 18:11:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fb540e

sci-biology/allpathslg: replace isnan macro with proper std::isnan function

Gentoo-Bug: 580086

Package-Manager: portage-2.2.28

 .../allpathslg-52488_remove-namespace-std.patch| 22 +-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git 
a/sci-biology/allpathslg/files/allpathslg-52488_remove-namespace-std.patch 
b/sci-biology/allpathslg/files/allpathslg-52488_remove-namespace-std.patch
index a094c53..56d0406 100644
--- a/sci-biology/allpathslg/files/allpathslg-52488_remove-namespace-std.patch
+++ b/sci-biology/allpathslg/files/allpathslg-52488_remove-namespace-std.patch
@@ -890,10 +890,12 @@ https://bugs.gentoo.org/show_bug.cgi?id=568440
  bool IsBubbleEdge(int eid, const HyperBasevector& hb, const vec& to_left,
 --- allpathslg-52488/src/paths/long/VariantReadSupport.cc
 +++ allpathslg-52488/src/paths/long/VariantReadSupport.cc
-@@ -23,6 +23,11 @@
+@@ -23,6 +23,13 @@
  #include "paths/long/ReadOriginTracker.h"
  #include "paths/long/EvalByReads.h"
  
++#include 
++
 +using std::get;
 +using std::make_tuple;
 +using std::ignore;
@@ -902,6 +904,24 @@ https://bugs.gentoo.org/show_bug.cgi?id=568440
  namespace {
  void CalcLengthProbSimple(vec,const double dProbIns_len, const 
double dProbDel_len, const uint64_t org_length){
  const double dProbIns=dProbIns_len;
+@@ -158,7 +165,7 @@
+ for(uint64_t ff=1;ff(n_q_len[ff]) ; ++ll){ dFactor /= 
(long double)(ll); }
+ }
+-if( dFactor==std::numeric_limits::infinity() || 
isnan(dFactor) ){ dFactor=1.0; }
++if( dFactor==std::numeric_limits::infinity() || 
std::isnan(dFactor) ){ dFactor=1.0; }
+ if(verbosity>0) std::cout << "dFactor " << dFactor << std::endl;
+ 
+ long double dDenom=0.0;
+@@ -193,7 +200,7 @@
+ }
+ }
+ if(verbosity>0) std::cout <<"denom: " << dDenom<< std::endl;
+-if( dDenom < std::numeric_limits::epsilon() * 100 || 
isnan(dDenom)) return;
++if( dDenom < std::numeric_limits::epsilon() * 100 || 
std::isnan(dDenom)) return;
+ ForceAssert(dDenom>0);
+ if(verbosity>0){
+ for( uint64_t row=0;row

[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-05-05 Thread Michał Górny
commit: 52982a684030284102aaacee96029f4576dfb070
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  5 17:20:49 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  5 17:35:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52982a68

font-ebdftopcf.eclass: Move global-scope use calls to phase, #566540

 eclass/font-ebdftopcf.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/font-ebdftopcf.eclass b/eclass/font-ebdftopcf.eclass
index 864cfdf..334da01 100644
--- a/eclass/font-ebdftopcf.eclass
+++ b/eclass/font-ebdftopcf.eclass
@@ -17,9 +17,6 @@ IUSE="X"
 DEPEND="X? ( media-gfx/ebdftopcf )"
 RDEPEND=""
 
-use X && FONT_SUFFIX="pcf.gz"
-use X || FONT_SUFFIX="bdf"
-
 #
 # Public functions
 #
@@ -37,6 +34,9 @@ ebdftopcf() {
 # Public inheritable functions
 #
 font-ebdftopcf_src_compile() {
+   use X && FONT_SUFFIX="pcf.gz"
+   use X || FONT_SUFFIX="bdf"
+
if use X; then
[ -z "${BDFFILES}" ] && BDFFILES="$(find . -name '*.bdf')"
ebdftopcf ${BDFFILES}



[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/

2016-05-05 Thread Amadeusz Piotr Żołnowski
commit: 74250c7279e6f8ff909fe6c1fbba31e8bb993bcd
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Thu May  5 17:30:19 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Thu May  5 17:30:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74250c72

net-mail/notmuch: Install notmuch-report instead of nmbug-status

nmbug-status has been renamed to notmuch-report.

Package-Manager: portage-2.2.28

 net-mail/notmuch/notmuch-0.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/notmuch/notmuch-0.22.ebuild 
b/net-mail/notmuch/notmuch-0.22.ebuild
index 2004166..1cf92ce 100644
--- a/net-mail/notmuch/notmuch-0.22.ebuild
+++ b/net-mail/notmuch/notmuch-0.22.ebuild
@@ -154,7 +154,7 @@ src_install() {
 
if use nmbug; then
dobin devel/nmbug/nmbug
-   dobin devel/nmbug/nmbug-status
+   dobin devel/nmbug/notmuch-report
fi
 
if use mutt; then



[gentoo-commits] repo/gentoo:master commit in: net-misc/midentd/

2016-05-05 Thread Austin English
commit: 5bf55e2d80787dd51171b48ff35cba24c7890dd5
Author: Austin English  gentoo  org>
AuthorDate: Thu May  5 17:29:53 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu May  5 17:30:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf55e2d

net-misc/midentd: use -p0 when applying patch in src_prepare()

Gentoo-Bug: https://bugs.gentoo.org/582114

Package-Manager: portage-2.2.26

 net-misc/midentd/midentd-2.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/midentd/midentd-2.3.1-r2.ebuild 
b/net-misc/midentd/midentd-2.3.1-r2.ebuild
index 07d4e6d..d395faf 100644
--- a/net-misc/midentd/midentd-2.3.1-r2.ebuild
+++ b/net-misc/midentd/midentd-2.3.1-r2.ebuild
@@ -19,7 +19,7 @@ RDEPEND="dev-lang/perl"
 src_prepare() {
default
 
-   eapply "${FILESDIR}"/${PV}-pidfile.patch
+   eapply -p0 "${FILESDIR}"/${PV}-pidfile.patch
sed -i \
-e 's:/usr/local:/usr:' \
-e 's:service ident:service auth:' \



[gentoo-commits] repo/gentoo:master commit in: dev-go/godep/

2016-05-05 Thread William Hubbs
commit: 6bb072b7a0f4336a2dc00753a6c5e1826ff75828
Author: William Hubbs  gentoo  org>
AuthorDate: Thu May  5 17:18:23 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May  5 17:22:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb072b7

dev-go/godep: sync live ebuild

Package-Manager: portage-2.2.26

 dev-go/godep/godep-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-go/godep/godep-.ebuild b/dev-go/godep/godep-.ebuild
index 6f0bf64..38416ba 100644
--- a/dev-go/godep/godep-.ebuild
+++ b/dev-go/godep/godep-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 EGO_PN=github.com/tools/godep
 
 if [[ ${PV} = ** ]]; then



[gentoo-commits] repo/gentoo:master commit in: dev-go/godep/

2016-05-05 Thread William Hubbs
commit: 61caa5bc195b9790da177129101342b4c41a6fb1
Author: William Hubbs  gentoo  org>
AuthorDate: Thu May  5 17:02:17 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May  5 17:22:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61caa5bc

dev-go/godep: bump to version 63

Package-Manager: portage-2.2.26

 dev-go/godep/Manifest|  1 +
 dev-go/godep/godep-63.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-go/godep/Manifest b/dev-go/godep/Manifest
index 862b401..a5188fe 100644
--- a/dev-go/godep/Manifest
+++ b/dev-go/godep/Manifest
@@ -2,3 +2,4 @@ DIST godep-50.tar.gz 70100 SHA256 
e474e663e9d696445129201e3d3598a724de9a673ce3ad
 DIST godep-51.tar.gz 70357 SHA256 
7829d6ed805df5ab3b35d74685e2d471869b66cf4e4e408dabf098d2bfaafebe SHA512 
0d2500b19ec804c626b16407df3a925d7307b667a90475e0aad26b2b511e1d24e333bc03341aa62879d6538b48d5a12173341bbe1fcd6fbe1116909d21c4f3d5
 WHIRLPOOL 
5e0a7db6431a15b2c31e405748f2feb86bd169677bd8710dc1f1a35b19fa807719433d0201283e470bdec49dc3c44e4c11b585f623a27b1f965d10ff38110073
 DIST godep-52.tar.gz 70407 SHA256 
37a526b6af329b05f81ec92b72488b2a4cdc8457aa9ac5643ca20c28844e277d SHA512 
76f473a2eb26f480f0d3e61bdc3fffc6eebb968203ac89613519482bd29433a2ef7c25342cba0b6ad424c070b672e89d1731e1529741312ca8c9f5bfe30ca1cd
 WHIRLPOOL 
c6dac3af106d99549c22130f0b47fd108938405a135338e1c1c4d883015020f5abc085c7c5ad9d1615be8f866b2b35a2d06eb35db16cebc81ca4b1827ef423a1
 DIST godep-60.tar.gz 66591 SHA256 
a9dafa87d571dfc817e9e101b20a856c534951d52059cf5af1be599d88b7e6d6 SHA512 
04c5874649fbbcb2669c0940f9307675271dc2b62f6c3adcac6ef26b15e0e5df53c725593d5c82960a3adb97d19960e056d79f6c9d3207826fd45fc77a9a7a15
 WHIRLPOOL 
72a6cf4c5d958b4068e465d4dbe85f7db1e1a46f1c1362329c40ed16e84d079194096c333f9efe41a177d29be89f679fb6ae5d4cc03eedc49375f8251ba954da
+DIST godep-63.tar.gz 67869 SHA256 
2d7407664d24b91e0416d2d9c54521a9a829244fd15cfd453e7d15349cf9b6af SHA512 
c22c25c2ecc70b99b64377b85b6fc052cdf29939ce4dacd52e05a93b93bdd6021cfccd9551e9299ce4876e4bb47224694dae01212d97520d8eb7ad7bc5bcfb41
 WHIRLPOOL 
16a7a7237f7f793f95e2c3b8ee020db0459dbef38f452fd6d4e45763b43258e51a4f719fe6b4bc9324f21c70df9775f69f7c38f52f407566eac6afb3eaf65903

diff --git a/dev-go/godep/godep-63.ebuild b/dev-go/godep/godep-63.ebuild
new file mode 100644
index 000..38416ba
--- /dev/null
+++ b/dev-go/godep/godep-63.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+EGO_PN=github.com/tools/godep
+
+if [[ ${PV} = ** ]]; then
+   inherit golang-vcs
+else
+   KEYWORDS="~amd64"
+   EGIT_COMMIT=v${PV}
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="dependency tool for go"
+HOMEPAGE="https://github.com/tools/godep;
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+   dobin godep
+dodoc src/${EGO_PN}/*.md
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/

2016-05-05 Thread William Hubbs
commit: 652a4676677a161d6b8a2ab58cce5c089dd6b5cd
Author: William Hubbs  gentoo  org>
AuthorDate: Thu May  5 17:21:50 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May  5 17:22:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652a4676

sys-apps/openrc: move live ebuild to eapi 6

Package-Manager: portage-2.2.26

 sys-apps/openrc/openrc-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index 41ac4e9..5c10086 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit eutils flag-o-matic multilib pam toolchain-funcs
+inherit flag-o-matic pam toolchain-funcs
 
 DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
 HOMEPAGE="https://github.com/openrc/openrc/;
@@ -65,7 +65,7 @@ src_prepare() {
fi
 
# Allow user patches to be applied without modifying the ebuild
-   epatch_user
+   eapply_user
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/files/, x11-misc/sddm/

2016-05-05 Thread Michael Palimaka
commit: e57438123e4153bcae1a1b05bdc0831a75812c35
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  5 17:07:05 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  5 17:07:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5743812

x11-misc/sddm: backport patch from upstream to ensure that the password field 
has focus

Gentoo-bug: 566082

Package-Manager: portage-2.2.28

 .../sddm/files/sddm-0.13.0-password-focus.patch| 109 +
 x11-misc/sddm/sddm-0.13.0-r4.ebuild|  81 +++
 2 files changed, 190 insertions(+)

diff --git a/x11-misc/sddm/files/sddm-0.13.0-password-focus.patch 
b/x11-misc/sddm/files/sddm-0.13.0-password-focus.patch
new file mode 100644
index 000..cc27669
--- /dev/null
+++ b/x11-misc/sddm/files/sddm-0.13.0-password-focus.patch
@@ -0,0 +1,109 @@
+From 6d5b36b28907b16280ff78995fef764bb0c573db Mon Sep 17 00:00:00 2001
+From: Pier Luigi Fiorini 
+Date: Sat, 16 Jan 2016 19:52:09 +0100
+Subject: [PATCH] Activate window for the primary screen
+
+Request activation for the view on the primary screen
+otherwise text fields won't get focus.
+
+Closes #501
+
+[ChangeLog][Greeter] Fix text field focus (issue #501)
+---
+ src/greeter/GreeterApp.cpp | 31 ++-
+ src/greeter/GreeterApp.h   |  4 +++-
+ 2 files changed, 33 insertions(+), 2 deletions(-)
+
+diff --git a/src/greeter/GreeterApp.cpp b/src/greeter/GreeterApp.cpp
+index 06d13c5..8201a4e 100644
+--- a/src/greeter/GreeterApp.cpp
 b/src/greeter/GreeterApp.cpp
+@@ -1,5 +1,5 @@
+ /***
+-* Copyright (c) 2015 Pier Luigi Fiorini 
++* Copyright (c) 2015-2016 Pier Luigi Fiorini 
+ * Copyright (c) 2013 Abdurrahman AVCI 
+ *
+ * This program is free software; you can redistribute it and/or modify
+@@ -36,6 +36,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #include 
+@@ -135,6 +136,11 @@ namespace SDDM {
+ 
+ // handle screens
+ connect(this, ::screenAdded, this, 
::addViewForScreen);
++#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
++connect(this, ::primaryScreenChanged, this, [this](QScreen 
*) {
++activatePrimary();
++});
++#endif
+ }
+ 
+ void GreeterApp::addViewForScreen(QScreen *screen) {
+@@ -144,6 +150,7 @@ namespace SDDM {
+ view->setResizeMode(QQuickView::SizeRootObjectToView);
+ //view->setGeometry(QRect(QPoint(0, 0), screen->geometry().size()));
+ view->setGeometry(screen->geometry());
++m_views.append(view);
+ 
+ // remove the view when the screen is removed, but we
+ // need to be careful here since Qt will move the view to
+@@ -201,11 +208,33 @@ namespace SDDM {
+ // show
+ qDebug() << "Adding view for" << screen->name() << screen->geometry();
+ view->show();
++
++// activate windows for the primary screen to give focus to text 
fields
++if (QGuiApplication::primaryScreen() == screen)
++view->requestActivate();
+ }
+ 
+ void GreeterApp::removeViewForScreen(QQuickView *view) {
++// screen is gone, remove the window
+ m_views.removeOne(view);
+ view->deleteLater();
++
++#if QT_VERSION < QT_VERSION_CHECK(5, 6, 0)
++// starting from Qt 5.6 we are notified when the primary screen is 
changed
++// and we request activation for the view when we get the signal, with
++// older version we iterate the views and request activation
++activatePrimary();
++#endif
++}
++
++void GreeterApp::activatePrimary() {
++// activate and give focus to the window assigned to the primary 
screen
++Q_FOREACH (QQuickView *view, m_views) {
++if (view->screen() == QGuiApplication::primaryScreen()) {
++view->requestActivate();
++break;
++}
++}
+ }
+ }
+ 
+diff --git a/src/greeter/GreeterApp.h b/src/greeter/GreeterApp.h
+index 91fc1a9..1ebd981 100644
+--- a/src/greeter/GreeterApp.h
 b/src/greeter/GreeterApp.h
+@@ -1,5 +1,5 @@
+ /***
+-* Copyright (c) 2015 Pier Luigi Fiorini 
++* Copyright (c) 2015-2016 Pier Luigi Fiorini 
+ * Copyright (c) 2013 Nikita Mikhaylov 
+ *
+ * This program is free software; you can redistribute it and/or modify
+@@ -65,6 +65,8 @@ namespace SDDM {
+ UserModel *m_userModel { nullptr };
+ GreeterProxy *m_proxy { nullptr };
+ KeyboardModel *m_keyboard { nullptr };
++
++void activatePrimary();
+ };
+ }
+ 

diff --git a/x11-misc/sddm/sddm-0.13.0-r4.ebuild 
b/x11-misc/sddm/sddm-0.13.0-r4.ebuild
new file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Highlight-Engine-Simple/

2016-05-05 Thread Andreas Hüttel
commit: d242cab00345d39ed5483af3f447f0a327a16104
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May  5 16:40:59 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May  5 16:46:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d242cab0

dev-perl/Syntax-Highlight-Engine-Simple: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Syntax-Highlight-Engine-Simple/Manifest  |  1 -
 .../Syntax-Highlight-Engine-Simple-0.80.0.ebuild  | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/Syntax-Highlight-Engine-Simple/Manifest 
b/dev-perl/Syntax-Highlight-Engine-Simple/Manifest
index 84bb7f8..3d87491 100644
--- a/dev-perl/Syntax-Highlight-Engine-Simple/Manifest
+++ b/dev-perl/Syntax-Highlight-Engine-Simple/Manifest
@@ -1,2 +1 @@
-DIST Syntax-Highlight-Engine-Simple-0.08.tar.gz 17133 SHA256 
4d4fd7a7fe7e63795e7667adc340eca50f8e88f9945f522ccadd06f56f11eff7 SHA512 
4884d710e651f5420509d30ba1edbd8ff6880b6f51de6b8052c67c66a66bb677a5136f9dd22d685a49255eecfb2148d21f1acfe9d4e6ee6908a716a683ace805
 WHIRLPOOL 
bee92f2c6401ed57663a92362377709b6cdc6445a58611780bf323d68e3bac317eb53db99b32ae4d35a0835c9504c49cb9f381273150f179a74dae30bf45
 DIST Syntax-Highlight-Engine-Simple-0.09.tar.gz 17185 SHA256 
a4a561b245044cf0290e2cc3930724963fb681da0053be35cbdbdb4b1bffd89a SHA512 
14130e2bcc80a6c9b06f5ddb07a7bc50c6c60d508e3d2483a8ee2926671272ced0750be261558a5b22133d82d7677b754689a5322e971965846d1bba7b2ad73a
 WHIRLPOOL 
250388ee937c1c2f1b5c7193093b53e9920abe9d8153c574b2e8ef489f3603e80e90c5efd6e90586323f4e08dc7280dc2e67f0599ef02eb7c1e5e433b4da9ca5

diff --git 
a/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.80.0.ebuild
 
b/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.80.0.ebuild
deleted file mode 100644
index 15997a4..000
--- 
a/dev-perl/Syntax-Highlight-Engine-Simple/Syntax-Highlight-Engine-Simple-0.80.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_VERSION=0.08
-MODULE_AUTHOR=JAMADAM
-inherit perl-module
-
-DESCRIPTION="Simple Syntax Highlight Engine"
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-perl/UNIVERSAL-require
-   dev-perl/Module-Build"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CPU/

2016-05-05 Thread Andreas Hüttel
commit: dc3b40535cc8fdde3cab0a4eb49c8650aa4902d5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May  5 16:42:38 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May  5 16:46:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3b4053

dev-perl/Sys-CPU: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Sys-CPU/Manifest  |  1 -
 dev-perl/Sys-CPU/Sys-CPU-0.540.0-r1.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/dev-perl/Sys-CPU/Manifest b/dev-perl/Sys-CPU/Manifest
index 787f624..8991829 100644
--- a/dev-perl/Sys-CPU/Manifest
+++ b/dev-perl/Sys-CPU/Manifest
@@ -1,2 +1 @@
-DIST Sys-CPU-0.54.tar.gz 6116 SHA256 
04ccb677314acb5ef3169d7c677ba16e78d4d39dc8a1b6b74b7d0c905e7c951e SHA512 
8a30eea354c47debc4b065da50b7f6e86a0b36fc9306d4db55a64e1d1c1c3e013a0c204bce7b1c93735a5d32d751e948430178967200f873bf7f154563feeb0e
 WHIRLPOOL 
a02c3e3f2f2c70625d52b481974ab5a6e6f31a5f5252ff2c5d82eb6632967414e8d1566980c55455fa2ad9a00da26d9401c1329a1516dc4292d85043cd966bb5
 DIST Sys-CPU-0.61.tar.gz 6497 SHA256 
250a86b79c231001c4ae71d2f66428092a4fbb2070971acafd471aa49739c9e4 SHA512 
391e113c87d9044cd43c47f9f78a782fab65566a32c028c01f7f3335a5065b6755586ea3143356510c8d28a7d1ad572cc6203ec189eaaa379967bdbd0a0bd7bc
 WHIRLPOOL 
566c59562beecd38ef2d5909dabbeeed4948ebcf5eb8973ce1175bd9938c44cf1b3b2acde32b875f4b6030683a4468fc63490a6f1bbc053ed1e06e4f19bff0e1

diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.540.0-r1.ebuild 
b/dev-perl/Sys-CPU/Sys-CPU-0.540.0-r1.ebuild
deleted file mode 100644
index 5cb2d42..000
--- a/dev-perl/Sys-CPU/Sys-CPU-0.540.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MZSANFORD
-MODULE_VERSION=0.54
-inherit perl-module
-
-DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~ppc-macos"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvd/

2016-05-05 Thread Joerg Bornkessel
commit: d1b6f206398d18afab5b298765cbc470c21403d4
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu May  5 16:47:02 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Thu May  5 16:47:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b6f206

cleanup old; stable amd64 x86, this fix wrt bug 575640

Package-Manager: portage-2.2.28

 .../vdr-dvd/vdr-dvd-0.3.7_pre20090106-r1.ebuild|  2 +-
 .../vdr-dvd/vdr-dvd-0.3.7_pre20090106.ebuild   | 32 --
 2 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106-r1.ebuild 
b/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106-r1.ebuild
index 646a658..6d36280 100644
--- a/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106-r1.ebuild
+++ b/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-video/vdr-1.6.0

diff --git a/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106.ebuild 
b/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106.ebuild
deleted file mode 100644
index 32bff6f..000
--- a/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit vdr-plugin-2
-
-MY_P=${PN}-cvs-${PV#*_pre}
-S=${WORKDIR}/${MY_P#vdr-}
-
-DESCRIPTION="VDR Plugin: DVD-Player"
-HOMEPAGE="http://sourceforge.net/projects/dvdplugin;
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-video/vdr-1.6.0
-   >=media-libs/libdvdnav-4.2.0
-   >=media-libs/a52dec-0.7.4"
-DEPEND="${RDEPEND}"
-
-# vdr-plugin-2.eclass fix
-KEEP_I18NOBJECT="yes"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-compile_warnings.diff
-   "${FILESDIR}"/${P}-fix-dvdnav-using-c++-keywords.patch
-   )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2016-05-05 Thread Lars Wendler
commit: 3733cbed4798e5b0e93dbd194d1323017b8b9fb9
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  5 16:37:24 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  5 16:37:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3733cbed

net-libs/libetpan: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest|  2 -
 net-libs/libetpan/libetpan-1.1.ebuild | 81 ---
 net-libs/libetpan/libetpan-1.5.ebuild | 72 ---
 3 files changed, 155 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 3715216..5629653 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,4 +1,2 @@
-DIST libetpan-1.1.tar.gz 1657767 SHA256 
ce3ac567d0f07e5b2d1fdb0045042a8295ec477cd933de1a391fd48139c1f75e SHA512 
fbcaf0e467d6f7541148aa60e89e1275f3cdb2b1039b8e6eaeba476e4b4411f44acfc01936eb7c4ab92cc0a574f3dcc4836e57bdf38861008bed0d015211f82b
 WHIRLPOOL 
a8c714937d797f4e8cabb59edf2b5880723e0bc6d4947ac78a3bd31f7b2e94f36c6699f7186f527b1075460f65dbb10d7c083442b6646cba1dbf2de68dd7c291
-DIST libetpan-1.5.tar.gz 6139416 SHA256 
42c4d858c3c1762c3e348889fbbf6cc5e5c5e654170d1df1ebb9c14aa4579736 SHA512 
7b0a3adff7d7b3a7e3ea1d1a330ef6fea5ed86077a9ccf3fb5e51548d337c6c1f1fbb9ca81560b478335a9acf34e08bfef1895a05c5a69c37e3b87651c255fd5
 WHIRLPOOL 
c408cbef9cc4e9bfec07a6e87a5afa96ea241770564c11f625776e4d692484c75ad01724c10923e38927d344616f4d396fa652d63d8cdcb2451d2a075dd0909e
 DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
 DIST libetpan-1.7.tar.gz 6184289 SHA256 
47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 
b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e
 WHIRLPOOL 
b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87

diff --git a/net-libs/libetpan/libetpan-1.1.ebuild 
b/net-libs/libetpan/libetpan-1.1.ebuild
deleted file mode 100644
index dfea485..000
--- a/net-libs/libetpan/libetpan-1.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="http://libetpan.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
-
-DEPEND="berkdb? ( sys-libs/db )
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( ssl? ( dev-libs/openssl ) )
-   sasl? ( dev-libs/cyrus-sasl )
-   liblockfile? ( net-libs/liblockfile )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.0-nonnull.patch
-
-   sed -i \
-   -e "s/-O2 -g//" \
-   -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" \
-   configure.ac
-
-   eautoreconf
-}
-
-src_configure() {
-   local sslconf
-
-   if use ssl; then
-   if use gnutls; then
-   sslconf="--with-gnutls --without-openssl"
-   else
-   sslconf="--without-gnutls --with-openssl"
-   fi
-   else
-   if use gnutls; then
-   sslconf="--with-gnutls --without-openssl"
-   else
-   sslconf="--without-gnutls --without-openssl"
-   fi
-   fi
-
-   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
-   # libtool recognises it as valid shell (bug #300211)
-   use prefix && export CONFIG_SHELL=${BASH}
-   # The configure script contains an error, in that it doesn't check the
-   # argument of --enable-{debug,optim}, hence --disable-debug results in
-   # --enable-debug=no, which isn't checked and debugging flags are blindly
-   # injected.  So, avoid passing --disable-debug when we don't need it.
-   econf \
-   $(use debug && echo --enable-debug) \
-   $(use_enable berkdb db) \
-   $(use_with sasl) \
-   $(use_enable ipv6) \
-   $(use_enable liblockfile lockfile) \
-   $(use_enable static-libs static) \
-   ${sslconf}
-}
-
-src_install() {
-   default
-   use 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/files/, net-libs/libetpan/

2016-05-05 Thread Lars Wendler
commit: 3bdefd6d0add09b842437376a2d072b995918a27
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  5 16:36:22 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  5 16:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdefd6d

net-libs/libetpan: Bump to version 1.7

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest |  1 +
 net-libs/libetpan/files/libetpan-1.0-nonnull.patch |  4 +-
 net-libs/libetpan/libetpan-1.7.ebuild  | 80 ++
 3 files changed, 83 insertions(+), 2 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 05d7b6f..3715216 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,3 +1,4 @@
 DIST libetpan-1.1.tar.gz 1657767 SHA256 
ce3ac567d0f07e5b2d1fdb0045042a8295ec477cd933de1a391fd48139c1f75e SHA512 
fbcaf0e467d6f7541148aa60e89e1275f3cdb2b1039b8e6eaeba476e4b4411f44acfc01936eb7c4ab92cc0a574f3dcc4836e57bdf38861008bed0d015211f82b
 WHIRLPOOL 
a8c714937d797f4e8cabb59edf2b5880723e0bc6d4947ac78a3bd31f7b2e94f36c6699f7186f527b1075460f65dbb10d7c083442b6646cba1dbf2de68dd7c291
 DIST libetpan-1.5.tar.gz 6139416 SHA256 
42c4d858c3c1762c3e348889fbbf6cc5e5c5e654170d1df1ebb9c14aa4579736 SHA512 
7b0a3adff7d7b3a7e3ea1d1a330ef6fea5ed86077a9ccf3fb5e51548d337c6c1f1fbb9ca81560b478335a9acf34e08bfef1895a05c5a69c37e3b87651c255fd5
 WHIRLPOOL 
c408cbef9cc4e9bfec07a6e87a5afa96ea241770564c11f625776e4d692484c75ad01724c10923e38927d344616f4d396fa652d63d8cdcb2451d2a075dd0909e
 DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
+DIST libetpan-1.7.tar.gz 6184289 SHA256 
47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 
b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e
 WHIRLPOOL 
b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87

diff --git a/net-libs/libetpan/files/libetpan-1.0-nonnull.patch 
b/net-libs/libetpan/files/libetpan-1.0-nonnull.patch
index 0710cfd..f07a0fb 100644
--- a/net-libs/libetpan/files/libetpan-1.0-nonnull.patch
+++ b/net-libs/libetpan/files/libetpan-1.0-nonnull.patch
@@ -1,6 +1,6 @@
 
http://sourceforge.net/mailarchive/forum.php?thread_name=k2vfc2c80ae1004051048n4a2b5ab0y85ab946c2a556544%40mail.gmail.com_name=libetpan-devel
 src/low-level/nntp/Makefile.am 2011-06-14 15:37:14.511603732 +0300
-+++ src/low-level/nntp/Makefile.am 2011-06-14 15:38:42.0 +0300
+--- a/src/low-level/nntp/Makefile.am
 b/src/low-level/nntp/Makefile.am
 @@ -35,6 +35,8 @@
  AM_CPPFLAGS = -I$(top_builddir)/include \
-I$(top_srcdir)/src/data-types

diff --git a/net-libs/libetpan/libetpan-1.7.ebuild 
b/net-libs/libetpan/libetpan-1.7.ebuild
new file mode 100644
index 000..e9ab62f
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.7.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
+
+DEPEND="berkdb? ( sys-libs/db:= )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? ( dev-libs/openssl:0= )
+   )
+   sasl? ( dev-libs/cyrus-sasl )
+   liblockfile? ( net-libs/liblockfile )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0-nonnull.patch
+)
+
+pkg_setup() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
+   ewarn "No ssl support will be available in ${PN}."
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s/-O2 -g//" \
+   configure.ac
+
+   eautoreconf
+}
+
+src_configure() {
+   local sslconf
+
+   if use ssl; then
+   if use gnutls; then
+   sslconf="--with-gnutls --without-openssl"
+   else
+   sslconf="--without-gnutls --with-openssl"
+   fi
+   else
+   sslconf="--without-gnutls --without-openssl"
+  

[gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/

2016-05-05 Thread Michael Palimaka
commit: e5602c28fbad29197c4f485ff7cc0227cc12ad42
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  5 16:35:27 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  5 16:35:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5602c28

media-fonts/noto: introduce cjk USE flag

The vanilla noto tarball is quite large - approximately 470MB. This can be
problematic for users with slow internet connections or have limited storage.

Disabling the cjk USE flag causes a much smaller repacked tarball to be used
instead, at the cost of support for Chinese, Japanese, and Korean characters.

Gentoo-bug: 581344

Package-Manager: portage-2.2.28

 media-fonts/noto/Manifest|  1 +
 media-fonts/noto/noto-20160305-r1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/media-fonts/noto/Manifest b/media-fonts/noto/Manifest
index 58a0ed5..e4868bb 100644
--- a/media-fonts/noto/Manifest
+++ b/media-fonts/noto/Manifest
@@ -1,3 +1,4 @@
 DIST noto-2014.11.zip 381169520 SHA256 
6f49663b4a40ed291ff459808a9d1fa6d41f6b3309b79cf7aeaf5fa884040e2c SHA512 
36695b99daf870f76d00535513ae0e16170b8d7eb471f75ae016fb970cae236ce6fcf41da790567369dde0bbd87b4c023cac6aa197dd17f8f809d20a4cca3c5b
 WHIRLPOOL 
21977fb0369975ac6ae66c950826478b17f5d5860fd88b2e45f5c016b046e6f17618c1477fb84021348266babecf4c7efa3ca939495cb392bfb4b897466c2218
 DIST noto-2015.04.zip 380076754 SHA256 
20a467d6664f5bd5d4604e903dd562ba3970dd29b17b09c7b591cb3c293287f6 SHA512 
4ed6cb02007d2a96d46a96fba66639cce35019ce0490843d1d1ee3684dca4638227c6b6cb89b49cabe745b523d0e3b48f338555fcbe7168f120107d24d4d2ca7
 WHIRLPOOL 
cc92fceb7e4b260acc936c224cca1cee89d8be3f8dae5b9cbe7426c0787d8ed64aae587f53f46f9fdd327732b7755f04870f69617585f005cb7a3b67434c6452
 DIST noto-20160305.zip 494039413 SHA256 
a979d9837d4223bcbe55497e3b5c545e0e554a78584f60915f1e620d3fbe508e SHA512 
bf20eaf075491d46c7c4d1ea3514f38d0515180879ea4ad0a3a77d72c54cdd4b043e06f4e6852f5f68b1ab2d5f512261ad25ceacdb3e19db2769f0c05c1a795c
 WHIRLPOOL 
75c4bced2caa5990b8688e3c06214ed0dfc1dd85e00607b69c458a39c856835ea7ea9fd6d4f6710945c634991ed41cf3e3c69046e12194c22d73ecd8f46d4fc1
+DIST noto-nocjk-20160305.tar.xz 7818968 SHA256 
087c0d920e5ae651ad3671d558de1a11d5832b775f5d4e3e5d287acf9f2866df SHA512 
a7c5ef3f74ca8abfd1185cbfba2ddd29c8135162115ef418c41d85813e5823f12d7c78235569ae3288ea8012239052b7cf4cdbe811d014152acd4748bb55c715
 WHIRLPOOL 
bc959cd7acf7f1afb572f6c988f174502291c4b676d5e5c4044c21b2cc61537d0128851d09b6aa6380c4764b37b7d0d9b1958a5a33f70c785d2dd75353261450

diff --git a/media-fonts/noto/noto-20160305-r1.ebuild 
b/media-fonts/noto/noto-20160305-r1.ebuild
new file mode 100644
index 000..782ec2f
--- /dev/null
+++ b/media-fonts/noto/noto-20160305-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit font
+
+DESCRIPTION="Google's font family that aims to support all the world's 
languages"
+HOMEPAGE="https://www.google.com/get/noto/;
+SRC_URI="
+   cjk? ( https://dev.gentoo.org/~pacho/${PN}/${P}.zip )
+   !cjk? ( 
https://dev.gentoo.org/~kensington/distfiles/${PN}-nocjk-${PV}.tar.xz )
+"
+# renamed from upstream's unversioned Noto-hinted.zip
+# version number based on the timestamp of most recently updated font in the 
zip
+
+LICENSE="OFL-1.1" # https://github.com/googlei18n/noto-fonts/blob/master/NEWS
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cjk"
+
+DEPEND="!cjk? ( app-arch/unzip )"
+RESTRICT="binchecks strip"
+
+S=${WORKDIR}
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+
+src_install() {
+   use cjk && FONT_SUFFIX+=" otf"
+   font_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/

2016-05-05 Thread Joerg Bornkessel
commit: 7a2a00c7abcd407d709190ceb35858a30a8ebf75
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu May  5 16:34:11 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Thu May  5 16:34:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2a00c7

depend boost has to compile with threads support, thx to T.Foerster on wrt bug 
566124

Package-Manager: portage-2.2.28

 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild 
b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
index 8119d68..7f120fd 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
@@ -17,7 +17,7 @@ IUSE=""
 
 DEPEND=">=media-video/vdr-1.7.34
dev-libs/libgcrypt:0
-   dev-libs/boost"
+   dev-libs/boost[threads]"
 RDEPEND="${DEPEND}"
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi/

2016-05-05 Thread Jeroen Roovers
commit: 2e544ac81de1422699c92f29d2d9304d1171ccdc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May  5 16:22:33 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May  5 16:23:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e544ac8

www-client/vivaldi: Old.

Package-Manager: portage-2.2.28

 www-client/vivaldi/Manifest |   4 -
 www-client/vivaldi/vivaldi-1.0.435.42_p1.ebuild | 110 
 www-client/vivaldi/vivaldi-1.1.453.45_p1.ebuild | 109 ---
 3 files changed, 223 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index eef2020..c3be10b 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,7 +1,3 @@
-DIST vivaldi-1.0.435.42_p1-amd64.deb 44927174 SHA256 
a6cc5823319991946c8c9335dfa7853dd4fc820afae8042dcec1242f47aea34d SHA512 
c8068ddd1b0d140bdfa9d156e8ddf6d0021d23cd41f6062823abb0aea18db95a2431b60aa5838f3db0338bbe6f8c237e3ac48297cfb5c3a30c2196176e946b63
 WHIRLPOOL 
39143d2e2b9e8b745728aaee2af5f6e5a97bd7ca7868d36875dbf47ec1f2bddc884bf95c8510931450dd52e9ecd6dededff365a88d805d1c22af76e509619e90
-DIST vivaldi-1.0.435.42_p1-i386.deb 45346328 SHA256 
c008c6d3b068faf001d9cefcd7487c16e42a4192d903c27489a363589e7adf1d SHA512 
6d3115eb2e1a700c072f0c4b149c00e95c84df9a9bc04c0418f98e9cd429cbf24ea0e42752e2ad32cb0bbaa009204e815ea7299879f66659d47fcbad6a9b966b
 WHIRLPOOL 
04682118b9a95930c013675450986b5642b6a84046f27c248cfd7387ef50522aa4b5849833b23474fd3691ba5785cb1b7b1090b1358d30c283d1ebb84fc64483
-DIST vivaldi-1.1.453.45_p1-amd64.deb 44659298 SHA256 
a0f9f8cf2b9c9312363a1bc7c4d7312e031158cfe6ed897d75b51f8c0750c971 SHA512 
6cd092ceafb6d7d35a7fc2fb9efa84e24a16e0f679d0d277d71d6a5e5ca270f39b1faf1def9346e8bef8b1969b36a0b54a35d7bea6e76f07120e4e5d7c0d763c
 WHIRLPOOL 
4e66ced40f1897a87ae8c910d5560f285858e4c6d5f126aefe3eb8be574135bd8f74c8f09092e902e8e4ece9f2b37290d3b4e1bddd2488ba77bbecc496992ee7
-DIST vivaldi-1.1.453.45_p1-i386.deb 45223954 SHA256 
76796b9abe965578178d395c725b7dacca942982781f479809d53077eadf8dde SHA512 
34ac78970e948860dc3aef668bd8cd9599ce1c743528afe008d51cde66992e512c6a971929a990eb5eed7cd5572375af82c7bd5f787daab85a1f81cf25b83257
 WHIRLPOOL 
dec934064d8372ae3d6c76c9d7da0d4bdbbb1ac788e51bf252fb0c3dc7ec3f9acb75116d834b371ea8a9349ab3b14e568def67dd6c35c2ba471ebfc68a44ecb9
 DIST vivaldi-1.1.453.47_p1-amd64.deb 44656540 SHA256 
982f5cd3f5811becf6f915ff1252ff4d7e7c958dd44491008e4c364fa26e6a26 SHA512 
3f336db61edd1183af7c9c0e00d5d104dd4f9a73d167645efbf220d6f4239507aea404e9be1f2bb2c6d7e67d2d604c15676c9d8ddc96072bf445990c2909d056
 WHIRLPOOL 
306142a847ccf3d3a409b83c381271b05e526a4122c7df199370f97f3505a022a01e44b636d18fe8007ab635eb53bb328dd5ed84a5d93c9aa45dbeb13e4d3d22
 DIST vivaldi-1.1.453.47_p1-i386.deb 45219576 SHA256 
e3a3e3eb3d7d928b38866c15836a4ec89a0c6cdb850c09be36ef4e0b2f08a42c SHA512 
3c30cbc8be36f8d54c167d12497648fb1a98c229e93bd7e7f8bba1118bf7340ee1be177c4639893117cba394ad21209f7ca39d70c69fb4920583ba3cd06918da
 WHIRLPOOL 
e03edab40f251ab7a37c96df4e5b527a6164e3554862f88a54924e53d74686e9c362240c44cf826037a4de982171eb91b81509e01f37622a210d3c57ce7f7654
 DIST vivaldi-1.1.453.52_p1-amd64.deb 44707960 SHA256 
bc3b7ccda0d4eea221b0b530e32600534c18f2a71bdcb3030fad1a3e2f20c64d SHA512 
9a5d2bb198e8143c2251c273fa52a2d95cdd4417bcebc1df9230d103359543e0e655c5504f11a271965e950aa56621bc251754fe52a37495e1a5ace1c68a9c4d
 WHIRLPOOL 
a92dec8da868dcabaa0de1d4e7bb9442e906a61e95319ce4fc1babe6686325752c78d2cc9888a516c162433f9b70ce9564831af0f69894ca7f562131cb99dd99

diff --git a/www-client/vivaldi/vivaldi-1.0.435.42_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.0.435.42_p1.ebuild
deleted file mode 100644
index 50998f4..000
--- a/www-client/vivaldi/vivaldi-1.0.435.42_p1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en_GB en_US es_419 es et fa fil fi fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh_CN zh_TW
-"
-inherit chromium eutils multilib unpacker toolchain-funcs
-
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/;
-VIVALDI_BASE_URI="${HOMEPAGE}download/stable/${PN}-stable_${PV/_p/-}_"
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo

[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi/

2016-05-05 Thread Jeroen Roovers
commit: 65b3efbc2e8a555c3222b960f9ef51d345e61f4a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May  5 16:21:26 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May  5 16:23:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b3efbc

www-client/vivaldi: Version bump.

Package-Manager: portage-2.2.28

 www-client/vivaldi/Manifest |   4 +
 www-client/vivaldi/vivaldi-1.1.453.52_p1.ebuild | 106 
 www-client/vivaldi/vivaldi-1.2.470.11_p1.ebuild | 105 +++
 3 files changed, 215 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 08bb435..eef2020 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,3 +4,7 @@ DIST vivaldi-1.1.453.45_p1-amd64.deb 44659298 SHA256 
a0f9f8cf2b9c9312363a1bc7c4d
 DIST vivaldi-1.1.453.45_p1-i386.deb 45223954 SHA256 
76796b9abe965578178d395c725b7dacca942982781f479809d53077eadf8dde SHA512 
34ac78970e948860dc3aef668bd8cd9599ce1c743528afe008d51cde66992e512c6a971929a990eb5eed7cd5572375af82c7bd5f787daab85a1f81cf25b83257
 WHIRLPOOL 
dec934064d8372ae3d6c76c9d7da0d4bdbbb1ac788e51bf252fb0c3dc7ec3f9acb75116d834b371ea8a9349ab3b14e568def67dd6c35c2ba471ebfc68a44ecb9
 DIST vivaldi-1.1.453.47_p1-amd64.deb 44656540 SHA256 
982f5cd3f5811becf6f915ff1252ff4d7e7c958dd44491008e4c364fa26e6a26 SHA512 
3f336db61edd1183af7c9c0e00d5d104dd4f9a73d167645efbf220d6f4239507aea404e9be1f2bb2c6d7e67d2d604c15676c9d8ddc96072bf445990c2909d056
 WHIRLPOOL 
306142a847ccf3d3a409b83c381271b05e526a4122c7df199370f97f3505a022a01e44b636d18fe8007ab635eb53bb328dd5ed84a5d93c9aa45dbeb13e4d3d22
 DIST vivaldi-1.1.453.47_p1-i386.deb 45219576 SHA256 
e3a3e3eb3d7d928b38866c15836a4ec89a0c6cdb850c09be36ef4e0b2f08a42c SHA512 
3c30cbc8be36f8d54c167d12497648fb1a98c229e93bd7e7f8bba1118bf7340ee1be177c4639893117cba394ad21209f7ca39d70c69fb4920583ba3cd06918da
 WHIRLPOOL 
e03edab40f251ab7a37c96df4e5b527a6164e3554862f88a54924e53d74686e9c362240c44cf826037a4de982171eb91b81509e01f37622a210d3c57ce7f7654
+DIST vivaldi-1.1.453.52_p1-amd64.deb 44707960 SHA256 
bc3b7ccda0d4eea221b0b530e32600534c18f2a71bdcb3030fad1a3e2f20c64d SHA512 
9a5d2bb198e8143c2251c273fa52a2d95cdd4417bcebc1df9230d103359543e0e655c5504f11a271965e950aa56621bc251754fe52a37495e1a5ace1c68a9c4d
 WHIRLPOOL 
a92dec8da868dcabaa0de1d4e7bb9442e906a61e95319ce4fc1babe6686325752c78d2cc9888a516c162433f9b70ce9564831af0f69894ca7f562131cb99dd99
+DIST vivaldi-1.1.453.52_p1-i386.deb 45209770 SHA256 
86676dd556ce3fb2724290183c0b0519d95a889bad10100313ded33ca551a5bb SHA512 
e0fcc6ab94c3cc7d2e7f4878a6fc3aa3fdda9be9904329d9a06ba865f5dabf73b38afd5f199dca440cdd5f217c9c9a4cfc4acbd22776bb458973a382b0f099f1
 WHIRLPOOL 
e1efe52d97b9496c5bf1adfe59093afd35faff399401fb60036f7456a9864f86d6aaa7e5acbb4d9595158a45cfcd8921e9c667790c645e5fc64600d30d28a77b
+DIST vivaldi-1.2.470.11_p1-amd64.deb 44717014 SHA256 
14c8e25470266130034a475111c56da067f3cb418616e7096003a4ba63894418 SHA512 
0d762a537af096272992e5470ff41f9278e7ffc703be215d1dcb7d9b0fa1610e1744ab341bf668d81c4bf25021766034f19bfd1b867e0144fc965738bf59d806
 WHIRLPOOL 
0c8ccb0230b4b01456bd8a23d1c18d826fa771087ee0c7a0f53c6eb46427f00f8480f1bec79ca23572af97ee14e56c873f26151e21e1d90cf0b096e29e7d22fc
+DIST vivaldi-1.2.470.11_p1-i386.deb 45222054 SHA256 
52d5edf503dce5b31ed51d3bf975a647907b5e2db25a07e18cd0991cb1137e5e SHA512 
3eaaf97edea31658896324475d77175f21b4c4ac5fe6c59e6a663cbf2c589d0836abbd42dd0e8ff296d451d8ca3de5d53288ef1e398049ef786e005b46ed9129
 WHIRLPOOL 
5027589c19dcbe4141b82af24aec9edb46ba83e6f6ca20fe1ebaac2b87591f422dd3f2201b22393fcf9cc0142965fd841d6a8eb4f894d176ead965250064861b

diff --git a/www-client/vivaldi/vivaldi-1.1.453.52_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.1.453.52_p1.ebuild
new file mode 100644
index 000..888d60f
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.1.453.52_p1.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en_GB en_US es_419 es et fa fil fi fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh_CN zh_TW
+"
+inherit chromium eutils multilib unpacker toolchain-funcs
+
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/stable/${PN}-stable_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   

[gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/metadata/

2016-05-05 Thread Brian Dolbec
commit: 6a61a12b827a0fbcdf6c111f936d8f17f6b10a33
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu May  5 16:04:54 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu May  5 16:04:54 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6a61a12b

repoman/modules/.../pkgmetadata.py: Add code to remove mostly duplicate errors

Some types of errors produce two error messages cluttering up the output.
The first error message is clearer, listing the possible option values allowed.
This filters out the second error message for that same line and attribute.

 pym/repoman/modules/scan/metadata/pkgmetadata.py | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/pym/repoman/modules/scan/metadata/pkgmetadata.py 
b/pym/repoman/modules/scan/metadata/pkgmetadata.py
index d8344c2..433551a 100644
--- a/pym/repoman/modules/scan/metadata/pkgmetadata.py
+++ b/pym/repoman/modules/scan/metadata/pkgmetadata.py
@@ -221,11 +221,16 @@ class PkgMetadata(ScanBase, USEFlagChecks):
return uselist
 
def _add_validate_errors(self, xpkg, log):
+   listed = set()
for error in log:
-   self.qatracker.add_error(
-   "metadata.bad",
-   "%s/metadata.xml: line: %s, %s"
-   % (xpkg, error.line, error.message))
+   msg_prefix = error.message.split(":",1)[0]
+   info = "%s %s" % (error.line, msg_prefix)
+   if info not in listed:
+   listed.add(info)
+   self.qatracker.add_error(
+   "metadata.bad",
+   "%s/metadata.xml: line: %s, %s"
+   % (xpkg, error.line, error.message))
 
@property
def runInPkgs(self):



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-kvdrmon/

2016-05-05 Thread Joerg Bornkessel
commit: 3478d06c2ddab44b2030c14f36cd4f5b9dbee87e
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu May  5 16:06:53 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Thu May  5 16:06:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3478d06c

compilefix vdr-2.1.1, thx to T.Foerster on wrt bug 541130

Package-Manager: portage-2.2.28

 media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild 
b/media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild
index c89f0f5..c9ef160 100644
--- a/media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild
+++ b/media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild
@@ -19,3 +19,12 @@ DEPEND=">=media-video/vdr-1.3.0"
 RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}/${P}-remove-menu-entry.diff" )
+
+src_prepare() {
+   vdr-plugin-2_src_prepare
+
+   if has_version ">=media-video/vdr-2.1.1"; then
+   sed -e "s/VideoDiskSpace/cVideoDirectory::VideoDiskSpace/" \
+   -i helpers.c
+   fi
+}



[gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/metadata/

2016-05-05 Thread Brian Dolbec
commit: afefcbc188ea25540d72224034668207d9f4e024
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu May  5 16:01:02 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu May  5 16:01:02 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=afefcbc1

repoman/modules/.../pkgmetadata.py: Add code to remove mostly duplicate errors

Some types of errors produce two error messages cluttering up the output.
The first error message is clearer, listing the possible option values allowed.
This filters out the second error message for that same line and attribute.

 pym/repoman/modules/scan/metadata/pkgmetadata.py | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/pym/repoman/modules/scan/metadata/pkgmetadata.py 
b/pym/repoman/modules/scan/metadata/pkgmetadata.py
index d8344c2..81e435e 100644
--- a/pym/repoman/modules/scan/metadata/pkgmetadata.py
+++ b/pym/repoman/modules/scan/metadata/pkgmetadata.py
@@ -221,11 +221,16 @@ class PkgMetadata(ScanBase, USEFlagChecks):
return uselist
 
def _add_validate_errors(self, xpkg, log):
+   listed = set()
for error in log:
-   self.qatracker.add_error(
-   "metadata.bad",
-   "%s/metadata.xml: line: %s, %s"
-   % (xpkg, error.line, error.message))
+   msg_prefix = error.message.split(":",1)[0]
+   info = "%s %s" % (error.line, msg_prefix)
+   if info not in listed:
+   listed.add(info)
+   self.qatracker.add_error(
+   "metadata.bad",
+   "%s/metadata.xml: line: %s, %s, %s"
+   % (xpkg, error.line, error.type, 
error.message))
 
@property
def runInPkgs(self):



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/

2016-05-05 Thread Patrice Clement
commit: 7494ce554f4f4111d7e4d0a23ffc7717234df1d4
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May  5 14:44:33 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May  5 15:03:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7494ce55

dev-python/pypy3-bin: Remove trailing whitespace and clear QA warning.

Package-Manager: portage-2.2.26

 dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild 
b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
index d80da51..9c78d0f 100644
--- a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
+++ b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
@@ -84,10 +84,10 @@ QA_PREBUILT="
 src_prepare() {
epatch \
"${FILESDIR}/4.0.0-gentoo-path.patch" \
-   
"${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch"
-   epatch "${FILESDIR}/2.4.0-ncurses6.patch"
-   epatch "${FILESDIR}"/pypy3-2.4.0-libressl.patch
-   epatch "${FILESDIR}/pypy3-2.4.0-fix-tkinter-regression.patch" 
+   
"${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch"
 \
+   "${FILESDIR}/2.4.0-ncurses6.patch" \
+   "${FILESDIR}/pypy3-2.4.0-libressl.patch" \
+   "${FILESDIR}/pypy3-2.4.0-fix-tkinter-regression.patch"
 
sed -e "s^@EPREFIX@^${EPREFIX}^" \
-e "s^@libdir@^$(get_libdir)^" \



[gentoo-commits] repo/gentoo:master commit in: net-dialup/accel-ppp/

2016-05-05 Thread Sergey Popov
commit: 939d514e835ffd0f82ab4727407368df872d7025
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu May  5 15:14:26 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu May  5 15:16:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939d514e

net-dialup/accel-ppp: add live ebuilds for 1.10 and master branches

Package-Manager: portage-2.2.28

 net-dialup/accel-ppp/Manifest   |   1 -
 net-dialup/accel-ppp/accel-ppp-1.10..ebuild |  96 +++
 net-dialup/accel-ppp/accel-ppp-.ebuild  | 100 
 3 files changed, 196 insertions(+), 1 deletion(-)

diff --git a/net-dialup/accel-ppp/Manifest b/net-dialup/accel-ppp/Manifest
index fe9feea..087a6ea 100644
--- a/net-dialup/accel-ppp/Manifest
+++ b/net-dialup/accel-ppp/Manifest
@@ -1,2 +1 @@
-DIST accel-ppp-1.10.1.tar.bz2 1587117 SHA256 
2333897563925d719b1b5e6fd05238fe769b967a9bac73d3b1daa1b8ff274b7d SHA512 
43dc01992a8298970911d202736af0dcd3b46744d18ecce5d4987bab8d312cfb75d5a72a6f5c1b91ad7943c2c66371063402688cce57106db116b407205f142b
 WHIRLPOOL 
0ce66a3a0daf6f4902baf7bf8ace545c1a2e8e9105bb62dc7dad96d3da131a215da17d6e722488fc9388acfb4a7f028bf9904e62c8c7a43fa7d2cb3aa9a7ca81
 DIST accel-ppp-1.10.2.tar.bz2 1587850 SHA256 
ffd339ff1589c8b9e306028844e7156ee6d2b019b1219f1b8b62314c835e8a7d SHA512 
6cc1d5f0786196fbbebc0f04830f780c1f2d2995bc7fb6384729b64820c74d0fb53f052bdaa71fa3b6165ab13cd7c137bfdc3ef717f6e866a329b893d7375ce1
 WHIRLPOOL 
050a5fe5eafba1e90f7b200a476e2edfbb878039a8e4ac5d06fdc195ad72720d7382267b7181e2a8ec47c2db8da4664b1315dff75ffcbc087c0e7e035577862c

diff --git a/net-dialup/accel-ppp/accel-ppp-1.10..ebuild 
b/net-dialup/accel-ppp/accel-ppp-1.10..ebuild
new file mode 100644
index 000..1f8c989
--- /dev/null
+++ b/net-dialup/accel-ppp/accel-ppp-1.10..ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="git://git.code.sf.net/p/accel-ppp/code"
+EGIT_BRANCH="1.10"
+inherit cmake-utils flag-o-matic git-r3 linux-info linux-mod
+
+DESCRIPTION="High performance PPTP, PPPoE and L2TP server"
+HOMEPAGE="http://accel-ppp.sourceforge.net/;
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug doc ipoe postgres radius shaper snmp valgrind"
+
+RDEPEND="postgres? ( dev-db/postgresql:* )
+   snmp? ( net-analyzer/net-snmp )
+   dev-libs/libpcre
+   dev-libs/openssl:0"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )"
+PDEPEND="net-dialup/ppp-scripts"
+
+DOCS=( README )
+
+CONFIG_CHECK="~L2TP ~PPPOE ~PPTP"
+
+REQUIRED_USE="valgrind? ( debug )"
+
+pkg_setup() {
+   if use ipoe; then
+   linux-mod_pkg_setup
+   set_arch_to_kernel
+   else
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   sed -i  -e "/mkdir/d" \
+   -e "/echo/d" \
+   -e "s: RENAME accel-ppp.conf.dist::" accel-pppd/CMakeLists.txt 
|| die 'sed on accel-pppd/CMakeLists.txt failed'
+   sed -i -e '/modules_install/d' drivers/ipoe/CMakeLists.txt || die 'sed 
on drivers/ipoe/CMakeLists.txt failed'
+
+   # Bug #549918
+   append-ldflags -Wl,-z,lazy
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local libdir="$(get_libdir)"
+   # There must be also dev-libs/tomcrypt (TOMCRYPT) as crypto alternative 
to OpenSSL
+   local mycmakeargs=(
+   -DLIB_PATH_SUFFIX="${libdir#lib}"
+   -DBUILD_IPOE_DRIVER="$(usex ipoe)"
+   -DBUILD_PPTP_DRIVER=no
+   -DCRYPTO=OPENSSL
+   -DLOG_PGSQL="$(usex postgres)"
+   -DMEMDEBUG="$(usex debug)"
+   -DNETSNMP="$(usex snmp)"
+   -DRADIUS="$(usex radius)"
+   -DSHAPER="$(usex shaper)"
+   -DVALGRIND="$(usex valgrind)"
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+}
+
+src_install() {
+   if use ipoe; then
+   local 
MODULE_NAMES="ipoe(accel-ppp:${BUILD_DIR}/drivers/ipoe/driver)"
+   linux-mod_src_install
+   fi
+
+   cmake-utils_src_install
+
+   use doc && dodoc -r rfc
+
+   if use snmp; then
+   insinto /usr/share/snmp/mibs
+   doins accel-pppd/extra/net-snmp/ACCEL-PPP-MIB.txt
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}d
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}d
+
+   dodir /var/log/accel-ppp
+}

diff --git a/net-dialup/accel-ppp/accel-ppp-.ebuild 
b/net-dialup/accel-ppp/accel-ppp-.ebuild
new file mode 100644
index 000..c8b5751
--- /dev/null
+++ b/net-dialup/accel-ppp/accel-ppp-.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="git://git.code.sf.net/p/accel-ppp/code"
+inherit cmake-utils flag-o-matic 

[gentoo-commits] repo/gentoo:master commit in: net-dialup/accel-ppp/files/

2016-05-05 Thread Sergey Popov
commit: 2741de3d15cf1c7422f46551a06b4841a49f0918
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu May  5 14:50:22 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu May  5 15:16:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2741de3d

net-dialup/accel-ppp: improve stop sequence in initscript

Package-Manager: portage-2.2.28

 net-dialup/accel-ppp/files/accel-ppp.initd | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/net-dialup/accel-ppp/files/accel-ppp.initd 
b/net-dialup/accel-ppp/files/accel-ppp.initd
index fd9cbad..df98efb 100644
--- a/net-dialup/accel-ppp/files/accel-ppp.initd
+++ b/net-dialup/accel-ppp/files/accel-ppp.initd
@@ -24,8 +24,14 @@ start() {
 
 stop() {
ebegin "Stopping accel-pppd"
-   start-stop-daemon --stop --quiet --pidfile ${ACCEL_PPPD_PID}
-   eend $?
+   accel-cmd shutdown
+   [ $? -ne 0 ] && kill -9 $(pidof accel-pppd)
+   PID="$(cat ${ACCEL_PPPD_PID})"
+   while [ -n "${PID}" -a -d "/proc/${PID}" ]; do
+   sleep 1
+   done
+   rm -f ${ACCEL_PPPD_PID}
+   eend 0
 }
 
 reload() {



  1   2   >