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

2016-12-03 Thread Andrew Savchenko
commit: 423ab92ca20594d5974fc04cc7d9ed841512f0a3
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sat Dec  3 14:16:25 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat Dec  3 16:47:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423ab92c

app-text/stardict: fix tools installation

- install perl tools on demand;
- do not rename tools with names already stared with "stardict";
- install tools-related examples.

Package-Manager: portage-2.3.2
Signed-off-by: Andrew Savchenko  gentoo.org>

 app-text/stardict/stardict-3.0.6-r3.ebuild | 17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild 
b/app-text/stardict/stardict-3.0.6-r3.ebuild
index 03ccdc0..e793103 100644
--- a/app-text/stardict/stardict-3.0.6-r3.ebuild
+++ b/app-text/stardict/stardict-3.0.6-r3.ebuild
@@ -22,7 +22,7 @@ LICENSE="CPL-1.0 GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="advertisement debug dictdotcn espeak examples +gucharmap
-+htmlparse man +powerwordparse pronounce qqwry spell tools
++htmlparse man perl +powerwordparse pronounce qqwry spell tools
 updateinfo +wikiparse +wordnet +xdxfparse"
 
 RESTRICT="test"
@@ -132,6 +132,7 @@ src_install() {
fi
 
# noinst_PROGRAMS with ${PN}_ prefix from tools/src/Makefile.am wrt 
#292773
+   # and additional scripts from tools dir
if use tools; then
local app
local apps="${PN}-editor pydict2dic olddic2newdic oxford2dic 
directory2dic
@@ -145,12 +146,24 @@ src_install() {
resdatabase2dir dir2resdatabase ${PN}-index sd2foldoc 
${PN}-text2bin
${PN}-bin2text ${PN}-repair"
 
+   use perl && apps+=" dicts-dump.pl ncce2stardict.pl 
parse-oxford.perl"
+
for app in ${apps}; do
-   newbin tools/src/${app} ${PN}_${app}
+   if [[ "${app}" =~ ^${PN} ]]; then
+   dobin "tools/src/${app}"
+   else
+   newbin "tools/src/${app}" "${PN}_${app}"
+   fi
done
 
docinto tools
dodoc tools/{AUTHORS,ChangeLog,README}
+
+   if use examples; then
+   insinto tools
+   insinto /usr/share/doc/${PF}/tools
+   doins 
tools/src/{dictbuilder.{example,readme},example.ifo,example_treedict.tar.bz2}
+   fi
fi
 }
 



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

2016-12-03 Thread Andrew Savchenko
commit: a9260fb4dfb5b76b7a258c2de680494c75557079
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sat Dec  3 06:14:31 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat Dec  3 16:47:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9260fb4

app-text/stardict: handle stardict plugins using USE flags

Previously many stardict plugins were unconditionally enabled or
disabled, they are controllable now, except for festival, where
app-accessibility/festival should be updated first, and plugins for
unsupported interfaces, like maemo or gpe.

Package-Manager: portage-2.3.2
Signed-off-by: Andrew Savchenko  gentoo.org>

 app-text/stardict/metadata.xml | 21 
 app-text/stardict/stardict-3.0.6-r3.ebuild | 32 --
 2 files changed, 38 insertions(+), 15 deletions(-)

diff --git a/app-text/stardict/metadata.xml b/app-text/stardict/metadata.xml
index 283525d..8b2d995 100644
--- a/app-text/stardict/metadata.xml
+++ b/app-text/stardict/metadata.xml
@@ -12,15 +12,28 @@
 as Full-text translation, Net Dict. 
 

-   Enable text to speech synthesizer using 
espeak
-engine
+   Enable stardict advertisements 
plugin
+   Enable dict.cn network plugin (for 
Chinese language)
+   Enable text to speech synthesizer plugin 
using
+   app-accessibility/espeak engine
+   Enable plugin for unicode symbols 
description
+   using gnome-extra/gucharmap
+   Enable plugin to parse dictionaries with 
html content
+   Enable plugin to read manual pages
Install WyabdcRealPeopleTTS package (it 
is just
 many .wav files) to make StarDict pronounce English 
words
Enable QQWry plugin, which provides 
information (in
 Chinese language) about geographical positions, owner, 
etc. for IP
 addresses
-   Build and install dictionary management
-   tools and converters from various dictionary 
formats
+   Enable plugin to parse powerword 
dictionaries
+   Build and install dictionary management 
tools and
+   converters from various dictionary formats
+   Enable plugin to check for stardict 
updates
+   Enable plugin to parse dictionaries in 
wikimedia format
+   Enable wordnet plugin to find similar 
English words
+   using lexical database
+   Enable plugin to parse dictionaries
+   in xdxf (XML Dictionary eXchange Format)


stardict-4

diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild 
b/app-text/stardict/stardict-3.0.6-r3.ebuild
index 1f059fa..2ee16b3 100644
--- a/app-text/stardict/stardict-3.0.6-r3.ebuild
+++ b/app-text/stardict/stardict-3.0.6-r3.ebuild
@@ -21,7 +21,9 @@ SRC_URI="mirror://sourceforge/${PN}-4/${P}.tar.bz2
 LICENSE="CPL-1.0 GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug espeak pronounce spell tools qqwry"
+IUSE="advertisement debug dictdotcn espeak +gucharmap +htmlparse
+man +powerwordparse pronounce qqwry spell tools updateinfo
++wikiparse +wordnet +xdxfparse"
 
 RESTRICT="test"
 
@@ -33,6 +35,7 @@ COMMON_DEPEND="
>=x11-libs/gtk+-2.20:2
x11-libs/libX11
x11-libs/pango
+   gucharmap? ( gnome-extra/gucharmap:0= )
spell? ( >=app-text/enchant-1.2 )
tools? (
dev-libs/libpcre:=
@@ -67,25 +70,32 @@ src_prepare() {
 }
 
 src_configure() {
-   # NOTE: Festival plugin crashes, bug 188684. Disable for now.
-
# Hint: EXTRA_ECONF="--enable-gnome-support" and manual install of
# libbonobo-2, libgnome-2, libgnomeui-2, gconf-2 and orbit-2 will
# give you GNOME 2.x support, that is otherwise considered deprecated
# because of the deep GNOME 2.x core library dependencies
+
+   # Festival plugin crashes, bug 188684. Disable for now.
gnome2_src_configure \
-   $(use_enable tools) \
+   --disable-festival \
+   --disable-gnome-support \
+   --disable-gpe-support \
+   --disable-schemas-install \
--disable-scrollkeeper \
-   $(use_enable spell) \
-   --disable-gucharmap \
+   $(use_enable advertisement) \
+   $(use_enable dictdotcn) \
$(use_enable debug) \
-   --disable-festival \
$(use_enable espeak) \
+   $(use_enable gucharmap) \
+   $(use_enable htmlparse) \
$(use_enable qqwry) \
-   --disable-updateinfo \
-   --disable-gnome-support \
-   --disable-gpe-support \
-   

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

2016-12-03 Thread Andrew Savchenko
commit: 9296b5ddf49633f09d0188114e57f1d9cdd2556b
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Fri Dec  2 16:32:20 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat Dec  3 16:47:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9296b5dd

app-text/stardict: update to EAPI 6

Package-Manager: portage-2.3.2
Signed-off-by: Andrew Savchenko  gentoo.org>

 app-text/stardict/stardict-3.0.6-r3.ebuild | 141 +
 1 file changed, 141 insertions(+)

diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild 
b/app-text/stardict/stardict-3.0.6-r3.ebuild
new file mode 100644
index ..1f059fa
--- /dev/null
+++ b/app-text/stardict/stardict-3.0.6-r3.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# NOTE: Even though the *.dict.dz are the same as dictd/freedict's files,
+#   their indexes seem to be in a different format. So we'll keep them
+#   seperate for now.
+
+GNOME2_LA_PUNT=yes
+
+inherit flag-o-matic gnome2
+
+DESCRIPTION="A international dictionary supporting fuzzy and glob style 
matching"
+HOMEPAGE="http://stardict-4.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}-4/${P}.tar.bz2
+   pronounce? ( 
https://${PN}-3.googlecode.com/files/WyabdcRealPeopleTTS.tar.bz2 )
+   qqwry? ( mirror://gentoo/QQWry.Dat.bz2 )"
+
+LICENSE="CPL-1.0 GPL-3 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug espeak pronounce spell tools qqwry"
+
+RESTRICT="test"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.16:2
+   dev-libs/libsigc++:2=
+   sys-libs/zlib:=
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-2.20:2
+   x11-libs/libX11
+   x11-libs/pango
+   spell? ( >=app-text/enchant-1.2 )
+   tools? (
+   dev-libs/libpcre:=
+   dev-libs/libxml2:=
+   virtual/mysql
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   espeak? ( >=app-accessibility/espeak-1.29 )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   app-text/gnome-doc-utils
+   dev-libs/libxslt
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # From Fedora
+   # Remove unneeded sigc++ header files to make it sure
+   # that we are using system-wide libsigc++
+   # (and these does not work on gcc43)
+   find dict/src/sigc++* -name \*.h -or -name \*.cc | xargs rm -f || die
+
+   # libsigc++ started to require c++11 support
+   append-cxxflags "-std=c++11"
+
+   eapply_user
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # NOTE: Festival plugin crashes, bug 188684. Disable for now.
+
+   # Hint: EXTRA_ECONF="--enable-gnome-support" and manual install of
+   # libbonobo-2, libgnome-2, libgnomeui-2, gconf-2 and orbit-2 will
+   # give you GNOME 2.x support, that is otherwise considered deprecated
+   # because of the deep GNOME 2.x core library dependencies
+   gnome2_src_configure \
+   $(use_enable tools) \
+   --disable-scrollkeeper \
+   $(use_enable spell) \
+   --disable-gucharmap \
+   $(use_enable debug) \
+   --disable-festival \
+   $(use_enable espeak) \
+   $(use_enable qqwry) \
+   --disable-updateinfo \
+   --disable-gnome-support \
+   --disable-gpe-support \
+   --disable-schemas-install
+}
+
+src_install() {
+   gnome2_src_install
+
+   dodoc 
dict/doc/{Documentation,FAQ,HACKING,HowToCreateDictionary,Skins,StarDictFileFormat,Translation}
+
+   if use qqwry; then
+   insinto /usr/share/${PN}/data
+   doins ../QQWry.Dat
+   fi
+
+   if use pronounce; then
+   docinto WyabdcRealPeopleTTS
+   dodoc ../WyabdcRealPeopleTTS/{README,readme.txt}
+   rm -f ../WyabdcRealPeopleTTS/{README,readme.txt}
+   insinto /usr/share
+   doins -r ../WyabdcRealPeopleTTS
+   fi
+
+   # noinst_PROGRAMS with ${PN}_ prefix from tools/src/Makefile.am wrt 
#292773
+   if use tools; then
+   local app
+   local apps="${PN}-editor pydict2dic olddic2newdic oxford2dic 
directory2dic
+   dictd2dic wquick2dic ec50 directory2treedic 
treedict2dir jdictionary mova
+   xmlinout soothill kanjidic2 powerword kdic 21tech 
21shiji buddhist
+   tabfile cedict edict duden ${PN}-dict-update degb2utf 
frgb2utf
+   jpgb2utf gmx2utf rucn kingsoft wikipedia wikipediaImage 
babylon
+   ${PN}2txt ${PN}-verify fest2dict i2e2dict downloadwiki
+   ooo2dict myspell2dic exc2i2e dictbuilder tabfile2sql 
KangXi Unihan
+   xiaoxuetang-ja wubi ydp2dict 

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

2016-12-03 Thread Andrew Savchenko
commit: 0199fbe7d6a4830259302f243a53b428e2a7099f
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sat Dec  3 06:51:22 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat Dec  3 16:47:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0199fbe7

app-text/stardict: documentation fixes

- install all docs, but omit zero or dummy files;
- install tools docs on demand;
- install examples on demand.

Package-Manager: portage-2.3.2
Signed-off-by: Andrew Savchenko  gentoo.org>

 app-text/stardict/stardict-3.0.6-r3.ebuild | 33 +-
 1 file changed, 28 insertions(+), 5 deletions(-)

diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild 
b/app-text/stardict/stardict-3.0.6-r3.ebuild
index 2ee16b3..03ccdc0 100644
--- a/app-text/stardict/stardict-3.0.6-r3.ebuild
+++ b/app-text/stardict/stardict-3.0.6-r3.ebuild
@@ -21,9 +21,9 @@ SRC_URI="mirror://sourceforge/${PN}-4/${P}.tar.bz2
 LICENSE="CPL-1.0 GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="advertisement debug dictdotcn espeak +gucharmap +htmlparse
-man +powerwordparse pronounce qqwry spell tools updateinfo
-+wikiparse +wordnet +xdxfparse"
+IUSE="advertisement debug dictdotcn espeak examples +gucharmap
++htmlparse man +powerwordparse pronounce qqwry spell tools
+updateinfo +wikiparse +wordnet +xdxfparse"
 
 RESTRICT="test"
 
@@ -55,6 +55,9 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
 "
 
+# docs are messy, installed manually below
+DOCS=""
+
 src_prepare() {
# From Fedora
# Remove unneeded sigc++ header files to make it sure
@@ -101,7 +104,19 @@ src_configure() {
 src_install() {
gnome2_src_install
 
-   dodoc 
dict/doc/{Documentation,FAQ,HACKING,HowToCreateDictionary,Skins,StarDictFileFormat,Translation}
+   dodoc AUTHORS ChangeLog README
+
+   docinto dict
+   dodoc dict/{AUTHORS,ChangeLog,README,TODO}
+   dodoc 
dict/doc/{Documentation,FAQ,HowToCreateDictionary,Skins,StarDictFileFormat,TextualDictionaryFileFormat,Translation}
+
+   docinto lib
+   dodoc lib/{AUTHORS,ChangeLog,README}
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}/dict
+   doins dict/doc/stardict-textual-dict*
+   fi
 
if use qqwry; then
insinto /usr/share/${PN}/data
@@ -133,10 +148,14 @@ src_install() {
for app in ${apps}; do
newbin tools/src/${app} ${PN}_${app}
done
+
+   docinto tools
+   dodoc tools/{AUTHORS,ChangeLog,README}
fi
 }
 
 pkg_postinst() {
+   elog
elog "Note: festival text to speech (TTS) plugin is not built. To use 
festival"
elog 'TTS plugin, please, emerge festival and enable "Use TTS program." 
at:'
elog '"Preferences -> Dictionary -> Sound" and fill in "Commandline" 
with:'
@@ -144,8 +163,12 @@ pkg_postinst() {
elog
elog "You will now need to install ${PN} dictionary files. If"
elog "you have not, execute the below to get a list of dictionaries:"
-   elog
elog "  emerge -s ${PN}-"
+   elog
+   elog "Additionally you may install any stardict dictionary from the net"
+   elog "by unpacking it to:"
+   elog "  /usr/share/stardict/dic"
+   elog
 
gnome2_pkg_postinst
 }



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

2016-12-03 Thread Mike Gilbert
commit: dae8901f32d15e7ab04c19c7efd763b692cec869
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Dec  3 15:53:13 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Dec  3 15:58:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae8901f

dev-python/flask-admin: depend on sci-libs/Shapely

Package-Manager: portage-2.3.2_p12_p314445

 dev-python/flask-admin/flask-admin-1.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-admin/flask-admin-1.4.2-r1.ebuild 
b/dev-python/flask-admin/flask-admin-1.4.2-r1.ebuild
index 4371358..362fea0 100644
--- a/dev-python/flask-admin/flask-admin-1.4.2-r1.ebuild
+++ b/dev-python/flask-admin/flask-admin-1.4.2-r1.ebuild
@@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
dev-python/flask-mongoengine[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
dev-python/flask-babelex[${PYTHON_USEDEP}]
-   dev-python/shapely[${PYTHON_USEDEP}]
+   sci-libs/Shapely[${PYTHON_USEDEP}]
dev-python/geoalchemy2[${PYTHON_USEDEP}]
>=dev-python/pillow-2.9[${PYTHON_USEDEP},jpeg]
)"



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

2016-12-03 Thread Mike Gilbert
commit: 6e0b9cd7c1d715f42c107501b80fab45b711aeab
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Dec  3 15:58:19 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Dec  3 15:58:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0b9cd7

profiles: mask dev-python/shapely

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index eb143cd..2f00c2d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Gilbert  (03 Dec 2016)
+# Duplicate package, see sci-libs/Shapely.
+# Removal in 30 days.
+dev-python/shapely
+
 # Eray Aslan  (01 Dec 2016)
 # Mask release candidates
 =app-crypt/heimdal-7.0*



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

2016-12-03 Thread Mike Gilbert
commit: a7f924bc95230eb9f7413fb4299ae829a5491a3b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Dec  3 15:54:40 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Dec  3 15:58:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f924bc

dev-python/geoalchemy2: depend on sci-libs/Shapely

Package-Manager: portage-2.3.2_p12_p314532

 dev-python/geoalchemy2/geoalchemy2-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild 
b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
index 6654abb..6622acb 100644
--- a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
+++ b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild
@@ -21,7 +21,7 @@ RDEPEND=">=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
-   dev-python/shapely[${PYTHON_USEDEP}]
+   sci-libs/Shapely[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/pypolicyd-spf/

2016-12-03 Thread Michael Orlitzky
commit: a647e6a9d096680b9f7aa80b8ef94bb411394e47
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Dec  3 14:36:09 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Dec  3 14:36:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a647e6a9

mail-filter/pypolicyd-spf: new version 2.0.0.

Package-Manager: portage-2.3.0

 mail-filter/pypolicyd-spf/Manifest |  1 +
 .../pypolicyd-spf/pypolicyd-spf-2.0.0.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/mail-filter/pypolicyd-spf/Manifest 
b/mail-filter/pypolicyd-spf/Manifest
index b5d8f01..ebba391 100644
--- a/mail-filter/pypolicyd-spf/Manifest
+++ b/mail-filter/pypolicyd-spf/Manifest
@@ -1 +1,2 @@
 DIST pypolicyd-spf-1.3.2.tar.gz 32973 SHA256 
7174c46a26c9c35b0d66ddba821b02b0dc2df9d1f6bf0c9da71dcd60795b2966 SHA512 
e80b13a0cf9f8406592db5edcb9770051352b3f637d4d9d5bd96295710bf3728a8350c0697e5b430698b0d9d226c83c9decb67923ed5cdb3502ee15509715af4
 WHIRLPOOL 
91051b0702098b14d0e8281184219f7c96304b59b8a56b7088810af83383b18feb414b53eb259f9d13a37a108373633adeb4a7f866bbd54a480cb1ec287af6a6
+DIST pypolicyd-spf-2.0.0.tar.gz 37810 SHA256 
a91e13f1d40d5ab0b63875967d5950440ab387efeea41dad46cac39b24158838 SHA512 
76250192f07f06e223b99e6532ee62e35d656123400feab64e4dcec3219489cb85ef98328110b5892d55a78d016359016eac958f16bbbea7cff25e8d7f6f985c
 WHIRLPOOL 
4592510e4da07418750a43d46c2c1c724c9311498daf81cb9ef16ca0ad1ed7b48b35fe0378676facd90e6736b320915402e73a30cf042f2e5aca17972ab4fe52

diff --git a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.0.ebuild 
b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.0.ebuild
new file mode 100644
index ..fb74bcf
--- /dev/null
+++ b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 )
+
+# The built-in ipaddress module handles the parsing of IP addresses. If
+# python is built without ipv6 support, then ipaddress can't parse ipv6
+# addresses, and the daemon will crash if it sees an ipv6 SPF record. In
+# other words, it's completely broken.
+PYTHON_REQ_USE="ipv6"
+
+inherit distutils-r1
+
+DESCRIPTION="Python-based policy daemon for Postfix SPF verification"
+HOMEPAGE="https://launchpad.net/${PN};
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-python/pyspf-2.0.9[${PYTHON_USEDEP}]"
+
+RDEPEND="${DEPEND}
+   dev-python/authres[${PYTHON_USEDEP}]"
+
+DOCS=( CHANGES policyd-spf.conf.commented README README.per_user_whitelisting )
+
+python_prepare_all() {
+   # The "real" config file mentions the commented one, so we point
+   # users in the right direction.
+   local oldconf="policyd-spf.conf.commented"
+   local newconf="/usr/share/doc/${PF}/${oldconf}"
+
+   sed -i "1 s~ ${oldconf}~,\n#  ${newconf}~" policyd-spf.conf \
+   || die 'failed to update commented config file path'
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/multi-term/

2016-12-03 Thread Michael Orlitzky
commit: e52f621e4c13638a9db1fd89c4706bdb1bd16c77
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Dec  3 14:10:17 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Dec  3 14:10:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52f621e

app-emacs/multi-term: new version v1.3.

Package-Manager: portage-2.3.0

 app-emacs/multi-term/Manifest  |  1 +
 app-emacs/multi-term/multi-term-1.3.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-emacs/multi-term/Manifest b/app-emacs/multi-term/Manifest
index 42b0577..991522f 100644
--- a/app-emacs/multi-term/Manifest
+++ b/app-emacs/multi-term/Manifest
@@ -1 +1,2 @@
 DIST multi-term-1.2.el.xz 7876 SHA256 
8fbc1b1f08b4905eab33187d6a2eb82399308a98092f39eeb4f4c12849bce3b3 SHA512 
4041c7fa61aa6840aaad67d13a3e73717c2f9cbb4df68c4ba450c454d65aa4f3b3da749c346d0b06ac1ccf0c43b52dde771335148e03f66bbc561d84ba452180
 WHIRLPOOL 
02beb9b6d64ea4bda1fcb1a40e0f994c4bc50f4e80ad1f9fc4a448f9da2e3f6efa82e6931447478d09cc2695e3f719a5119435f01ad0149131a17506b387fd25
+DIST multi-term-1.3.el.xz 7968 SHA256 
9e151e0e5fa81ff69c9ab7ea8c561dc8713fdd64628c195b6652fecbc17b3d93 SHA512 
fcb31da193f84fde653583b999e344fb7ec7404948fbf64b15f9a86eb69e9cc9514ad4380ce5b9c3813a74226d8addf8c87bb539f9ee927d4a0c0a7c2ea7c361
 WHIRLPOOL 
ca52cda0c7012a5daa9de88917e93f1b7e29c52aa6b1991cc77330d3502e1e16b84ed0b7b79603e5556f1b0f38d2047eb8c32a4d07a7a4e866c42d3051f024b3

diff --git a/app-emacs/multi-term/multi-term-1.3.ebuild 
b/app-emacs/multi-term/multi-term-1.3.ebuild
new file mode 100644
index ..e873ee4
--- /dev/null
+++ b/app-emacs/multi-term/multi-term-1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Manage multiple terminal buffers in Emacs"
+HOMEPAGE="http://www.emacswiki.org/emacs/MultiTerm;
+# Taken from http://www.emacswiki.org/emacs/download/${PN}.el
+SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.el.xz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/

2016-12-03 Thread Markos Chandras
commit: 871c16cca2109f2c6b317d97f53c3cdbe645f387
Author: Markos Chandras  gentoo  org>
AuthorDate: Sat Dec  3 13:47:01 2016 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Sat Dec  3 13:49:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871c16cc

media-sound/qmmp: Update SVN repository for old ebuilds

Gentoo-Bug: 582064

Package-Manager: portage-2.3.2

 media-sound/qmmp/qmmp-0.10.4.ebuild | 2 +-
 media-sound/qmmp/qmmp-0.10.5.ebuild | 2 +-
 media-sound/qmmp/qmmp-0.9.10.ebuild | 2 +-
 media-sound/qmmp/qmmp-0.9.2.ebuild  | 4 ++--
 media-sound/qmmp/qmmp-0.9.8.ebuild  | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/qmmp/qmmp-0.10.4.ebuild 
b/media-sound/qmmp/qmmp-0.10.4.ebuild
index 64c3f9f..0cf50f8 100644
--- a/media-sound/qmmp/qmmp-0.10.4.ebuild
+++ b/media-sound/qmmp/qmmp-0.10.4.ebuild
@@ -14,7 +14,7 @@ if [ "$PV" != "" ]; then
KEYWORDS="~amd64 ~ppc ~x86"
 else
SRC_URI=""
-   ESVN_REPO_URI="https://qmmp.googlecode.com/svn/trunk/qmmp/;
+   ESVN_REPO_URI="https://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp/;
KEYWORDS=""
 fi
 

diff --git a/media-sound/qmmp/qmmp-0.10.5.ebuild 
b/media-sound/qmmp/qmmp-0.10.5.ebuild
index 64c3f9f..0cf50f8 100644
--- a/media-sound/qmmp/qmmp-0.10.5.ebuild
+++ b/media-sound/qmmp/qmmp-0.10.5.ebuild
@@ -14,7 +14,7 @@ if [ "$PV" != "" ]; then
KEYWORDS="~amd64 ~ppc ~x86"
 else
SRC_URI=""
-   ESVN_REPO_URI="https://qmmp.googlecode.com/svn/trunk/qmmp/;
+   ESVN_REPO_URI="https://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp/;
KEYWORDS=""
 fi
 

diff --git a/media-sound/qmmp/qmmp-0.9.10.ebuild 
b/media-sound/qmmp/qmmp-0.9.10.ebuild
index f5cf1ca..0bd31b7 100644
--- a/media-sound/qmmp/qmmp-0.9.10.ebuild
+++ b/media-sound/qmmp/qmmp-0.9.10.ebuild
@@ -14,7 +14,7 @@ if [ "$PV" != "" ]; then
KEYWORDS="~amd64 ~ppc ~x86"
 else
SRC_URI=""
-   ESVN_REPO_URI="https://qmmp.googlecode.com/svn/trunk/qmmp/;
+   ESVN_REPO_URI="https://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp/;
KEYWORDS=""
 fi
 

diff --git a/media-sound/qmmp/qmmp-0.9.2.ebuild 
b/media-sound/qmmp/qmmp-0.9.2.ebuild
index 3bcc8cb..55b178e 100644
--- a/media-sound/qmmp/qmmp-0.9.2.ebuild
+++ b/media-sound/qmmp/qmmp-0.9.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$
 
@@ -14,7 +14,7 @@ if [ "$PV" != "" ]; then
KEYWORDS="amd64 ~ppc x86"
 else
SRC_URI=""
-   ESVN_REPO_URI="https://qmmp.googlecode.com/svn/trunk/qmmp/;
+   ESVN_REPO_URI="https://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp/;
KEYWORDS=""
 fi
 

diff --git a/media-sound/qmmp/qmmp-0.9.8.ebuild 
b/media-sound/qmmp/qmmp-0.9.8.ebuild
index 3287929..9014665 100644
--- a/media-sound/qmmp/qmmp-0.9.8.ebuild
+++ b/media-sound/qmmp/qmmp-0.9.8.ebuild
@@ -14,7 +14,7 @@ if [ "$PV" != "" ]; then
KEYWORDS="amd64 ~ppc ~x86"
 else
SRC_URI=""
-   ESVN_REPO_URI="https://qmmp.googlecode.com/svn/trunk/qmmp/;
+   ESVN_REPO_URI="https://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp/;
KEYWORDS=""
 fi
 



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

2016-12-03 Thread Justin Lecher
commit: 41d064a9dc787356e5dc37255a006c40b418999f
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Dec  2 20:32:34 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  3 13:45:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d064a9

dev-python/xarray: New package, ebuild written by me

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/xarray/Manifest|  1 +
 dev-python/xarray/metadata.xml| 15 +++
 dev-python/xarray/xarray-0.8.2.ebuild | 29 +
 3 files changed, 45 insertions(+)

diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
new file mode 100644
index ..afc9659
--- /dev/null
+++ b/dev-python/xarray/Manifest
@@ -0,0 +1 @@
+DIST xarray-0.8.2.tar.gz 222454 SHA256 
4da06e38baea65c51347ba0770db416ebf003dbad5637215d2b25b191f2be1fb SHA512 
11a7295973cde998b043d22675b1d142b50ad5518f9dc320d6e6c770f3febb3b5f0ecf59b3caed73ae886994be15d497c10680e2df69eea862cf6d7c6726a867
 WHIRLPOOL 
02c3d17c7b0bd659f8e0aa8670909e7381cf2caeed9ae8df446681ca517f04d5f96f71a62e9b9079f7531c5ae9a7e8fef4045f581424b71e67eaaac7b7a7ffa7

diff --git a/dev-python/xarray/metadata.xml b/dev-python/xarray/metadata.xml
new file mode 100644
index ..60a3c3e
--- /dev/null
+++ b/dev-python/xarray/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+xarray
+
+  xar...@googlegroups.com
+  xarray Developers
+
+  
+

diff --git a/dev-python/xarray/xarray-0.8.2.ebuild 
b/dev-python/xarray/xarray-0.8.2.ebuild
new file mode 100644
index ..f70f8c3
--- /dev/null
+++ b/dev-python/xarray/xarray-0.8.2.ebuild
@@ -0,0 +1,29 @@
+# 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_{4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="N-D labeled arrays and datasets in Python"
+HOMEPAGE="https://github.com/pydata/xarray http://pypi.python.org/pypi/xarray;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/files/, dev-python/pandas/

2016-12-03 Thread Justin Lecher
commit: c8028ecb0e960b735506bf249ba143f96aad989f
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  3 13:45:01 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  3 13:45:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8028ecb

dev-python/pandas: Version Bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=585184

Move to modern virtualx.eclass usage

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pandas/Manifest   |   1 +
 dev-python/pandas/files/pandas-0.19.1-gapi.patch |  27 ++
 dev-python/pandas/files/pandas-0.19.1-seqf.patch | 357 +++
 dev-python/pandas/pandas-0.19.1.ebuild   | 166 +++
 dev-python/pandas/pandas-.ebuild | 130 +
 5 files changed, 631 insertions(+), 50 deletions(-)

diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index bb4cfe6..c7d4b01 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -1,3 +1,4 @@
 DIST pandas-0.16.2.tar.gz 4931751 SHA256 
e01853dfe111f3aea005315573400b7216ddbabbf1f28d482a71217d67ae4f81 SHA512 
44874e12a42a01dd7ed88f3f97e954732a534a5e2dc4815ef6203bdb2d88850a607e6631a35ae8fc79f4621a5dfaa34f39bb1c9a0ecfb17da1cf0c10f35ff27b
 WHIRLPOOL 
6f2874ac07b49f4b2aaefdb87375b7c5adb31e3ff60c6b808f3e3467ad82999dd894de884ebbfd64fc7235e875d17ce871b516c96ff71a17310b708597168702
 DIST pandas-0.17.0.tar.gz 6508621 SHA256 
320d4fdf734b82adebc8fde9d8ca4b05fe155a72b6f7aa95d76242da8748d6a4 SHA512 
bae6964e263c7ff6cac722cdfe23081f23c357d9bc39a670b5627bef4630c236a58aa8c0393eae921721bf7049c8e5266b4dea71dd957da5d89dafc14a04797b
 WHIRLPOOL 
d654eb2f9ffbfedbde60e4a6e6ce6f54650a8a68b4d20035744aa55111525d6bba4dae2ccbfce65acf71bb200e2e6029c7f6c9bcc9d0c582d808444738baedb1
 DIST pandas-0.17.1.tar.gz 6674479 SHA256 
cfd7214a7223703fe6999fbe34837749540efee1c985e6aee9933f30e3f72837 SHA512 
9d9f9064585b1f3551625e0c8f4eedaaa1253790c2a5cb28e58e70eb805cc18f9770d793aa748cbd76798488ff60efdd01eb4b21daf5ad8f1dc4d9c050487234
 WHIRLPOOL 
5238575bd64b8d38db4f9a0ea987a7f78ffd1821e5a22bad65c84c407feca3af6f3b536a0a2f337291aa04e94c86fdb40382dad4ce50f8a33a5e26d655c628c2
+DIST pandas-0.19.1.tar.gz 8360233 SHA256 
2509feaeda72fce03675e2eccd2284bb1cadb6a0737008a5e741fe2431d47421 SHA512 
6451990a7fae8c6db8ab0b014a13b4f1828754d3998f13c17b111f891fb9fd23f8e09b907623096dfa55668c42298eee1373210a9fddb95f56dd7d552b964e6f
 WHIRLPOOL 
700c0d819ab62134baf56430b7fa8840636ea377d00397341d33ec5f13474d9eeefea245aede80a80f7c16348ef811788947e5fe0020c9770005c74dd1288ef3

diff --git a/dev-python/pandas/files/pandas-0.19.1-gapi.patch 
b/dev-python/pandas/files/pandas-0.19.1-gapi.patch
new file mode 100644
index ..7a0456f
--- /dev/null
+++ b/dev-python/pandas/files/pandas-0.19.1-gapi.patch
@@ -0,0 +1,27 @@
+From 1d6dbb41b26a39121ec8c4f19f5da78bb0ab4af7 Mon Sep 17 00:00:00 2001
+From: Jeff Reback 
+Date: Sat, 12 Nov 2016 12:44:06 -0500
+Subject: [PATCH] TST: skip test_gbq.test_upload_data_if_table_exists_replace
+ for now
+
+---
+ pandas/io/tests/test_gbq.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/pandas/io/tests/test_gbq.py b/pandas/io/tests/test_gbq.py
+index cca1580b8..f6ff35a6d 100644
+--- a/pandas/io/tests/test_gbq.py
 b/pandas/io/tests/test_gbq.py
+@@ -824,6 +824,9 @@ class TestToGBQIntegration(tm.TestCase):
+private_key=_get_private_key_path())
+ 
+ def test_upload_data_if_table_exists_replace(self):
++
++raise nose.SkipTest("buggy test")
++
+ destination_table = DESTINATION_TABLE + "4"
+ 
+ test_size = 10
+-- 
+2.11.0
+

diff --git a/dev-python/pandas/files/pandas-0.19.1-seqf.patch 
b/dev-python/pandas/files/pandas-0.19.1-seqf.patch
new file mode 100644
index ..c82c14f
--- /dev/null
+++ b/dev-python/pandas/files/pandas-0.19.1-seqf.patch
@@ -0,0 +1,357 @@
+From f8bd08e9c2fc6365980f41b846bbae4b40f08b83 Mon Sep 17 00:00:00 2001
+From: Jeff Reback 
+Date: Sat, 12 Nov 2016 10:58:54 -0500
+Subject: [PATCH] BUG: segfault manifesting with dateutil=2.6 w.r.t. replace
+ when timezones are present
+
+closes #14621
+
+Author: Jeff Reback 
+
+Closes #14631 from jreback/replace and squashes the following commits:
+
+3f95042 [Jeff Reback] BUG: segfault manifesting with dateutil=2.6 w.r.t. 
replace when timezones are present
+---
+ ci/requirements-3.5_OSX.pip|  2 +-
+ doc/source/whatsnew/v0.19.2.txt|  3 ++
+ pandas/tseries/offsets.py  |  1 +
+ pandas/tseries/tests/test_offsets.py   | 20 ---
+ pandas/tseries/tests/test_timezones.py | 89 +--
+ pandas/tseries/tests/test_tslib.py |  5 +-
+ pandas/tslib.pyx   | 95 --
+ 7 files changed, 188 insertions(+), 27 deletions(-)
+
+diff --git a/pandas/tseries/offsets.py b/pandas/tseries/offsets.py
+index 051cc8aa4..2e3852a7e 100644

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

2016-12-03 Thread Justin Lecher
commit: 1b1bbaacd217d1c9bdeea2f88b52f079fad1c231
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  3 11:54:04 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  3 13:45:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1bbaac

media-libs/jasper: Fix underlinking detected using ld.gold

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=601070

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 media-libs/jasper/files/jasper-2.0.0-add_libm.patch | 11 +++
 media-libs/jasper/jasper-2.0.0.ebuild   |  5 -
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/media-libs/jasper/files/jasper-2.0.0-add_libm.patch 
b/media-libs/jasper/files/jasper-2.0.0-add_libm.patch
new file mode 100644
index ..8ca2ea6
--- /dev/null
+++ b/media-libs/jasper/files/jasper-2.0.0-add_libm.patch
@@ -0,0 +1,11 @@
+--- jasper-2.0.0/src/libjasper/CMakeLists.txt.ori  2016-11-28 
13:32:57.245053411 +0100
 jasper-2.0.0/src/libjasper/CMakeLists.txt  2016-11-28 13:33:24.707547620 
+0100
+@@ -135,6 +135,8 @@
+   "${CMAKE_CURRENT_SOURCE_DIR}/include"
+ )
+ 
++target_link_libraries(libjasper m)
++
+ if (UNIX)
+   set_target_properties(libjasper PROPERTIES OUTPUT_NAME jasper)
+ endif()

diff --git a/media-libs/jasper/jasper-2.0.0.ebuild 
b/media-libs/jasper/jasper-2.0.0.ebuild
index 199e8dc..d4e7deb 100644
--- a/media-libs/jasper/jasper-2.0.0.ebuild
+++ b/media-libs/jasper/jasper-2.0.0.ebuild
@@ -33,12 +33,15 @@ RDEPEND="
>=virtual/opengl-7.0-r1:0[${MULTILIB_USEDEP}]
>=media-libs/freeglut-2.8.1:0[${MULTILIB_USEDEP}]
virtual/glu
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXmu[${MULTILIB_USEDEP}]
)"
 DEPEND="${RDEPEND}
app-arch/unzip"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.0.0-fix-build-system.patch
+   "${FILESDIR}"/${P}-fix-build-system.patch
+   "${FILESDIR}"/${P}-add_libm.patch
 )
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/, app-emulation/lxc/files/

2016-12-03 Thread Yixun Lan
commit: 2891603788e6f92f8c58ea74d26a48e62c3c21ab
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Dec  3 13:30:30 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Dec  3 13:38:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28916037

app-emulation/lxc: version bump

rework bashcomp patch to make 2.0.6 happy

Package-Manager: portage-2.3.2

 app-emulation/lxc/Manifest |   1 +
 .../lxc/files/lxc-2.0.6-bash-completion.patch  |  27 +++
 app-emulation/lxc/lxc-2.0.6.ebuild | 200 +
 3 files changed, 228 insertions(+)

diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest
index 155b6f9..075d3bf 100644
--- a/app-emulation/lxc/Manifest
+++ b/app-emulation/lxc/Manifest
@@ -3,3 +3,4 @@ DIST lxc-1.0.8.tar.gz 575127 SHA256 
399ac3eb4e0a89d657fb2e2a57f686ed061d3f1ea473
 DIST lxc-2.0.3.tar.gz 772448 SHA256 
635afa330088fea57883018da326fc72f85460b5a6c7802ad68044381aff14f3 SHA512 
df714f189ec7aa681710fbd58405b8958740102032c0130d8a0eaaae0341a9bc91a215136203c404ad79773800f620bf6f71f811b3effe559aed66efa4f34fef
 WHIRLPOOL 
89ce2f6762c7279e24658c1154b5c2960d3db32e0ec3724b338f5d30da77cc0b33a2376e5eebe6d9c356bdd34c2aa9da1e2434aecd7e428fa4b729389e35b862
 DIST lxc-2.0.4.tar.gz 775634 SHA256 
57d40234aeecf5b60fb29d563e5a09d6a04c89e1267eb22a6704388ac8573e7b SHA512 
3f985bba5aaa8a70f0329316ea4f42ab135d58c47611154c62e103718212a4b2c5e4f25fd45c372424db1fbf40afdc8269ae98655fb3bc8e31085a5d948f702b
 WHIRLPOOL 
b001c75d67d676e75b203d789cf2c0643ba9a47aa31965441340b66f28e18371415b9d44ce752e35102bc8677688eec6e586d800a33a2a965c8a046c091ebc06
 DIST lxc-2.0.5.tar.gz 778842 SHA256 
1f1c491b2ad5e74a85b8eb791ccac8128e6eaf5ddcc1323e9360997c030f7072 SHA512 
8e14036597fa3407c87fb92d13b40bbca9a646d27d817e0a9d20fe626625d6cf04a1df65b1a723391d41a311b9f4f3432b3213004892d64355fe0edc7858cb9f
 WHIRLPOOL 
fa6ac86d67fe563f92411cbd09a0d66d729a0a15fe48076b42f4b3996e6b786826990bd51382c14606fd1b5240d413bc8d217fac37becd9baccd89de15d30b22
+DIST lxc-2.0.6.tar.gz 788483 SHA256 
8723ef5973a47e7b2c439002c28590d74689e871d36f03089965503c0c0d50b2 SHA512 
f44c0498876462d78e57d19816eab666e90470badc2bbd38fed9f504e8b21c3e68e4d0f63a8676fa8716be60481befb3db44098228fd71b480972af2b5dcf1e3
 WHIRLPOOL 
5bb2648637a46e3547edeba2ad46eb131b2ae194f5efe52a688157cfa3f361f51a832554a94bcd47074e65cbf8d1e1119d23548bdf83ca62c131400c40aff34a

diff --git a/app-emulation/lxc/files/lxc-2.0.6-bash-completion.patch 
b/app-emulation/lxc/files/lxc-2.0.6-bash-completion.patch
new file mode 100644
index ..6033e36
--- /dev/null
+++ b/app-emulation/lxc/files/lxc-2.0.6-bash-completion.patch
@@ -0,0 +1,27 @@
+diff --git a/config/bash/lxc.in b/config/bash/lxc.in
+index 7dcf302..5927fe2 100644
+--- a/config/bash/lxc.in
 b/config/bash/lxc.in
+@@ -1,4 +1,3 @@
+-_have lxc-start && {
+ _lxc_names() {
+ COMPREPLY=( $( compgen -W "$( lxc-ls )" "$cur" ) )
+ }
+@@ -100,4 +99,3 @@ _have lxc-start && {
+ 
+ complete -o default -F _lxc_generic_o lxc-copy
+ complete -o default -F _lxc_generic_o lxc-start-ephemeral
+-}
+diff --git a/configure.ac b/configure.ac
+index 4640c0d..14ccdd3 100644
+--- a/configure.ac
 b/configure.ac
+@@ -478,7 +478,7 @@ AM_CONDITIONAL([ENABLE_BASH], [test "x$enable_bash" = 
"xyes"])
+ AM_COND_IF([ENABLE_BASH],
+   [AC_MSG_CHECKING([bash completion directory])
+   PKG_CHECK_VAR(bashcompdir, [bash-completion], [completionsdir], ,
+-  bashcompdir="${sysconfdir}/bash_completion.d")
++  bashcompdir="$datadir/bash-completion/completions")
+   AC_MSG_RESULT([$bashcompdir])
+   AC_SUBST(bashcompdir)
+   ])

diff --git a/app-emulation/lxc/lxc-2.0.6.ebuild 
b/app-emulation/lxc/lxc-2.0.6.ebuild
new file mode 100644
index ..11e2839
--- /dev/null
+++ b/app-emulation/lxc/lxc-2.0.6.ebuild
@@ -0,0 +1,200 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+MY_P="${P/_/-}"
+PYTHON_COMPAT=( python{3_4,3_5} )
+DISTUTILS_OPTIONAL=1
+
+inherit autotools bash-completion-r1 distutils-r1 linux-info versionator 
flag-o-matic systemd
+
+DESCRIPTION="LinuX Containers userspace utilities"
+HOMEPAGE="https://linuxcontainers.org/;
+SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz;
+
+KEYWORDS="~amd64 ~arm ~arm64"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="cgmanager doc examples lua python seccomp"
+
+RDEPEND="net-libs/gnutls
+   sys-libs/libcap
+   cgmanager? ( app-admin/cgmanager )
+   lua? ( >=dev-lang/lua-5.1:= )
+   python? ( ${PYTHON_DEPS} )
+   seccomp? ( sys-libs/libseccomp )"
+
+DEPEND="${RDEPEND}
+   doc? ( app-text/docbook-sgml-utils )
+   >=sys-kernel/linux-headers-3.2"
+
+RDEPEND="${RDEPEND}
+   sys-process/criu
+   sys-apps/util-linux
+   app-misc/pax-utils
+   virtual/awk"
+
+CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
+   ~CPUSETS ~CGROUP_CPUACCT
+   ~CGROUP_SCHED
+

[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-zip/

2016-12-03 Thread Markos Chandras
commit: ac717914076575fd86ac66dc8348d19951137d29
Author: Markos Chandras  gentoo  org>
AuthorDate: Sat Dec  3 13:34:21 2016 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Sat Dec  3 13:34:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac717914

sys-fs/fuse-zip: Version bump. Remove old

Gentoo-Bug: 601066

Package-Manager: portage-2.3.2

 sys-fs/fuse-zip/Manifest   |  3 +-
 sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild  | 39 --
 ...fuse-zip-0.4.0.ebuild => fuse-zip-0.4.2.ebuild} | 10 +++---
 3 files changed, 5 insertions(+), 47 deletions(-)

diff --git a/sys-fs/fuse-zip/Manifest b/sys-fs/fuse-zip/Manifest
index 0a1448a..01029c9 100644
--- a/sys-fs/fuse-zip/Manifest
+++ b/sys-fs/fuse-zip/Manifest
@@ -1,2 +1 @@
-DIST fuse-zip-0.3.0.tar.gz 662401 SHA256 
7b0960e40da4e98f40a12c26c032fee99f683bea59bede24653de2f139d08543 SHA512 
170026a1fb80302c2319d46379db65686198cb162308fd5a2b9c047c176dfc8a8a4b94fc6d33d53ed7de6d65b39779c0e03d944e4284625a4140e521001f
 WHIRLPOOL 
12da9e2e5954b47b0a16924f4358c33607a195c90f2a1373604390656e65730ccac7294cdb4032012361d037970cf35023a1136d6be52377b094f63d1e8a1349
-DIST fuse-zip-0.4.0.tar.gz 671498 SHA256 
db9eb13aa250061eaa7df6b1ee5022dbea54089094af94cc3d1767b63bdc9ca7 SHA512 
0224136a437884e7899522b80ae0e1e8c2601e31658ce7ac73bf9267f65ed629792db9c76054fe9ee007f7bc71167d785cc22659123c2b287fadb13a01c58ea8
 WHIRLPOOL 
031bd37c5fa331bb78e3736e6279358e93583dc5dae47905c603bec90d1754c189a2b1efb9978cb6b6b78fa99dcf5171760804ca5609e737730b7a06c5d67416
+DIST fuse-zip-0.4.2.tar.gz 672323 SHA256 
3d4ee113d4c7918ad3c660f8088473d5fabf67b3476fef16ec7f5bd8a4182fdc SHA512 
73e38ee96b6bd24ee74b13e57994dddcd97abb7c1d2bae4801f37a2cf1665cef0cbe4c6cca26d8423c4a9cb5fec2583ad033e242b4807ae87719f2e5f2a7
 WHIRLPOOL 
efe1fbe48103cb679817bbbd132f0e87d9ce8b55175a37329f75cfec3056948d627143e974a3c221aad9a1c130ff0909238be574a029ed46df2d284b9c039f55

diff --git a/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild 
b/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild
deleted file mode 100644
index 46a15f9..
--- a/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP 
archives"
-HOMEPAGE="https://bitbucket.org/agalanin/fuse-zip;
-SRC_URI="https://fuse-zip.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libzip
-   sys-fs/fuse"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-src_prepare() {
-   # Fix strip than installing fuse-zip
-   sed -i -e 's/install -m 755 -s/install -m 755/' Makefile || die "sed 
failed"
-   # fix broken makefile
-   epatch "${FILESDIR}"/"${PN}"-0.2.13-as-needed.patch
-   #enable parallel build
-   sed -i -e "s:make :\$\(MAKE\) :" Makefile || die "sed failed"
-}
-
-src_compile() {
-   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
-   emake INSTALLPREFIX="${D}"/usr install
-}

diff --git a/sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild 
b/sys-fs/fuse-zip/fuse-zip-0.4.2.ebuild
similarity index 78%
rename from sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild
rename to sys-fs/fuse-zip/fuse-zip-0.4.2.ebuild
index 5ce6831..16553b2 100644
--- a/sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild
+++ b/sys-fs/fuse-zip/fuse-zip-0.4.2.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$
 
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP 
archives"
 HOMEPAGE="https://bitbucket.org/agalanin/fuse-zip;
-SRC_URI="https://fuse-zip.googlecode.com/files/${P}.tar.gz;
+SRC_URI="https://bitbucket.org/agalanin/${PN}/downloads/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0"
@@ -26,12 +26,10 @@ src_prepare() {
sed -i -e 's/install -m 755 -s/install -m 755/' Makefile || die "sed 
failed"
#enable parallel build
sed -i -e "s:make :\$\(MAKE\) :" Makefile || die "sed failed"
+   # Fix prefix
+   sed -i -e "s:^prefix=.*:prefix=/usr:" Makefile || die "sed failed"
 }
 
 src_compile() {
emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
 }
-
-src_install() {
-   emake INSTALLPREFIX="${D}"/usr install
-}



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

2016-12-03 Thread Johannes Huber
commit: af71f96ff6c4a09de9c75c474fb6e614152930f9
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Dec  3 08:51:04 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec  3 12:47:16 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=af71f96f

profiles: Update package.use.mask for USE=prison

Signed-off-by: Johannes Huber  gentoo.org>

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

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 71b6a44..aa685a2 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -1,5 +1,5 @@
 # Unreleased dependencies
-

[gentoo-commits] proj/kde:master commit in: kde-apps/kde-apps-meta/

2016-12-03 Thread Johannes Huber
commit: deb1c69e4920b3979f49f4d335ac696f6ec13019
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Dec  3 12:05:42 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec  3 12:50:38 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=deb1c69e

kde-apps/kde-apps-meta: Depend on kdepim-meta:5 now

Now that kde-apps/kgpg is ported and depends on akonadi:5, the only other
choice would be to make that optional (and add potential use conflicts).

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/kde-apps-meta/kde-apps-meta-16.12.49..ebuild | 2 +-
 kde-apps/kde-apps-meta/kde-apps-meta-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-16.12.49..ebuild 
b/kde-apps/kde-apps-meta/kde-apps-meta-16.12.49..ebuild
index 9b1c766..ebe8f23 100644
--- a/kde-apps/kde-apps-meta/kde-apps-meta-16.12.49..ebuild
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-16.12.49..ebuild
@@ -21,7 +21,7 @@ RDEPEND="
$(add_kdeapps_dep kdenetwork-meta)
$(add_kdeapps_dep kdeutils-meta)
accessibility? ( $(add_kdeapps_dep kdeaccessibility-meta) )
-   pim? ( kde-apps/kdepim-meta:* )
+   pim? ( $(add_kdeapps_dep kdepim-meta) )
sdk? (
$(add_kdeapps_dep kdesdk-meta)
$(add_kdeapps_dep kdewebdev-meta)

diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild 
b/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild
index 9b1c766..ebe8f23 100644
--- a/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
$(add_kdeapps_dep kdenetwork-meta)
$(add_kdeapps_dep kdeutils-meta)
accessibility? ( $(add_kdeapps_dep kdeaccessibility-meta) )
-   pim? ( kde-apps/kdepim-meta:* )
+   pim? ( $(add_kdeapps_dep kdepim-meta) )
sdk? (
$(add_kdeapps_dep kdesdk-meta)
$(add_kdeapps_dep kdewebdev-meta)



[gentoo-commits] proj/kde:master commit in: kde-apps/kdeedu-meta/

2016-12-03 Thread Johannes Huber
commit: ca3c83b0da37bbd80c2e0a75d145b6180f696673
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Dec  3 12:35:46 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec  3 12:50:38 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca3c83b0

kde-apps/kdeedu-meta: Only depend on marble:5 now

No reason to stick with marble:4 at this point.

Package-Manager: portage-2.3.0

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/kdeedu-meta/kdeedu-meta-16.12.49..ebuild | 2 +-
 kde-apps/kdeedu-meta/kdeedu-meta-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-16.12.49..ebuild 
b/kde-apps/kdeedu-meta/kdeedu-meta-16.12.49..ebuild
index 23849de..6c26227 100644
--- a/kde-apps/kdeedu-meta/kdeedu-meta-16.12.49..ebuild
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-16.12.49..ebuild
@@ -35,7 +35,7 @@ RDEPEND="
$(add_kdeapps_dep kturtle)
$(add_kdeapps_dep kwordquiz)
$(add_kdeapps_dep libkeduvocdocument)
-   || ( $(add_kdeapps_dep marble) kde-apps/marble:4 )
+   $(add_kdeapps_dep marble)
$(add_kdeapps_dep minuet)
$(add_kdeapps_dep parley)
$(add_kdeapps_dep rocs)

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-.ebuild 
b/kde-apps/kdeedu-meta/kdeedu-meta-.ebuild
index 23849de..6c26227 100644
--- a/kde-apps/kdeedu-meta/kdeedu-meta-.ebuild
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
$(add_kdeapps_dep kturtle)
$(add_kdeapps_dep kwordquiz)
$(add_kdeapps_dep libkeduvocdocument)
-   || ( $(add_kdeapps_dep marble) kde-apps/marble:4 )
+   $(add_kdeapps_dep marble)
$(add_kdeapps_dep minuet)
$(add_kdeapps_dep parley)
$(add_kdeapps_dep rocs)



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2016-12-03 Thread Johannes Huber
commit: 8dfec69d7b55b2e44246e81e744976142eb4d4c8
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Dec  3 10:44:10 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec  3 12:50:29 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8dfec69d

profiles: Mask KDE Applications 16.11.90

Signed-off-by: Johannes Huber  gentoo.org>

 profiles/package.mask/kde-apps-16.11.90 | 245 
 1 file changed, 245 insertions(+)

diff --git a/profiles/package.mask/kde-apps-16.11.90 
b/profiles/package.mask/kde-apps-16.11.90
new file mode 100644
index 000..4b35214
--- /dev/null
+++ b/profiles/package.mask/kde-apps-16.11.90
@@ -0,0 +1,245 @@
+# Andreas Sturmlechner  (03 Dec 2016)
+# Unstable release. Depends on masked Qt 5.7.
+=kde-apps/akonadi-16.11.90
+=kde-apps/akonadi-calendar-16.11.90
+=kde-apps/akonadiconsole-16.11.90
+=kde-apps/akonadi-contacts-16.11.90
+=kde-apps/akonadi-import-wizard-16.11.90
+=kde-apps/akonadi-mime-16.11.90
+=kde-apps/akonadi-notes-16.11.90
+=kde-apps/akonadi-search-16.11.90
+=kde-apps/akregator-16.11.90
+=kde-apps/analitza-16.11.90
+=kde-apps/ark-16.11.90
+=kde-apps/artikulate-16.11.90
+=kde-apps/audiocd-kio-16.11.90
+=kde-apps/baloo-widgets-16.11.90
+=kde-apps/blinken-16.11.90
+=kde-apps/blogilo-16.11.90
+=kde-apps/bomber-16.11.90
+=kde-apps/bovo-16.11.90
+=kde-apps/calendarjanitor-16.11.90
+=kde-apps/calendarsupport-16.11.90
+=kde-apps/cantor-16.11.90
+=kde-apps/cervisia-16.11.90
+=kde-apps/dolphin-16.11.90
+=kde-apps/dolphin-plugins-16.11.90
+=kde-apps/dragon-16.11.90
+=kde-apps/eventviews-16.11.90
+=kde-apps/ffmpegthumbs-16.11.90
+=kde-apps/filelight-16.11.90
+=kde-apps/granatier-16.11.90
+=kde-apps/grantlee-editor-16.11.90
+=kde-apps/grantleetheme-16.11.90
+=kde-apps/gwenview-16.11.90
+=kde-apps/incidenceeditor-16.11.90
+=kde-apps/jovie-16.11.90
+=kde-apps/juk-16.11.90
+=kde-apps/kaccessible-16.11.90
+=kde-apps/kaccounts-integration-16.11.90
+=kde-apps/kaccounts-providers-16.11.90
+=kde-apps/kaddressbook-16.11.90
+=kde-apps/kajongg-16.11.90
+=kde-apps/kalarm-16.11.90
+=kde-apps/kalarmcal-16.11.90
+=kde-apps/kalgebra-16.11.90
+=kde-apps/kalzium-16.11.90
+=kde-apps/kamera-16.11.90
+=kde-apps/kanagram-16.11.90
+=kde-apps/kapman-16.11.90
+=kde-apps/kapptemplate-16.11.90
+=kde-apps/kate-16.11.90
+=kde-apps/katomic-16.11.90
+=kde-apps/kblackbox-16.11.90
+=kde-apps/kblocks-16.11.90
+=kde-apps/kblog-16.11.90
+=kde-apps/kbounce-16.11.90
+=kde-apps/kbreakout-16.11.90
+=kde-apps/kbruch-16.11.90
+=kde-apps/kcachegrind-16.11.90
+=kde-apps/kcalc-16.11.90
+=kde-apps/kcalcore-16.11.90
+=kde-apps/kcalutils-16.11.90
+=kde-apps/kcharselect-16.11.90
+=kde-apps/kcolorchooser-16.11.90
+=kde-apps/kcontacts-16.11.90
+=kde-apps/kcron-16.11.90
+=kde-apps/kde4-l10n-16.11.90
+=kde-apps/kdeaccessibility-meta-16.11.90
+=kde-apps/kdeadmin-meta-16.11.90
+=kde-apps/kde-apps-meta-16.11.90
+=kde-apps/kdebase-meta-16.11.90
+=kde-apps/kdebugsettings-16.11.90
+=kde-apps/kdecore-meta-16.11.90
+=kde-apps/kde-dev-scripts-16.11.90
+=kde-apps/kde-dev-utils-16.11.90
+=kde-apps/kdeedu-data-16.11.90
+=kde-apps/kdeedu-meta-16.11.90
+=kde-apps/kdegames-meta-16.11.90
+=kde-apps/kdegraphics-meta-16.11.90
+=kde-apps/kdegraphics-mobipocket-16.11.90
+=kde-apps/kde-l10n-16.11.90
+=kde-apps/kde-meta-16.11.90
+=kde-apps/kdemultimedia-meta-16.11.90
+=kde-apps/kdenetwork-filesharing-16.11.90
+=kde-apps/kdenetwork-meta-16.11.90
+=kde-apps/kdenlive-16.11.90
+=kde-apps/kdepim-addons-16.11.90
+=kde-apps/kdepim-apps-libs-16.11.90
+=kde-apps/kdepim-l10n-16.11.90
+=kde-apps/kdepim-meta-16.11.90
+=kde-apps/kdepim-runtime-16.11.90
+=kde-apps/kdesdk-kioslaves-16.11.90
+=kde-apps/kdesdk-meta-16.11.90
+=kde-apps/kdesdk-thumbnailers-16.11.90
+=kde-apps/kdeutils-meta-16.11.90
+=kde-apps/kdewebdev-meta-16.11.90
+=kde-apps/kdf-16.11.90
+=kde-apps/kdialog-16.11.90
+=kde-apps/kdiamond-16.11.90
+=kde-apps/keditbookmarks-16.11.90
+=kde-apps/kfilereplace-16.11.90
+=kde-apps/kfind-16.11.90
+=kde-apps/kfloppy-16.11.90
+=kde-apps/kfourinline-16.11.90
+=kde-apps/kgeography-16.11.90
+=kde-apps/kget-16.11.90
+=kde-apps/kgoldrunner-16.11.90
+=kde-apps/kgpg-16.11.90
+=kde-apps/khangman-16.11.90
+=kde-apps/khelpcenter-16.11.90
+=kde-apps/kholidays-16.11.90
+=kde-apps/kidentitymanagement-16.11.90
+=kde-apps/kig-16.11.90
+=kde-apps/kigo-16.11.90
+=kde-apps/killbots-16.11.90
+=kde-apps/kimagemapeditor-16.11.90
+=kde-apps/kimap-16.11.90
+=kde-apps/kio-extras-16.11.90
+=kde-apps/kiriki-16.11.90
+=kde-apps/kiten-16.11.90
+=kde-apps/kjumpingcube-16.11.90
+=kde-apps/kldap-16.11.90
+=kde-apps/kleopatra-16.11.90
+=kde-apps/klettres-16.11.90
+=kde-apps/klickety-16.11.90
+=kde-apps/klines-16.11.90
+=kde-apps/klinkstatus-16.11.90
+=kde-apps/kmag-16.11.90
+=kde-apps/kmahjongg-16.11.90
+=kde-apps/kmail-16.11.90
+=kde-apps/kmail-account-wizard-16.11.90
+=kde-apps/kmailtransport-16.11.90
+=kde-apps/kmbox-16.11.90
+=kde-apps/kmime-16.11.90
+=kde-apps/kmines-16.11.90

[gentoo-commits] proj/kde:master commit in: kde-apps/gwenview/

2016-12-03 Thread Johannes Huber
commit: 4c50a04da2ce4c06a656b0813df30f622589615a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Dec  3 11:06:11 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec  3 12:50:37 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4c50a04d

kde-apps/gwenview: Drop back min Qt dep to 5.6

Upstream commit 304e496a87d3a9268f52b1d5875179c0fbee2c19

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/gwenview/gwenview-16.12.49..ebuild | 1 -
 kde-apps/gwenview/gwenview-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/gwenview/gwenview-16.12.49..ebuild 
b/kde-apps/gwenview/gwenview-16.12.49..ebuild
index d6698f1..18ad026 100644
--- a/kde-apps/gwenview/gwenview-16.12.49..ebuild
+++ b/kde-apps/gwenview/gwenview-16.12.49..ebuild
@@ -6,7 +6,6 @@ EAPI=6
 
 KDE_HANDBOOK="true"
 KDE_TEST="true"
-QT_MINIMAL="5.7.0"
 inherit kde5
 
 DESCRIPTION="KDE image viewer"

diff --git a/kde-apps/gwenview/gwenview-.ebuild 
b/kde-apps/gwenview/gwenview-.ebuild
index d6698f1..18ad026 100644
--- a/kde-apps/gwenview/gwenview-.ebuild
+++ b/kde-apps/gwenview/gwenview-.ebuild
@@ -6,7 +6,6 @@ EAPI=6
 
 KDE_HANDBOOK="true"
 KDE_TEST="true"
-QT_MINIMAL="5.7.0"
 inherit kde5
 
 DESCRIPTION="KDE image viewer"



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

2016-12-03 Thread James Le Cuirot
commit: c2a6a9b9ae8774c9cf057a6efceaf3ee81932a46
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:23:49 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a6a9b9

games-util/dzip: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 games-util/dzip/files/dzip-2.9-system-zlib.patch | 52 
 1 file changed, 52 deletions(-)

diff --git a/games-util/dzip/files/dzip-2.9-system-zlib.patch 
b/games-util/dzip/files/dzip-2.9-system-zlib.patch
deleted file mode 100644
index f68304a..
--- a/games-util/dzip/files/dzip-2.9-system-zlib.patch
+++ /dev/null
@@ -1,52 +0,0 @@
 dzip.h
-+++ dzip.h
-@@ -2,7 +2,7 @@
- #include 
- #include 
- 
--#include "zlib/zlib.h"
-+#include 
- 
- typedef unsigned char uchar;
- 
-@@ -177,4 +177,4 @@
- #else
- #define DIRCHAR '/'
- #define WRONGCHAR '\\'
--#endif
-\ No newline at end of file
-+#endif
 Makefile.linux
-+++ Makefile.linux
-@@ -1,18 +1,17 @@
- # Makefile for linux
- 
--CC = gcc
--CFLAGS = -Wall -O3
-+CC ?= gcc
-+CFLAGS ?= -O3
-+CFLAGS += -Wall
- TARGET = dzip
- OBJECTS = main.o compress.o uncompress.o list.o crc32.o \
--encode.o decode.o v1code.o conmain.o delete.o \
--zlib/adler32.o zlib/deflate.o zlib/trees.o \
--zlib/inflate.o zlib/infblock.o zlib/inftrees.o zlib/infcodes.o \
--zlib/infutil.o zlib/inffast.o
-+encode.o decode.o v1code.o conmain.o delete.o
-+LIBS = -lz
- 
- TMPFILES = gmon.out frag*
- 
- $(TARGET): $(OBJECTS)
--  $(CC) $(CFLAGS) $(OBJECTS) -o $(TARGET) $(LDFLAGS)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS)
- 
- clean:
-   rm -f $(TARGET) $(OBJECTS) $(TMPFILES)
-@@ -24,4 +23,4 @@
- encode.o: encode.c dzip.h
- list.o: list.c dzip.h dzipcon.h
- decode.o: decode.c dzip.h dzipcon.h
--v1code.o: v1code.c dzip.h dzipcon.h
-\ No newline at end of file
-+v1code.o: v1code.c dzip.h dzipcon.h



[gentoo-commits] repo/gentoo:master commit in: games-rpg/eternal-lands/files/

2016-12-03 Thread James Le Cuirot
commit: 9dbaa4de0ef08ab92f998c00bc9dca7108d5
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:19:08 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbaa4de

games-rpg/eternal-lands: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch 
b/games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch
deleted file mode 100644
index a41db54..
--- a/games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 platform.h.orig2010-02-03 13:21:41.300205559 -0500
-+++ platform.h 2010-02-03 13:22:25.704049074 -0500
-@@ -79,7 +79,7 @@
-  #define GL_GLEXT_LEGACY
-  #include 
-  #include 
-- #include "glext.h"
-+ #include 
- #endif
- 
- // Inlucde the plaform specific location sound libs



[gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/files/

2016-12-03 Thread James Le Cuirot
commit: 815175dae76f7b140f3affd75cef6c986751133a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:23:07 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815175da

games-strategy/warzone2100: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../warzone2100/files/warzone2100-3.1.2-openGL.patch   | 11 ---
 .../warzone2100/files/warzone2100-3.1.2-pkgconf.patch  | 14 --
 2 files changed, 25 deletions(-)

diff --git a/games-strategy/warzone2100/files/warzone2100-3.1.2-openGL.patch 
b/games-strategy/warzone2100/files/warzone2100-3.1.2-openGL.patch
deleted file mode 100644
index 568510e..
--- a/games-strategy/warzone2100/files/warzone2100-3.1.2-openGL.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 lib/ivis_opengl/screen.cpp.old 2014-10-29 13:45:01.516359163 +0100
-+++ lib/ivis_opengl/screen.cpp 2014-10-29 13:45:42.743968030 +0100
-@@ -261,7 +261,7 @@
-   __glewUseProgram = __glewUseProgramObjectARB;
-   __glewGetShaderiv = __glewGetObjectParameterivARB;
-   __glewLinkProgram = __glewLinkProgramARB;
--  __glewShaderSource = __glewShaderSourceARB;
-+  __glewShaderSource = 
(PFNGLSHADERSOURCEPROC)__glewShaderSourceARB;
-   __glewUniform1f = __glewUniform1fARB;
-   __glewUniform1i = __glewUniform1iARB;
-   __glewUniform4fv = __glewUniform4fvARB;

diff --git a/games-strategy/warzone2100/files/warzone2100-3.1.2-pkgconf.patch 
b/games-strategy/warzone2100/files/warzone2100-3.1.2-pkgconf.patch
deleted file mode 100644
index 0149ea7..
--- a/games-strategy/warzone2100/files/warzone2100-3.1.2-pkgconf.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=428494
-
-should be obsolete with >=dev-util/pkgconf-0.8.4
-
 warzone2100-3.1.0/configure.ac
-+++ warzone2100-3.1.0/configure.ac
-@@ -89,7 +89,6 @@
- 
- # Check for pkg-config
- PKG_PROG_PKG_CONFIG
--AC_PROG_VERSION_CHECK([pkg-config], [0.9])
- 
- AC_MSG_CHECKING([for backend])
- AC_ARG_WITH([backend],



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

2016-12-03 Thread James Le Cuirot
commit: 766f090ae243bce74c5f64b870aa3bff4a740e09
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:24:24 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766f090a

games-util/glbsp: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 games-util/glbsp/files/glbsp-2.24-fltk.patch | 68 
 1 file changed, 68 deletions(-)

diff --git a/games-util/glbsp/files/glbsp-2.24-fltk.patch 
b/games-util/glbsp/files/glbsp-2.24-fltk.patch
deleted file mode 100644
index 342914e..
--- a/games-util/glbsp/files/glbsp-2.24-fltk.patch
+++ /dev/null
@@ -1,68 +0,0 @@
 gui/local.h.old2010-11-25 10:27:46.0 +0100
-+++ gui/local.h2010-11-25 10:28:58.0 +0100
-@@ -43,37 +43,37 @@
- #include 
- #include 
- 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
- #ifdef MACOSX
--#include 
-+#include 
- #endif
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
- 
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
- 
- 
- //



[gentoo-commits] repo/gentoo:master commit in: games-sports/xmoto/files/

2016-12-03 Thread James Le Cuirot
commit: 7a435fc92747deb11c63de129c5911a4b11fb5be
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:21:41 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a435fc9

games-sports/xmoto: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 games-sports/xmoto/files/xmoto-0.5.11-utf8.patch | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/games-sports/xmoto/files/xmoto-0.5.11-utf8.patch 
b/games-sports/xmoto/files/xmoto-0.5.11-utf8.patch
deleted file mode 100644
index 5a9c5a4..
--- a/games-sports/xmoto/files/xmoto-0.5.11-utf8.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-http://todo.xmoto.tuxfamily.org/index.php?do=details_id=778
-
 src/helpers/utf8.h.orig
-+++ src/helpers/utf8.h
-@@ -18,8 +18,8 @@
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- 
=*/
- 
--#ifndef __UTF8_H__
--#define __UTF8_H__
-+#ifndef __XMOTO_UTF8_H__
-+#define __XMOTO_UTF8_H__
- 
- #include 
- #include 



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

2016-12-03 Thread James Le Cuirot
commit: 381747db98cec767815af49b6ee3745cbb0530fe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381747db

games-puzzle/galaxis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../galaxis/files/galaxis-1.7-gentoo.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
deleted file mode 100644
index 3153291..
--- a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru galaxis-1.7.orig/Makefile galaxis-1.7/Makefile
 galaxis-1.7.orig/Makefile  2003-12-29 04:09:53.0 -0500
-+++ galaxis-1.7/Makefile   2010-10-18 13:08:43.929375025 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -29,7 +33,6 @@
- extern long lrand48();
- extern void srand48();
- #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
--extern char *memset();
- /*
-  * Try this if ungetch() fails to resolve.
-  *
-@@ -167,16 +170,17 @@
- } 
- 
- /* VARARGS1 */
--static void prompt(f, s)
-+static void prompt(s)
- /* print a message at the prompt line */
--char *f, *s;
-+char *s;
- {
- (void) move(PROMPTLINE, 0);
- (void) clrtoeol();
--(void) printw(f, s);
-+(void) printw("%s", s);
- (void) refresh();
- }
- 
-+#if 0
- static void error(s)
- char *s;
- {
-@@ -188,6 +192,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(n)
- int n;
-@@ -647,7 +652,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {



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

2016-12-03 Thread James Le Cuirot
commit: 09ec86806a77ca55af750557c8b76be902386be1
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:43 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ec8680

games-puzzle/tanglet: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../tanglet/files/tanglet-1.2.1-datadir.patch   | 21 -
 1 file changed, 21 deletions(-)

diff --git a/games-puzzle/tanglet/files/tanglet-1.2.1-datadir.patch 
b/games-puzzle/tanglet/files/tanglet-1.2.1-datadir.patch
deleted file mode 100644
index af9dedc..
--- a/games-puzzle/tanglet/files/tanglet-1.2.1-datadir.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 tanglet-1.0.1.orig/src/main.cpp
-+++ tanglet-1.0.1/src/main.cpp
-@@ -36,6 +36,7 @@
- 
-   QString path = app.applicationDirPath();
-   QStringList paths;
-+  paths.append("GENTOO_DIR");
-   paths.append(path + "/data/");
-   paths.append(path + "/../share/tanglet/data/");
-   paths.append(path + "/../Resources/");
 tanglet-1.0.1.orig/tanglet.pro
-+++ tanglet-1.0.1/tanglet.pro
-@@ -48,7 +48,7 @@
- 
- unix:!macx {
-   isEmpty(PREFIX) {
--  PREFIX = /usr/local
-+  PREFIX = /usr
-   }
- 
-   target.path = $$PREFIX/bin/



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/files/

2016-12-03 Thread James Le Cuirot
commit: 0a6de1adc6ecf5114307e9f6291546808fd0c7bf
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:20:25 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6de1ad

games-simulation/openttd: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../openttd/files/openttd-1.5.3-cflags.patch   | 42 --
 1 file changed, 42 deletions(-)

diff --git a/games-simulation/openttd/files/openttd-1.5.3-cflags.patch 
b/games-simulation/openttd/files/openttd-1.5.3-cflags.patch
deleted file mode 100644
index bb7f768..
--- a/games-simulation/openttd/files/openttd-1.5.3-cflags.patch
+++ /dev/null
@@ -1,42 +0,0 @@
 openttd-1.4.4/config.lib
-+++ openttd-1.4.4/config.lib
-@@ -1450,12 +1450,6 @@
-   CFLAGS="-I/gg/os-include -noixemul -fstrict-aliasing 
-fexpensive-optimizations -mcpu=604 -fno-inline -mstring -mmultiple $CFLAGS"
-   LDFLAGS="$LDFLAGS -noixemul"
-   fi
--
--  if [ "$enable_profiling" = "0" ]; then
--  # -fomit-frame-pointer and -pg do not go well together 
(gcc errors they are incompatible)
--  CFLAGS="-fomit-frame-pointer $CFLAGS"
--  fi
--  CFLAGS="-O2 $CFLAGS"
-   else
-   OBJS_SUBDIR="debug"
- 
-@@ -1466,14 +1460,6 @@
-   CFLAGS="$CFLAGS -G0"
-   fi
-   fi
--  if [ $enable_debug -ge 2 ]; then
--  CFLAGS="$CFLAGS -fno-inline"
--  fi
--  if [ $enable_debug -ge 3 ]; then
--  CFLAGS="$CFLAGS -O0"
--  else
--  CFLAGS="$CFLAGS -O2"
--  fi
-   fi
- 
-   if [ $enable_debug -le 2 ]; then
-@@ -1498,11 +1484,6 @@
-   CFLAGS="$CFLAGS -fno-expensive-optimizations"
-   fi
- 
--  if [ "$enable_profiling" != "0" ]; then
--  CFLAGS="$CFLAGS -pg"
--  LDFLAGS="$LDFLAGS -pg"
--  fi
--
-   if [ "$with_threads" = "0" ]; then
-   CFLAGS="$CFLAGS -DNO_THREADS"
-   fi



[gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/

2016-12-03 Thread Martin Mokrejs
commit: 0d1b801349367e3210c3feb0247936d51efdcdc5
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Sat Dec  3 11:33:53 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sat Dec  3 11:33:53 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d1b8013

sci-biology/ncbi-tools++: add a comment about >=gcc-5.3.0 incompatibility

Package-Manager: portage-2.3.2

 sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild 
b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
index 1236c13..8902d3e 100644
--- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
+++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
@@ -329,6 +329,9 @@ src_compile() {
# 
# To take full advantage of --with-flat-makefile, you'll need the 
following (instead of 'emake all_p -C "${S}"_build/build') and call configure 
--with-flat-makefile:
emake -C "${S}"_build/build -f Makefile.flat
+   #
+   # >=gcc-5.3.0 is not supported, see also bug #579248#c8
+   # configure: error: Do not know how to build MT-safe with compiler 
/usr/bin/x86_64-pc-linux-gnu-g++  5.3.0
 }
 
 src_install() {



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

2016-12-03 Thread Amy Winston
commit: f6d0b15b0e40546b0cb66930e2cd8a95a4001d24
Author: Amy Winston  gentoo  org>
AuthorDate: Sat Dec  3 10:26:23 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sat Dec  3 10:26:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d0b15b

sci-libs/gdal: add jasper patch bug #599626

Package-Manager: portage-2.3.0

 sci-libs/gdal/files/gdal-2.0.2-jasper2.patch | 62 
 sci-libs/gdal/gdal-2.0.2-r3.ebuild   |  1 +
 2 files changed, 63 insertions(+)

diff --git a/sci-libs/gdal/files/gdal-2.0.2-jasper2.patch 
b/sci-libs/gdal/files/gdal-2.0.2-jasper2.patch
new file mode 100644
index ..a418e41
--- /dev/null
+++ b/sci-libs/gdal/files/gdal-2.0.2-jasper2.patch
@@ -0,0 +1,62 @@
+diff -urN orig/frmts/jpeg2000/jpeg2000_vsil_io.cpp 
dwok/frmts/jpeg2000/jpeg2000_vsil_io.cpp
+--- orig/frmts/jpeg2000/jpeg2000_vsil_io.cpp   2016-01-26 16:21:48.0 
+0100
 dwok/frmts/jpeg2000/jpeg2000_vsil_io.cpp   2016-11-16 21:53:15.280302723 
+0100
+@@ -179,40 +179,25 @@
+ * Buffer initialization code.
+ 
\**/
+ 
+-static void JPEG2000_VSIL_jas_stream_initbuf(jas_stream_t *stream, int 
bufmode, char *buf,
+-  int bufsize)
++static void JPEG2000_VSIL_jas_stream_initbuf(jas_stream_t *stream, int 
bufmode)
+ {
+   /* If this function is being called, the buffer should not have been
+ initialized yet. */
+   assert(!stream->bufbase_);
+ 
+   if (bufmode != JAS_STREAM_UNBUF) {
+-  /* The full- or line-buffered mode is being employed. */
+-  if (!buf) {
+-  /* The caller has not specified a buffer to employ, so 
allocate
+-one. */
+-  if ((stream->bufbase_ = (unsigned 
char*)jas_malloc(JAS_STREAM_BUFSIZE +
+-JAS_STREAM_MAXPUTBACK))) {
+-  stream->bufmode_ |= JAS_STREAM_FREEBUF;
+-  stream->bufsize_ = JAS_STREAM_BUFSIZE;
+-  } else {
+-  /* The buffer allocation has failed.  Resort to 
unbuffered
+-operation. */
+-  stream->bufbase_ = stream->tinybuf_;
+-  stream->bufsize_ = 1;
+-  }
++  if ((stream->bufbase_ = (unsigned 
char*)jas_malloc(JAS_STREAM_BUFSIZE +
++JAS_STREAM_MAXPUTBACK))) {
++  stream->bufmode_ |= JAS_STREAM_FREEBUF;
++  stream->bufsize_ = JAS_STREAM_BUFSIZE;
+   } else {
+-  /* The caller has specified a buffer to employ. */
+-  /* The buffer must be large enough to accommodate 
maximum
+-putback. */
+-  assert(bufsize > JAS_STREAM_MAXPUTBACK);
+-  stream->bufbase_ = JAS_CAST(uchar *, buf);
+-  stream->bufsize_ = bufsize - JAS_STREAM_MAXPUTBACK;
++  /* The buffer allocation has failed.  Resort to 
unbuffered
++operation. */
++  stream->bufbase_ = stream->tinybuf_;
++  stream->bufsize_ = 1;
+   }
+   } else {
+   /* The unbuffered mode is being employed. */
+-  /* A buffer should not have been supplied by the caller. */
+-  assert(!buf);
+   /* Use a trivial one-character buffer. */
+   stream->bufbase_ = stream->tinybuf_;
+   stream->bufsize_ = 1;
+@@ -282,7 +267,7 @@
+   }
+ 
+   /* By default, use full buffering for this type of stream. */
+-  JPEG2000_VSIL_jas_stream_initbuf(stream, JAS_STREAM_FULLBUF, 0, 0);
++  JPEG2000_VSIL_jas_stream_initbuf(stream, JAS_STREAM_FULLBUF);
+ 
+   return stream;
+ }

diff --git a/sci-libs/gdal/gdal-2.0.2-r3.ebuild 
b/sci-libs/gdal/gdal-2.0.2-r3.ebuild
index 2dae2cd..f8a672c 100644
--- a/sci-libs/gdal/gdal-2.0.2-r3.ebuild
+++ b/sci-libs/gdal/gdal-2.0.2-r3.ebuild
@@ -87,6 +87,7 @@ src_prepare() {
 
if use jpeg2k; then
epatch "${FILESDIR}"/${P}-jasper.patch
+   epatch "${FILESDIR}"/${P}-jasper2.patch #bug 599626
fi
 
# -soname is only accepted by GNU ld/ELF



[gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysphere/

2016-12-03 Thread Kristian Fiskerstrand
commit: 6d8a2f19dd1eff4ef46211d3bad0b2167176b539
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Sat Dec  3 09:54:15 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Sat Dec  3 09:54:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8a2f19

app-crypt/monkeysphere: New upstream version 0.41

Package-Manager: portage-2.3.2

 app-crypt/monkeysphere/Manifest |  1 +
 app-crypt/monkeysphere/monkeysphere-0.41.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/app-crypt/monkeysphere/Manifest b/app-crypt/monkeysphere/Manifest
index 3077fd7..7c0c603 100644
--- a/app-crypt/monkeysphere/Manifest
+++ b/app-crypt/monkeysphere/Manifest
@@ -2,3 +2,4 @@ DIST monkeysphere_0.36.orig.tar.gz 98876 SHA256 
6ae4edeff2cc29b6913346e15b61500e
 DIST monkeysphere_0.37.orig.tar.gz 99557 SHA256 
b510b8a414fb400356e80f1f882488785df72ac54078410b54d4c50a84686e59 SHA512 
ebf636caaa0985a2495314375a9d78d131173ccedc116993e02b7bbc0ddc8c43c718dc65cb725619ecf7e72e0b7e11b941f3eb342d7c23d17ca0507b2ab28512
 WHIRLPOOL 
d27a3712ce4cd529986c4ac0af7398f8d69d66c1b5aed9842d3b21f417bab5d2b3afc7be9e069ce0e9f307b17ad33ef9e8d49d7624ec0d7d2aab60949982b9c1
 DIST monkeysphere_0.38.orig.tar.gz 107546 SHA256 
6951821d11ad646e6e7651d677bfab8f800fbc52703a0ab9942d03cd13959073 SHA512 
fd87460fe16b0133fd507ff93926a5dea6419343b45c3ba33e6e981333646f4fa840c127bb1f3e7750bc3ede66c5e07f417a8354cf38d89159422dca390f
 WHIRLPOOL 
26f96f1d845ce1178337cc23e50140576a785536f656e73ceaba4d64192106b2462bb046328758c2771b48de64abe1a3d866cfc2fadc7ac0d0e2341778cd9105
 DIST monkeysphere_0.39.orig.tar.gz 107735 SHA256 
73331e2df361b22e1dc6445a7d2b0b2c5a124daa4d850c2ecce721579592c29f SHA512 
069acbc3e4f1409a130d4efc95875c72b9e4c55af6ff211fb954a90ff26605ecf9cdbbe7d7f7849de479cafaab7957a33fccefd5f2d54a2317f18bc5454190c2
 WHIRLPOOL 
3b0b260e002e5bbc4f894f468da77c9b3eb0c020316ceed920663f66e0db525c2baea4d9be7a36e82544c02bc3ece3bb0bbfa455c47d8f89896de08e4ff7211f
+DIST monkeysphere_0.41.orig.tar.gz 109040 SHA256 
911a2f1622ddb81151b0f41cf569ccf2154d10a09b2f446dbe98fac7279fe74b SHA512 
fcc3dd6c191635ed7ef27a8219d4c9d7043629dc8a02de947fcc4dfc8e612ec767f68d4e4c41252a0c0fc80e4184018e53991d85fcde50cb5def75b925341962
 WHIRLPOOL 
3a71264e78a8b2fa5cde35167df219d6becb082d87dfd8dd22902e0091bbf5397c380c1b5609e79d8743219d948a4ee89b354907cc5aab95275bd805b6ebc223

diff --git a/app-crypt/monkeysphere/monkeysphere-0.41.ebuild 
b/app-crypt/monkeysphere/monkeysphere-0.41.ebuild
new file mode 100644
index ..f92a46e
--- /dev/null
+++ b/app-crypt/monkeysphere/monkeysphere-0.41.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils user
+
+DESCRIPTION="Leverage the OpenPGP web of trust for OpenSSH and Web 
authentication"
+HOMEPAGE="http://web.monkeysphere.info/;
+
+LICENSE="GPL-3"
+SLOT="0/0"
+IUSE=""
+SRC_URI="mirror://debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz
 
http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz;
+KEYWORDS="~amd64 ~arm ~x86"
+
+DOCS=( README Changelog )
+
+## Tests fail upstream for SSH connection. Issue has been reported.
+RESTRICT="test"
+
+DEPEND="app-crypt/gnupg:0=
+   net-misc/socat:0=
+   dev-perl/Crypt-OpenSSL-RSA:0=
+   dev-perl/Digest-SHA1:0=
+   app-misc/lockfile-progs:0="
+
+RDEPEND="${DEPEND}"
+
+pkg_setup()
+{
+   einfo "Creating named group and user"
+   enewgroup monkeysphere
+   enewuser monkeysphere -1 -1 /var/lib/monkeysphere monkeysphere
+   # Using fperms and fowner in src_install leave unusable config with 
error
+   # Authentication refused: bad ownership or modes for directory 
/var/lib/monkeysphere
+   chown root:monkeysphere /var/lib/monkeysphere
+   chmod 751 /var/lib/monkeysphere
+}
+
+src_prepare()
+{
+   sed -i "s#share/doc/monkeysphere#share/doc/${PF}#" Makefile || die
+}
+
+src_install()
+{
+   default
+   dodir /var/lib/monkeysphere
+}
+
+pkg_postinst()
+{
+   monkeysphere-authentication setup || die
+}



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

2016-12-03 Thread Agostino Sarubbo
commit: 4276017c25343c7198e89b2d7d2a448ad49f627c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec  3 09:33:55 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec  3 09:34:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4276017c

www-client/chromium: x86 stable wrt bug #601486

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/chromium/chromium-55.0.2883.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-55.0.2883.75.ebuild 
b/www-client/chromium/chromium-55.0.2883.75.ebuild
index 237d581..84a3875 100644
--- a/www-client/chromium/chromium-55.0.2883.75.ebuild
+++ b/www-client/chromium/chromium-55.0.2883.75.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



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

2016-12-03 Thread Agostino Sarubbo
commit: ec75652641b184bd13470287493d0d8382a00db4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec  3 09:33:24 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec  3 09:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec756526

www-client/chromium: amd64 stable wrt bug #601486

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/chromium/chromium-55.0.2883.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-55.0.2883.75.ebuild 
b/www-client/chromium/chromium-55.0.2883.75.ebuild
index 2a282eb..237d581 100644
--- a/www-client/chromium/chromium-55.0.2883.75.ebuild
+++ b/www-client/chromium/chromium-55.0.2883.75.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



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

2016-12-03 Thread Hans de Graaff
commit: 0e34c2da1675de375e741e4fc8a17e7743d09ad1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 09:33:28 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 09:33:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e34c2da

app-text/xmlformat: use ruby-single to manage ruby dependency

Package-Manager: portage-2.3.0

 app-text/xmlformat/xmlformat-1.04.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-text/xmlformat/xmlformat-1.04.ebuild 
b/app-text/xmlformat/xmlformat-1.04.ebuild
index d520298..8962796 100644
--- a/app-text/xmlformat/xmlformat-1.04.ebuild
+++ b/app-text/xmlformat/xmlformat-1.04.ebuild
@@ -1,9 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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"
+
+inherit ruby-single
+
 DESCRIPTION="Reformat XML documents to your custom style"
 SRC_URI="http://www.kitebird.com/software/${PN}/${P}.tar.gz;
 HOMEPAGE="http://www.kitebird.com/software/xmlformat/;
@@ -12,7 +16,7 @@ SLOT="0"
 LICENSE="xmlformat"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
-DEPEND="ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:2.0 ) )
+DEPEND="ruby? ( ${RUBY_DEPS} )
!ruby? ( dev-lang/perl )"
 RDEPEND=${DEPEND}
 IUSE="ruby doc"



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xsl-stylesheets/

2016-12-03 Thread Hans de Graaff
commit: e175201dfc6e521f7c8961a6efaae3e3bb23c845
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 09:27:07 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 09:27:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e175201d

app-text/docbook-xsl-stylesheets: cleanup

Package-Manager: portage-2.3.0

 app-text/docbook-xsl-stylesheets/Manifest  |  1 -
 .../docbook-xsl-stylesheets-1.78.0-r1.ebuild   | 81 --
 2 files changed, 82 deletions(-)

diff --git a/app-text/docbook-xsl-stylesheets/Manifest 
b/app-text/docbook-xsl-stylesheets/Manifest
index 14a3eb7..71cce9c 100644
--- a/app-text/docbook-xsl-stylesheets/Manifest
+++ b/app-text/docbook-xsl-stylesheets/Manifest
@@ -1,3 +1,2 @@
-DIST docbook-xsl-1.78.0.tar.bz2 5011106 SHA256 
e43220bfe35cad7eb289291264da472819c4b781173a9a58f72d6e404a1f5923 SHA512 
9611e354a8c8e86fa203a0b58356a6229e82f98197a94f9a668c10e10ef3ebb87f468fa03a04292068d1cca5ad31043d78e19981933ee3820910d70ca9e044e2
 WHIRLPOOL 
a2ffba19a2da8c6fc1be9fbdc8ef5b5fc5f13ed8524ffc07bda56b7f986268f45b5c4df2261f6a04c7e12b97aadc2e2a6718268ffe3102aa58589f2db6e6f90c
 DIST docbook-xsl-1.79.0.tar.bz2 21973361 SHA256 
de7ba9cfdc75cb7df4f3e57f080d3a30d97ef2ba6841cbce8bdbd9f6eb43d606 SHA512 
5761b9fafe7895a76afacbbf20607fff493fd5a9e3ab4d2f67780c887c24ef12c8313065ea384964a57b6e47d92c7a5167ed16bdf3c4e93576b0af5cb99463ab
 WHIRLPOOL 
45eea4d335d4371d089284f66681702bb0c9b2602f95c7eafe98a22d1ebf9fa621b58a5390ec5735ecece88a104d6e04a7d90e1bd330d71af8d102325ce07853
 DIST docbook-xsl-1.79.1.tar.bz2 21967928 SHA256 
725f452e12b296956e8bfb876ccece71eeecdd14b94f667f3ed9091761a4a968 SHA512 
83325cbaf1545da6b9b8b77f5f0e6fdece26e3c455164b300a1aa3d19e3bd29ae71fd563553a714a5394968d1a65684c6c7987c77524469358d18b8c227025c7
 WHIRLPOOL 
3bd03072aba15cda9e7a18cb6c1edfc91cdb706811fd07d5aa69df1ffd5a48394848079cf63c67360104f0c0ec89920268b49d358c62bf5f61d6030938be0a0f

diff --git 
a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild 
b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild
deleted file mode 100644
index 5090fde..
--- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DOCBOOKDIR="/usr/share/sgml/${PN/-//}"
-MY_PN="${PN%-stylesheets}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="XSL Stylesheets for Docbook"
-HOMEPAGE="http://wiki.docbook.org/DocBookXslStylesheets;
-SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ruby"
-
-RDEPEND=">=app-text/build-docbook-catalog-1.1
-ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:2.0 ) )"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-# Makefile is broken since 1.76.0
-RESTRICT=test
-
-# The makefile runs tests, not builds.
-src_compile() { :; }
-
-src_test() {
-   emake check
-}
-
-src_install() {
-   # The changelog is now zipped, and copied as the RELEASE-NOTES, so we
-   # don't need to install it
-   dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO
-
-   insinto ${DOCBOOKDIR}
-   doins VERSION VERSION.xsl
-
-   local i
-   for i in $(find . -maxdepth 1 -mindepth 1 -type d -exec basename {} 
\;); do
-   [[ "$i" == "epub" ]] && ! use ruby && continue
-
-   cd "${S}"/${i}
-   for doc in ChangeLog README; do
-   if [ -e "$doc" ]; then
-   mv ${doc} ${doc}.${i}
-   dodoc ${doc}.${i}
-   rm ${doc}.${i}
-   fi
-   done
-
-   doins -r "${S}"/${i}
-   done
-
-   if use ruby; then
-   local cmd="dbtoepub${MY_PN#docbook-xsl}"
-
-   # we can't use a symlink or it'll look for the library in the
-   # wrong path.
-   dodir /usr/bin
-   cat - > "${D}"/usr/bin/${cmd} <

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

2016-12-03 Thread Michał Górny
commit: 9cfa8fd135687c6911f0495cd4f89ca3b044a81c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  3 09:15:32 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  3 09:18:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfa8fd1

net-libs/nodejs: Add a missing dep on systemtap, #601474

Patch-by: Marco Leogrande  gmail.com>

 net-libs/nodejs/nodejs-7.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/nodejs/nodejs-7.2.0.ebuild 
b/net-libs/nodejs/nodejs-7.2.0.ebuild
index 739af4d..7567d33 100644
--- a/net-libs/nodejs/nodejs-7.2.0.ebuild
+++ b/net-libs/nodejs/nodejs-7.2.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="icu? ( >=dev-libs/icu-56:= )
sys-libs/zlib"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
test? ( net-misc/curl )"
 
 S="${WORKDIR}/node-v${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ec2-ami-tools/

2016-12-03 Thread Hans de Graaff
commit: 4f1977644c438e114ec6a17eda347f820fc6e3dc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 08:18:06 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 08:58:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f197764

app-admin/ec2-ami-tools: use ruby21 with ruby-single eclass

Package-Manager: portage-2.3.0

 ...ools-1.5.6.ebuild => ec2-ami-tools-1.5.6-r1.ebuild} | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.6.ebuild 
b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.6-r1.ebuild
similarity index 67%
rename from app-admin/ec2-ami-tools/ec2-ami-tools-1.5.6.ebuild
rename to app-admin/ec2-ami-tools/ec2-ami-tools-1.5.6-r1.ebuild
index 938f477..1832818 100644
--- a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.6.ebuild
+++ b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.6-r1.ebuild
@@ -1,12 +1,14 @@
-# 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 versionator
+USE_RUBY="ruby21"
 
-DESCRIPTION="These command-line tools serve as the client interface to the 
Amazon EC2 web service"
+inherit ruby-single versionator
+
+DESCRIPTION="Command-line tools that serve as client interface to the Amazon 
EC2 web service"
 
HOMEPAGE="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368=88;
 SRC_URI="http://s3.amazonaws.com/ec2-downloads/${P}.zip;
 
@@ -15,18 +17,14 @@ LICENSE="Amazon
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-ruby_slot="2.0"
-
 DEPEND="app-arch/unzip"
-RDEPEND="dev-lang/ruby:${ruby_slot}[ssl]
+RDEPEND="
+   ${RUBY_DEPS}
+   virtual/ruby-ssl
net-misc/rsync
net-misc/curl"
 
 src_prepare() {
-   # Simplify the scripts to always run Ruby 20, since Gentoo supports
-   # alternative implementations as well it is not guaranteed that ruby is 
ruby19.
-   sed -i -e "\$s:^ruby:exec ruby${ruby_slot/./}:" bin/* || die 'Sed 
failed.'
-
# Remove a left behind license file.
rm lib/ec2/oem/LICENSE.txt || die 'Removal of LICENSE failed.'
 }



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/

2016-12-03 Thread Hans de Graaff
commit: 515f0865d762ee3b6f34aa65db85a91a8b1f3204
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 08:38:51 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 08:58:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515f0865

app-mobilephone/obexftp: cleanup

Package-Manager: portage-2.3.0

 app-mobilephone/obexftp/obexftp-0.24.ebuild | 58 -
 1 file changed, 58 deletions(-)

diff --git a/app-mobilephone/obexftp/obexftp-0.24.ebuild 
b/app-mobilephone/obexftp/obexftp-0.24.ebuild
deleted file mode 100644
index 4cdecc6..
--- a/app-mobilephone/obexftp/obexftp-0.24.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-inherit cmake-utils python-single-r1 python-utils-r1 eutils multilib
-
-DESCRIPTION="File transfer over OBEX for mobile phones"
-HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp;
-SRC_URI="mirror://sourceforge/openobex/${P}-Source.tar.gz"
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="bluetooth perl python ruby tcl"
-
-RDEPEND="
-   >=dev-libs/openobex-1.7
-   bluetooth? ( net-wireless/bluez )
-   perl? ( dev-lang/perl:= )
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) )
-   tcl? ( dev-lang/tcl:0= )
-"
-DEPEND="
-   ${RDEPEND}
-   perl? ( dev-lang/swig )
-   python? ( dev-lang/swig )
-   ruby? ( dev-lang/swig )
-   tcl? ( dev-lang/swig )
-   virtual/pkgconfig
-"
-
-S=${WORKDIR}/${P}-Source
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.23-gentoo.patch
-   "${FILESDIR}"/${PN}-0.24-config.patch
-   "${FILESDIR}"/${PN}-0.24-enable_bluetooth.patch
-   "${FILESDIR}"/${PN}-0.24-python_sitedir.patch
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_PERL=$(usex perl)
-   -DENABLE_BLUETOOTH=$(usex bluetooth)
-   -DENABLE_PYTHON=$(usex python)
-   $(usex python -DPYTHON_SITE_DIR=$(python_get_sitedir) '')
-   -DENABLE_RUBY=$(usex ruby)
-   -DENABLE_TCL=$(usex tcl)
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/openobex/

2016-12-03 Thread Hans de Graaff
commit: abe9bc4ca011c54fa45a96137a7b8105f3c5bb24
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 08:53:43 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 08:58:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe9bc4c

dev-libs/openobex: amd64 stable, bug 577696

Package-Manager: portage-2.3.0

 dev-libs/openobex/openobex-1.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/openobex/openobex-1.7.1.ebuild 
b/dev-libs/openobex/openobex-1.7.1.ebuild
index ed53491..7921e1a 100644
--- a/dev-libs/openobex/openobex-1.7.1.ebuild
+++ b/dev-libs/openobex/openobex-1.7.1.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 inherit cmake-utils udev
 
-DESCRIPTION="An implementation of the OBEX protocol used for transferring data 
to mobile devices"
+DESCRIPTION="Implementation of the OBEX protocol used for transferring data to 
mobile devices"
 HOMEPAGE="https://sourceforge.net/projects/openobex/;
 SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/2"
-KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="bluetooth irda usb"
 
 RDEPEND="bluetooth? ( net-wireless/bluez:= )



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/

2016-12-03 Thread Hans de Graaff
commit: 37fbb225d3d30ff0ceefb4587dcc5cb303fd3e0b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 08:54:31 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 08:58:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fbb225

app-mobilephone/obexftp: amd64 stable, bug 577696

Package-Manager: portage-2.3.0

 app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild 
b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index b44c230..84837d7 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/openobex/${P}-Source.tar.gz"
 SLOT="0"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~x86"
 
 # bluetooth support is not really optional, bug #529068
 IUSE="perl python ruby tcl" #bluetooth



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/

2016-12-03 Thread Hans de Graaff
commit: f7d0076e3517803b3e4978bfc5d943d29b90c3d4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 08:56:38 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 08:58:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d0076e

app-mobilephone/obexftp: update ruby dependency for ruby21

Package-Manager: portage-2.3.0

 app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild 
b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index 84837d7..f7ecd41 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
net-wireless/bluez
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
-   ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) )
+   ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) )
tcl? ( dev-lang/tcl:0= )
 "
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/

2016-12-03 Thread Jeroen Roovers
commit: 9c2ba0b6386dda56dc8c178c6581425c3c77a99d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  3 08:57:02 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  3 08:57:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2ba0b6

x11-terms/guake: Old.

Package-Manager: portage-2.3.2

 x11-terms/guake/Manifest   |  1 -
 x11-terms/guake/guake-0.8.5.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest
index e938c68..4bc24b8 100644
--- a/x11-terms/guake/Manifest
+++ b/x11-terms/guake/Manifest
@@ -1,4 +1,3 @@
 DIST guake-0.8.3.tar.gz 380656 SHA256 
3e4c254209f4afceac9a46c3e161b5673408ccd0690804014127a914c76f75d1 SHA512 
cf2fa505c774e608b0e1faf677c0725ea4b72d1ef5273e3504d75b57867d524bffdc5fa76ee88b76096305c7f897a746c477daf5543d765baea3a349099b8651
 WHIRLPOOL 
9eaa09a1c36fa69d586e1e38955bca477461bd19fd63dc3e25f72358bb8345f2a6f181b9d8d67728b2ce0c94861c90940d34eaa18b07b6c0b46303199f2d1a99
-DIST guake-0.8.5.tar.gz 387283 SHA256 
c9aee4dcbeb605ab3677438992371aab94a886be8ba3b9cd3f70e8cfcd1560d6 SHA512 
948a59996f5e369ea7aefa895725bb4bc668460a16555eee41c0a4a81f7df3f11f3840156d7ee1e16087bed98a16edeb7aa8989100c90074d1894192502c81ad
 WHIRLPOOL 
10616c9768187358a8e442c165520cf45dd795e70e16bd00ade93198edfb3d0ed8b2cb9250cb4d8bff7fb70b18804ce0081d99b41b5956ba6e86254c87d53919
 DIST guake-0.8.7.tar.gz 393683 SHA256 
ea8df0091ff95ac337f3cd6ce144b56828a40c377416ede21a70985be784f5b0 SHA512 
fa2e496bbb5b5dd7d66dc9c8784913f79c3ebfed57385b528361e0221ad00974c1654c66b0d2e3cded7e888b8e660e7ed12f19528a8dad53b3d3fbe981734740
 WHIRLPOOL 
9c46403f1c15a3fe592fa1414f871d793af5905f204f2d47f3413b42b225096828fd71f7506396f583e4ebc12ee984c616c04b8b687c0f80ec8f584f495e5a91
 DIST guake-0.8.8.tar.gz 395143 SHA256 
dbed79b7350e40412121b21d03a26c480a93add315d3a196c450cc62e4e1a42e SHA512 
cbff208ea985669c5063793aaa74504a0de92127b52af23499b7c95df7c3841558ae61586e56771ce8e0d444bbe95a95e12e1af41f8a4ac9c74c13b3e9df8dc2
 WHIRLPOOL 
94474c908ce179fa78eb9db96b2d054ccbf93fce30cbfdf4d6bff922c704494f7eac6ca5eadc9c6a68372089a2bc9ff6e5b008f27769c792c70968034f763ace

diff --git a/x11-terms/guake/guake-0.8.5.ebuild 
b/x11-terms/guake/guake-0.8.5.ebuild
deleted file mode 100644
index 04f9728..
--- a/x11-terms/guake/guake-0.8.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-GNOME2_LA_PUNT=yes
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils gnome2 python-single-r1
-
-DESCRIPTION="Drop-down terminal for GTK+ desktops"
-HOMEPAGE="https://github.com/Guake/guake;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-RDEPEND="
-   dev-libs/keybinder:0[python]
-   dev-python/dbus-python
-   dev-python/gconf-python
-   dev-python/notify-python
-   dev-python/pygtk
-   dev-python/pyxdg
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/vte:0[python]
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README.rst )
-
-src_prepare() {
-   eapply_user
-
-   eautoreconf
-
-   gnome2_src_prepare
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_pkg_postrm
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/

2016-12-03 Thread Jeroen Roovers
commit: 66979df05fe70bbaf84602d491a8b60389770eb6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  3 08:55:22 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  3 08:55:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66979df0

x11-terms/guake: Version bump.

Package-Manager: portage-2.3.2

 x11-terms/guake/Manifest   |  1 +
 x11-terms/guake/guake-0.8.8.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest
index b1b51c2..e938c68 100644
--- a/x11-terms/guake/Manifest
+++ b/x11-terms/guake/Manifest
@@ -1,3 +1,4 @@
 DIST guake-0.8.3.tar.gz 380656 SHA256 
3e4c254209f4afceac9a46c3e161b5673408ccd0690804014127a914c76f75d1 SHA512 
cf2fa505c774e608b0e1faf677c0725ea4b72d1ef5273e3504d75b57867d524bffdc5fa76ee88b76096305c7f897a746c477daf5543d765baea3a349099b8651
 WHIRLPOOL 
9eaa09a1c36fa69d586e1e38955bca477461bd19fd63dc3e25f72358bb8345f2a6f181b9d8d67728b2ce0c94861c90940d34eaa18b07b6c0b46303199f2d1a99
 DIST guake-0.8.5.tar.gz 387283 SHA256 
c9aee4dcbeb605ab3677438992371aab94a886be8ba3b9cd3f70e8cfcd1560d6 SHA512 
948a59996f5e369ea7aefa895725bb4bc668460a16555eee41c0a4a81f7df3f11f3840156d7ee1e16087bed98a16edeb7aa8989100c90074d1894192502c81ad
 WHIRLPOOL 
10616c9768187358a8e442c165520cf45dd795e70e16bd00ade93198edfb3d0ed8b2cb9250cb4d8bff7fb70b18804ce0081d99b41b5956ba6e86254c87d53919
 DIST guake-0.8.7.tar.gz 393683 SHA256 
ea8df0091ff95ac337f3cd6ce144b56828a40c377416ede21a70985be784f5b0 SHA512 
fa2e496bbb5b5dd7d66dc9c8784913f79c3ebfed57385b528361e0221ad00974c1654c66b0d2e3cded7e888b8e660e7ed12f19528a8dad53b3d3fbe981734740
 WHIRLPOOL 
9c46403f1c15a3fe592fa1414f871d793af5905f204f2d47f3413b42b225096828fd71f7506396f583e4ebc12ee984c616c04b8b687c0f80ec8f584f495e5a91
+DIST guake-0.8.8.tar.gz 395143 SHA256 
dbed79b7350e40412121b21d03a26c480a93add315d3a196c450cc62e4e1a42e SHA512 
cbff208ea985669c5063793aaa74504a0de92127b52af23499b7c95df7c3841558ae61586e56771ce8e0d444bbe95a95e12e1af41f8a4ac9c74c13b3e9df8dc2
 WHIRLPOOL 
94474c908ce179fa78eb9db96b2d054ccbf93fce30cbfdf4d6bff922c704494f7eac6ca5eadc9c6a68372089a2bc9ff6e5b008f27769c792c70968034f763ace

diff --git a/x11-terms/guake/guake-0.8.8.ebuild 
b/x11-terms/guake/guake-0.8.8.ebuild
new file mode 100644
index ..04f9728
--- /dev/null
+++ b/x11-terms/guake/guake-0.8.8.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+GNOME2_LA_PUNT=yes
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils gnome2 python-single-r1
+
+DESCRIPTION="Drop-down terminal for GTK+ desktops"
+HOMEPAGE="https://github.com/Guake/guake;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+   dev-libs/keybinder:0[python]
+   dev-python/dbus-python
+   dev-python/gconf-python
+   dev-python/notify-python
+   dev-python/pygtk
+   dev-python/pyxdg
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/vte:0[python]
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README.rst )
+
+src_prepare() {
+   eapply_user
+
+   eautoreconf
+
+   gnome2_src_prepare
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_pkg_postrm
+}



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

2016-12-03 Thread Jeroen Roovers
commit: b49081baa285c89e4da536e4a6c8cc4c653d90e0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  3 08:40:36 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  3 08:40:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49081ba

www-client/opera-beta: Version bump.

Package-Manager: portage-2.3.2

 www-client/opera-beta/Manifest |  2 +
 .../opera-beta/opera-beta-42.0.2393.65.ebuild  | 91 ++
 2 files changed, 93 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index ef6d12b..392e7b1 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -2,3 +2,5 @@ DIST opera-beta_42.0.2393.27_amd64.deb 49570738 SHA256 
7ea59795453b8bd0f4561ec1a
 DIST opera-beta_42.0.2393.27_i386.deb 50829282 SHA256 
9a2bb6a92c8884de48c27f7eaae748e185684021d5b098759eb13816ecec0895 SHA512 
988dd42996e3e0d3a852f89301904703cb06da0edbf3729555c96035fa77d0e859003199c581c2c3b222efb95ce1a55d7141e784ab72a58ad66aae78d17d473b
 WHIRLPOOL 
b4c41dc734a94e0e2a66121acdabd13c536af19c4b6dd76a57a5f88fef1d09e7c7bc8c4a91a025c22b86137e89a45c43386576b9aab581c7c7a83cbaa965e117
 DIST opera-beta_42.0.2393.38_amd64.deb 48952472 SHA256 
acba8fe26bc9aeb884b314369ba7f22788eebc883cb824b6892b9c4842a15e4f SHA512 
ff5e86bc4c9d2a8a1a222eb59856e36f86e5bc8662d9d2778ef3122669db45819ae03121142cfa3a62279fae0acf005870f4c0de6d30bc553af9c5927fcb
 WHIRLPOOL 
4d152e328fdfdc43583f7eaa16830b3d61e79dad70b341beaef476c3bc315df7a1ba8200232d4a1737ce0d95ddbee089ff0090d386b3b5c57535176faa37ab5c
 DIST opera-beta_42.0.2393.38_i386.deb 50264514 SHA256 
4473ed22a61bfdd65decc081e72407a619cf2281f5389c98e8c046b3992989cc SHA512 
385c01cb62c1c5f56e0387703b6d93b8058e30ff60ea900e1a304e60be713738065d84ecaa642dd9a4d089151039df379672d72ac80d12723696414e5a0734ff
 WHIRLPOOL 
e02755e1c230c146b563ad16310e36ef4eb61928bfa6922e227ae4512e88a1a6f0125ef4a23e0019f5a417b003d9728e3655f0372aa36486ede2880d35aa6846
+DIST opera-beta_42.0.2393.65_amd64.deb 49133226 SHA256 
5a8bc29476d7ab5e9740780fcacd13d87a968d40d5aa462c5cb1c285b8f3ea2c SHA512 
fca284f2ca06078a20f739d94a768d5f66138157fcf875bf6c193174df26488d293eb68744583ee6def47e88403d2493e1cca7d7705feb6c4c4e437cd65d9f7f
 WHIRLPOOL 
b221adf94d92ea37ca17cafb2ffb1357804d847fe3bc6ca4167f8a99b5396cddbd35d5057e28cfb2d240de3979d107a142b2e2d6e3a6c7a191ad769455a9d11f
+DIST opera-beta_42.0.2393.65_i386.deb 50703890 SHA256 
737b33a8c7075764118c3e2cc50ac3782842c6d66fcc8ff297805faafcc46ff0 SHA512 
ce5a744e87b6ab5185ab28636cb5794ef9b6036f8097413afacda6607d4b0fe670c47c4541514e8584c25924b55def34fe0dfb31adb2229320141dcadda601c8
 WHIRLPOOL 
e095d68b1b4d24d630e71344dea74fba2e2cd6153953e61599dfa29663fdb28bcbd0a3f1ffaa8d17e382769f56b69a83f056b33f5c9c242de47b94d9992e8863

diff --git a/www-client/opera-beta/opera-beta-42.0.2393.65.ebuild 
b/www-client/opera-beta/opera-beta-42.0.2393.65.ebuild
new file mode 100644
index ..ce0045d
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-42.0.2393.65.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   af az be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr fy gd
+   he hi hr hu id it ja kk ko lt lv mk ms nb nl nn pa pl pt-BR pt-PT ro ru
+   sk sr sr-ME sv sw ta te th tr uk uz vi zh-CN zh-TW zu
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+   x86?( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb" )
+"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   

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

2016-12-03 Thread Jeroen Roovers
commit: 7d4543092b65f02f6097d103a12ea5662fa9b56f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  3 08:41:03 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  3 08:41:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d454309

www-client/opera-beta: Old.

Package-Manager: portage-2.3.2

 www-client/opera-beta/Manifest |  2 -
 .../opera-beta/opera-beta-42.0.2393.27.ebuild  | 91 --
 2 files changed, 93 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 392e7b1..b579913 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,5 +1,3 @@
-DIST opera-beta_42.0.2393.27_amd64.deb 49570738 SHA256 
7ea59795453b8bd0f4561ec1a4abf60f44cc1896ab109baa44a667009b75410c SHA512 
ac3a02ad2a857ff7778bfb432a54b067783248a34a1219a3d14399b789c429fa7bc8bdb1738c8a52b6b2b8b8945a1dea7231fc60cc7e8e861be4ee93bf816bfe
 WHIRLPOOL 
e6e8e8f5b88cabd2961aa817b3ba538dc92bca50b3ef16eee25ea73ea50e8625e45194fbaae30012e41fd39d1670c5027464f58ef2ccdcc946c54321c9dea224
-DIST opera-beta_42.0.2393.27_i386.deb 50829282 SHA256 
9a2bb6a92c8884de48c27f7eaae748e185684021d5b098759eb13816ecec0895 SHA512 
988dd42996e3e0d3a852f89301904703cb06da0edbf3729555c96035fa77d0e859003199c581c2c3b222efb95ce1a55d7141e784ab72a58ad66aae78d17d473b
 WHIRLPOOL 
b4c41dc734a94e0e2a66121acdabd13c536af19c4b6dd76a57a5f88fef1d09e7c7bc8c4a91a025c22b86137e89a45c43386576b9aab581c7c7a83cbaa965e117
 DIST opera-beta_42.0.2393.38_amd64.deb 48952472 SHA256 
acba8fe26bc9aeb884b314369ba7f22788eebc883cb824b6892b9c4842a15e4f SHA512 
ff5e86bc4c9d2a8a1a222eb59856e36f86e5bc8662d9d2778ef3122669db45819ae03121142cfa3a62279fae0acf005870f4c0de6d30bc553af9c5927fcb
 WHIRLPOOL 
4d152e328fdfdc43583f7eaa16830b3d61e79dad70b341beaef476c3bc315df7a1ba8200232d4a1737ce0d95ddbee089ff0090d386b3b5c57535176faa37ab5c
 DIST opera-beta_42.0.2393.38_i386.deb 50264514 SHA256 
4473ed22a61bfdd65decc081e72407a619cf2281f5389c98e8c046b3992989cc SHA512 
385c01cb62c1c5f56e0387703b6d93b8058e30ff60ea900e1a304e60be713738065d84ecaa642dd9a4d089151039df379672d72ac80d12723696414e5a0734ff
 WHIRLPOOL 
e02755e1c230c146b563ad16310e36ef4eb61928bfa6922e227ae4512e88a1a6f0125ef4a23e0019f5a417b003d9728e3655f0372aa36486ede2880d35aa6846
 DIST opera-beta_42.0.2393.65_amd64.deb 49133226 SHA256 
5a8bc29476d7ab5e9740780fcacd13d87a968d40d5aa462c5cb1c285b8f3ea2c SHA512 
fca284f2ca06078a20f739d94a768d5f66138157fcf875bf6c193174df26488d293eb68744583ee6def47e88403d2493e1cca7d7705feb6c4c4e437cd65d9f7f
 WHIRLPOOL 
b221adf94d92ea37ca17cafb2ffb1357804d847fe3bc6ca4167f8a99b5396cddbd35d5057e28cfb2d240de3979d107a142b2e2d6e3a6c7a191ad769455a9d11f

diff --git a/www-client/opera-beta/opera-beta-42.0.2393.27.ebuild 
b/www-client/opera-beta/opera-beta-42.0.2393.27.ebuild
deleted file mode 100644
index ce0045d..
--- a/www-client/opera-beta/opera-beta-42.0.2393.27.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS="
-   af az be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr fy gd
-   he hi hr hu id it ja kk ko lt lv mk ms nb nl nn pa pl pt-BR pt-PT ro ru
-   sk sr sr-ME sv sw ta te th tr uk uz vi zh-CN zh-TW zu
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/;
-SRC_URI="
-   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
-   x86?( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb" )
-"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm 

<    1   2