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

2015-10-27 Thread Ulrich Müller
commit: c60fc965caf134b046403fae7ff511bdd4928d9d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct 27 08:27:34 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Oct 27 08:28:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60fc965

app-emacs/magit: Use eclass defaults for all phases, and other fixes.

Update HOMEPAGE and LICENSE. Depend on >=app-emacs/dash-2.12.1,
see .
Thanks to Jonas Bernoulli for pointing this out.

Use defaults of elisp.eclass for all phase functions.
Require Emacs 24 at least (should really be 24.4).

Package-Manager: portage-2.2.23

 app-emacs/magit/magit-2.2.2-r1.ebuild | 36 ---
 app-emacs/magit/magit-2.2.2-r2.ebuild | 24 +++
 2 files changed, 24 insertions(+), 36 deletions(-)

diff --git a/app-emacs/magit/magit-2.2.2-r1.ebuild 
b/app-emacs/magit/magit-2.2.2-r1.ebuild
deleted file mode 100644
index bb0b51a..000
--- a/app-emacs/magit/magit-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="An Emacs mode for GIT"
-HOMEPAGE="http://magit.github.io/;
-SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test"
-
-SITEFILE="50${PN}-gentoo.el"
-
-DEPEND=">=app-emacs/dash-2.12.0"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-
-src_compile() {
-   # The upstream build system ignores errors during byte-compilation
-   # and happily installs broken files, causing errors at runtime.
-   # Call elisp-compile, in order to catch them here already.
-   elisp-compile lisp/*.el
-   makeinfo Documentation/*.texi || die
-}
-
-src_install() {
-   elisp-install ${PN} lisp/*.{el,elc}
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   doinfo *.info
-   dodoc README.md Documentation/AUTHORS.md Documentation/${PV}.txt
-}

diff --git a/app-emacs/magit/magit-2.2.2-r2.ebuild 
b/app-emacs/magit/magit-2.2.2-r2.ebuild
new file mode 100644
index 000..acb7181
--- /dev/null
+++ b/app-emacs/magit/magit-2.2.2-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/;
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2015-10-27 Thread Alfredo Tupone
commit: 179907f70c1e6f5cd12b00e694748daf12eec5e4
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Oct 27 08:35:31 2015 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Oct 27 08:36:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179907f7

games-rpg/twclone: Fix compile with format-security. Bug #544364

Package-Manager: portage-2.2.20.1

 games-rpg/twclone/files/twclone-0.14-format.patch | 75 +++
 games-rpg/twclone/twclone-0.14.ebuild |  6 +-
 2 files changed, 80 insertions(+), 1 deletion(-)

diff --git a/games-rpg/twclone/files/twclone-0.14-format.patch 
b/games-rpg/twclone/files/twclone-0.14-format.patch
new file mode 100644
index 000..3e51141
--- /dev/null
+++ b/games-rpg/twclone/files/twclone-0.14-format.patch
@@ -0,0 +1,75 @@
+--- bigbang.c.old  2015-10-27 09:21:51.172611109 +0100
 bigbang.c  2015-10-27 09:25:41.117233447 +0100
+@@ -530,13 +530,11 @@
+ planetfile = fopen ("./planets.data", "w");
+ for (loop = 1; loop <= 299 - strlen(terraInfo); loop++)
+ strcat(terraInfo, " ");
+-strcat(terraInfo, "\n");
+-fprintf (planetfile, terraInfo);
++fprintf (planetfile, "%s\n", terraInfo);
+ sprintf (ferrinfo, 
"%d:%d:Ferringhi:1:-2:Unknown:1000:1000:1000:0:0:0:0:3:10:20:30:10:0:0:0:0:",
 2, ferringhiSector);
+ for (loop = 1; loop <= 299 - strlen(ferrinfo); loop++)
+ strcat(ferrinfo, " ");
+-strcat(ferrinfo, "\n");
+-fprintf(planetfile, ferrinfo);
++fprintf(planetfile, "%s\n", ferrinfo);
+ randomPlanetInfo = malloc (sizeof (strNameLength));
+ if (numRandomPlanets > 0)
+ {
+@@ -552,8 +550,7 @@
+  , c, tempint, randomname (randomPlanetInfo), 
randomnum(1,5));
+ for (loop = 1; loop <= 299 - strlen(ferrinfo); loop++)
+ strcat(ferrinfo, " ");
+-strcat(ferrinfo, "\n");
+-fprintf(planetfile, ferrinfo);
++fprintf(planetfile, "%s\n", ferrinfo);
+ 
+ c++;
+ }
+@@ -616,10 +613,9 @@
+ fileline = strcat (fileline, ":");
+ if (sectorlist[x]->nebulae != NULL)
+ fileline = strcat (fileline, sectorlist[x]->nebulae);
+-fileline = strcat (fileline, ":\n");
+ /*  Later put in whitespace buffer for saving */
+ /*  Not needed until user created beacons put in */
+-fprintf (file, fileline);
++fprintf (file, "%s:\n", fileline);
+ }
+ fclose (file);
+ free (fileline);
+@@ -646,8 +642,7 @@
+ len = (int) strlen (fileline);
+ for (y = 0; y <= 99 - len; y++)
+ strcat (fileline, " ");
+-strcat (fileline, "\n");
+-fprintf (file, fileline);
++fprintf (file, "%s\n", fileline);
+ }
+ fclose (file);
+ 
+--- config.c.old   2015-10-27 09:30:00.091283678 +0100
 config.c   2015-10-27 09:30:25.068806593 +0100
+@@ -140,9 +140,8 @@
+ 
+   for (loop=0; loop < 199 - strlen(buffer); loop++)
+   strcat(buffer, " ");
+-  strcat(buffer, "\n");
+ 
+-  fprintf(configfile, buffer);
++  fprintf(configfile, "%s\n", buffer);
+ 
+   fclose(configfile);
+   free(buffer);
+--- planet.c.old   2015-10-27 09:31:44.867282757 +0100
 planet.c   2015-10-27 09:32:17.083667674 +0100
+@@ -59,8 +59,7 @@
+   addint(stufftosave, planets[index]->citdl->upgradestart, ':', 
BUFF_SIZE);
+   for (loop=0; loop< 399 - strlen(stufftosave); loop++)
+   strcat(stufftosave, " ");
+-  strcat(stufftosave, "\n");
+-  fprintf(planetfile, stufftosave);
++  fprintf(planetfile, "%s\n", stufftosave);
+   }
+   }
+   fclose(planetfile);

diff --git a/games-rpg/twclone/twclone-0.14.ebuild 
b/games-rpg/twclone/twclone-0.14.ebuild
index d06e68e..3e92d76 100644
--- a/games-rpg/twclone/twclone-0.14.ebuild
+++ b/games-rpg/twclone/twclone-0.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit games
+inherit games eutils
 
 MY_P="${PN}-source-${PV}"
 DESCRIPTION="Clone of BBS Door game Trade Wars 2002"
@@ -17,6 +17,10 @@ IUSE=""
 
 S=${WORKDIR}/${MY_P}
 
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-format.patch
+}
+
 src_install() {
DOCS="AUTHORS ChangeLog PROTOCOL README TODO" \
default



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

2015-10-27 Thread Ian Delaney
commit: d2a1e6b30e9d83dea46bdf1b22f7fccd478b4f1b
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Oct 27 03:11:54 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Oct 27 07:25:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a1e6b3

profiles/package.mask: remove entry re defunct packages, #560392

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4ac43d2..83647d6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -210,17 +210,6 @@ dev-util/bunny
 # Mask for removal in 30 days. Obsolete. Bug #561040.
 dev-php/smarty-docs
 
-# Ian Delaney  (21 Jul 2015)
-# Packages deprecated in favour of new form of
-# net-firewall/shorewall
-# Bug #560392
-net-firewall/shorewall-core
-net-firewall/shorewall-init
-net-firewall/shorewall-lite
-net-firewall/shorewall6
-net-firewall/shorewall6-lite
- (19 Sep 2015)
 # Masked for security reasons, bugs 516044, 552644
 # Keeping it in the tree for now for users who cannot upgrade



[gentoo-commits] repo/gentoo:master commit in: app-office/mdbtools/

2015-10-27 Thread Ian Delaney
commit: 8c529bfbb38ececcf53f98f1edee93bb552f0035
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Oct 27 07:56:48 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Oct 27 07:56:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c529bfb

app-office/mdbtools: metadata.xml: updated user's email address

Noted by pacho in the gentoo bug

Gentoo bug: #564178

Package-Manager: portage-2.2.23

 app-office/mdbtools/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/mdbtools/metadata.xml b/app-office/mdbtools/metadata.xml
index cb9bc68..1e5bd8e 100644
--- a/app-office/mdbtools/metadata.xml
+++ b/app-office/mdbtools/metadata.xml
@@ -3,7 +3,7 @@
 
   proxy-maintainers
   
-gingek...@yahoo.co.uk
+gingek...@hotmail.com
 Chris Kerr
 Maintainer. Assign bugs to him
   



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

2015-10-27 Thread Justin Lecher
commit: 6eb43f9af83b17b9b04b29fa4f695bb20f1a3066
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 09:01:09 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb43f9a

dev-python/markdown: Version Bump

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

 dev-python/markdown/Manifest  |  1 +
 dev-python/markdown/markdown-2.6.3.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest
index 43a78c8..1ba6bf1 100644
--- a/dev-python/markdown/Manifest
+++ b/dev-python/markdown/Manifest
@@ -1,3 +1,4 @@
 DIST Markdown-2.5.1.tar.gz 288970 SHA256 
8f81ed12c18608a502828acb7d318f362c42f4eca97d01e93cadfc52c1e40b73 SHA512 
27f0d3909d6aa1e0ae15403da1cdfafcbfd463d7a236e0ea0cf02c55efa8f863c2554d54e20b0d9f58d80502dbf333120431474f16c64883001e5a318866eeb0
 WHIRLPOOL 
88f76fcb744ad6b8429442de409275c655a85039475d6dab11031a141e148286cc56d7865f590b432bfcf91af4965963989dae9a68a01e6931f367f425f83420
 DIST Markdown-2.6.1.tar.gz 298074 SHA256 
b5879b87e8e5c125c92ab8c8f3babce78ad4e840446eed73c5b6e2984648d2b1 SHA512 
53e11c5d4feacdb8210427da65b6b09453e8c904e86b42095a80132a4b67e926ba974458769e5227bfeaddd3bba5f6bd7ca7e3385951982ec982f63989119d78
 WHIRLPOOL 
58b6d87354ee19aac7ad1567e10f2cdc99c1aa980d3bee2fee81a5ccb5e70f43d13750dfaf1df9a42c00f3d35664731b52bfa1246271907f5a3422281ede1cc6
 DIST Markdown-2.6.2.tar.gz 298231 SHA256 
ee17d0d7dc091e645dd48302a2e21301cc68f188505c2069d8635f94554170bf SHA512 
a69dabf65187f54d200f59191a149bfe2109f94ffc5d003e15c2e6333c0b5fdeebfc4136842d7be5a15bc903b7a22120a4ccba2722858194c43fd09cd8fbea16
 WHIRLPOOL 
a3c74f150e6e140b0b0500d0694b89b8e6836adef66cd2c14a1ad5ff8d4dc202b35fae8a0c9683e53030fc80792885cd4b22c46729963a683e5101963dd7
+DIST Markdown-2.6.3.tar.gz 301441 SHA256 
ad75fc03c45492eba3bc63645e1e6465f65523a05fff0abf36910f810465a9af SHA512 
29917d7112d84bc175cdab39fe1c57cc7c7efcef60cddde41905c8314caf86500eab50a1c93c5cde2cfcd82ce1214ab65367fc7d2111c9487596b9cae16882ee
 WHIRLPOOL 
8d50fa6895a117c081f1ccb5cfc456a297a8ff36e1597add78fbd8acfd4b72f79c617c5bffc790bc7c6d76f7aefef5706b8d8083f4104500f4b5c035aa14546d

diff --git a/dev-python/markdown/markdown-2.6.3.ebuild 
b/dev-python/markdown/markdown-2.6.3.ebuild
new file mode 100644
index 000..c1bcd34
--- /dev/null
+++ b/dev-python/markdown/markdown-2.6.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN="Markdown"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Python implementation of the markdown markup language"
+HOMEPAGE="
+   http://www.freewisdom.org/projects/python-markdown
+   https://pypi.python.org/pypi/Markdown
+   https://pythonhosted.org/Markdown/
+   https://github.com/waylan/Python-Markdown;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test pygments"
+
+DEPEND="
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytidylib[${PYTHON_USEDEP}]
+   )"
+# source cites pytidylib however from testruns it appears optional
+RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_compile_all() {
+   use doc && esetup.py build_docs
+}
+
+python_test() {
+   cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
+   cd "${BUILD_DIR}" || die
+   "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   # make use doc do a doc build
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. )
+
+   distutils-r1_python_install_all
+}



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

2015-10-27 Thread Justin Lecher
commit: 4c4f4f9a71cb82308f15a9b1109998dbd10fbc93
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 07:41:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4f4f9a

dev-python/billiard: Version Bump

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

 dev-python/billiard/Manifest |  1 +
 dev-python/billiard/billiard-3.3.0.21.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index e490208..9e7b8da 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -1,3 +1,4 @@
 DIST billiard-3.3.0.18.tar.gz 150594 SHA256 
59c04036f314c11632a49c15c57735ffb9e111983ee8d15e4d3e188be31583c1 SHA512 
8d62c1b5d3e979926cb416f6a85597cf2a959559e4f07f76f189e70cf585ef55ddbba9506bc50c2f9a88d8aa00684b7468668748edbd0530a72970334b8e2617
 WHIRLPOOL 
34ce61559529ca95fb9aed44917541546ce9955212954aa16b783f5ed22e36a3b7700edd46eb4961bf49b1653f9020aaf760ba67b1123b69e78e04af8e9c93fb
 DIST billiard-3.3.0.19.tar.gz 150943 SHA256 
6e6b8ec6e45b89389051737c7e6215d8e55a83896eb6212fa726ca76e80c7a19 SHA512 
492bbf38a7924394dd89f0528598e37ca1a93fc21bdccded396e036b2457c14a06e44de2c9b80d81e5f55bfd1559a6c5fbf1969d108089dc2b697aeaecea60ad
 WHIRLPOOL 
cb6e96a1b0c19c62ea07854e7520acb04fa716f79f499e00c24b46f0403ac80d1416fe9669d7e9e1c4955341b29d9215b2e9429d482a4ab34c710397c0fc5e2d
 DIST billiard-3.3.0.20.tar.gz 150990 SHA256 
688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc SHA512 
e068be5e0bc8bc68a38dd1cec2574da25494cfac2d9b4b951af3fd9f019080a4fe402d4b407162bcc0edbd0ac4fa406a964913e4bf1dd98dbf8a937294a34321
 WHIRLPOOL 
41a2ae0648d7f960c569491d0dea519787e3ba779fa27e71c2dcf12e7955175cf3b9697ca750f4e164e263abd880af287f5645c0864115ef88bb0088d31b74c2
+DIST billiard-3.3.0.21.tar.gz 151141 SHA256 
9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9 SHA512 
29c3e0b78858dc4693a122360a23b8a0f4a40f542ef5451b1c26e8606623a40a586f2f5a99d04ff91dd2dcc34f084fa35d6ee80ca6efd98690517dd46c6ead8b
 WHIRLPOOL 
cf4e9476e0b7b18f62f945408f98d96820ee8837dd4838e9fd7c080784e66c5688fe1c05bc91927aeb57365f036ef60b200220958b1bcf14c57dc8723434b7e5

diff --git a/dev-python/billiard/billiard-3.3.0.21.ebuild 
b/dev-python/billiard/billiard-3.3.0.21.ebuild
new file mode 100644
index 000..7ad800d
--- /dev/null
+++ b/dev-python/billiard/billiard-3.3.0.21.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy  pypy3 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python multiprocessing fork"
+HOMEPAGE="https://pypi.python.org/pypi/billiard 
https://github.com/celery/billiard;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/unittest2-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.4[${PYTHON_USEDEP}]
+   dev-python/nose-cover3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy pypy3 )
+   )"
+# The usual req'd for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if !  python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
+}
+
+python_test() {
+   cd "${BUILD_DIR}" || die
+   # The teardown in __init__.py breaks pypy's installed nose
+   if [[ "${EPYTHON}" == pypy ]]; then
+   rm lib/billiard/tests/__init__.py || die
+   echo "from __future__ import absolute_import" >> 
./lib/billiard/tests/__init__.py || die
+   fi
+   nosetests billiard.tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( build/sphinx/html/. )
+   distutils-r1_python_install_all
+}



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

2015-10-27 Thread Justin Lecher
commit: 366712b7e4b46de62d03cbe6237cbea771a10bbe
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 08:20:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366712b7

dev-python/kombu: Version Bump

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

 dev-python/kombu/Manifest|   1 +
 dev-python/kombu/kombu-3.0.29.ebuild | 107 +++
 2 files changed, 108 insertions(+)

diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest
index 389ed10..7eeef39 100644
--- a/dev-python/kombu/Manifest
+++ b/dev-python/kombu/Manifest
@@ -3,3 +3,4 @@ DIST kombu-3.0.23.tar.gz 343923 SHA256 
448c3e3ce671a10f00ee03979ba3c7866b4bfce49
 DIST kombu-3.0.24.tar.gz 374539 SHA256 
b9ff0437607113aea701fd5122c2afa40c05dff6f1da4f58b2f1ea18d9f2bf8d SHA512 
fdc42073d37c0888f564ae3feec517212e3cadd534cae2a0893f799c6fea7c217aa979617ec73b63466a7b5a3dbb836b57422ce514087d4e4821e88eec5e4ffa
 WHIRLPOOL 
8513cbe9df4337fe3545cc2a2ff3cec3c9f28b60f200aff5395b2acb484c6b75fe710b5227df6eb3fd41a6faeb49a0aaf968618e66594e9e87c20c448475d27c
 DIST kombu-3.0.26.tar.gz 375553 SHA256 
1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09 SHA512 
71656cc8f44101700c5489e0b0a66918a00cf8ff39e65feab1090865e3c8d50b6dd2458f95d48fb58cc4387de954530fe27a5713838509d51123bac7009631a2
 WHIRLPOOL 
d706dcd752e24eebc3a1091a8a2ba91a0b6adf30fa9be4d9d1a95b5c008f8036eb518f03ccb1d3393502488120c9ad2ad2f2e01c41b59beb3576389b3f9c000f
 DIST kombu-3.0.28.tar.gz 377706 SHA256 
c22af35c4e7bbb7441b789b9b8c1baf73a8c481eaa93d00a63fa85bddc6b1ab1 SHA512 
1409966edef345565f371cfa705fc643ca9b0e5ef46426f4b41859461f1c326e2c6c754ff51c337f42c42039af678d3dda0b333a2d70bbbcaa5e6c050a4d1ce9
 WHIRLPOOL 
78027a574fafc187f9b4d68f17c9e68ee6e9fa7276ece859081573ace3b981dcbed2ff89b885bd7e0f8995dab42e0c34d6f47b6c0fb7dd053505a6f78d31
+DIST kombu-3.0.29.tar.gz 378270 SHA256 
970a55ec65e668403c3e6ef4aa2213362568387885f5cc0ff8429abd44a6dca8 SHA512 
1093826ec4ba8234f8f8a1082252df20e600f0b58fc46c5c5b3ee6ef3b2582e2c986f997edfa13d4c85b9473236f3cca902375109266a809d33fd76c6eb45c35
 WHIRLPOOL 
9e4909c02ed2be14235861d2838278d71ab90da20f59c4b02123d9ce84212c0e93cc8b162e2ef8df45d224ed0166c022fca849a6cb39143fd6554e6a00b71893

diff --git a/dev-python/kombu/kombu-3.0.29.ebuild 
b/dev-python/kombu/kombu-3.0.29.ebuild
new file mode 100644
index 000..373244c
--- /dev/null
+++ b/dev-python/kombu/kombu-3.0.29.ebuild
@@ -0,0 +1,107 @@
+# 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_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="AMQP Messaging Framework for Python"
+HOMEPAGE="https://pypi.python.org/pypi/kombu https://github.com/celery/kombu;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="amqplib doc examples msgpack sqs test"
+
+# couchdb backend support possible via dev-python/couchdb-python
+# ditto dev-python/kazoo(>=1.3.1) and dev-python/beanstalkc
+PY27_GEN_USEDEP=$(python_gen_usedep python2_7)
+PYPY_GEN_USEDEP=$(python_gen_usedep python2_7 pypy)
+RDEPEND="
+   >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
+   >=dev-python/py-amqp-1.4.7[${PYTHON_USEDEP}]
+   =dev-python/pyzmq-13.1.0[${PYTHON_USEDEP}]' 
python2_7 python{3_3,3_4})
+   amqplib? ( >=dev-python/amqplib-1.0.2[${PYTHON_USEDEP}] )
+   sqs? ( >=dev-python/boto-2.13.3[${PY27_GEN_USEDEP}] )
+   msgpack? ( >=dev-python/msgpack-0.3.0[${PYTHON_USEDEP}] )"
+# Fix to https://github.com/celery/kombu/issues/474 obliges dev-python/pymongo 
to >=-3.0.2
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-0.7[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/unittest2-0.5.0[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/nose-cover3[${PYTHON_USEDEP}]
+   >=dev-python/coverage-3.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-0.7.0[${PYPY_GEN_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-2.10.3[${PYTHON_USEDEP}]
+   >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/beanstalkc[${PY27_GEN_USEDEP}]
+   dev-python/couchdb-python[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-issuetracker-0.9[${PYTHON_USEDEP}] )"
+
+# kazoo and sqlalchemy are optional packages for tests.
+# Refrain for now, no established demand for it from users
+
+# Req'd for test phase
+DISTUTILS_IN_SOURCE_BUILD=1
+
+PY27_REQUSE="$(python_gen_useflags 'python2.7')"
+REQUIRED_USE="
+   sqs? ( ${PY27_REQUSE} )
+   doc? ( 

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

2015-10-27 Thread Justin Lecher
commit: dffe0feccc17d649f5a0668cafa6327d8bf71da6
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 08:59:24 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffe0fec

dev-python/pytidylib: Add pypy support

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

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

diff --git a/dev-python/pytidylib/pytidylib-0.2.4.ebuild 
b/dev-python/pytidylib/pytidylib-0.2.4.ebuild
index 614d59d..a9575c0 100644
--- a/dev-python/pytidylib/pytidylib-0.2.4.ebuild
+++ b/dev-python/pytidylib/pytidylib-0.2.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 
 inherit distutils-r1
 



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

2015-10-27 Thread Justin Lecher
commit: 3b55c24cb2cabc38172289592977700522a43967
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 08:55:39 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b55c24c

dev-python/pytidylib: Keyword under ALLARCHES policy

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

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

diff --git a/dev-python/pytidylib/pytidylib-0.2.4.ebuild 
b/dev-python/pytidylib/pytidylib-0.2.4.ebuild
index cc9bca4..614d59d 100644
--- a/dev-python/pytidylib/pytidylib-0.2.4.ebuild
+++ b/dev-python/pytidylib/pytidylib-0.2.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="test"
 
 RDEPEND="app-text/htmltidy"



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

2015-10-27 Thread Justin Lecher
commit: 2c1d645b9505fed87d022714d1f1831d6a2ae47f
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 08:36:14 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1d645b

dev-python/celery: Version Bump

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

 dev-python/celery/Manifest   |   1 +
 dev-python/celery/celery-3.1.19.ebuild   | 109 +++
 dev-python/celery/files/celery-3.1.19-test.patch |  16 
 3 files changed, 126 insertions(+)

diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest
index bf6365d..d144acd 100644
--- a/dev-python/celery/Manifest
+++ b/dev-python/celery/Manifest
@@ -1,2 +1,3 @@
 DIST celery-3.1.17.tar.gz 1297008 SHA256 
cfe2b653268bd586e2d08a75e886f7be3be55ba372f72e2f5747aeb76c470362 SHA512 
f45f92161c134f528719768ad863df6b49fa69e022b47ea801e590de8579c24c6a5ec9dd88f712e180ed7d23f4510cecf4f17a959c3338d4bad79f8d7d202453
 WHIRLPOOL 
c0f4ddab40eab2afe579c88bc9e47d46a650a73212abb7cb1d343d7ba72c1d96913c1c04a6e9920789bd6f9bf6907c09e6326aa08e6ba3cf68545e44432b95de
 DIST celery-3.1.18.tar.gz 1298756 SHA256 
0924f94070c6fc57d408b169848c5b38832668fffe060e48b4803fb23e0e3eaf SHA512 
219291a64c72a0c95a2b184903e491d5b6b1396b4b519d54503bb059af305c2f118865b71510d5685b8f5946135596c9d80d6ca10162a938ed90baaf4c3c48c3
 WHIRLPOOL 
0d27eda95fea5b6235afd7d5f90de249eec6d7c58a7563afb0cc73d29b84cb6903eced4b9515fe574206111fc4a304c5f24d3c476b4315416b441f324f2ebfa5
+DIST celery-3.1.19.tar.gz 1302241 SHA256 
bd6a21290c822ecf78947a7dbc8b2270d88a5fa08a7a2bfcd908bb3d5ed66b71 SHA512 
47aef118fb4178a4874608a8e9370d6f81d5594aba6d25e679a78bd530b57f0566a27db4fdb50786a237b1747dfc2b662462f107230d0653da28ac1d4b64b703
 WHIRLPOOL 
37076e3d414cdd74e4b2d2145189a11380da58f77fe1acd44d190f8de1744b909512d895c00ec2c0252c23d9300b7b011f06b388a45526d9573fa00bc71986d7

diff --git a/dev-python/celery/celery-3.1.19.ebuild 
b/dev-python/celery/celery-3.1.19.ebuild
new file mode 100644
index 000..e746f2b
--- /dev/null
+++ b/dev-python/celery/celery-3.1.19.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 bash-completion-r1
+
+DESCRIPTION="Open source asynchronous task queue/job queue based on 
distributed message passing"
+HOMEPAGE="http://celeryproject.org/ https://pypi.python.org/pypi/celery;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# There are a number of other optional 'extras' which overlap with those of 
kombu, however
+# there has been no apparent expression of interest or demand by users for 
them. See requires.txt
+IUSE="doc examples redis sqs test yaml zeromq"
+
+RDEPEND="
+   =dev-python/kombu-3.0.29[${PYTHON_USEDEP}]
+   >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
+   >=dev-python/billiard-3.3.0.21[${PYTHON_USEDEP}]
+   https://github.com/celery/celery/commit/fb48b1f357f7a416d1413d0056158a74191185af.diff
+diff --git a/celery/tests/backends/test_mongodb.py 
b/celery/tests/backends/test_mongodb.py
+index f7546d3..a32d9ed 100644
+--- a/celery/tests/backends/test_mongodb.py
 b/celery/tests/backends/test_mongodb.py
+@@ -253,8 +253,8 @@ def test_restore_group(self, mock_get_database):
+ mock_collection.find_one.assert_called_once_with(
+ {'_id': sentinel.taskset_id})
+ self.assertItemsEqual(
+-['date_done', 'result', 'task_id'],
+-list(ret_val.keys()),
++list(sorted(['date_done', 'result', 'task_id'])),
++list(sorted(ret_val.keys())),
+ )
+ 
+ @patch('celery.backends.mongodb.MongoBackend._get_database')



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

2015-10-27 Thread Justin Lecher
commit: 3c3dbbf24dee79409bfb7c79c0d1cda0d1b2becc
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 08:53:03 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3dbbf2

dev-python/pytidylib: Import from last hope overlay

initial ebuild written by ercpe

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

 dev-python/pytidylib/Manifest   |  1 +
 dev-python/pytidylib/metadata.xml   |  5 +
 dev-python/pytidylib/pytidylib-0.2.4.ebuild | 26 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/pytidylib/Manifest b/dev-python/pytidylib/Manifest
new file mode 100644
index 000..049365a
--- /dev/null
+++ b/dev-python/pytidylib/Manifest
@@ -0,0 +1 @@
+DIST pytidylib-0.2.4.tar.gz 86650 SHA256 
0af07bd8ebd256af70ca925ada9337faf16d85b3072624f975136a5134150ab6 SHA512 
443e9af0fd458d4f041e3b72415839838a4edc83f8a978e5cc0bdf53202584e269f1ad5df10967d8ae4b98b24dcffcf9f5a54e0e3f6cd620a8a6a20171da0811
 WHIRLPOOL 
c2b4665982333001a44592e7b80ae69926c6e9e1ad0c5f78eb89a1fb3d0f6e80dc1687b34f8f643ce93dc32c521886e0a010b9d63f71e3b98c65b61c5dad7328

diff --git a/dev-python/pytidylib/metadata.xml 
b/dev-python/pytidylib/metadata.xml
new file mode 100644
index 000..ee7e8b2
--- /dev/null
+++ b/dev-python/pytidylib/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  python
+

diff --git a/dev-python/pytidylib/pytidylib-0.2.4.ebuild 
b/dev-python/pytidylib/pytidylib-0.2.4.ebuild
new file mode 100644
index 000..cc9bca4
--- /dev/null
+++ b/dev-python/pytidylib/pytidylib-0.2.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapper for HTML Tidy (tidylib)"
+HOMEPAGE="http://countergram.com/open-source/pytidylib 
https://github.com/countergram/pytidylib;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="app-text/htmltidy"
+DEPEND="${RDEPEND}
+   test? ( dev-python/pytest )"
+
+python_test() {
+   py.test -vv || die
+}



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

2015-10-27 Thread Justin Lecher
commit: 09f3e03747f9d036faa6f32ee5d3260f4d11bf64
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 08:20:02 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f3e037

dev-python/pytz: Stabilize under ALLARCHES policy

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

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

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

diff --git a/dev-python/pytz/pytz-2015.6.ebuild 
b/dev-python/pytz/pytz-2015.6.ebuild
index a373e8f..8cb53a7 100644
--- a/dev-python/pytz/pytz-2015.6.ebuild
+++ b/dev-python/pytz/pytz-2015.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="



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

2015-10-27 Thread Michał Górny
commit: 1c5307dad3dd333aea7c76b1c7daa47f3fd7057a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 27 07:07:52 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 27 07:07:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5307da

profiles/package.mask: p.mask dev-lisp/uiop to match asdf

dev-lisp/uiop requires matching versions of dev-lisp/asdf, therefore we
need to mask both or none.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d27a309..4ac43d2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,7 +32,9 @@
 
 # Ian Delaney  (27 Oct 2015)
 # fails to build dev-lisp/sbcl-1.2.16 #563812
+# mgorny: dev-lisp/uiop as version-bound revdep
 =dev-lisp/asdf-3.1.6
+=dev-lisp/uiop-3.1.6
 
 # Justin Lecher  (23 Oct 2015)
 # Breaking changes #563540



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

2015-10-27 Thread Ulrich Müller
commit: 2d0bb2a728da9359ac899f47aa05b1ef03e55f00
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct 27 08:18:30 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Oct 27 08:28:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0bb2a7

app-emacs/dash: Version bump. Specify LICENSE more precisely.

Package-Manager: portage-2.2.23

 app-emacs/dash/Manifest   |  1 +
 app-emacs/dash/dash-2.12.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/dash/Manifest b/app-emacs/dash/Manifest
index a6dafa6..2d6975b 100644
--- a/app-emacs/dash/Manifest
+++ b/app-emacs/dash/Manifest
@@ -1 +1,2 @@
 DIST dash-2.12.0.tar.gz 140949 SHA256 
272b337f31edb95c5aadc8e953d522bd307dc522588f246cc9157edee10b1a76 SHA512 
7697083daad4e927aa30a238c3181c4a4ba0e30a2034f0975d4e29e5c2b89ff9f3c8b150ec74811e67fc539b4fb618ed7772f06ace959724a786f25e34276499
 WHIRLPOOL 
c8787267c79d1fb023ee2a27cab7cfb06f4d863093ad95b5710fea1b613e3a2b7a0e3398d94698babc0a5310ac7d64eed5fc54269bd653724a04423014d040c3
+DIST dash-2.12.1.tar.gz 142247 SHA256 
41460193aa74787b247b09ad7cae696016110abba2a922ef1a067472eba15220 SHA512 
66cfd1da52e77c766677bdcf85b3369aa0ae96775f45cf1dc4a87d3d5cfad60594d3ba603ec5d1ff8ad4db983806b6a012065ae8eeb7a06c6095065c7de9d1d7
 WHIRLPOOL 
79910beee0e2875640bbe92f1065c5a53791b84bc1c134977c562049baaebf12c096a38160d0a1e7f1ec7360a963caa1bf163db006ffe8f1f48ff7b165f175a9

diff --git a/app-emacs/dash/dash-2.12.1.ebuild 
b/app-emacs/dash/dash-2.12.1.ebuild
new file mode 100644
index 000..15be973
--- /dev/null
+++ b/app-emacs/dash/dash-2.12.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="A modern list library for Emacs"
+HOMEPAGE="https://github.com/magnars/dash.el;
+SRC_URI="https://github.com/magnars/dash.el/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${PN}.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="dash.texi"
+DOCS="README.md"
+
+src_test() {
+   ./run-tests.sh || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/

2015-10-27 Thread Agostino Sarubbo
commit: c222455d7b56b4e894b09b42acf103c61a478850
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 10:59:10 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 10:59:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c222455d

sys-kernel/vanilla-sources: Automated version bump to 
{3.10.92,3.14.56,4.1.12,4.2.5} - remove old.

Package-Manager: portage-2.2.20.1

 sys-kernel/vanilla-sources/Manifest   | 8 
 ...anilla-sources-4.2.4.ebuild => vanilla-sources-3.10.92.ebuild} | 0
 ...nilla-sources-4.1.11.ebuild => vanilla-sources-3.14.56.ebuild} | 0
 ...nilla-sources-3.14.55.ebuild => vanilla-sources-4.1.12.ebuild} | 0
 ...anilla-sources-3.10.91.ebuild => vanilla-sources-4.2.5.ebuild} | 0
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 95d114e..4119e68 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,11 +6,11 @@ DIST linux-3.2.tar.xz 65065516 SHA256 
dd96ed02b53fb5d57762e4b1f573460909de472ca5
 DIST linux-3.4.tar.xz 66748028 SHA256 
ff3dee6a855873d12487a6f4070ec2f7996d073019171361c955639664baa0c6 SHA512 
1c49b336750c9c2b49d21e54126f22a800367296be0d57e6df28b1532cbeba7fc3bdf4cfe27d9810576e76c2db2e9c2493f0804451c915137cb78d7aa61f236c
 WHIRLPOOL 
a36e62fe197ba7c08d498a79034da58091a94348f69542241067c9ebef683f86371b2c0a3b3fb6c4611e2fb885d9b74eee5c1f46a493c72dfb76c5665f0b8a6a
 DIST linux-4.1.tar.xz 83017828 SHA256 
caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 WHIRLPOOL 
85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8
 DIST linux-4.2.tar.xz 85507784 SHA256 
cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb SHA512 
a87bbce3c0c6d810a41bbba1c0dcaae80dc38dded9f8571e97fa4ee5a468d655daf52d260911412f7c7da3171a5114e89d63da14b1753b9a3eb2cc38fd89b9ee
 WHIRLPOOL 
2058e664ee287cc03119ff3dd0155b7018b9c789a13a1012f190e516172f845dcb2d977c8e6a6951e9bd720e5e8cdfa3b888cce392c9b02780520e77475870d0
-DIST patch-3.10.91.xz 1193920 SHA256 
1609879037b337b42f8ab675246f2cc4a43238956cebfb09fe21be4398df1f24 SHA512 
973720b7371e5339764bc4c80b4c9f4a409c7bfac8ec49ff19f0ca0008a711051ea3246620576747fca446e2ba3a55b8e999452453348420ae073ede72cc75fe
 WHIRLPOOL 
1e5ff1b3cd457d265aeed1f20b5cf14516b46abb4db330a313870907d933ff847df6b51b7190a7cb6afff5a4d39631836dbf9d546f9a0323150252f0e05c6ab3
+DIST patch-3.10.92.xz 1195956 SHA256 
882861332acc85c734b30792488b0480b0344fc95d299c4b300e58af70968f2d SHA512 
d5639a9710e77bfef71f3d46777351cffa14a93e6c237aa5a6cb06a969e8af73fc701516e5c7f5a3e46892e381e5c53d0c0e32c599787c66d797281a9a07ce35
 WHIRLPOOL 
058610e22dc2a0a8795918afc10655d8af54847630db770b4fe46d9efee8e27c8e49de3ef60f264d810da9f872ecf59c7571b2a0ae529d7c3f0fd9caeca87e96
 DIST patch-3.12.49.xz 1363484 SHA256 
f413289e803ed9511f080f9b8d6a15d2b20aee67d2f63ff939e2fb06519eaae9 SHA512 
636ff6a7da8435a2311833fbe1cb64abd2a30e4c99705cffd81f084b7d4bfebddd3df332ee156f519d45ae3a1d9b059b510d4b634ab2bccd765cb7a8fcde365e
 WHIRLPOOL 
ddf5e7686d262742f24b955c333ed899f0a0690b06c8121b6f6a4cf5ae1de98fc730d17b7f7830382d06a5ca4b248f7f2bae1f95244611444a6a077dc6db6315
-DIST patch-3.14.55.xz 1025008 SHA256 
e36d24592c93775862b97e3be46e686023af9e9254abd706f7e089d7d1e032bb SHA512 
3c1f3143b633d45de63bae8682d3a7a732e97b1d590c4d69847d7beadba195775380f12aaa7b9c6446eaea9ab3214b749afdc8c9342bab5da9165b28e89ffcd7
 WHIRLPOOL 
73daf6fbce241831dd9a82d3a47afbd1bc9253db4bcdde9a3b7fe7b2ae56314e1743525d589fefdde67e76ba2dd050c6acca8cb2eeb34e838f97da7e0eef5930
+DIST patch-3.14.56.xz 1028880 SHA256 
a31f27cf9dfb6e933aef45b965044094aa295bd37d3d95547d22befad642fe61 SHA512 
c892e00ef51dc9be4ff56fda888bea051e73f2de588546165a827486062a4573496aef0f4e0e384386f949e2bfebf03a7ec56fbd7953d2b3c975b59a7f20a59b
 WHIRLPOOL 
4e2c6bd5b4a33b42f01d0377538ddee2c0d768205a1586d3c415a91bd51abd5f2a4dee47c34594a4f0a483f4ac5fc9dd93656b952077b138968790eb0416e6d5
 DIST patch-3.18.22.xz 622064 SHA256 
370993a59dc24aff4e7428b9c701aaf7fc9ea05fc5f1dd55f2dc93464a7a982c SHA512 
281ae98feed012f43fc5b125c6d695ca59fc2f0472e757cfc1cbba3254c456c3312b468e7cf419e35ba9086f3be81feb54577b5ac56a3438bc6374f2c73e8be3
 WHIRLPOOL 
0df342c9af62eb0a96028bc734e8323d061af3aa4d79a8b004b4b002cb7f950fcd16097f1631faf53887c6fba9ee69387be7f02f7dd3bf7a180fac3df9015c85
 DIST patch-3.2.72.xz 1486368 SHA256 
4c11037f31cfdcc0aa171d1d83599dff0954464d0d395f9b474d9090285036c3 SHA512 
6d9adc37abb563f8b69478ea904179009b52a88aaf07866e63f2e6cc9bc64dda18fbeddbba28a9412dfb9c6d52853986cd6fcd5e6e20be68fb1e4cde9d1be871
 WHIRLPOOL 
7034edc3b73bbb9096c7e68d91052dff1a68278839eb1e1ddf726699fac03466a2415c547f9b7d2f9fdcb7d041b7346da3e3cf734e1edd20ae4479c350d764d4
 DIST patch-3.4.110.xz 

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

2015-10-27 Thread Bernard Cafarelli
commit: 26ec3bc9b4f339e2dd30b3932958b32eb4eedc14
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Oct 27 09:31:40 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Oct 27 09:34:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ec3bc9

net-misc/owncloud-client: version bump

Package-Manager: portage-2.2.23

 net-misc/owncloud-client/Manifest  |  1 +
 .../owncloud-client/owncloud-client-2.0.2.ebuild   | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/net-misc/owncloud-client/Manifest 
b/net-misc/owncloud-client/Manifest
index f3a93f3..9e288ef 100644
--- a/net-misc/owncloud-client/Manifest
+++ b/net-misc/owncloud-client/Manifest
@@ -1,2 +1,3 @@
 DIST owncloudclient-2.0.0.tar.xz 11734540 SHA256 
21cb79fe11bbacc02a98ad16ae6051248a3676be01b15e870785f91b415323dd SHA512 
5602c4055bdae98dec7eb72ca4ec38c881ebb55be0fc44387ae6a1ee8b8ab72f69e2061d807cb34f26a900c2399b170973af5d53a635d19b07df086745ae7123
 WHIRLPOOL 
7c4a2feeea38fba862ae692f29237dc585f20a90fe9ed2a896954c9d39a255d3ce213c36a785b93cab5b771888fefa3c2374c2f6b231987ca846e1596cfba9bf
 DIST owncloudclient-2.0.1.tar.xz 11737332 SHA256 
97e8fe888b8f59b0703fd9fbd54feecbf14c078ac14e9856bf0327f2b41bc287 SHA512 
a09044c5c74c15761d0a531908ac1882f77f02e7199af4f8370253ae5f8d0966609d706a771f074d3c686d33f1db260e61be94a1f8fca239aa6d79d30093ef41
 WHIRLPOOL 
d05dd8a3587987b4c8a86d4958b09e2480ae5390de755dc925f085b3392669835c089530d0cc5180b9c6254fec747aff77f8ba3fe06859501309975f37237986
+DIST owncloudclient-2.0.2.tar.xz 11518700 SHA256 
2815dce34b568141d7c2ab90bcd733abb6862970917738e3b120d8073ab68228 SHA512 
69b42ba45f95ed85f7afda586fb213069098ca5f7e779121a2a935066438403dba5e56292329997d955bbefbbafc3fadfed6bf1239ae9f0f90c91455d998c616
 WHIRLPOOL 
52224a5b79b9d28fb22d52ec9b30cc449b8e7b4dd6423c763c1f9bb429a7843d60381ad905921a20c33ab3bf864209f16aa9a55d7049b2175772b5c6ec92f768

diff --git a/net-misc/owncloud-client/owncloud-client-2.0.2.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.0.2.ebuild
new file mode 100644
index 000..3c1f069
--- /dev/null
+++ b/net-misc/owncloud-client/owncloud-client-2.0.2.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Synchronize files from ownCloud Server with your computer"
+HOMEPAGE="http://owncloud.org/;
+SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
+
+LICENSE="CC-BY-3.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc nautilus samba +sftp test qt4 +qt5"
+
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+RDEPEND=">=dev-db/sqlite-3.4:3
+   sys-fs/inotify-tools
+   virtual/libiconv
+   nautilus? ( dev-python/nautilus-python )
+   qt4? (
+   dev-libs/qtkeychain[qt4]
+   dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4
+   dev-qt/qtsql:4
+   dev-qt/qtwebkit:4
+   net-libs/neon[ssl]
+   )
+   qt5? (
+   dev-libs/qtkeychain[qt5]
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   >=dev-qt/qtnetwork-5.4:5
+   dev-qt/qtgui:5
+   dev-qt/qtquickcontrols:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebkit:5[printsupport]
+   )
+   samba? ( >=net-fs/samba-3.5 )
+   sftp? ( >=net-libs/libssh-0.5 )
+   !net-misc/ocsync"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-python/sphinx
+   dev-texlive/texlive-latexextra
+   virtual/latex-base
+   )
+   qt5? ( dev-qt/linguist-tools:5 )
+   test? (
+   dev-util/cmocka
+   qt4? ( dev-qt/qttest:4 )
+   qt5? ( dev-qt/qttest:5 )
+   )"
+
+S=${WORKDIR}/${P/-}
+
+src_prepare() {
+   # Keep tests in ${T}
+   sed -i -e "s#\"/tmp#\"${T}#g" test/test*.h || die "sed failed"
+
+   use nautilus || sed -i -e "s/add_subdirectory(nautilus)//" \
+   shell_integration/CMakeLists.txt || die "sed failed"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
+   -DWITH_ICONV=ON
+   $(cmake-utils_use_with doc DOC)
+   $(cmake-utils_use test UNIT_TESTING)
+   $(cmake-utils_use_find_package samba Libsmbclient)
+   $(cmake-utils_use_find_package sftp LibSSH)
+   $(cmake-utils_use_build qt4 WITH_QT4)
+   )
+
+   cmake-utils_src_configure
+}
+
+src_test() {
+   # 1 test needs an existing ${HOME}/.config directory
+   mkdir "${T}"/.config
+   export HOME="${T}"
+   cmake-utils_src_test
+}
+
+pkg_postinst() {
+   if ! use doc ; then
+   elog "Documentation and man pages not installed"
+   elog "Enable 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdockapp/

2015-10-27 Thread Bernard Cafarelli
commit: df700443d43e3463d8420cbf90863fb26b12953b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Oct 27 09:34:35 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Oct 27 09:34:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df700443

x11-libs/libdockapp: version bump

Package-Manager: portage-2.2.23

 x11-libs/libdockapp/Manifest|  1 +
 x11-libs/libdockapp/libdockapp-0.7.2.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/x11-libs/libdockapp/Manifest b/x11-libs/libdockapp/Manifest
index 3e13c65..e43ec47 100644
--- a/x11-libs/libdockapp/Manifest
+++ b/x11-libs/libdockapp/Manifest
@@ -2,3 +2,4 @@ DIST libdockapp-0.6.1.tar.bz2 155920 SHA256 
eacae024ce6f2bdaba50f18bd18a27a9b4a3
 DIST libdockapp-0.6.4.tar.gz 32200 SHA256 
188e95f093a79746450294a6d9a7be74bfa658215a7f617eb1b63a2bb013fae7 SHA512 
8246434de903f113888dd7ef21c27d4bd3991d901b453963c696e5474082f5295de80b00f09d690de8a4a7fbbfa174d1727e138714015ddfbd39b8348e064c6f
 WHIRLPOOL 
2e13efca76d879e9f5d86043e5d9570dad7e212dae6020356644bfa57d26cdb7d421f7a6b671843d396ea26ea18025286c4c6aaf00f59869f93d7211a94cdd7e
 DIST libdockapp-0.7.0.tar.gz 39051 SHA256 
03392b1b393089c696fdf448b489167191df2b7edf61f86d4354a327db8de15a SHA512 
853564de3181a34b38c05d93df0faa4a142f66d82513af17689a6485f56b1f68436a9c85eb23332d9d0acb0069a08e30eedb60bd70896963810669a0d3980247
 WHIRLPOOL 
40ba54fcf62fc80c307f1dc2b912a91b6ac1b0b02ffe10fc6dae5f918e020edd0eb1c902174d4a4bf23721cd055dfb1b825ac49267f93396a9d6d33eba72953c
 DIST libdockapp-0.7.1.tar.gz 40070 SHA256 
d74e54fab837b4c353431d07cd06689be2eeb75d46eb39498b6c80933a3aa942 SHA512 
e020b4404f9fd1835aa06295de59695b2fa9a49a456962d188e8cba9ecdc3ab5c2af26dfce69991af007458b3ba7e9332d0aafd9cd1e1cb789ea522ffd3e4e6e
 WHIRLPOOL 
683659ea97e37a93c93e5f72b1ccf696f40f2499d3b975fd4b717079b8bd1d8b5eb4c1677c9fe2033eb51e3cf86f5cd57a61551c2462b9c34b36edd6391ea1f3
+DIST libdockapp-0.7.2.tar.gz 40462 SHA256 
82a4f9f9235f425322fea46a723f16efe255c84e1717191bcea14565dadc2ff9 SHA512 
a2f216ac1105abe0efbea191691bae986b6022510f96c78b08c1b809cff131794c81810197af7d1321f9b248202376cc7092e79a4d4afa3fb93e9ed8000c9d79
 WHIRLPOOL 
4664ff5d7d8702a9cc51cdb6b55d397e685c53bc1529ebaafd2886a914b51fa55627dcee886fee991a29d177d9c9e8362c943d147c8e01955793b0d5c303789d

diff --git a/x11-libs/libdockapp/libdockapp-0.7.2.ebuild 
b/x11-libs/libdockapp/libdockapp-0.7.2.ebuild
new file mode 100644
index 000..dac52b3
--- /dev/null
+++ b/x11-libs/libdockapp/libdockapp-0.7.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools font
+
+DESCRIPTION="Window Maker Dock Applet Library"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmclock;
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
+
+LICENSE="MIT public-domain"
+SLOT="0/3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+# Required for font eclass
+IUSE="+X"
+REQUIRED_USE="X"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"
+
+FONT_S=${S}/fonts
+FONT_SUFFIX="gz"
+DOCS="README ChangeLog NEWS AUTHORS"
+
+src_prepare()
+{
+   eautoreconf
+}
+
+src_configure()
+{
+   # Font installation handled by font eclass
+   econf --without-font --without-examples
+}
+
+src_install()
+{
+   emake DESTDIR="${D}" install
+   font_src_install
+}



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

2015-10-27 Thread Ian Delaney
commit: 919a19fb17521df84f592cf4a7227edf88b2ba76
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Oct 27 09:53:43 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Oct 27 09:54:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919a19fb

dev-python/django-celery: patch to fix broken tests

patch from upstream submitted via the gentoo bug and runtested
by 'wraeth', drop py3.3 support, add missed PYTHON_REQ_USE value
for sqlite, set required bordering to django subsequent to
runtesting, fixes the gentoo bug

Gentoo bug: #564250

Package-Manager: portage-2.2.23

 .../django-celery/django-celery-3.1.16.ebuild  | 14 ++--
 .../django-celery-3.1.16-py3-test-failures.patch   | 39 ++
 2 files changed, 50 insertions(+), 3 deletions(-)

diff --git a/dev-python/django-celery/django-celery-3.1.16.ebuild 
b/dev-python/django-celery/django-celery-3.1.16.ebuild
index 44b6fe2..872f74f 100644
--- a/dev-python/django-celery/django-celery-3.1.16.ebuild
+++ b/dev-python/django-celery/django-celery-3.1.16.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_REQ_USE="sqlite(+)"
 
-inherit distutils-r1
+inherit distutils-r1 eutils
 
 DESCRIPTION="Celery Integration for Django"
 HOMEPAGE="http://celeryproject.org/;
@@ -16,9 +17,14 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="doc examples test"
 
+# Python testsuite fails when built against dev-python/django-1.8.5
+# with ValueError: save() prohibited to prevent data loss due to
+# unsaved related object 'interval'.
+
 PY2_USEDEP=$(python_gen_usedep python2_7)
 RDEPEND=">=dev-python/celery-3.1.15[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
+   >dev-python/django-1.4[${PYTHON_USEDEP}]
+   <=dev-python/django-1.7.10[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
@@ -37,6 +43,8 @@ PY27_REQUSE="$(python_gen_useflags 'python2.7')"
 REQUIRED_USE="
doc? ( ${PY27_REQUSE} )"
 
+PATCHES=( "${FILESDIR}/${P}-py3-test-failures.patch" )
+
 python_compile_all() {
use doc && emake -C docs html
 }

diff --git 
a/dev-python/django-celery/files/django-celery-3.1.16-py3-test-failures.patch 
b/dev-python/django-celery/files/django-celery-3.1.16-py3-test-failures.patch
new file mode 100644
index 000..4b44b66
--- /dev/null
+++ 
b/dev-python/django-celery/files/django-celery-3.1.16-py3-test-failures.patch
@@ -0,0 +1,39 @@
+https://github.com/brianmay/django-celery/commit/8c4449f2a1b65f16eb405ecb3a2ef98ea7a8bf4f
+diff --git a/djcelery/loaders.py b/djcelery/loaders.py
+index c86455a..61c6d04 100644
+--- a/djcelery/loaders.py
 b/djcelery/loaders.py
+# Patch to fix failing tests test_list_registered_tasks and
+# test_apply with python3. Patch sourced from upstream
+# https://github.com/celery/django-celery/issues/342
+@@ -201,7 +201,8 @@ def find_related_module(app, related_name):
+ return
+
+ try:
+-imp.find_module(related_name, app_path)
++file, _, _ = imp.find_module(related_name, app_path)
++file.close()
+ except ImportError:
+ return
+
+diff --git a/djcelery/views.py b/djcelery/views.py
+index 34cb307..4d07e0a 100644
+--- a/djcelery/views.py
 b/djcelery/views.py
+@@ -34,7 +34,7 @@ def task_view(task):
+ kwargs = kwdict(request.method == 'POST' and
+ request.POST or request.GET)
+ # no multivalue
+-kwargs = dict(((k, v) for k, v in kwargs.iteritems()), **options)
++kwargs = dict(((k, v) for k, v in kwargs.items()), **options)
+ result = task.apply_async(kwargs=kwargs)
+ return JsonResponse({'ok': 'true', 'task_id': result.task_id})
+
+@@ -78,8 +78,8 @@ def task_status(request, task_id):
+
+ def registered_tasks(request):
+ """View returning all defined tasks as a JSON object."""
+-return JsonResponse({'regular': tasks.regular().keys(),
+- 'periodic': tasks.periodic().keys()})
++return JsonResponse({'regular': list(tasks.regular().keys()),
++ 'periodic': list(tasks.periodic().keys())})



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

2015-10-27 Thread Justin Lecher
commit: 1a6b7d3b73b853da2cb83b1fb8ef776bf3cbfa7d
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 09:16:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:16:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6b7d3b

dev-python/et_xmlfile: Version Bump

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

 dev-python/et_xmlfile/Manifest|  1 +
 dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/et_xmlfile/Manifest b/dev-python/et_xmlfile/Manifest
index 221fdfc..2c97381 100644
--- a/dev-python/et_xmlfile/Manifest
+++ b/dev-python/et_xmlfile/Manifest
@@ -1 +1,2 @@
 DIST et_xmlfile-1.0.0.tar.gz 7682 SHA256 
727fd43a5fe7af1087c4fe6d610c24f87dc6283b914ea0f3f2d05c82de0dda96 SHA512 
498b5de336cb8b0f538def60c22f565560f6cb800a5caab84ca1f51c558b79503abb1b3dc8be7419595867e549da5dd9f0f725aff873dc04c0749b9344ac021c
 WHIRLPOOL 
c4f798cd3adcd41376f1befae53a42db915bc1a8d1040eaa4776123d6d31fef7939d09644c03290b8dde07725e1177eea053697b09d675c1c4a4bdca097c9b48
+DIST et_xmlfile-1.0.1.tar.gz 8427 SHA256 
614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b SHA512 
551fd87efd961b9c3202154dea9468aa97814ab8f6e5efc00962a651b17400866f2ad4fc85484a04c183c85a06375fd1c576c425e2e01bee4395ccfb680ce39b
 WHIRLPOOL 
717822dc554150f8231e86df81eba8683d5d46dd477a464fe4555f9f83fe0d29f404a4ed9d7c1f179ae2b0c80a24ee1b0e82fd9199b564baa9a2c03b90bfb07d

diff --git a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild 
b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
new file mode 100644
index 000..4f2e466
--- /dev/null
+++ b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of lxml.xmlfile for the standard library"
+HOMEPAGE="https://pypi.python.org/pypi/et_xmlfile 
https://bitbucket.org/openpyxl/et_xmlfile;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   py.test -vv || die
+}



[gentoo-commits] dev/fordfrog:master commit in: dev-java/netbeans-platform/, dev-java/netbeans-mobility/, dev-java/netbeans-php/, ...

2015-10-27 Thread Miroslav Šulc
commit: 5e4e41ffa322a9f7b807d5d80bc5a765ec28d864
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Oct 27 08:54:17 2015 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Oct 27 08:54:17 2015 +
URL:https://gitweb.gentoo.org/dev/fordfrog.git/commit/?id=5e4e41ff

netbeans: fixed ebuild names

Package-Manager: portage-2.2.23

 dev-java/netbeans-apisupport/Manifest   | 2 +-
 ...-_p20152026.ebuild => netbeans-apisupport-_p20151026.ebuild} | 0
 dev-java/netbeans-cnd/Manifest  | 2 +-
 ...ans-cnd-_p20152026.ebuild => netbeans-cnd-_p20151026.ebuild} | 0
 dev-java/netbeans-dlight/Manifest   | 2 +-
 ...ight-_p20152026.ebuild => netbeans-dlight-_p20151026.ebuild} | 0
 dev-java/netbeans-enterprise/Manifest   | 2 +-
 ...-_p20152026.ebuild => netbeans-enterprise-_p20151026.ebuild} | 0
 dev-java/netbeans-ergonomics/Manifest   | 2 +-
 ...-_p20152026.ebuild => netbeans-ergonomics-_p20151026.ebuild} | 0
 dev-java/netbeans-extide/Manifest   | 2 +-
 ...tide-_p20152026.ebuild => netbeans-extide-_p20151026.ebuild} | 0
 dev-java/netbeans-groovy/Manifest   | 2 +-
 ...oovy-_p20152026.ebuild => netbeans-groovy-_p20151026.ebuild} | 0
 dev-java/netbeans-harness/Manifest  | 2 +-
 ...ess-_p20152026.ebuild => netbeans-harness-_p20151026.ebuild} | 0
 dev-java/netbeans-ide/Manifest  | 2 +-
 ...ans-ide-_p20152026.ebuild => netbeans-ide-_p20151026.ebuild} | 0
 dev-java/netbeans-java/Manifest | 2 +-
 ...s-java-_p20152026.ebuild => netbeans-java-_p20151026.ebuild} | 0
 dev-java/netbeans-javacard/Manifest | 2 +-
 ...rd-_p20152026.ebuild => netbeans-javacard-_p20151026.ebuild} | 0
 dev-java/netbeans-javadoc/Manifest  | 2 +-
 ...doc-_p20152026.ebuild => netbeans-javadoc-_p20151026.ebuild} | 0
 dev-java/netbeans-javafx/Manifest   | 2 +-
 ...vafx-_p20152026.ebuild => netbeans-javafx-_p20151026.ebuild} | 0
 dev-java/netbeans-mobility/Manifest | 2 +-
 ...ty-_p20152026.ebuild => netbeans-mobility-_p20151026.ebuild} | 0
 dev-java/netbeans-nb/Manifest   | 2 +-
 ...beans-nb-_p20152026.ebuild => netbeans-nb-_p20151026.ebuild} | 0
 dev-java/netbeans-php/Manifest  | 2 +-
 ...ans-php-_p20152026.ebuild => netbeans-php-_p20151026.ebuild} | 0
 dev-java/netbeans-platform/Manifest | 2 +-
 ...rm-_p20152026.ebuild => netbeans-platform-_p20151026.ebuild} | 0
 dev-java/netbeans-profiler/Manifest | 2 +-
 ...er-_p20152026.ebuild => netbeans-profiler-_p20151026.ebuild} | 0
 dev-java/netbeans-webcommon/Manifest| 2 +-
 ...n-_p20152026.ebuild => netbeans-webcommon-_p20151026.ebuild} | 0
 dev-java/netbeans-websvccommon/Manifest | 2 +-
 ...999_p20152026.ebuild => netbeans-websvccommon-_p20151026.ebuild} | 0
 dev-util/netbeans/Manifest  | 2 +-
 .../{netbeans-_p20152026.ebuild => netbeans-_p20151026.ebuild}  | 0
 42 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/dev-java/netbeans-apisupport/Manifest 
b/dev-java/netbeans-apisupport/Manifest
index c621f9e..6a6502e 100644
--- a/dev-java/netbeans-apisupport/Manifest
+++ b/dev-java/netbeans-apisupport/Manifest
@@ -42,5 +42,5 @@ EBUILD netbeans-apisupport-_p20151020.ebuild 3384 SHA256 
a802a8f7ce9dacc6fff
 EBUILD netbeans-apisupport-_p20151021.ebuild 3384 SHA256 
8180b30fce116176d454d8753d0dfcc95f5fc3d02a7170642a96f951fb2ece76 SHA512 
bd4aaf03514786cafad52b694f263f555d2171d2812e363ee77c5ab9602095663cb0d87390c0c58bfe0860f0460f4f40878ccefd2684b5d08add0ee6d5069966
 WHIRLPOOL 
e2cdc423ef3e773dd57494c11654e53a7f39fd32f46ac60c5399296eae21a59f4da7cb9b99b4071cd8f64697052a29880d689c9d1406740508ff9dabf9f1afc0
 EBUILD netbeans-apisupport-_p20151022.ebuild 3384 SHA256 
38235791b80ca0e5c7eb9560cac729e16c5e1f28d0d9a586c79f22e28a9426a6 SHA512 
98a26431e8a0da598fb9fcf37d82f9b9e37bd20d925fa36f967d0c231f8c6ae512db42a41261918d2765a776c36e68bd534c6af3d8b582a6e15ad1f234cac945
 WHIRLPOOL 
3620ee7fed60886be28516d147b1dde754271119025eeff52e7f8abbe811c1d4d7d44151fd3161b8979ee2424bae917fbe403db8ee3e742c7c9653482b630c12
 EBUILD netbeans-apisupport-_p20151023.ebuild 3384 SHA256 
784c1cacba82d648910725954d890be0ff4f41cc8bd32e00c972fdb36534d76b SHA512 

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

2015-10-27 Thread Justin Lecher
commit: a38cf1dc9db85622372cccd86be1512ce99749d4
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 09:17:06 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:17:06 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a38cf1dc

dev-python/ipywidgets: Version Bump

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

 dev-python/ipywidgets/ipywidgets-4.1.1.ebuild | 37 +++
 1 file changed, 37 insertions(+)

diff --git a/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild 
b/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild
new file mode 100644
index 000..dea538d
--- /dev/null
+++ b/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="IPython HTML widgets for Jupyter"
+HOMEPAGE="http://ipython.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   test? (
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   www-client/casperjs
+   )
+   "
+
+python_test() {
+   nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die
+
+   "${PYTHON}" -m ipywidgets.jstest || die
+}



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

2015-10-27 Thread Martin Mokrejs
commit: 706be1134587796b51b6fdde585d3b5a3fdf0209
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Oct 27 09:54:01 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Oct 27 09:54:01 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=706be113

sci-biology/manatee-jcvi: depend virtual/mysql

Package-Manager: portage-2.2.18

 sci-biology/manatee-jcvi/ChangeLog | 6 +-
 sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-biology/manatee-jcvi/ChangeLog 
b/sci-biology/manatee-jcvi/ChangeLog
index 51f8c4e..503585b 100644
--- a/sci-biology/manatee-jcvi/ChangeLog
+++ b/sci-biology/manatee-jcvi/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-biology/manatee-jcvi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  27 Oct 2015; Martin Mokrejs 
+  manatee-jcvi-2.4.3.ebuild:
+  sci-biology/manatee-jcvi: depend virtual/mysql
+
   13 Nov 2014; Justin Lecher  manatee-jcvi-2.4.3.ebuild,
   metadata.xml:
   Use perl virtuals instead of core

diff --git a/sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild 
b/sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild
index a372621..5701bb8 100644
--- a/sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild
+++ b/sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -39,7 +39,7 @@ DEPEND=">=dev-libs/expat-1.95.8
#dev-perl/GD-Graph
#dev-perl/Date-Manip
 RDEPEND="${DEPEND}
-   >=dev-db/mysql-5.0
+   >=virtual/mysql-5:*
>=www-servers/apache-2.2"
 
 S="${WORKDIR}"/manatee-"${PV}"



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

2015-10-27 Thread Martin Mokrejs
commit: edde16d884c59dc11f1248d956fceb7107b09796
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Oct 27 09:54:50 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Oct 27 09:54:50 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=edde16d8

sci-biology/manatee-igs: depend on virtual/mysql

Package-Manager: portage-2.2.18

 sci-biology/manatee-igs/ChangeLog | 4 
 sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-biology/manatee-igs/ChangeLog 
b/sci-biology/manatee-igs/ChangeLog
index 01247af..e998238 100644
--- a/sci-biology/manatee-igs/ChangeLog
+++ b/sci-biology/manatee-igs/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  27 Oct 2015; Martin Mokrejs 
+  manatee-igs-2.23.1.ebuild:
+  sci-biology/manatee-igs: depend on virtual/mysql
+
   15 Jun 2015; Justin Lecher  manatee-igs-2.23.1.ebuild:
   sci-biology/manatee-igs: Fix dependency problems due to recent mask of perl-
   core packages

diff --git a/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild 
b/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild
index b30b966..a78d5a5 100644
--- a/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild
+++ b/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild
@@ -43,7 +43,7 @@ DEPEND="
dev-perl/JSON-Any
sci-biology/bioperl"
 RDEPEND="${DEPEND}
-   >=dev-db/mysql-5.0
+   >=virtual/mysql-5:*
>=www-servers/apache-2.2"
 
 S="${WORKDIR}"/manatee-"${PV}"_linux



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

2015-10-27 Thread Martin Mokrejs
commit: 4edcbc85e2732ec8fd8bd1e6508e83bd8cf0e6f1
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Oct 27 09:55:08 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Oct 27 09:55:08 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4edcbc85

Merge branch 'master' of git+ssh://git.gentoo.org/proj/sci

 dev-python/ipywidgets/Manifest   | 1 +
 .../ipywidgets/{ipywidgets-4.1.0.ebuild => ipywidgets-4.1.1.ebuild}  | 0
 2 files changed, 1 insertion(+)



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

2015-10-27 Thread Martin Mokrejs
commit: 02c5a466a34761f0fe9ae74f5b3c6fb7b4d188a2
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Oct 27 10:00:46 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Oct 27 10:00:46 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=02c5a466

sci-biology/IMAGE: improve package descr

Package-Manager: portage-2.2.18

 sci-biology/IMAGE/ChangeLog  | 5 -
 sci-biology/IMAGE/IMAGE-2.4.1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-biology/IMAGE/ChangeLog b/sci-biology/IMAGE/ChangeLog
index 8c16957..f221aba 100644
--- a/sci-biology/IMAGE/ChangeLog
+++ b/sci-biology/IMAGE/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-biology/IMAGE
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  27 Oct 2015; Martin Mokrejs  IMAGE-2.4.1.ebuild:
+  sci-biology/IMAGE: improve package descr
+
   16 Sep 2014; Christoph Junghans  IMAGE-2.4.1.ebuild:
   added license
 

diff --git a/sci-biology/IMAGE/IMAGE-2.4.1.ebuild 
b/sci-biology/IMAGE/IMAGE-2.4.1.ebuild
index 227f1a7..c97aa09 100644
--- a/sci-biology/IMAGE/IMAGE-2.4.1.ebuild
+++ b/sci-biology/IMAGE/IMAGE-2.4.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-DESCRIPTION="Iterative Mapping and Assembly for Gap Elimination"
+DESCRIPTION="Iterative Mapping and Assembly for Gap Elimination using 
paired-end Illumina"
 HOMEPAGE="https://sourceforge.net/apps/mediawiki/image2;
 
SRC_URI="http://sourceforge.net/projects/image2/files/IMAGE_version2.4.1_64bit.zip;
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2015-10-27 Thread James Le Cuirot
commit: 17b9a8844e59ffee9a7a21da49c77f8bd846ddb1
Author: Julian Ospald  gentoo  org>
AuthorDate: Mon Oct 26 20:17:23 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Oct 27 13:10:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b9a884

www-servers/tomcat: generate a more secure password

 www-servers/tomcat/tomcat-8.0.28-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-8.0.28-r1.ebuild 
b/www-servers/tomcat/tomcat-8.0.28-r1.ebuild
index a06fb32..0d40f89 100644
--- a/www-servers/tomcat/tomcat-8.0.28-r1.ebuild
+++ b/www-servers/tomcat/tomcat-8.0.28-r1.ebuild
@@ -31,6 +31,7 @@ RDEPEND="${COMMON_DEP}
!=virtual/jre-1.7"
 DEPEND="${COMMON_DEP}
+   app-admin/pwgen
>=virtual/jdk-1.7
test? (
>=dev-java/ant-junit-1.9:0
@@ -110,7 +111,7 @@ src_install() {
fperms 0750 "${dest}"/logs
 
# replace the default pw with a random one, see #92281
-   local randpw=$(echo ${RANDOM}|md5sum|cut -c 1-15)
+   local randpw="$(pwgen -s -B 15 1)"
sed -i -e "s|SHUTDOWN|${randpw}|" output/build/conf/server.xml || die
 
# prepend gentoo.classpath to common.loader, see #453212



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

2015-10-27 Thread Mike Pagano
commit: 149745ed61e0ffc43e55b6682710f9553c3ceb45
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 27 13:19:39 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 27 13:19:39 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=149745ed

Linux patch 4.1.12

 _README |4 +
 1011_linux-4.1.12.patch | 1494 +++
 2 files changed, 1498 insertions(+)

diff --git a/_README b/_README
index 18e95dd..8ed7605 100644
--- a/_README
+++ b/_README
@@ -87,6 +87,10 @@ Patch:  1010_linux-4.1.11.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.1.11
 
+Patch:  1011_linux-4.1.12.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.1.12
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1011_linux-4.1.12.patch b/1011_linux-4.1.12.patch
new file mode 100644
index 000..07910df
--- /dev/null
+++ b/1011_linux-4.1.12.patch
@@ -0,0 +1,1494 @@
+diff --git a/Makefile b/Makefile
+index c7d877b1c248..2320f1911404 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 1
+-SUBLEVEL = 11
++SUBLEVEL = 12
+ EXTRAVERSION =
+ NAME = Series 4800
+ 
+diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
+index 81151663ef38..3258174e6152 100644
+--- a/arch/arm64/Makefile
 b/arch/arm64/Makefile
+@@ -31,7 +31,7 @@ endif
+ CHECKFLAGS+= -D__aarch64__
+ 
+ ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
+-CFLAGS_MODULE += -mcmodel=large
++KBUILD_CFLAGS_MODULE  += -mcmodel=large
+ endif
+ 
+ # Default value
+diff --git a/arch/arm64/include/asm/pgtable.h 
b/arch/arm64/include/asm/pgtable.h
+index 56283f8a675c..cf7319422768 100644
+--- a/arch/arm64/include/asm/pgtable.h
 b/arch/arm64/include/asm/pgtable.h
+@@ -80,7 +80,7 @@ extern void __pgd_error(const char *file, int line, unsigned 
long val);
+ #define PAGE_S2   __pgprot(PROT_DEFAULT | 
PTE_S2_MEMATTR(MT_S2_NORMAL) | PTE_S2_RDONLY)
+ #define PAGE_S2_DEVICE__pgprot(PROT_DEFAULT | 
PTE_S2_MEMATTR(MT_S2_DEVICE_nGnRE) | PTE_S2_RDONLY | PTE_UXN)
+ 
+-#define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_TYPE_MASK) | 
PTE_PROT_NONE | PTE_PXN | PTE_UXN)
++#define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | 
PTE_PROT_NONE | PTE_PXN | PTE_UXN)
+ #define PAGE_SHARED   __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_NG | 
PTE_PXN | PTE_UXN | PTE_WRITE)
+ #define PAGE_SHARED_EXEC  __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_NG | 
PTE_PXN | PTE_WRITE)
+ #define PAGE_COPY __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_NG | 
PTE_PXN | PTE_UXN)
+@@ -460,7 +460,7 @@ static inline pud_t *pud_offset(pgd_t *pgd, unsigned long 
addr)
+ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
+ {
+   const pteval_t mask = PTE_USER | PTE_PXN | PTE_UXN | PTE_RDONLY |
+-PTE_PROT_NONE | PTE_WRITE | PTE_TYPE_MASK;
++PTE_PROT_NONE | PTE_VALID | PTE_WRITE;
+   pte_val(pte) = (pte_val(pte) & ~mask) | (pgprot_val(newprot) & mask);
+   return pte;
+ }
+diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c
+index df81caab7383..f1e0e5522e3a 100644
+--- a/arch/powerpc/kvm/book3s_hv.c
 b/arch/powerpc/kvm/book3s_hv.c
+@@ -2178,7 +2178,7 @@ static int kvmppc_run_vcpu(struct kvm_run *kvm_run, 
struct kvm_vcpu *vcpu)
+   vc->runner = vcpu;
+   if (n_ceded == vc->n_runnable) {
+   kvmppc_vcore_blocked(vc);
+-  } else if (should_resched()) {
++  } else if (need_resched()) {
+   vc->vcore_state = VCORE_PREEMPT;
+   /* Let something else run */
+   cond_resched_lock(>lock);
+diff --git a/arch/sparc/crypto/aes_glue.c b/arch/sparc/crypto/aes_glue.c
+index 2e48eb8813ff..c90930de76ba 100644
+--- a/arch/sparc/crypto/aes_glue.c
 b/arch/sparc/crypto/aes_glue.c
+@@ -433,6 +433,7 @@ static struct crypto_alg algs[] = { {
+   .blkcipher = {
+   .min_keysize= AES_MIN_KEY_SIZE,
+   .max_keysize= AES_MAX_KEY_SIZE,
++  .ivsize = AES_BLOCK_SIZE,
+   .setkey = aes_set_key,
+   .encrypt= cbc_encrypt,
+   .decrypt= cbc_decrypt,
+@@ -452,6 +453,7 @@ static struct crypto_alg algs[] = { {
+   .blkcipher = {
+   .min_keysize= AES_MIN_KEY_SIZE,
+   .max_keysize= AES_MAX_KEY_SIZE,
++  .ivsize = AES_BLOCK_SIZE,
+   .setkey = aes_set_key,
+   .encrypt= ctr_crypt,
+   .decrypt= ctr_crypt,
+diff --git a/arch/sparc/crypto/camellia_glue.c 

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

2015-10-27 Thread Julian Ospald
commit: b6b942cdc109812d23a1a01f6153e5025c6286be
Author: Julian Ospald  gentoo  org>
AuthorDate: Tue Oct 27 12:52:46 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Tue Oct 27 12:52:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b942cd

net-misc/youtube-viewer: remove video player dependencies

And rather tell the user to install a compatible video player.
Since these are not strictly limited, it doesn't make sense
to list them all in RDEPEND.

 net-misc/youtube-viewer/youtube-viewer-3.1.9.ebuild | 14 ++
 net-misc/youtube-viewer/youtube-viewer-.ebuild  | 14 ++
 2 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/net-misc/youtube-viewer/youtube-viewer-3.1.9.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-3.1.9.ebuild
index 59041b3..8a99343 100644
--- a/net-misc/youtube-viewer/youtube-viewer-3.1.9.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-3.1.9.ebuild
@@ -21,8 +21,6 @@ RDEPEND="
dev-perl/JSON
dev-perl/libwww-perl[ssl]
dev-perl/Term-ReadLine-Gnu
-   || ( media-video/mplayer[network]
-   media-video/mpv )
virtual/perl-Encode
virtual/perl-File-Path
virtual/perl-File-Spec
@@ -72,7 +70,7 @@ pkg_preinst() {
 
 pkg_postinst() {
use gtk && gnome2_icon_cache_update
-   einfo
+   elog
elog "optional dependencies:"
elog "  dev-perl/LWP-UserAgent-Cached (cache support)"
elog "  dev-perl/Term-ReadLine-Gnu (for a better STDIN support)"
@@ -81,7 +79,15 @@ pkg_postinst() {
elog "  dev-perl/Text-CharWidth (print the results in a fixed-width"
elog "format (--fixed-width, -W))"
elog "  virtual/perl-threads (threads support)"
-   einfo
+   elog
+   elog "You also need a compatible video player, possible choices are:"
+   elog "  media-video/gnome-mplayer"
+   elog "  media-video/mplayer[network]"
+   elog "  media-video/mpv"
+   elog "  media-video/smplayer"
+   elog "  media-video/vlc"
+   elog "Also check the configuration file in ~/.config/youtube-viewer/"
+   elog "and configure your video player backend."
 }
 
 pkg_postrm() {

diff --git a/net-misc/youtube-viewer/youtube-viewer-.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-.ebuild
index 68d8ce7..9290df1 100644
--- a/net-misc/youtube-viewer/youtube-viewer-.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-.ebuild
@@ -22,8 +22,6 @@ RDEPEND="
dev-perl/JSON
dev-perl/libwww-perl[ssl]
dev-perl/Term-ReadLine-Gnu
-   || ( media-video/mplayer[network]
-   media-video/mpv )
virtual/perl-Encode
virtual/perl-File-Path
virtual/perl-File-Spec
@@ -73,7 +71,7 @@ pkg_preinst() {
 
 pkg_postinst() {
use gtk && gnome2_icon_cache_update
-   einfo
+   elog
elog "optional dependencies:"
elog "  dev-perl/LWP-UserAgent-Cached (cache support)"
elog "  dev-perl/Term-ReadLine-Gnu (for a better STDIN support)"
@@ -82,7 +80,15 @@ pkg_postinst() {
elog "  dev-perl/Text-CharWidth (print the results in a fixed-width"
elog "format (--fixed-width, -W))"
elog "  virtual/perl-threads (threads support)"
-   einfo
+   elog
+   elog "You also need a compatible video player, possible choices are:"
+   elog "  media-video/gnome-mplayer"
+   elog "  media-video/mplayer[network]"
+   elog "  media-video/mpv"
+   elog "  media-video/smplayer"
+   elog "  media-video/vlc"
+   elog "Also check the configuration file in ~/.config/youtube-viewer/"
+   elog "and configure your video player backend."
 }
 
 pkg_postrm() {



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

2015-10-27 Thread Julian Ospald
commit: f89c61ff67ed9869a1071793f6e492771bd486d5
Author: Julian Ospald  gentoo  org>
AuthorDate: Tue Oct 27 13:31:02 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Tue Oct 27 13:31:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89c61ff

dev-python/pyuv: initial import of version 1.2.0

Gentoo-Bug: 531734

 dev-python/pyuv/Manifest  |  1 +
 dev-python/pyuv/metadata.xml  | 44 +++
 dev-python/pyuv/pyuv-1.2.0.ebuild | 29 ++
 3 files changed, 74 insertions(+)

diff --git a/dev-python/pyuv/Manifest b/dev-python/pyuv/Manifest
new file mode 100644
index 000..33e2d1b
--- /dev/null
+++ b/dev-python/pyuv/Manifest
@@ -0,0 +1 @@
+DIST pyuv-1.2.0.tar.gz 98578 SHA256 
9df91c86519574f65e4465884db20565d4ad4287cd6cd651ee0137430b0dd4a7 SHA512 
10a8448700c609b6e9844c6bc9bd6428920a455c94bee79569006f783c7f5d2683abe46c4692d0f0016a621d0c6d0ef2decc42a9f0418e1242b79ab0f06ee9f2
 WHIRLPOOL 
11989f713ba205ff0fa5b76dd742a7c3eb66b00fb6c97e0a0a5aa2e2b3c041a1d35b2bfd950a54fb0a7adb9ae1c5753c97ee4c6278518e46a345a462827835eb

diff --git a/dev-python/pyuv/metadata.xml b/dev-python/pyuv/metadata.xml
new file mode 100644
index 000..bd1f47a
--- /dev/null
+++ b/dev-python/pyuv/metadata.xml
@@ -0,0 +1,44 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hasuf...@gentoo.org
+   Julian Ospald
+   
+   
+   pyuv is a Python module which provides an interface to
+   dev-libs/libuv.
+   libuv is a high performance asynchronous networking and platform
+   abstraction library.
+
+   libuv is built on top of epoll/kequeue/event ports/etc on Unix 
and
+   IOCP on Windows systems providing a consistent API on top of 
them.
+
+   pyuv's features:
+   * Non-blocking TCP sockets
+   * Non-blocking named pipes
+   * UDP support (including multicast)
+   * Timers
+   * Child process spawning
+   * Asynchronous DNS resolution (getaddrinfo)
+   * Asynchronous file system APIs
+   * High resolution time
+   * System memory information
+   * System CPUs information
+   * Network interfaces information
+   * Thread pool scheduling
+   * ANSI escape code controlled TTY
+   * File system events (inotify style and stat based)
+   * IPC and TCP socket sharing between processes
+   * Arbitrary file descriptor polling
+   * Thread synchronization primitives
+   
+   
+   
+   sag...@gmail.com
+   Saúl Ibarra Corretgé
+   
+   saghul/pyuv
+   pyuv
+   
+

diff --git a/dev-python/pyuv/pyuv-1.2.0.ebuild 
b/dev-python/pyuv/pyuv-1.2.0.ebuild
new file mode 100644
index 000..ab665ca
--- /dev/null
+++ b/dev-python/pyuv/pyuv-1.2.0.ebuild
@@ -0,0 +1,29 @@
+# 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,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface for libuv"
+HOMEPAGE="https://pyuv.readthedocs.org/en;
+SRC_URI="https://github.com/saghul/pyuv/archive/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# https://github.com/saghul/pyuv/blob/v1.x/setup_libuv.py#L117
+RDEPEND=">=dev-libs/libuv-1.7.3:0/1"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/pyuv-pyuv-${PV}"
+
+src_configure() {
+   mydistutilsargs=( build_ext --use-system-libuv )
+   distutils-r1_src_configure
+}



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

2015-10-27 Thread Mike Pagano
commit: b00da6f810d31f1fb924713c20c3f3b103f03228
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 27 13:36:07 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 27 13:36:07 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b00da6f8

Linux patch 4.2.5

 _README|4 +
 1004_linux-4.2.5.patch | 1945 
 2 files changed, 1949 insertions(+)

diff --git a/_README b/_README
index daafdd3..d40ecf2 100644
--- a/_README
+++ b/_README
@@ -59,6 +59,10 @@ Patch:  1003_linux-4.2.4.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.2.4
 
+Patch:  1004_linux-4.2.5.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.2.5
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1004_linux-4.2.5.patch b/1004_linux-4.2.5.patch
new file mode 100644
index 000..b866faf
--- /dev/null
+++ b/1004_linux-4.2.5.patch
@@ -0,0 +1,1945 @@
+diff --git a/Makefile b/Makefile
+index a952801a6cd5..96076dcad18e 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 2
+-SUBLEVEL = 4
++SUBLEVEL = 5
+ EXTRAVERSION =
+ NAME = Hurr durr I'ma sheep
+ 
+diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile
+index 4418a5078833..c8643ac5db71 100644
+--- a/arch/arm/mach-ux500/Makefile
 b/arch/arm/mach-ux500/Makefile
+@@ -7,7 +7,7 @@ obj-$(CONFIG_CACHE_L2X0)   += cache-l2x0.o
+ obj-$(CONFIG_UX500_SOC_DB8500)+= cpu-db8500.o
+ obj-$(CONFIG_MACH_MOP500) += board-mop500-regulators.o \
+   board-mop500-audio.o
+-obj-$(CONFIG_SMP) += platsmp.o headsmp.o
++obj-$(CONFIG_SMP) += platsmp.o
+ obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
+ obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o
+ 
+diff --git a/arch/arm/mach-ux500/cpu-db8500.c 
b/arch/arm/mach-ux500/cpu-db8500.c
+index 16913800bbf9..ba708ce08616 100644
+--- a/arch/arm/mach-ux500/cpu-db8500.c
 b/arch/arm/mach-ux500/cpu-db8500.c
+@@ -154,7 +154,6 @@ static const char * stericsson_dt_platform_compat[] = {
+ };
+ 
+ DT_MACHINE_START(U8500_DT, "ST-Ericsson Ux5x0 platform (Device Tree Support)")
+-  .smp= smp_ops(ux500_smp_ops),
+   .map_io = u8500_map_io,
+   .init_irq   = ux500_init_irq,
+   /* we re-use nomadik timer here */
+diff --git a/arch/arm/mach-ux500/headsmp.S b/arch/arm/mach-ux500/headsmp.S
+deleted file mode 100644
+index 9cdea049485d..
+--- a/arch/arm/mach-ux500/headsmp.S
 /dev/null
+@@ -1,37 +0,0 @@
+-/*
+- *  Copyright (c) 2009 ST-Ericsson
+- *This file is based  ARM Realview platform
+- *  Copyright (c) 2003 ARM Limited
+- *  All Rights Reserved
+- *
+- * This program is free software; you can redistribute it and/or modify
+- * it under the terms of the GNU General Public License version 2 as
+- * published by the Free Software Foundation.
+- */
+-#include 
+-#include 
+-
+-/*
+- * U8500 specific entry point for secondary CPUs.
+- */
+-ENTRY(u8500_secondary_startup)
+-  mrc p15, 0, r0, c0, c0, 5
+-  and r0, r0, #15
+-  adr r4, 1f
+-  ldmia   r4, {r5, r6}
+-  sub r4, r4, r5
+-  add r6, r6, r4
+-pen:  ldr r7, [r6]
+-  cmp r7, r0
+-  bne pen
+-
+-  /*
+-   * we've been released from the holding pen: secondary_stack
+-   * should now contain the SVC stack for this core
+-   */
+-  b   secondary_startup
+-ENDPROC(u8500_secondary_startup)
+-
+-  .align 2
+-1:.long   .
+-  .long   pen_release
+diff --git a/arch/arm/mach-ux500/platsmp.c b/arch/arm/mach-ux500/platsmp.c
+index 62b1de922bd8..70766b963758 100644
+--- a/arch/arm/mach-ux500/platsmp.c
 b/arch/arm/mach-ux500/platsmp.c
+@@ -28,135 +28,81 @@
+ #include "db8500-regs.h"
+ #include "id.h"
+ 
+-static void __iomem *scu_base;
+-static void __iomem *backupram;
+-
+-/* This is called from headsmp.S to wakeup the secondary core */
+-extern void u8500_secondary_startup(void);
+-
+-/*
+- * Write pen_release in a way that is guaranteed to be visible to all
+- * observers, irrespective of whether they're taking part in coherency
+- * or not.  This is necessary for the hotplug code to work reliably.
+- */
+-static void write_pen_release(int val)
+-{
+-  pen_release = val;
+-  smp_wmb();
+-  sync_cache_w(_release);
+-}
+-
+-static DEFINE_SPINLOCK(boot_lock);
+-
+-static void ux500_secondary_init(unsigned int cpu)
+-{
+-  /*
+-   * let the primary processor know we're out of the
+-   * pen, then head off into the C entry point
+-   */
+-  write_pen_release(-1);
+-
+-  /*
+-   * Synchronise with the boot thread.
+-   */
+-  spin_lock(_lock);
+-  spin_unlock(_lock);
+-}
++/* Magic triggers in backup RAM */
++#define UX500_CPU1_JUMPADDR_OFFSET 0x1FF4
++#define 

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mustang/files/, sci-chemistry/mustang/

2015-10-27 Thread Justin Lecher
commit: 81ca6704b6681e4d0fc343d546ef581e2d2dc53c
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 09:53:09 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 11:11:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ca6704

sci-chemistry/mustang: Version Bump

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

 sci-chemistry/mustang/Manifest|  1 +
 sci-chemistry/mustang/files/mustang-3-gcc43.patch | 55 ---
 sci-chemistry/mustang/mustang-3.2.2.ebuild| 50 +
 3 files changed, 51 insertions(+), 55 deletions(-)

diff --git a/sci-chemistry/mustang/Manifest b/sci-chemistry/mustang/Manifest
index 2782388..f8d1b59 100644
--- a/sci-chemistry/mustang/Manifest
+++ b/sci-chemistry/mustang/Manifest
@@ -1 +1,2 @@
 DIST mustang_v3.2.1.tgz 161216 SHA256 
38f8ec10f15466a42ade770eb6c3ed0ed2449bb070a53b5e8d3125f2596b1556 SHA512 
aee37bb77edbdc601cdc735db8602d0a3804065200df1b36b6956e74dfd5f85b554a655be1bfbe673aada1abd5e1aee1c0f59fb2ff0380bfcb725e38439d41ff
 WHIRLPOOL 
521edce7648c28c067dae4462e432c8b5f2b9a60be4248ba78280067254fdfb9f584c18ce9afc5c99927f6227e1e650989cd7d65df1b3c6e7494d617b89a74fe
+DIST mustang_v3.2.2.tgz 141940 SHA256 
6fe274a93b54ba3c46e262fc6d7114bad239d1cbd2dadec8a92a7194328373a2 SHA512 
cb862f860f3cdb3349743c6005a29acc14cde5269df9d61f1100ffdc9a22c1d8e3dd46771371557b823724e79783f8fcb7356c63c6f0c0a09aac09bee407a26d
 WHIRLPOOL 
63e7b6f881274c20df59e85699b1f1a07506f0dd20082e898001c163fb02b60336c0ee6b629bf19f773f86b3479f4ae1344cf1ea6b7f6052d1407db3f05910bb

diff --git a/sci-chemistry/mustang/files/mustang-3-gcc43.patch 
b/sci-chemistry/mustang/files/mustang-3-gcc43.patch
deleted file mode 100644
index ef2818b..000
--- a/sci-chemistry/mustang/files/mustang-3-gcc43.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -u MUSTANG_v.3.orig/src/ew_2.cpp MUSTANG_v.3/src/ew_2.cpp
 MUSTANG_v.3.orig/src/ew_2.cpp  2008-01-15 11:18:34.0 -0700
-+++ MUSTANG_v.3/src/ew_2.cpp   2008-12-09 10:47:22.0 -0700
-@@ -36,6 +36,7 @@
- using std::ifstream;
- 
- #include
-+#include 
- #include "macros.h"
- #include "globals.h"
- #include "ew.h"
-diff -u MUSTANG_v.3.orig/src/multiple_superposition.cpp 
MUSTANG_v.3/src/multiple_superposition.cpp
 MUSTANG_v.3.orig/src/multiple_superposition.cpp2008-01-15 
11:18:34.0 -0700
-+++ MUSTANG_v.3/src/multiple_superposition.cpp 2008-12-09 10:49:00.0 
-0700
-@@ -51,6 +51,7 @@
- #include "alloc_routines.h"
- #include "de_alloc_routines.h"
- #include 
-+#include 
- #define THRESH 0.0001
- 
- void MOVE_TO_CENTER_OF_GRAVITY( int NSTRUC , int NRES , float ***R , float 
**CMs )
-diff -u MUSTANG_v.3.orig/src/multiple_superposition.h 
MUSTANG_v.3/src/multiple_superposition.h
 MUSTANG_v.3.orig/src/multiple_superposition.h  2008-01-15 
11:18:34.0 -0700
-+++ MUSTANG_v.3/src/multiple_superposition.h   2008-12-09 10:48:11.0 
-0700
-@@ -25,3 +25,4 @@
- #define MULT_SUPERPOSE
- void  M_SUPERPOSE( int , int , float***, float** , float*** ) ;
- #endif
-+#include 
-diff -u MUSTANG_v.3.orig/src/pdb_ripper.h MUSTANG_v.3/src/pdb_ripper.h
 MUSTANG_v.3.orig/src/pdb_ripper.h  2008-01-15 11:18:34.0 -0700
-+++ MUSTANG_v.3/src/pdb_ripper.h   2008-12-09 10:46:47.0 -0700
-@@ -29,4 +29,5 @@
- void PARSE_ENTIRE_PDB_STRUCTURE( char * , int ) ;
- 
- #endif
-+#include 
- 
-diff -u MUSTANG_v.3.orig/src/progress_align.h MUSTANG_v.3/src/progress_align.h
 MUSTANG_v.3.orig/src/progress_align.h  2008-01-15 11:18:34.0 
-0700
-+++ MUSTANG_v.3/src/progress_align.h   2008-12-09 10:47:50.0 -0700
-@@ -25,3 +25,4 @@
- #define PROG_ALGN_H
- void PROGRESSIVE_ALIGNMENT_USING_EXTENDED_EDGE_WEIGHTS() ;
- #endif
-+#include 
-diff -u MUSTANG_v.3.orig/src/read_structures.h 
MUSTANG_v.3/src/read_structures.h
 MUSTANG_v.3.orig/src/read_structures.h 2008-01-15 11:18:34.0 
-0700
-+++ MUSTANG_v.3/src/read_structures.h  2008-12-09 10:46:22.0 -0700
-@@ -26,3 +26,4 @@
- void READ_STRUCTURES( char **paths );
- void READ_ENTIRE_PDBS( char **paths) ;
- #endif
-+#include 

diff --git a/sci-chemistry/mustang/mustang-3.2.2.ebuild 
b/sci-chemistry/mustang/mustang-3.2.2.ebuild
new file mode 100644
index 000..fdc300f
--- /dev/null
+++ b/sci-chemistry/mustang/mustang-3.2.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+MY_PN="MUSTANG"
+SRC_P="${PN}_v${PV}"
+MY_P="${MY_PN}_v${PV}"
+
+DESCRIPTION="MUltiple STructural AligNment AlGorithm"
+HOMEPAGE="http://www.csse.monash.edu.au/~karun/Site/mustang.html;
+SRC_URI="http://www.csse.monash.edu.au/~karun/${PN}/${PN}_v${PV}.tgz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   epatch 

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

2015-10-27 Thread Justin Lecher
commit: c930063a72fdb869c1f52c83982996604e631271
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 11:08:05 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 11:11:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c930063a

app-text/djvu: Use optfeature

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

 app-text/djvu/djvu-3.5.25.3.ebuild | 8 
 app-text/djvu/djvu-3.5.27.ebuild   | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-text/djvu/djvu-3.5.25.3.ebuild 
b/app-text/djvu/djvu-3.5.25.3.ebuild
index e4efe10..a7cda09 100644
--- a/app-text/djvu/djvu-3.5.25.3.ebuild
+++ b/app-text/djvu/djvu-3.5.25.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
+
 inherit autotools eutils fdo-mime flag-o-matic
 
 MY_P="${PN}libre-${PV#*_p}"
@@ -63,9 +64,8 @@ src_install() {
 
 pkg_postinst() {
fdo-mime_mime_database_update
-   if ! has_version app-text/djview; then
-   elog "For djviewer or browser plugin, emerge app-text/djview."
-   fi
+   has_version app-text/djview || \
+   optfeature "For djviewer or browser plugin" app-text/djview
 }
 
 pkg_postrm() {

diff --git a/app-text/djvu/djvu-3.5.27.ebuild b/app-text/djvu/djvu-3.5.27.ebuild
index be1c6c3..1322b75 100644
--- a/app-text/djvu/djvu-3.5.27.ebuild
+++ b/app-text/djvu/djvu-3.5.27.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 inherit eutils fdo-mime flag-o-matic
 
 MY_P="${PN}libre-${PV#*_p}"
@@ -54,9 +55,8 @@ src_install() {
 
 pkg_postinst() {
fdo-mime_mime_database_update
-   if ! has_version app-text/djview; then
-   elog "For djviewer or browser plugin, emerge app-text/djview."
-   fi
+   has_version app-text/djview || \
+   optfeature "For djviewer or browser plugin" app-text/djview
 }
 
 pkg_postrm() {



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2015-10-27 Thread Agostino Sarubbo
commit: 3525188ec86cc03c4c287511bfaa852922f095b9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:17:53 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:17:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3525188e

app-doc/doxygen: amd64 stable wrt bug #563856

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-doc/doxygen/doxygen-1.8.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild 
b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
index f2a44f7..3488fee 100644
--- a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
@@ -10,10 +10,10 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/doxygen/doxygen.git"
SRC_URI=""
-   KEYWORDS="hppa ppc64"
+   KEYWORDS="amd64 hppa ppc64"
 else
SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 fi
 SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png;
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/sphinx/

2015-10-27 Thread Agostino Sarubbo
commit: 42663c884c8388c6b0c3cecac6bed2702560be8d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:18:10 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:18:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42663c88

app-misc/sphinx: amd64 stable wrt bug #563928

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-misc/sphinx/sphinx-2.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/sphinx/sphinx-2.1.9.ebuild 
b/app-misc/sphinx/sphinx-2.1.9.ebuild
index 3f2b330..16a161d 100644
--- a/app-misc/sphinx/sphinx-2.1.9.ebuild
+++ b/app-misc/sphinx/sphinx-2.1.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug id64 mysql odbc postgres stemmer syslog test xml"
 
 RDEPEND="mysql? ( virtual/mysql )



[gentoo-commits] repo/gentoo:master commit in: net-im/openfire/

2015-10-27 Thread Agostino Sarubbo
commit: e70c043a5c4828aaf4bcd29736dbe247bfd52553
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:17:30 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:17:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70c043a

net-im/openfire: amd64 stable wrt bug #563910

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-im/openfire/openfire-3.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/openfire/openfire-3.10.2.ebuild 
b/net-im/openfire/openfire-3.10.2.ebuild
index 6ccd462..8de9896 100644
--- a/net-im/openfire/openfire-3.10.2.ebuild
+++ b/net-im/openfire/openfire-3.10.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.igniterealtime.org/builds/openfire/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc"
 
 RDEPEND=">=virtual/jre-1.7"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/

2015-10-27 Thread Agostino Sarubbo
commit: 29c8a47556d71b213558ba4aa807870e9c657f72
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:17:42 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:17:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c8a475

sys-devel/distcc: amd64 stable wrt bug #421481

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 sys-devel/distcc/distcc-3.2_rc1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild 
b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
index 4969f7c..dabf9de 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://distcc.googlecode.com/files/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="avahi crossdev gnome gssapi gtk hardened ipv6 selinux xinetd"
 
 RESTRICT="test"



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

2015-10-27 Thread Agostino Sarubbo
commit: 8a4285debf42107b719eb1024df266d1693efd4d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:18:16 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:18:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4285de

x11-terms/guake: amd64 stable wrt bug #563476

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-terms/guake/guake-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/guake/guake-0.8.1.ebuild 
b/x11-terms/guake/guake-0.8.1.ebuild
index 0cdc6ed..83e39e2 100644
--- a/x11-terms/guake/guake-0.8.1.ebuild
+++ b/x11-terms/guake/guake-0.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 RDEPEND="
dev-libs/keybinder:0[python]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/

2015-10-27 Thread Agostino Sarubbo
commit: 3f345cc40a3a9e664dab22e6587fdb6dff17cb95
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:17:36 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:17:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f345cc4

media-gfx/hugin: amd64 stable wrt bug #563944

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 media-gfx/hugin/hugin-2015.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/hugin/hugin-2015.0.0-r1.ebuild 
b/media-gfx/hugin/hugin-2015.0.0-r1.ebuild
index b42262b..d00380e 100644
--- a/media-gfx/hugin/hugin-2015.0.0-r1.ebuild
+++ b/media-gfx/hugin/hugin-2015.0.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2 SIFT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 LANGS=" ca@valencia ca_ES cs_CZ da de en_GB es eu fi fr hu it ja nl pl pt_BR 
ro ru sk sv zh_CN zh_TW"
 IUSE="debug lapack python sift $(echo ${LANGS//\ /\ linguas_})"



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

2015-10-27 Thread Agostino Sarubbo
commit: 484efcdc69187f3d4ff7e409bbf5e4e42ab78abd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:18:22 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:18:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484efcdc

net-mail/dovecot: amd64 stable wrt bug #564154

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/net-mail/dovecot/dovecot-2.2.19.ebuild 
b/net-mail/dovecot/dovecot-2.2.19.ebuild
index fe51bd2..5bef5f2 100644
--- a/net-mail/dovecot/dovecot-2.2.19.ebuild
+++ b/net-mail/dovecot/dovecot-2.2.19.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="http://www.dovecot.org/;
 
 SLOT="0"
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
 
 IUSE_DOVECOT_AUTH="kerberos ldap mysql pam postgres sqlite vpopmail"
 IUSE_DOVECOT_STORAGE="cydir imapc +maildir mbox mdbox pop3c sdbox"



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

2015-10-27 Thread Jason Zaman
commit: 73cb025a690e48db51586986926628296488627b
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Oct 27 12:18:33 2015 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Oct 27 12:20:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cb025a

Merge remote-tracking branch 'github/pr/260'

 net-libs/libtorrent/Manifest   |  1 +
 .../libtorrent/files/download_constructor.diff | 21 
 net-libs/libtorrent/libtorrent-0.13.6.ebuild   | 53 ++
 net-libs/libtorrent/metadata.xml   |  5 +-
 net-p2p/rtorrent/Manifest  |  1 +
 net-p2p/rtorrent/metadata.xml  | 11 ++--
 net-p2p/rtorrent/rtorrent-0.9.6.ebuild | 63 ++
 7 files changed, 128 insertions(+), 27 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent/, net-p2p/rtorrent/, net-libs/libtorrent/files/

2015-10-27 Thread Jason Zaman
commit: 68094515e99d37264f147c958f3e6470322c
Author: Anthony Ryan  gmail  com>
AuthorDate: Mon Oct 19 00:14:01 2015 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Oct 26 18:02:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68094515

net-p2p/rtorrent: version bump 0.9.6

* Bumped net-libs/libtorrent (required bump by dependency)
* Updated the HOMEPAGE and SRC_URI due to changes upstream
* [Repoman] Bumped EAPI, copyright and added slot operators
* Added additional metadata and fixed indentation of metadata.xml
* Added missing test dependency for libtorrent
* Removed posix_falloc test override (resolved upstream)
* Initial LibreSSL support

Fixes https://bugs.gentoo.org/562830

 net-libs/libtorrent/Manifest   |  1 +
 .../libtorrent/files/download_constructor.diff | 21 
 net-libs/libtorrent/libtorrent-0.13.6.ebuild   | 53 ++
 net-libs/libtorrent/metadata.xml   |  5 +-
 net-p2p/rtorrent/Manifest  |  1 +
 net-p2p/rtorrent/metadata.xml  | 11 ++--
 net-p2p/rtorrent/rtorrent-0.9.6.ebuild | 63 ++
 7 files changed, 128 insertions(+), 27 deletions(-)

diff --git a/net-libs/libtorrent/Manifest b/net-libs/libtorrent/Manifest
index 588fdf9..5a4d111 100644
--- a/net-libs/libtorrent/Manifest
+++ b/net-libs/libtorrent/Manifest
@@ -1,2 +1,3 @@
 DIST libtorrent-0.13.3.tar.gz 732847 SHA256 
34317d6783b7f8d0805274c9467475b5432a246c0de8e28fc16e3b0b43f35677 SHA512 
40f504db26d52b0c65fc1008c7b1465bde0e316c776028c5448bf15c6fd38389fad780b0c200933e51f63974a43942603e0103d45a98a3dd57f23f01a306ef25
 WHIRLPOOL 
7ed5c4903413c9a1587a561a9ec4bedf86f1ed78c8f81c0d0ebe7bf7de9f45187cb41520d3187d62d3718c2fb379857fac255311618b42bfcf77794ee8636ff2
 DIST libtorrent-0.13.4.tar.gz 768382 SHA256 
704e097119dc89e2ee4630396b25de1cd64b0549841347ea75b9ef9217084955 SHA512 
6a5ea944c1193d1160563828c5901f0cf557f38c4de61153d505344f3c3c8509c765e01b6cc5e3a53ec2bb184a9e8db32ed4ec154e93a93822804210f0fa45d0
 WHIRLPOOL 
dc3361a1fed59d64e8b6c2fed46d8e20134cd7f0c3b1cad2a1776375a4a3ff796a63fdfb027fa3f81fbb0b409db76592985444702ddf5e034e7c6384b602c4d4
+DIST libtorrent-0.13.6.tar.gz 781253 SHA256 
2838a08c96edfd936aff8fbf99ecbb930c2bfca3337dd1482eb5fccdb80d5a04 SHA512 
b8aea4060357a8a40d15d42f1f698ef6f3ebdc885000bfbfa5bf9c81af8c88b5503a107e05c214e3e8489126928d336356c5e7e0eaf836b6b84a3cf74633b050
 WHIRLPOOL 
9bfc9444efef33dce9792b7dc50fd150ebf7462ea656f82ed7cf1b9c3873eb94742c1e3ecdea6d1c382383ca6ebd4ac1e1ea4169328534d056944fb26c2aa4fd

diff --git a/net-libs/libtorrent/files/download_constructor.diff 
b/net-libs/libtorrent/files/download_constructor.diff
deleted file mode 100644
index e806cab..000
--- a/net-libs/libtorrent/files/download_constructor.diff
+++ /dev/null
@@ -1,21 +0,0 @@
 src/download/download_constructor.cc2011-03-08 17:48:43.0 
+0300
-+++ src/download/download_constructor.cc.new2011-03-08 17:36:42.0 
+0300
-@@ -97,7 +97,17 @@
-
-   parse_name(b.get_key("info"));
-   parse_info(b.get_key("info"));
--
-+ 
-+  // hack, quick fix for #2505 
-+  if (b.has_key_list("announce-list"))
-+if (b.get_key_list("announce-list").empty()) {
-+  b.erase_key("announce-list");
-+} else {
-+  Object::list_type & l = b.get_key_list("announce-list");
-+  if (l.size() == 1 && !l.begin()->is_list()) {
-+b.erase_key("announce-list");  
-+  }
-+}
-   parse_tracker(b);
- }
-

diff --git a/net-libs/libtorrent/libtorrent-0.13.6.ebuild 
b/net-libs/libtorrent/libtorrent-0.13.6.ebuild
new file mode 100644
index 000..42e1ba6
--- /dev/null
+++ b/net-libs/libtorrent/libtorrent-0.13.6.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils libtool toolchain-funcs
+
+DESCRIPTION="BitTorrent library written in C++ for *nix"
+HOMEPAGE="https://rakshasa.github.io/rtorrent/;
+SRC_URI="http://rtorrent.net/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+
+# The README says that the library ABI is not yet stable and dependencies on
+# the library should be an explicit, syncronized version until the library
+# has had more time to mature. Until it matures we should not include a soname
+# subslot.
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
+IUSE="debug ipv6 libressl ssl test"
+
+RDEPEND="
+   sys-libs/zlib
+   >=dev-libs/libsigc++-2.2.2:2
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/cppunit )"
+
+src_prepare() {
+   elibtoolize
+}
+
+src_configure() {
+   # configure needs bash or script bombs out on some null shift, bug 
#291229

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

2015-10-27 Thread Julian Ospald
commit: 14b6a859299cfcc81428e892e9718211280ca7d7
Author: Julian Ospald  gentoo  org>
AuthorDate: Tue Oct 27 12:36:30 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Tue Oct 27 12:36:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b6a859

net-misc/youtube-viewer: version bump to 3.1.9

 net-misc/youtube-viewer/Manifest   |  1 +
 .../youtube-viewer/youtube-viewer-3.1.9.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/net-misc/youtube-viewer/Manifest b/net-misc/youtube-viewer/Manifest
index 286ca46..1ebf539 100644
--- a/net-misc/youtube-viewer/Manifest
+++ b/net-misc/youtube-viewer/Manifest
@@ -1 +1,2 @@
 DIST youtube-viewer-3.1.1.tar.gz 210183 SHA256 
416289dac7c4bb29ad046e41bbf49faaca31f1827379e9e0082f5b282186531d SHA512 
1c7236cde68f21a80bb1f3ac29e19f86f52732c784adb70f6fc07177d74ada3a6ae1652e604fc12f62ce8ddf0c172593dd85a419a6d7d804f980fc09afda90f0
 WHIRLPOOL 
9045cc344bd627806526594daafbd8e17cfefa0e7aaf456c5c3a0c7ebec4bdd53f8ec708e051b37706ac3e1e29af3379e1df8ea21bfd370ca367950e6accf886
+DIST youtube-viewer-3.1.9.tar.gz 76 SHA256 
9b7ba2b50cea054898024bc871e231673269ab50db0526ee3f1a7ae62a51e8d2 SHA512 
60ff81defd4d8d1bc1f6b5bceaa03c9bbe64e8fea2083ce60b04b6c14d8b13ded6da255b9aa46bfcb1b76cf33121ddb738d0f0c159e4bd207999ca558a43e86e
 WHIRLPOOL 
2e6a79992c7760d93c2e28f1e4f5c14861b6fefed8e0bebb9a7d88c6cf27000904971b12274a972ca66471ffee7c3bfee8c90218c16ddd0ec96cc8f46779bffd

diff --git a/net-misc/youtube-viewer/youtube-viewer-3.1.9.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-3.1.9.ebuild
new file mode 100644
index 000..59041b3
--- /dev/null
+++ b/net-misc/youtube-viewer/youtube-viewer-3.1.9.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit gnome2-utils eutils perl-module vcs-snapshot
+
+DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer"
+HOMEPAGE="https://trizen.googlecode.com;
+SRC_URI="https://github.com/trizen/youtube-viewer/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk"
+
+RDEPEND="
+   >=dev-lang/perl-5.16.0
+   dev-perl/Data-Dump
+   dev-perl/JSON
+   dev-perl/libwww-perl[ssl]
+   dev-perl/Term-ReadLine-Gnu
+   || ( media-video/mplayer[network]
+   media-video/mpv )
+   virtual/perl-Encode
+   virtual/perl-File-Path
+   virtual/perl-File-Spec
+   virtual/perl-Getopt-Long
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Term-ReadLine
+   virtual/perl-Text-ParseWords
+   virtual/perl-Text-Tabs+Wrap
+   gtk? (
+   dev-perl/File-ShareDir
+   >=dev-perl/gtk2-perl-1.244.0
+   virtual/freedesktop-icon-theme
+   x11-libs/gdk-pixbuf:2[X,jpeg]
+   )"
+DEPEND="dev-perl/Module-Build"
+
+SRC_TEST="do"
+
+src_prepare() {
+   perl-module_src_prepare
+}
+
+# build system installs files on "perl Build.PL" too
+# do all the work in src_install
+src_configure() { :; }
+src_compile() { :; }
+
+src_install() {
+   local myconf
+   if use gtk ; then
+   myconf="--gtk-youtube-viewer"
+   fi
+   perl-module_src_configure
+   perl-module_src_install
+
+   if use gtk ; then
+   domenu share/gtk-youtube-viewer.desktop
+   doicon share/icons/gtk-youtube-viewer.png
+   fi
+}
+
+pkg_preinst() {
+   use gtk && gnome2_icon_savelist
+   perl_set_version
+}
+
+pkg_postinst() {
+   use gtk && gnome2_icon_cache_update
+   einfo
+   elog "optional dependencies:"
+   elog "  dev-perl/LWP-UserAgent-Cached (cache support)"
+   elog "  dev-perl/Term-ReadLine-Gnu (for a better STDIN support)"
+   elog "  dev-perl/JSON-XS (faster JSON to HASH conversion)"
+   elog "  dev-perl/Mozilla-CA (just in case if there are SSL problems)"
+   elog "  dev-perl/Text-CharWidth (print the results in a fixed-width"
+   elog "format (--fixed-width, -W))"
+   elog "  virtual/perl-threads (threads support)"
+   einfo
+}
+
+pkg_postrm() {
+   use gtk && gnome2_icon_cache_update
+}



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

2015-10-27 Thread Julian Ospald
commit: 1b0fa3b0475c2fa701add17916ede8dfd404ba54
Author: Julian Ospald  gentoo  org>
AuthorDate: Tue Oct 27 12:28:26 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Tue Oct 27 12:35:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0fa3b0

net-misc/youtube-viewer: update live ebuild

* switch to git-r3
* sync with stable ebuild
* fix dependencies

 net-misc/youtube-viewer/youtube-viewer-.ebuild | 48 ++
 1 file changed, 32 insertions(+), 16 deletions(-)

diff --git a/net-misc/youtube-viewer/youtube-viewer-.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-.ebuild
index c1d99f7..68d8ce7 100644
--- a/net-misc/youtube-viewer/youtube-viewer-.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit perl-module git-2
+inherit gnome2-utils eutils perl-module git-r3
 
 DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer"
 HOMEPAGE="https://trizen.googlecode.com;
@@ -19,13 +19,18 @@ IUSE="gtk"
 RDEPEND="
>=dev-lang/perl-5.16.0
dev-perl/Data-Dump
-   dev-perl/libwww-perl
-   || ( media-video/mplayer[X,network]
-   media-video/mplayer2[X,network]
-   media-video/mpv[X] )
+   dev-perl/JSON
+   dev-perl/libwww-perl[ssl]
+   dev-perl/Term-ReadLine-Gnu
+   || ( media-video/mplayer[network]
+   media-video/mpv )
+   virtual/perl-Encode
+   virtual/perl-File-Path
virtual/perl-File-Spec
virtual/perl-Getopt-Long
+   virtual/perl-Scalar-List-Utils
virtual/perl-Term-ANSIColor
+   virtual/perl-Term-ReadLine
virtual/perl-Text-ParseWords
virtual/perl-Text-Tabs+Wrap
gtk? (
@@ -36,11 +41,12 @@ RDEPEND="
)"
 DEPEND="dev-perl/Module-Build"
 
-EGIT_SOURCEDIR="${WORKDIR}"
-S=${WORKDIR}/WWW-YoutubeViewer
-
 SRC_TEST="do"
 
+src_prepare() {
+   perl-module_src_prepare
+}
+
 # build system installs files on "perl Build.PL" too
 # do all the work in src_install
 src_configure() { :; }
@@ -53,22 +59,32 @@ src_install() {
fi
perl-module_src_configure
perl-module_src_install
+
+   if use gtk ; then
+   domenu share/gtk-youtube-viewer.desktop
+   doicon share/icons/gtk-youtube-viewer.png
+   fi
+}
+
+pkg_preinst() {
+   use gtk && gnome2_icon_savelist
+   perl_set_version
 }
 
 pkg_postinst() {
+   use gtk && gnome2_icon_cache_update
einfo
elog "optional dependencies:"
-   elog "  dev-perl/LWP-Protocol-https or dev-perl/libwww-perl[ssl]"
-   elog "  and virtual/perl-MIME-Base64"
-   elog "(for HTTPS protocol and login support)"
+   elog "  dev-perl/LWP-UserAgent-Cached (cache support)"
elog "  dev-perl/Term-ReadLine-Gnu (for a better STDIN support)"
+   elog "  dev-perl/JSON-XS (faster JSON to HASH conversion)"
+   elog "  dev-perl/Mozilla-CA (just in case if there are SSL problems)"
elog "  dev-perl/Text-CharWidth (print the results in a fixed-width"
elog "format (--fixed-width, -W))"
-   elog "  dev-perl/XML-Fast (faster XML to HASH conversion)"
-   elog "  net-misc/gcap (for retrieving Youtube closed captions)"
-   elog "  virtual/perl-File-Temp (for posting comments)"
-   elog "  virtual/perl-Scalar-List-Utils (to shuffle the playlists"
-   elog "(--shuffle, -s))"
elog "  virtual/perl-threads (threads support)"
einfo
 }
+
+pkg_postrm() {
+   use gtk && gnome2_icon_cache_update
+}



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

2015-10-27 Thread Julian Ospald
commit: 51cbdcd2357f096462e35aeef0c851b80077c322
Author: Julian Ospald  gentoo  org>
AuthorDate: Tue Oct 27 12:26:14 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Tue Oct 27 12:36:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cbdcd2

net-misc/youtube-viewer: add proxied maintainer

 net-misc/youtube-viewer/metadata.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/net-misc/youtube-viewer/metadata.xml 
b/net-misc/youtube-viewer/metadata.xml
index 0153788..8bfc8bf 100644
--- a/net-misc/youtube-viewer/metadata.xml
+++ b/net-misc/youtube-viewer/metadata.xml
@@ -4,6 +4,12 @@

hasuf...@gentoo.org
Julian Ospald
+   Primary maintainer, assign him on 
bugs.
+   
+   
+   zol...@sinustrom.info
+   Zoltan Puskas
+   Proxied maintainer, CC him on bugs.






[gentoo-commits] repo/gentoo:master commit in: www-servers/monkeyd/

2015-10-27 Thread Anthony G. Basile
commit: 5fd853071a74a0571d5f5196da3eb979bf041041
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 27 11:21:57 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 11:39:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd85307

www-servers/monkeyd: version bump to 1.6.4

Package-Manager: portage-2.2.20.1

 www-servers/monkeyd/Manifest |   1 +
 www-servers/monkeyd/monkeyd-1.6.4.ebuild | 141 +++
 2 files changed, 142 insertions(+)

diff --git a/www-servers/monkeyd/Manifest b/www-servers/monkeyd/Manifest
index 443362c..60f417f 100644
--- a/www-servers/monkeyd/Manifest
+++ b/www-servers/monkeyd/Manifest
@@ -1,2 +1,3 @@
 DIST monkey-1.5.6.tar.gz 902636 SHA256 
7c3d845306aa74ee6effd7ab6169d16ac4e6450e564954d0d0baa2d1e9be1a22 SHA512 
4c7c627cb047252252b22da5fba179a21fb5b8dc6280b96307af52757ad049d24b0daaaea51dca4f0429af5e6499c239f6b62a03654cc9e7ad98ae8f5149b64c
 WHIRLPOOL 
aba1a928023fc67224f254182eb9707c6594c7092d9ff98ecfa297c91d5c61f79235e7467192b5d46ac114ae67a3cee98e06704721348a40ee825755ab39d9a1
 DIST monkey-1.6.3.tar.gz 2032771 SHA256 
47973b12cc45c185b054e251a6c3d8a36cae70301f614b4132bb1ef504f01cfa SHA512 
21d317b55bc22e0ef34a2ff545103fbba3728a47e888db58506891e525e926397af81d0ad42ac134f67ab30548853ea4c98df264fab6238901dd05c5b0f55abe
 WHIRLPOOL 
acda82625c281f31212eb22d4cef0f64fa251fad25ba5e8aa9e2f4f2146d5bd626a6c66cdb2d17f6559cc858d09fd0afd2383bcdccbf225b8956e2f8b272726c
+DIST monkey-1.6.4.tar.gz 2033295 SHA256 
351a18a15f3ad8f64c75281105bb2f321da69d58a8034d23757b7ce29fdc9cb3 SHA512 
0de83a47806529fa04d60bdf3f69c1f2e2e5980a03d82a8322bb146afff8db85f7f689add876f739133ed262951533382909cd1a3f0f51a8750dde4b15459d25
 WHIRLPOOL 
6498f74d122b46912065ea060a596d1badc0144069270ea4e949d6debad025ba309e66e1f4e28fb9c595d560c3a37e1a5f01e6ac5a00d31eb5909a31abe3c105

diff --git a/www-servers/monkeyd/monkeyd-1.6.4.ebuild 
b/www-servers/monkeyd/monkeyd-1.6.4.ebuild
new file mode 100644
index 000..33b478d
--- /dev/null
+++ b/www-servers/monkeyd/monkeyd-1.6.4.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic toolchain-funcs multilib
+
+DESCRIPTION="A small, fast, and scalable web server"
+HOMEPAGE="http://www.monkey-project.com/;
+MY_P="${PN/d}-${PV}"
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/monkey/monkey.git;
+   inherit git-2
+   KEYWORDS=""
+else
+   SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+# jemalloc is also off until we figure out how to work CMakeLists.txt magic.
+#IUSE="cgi -debug fastcgi jemalloc php static-plugins ${PLUGINS}"
+
+PLUGINS="monkeyd_plugins_auth monkeyd_plugins_cheetah 
monkeyd_plugins_dirlisting +monkeyd_plugins_liana monkeyd_plugins_logger 
monkeyd_plugins_mandril monkeyd_plugins_tls"
+IUSE="cgi -debug fastcgi php static-plugins ${PLUGINS}"
+
+# uclibc is often compiled without backtrace info so we should
+# force this off.  If someone complains, consider relaxing it.
+REQUIRED_USE="
+   monkeyd_plugins_tls? ( !static-plugins )
+   elibc_uclibc? ( !debug )
+   cgi? ( php )"
+
+#DEPEND="jemalloc? ( >=dev-libs/jemalloc-3.3.1 )"
+DEPEND="
+   dev-util/cmake
+   monkeyd_plugins_tls? ( net-libs/mbedtls:= )"
+RDEPEND="
+   php? ( dev-lang/php )
+   cgi? ( dev-lang/php[cgi] )"
+
+S="${WORKDIR}/${MY_P}"
+
+WEBROOT="/var/www/localhost"
+
+pkg_setup() {
+   if use debug; then
+   ewarn
+   ewarn 
"\033[1;33m**\033[00m"
+   ewarn "Do not use debug in production!"
+   ewarn 
"\033[1;33m**\033[00m"
+   ewarn
+   fi
+}
+
+src_prepare() {
+   # Unconditionally get rid of the bundled jemalloc
+   rm -rf "${S}"/deps
+   epatch "${FILESDIR}"/${PN}-1.6.3-system-mbedtls.patch
+}
+
+src_configure() {
+   local myconf=""
+
+   use elibc_uclibc && myconf+=" --uclib-mode"
+   use elibc_musl && myconf+=" --musl-mode"
+
+   #use jemalloc || myconf+=" --malloc-libc"
+   myconf+=" --malloc-libc"
+
+   if use debug; then
+   myconf+=" --debug --trace"
+   else
+   myconf+=" --no-backtrace"
+   fi
+
+   local enable_plugins=""
+   local disable_plugins=""
+   # We use 'cgi' and 'fastcgi' because they are global flags
+   # instead of the corresponding monkeyd_plugins_*
+   use cgi && enable_plugins+="cgi," || disable_plugins+="cgi,"
+   use fastcgi && enable_plugins+="fastcgi," || disable_plugins+="fastcgi,"
+   # For the rest, we scan the monkeyd_plugins_* and parse out the plugin 
name.
+   for p in ${PLUGINS}; do
+   

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

2015-10-27 Thread Julian Ospald
commit: adb867154820efa3ef967544e6df792d557dc9db
Author: Julian Ospald  gentoo  org>
AuthorDate: Tue Oct 27 11:55:55 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Tue Oct 27 11:56:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb86715

net-misc/youtube-viewer: update metadata.xml

 net-misc/youtube-viewer/metadata.xml | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/net-misc/youtube-viewer/metadata.xml 
b/net-misc/youtube-viewer/metadata.xml
index 6bf16cf..0153788 100644
--- a/net-misc/youtube-viewer/metadata.xml
+++ b/net-misc/youtube-viewer/metadata.xml
@@ -2,7 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   maintainer-nee...@gentoo.org
+   hasuf...@gentoo.org
+   Julian Ospald



@@ -11,9 +12,13 @@

https://github.com/trizen/youtube-viewer/issues
trizen/youtube-viewer

+   
+   Install the gtk GUI, called 
gtk-youtube-viewer
+   

-   Youtube Viewer is a CLI application dedicated for searching and 
streaming
-   Youtube Videos with MPlayer. It has been written in Perl and 
plays videos
-   from Youtube at the best quality available without using a 
flash player. 
+   Youtube Viewer is a CLI application dedicated for searching and
+   streaming Youtube Videos with MPlayer. It has been written in 
Perl
+   and plays videos from Youtube at the best quality available 
without
+   using a flash player.

 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/

2015-10-27 Thread Agostino Sarubbo
commit: c4b2539a3ad389eda553759ff5f38b59d1aaf64c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:18:05 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:18:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b2539a

gnome-extra/synapse: amd64 stable wrt bug #563924

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 gnome-extra/synapse/synapse-0.2.99.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/synapse/synapse-0.2.99.1.ebuild 
b/gnome-extra/synapse/synapse-0.2.99.1.ebuild
index 6fd9453..f07b0d9 100644
--- a/gnome-extra/synapse/synapse-0.2.99.1.ebuild
+++ b/gnome-extra/synapse/synapse-0.2.99.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://launchpad.net/synapse-project/0.3/${PV}/+download/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 # "ayatana" support pending on GTK+-3.x version of synapse wrt #411613
 IUSE="plugins +zeitgeist"
 



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

2015-10-27 Thread Agostino Sarubbo
commit: 882f7e55fbb42f17d69a92317c58f3de65fe9309
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:17:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:17:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882f7e55

net-misc/dahdi: amd64 stable wrt bug #564014

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/net-misc/dahdi/dahdi-2.10.2-r2.ebuild 
b/net-misc/dahdi/dahdi-2.10.2-r2.ebuild
index 8f967ce..d8bc7f4 100644
--- a/net-misc/dahdi/dahdi-2.10.2-r2.ebuild
+++ b/net-misc/dahdi/dahdi-2.10.2-r2.ebuild
@@ -36,7 +36,7 @@ 
http://www.junghanns.net/downloads/jnet-dahdi-drivers-${JNET}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="flash"
 RESTRICT="test"
 



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

2015-10-27 Thread Agostino Sarubbo
commit: 9a0e8065e04c844c0353ab3a8256c412b708
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 12:17:59 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 12:17:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0e8065

x11-misc/netwmpager: amd64 stable wrt bug #500498

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-misc/netwmpager/netwmpager-2.05.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/netwmpager/netwmpager-2.05.ebuild 
b/x11-misc/netwmpager/netwmpager-2.05.ebuild
index bfa1d12..afead28 100644
--- a/x11-misc/netwmpager/netwmpager-2.05.ebuild
+++ b/x11-misc/netwmpager/netwmpager-2.05.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="



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

2015-10-27 Thread Justin Lecher
commit: ca197c84d407ca833658ec8bd355719100297ec8
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 12:33:26 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 12:34:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca197c84

profiles: Mask USE=qt5 on stable for dev-python/matplotlib

PyQt5 isn't stable and reqiures larger effort where this version of
matplotlib fix nasty bugs

Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 159c181..bf96aa8 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -5,6 +5,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Justin Lecher  (27 Oct 2015)
+# No stable dev-python/PyQt5 for now
+dev-python/matplotlib qt5
+
 # Mike Gilbert  (03 Oct 2015)
 # Unmask python3.5 for python-exec
 dev-lang/python-exec -python_targets_python3_5



[gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/

2015-10-27 Thread Justin Lecher
commit: d459e1c7f608c32d7e6efd4ba5513d6077440a51
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 12:22:01 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 12:34:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d459e1c7

app-office/texstudio: Version Bump

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

 app-office/texstudio/Manifest|   1 +
 app-office/texstudio/texstudio-2.10.4.ebuild | 111 +++
 2 files changed, 112 insertions(+)

diff --git a/app-office/texstudio/Manifest b/app-office/texstudio/Manifest
index 4a92895..211faf6 100644
--- a/app-office/texstudio/Manifest
+++ b/app-office/texstudio/Manifest
@@ -1,2 +1,3 @@
 DIST texstudio-2.10.2.tar.gz 25669897 SHA256 
0cf97c752ba30aba8a0536492893b71ed454c62e6a6e34cff65a8a4eeb308e64 SHA512 
3c29b2ef0bb8ed290c66802ffc9419f39d5ff5c4905523ee3adb7177f1159739639d5e4eb9d038fd28472c6618e68b7839b9c816da462dd24046691ebcd9796c
 WHIRLPOOL 
e66da4486fa17aa940557af75a098cd03eeaefabe2bf16d38589a37fd065c313c911f76d44b7b81054ae8460a93da323d3472139445fa67df21bb661143ba607
+DIST texstudio-2.10.4.tar.gz 25810583 SHA256 
87e7b7c52d51791178fac4c48feeded7a920bc39bcfb710a745b467d80111c3c SHA512 
13c6624bf38ee2633f9a86eb9c7ba03503b63de1f954c3f7c4a24182127b9d4db1e8524a122552412a2ceccb288a0dad3d70e9368fd897d6ec123a16e37816e5
 WHIRLPOOL 
357796f638d3e558a9560a62d972555474850ebd6b5a61bdaa14037b728113222ce9c9f2438b851fdaa20687e1444a8913cd222d5849de67293b0589085a6dc9
 DIST texstudio-2.9.4.tar.gz 25292627 SHA256 
dc71590e3745ac193a640667737befd665d549e642e268eec7a8238d3b61b5ea SHA512 
6fd35a6490451f9cc3292245857e66d6b0d18d2fb06e0482a8e9bbb8695923c8d3da32a6aa6b8ec591c74ccd81f797ddb958e85db26c90d0096cc678a5f14a49
 WHIRLPOOL 
9ca5ad727d0096bd986b39b34691167bfafe6ae44c4193fdd1f6f02bdd8c4b8b0cd4ac31af3c1c2833c1ba13f0acf814d3ba14fb0709dc3bbd5ee50729968cdf

diff --git a/app-office/texstudio/texstudio-2.10.4.ebuild 
b/app-office/texstudio/texstudio-2.10.4.ebuild
new file mode 100644
index 000..fe75daf
--- /dev/null
+++ b/app-office/texstudio/texstudio-2.10.4.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit base fdo-mime prefix qmake-utils
+
+DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
+HOMEPAGE="http://texstudio.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="video qt4 +qt5"
+
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+COMMON_DEPEND="
+   app-text/hunspell
+   app-text/poppler:=[qt4?,qt5?]
+   >=dev-libs/quazip-0.7.1[qt4?,qt5?]
+   dev-qt/qtsingleapplication[qt4?,qt5?]
+   x11-libs/libX11
+   x11-libs/libXext
+   qt4? (
+   dev-qt/designer:4
+   >=dev-qt/qtgui-4.8.5:4
+   >=dev-qt/qtcore-4.6.1:4
+   >=dev-qt/qtscript-4.6.1:4
+   >=dev-qt/qtsvg-4.6.1:4
+   >=dev-qt/qttest-4.6.1:4
+   )
+   qt5? (
+   dev-qt/designer:5
+   dev-qt/qtcore:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtscript:5
+   dev-qt/qtsvg:5
+   dev-qt/qttest:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   )
+   video? ( media-libs/phonon[qt4?,qt5?] )"
+RDEPEND="${COMMON_DEPEND}
+   virtual/latex-base
+   app-text/psutils
+   app-text/ghostscript-gpl
+   media-libs/netpbm"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}"/${P/-/}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.6.4-hunspell-quazip.patch
+   "${FILESDIR}"/${PN}-2.8.2-desktop.patch
+   )
+
+src_prepare() {
+   find hunspell quazip utilities/poppler-data qtsingleapplication -delete 
|| die
+
+   if use video; then
+   sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
+   fi
+
+   sed \
+   -e '/hunspell.pri/d' \
+   -e '/quazip.pri/d' \
+   -e '/qtsingleapplication.pri/d' \
+   -e '/QUAZIP_STATIC/d' \
+   -i ${PN}.pro || die
+
+#  cat >> ${PN}.pro <<- EOF
+#  exists(texmakerx_my.pri):include(texmakerx_my.pri)
+#  EOF
+
+   cp "${FILESDIR}"/texmakerx_my.pri ${PN}.pri || die
+   eprefixify ${PN}.pri
+
+   epatch ${PATCHES[@]}
+}
+
+src_configure() {
+   if use qt5; then
+   eqmake5
+   else
+   eqmake4
+   fi
+}
+
+src_install() {
+   local i
+   for i in 16x16 22x22 32x32 48x48 64x64 128x128; do
+   insinto /usr/share/icons/hicolor/${i}
+   newins utilities/${PN}${i}.png ${PN}.png
+   done
+   emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
+}
+

[gentoo-commits] proj/linux-patches: New tag: 4.1-16

2015-10-27 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 27 15:31:16 2015 +

New tag: 4.1-16




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

2015-10-27 Thread Michael Palimaka
commit: 55eb518528a1627c0de95d9812c6d8defb7b6476
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Oct 27 15:44:03 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Oct 27 15:44:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55eb5185

media-libs/phonon-gstreamer: backport patch from upstream fixing build with 
media-libs/gstreamer-1.6.0

Gentoo-bug: 564206

Package-Manager: portage-2.2.20.1

 .../phonon-gstreamer-4.8.2-gstreamer-1.6.0.patch   | 61 ++
 .../phonon-gstreamer/phonon-gstreamer-4.8.2.ebuild |  2 +
 2 files changed, 63 insertions(+)

diff --git 
a/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.8.2-gstreamer-1.6.0.patch
 
b/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.8.2-gstreamer-1.6.0.patch
new file mode 100644
index 000..039aebc
--- /dev/null
+++ 
b/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.8.2-gstreamer-1.6.0.patch
@@ -0,0 +1,61 @@
+From da48b7fceed0238884f341530b5f4d84005dab57 Mon Sep 17 00:00:00 2001
+From: Alex Merry 
+Date: Sun, 18 Oct 2015 15:21:45 +0100
+Subject: [PATCH] Fix finding recent versions of GStreamer.
+
+Newer versions of GStreamer put gst-config.h under
+lib/gstreamer-1.0/include, so we need to make sure that directory will
+be added to the include path as well.
+
+REVIEW: 125690
+---
+ cmake/FindGStreamer.cmake | 26 +-
+ 1 file changed, 21 insertions(+), 5 deletions(-)
+
+diff --git a/cmake/FindGStreamer.cmake b/cmake/FindGStreamer.cmake
+index d7243d4..e30c349 100644
+--- a/cmake/FindGStreamer.cmake
 b/cmake/FindGStreamer.cmake
+@@ -36,6 +36,27 @@ FIND_PATH(GSTREAMER_INCLUDE_DIR gst/gst.h
+PATH_SUFFIXES gstreamer-1.0
+)
+ 
++IF (NOT GSTREAMER_INCLUDE_DIR)
++   MESSAGE(STATUS "GStreamer: WARNING: include dir not found")
++ENDIF (NOT GSTREAMER_INCLUDE_DIR)
++
++# Newer versions of GStreamer put gst-config.h under lib/gstreamer-1.0/include
++FIND_PATH(GSTREAMER_CONF_INCLUDE_DIR gst/gstconfig.h
++   PATHS
++   ${PKG_GSTREAMER_INCLUDE_DIRS}
++   PATH_SUFFIXES gstreamer-1.0
++   )
++
++IF (NOT GSTREAMER_CONF_INCLUDE_DIR)
++   MESSAGE(STATUS "GStreamer: WARNING: gstconfig.h not found")
++ENDIF (NOT GSTREAMER_CONF_INCLUDE_DIR)
++
++IF (GSTREAMER_INCLUDE_DIR AND GSTREAMER_CONF_INCLUDE_DIR)
++   IF (NOT GSTREAMER_CONF_INCLUDE_DIR STREQUAL GSTREAMER_INCLUDE_DIR)
++  LIST(APPEND GSTREAMER_INCLUDE_DIR "${GSTREAMER_CONF_INCLUDE_DIR}")
++   ENDIF()
++ENDIF (GSTREAMER_INCLUDE_DIR AND GSTREAMER_CONF_INCLUDE_DIR)
++
+ FIND_LIBRARY(GSTREAMER_LIBRARIES NAMES gstreamer-1.0
+PATHS
+${PKG_GSTREAMER_LIBRARY_DIRS}
+@@ -51,11 +72,6 @@ FIND_LIBRARY(GSTREAMER_APP_LIBRARY NAMES gstapp-1.0
+${PKG_GSTREAMER_LIBRARY_DIRS}
+)
+ 
+-IF (GSTREAMER_INCLUDE_DIR)
+-ELSE (GSTREAMER_INCLUDE_DIR)
+-   MESSAGE(STATUS "GStreamer: WARNING: include dir not found")
+-ENDIF (GSTREAMER_INCLUDE_DIR)
+-
+ IF (GSTREAMER_LIBRARIES)
+ ELSE (GSTREAMER_LIBRARIES)
+MESSAGE(STATUS "GStreamer: WARNING: library not found")
+-- 
+2.4.10
+

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.2.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.2.ebuild
index 9159564..4c6c7fd 100644
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.2.ebuild
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.2.ebuild
@@ -54,6 +54,8 @@ DEPEND="${RDEPEND}
 
 [[ ${PV} ==  ]] || S=${WORKDIR}/${MY_P}
 
+PATCHES=( "${FILESDIR}/${P}-gstreamer-1.6.0.patch" )
+
 pkg_setup() {
MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
 }



[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.mask/, ...

2015-10-27 Thread Michael Palimaka
commit: e9a967555f8c0557561fc8ebcfce8e1729155843
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Oct 27 15:59:08 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Oct 27 16:03:27 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e9a96755

Documentation: add new kdepim ebuilds

 .../.kde-applications-live/kdepim-live | 23 ++
 .../kde-applications-live.keywords | 23 ++
 Documentation/package.mask/kde-applications-live   | 23 ++
 Documentation/package.unmask/kde-applications-live | 23 ++
 4 files changed, 92 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live 
b/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
index af85830..5be8293 100644
--- a/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
+++ b/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
@@ -5,7 +5,13 @@
 ~kde-apps/akonadi-notes- **
 ~kde-apps/akonadi-search- **
 ~kde-apps/akonadi-socialutils- **
+~kde-apps/calendarsupport- **
+~kde-apps/composereditor- **
+~kde-apps/eventviews- **
 ~kde-apps/gpgmepp- **
+~kde-apps/grantleetheme- **
+~kde-apps/incidenceeditor- **
+~kde-apps/kaddressbookgrantlee- **
 ~kde-apps/kalarmcal- **
 ~kde-apps/kblog- **
 ~kde-apps/kcalcore- **
@@ -15,6 +21,7 @@
 ~kde-apps/kdepim-meta- **
 ~kde-apps/kdepim-kioslaves- **
 ~kde-apps/kdepim-runtime- **
+~kde-apps/kdgantt2- **
 ~kde-apps/kholidays- **
 ~kde-apps/kidentitymanagement- **
 ~kde-apps/kimap- **
@@ -26,4 +33,20 @@
 ~kde-apps/kpimtextedit- **
 ~kde-apps/ktnef- **
 ~kde-apps/libakonadi- **
+~kde-apps/libfollowupreminder- **
+~kde-apps/libgravatar- **
+~kde-apps/libkdepim- **
+~kde-apps/libkdepimdbusinterfaces- **
+~kde-apps/libkleo- **
+~kde-apps/libksieve- **
+~kde-apps/libsendlater- **
+~kde-apps/mailcommon- **
+~kde-apps/mailimporter- **
+~kde-apps/messagecomposer- **
+~kde-apps/messagecore- **
+~kde-apps/messagelist- **
+~kde-apps/messageviewer- **
+~kde-apps/noteshared- **
+~kde-apps/pimcommon- **
 ~kde-apps/syndication- **
+~kde-apps/templateparser- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index d55e279..e06f652 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -87,7 +87,13 @@
 ~kde-apps/akonadi-notes- **
 ~kde-apps/akonadi-search- **
 ~kde-apps/akonadi-socialutils- **
+~kde-apps/calendarsupport- **
+~kde-apps/composereditor- **
+~kde-apps/eventviews- **
 ~kde-apps/gpgmepp- **
+~kde-apps/grantleetheme- **
+~kde-apps/incidenceeditor- **
+~kde-apps/kaddressbookgrantlee- **
 ~kde-apps/kalarmcal- **
 ~kde-apps/kblog- **
 ~kde-apps/kcalcore- **
@@ -97,6 +103,7 @@
 ~kde-apps/kdepim-meta- **
 ~kde-apps/kdepim-kioslaves- **
 ~kde-apps/kdepim-runtime- **
+~kde-apps/kdgantt2- **
 ~kde-apps/kholidays- **
 ~kde-apps/kidentitymanagement- **
 ~kde-apps/kimap- **
@@ -108,7 +115,23 @@
 ~kde-apps/kpimtextedit- **
 ~kde-apps/ktnef- **
 ~kde-apps/libakonadi- **
+~kde-apps/libfollowupreminder- **
+~kde-apps/libgravatar- **
+~kde-apps/libkdepim- **
+~kde-apps/libkdepimdbusinterfaces- **
+~kde-apps/libkleo- **
+~kde-apps/libksieve- **
+~kde-apps/libsendlater- **
+~kde-apps/mailcommon- **
+~kde-apps/mailimporter- **
+~kde-apps/messagecomposer- **
+~kde-apps/messagecore- **
+~kde-apps/messagelist- **
+~kde-apps/messageviewer- **
+~kde-apps/noteshared- **
+~kde-apps/pimcommon- **
 ~kde-apps/syndication- **
+~kde-apps/templateparser- **
 ~kde-apps/dolphin-plugins- **
 ~kde-apps/kapptemplate- **
 ~kde-apps/kate- **

diff --git a/Documentation/package.mask/kde-applications-live 
b/Documentation/package.mask/kde-applications-live
index ccebf59..02fafe3 100644
--- a/Documentation/package.mask/kde-applications-live
+++ b/Documentation/package.mask/kde-applications-live
@@ -87,7 +87,13 @@
 ~kde-apps/akonadi-notes-
 ~kde-apps/akonadi-search-
 ~kde-apps/akonadi-socialutils-
+~kde-apps/calendarsupport-
+~kde-apps/composereditor-
+~kde-apps/eventviews-
 ~kde-apps/gpgmepp-
+~kde-apps/grantleetheme-
+~kde-apps/incidenceeditor-
+~kde-apps/kaddressbookgrantlee-
 ~kde-apps/kalarmcal-
 ~kde-apps/kblog-
 ~kde-apps/kcalcore-
@@ -97,6 +103,7 @@
 ~kde-apps/kdepim-meta-
 ~kde-apps/kdepim-kioslaves-
 ~kde-apps/kdepim-runtime-
+~kde-apps/kdgantt2-
 ~kde-apps/kholidays-
 ~kde-apps/kidentitymanagement-
 

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

2015-10-27 Thread Michael Palimaka
commit: 36e2f8e4796bedbf5385c258000134ee003fb247
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Oct 27 15:58:43 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Oct 27 16:03:27 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=36e2f8e4

Documentation: Update contributors

 Documentation/CONTRIBUTORS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/CONTRIBUTORS b/Documentation/CONTRIBUTORS
index 8d9cb38..6f08d48 100644
--- a/Documentation/CONTRIBUTORS
+++ b/Documentation/CONTRIBUTORS
@@ -48,6 +48,7 @@ Joao Carreira 
 Johannes Huber 
 Jonathan Callen 
 Jorge Manuel B. S. Vicetto 
+Julian Ospald 
 Karol Herbst 
 Lars Wendler 
 Locke Shinseiko 
@@ -69,6 +70,7 @@ Michael Skiba 
 My Th 
 Oldřich Jedlička 
 Ondrej Sukup 
+Pablo Cholaky 
 Patrick Lauer 
 Pavlos Ratis 
 Petteri Räty 



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/

2015-10-27 Thread Agostino Sarubbo
commit: c8905eeb4cc6cd2efab9ab9c51014b4cac0d67b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:51 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8905eeb

dev-dotnet/dbus-sharp-glib: amd64 stable wrt bug #563298

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild | 2 +-
 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
index bcc9c7e..d8abcf3 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
index 319bd4e..7e6b6dc 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="2.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono



[gentoo-commits] repo/gentoo:master commit in: sys-fs/exfat-utils/

2015-10-27 Thread Agostino Sarubbo
commit: b4a505bd679caf71d5ed9fd438e36c63b5b70daf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 16:17:37 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 16:17:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a505bd

sys-fs/exfat-utils: x86 stable wrt bug #563936

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild 
b/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild
index c713b41..266ad53 100644
--- a/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild
+++ b/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz;
 # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to 
GPLv2+"
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc 
~x86 ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc 
x86 ~arm-linux ~x86-linux"
 
 src_install() {
emake DESTDIR="${D}" install



[gentoo-commits] repo/gentoo:master commit in: sys-fs/exfat-utils/

2015-10-27 Thread Agostino Sarubbo
commit: 059fe73f79e44fce321c6439f873994ef51541bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 16:17:13 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 16:17:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059fe73f

sys-fs/exfat-utils: amd64 stable wrt bug #563936

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild 
b/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild
index 6db7bfd..c713b41 100644
--- a/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild
+++ b/sys-fs/exfat-utils/exfat-utils-1.2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz;
 # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to 
GPLv2+"
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc 
~x86 ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc 
~x86 ~arm-linux ~x86-linux"
 
 src_install() {
emake DESTDIR="${D}" install



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

2015-10-27 Thread Agostino Sarubbo
commit: f05e8b5530c454a335e392d09c1669960056453f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:20:12 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:20:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05e8b55

dev-ruby/rack: amd64 stable wrt bug #563862

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-ruby/rack/rack-1.4.7.ebuild | 2 +-
 dev-ruby/rack/rack-1.5.5.ebuild | 2 +-
 dev-ruby/rack/rack-1.6.4.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rack/rack-1.4.7.ebuild b/dev-ruby/rack/rack-1.4.7.ebuild
index ef4e6c9..909a0db 100644
--- a/dev-ruby/rack/rack-1.4.7.ebuild
+++ b/dev-ruby/rack/rack-1.4.7.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://rack.github.com/;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.4.5-fix-test-ruby20.patch )

diff --git a/dev-ruby/rack/rack-1.5.5.ebuild b/dev-ruby/rack/rack-1.5.5.ebuild
index 03dfe97..252dd43 100644
--- a/dev-ruby/rack/rack-1.5.5.ebuild
+++ b/dev-ruby/rack/rack-1.5.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://rack.github.com/;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch )

diff --git a/dev-ruby/rack/rack-1.6.4.ebuild b/dev-ruby/rack/rack-1.6.4.ebuild
index 13f166c..0489e49 100644
--- a/dev-ruby/rack/rack-1.6.4.ebuild
+++ b/dev-ruby/rack/rack-1.6.4.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://rack.github.com/;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch )



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

2015-10-27 Thread Agostino Sarubbo
commit: 0e63e56bd10013e1a93e54520db99366829e08e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:14 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e63e56b

dev-python/alabaster: amd64 stable wrt bug #543914

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/alabaster/alabaster-0.7.6.ebuild 
b/dev-python/alabaster/alabaster-0.7.6.ebuild
index d548dc0..e946d92 100644
--- a/dev-python/alabaster/alabaster-0.7.6.ebuild
+++ b/dev-python/alabaster/alabaster-0.7.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bitprophet/alabaster;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 SLOT="0"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2015-10-27 Thread Agostino Sarubbo
commit: 8d47de4a2d01c23b495ec408ab67a221d0405604
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:23 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d47de4a

dev-python/snowballstemmer: amd64 stable wrt bug #543914

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
index 052d121..b552eed 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
@@ -14,5 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE=""



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

2015-10-27 Thread Agostino Sarubbo
commit: 84357480719d0af1044f79506c25a029f655aa72
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:20:02 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:20:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84357480

dev-ruby/fcgi: amd64 stable wrt bug #563862

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild 
b/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild
index 1504ab8..168f504 100644
--- a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild
+++ b/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild
@@ -15,7 +15,7 @@ inherit multilib ruby-fakegem
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="https://github.com/alphallc/ruby-fcgi-ng;
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND+=" dev-libs/fcgi"



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

2015-10-27 Thread Agostino Sarubbo
commit: bf889bfb998d1077f5121670645baf9b589528e2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:19 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf889bfb

dev-python/pkginfo: amd64 stable wrt bug #543914

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild 
b/dev-python/pkginfo/pkginfo-1.2.1.ebuild
index af885c4..03c1b35 100644
--- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.2.1.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="Provides an API for querying the distutils metadata written in a 
PKG-INFO file"
 HOMEPAGE="https://pypi.python.org/pypi/pkginfo;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="doc examples"
 
 LICENSE="MIT"



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-frameworks-5.15/, ...

2015-10-27 Thread Michael Palimaka
commit: 30b1952a9ff976ae21e18810c1593b3288fdf49c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Oct 27 16:03:16 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Oct 27 16:03:27 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=30b1952a

Documentation: add dev-qt/qtopengl to kde-frameworks keywords

Gentoo-bug: 564270

 Documentation/package.accept_keywords/.kde-frameworks-5.15/more-deps | 1 +
 Documentation/package.accept_keywords/kde-frameworks-5.15.keywords   | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.15/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.15/more-deps
index 5f560ca..e349043 100644
--- a/Documentation/package.accept_keywords/.kde-frameworks-5.15/more-deps
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.15/more-deps
@@ -8,6 +8,7 @@
 >=dev-qt/qtdeclarative-5.4.2:5
 >=dev-qt/qtgui-5.4.2:5
 >=dev-qt/qtnetwork-5.4.2:5
+>=dev-qt/qtopengl-5.4.2:5
 >=dev-qt/qtprintsupport-5.4.2:5
 >=dev-qt/qtquick1-5.4.2:5
 >=dev-qt/qtquickcontrols-5.4.2:5

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.15.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.15.keywords
index d18fb93..2a432b5 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-5.15.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.15.keywords
@@ -79,6 +79,7 @@
 >=dev-qt/qtdeclarative-5.4.2:5
 >=dev-qt/qtgui-5.4.2:5
 >=dev-qt/qtnetwork-5.4.2:5
+>=dev-qt/qtopengl-5.4.2:5
 >=dev-qt/qtprintsupport-5.4.2:5
 >=dev-qt/qtquick1-5.4.2:5
 >=dev-qt/qtquickcontrols-5.4.2:5



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

2015-10-27 Thread Agostino Sarubbo
commit: 4010938f5ab64146cf0d706c2ece2edd7d91d7d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:33 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4010938f

dev-python/sphinx_rtd_theme: amd64 stable wrt bug #543914

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
index a4080a4..91eee72 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2015-10-27 Thread Agostino Sarubbo
commit: e82249001df0e82fe1c0c548d5fc4b2e101ea4d3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:09 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8224900

dev-python/matplotlib: amd64 stable wrt bug #543914

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild 
b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
index bf6eb50..a31fa3f 100644
--- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
 # matplotlib/backends/qt4_editor: MIT
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="cairo doc excel examples fltk gtk gtk3 latex pyside qt4 qt5 test tk 
wxwidgets"
 
 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"



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

2015-10-27 Thread Agostino Sarubbo
commit: 28d885e2a6cab0ba8821fae2d91c9143441de39c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:18:52 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:18:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d885e2

sys-apps/mawk: amd64 stable wrt bug #564120

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 sys-apps/mawk/mawk-1.3.4_p20150503.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/mawk/mawk-1.3.4_p20150503.ebuild 
b/sys-apps/mawk/mawk-1.3.4_p20150503.ebuild
index 720265d..972d56f 100644
--- a/sys-apps/mawk/mawk-1.3.4_p20150503.ebuild
+++ b/sys-apps/mawk/mawk-1.3.4_p20150503.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://invisible-island.net/mawk/${MY_P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x86-macos"
 
 RDEPEND="app-eselect/eselect-awk"
 DEPEND="${RDEPEND}"



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

2015-10-27 Thread Agostino Sarubbo
commit: dc95f79b646dbcf7b588ee1426cba5682dd399ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:20:07 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:20:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc95f79b

dev-ruby/bacon: amd64 stable wrt bug #563862

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-ruby/bacon/bacon-1.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/bacon/bacon-1.2.0-r2.ebuild 
b/dev-ruby/bacon/bacon-1.2.0-r2.ebuild
index d3e55cb..8491e4c 100644
--- a/dev-ruby/bacon/bacon-1.2.0-r2.ebuild
+++ b/dev-ruby/bacon/bacon-1.2.0-r2.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="http://chneukirchen.org/repos/bacon;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""



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

2015-10-27 Thread Agostino Sarubbo
commit: abff3049c95489fa6c71b54830eccf0c3a32f121
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:38 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abff3049

dev-python/xlwt: amd64 stable wrt bug #543914

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/xlwt/xlwt-1.0.0.ebuild 
b/dev-python/xlwt/xlwt-1.0.0.ebuild
index aec09cf..5c9c877 100644
--- a/dev-python/xlwt/xlwt-1.0.0.ebuild
+++ b/dev-python/xlwt/xlwt-1.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-awk/

2015-10-27 Thread Agostino Sarubbo
commit: eef71101c2264e7c63e6c4adb5ecbd0ffccf97de
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:18:57 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:18:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef71101

app-eselect/eselect-awk: amd64 stable wrt bug #564120

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-eselect/eselect-awk/eselect-awk-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild 
b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild
index 3d88ce4..b19eeaf 100644
--- a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild
+++ b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ottxor/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp/

2015-10-27 Thread Agostino Sarubbo
commit: ce1ecac747571610fd128eb5710abc23fa58ae39
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1ecac7

dev-dotnet/dbus-sharp: amd64 stable wrt bug #563298

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild | 2 +-
 dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
index e43724d..3e380b8 100644
--- a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://github/mono/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
index 3532386..396d997 100644
--- a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="2.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono



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

2015-10-27 Thread Agostino Sarubbo
commit: 21029965f9b5a90a2c7d06569559f25a51fa9963
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:29 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21029965

dev-python/sphinx: amd64 stable wrt bug #543914

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/sphinx/sphinx-1.3.1-r1.ebuild 
b/dev-python/sphinx/sphinx-1.3.1-r1.ebuild
index b241fdd..b4d738f 100644
--- a/dev-python/sphinx/sphinx-1.3.1-r1.ebuild
+++ b/dev-python/sphinx/sphinx-1.3.1-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc latex test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-perl/

2015-10-27 Thread Justin Lecher
commit: 5b884d991516e0bc74ff09d362e6c1e2f4399808
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 18:13:50 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 18:13:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b884d99

sci-chemistry/openbabel-perl: Fix for gcc-5

convert mycmakeargs to be an array

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

 sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild 
b/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild
index 71a41ba..0331dc7 100644
--- a/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild
+++ b/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild
@@ -25,6 +25,9 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/openbabel-${PV}"
 
 src_prepare() {
+   sed \
+   -e '/__GNUC__/s:== 4:>= 4:g' \
+   -i include/openbabel/shared_ptr.h || die
epatch \
"${FILESDIR}"/${P}-trunk_cmake.patch \
"${FILESDIR}"/${P}-bindings_only.patch
@@ -32,14 +35,15 @@ src_prepare() {
 }
 
 src_configure() {
-   local mycmakeargs="${mycmakeargs}
+   local mycmakeargs=(
-DCMAKE_INSTALL_RPATH=
-DBINDINGS_ONLY=ON

-DBABEL_SYSTEM_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libopenbabel.so"
-DOB_MODULE_PATH="${EPREFIX}/usr/$(get_libdir)/openbabel/${PV}"
-DLIB_INSTALL_DIR="${D}/${VENDOR_ARCH}"
-DPERL_BINDINGS=ON
-   -DRUN_SWIG=ON"
+   -DRUN_SWIG=ON
+   )
 
cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/

2015-10-27 Thread Justin Lecher
commit: ef77616271aa0631e2e255952e34ec183ffa522c
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 18:09:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 18:09:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef776162

sci-chemistry/openbabel-python: Fix for gcc-5

convert mycmakeargs to be an array

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

 sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild 
b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
index 2650d19..114ace5 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
@@ -45,11 +45,14 @@ src_prepare() {
-outdir scripts/python \
scripts/openbabel-python.i \
|| die "Regeneration of openbabel-python.cpp failed"
+   sed \
+   -e '/__GNUC__/s:== 4:>= 4:g' \
+   -i include/openbabel/shared_ptr.h || die
 }
 
 src_configure() {
my_impl_src_configure() {
-   local mycmakeargs="${mycmakeargs}
+   local mycmakeargs=(
-DCMAKE_INSTALL_RPATH=
-DBINDINGS_ONLY=ON

-DBABEL_SYSTEM_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libopenbabel.so"
@@ -60,7 +63,8 @@ src_configure() {
-DPYTHON_INCLUDE_DIR="${EPREFIX}/usr/include/${EPYTHON}"

-DPYTHON_INCLUDE_PATH="${EPREFIX}/usr/include/${EPYTHON}"

-DPYTHON_LIBRARY="${EPREFIX}/usr/$(get_libdir)/lib${EPYTHON}.so"
-   -DENABLE_TESTS=ON"
+   -DENABLE_TESTS=ON
+   )
 
cmake-utils_src_configure
}



[gentoo-commits] repo/gentoo:master commit in: dev-util/rbtools/

2015-10-27 Thread Michael Palimaka
commit: e0ee1dc905bf7e0234bbdd1f83648e69176063dc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Oct 27 17:10:55 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Oct 27 17:11:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ee1dc9

dev-util/rbtools: version bump

Package-Manager: portage-2.2.20.1

 dev-util/rbtools/Manifest |  1 +
 dev-util/rbtools/rbtools-0.7.5.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-util/rbtools/Manifest b/dev-util/rbtools/Manifest
index a13bef1..61fe110 100644
--- a/dev-util/rbtools/Manifest
+++ b/dev-util/rbtools/Manifest
@@ -1 +1,2 @@
 DIST RBTools-0.7.4.tar.gz 158594 SHA256 
1626d449eae9d03a8e3e5c0125f77a86eefdc615b86ba7ee1368b238521de198 SHA512 
c12d254f1eeb7a8d06a1ab7cbb952f45975da355b436a7514cf9fa0c3fe60b713daa79874c8cf7df05b13acb22441cf6ae06e442b238b5481a01cdaf15f6c5c9
 WHIRLPOOL 
b6116eb6445994dadb3c6003e8fdecf60d9fa17257988c9822b69c5cf19ae369e31c9a07315c14e27cdce35697f0eef16207306f0e6a5ec8fa47a9d0aa66680b
+DIST RBTools-0.7.5.tar.gz 160657 SHA256 
4f252a3d5ad4a2d25883b9adf0c6ee17ef56146bd9c0586e0aa2a2790748c069 SHA512 
f5c795929d8fb09b3f39c18e747096d56205c6fbf73e4a04a5898b5adc058d092e41f835ba6cea8b4b94bc5747cbbdf988131ad66e637cc77e0d59a4509786ef
 WHIRLPOOL 
ee414239c9289b1ac17b6fa6e63fcb42c058bde9cd3bb69a8d13e5c038c77a942de48d63091c5e8b499dc47e62f5b469d22ebbba66050138b35c355c02d98d89

diff --git a/dev-util/rbtools/rbtools-0.7.5.ebuild 
b/dev-util/rbtools/rbtools-0.7.5.ebuild
new file mode 100644
index 000..e67f185
--- /dev/null
+++ b/dev-util/rbtools/rbtools-0.7.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+MY_PN="RBTools"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Command line tools for use with Review Board"
+HOMEPAGE="http://www.reviewboard.org/;
+SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/$(get_version_component_range
 1-2)/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/six-1.8.0[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+DOCS=( AUTHORS NEWS README.md )
+
+S=${WORKDIR}/${MY_P}



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

2015-10-27 Thread Michael Palimaka
commit: f5d5af1b008f346dd86033bfcb2dac5cc8f4b8e9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Oct 27 17:02:04 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Oct 27 17:02:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d5af1b

x11-misc/albert: version bump

Package-Manager: portage-2.2.20.1

 x11-misc/albert/Manifest|  1 +
 x11-misc/albert/albert-0.8.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
index 389e3fd..ca8df97 100644
--- a/x11-misc/albert/Manifest
+++ b/x11-misc/albert/Manifest
@@ -1 +1,2 @@
 DIST albert-0.7.7.tar.gz 4490918 SHA256 
24fbe1f758eea8b8a0920413d2b7a3b44c0cfa88e3d98f302bd5604b4eb0acc3 SHA512 
890bb0ba53be64b58090ad1b73152980c5f3e426fa2582a13bca081978253e792c1569857b01f71b3d2513d37bee7af79b9aef502881c30f0afa29cd6d9f0bdf
 WHIRLPOOL 
924d24e1840eaab11aecaa82edf68c1b050a840b97393736b84601cab66b7914748206d6118b4a68668b8cb115408c6a63913637829d2eb9936ae14bf0416cd4
+DIST albert-0.8.0.tar.gz 4556624 SHA256 
1d0337d341f25e43486a40743e504f510e87e3cefeaff86cb2673ae7695015fa SHA512 
75acd4e042e05452a4658ca61453e8afab41ac06c806919937caf5e84e98c0ec1c12bcdb6179797292c6835d0cba81833122677bebb350472ca18df3bcc78d19
 WHIRLPOOL 
08397f7f114ecc016bf34bcf3fc6998e9ebc022318af44b30cf842195bfb552f8dbd7f2309f033c716378778ca84f2071f8b26322ac071a0fe5ceb476ba461e9

diff --git a/x11-misc/albert/albert-0.8.0.ebuild 
b/x11-misc/albert/albert-0.8.0.ebuild
new file mode 100644
index 000..d028470
--- /dev/null
+++ b/x11-misc/albert/albert-0.8.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Desktop agnostic launcher"
+HOMEPAGE="https://github.com/manuelschneid3r/albert;
+SRC_URI="https://github.com/manuelschneid3r/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-cpp/muParser
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+"
+RDEPEND="${DEPEND}
+   dev-qt/qtsvg:5
+"
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2015-10-27 Thread Mike Pagano
commit: 6691c116bc9393283592dda04b28e39ce3453c9b
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 27 17:52:40 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 27 17:52:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6691c116

sys-kernel/gentoo-sources: Linux patch 4.1.12

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.1.12.ebuild| 31 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 91945c7..4b7d380 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -94,6 +94,9 @@ DIST genpatches-4.1-14.extras.tar.xz 16176 SHA256 
587b262c33c48fd62b490d433226f8
 DIST genpatches-4.1-15.base.tar.xz 380284 SHA256 
35790aa1cc037386bb6e18f331d8991918610d99d72cba95fdca4ce6c62a807b SHA512 
c057a9fa1bd865ac4debf0b75a6eca5e790d6e5c0886a3b7cdcab5543e58d11e4add784194b0da18df97b6c964504c4c119bb17e2c982c7214acc8ab90d22464
 WHIRLPOOL 
b333e2b5800c9df35c2bd6df82243a0c41d086bbd335cfa5349e6846a945c2dd8bb2305687a2fdacec8da744aa0d0e3f84f8144ab9a9c7a7a75af119d3ab9cb6
 DIST genpatches-4.1-15.experimental.tar.xz 215916 SHA256 
00202a351d98b6f7fa2852e3926212eb22b88db6b0152ce8803f91d7afbf06c7 SHA512 
85ad1030b9950a9dbf24979a88ca26edbe720125a063920b2295bb5c5ad469b0860d6cd938956cdb06a545ef845ba5b7b8a8f165b1be10fca3508b942b1f4ead
 WHIRLPOOL 
583ba065a4216de3a0f81bfaa65fd50e7824c3c9ca95940b2ee3dd1a83ffd19408caaf0b19e7d36101b1102642b58fdcc0d232285a3a22555c4333be0a895e56
 DIST genpatches-4.1-15.extras.tar.xz 16180 SHA256 
41685fc8b7c575b6a6ca77e1fb3b73f0cf7441620397ae33f3a099d7750e156f SHA512 
f62062e8bdf1194724284711989712af403e0b8e5b61f38b897b033e7238bf09eaa3d70cbc4b8eef26758aa37d70678ecb8b63618de70635312844113d59b12e
 WHIRLPOOL 
e8421f08af19bf4f64591bcc1bae2b28f383c05a39487078dfb8c7fe58c7b6c605b9e573db564ba2c8e2004f1ca2fd687b14168d01101753cce6ab66fc1e450c
+DIST genpatches-4.1-16.base.tar.xz 390916 SHA256 
c36edc8f56a26e0ae74fa28e9a50d02d8196f5d29447d6d2cdbf17ad71f70902 SHA512 
981c4589a2f448a8c58276590eae9db25e716e0df584f4e431e7d29e69714695078112e30b84179038879071dcb94adb0753a94bcc3cf3e4c3a676244543f0aa
 WHIRLPOOL 
6f3bf0ec325a1d7363315fd7828da31901916c497cbb8adb212e515ee7fae1179f276116f9e484fb23f2200e2fa61ad315baa8de1c073c5412dd1ff3ce624cf9
+DIST genpatches-4.1-16.experimental.tar.xz 215996 SHA256 
0840ccdcad7c4b03cd4fd54940e3ca31d0d738184abe1c9340d5d0f9c3943009 SHA512 
95b8bc22413b24627ac1906830a345689c7e98a77beb1405e9a6c5b97f48c4fa7dbd15a2ffe66f24ef9dd8617a83a4913a26acbcb387f4a0add6d5f37c3343a9
 WHIRLPOOL 
b19fbda05c354c17df10a8fe3e482798926e6631c5b5f96685e2d99cc016f10c37fbe5aef633c8a77bc427d045b02390815469f5aa2850dd76d5cb374a916cc0
+DIST genpatches-4.1-16.extras.tar.xz 16176 SHA256 
a6e00246f5e8feef952529d7be51104657f0acfea1d17b5c7a1e9fd800bd62ee SHA512 
0ec02e89fef967286851d8cc0bd8c6d908d0b72c79ef55da30747cc151878340c3c882f9e1067edff3476851f136032674180e58cbc46a6a48d9f501c28c4f56
 WHIRLPOOL 
0aa25106c9346d8ec2eb3ff56b315312a07363e36039efcce7d52b2e73eebf4c6ffba65dac45ee49a3b6b0ffab05ed42905a86f3e7ead3d6be7bd998e5dbf8b6
 DIST genpatches-4.2-1.base.tar.xz 3836 SHA256 
c89ed0e0b4cf32d16023c4df67e047ee663fdd4bfe84375d373e594c787780c3 SHA512 
8b028fdd8b93be92ed457c5722b584d4648220fd86440f3fead1a55ee254d4a4d808f09367929683a4bc58439aa274778aaa7f3ed0e14e3d8a5bb1b497a84644
 WHIRLPOOL 
c1b6c8098339e72a248aabaff0e92d1e8fa5170a443b4beae62e3ec8c1235ba1bb7c1ae06a92b0041ef63c8c463a01f62313bed0f66d66e5d7d7721b4b3f0b49
 DIST genpatches-4.2-1.experimental.tar.xz 161668 SHA256 
ff7f476b7b75be0779195dd1d7d01ab326b572def562b2741353751d59d43724 SHA512 
ec2483b0df034d1d28a0bfc26395fe10fa7a1358f2fbc68d8d0217d3a1e3176bc15ef41c268d3b18b362198a85b44dcb59dfb6aac544e262407516103e9e8a90
 WHIRLPOOL 
fd66c1f678937efe852a68473eb9e8635ed2f24068cb8720466dc76abac32bb1d9e3eacc1f70b92d4b02402e6ec5af3a5639fff1e30f4c435a4dbf384110d25d
 DIST genpatches-4.2-1.extras.tar.xz 16180 SHA256 
a26b453b708e1463b361fa7d49c4ef3e7c4ebcc5d6ae2dfafa1e966d5cf78608 SHA512 
cf3dcd49dea36cdc30be17bdbcb929263310bff7907bebc5aa884511b50abcde5d68815013b038fa542f86c3ee2f9d86094b28bc2481261de26e2c8e4f08779c
 WHIRLPOOL 
9e8b6e5977ff574d2b15df42dd05eb77e57306df8135a263226a6924426b08920b31bcc78235e3e974c0bc6f820652abab7eef03694f67cfebb80570d6158d95

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.1.12.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.1.12.ebuild
new file mode 100644
index 000..05bbf85
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.1.12.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="16"
+K_DEBLOB_AVAILABLE="0"
+K_KDBUS_AVAILABLE="1"
+
+inherit kernel-2
+detect_version
+detect_arch
+

[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/files/cmake/, sys-devel/llvm/

2015-10-27 Thread Bernard Cafarelli
commit: c920eb1e343b78b6ddf21915654103e12c4c83dc
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Oct 27 18:32:38 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Oct 27 18:32:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c920eb1e

sys-devel/llvm: fix compilation on armv5

Bug #562706 by maekke
compiler-rt forces some -march flags when detecting arm

Package-Manager: portage-2.2.23

 .../cmake/llvm-3.7.0-compiler_rt_arm_march_flags.patch   | 16 
 sys-devel/llvm/llvm-3.7.0-r2.ebuild  |  4 
 2 files changed, 20 insertions(+)

diff --git 
a/sys-devel/llvm/files/cmake/llvm-3.7.0-compiler_rt_arm_march_flags.patch 
b/sys-devel/llvm/files/cmake/llvm-3.7.0-compiler_rt_arm_march_flags.patch
new file mode 100644
index 000..943a840
--- /dev/null
+++ b/sys-devel/llvm/files/cmake/llvm-3.7.0-compiler_rt_arm_march_flags.patch
@@ -0,0 +1,16 @@
+diff -Naur llvm-3.7.0.src.orig/projects/compiler-rt/cmake/config-ix.cmake 
llvm-3.7.0.src/projects/compiler-rt/cmake/config-ix.cmake
+--- llvm-3.7.0.src.orig/projects/compiler-rt/cmake/config-ix.cmake 
2015-07-30 06:28:50.0 +0200
 llvm-3.7.0.src/projects/compiler-rt/cmake/config-ix.cmake  2015-10-27 
17:10:47.365847079 +0100
+@@ -209,12 +209,6 @@
+   test_target_arch(mips "" "-mips32r2" "--target=mips-linux-gnu")
+   test_target_arch(mips64 "" "-mips64r2" "-mabi=n64")
+ endif()
+-  elseif("${COMPILER_RT_TEST_TARGET_ARCH}" MATCHES "arm")
+-test_target_arch(arm "" "-march=armv7-a")
+-  elseif("${COMPILER_RT_TEST_TARGET_ARCH}" MATCHES "aarch32")
+-test_target_arch(aarch32 "" "-march=armv8-a")
+-  elseif("${COMPILER_RT_TEST_TARGET_ARCH}" MATCHES "aarch64")
+-test_target_arch(aarch64 "" "-march=armv8-a")
+   endif()
+   set(COMPILER_RT_OS_SUFFIX "")
+ endif()

diff --git a/sys-devel/llvm/llvm-3.7.0-r2.ebuild 
b/sys-devel/llvm/llvm-3.7.0-r2.ebuild
index c63f370..8856b56 100644
--- a/sys-devel/llvm/llvm-3.7.0-r2.ebuild
+++ b/sys-devel/llvm/llvm-3.7.0-r2.ebuild
@@ -181,6 +181,10 @@ src_prepare() {
epatch 
"${FILESDIR}"/cmake/clang-0001-Install-clang-runtime-into-usr-lib-without-suffix.patch
epatch 
"${FILESDIR}"/cmake/compiler-rt-0001-cmake-Install-compiler-rt-into-usr-lib-without-suffi.patch
 
+   # Do not force -march flags on arm platforms
+   # https://bugs.gentoo.org/show_bug.cgi?id=562706
+   epatch 
"${FILESDIR}"/cmake/${P}-compiler_rt_arm_march_flags.patch
+
# Make it possible to override CLANG_LIBDIR_SUFFIX
# (that is used only to find LLVMgold.so)
# https://llvm.org/bugs/show_bug.cgi?id=23793



[gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/

2015-10-27 Thread Michael Palimaka
commit: 0d2e2548524439be9d8fd744e3787046baa3534d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Oct 27 17:49:32 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Oct 27 17:50:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2e2548

sci-libs/indilib: version bump

Package-Manager: portage-2.2.20.1

 sci-libs/indilib/Manifest |  1 +
 sci-libs/indilib/indilib-1.1.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest
index 9b996f9..4ca66ac 100644
--- a/sci-libs/indilib/Manifest
+++ b/sci-libs/indilib/Manifest
@@ -1,2 +1,3 @@
 DIST libindi_0.9.9.tar.gz 1275689 SHA256 
720b9096baef1489fd7d7d4a236177863a7f7cec86809f21d291b0d9758e4039 SHA512 
b905f59252b09cfb79d7b882ce7af8f4bd14d0b22cbff090962cfdd031c78454e5b63e930fc95a2356de5a60355afa3f83b4fa1298db9e7507778d3287df48cd
 WHIRLPOOL 
691b17e6e0a85383b7a34db7e188150ff304579850b2e9389f9ef7c1534a0610b833aa79d12eebc4294d073c3eb3322fb9a3584f9e23a182c8ab7bdf03461b9a
 DIST libindi_1.0.0.tar.gz 1324146 SHA256 
15cac006d2ae40214458eec560c52519d724f1e23e0f4641d9154d79a797c638 SHA512 
37cf881e2006966f544f970948d001a8f1f0c466537c0bf130af019c929a067ada8a422cc33ff2fc20010ab84968bd01aa3ba10b168ed21f5938e654913f9d90
 WHIRLPOOL 
420a19c14354dc6a02823df608ba532ce8b7f8dfd158e124b0ca0a7497373e6d159308708bd91946fa459b4c5a58301e1298aceab58ff922f41317aabe75476d
+DIST libindi_1.1.0.tar.gz 1374132 SHA256 
1ca093b551580e238ac605f156535feebc6c0f9b18d7911ed44a9186f9a446af SHA512 
c97767f3919d7ca9b7a3b35cda13127ecbbc6c03cf863755bad6f7f03b934b40bf857523ea7bbc22f0dcb2304d837161c295e4f769a3724240ad9539ac4158a7
 WHIRLPOOL 
82d8c5562b2cf31a78344d691db13b053fc966f4ce54968035da69e28a3c36ba11c759fb2c1d8695368dfb4eff5d71bb080847bf927d12b055e13fbe53a94800

diff --git a/sci-libs/indilib/indilib-1.1.0.ebuild 
b/sci-libs/indilib/indilib-1.1.0.ebuild
new file mode 100644
index 000..b3f527f
--- /dev/null
+++ b/sci-libs/indilib/indilib-1.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="lib${PN/lib/}"
+
+inherit cmake-utils udev
+
+DESCRIPTION="INDI Astronomical Control Protocol library"
+HOMEPAGE="http://www.indilib.org/;
+SRC_URI="mirror://sourceforge/${PN/lib/}/${MY_PN}_${PV}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0/1"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   sci-libs/cfitsio
+   sci-libs/libnova
+   sci-libs/gsl
+   sys-libs/zlib
+   virtual/jpeg:0
+   virtual/libusb:0
+"
+DEPEND="${RDEPEND}
+   sys-kernel/linux-headers
+"
+
+DOCS=( AUTHORS ChangeLog README TODO )
+
+S=${WORKDIR}/${MY_PN}_${PV}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUDEVRULES_INSTALL_DIR="$(get_udevdir)"
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel/

2015-10-27 Thread Justin Lecher
commit: 67637da7accee22cb299954e4aaa831fe2d6faec
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 17:37:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 18:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67637da7

sci-chemistry/openbabel: Fix for gcc-5

convert mycmakeargs to be an array

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

 sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild 
b/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild
index c123bb0..81b5302 100644
--- a/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild
+++ b/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild
@@ -41,13 +41,21 @@ pkg_setup() {
fi
 }
 
+src_prepare() {
+   sed \
+   -e '/__GNUC__/s:== 4:>= 4:g' \
+   -i include/openbabel/shared_ptr.h || die
+   cmake-utils_src_prepare
+}
+
 src_configure() {
need-wxwidgets unicode
-   local mycmakeargs=""
-   mycmakeargs="${mycmakeargs}
+   local mycmakeargs=()
+   mycmakeargs+=(
-DOPENBABEL_USE_SYSTEM_INCHI=ON
$(cmake-utils_use_enable openmp OPENMP)
-   $(cmake-utils_use wxwidgets BUILD_GUI)"
+   $(cmake-utils_use wxwidgets BUILD_GUI)
+   )
 
cmake-utils_src_configure
 }



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

2015-10-27 Thread Pacho Ramos
commit: 294ea32c1364f45d4fc9b6459f77bd44254e9711
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Oct 27 19:09:52 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Oct 27 19:09:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294ea32c

profiles/arch/powerpc/package.use.mask: mask due to missing keywords

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

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index a0c0120..89e90cd 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Pacho Ramos  (27 Oct 2015)
+# Missing keywords
+net-wireless/blueman appindicator
+
 # Chí-Thanh Christopher Nguyễn  (26 Oct 2015)
 # x11-drivers/xf86-video-amdgpu is not keyworded
 x11-base/xorg-drivers video_cards_amdgpu



[gentoo-commits] proj/elfix:elfix-0.9.x commit in: scripts/

2015-10-27 Thread Anthony G. Basile
commit: 10d612ffd70f3ecef2089cce6ef186424786a8b7
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 27 19:42:35 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 19:43:13 2015 +
URL:https://gitweb.gentoo.org/proj/elfix.git/commit/?id=10d612ff

scripts/paxmark.sh: don't do a login bash, bug #564142.

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

diff --git a/scripts/paxmark.sh b/scripts/paxmark.sh
index 71631b7..c273bd8 100755
--- a/scripts/paxmark.sh
+++ b/scripts/paxmark.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -l
+#!/bin/bash
 
 has() {
f=$1



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

2015-10-27 Thread Anthony G. Basile
commit: fde6c54239a9384ffc09a4393b318b3e8848961a
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 27 20:10:42 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 20:12:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde6c542

dev-python/pypax: version bump 0.9.2.

Package-Manager: portage-2.2.20.1

 dev-python/pypax/Manifest   |  1 +
 dev-python/pypax/pypax-0.9.2.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pypax/Manifest b/dev-python/pypax/Manifest
index 66009d6..8dbd3a2 100644
--- a/dev-python/pypax/Manifest
+++ b/dev-python/pypax/Manifest
@@ -1,3 +1,4 @@
 DIST elfix-0.8.4.tar.gz 374742 SHA256 
374be66da3dddef485bbb5e95bfcab6fd0c2db478255bddd10079730ada5260b SHA512 
10aacc3fff33c934e2d4487d174a2b0cec10ffb7a35fc72b160c786f82f0355f3a2dea716bc7fb929d2919cc32a26844f37f9d73064b755098bdaa72e8075bda
 WHIRLPOOL 
b04e099f188c0b76d8c07abd76559c1313854aa83a03ad69afb72674d93cde6ce538ae10d0fea3be5495937e72a4b98fdd36efbb2e3aa8ff23c1d9f7f943c1ae
 DIST elfix-0.9.0.tar.gz 372014 SHA256 
8b547d987edb2f7dc23ddf30f959d7d051a9ed49810f983b8fe6c489fe731cf0 SHA512 
fd9bab90d745f77429c902acd2a14f615132731b3c38929dce764f1e5f7ee8f6478a6fef7ce0cb38e7ebd9181ba57965ff0c97da5e01d0fbf2cfb940ed691ebf
 WHIRLPOOL 
c09fa2193b990a506cae17f370ec10fa6302e17d2a165e42eceb88644f8a92e297c839ad788204e213d8205695b65557a7dcef5f6417177c434c8d0a34bd5eb7
 DIST elfix-0.9.1.tar.gz 398588 SHA256 
0368d07bfdad4a14f039929a30d85a612dcd9d22ac87211f8e59d452bac23625 SHA512 
28fdde7841263cee766434b5eda1a4151999526aa3a1acaacd2e6355502df4b56db9faf64ce81bdc89606d366d0a6dd28c5c135290fe7f0285cee480f6002527
 WHIRLPOOL 
cd7dc6e191d97836f4b8859b73777e3b4b6fce5d290087400327f87a621e9879f5c233eef51bef981398d0d00ecc753f222655108994d25a4e0503799569ec82
+DIST elfix-0.9.2.tar.gz 398758 SHA256 
1a50ec57d6f5d1b25dcaaaf15f82849774e9e4e7e263cee3aa4936c5e3d6f071 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
 WHIRLPOOL 
aead1a63612ea187dc00aa52ee2c18431036176aae2e0e08d3138ced751f28947ee8045dd63dae67f89946d5b64e705a6b6d45b884d3d9da1d7e6e03b37ed700

diff --git a/dev-python/pypax/pypax-0.9.2.ebuild 
b/dev-python/pypax/pypax-0.9.2.ebuild
new file mode 100644
index 000..2b2ef71
--- /dev/null
+++ b/dev-python/pypax/pypax-0.9.2.ebuild
@@ -0,0 +1,49 @@
+# 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_3,3_4} pypy )
+
+inherit distutils-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
+   inherit git-2
+else
+   SRC_URI="https://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   S="${WORKDIR}/elfix-${PV}"
+fi
+
+DESCRIPTION="Python module to get or set either PT_PAX and/or XATTR_PAX flags"
+HOMEPAGE="https://dev.gentoo.org/~blueness/elfix/
+   https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+ptpax +xtpax"
+
+REQUIRED_USE="|| ( ptpax xtpax )"
+
+RDEPEND="
+   ptpax? ( dev-libs/elfutils )
+   xtpax? ( sys-apps/attr )"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${RDEPEND}"
+
+src_compile() {
+   cd scripts
+   unset PTPAX
+   unset XTPAX
+   use ptpax && export PTPAX="yes"
+   use xtpax && export XTPAX="yes"
+   distutils-r1_src_compile
+}
+
+src_install() {
+   cd scripts
+   distutils-r1_src_install
+}



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

2015-10-27 Thread Anthony G. Basile
commit: 96859df47a711b564376b381bb72477d9aa73aaf
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 27 20:11:50 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 20:12:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96859df4

sys-apps/elfix: version bump 0.9.2.

Package-Manager: portage-2.2.20.1

 sys-apps/elfix/Manifest   |  1 +
 sys-apps/elfix/elfix-0.9.2.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index 66009d6..8dbd3a2 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1,3 +1,4 @@
 DIST elfix-0.8.4.tar.gz 374742 SHA256 
374be66da3dddef485bbb5e95bfcab6fd0c2db478255bddd10079730ada5260b SHA512 
10aacc3fff33c934e2d4487d174a2b0cec10ffb7a35fc72b160c786f82f0355f3a2dea716bc7fb929d2919cc32a26844f37f9d73064b755098bdaa72e8075bda
 WHIRLPOOL 
b04e099f188c0b76d8c07abd76559c1313854aa83a03ad69afb72674d93cde6ce538ae10d0fea3be5495937e72a4b98fdd36efbb2e3aa8ff23c1d9f7f943c1ae
 DIST elfix-0.9.0.tar.gz 372014 SHA256 
8b547d987edb2f7dc23ddf30f959d7d051a9ed49810f983b8fe6c489fe731cf0 SHA512 
fd9bab90d745f77429c902acd2a14f615132731b3c38929dce764f1e5f7ee8f6478a6fef7ce0cb38e7ebd9181ba57965ff0c97da5e01d0fbf2cfb940ed691ebf
 WHIRLPOOL 
c09fa2193b990a506cae17f370ec10fa6302e17d2a165e42eceb88644f8a92e297c839ad788204e213d8205695b65557a7dcef5f6417177c434c8d0a34bd5eb7
 DIST elfix-0.9.1.tar.gz 398588 SHA256 
0368d07bfdad4a14f039929a30d85a612dcd9d22ac87211f8e59d452bac23625 SHA512 
28fdde7841263cee766434b5eda1a4151999526aa3a1acaacd2e6355502df4b56db9faf64ce81bdc89606d366d0a6dd28c5c135290fe7f0285cee480f6002527
 WHIRLPOOL 
cd7dc6e191d97836f4b8859b73777e3b4b6fce5d290087400327f87a621e9879f5c233eef51bef981398d0d00ecc753f222655108994d25a4e0503799569ec82
+DIST elfix-0.9.2.tar.gz 398758 SHA256 
1a50ec57d6f5d1b25dcaaaf15f82849774e9e4e7e263cee3aa4936c5e3d6f071 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
 WHIRLPOOL 
aead1a63612ea187dc00aa52ee2c18431036176aae2e0e08d3138ced751f28947ee8045dd63dae67f89946d5b64e705a6b6d45b884d3d9da1d7e6e03b37ed700

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
new file mode 100644
index 000..f303c41
--- /dev/null
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
+   inherit git-2
+else
+   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
+HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
+   https://dev.gentoo.org/~blueness/elfix/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+ptpax +xtpax"
+
+REQUIRED_USE="|| ( ptpax xtpax )"
+
+# These only work with a properly configured PaX kernel
+RESTRICT="test"
+
+DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
+   ptpax? ( dev-libs/elfutils )
+   xtpax? ( sys-apps/attr )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   [[ ${PV} == "" ]] && ./autogen.sh
+}
+
+src_configure() {
+   rm -f "${S}/scripts/setup.py"
+   econf --disable-tests \
+   $(use_enable ptpax) \
+   $(use_enable xtpax)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
+}



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

2015-10-27 Thread Manuel Rüger
commit: 54621f207226bead677c70c3742e1529a501ac1f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Oct 27 20:04:47 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Oct 27 20:04:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54621f20

dev-libs/libsodium: Remove old

Package-Manager: portage-2.2.23

 dev-libs/libsodium/Manifest   |  2 --
 dev-libs/libsodium/libsodium-1.0.3.ebuild | 35 ---
 dev-libs/libsodium/libsodium-1.0.4.ebuild | 35 ---
 3 files changed, 72 deletions(-)

diff --git a/dev-libs/libsodium/Manifest b/dev-libs/libsodium/Manifest
index c5ba5d0..b48395e 100644
--- a/dev-libs/libsodium/Manifest
+++ b/dev-libs/libsodium/Manifest
@@ -1,4 +1,2 @@
 DIST libsodium-1.0.2.tar.gz 1673394 SHA256 
961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19 SHA512 
15fc47516f0e35906c1c304205fa991e74a273e4e6fc2186b6c16f0e41523de24493e149262b97ef03e4adc221232372ef1f283c4c23f96e4c5d99023d361e14
 WHIRLPOOL 
18509d9911c1d0ec6e8b9a8735abfeb2c1623669d31045abc6d9dd1289571fbe3a055f960f42a86779e7c03967532d71d7b9d0597ecfe457672e69b27b577e48
-DIST libsodium-1.0.3.tar.gz 1679664 SHA256 
cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288 SHA512 
7d58ddf973bfc456c2d196129d2c3a9ddec6e40b977797251385cd42bdd1234987779566903b7c2251cae02aab7e1c5246967af4c887be8a3451ae3f745c1ae5
 WHIRLPOOL 
1722d2c9f8bb18fe5d74b1ffe3600fe0a17779569315558324fd3262d63c0db5c9368d3bf9a6bb421802882dd1fd2c701ad062938a5f414190670f8c7f244231
-DIST libsodium-1.0.4.tar.gz 1787241 SHA256 
e4f75d4b2bd860068e0401163207415c9d41048d7601409897ff2951839fd310 SHA512 
9fe83a06a85fca2bf6ab869acf3acc7d0c5f74fce924c794f1e84a3f0ea98b3b8030ff2a1bc9b5c4675b4749edd12e2ac4c1dad3130168865bad323f6222c9c3
 WHIRLPOOL 
687fa836ece3bbb845de3c894576e1b6cac07157636b386765a67731ab11bb3b709fdc9730af9b4e385d33b5b6e026ac609262ffe2dbcfd2f1cbc2a5b34fb234
 DIST libsodium-1.0.5.tar.gz 1787478 SHA256 
bfcafc678c7dac87866c50f9b99aa821750762edcf8e56fc6d13ba0ffbef8bab SHA512 
978867f7499ec07817a95213baea79fd45d3cdd48c343723490471f79a1b0df2fa0638a91c46a08717fe03a1d8b68789445cb34be969d91023ba7edc8750835c
 WHIRLPOOL 
a46f6ca3eb98151cbc230aa1fd344b4038415f717382fa912f1750c83ed73bcc778fd634cdb7ae9c81b79c94b2d3e949a63d10adaf1ec822ba4be4e4b6fd7620

diff --git a/dev-libs/libsodium/libsodium-1.0.3.ebuild 
b/dev-libs/libsodium/libsodium-1.0.3.ebuild
deleted file mode 100644
index a87bde8..000
--- a/dev-libs/libsodium/libsodium-1.0.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
-HOMEPAGE="https://github.com/jedisct1/libsodium;
-SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
-IUSE="+asm minimal static-libs +urandom"
-
-src_configure() {
-   local myconf
-
-   # --disable-pie needed on x86, bug #512734
-   use x86 && myconf="${myconf} --disable-pie"
-
-   econf \
-   $(use_enable asm) \
-   $(use_enable minimal) \
-   $(use_enable !urandom blocking-random) \
-   $(use_enable static-libs static) \
-   ${myconf}
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/dev-libs/libsodium/libsodium-1.0.4.ebuild 
b/dev-libs/libsodium/libsodium-1.0.4.ebuild
deleted file mode 100644
index a87bde8..000
--- a/dev-libs/libsodium/libsodium-1.0.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
-HOMEPAGE="https://github.com/jedisct1/libsodium;
-SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
-IUSE="+asm minimal static-libs +urandom"
-
-src_configure() {
-   local myconf
-
-   # --disable-pie needed on x86, bug #512734
-   use x86 && myconf="${myconf} --disable-pie"
-
-   econf \
-   $(use_enable asm) \
-   $(use_enable minimal) \
-   $(use_enable !urandom blocking-random) \
-   $(use_enable static-libs static) \
-   ${myconf}
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}



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

2015-10-27 Thread Manuel Rüger
commit: bdb957c565c1f31ecbac05dcfc47b21881eff955
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Oct 27 20:04:03 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Oct 27 20:04:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb957c5

dev-libs/libsodium: Version bump

Package-Manager: portage-2.2.23

 dev-libs/libsodium/Manifest   |  1 +
 dev-libs/libsodium/libsodium-1.0.5.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/libsodium/Manifest b/dev-libs/libsodium/Manifest
index a28f005..c5ba5d0 100644
--- a/dev-libs/libsodium/Manifest
+++ b/dev-libs/libsodium/Manifest
@@ -1,3 +1,4 @@
 DIST libsodium-1.0.2.tar.gz 1673394 SHA256 
961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19 SHA512 
15fc47516f0e35906c1c304205fa991e74a273e4e6fc2186b6c16f0e41523de24493e149262b97ef03e4adc221232372ef1f283c4c23f96e4c5d99023d361e14
 WHIRLPOOL 
18509d9911c1d0ec6e8b9a8735abfeb2c1623669d31045abc6d9dd1289571fbe3a055f960f42a86779e7c03967532d71d7b9d0597ecfe457672e69b27b577e48
 DIST libsodium-1.0.3.tar.gz 1679664 SHA256 
cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288 SHA512 
7d58ddf973bfc456c2d196129d2c3a9ddec6e40b977797251385cd42bdd1234987779566903b7c2251cae02aab7e1c5246967af4c887be8a3451ae3f745c1ae5
 WHIRLPOOL 
1722d2c9f8bb18fe5d74b1ffe3600fe0a17779569315558324fd3262d63c0db5c9368d3bf9a6bb421802882dd1fd2c701ad062938a5f414190670f8c7f244231
 DIST libsodium-1.0.4.tar.gz 1787241 SHA256 
e4f75d4b2bd860068e0401163207415c9d41048d7601409897ff2951839fd310 SHA512 
9fe83a06a85fca2bf6ab869acf3acc7d0c5f74fce924c794f1e84a3f0ea98b3b8030ff2a1bc9b5c4675b4749edd12e2ac4c1dad3130168865bad323f6222c9c3
 WHIRLPOOL 
687fa836ece3bbb845de3c894576e1b6cac07157636b386765a67731ab11bb3b709fdc9730af9b4e385d33b5b6e026ac609262ffe2dbcfd2f1cbc2a5b34fb234
+DIST libsodium-1.0.5.tar.gz 1787478 SHA256 
bfcafc678c7dac87866c50f9b99aa821750762edcf8e56fc6d13ba0ffbef8bab SHA512 
978867f7499ec07817a95213baea79fd45d3cdd48c343723490471f79a1b0df2fa0638a91c46a08717fe03a1d8b68789445cb34be969d91023ba7edc8750835c
 WHIRLPOOL 
a46f6ca3eb98151cbc230aa1fd344b4038415f717382fa912f1750c83ed73bcc778fd634cdb7ae9c81b79c94b2d3e949a63d10adaf1ec822ba4be4e4b6fd7620

diff --git a/dev-libs/libsodium/libsodium-1.0.5.ebuild 
b/dev-libs/libsodium/libsodium-1.0.5.ebuild
new file mode 100644
index 000..a87bde8
--- /dev/null
+++ b/dev-libs/libsodium/libsodium-1.0.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
+HOMEPAGE="https://github.com/jedisct1/libsodium;
+SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/13"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="+asm minimal static-libs +urandom"
+
+src_configure() {
+   local myconf
+
+   # --disable-pie needed on x86, bug #512734
+   use x86 && myconf="${myconf} --disable-pie"
+
+   econf \
+   $(use_enable asm) \
+   $(use_enable minimal) \
+   $(use_enable !urandom blocking-random) \
+   $(use_enable static-libs static) \
+   ${myconf}
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2015-10-27 Thread Manuel Rüger
commit: f6c4f4374008762f9c1dc4ba3d7218ae7d7e23fa
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Oct 27 20:12:40 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Oct 27 20:12:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c4f437

www-servers/nginx: Version bump

Package-Manager: portage-2.2.23

 www-servers/nginx/Manifest   |   2 +
 www-servers/nginx/nginx-1.9.6.ebuild | 695 +++
 2 files changed, 697 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 74b79b4..5691b2b 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -2,6 +2,7 @@ DIST modsecurity-2.9.0.tar.gz 4246467 SHA256 
e2bbf789966c1f80094d88d9085a81bde08
 DIST nginx-1.8.0.tar.gz 832104 SHA256 
23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5 SHA512 
3e5d7e1b01839b2638251c47046149450b9b65985e611ef55e5953846e9eb0128c3708c695540ad4dfd0ce5e3060dfecb51213403048fab1a99dd5cea94f0038
 WHIRLPOOL 
e4619e0e0454b86d725a21abe9300ad33ad700c4d577b33f1762b5af796093abd3c7b6afed38301dd0b2a235d6ff47db189b24fd19a5cbc777398bc237ae8534
 DIST nginx-1.9.4.tar.gz 866423 SHA256 
479b0c03747ee6b2d4a21046f89b06d178a2881ea80cfef160451325788f2ba8 SHA512 
6616b971361ded7a316a5718dffb2476dac0c625afb047595fbca0e24ea84391d3e0df88bc8d6a40747411094f8453a85c331d8089e51eecd1ac152898bb350a
 WHIRLPOOL 
a3e6699b81fbf33b24ae605a0cd113a76eac9f572a05e7b982f4dca3ede573fe425cddd21b136255ca7d0db8201babb2780fe7ba971dc4d62a4bc8545ddc8c67
 DIST nginx-1.9.5.tar.gz 884023 SHA256 
48e2787a6b245277e37cb7c5a31b1549a0bbacf288aa4731baacf9eaacdb481b SHA512 
a3f12ca919b9750141c323d58e5be32d1f6ed086c6ecf45c559baa911606cbae1bb3b2eafd84f67294b6b23366ef5be7d24edc1dae7b3fa5b3aff5ecbaefb31d
 WHIRLPOOL 
b1c6bb6062423f70904483041855caaf42e79edc1ba14e32d240bc541236afd4a8c287e23147ffa04136171c2bd37b5b77ee7ec872ee35fb8bce1ac6f4d0b866
+DIST nginx-1.9.6.tar.gz 884733 SHA256 
ed501fc6d0eff9d3bc1049cc1ba3a3ac8c602de046acb2a4c108392bbfa865ea SHA512 
d42199542585dc2c4feeeb5a86462b96ccd008a72a067d9fa83ed6171f098f4f515a62df2b4bf4b169b1aa78eccb6099701caea6a805de784a0f4bfe2ce92716
 WHIRLPOOL 
137643033860520610d707cb04f262e78e349e27ba6ed3fd5b91c95d4f8aeca49fa96721f58f809f81ed457040aa1c05d7f37400912376bc454829b491dd4983
 DIST nginx_http_sticky_module_ng-1.2.5.tar.bz2 124072 SHA256 
f975c033eb3c342f7247f6524774bbb727aaf630ed984576dbafe5de7a790c58 SHA512 
d6ae723f739efb2f0548461931b1c395801684759962beda08067111426b1c9787ceaede91b0e984c023108fd17864c53c53925506f7e8e25ec8d2fc065585f6
 WHIRLPOOL 
1013c6a51f5989c8131392b3d9704d42c99f9727a673f6205878d0b7dfd265bb6042c1d30089603c9b38e339d48302e6873e77fe380b7e8edba25b71e9e84ba6
 DIST nginx_http_sticky_module_ng-1.2.6.tar.bz2 124089 SHA256 
e47b9fd435d7a5a3200f945a9745aaa7b9446495bda76df48f211129f88d6b26 SHA512 
2632b04c94f523aa7c9726db182cba11d83e642c2db5798274e67fbef30de95d02e4e95cbfb98bc429d4244d630b5d9617405b43f728ae0117a5c134940c0ded
 WHIRLPOOL 
1b754c02f834c6b4d4930e9c46b8c5accb6c9663718fb9296c92d79bc33206e66e49e4234ca4db9a5afcd42fa23273bdf0e675aa7b38927c4e46a85318c189eb
 DIST ngx_devel_kit-0.2.19-r1.tar.gz 65029 SHA256 
501f299abdb81b992a980bda182e5de5a4b2b3e275fbf72ee34dd7ae84c4b679 SHA512 
915954acf16a27fbd3c93c154012d38e864f1d8dfd51cde401bba26e46eb3e3c778ec4c92f4f8ed83ac001e96cee72765554d0e4da06acf6a4be5184b23b3657
 WHIRLPOOL 
0ce6bffc0fe2cef28ee74f5862ca6d914ed18fdee18d900608ff2a9983594c707aab3e335957b79dd7e77ae1beed054d8f71965ca0f57fc5f1d41ac06106c5a4
@@ -15,6 +16,7 @@ DIST ngx_http_headers_more-0.26.tar.gz 28028 SHA256 
d6bdc51f9e778a3b23e41a51cae5
 DIST ngx_http_headers_more-0.261.tar.gz 28022 SHA256 
03d1f5fbecba8565f247d87a38f5e4b6440b0a56d752bdd2b29af2f1c4aea480 SHA512 
252b5adc86f114460a956b38cca448917124523730e95ffc822a953232da9835e5ee663c65077413d655a8887ac692872b5de115e3cf4123463df7a84f759c3f
 WHIRLPOOL 
d97828ac45a1641210544a8b3ee21d86a8c2160fa665352992822b9a4cd7b8b48f9816afc124007e73467237a53615bff23a5cfbfad48bd04fefb9843335f1ee
 DIST ngx_http_lua-0.9.15.tar.gz 520190 SHA256 
659fe4c201f4a4ae1007fa029cef472aaa837bf0904babb6158f83b86536c5b7 SHA512 
1d809f873ced8e50422298bb4b730b8e7aaf442c11570cbe892fd73a414ff4f6d6eca7be8b2d2dbf57a136136b17d80596ee2f2f195dcb59776e78df5a94ae92
 WHIRLPOOL 
caf128254f99d674eb370779c6e41c0b459be1c5a2baac7df1ff3498a38349bd2c140594eea3eb29c468a366e265421f90363886be73db0b3484cc6f386cb563
 DIST ngx_http_lua-0.9.16.tar.gz 523900 SHA256 
a3cda55b8cba5bc6632aa270b8a02d543fdb43f4d60a3bd2cb411c2a3b467656 SHA512 
01be7dca10c1c1f25d2b8e65c9944662d5ba0235ecccba1143f7c30dcb76fad847a4a2fa7a34055906a33d50ecf8fb463aac9f76581390035a88e48c9b9f5319
 WHIRLPOOL 
6f8c04f8d284d1fdcf69471a4590ad0381335ae64e6f0bc5b3ec4a13c8e7254d2363cbf23304f559997d7e5695832390bc187e18ee57b9c72c39c8ed5a98b7e0
+DIST ngx_http_lua-0.9.17.tar.gz 540687 SHA256 
68fba0cae22b11314968ba18d811991a95cade992aa76da3768af93d4b83b70f SHA512 

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

2015-10-27 Thread Anthony G. Basile
commit: b6bf5457f1680baa8945a6ef209a86b8dc919bd9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 27 19:49:53 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 19:49:53 2015 +
URL:https://gitweb.gentoo.org/proj/elfix.git/commit/?id=b6bf5457

ChangeLog: updated.

 ChangeLog | 8 
 1 file changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 6890a34..00c41ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-27
+
+   * scripts/paxmark.sh: do not do a bash -l so we get /usr/sbin
+   in our path.  Fixes bug #564142.  Thanks Alexander Tsoy
+   .
+   * configure.ac: check for  only if ptpax is enabled.
+   Thanks Jory Pratt .
+
 2015-09-03
 
* scripts/paxmark.sh: make.conf can be a directory



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2015-10-27 Thread Manuel Rüger
commit: 15e559c04cdc0155d31e9b65bd7d0e25f2387595
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Oct 27 19:55:45 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Oct 27 19:55:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e559c0

x11-drivers/xf86-input-libinput: Version bump

Package-Manager: portage-2.2.23

 x11-drivers/xf86-input-libinput/Manifest|  1 +
 .../xf86-input-libinput-0.15.0.ebuild   | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-drivers/xf86-input-libinput/Manifest 
b/x11-drivers/xf86-input-libinput/Manifest
index 783ddc0..70d2f14 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -2,5 +2,6 @@ DIST xf86-input-libinput-0.11.0.tar.bz2 294627 SHA256 
56babf46c13d15fbd15c9d4381
 DIST xf86-input-libinput-0.12.0.tar.bz2 295050 SHA256 
db8f919c24a381cec1e7840f1f2117251501c0c7ae2a43941d84753154a826d6 SHA512 
983a40b5b153deb8fff8c4ca6bfd6ede40304365a66f32c2b36942e207ed5fd930ae715aaba7333cd6c3cdddcccf5a8b841f223ce61264f6edafc841145d135f
 WHIRLPOOL 
2af6a411ebdb1404c6216db701e32a1692ee4b69e9298d997d9152f2ea800fa07e6b843bbd8405884bc1e84034ee79344b72737a5f93c9ae3ee3d1b3ba399987
 DIST xf86-input-libinput-0.13.0.tar.bz2 295850 SHA256 
b9535c58904f47e8f85fee045b4a2b549c91216ddc9b0ee733d47d1b049fe3da SHA512 
27dcb80d1b806a3f03afc8112325dfdd9864e8d744de2b91f084288beeca29e3926392dcd6d751c7ab8332d6547c5a912f7e64e885501dc40c956565cc758941
 WHIRLPOOL 
7c46d0596f10d40da5b7d206c0bab0f7c7b9e4503aff0120f111aa831ffcc5842a66a18df4a963e809ed807a21b8f76ec9e9ca73c942c2b861f7162b6609c7fa
 DIST xf86-input-libinput-0.14.0.tar.bz2 312256 SHA256 
e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265 SHA512 
229b45cb9e76ca96dce4247b421135ff74054f2cbcfd019d2ceb409fdb4bc8166e3fa1d068ba6e8f6d6ac0c44ade275e31cc6a1ee6d7f6de8918eced5c59d508
 WHIRLPOOL 
45400e7966d730fe809043ced977dc0faa456336157dba9049558f0489463c8ade5f9a130b77ea2e85ae82e27c320e1f70780acca53fae253f930a53c0ac823b
+DIST xf86-input-libinput-0.15.0.tar.bz2 314205 SHA256 
28707c504194648b11a1e26acf13039b60bf344efa6aa9788afed6d47f019a41 SHA512 
f9c9f5f09537cd4830bd17720135102a9b02454e0acc4a80230ddd066c39a106c91260f7774da364760fd4f3b59b8ba9ab6abc83ad49ae6e9dad1609b9b25cf4
 WHIRLPOOL 
3dad70a7ce44dd8812d4dd1ebdcf7325c521b5dce4763c87bdd89962df577a4d9b9cf457ca7d72cc987554034636429d2f047b8a7cf257bd79b2c233e56f3925
 DIST xf86-input-libinput-0.6.0.tar.bz2 287826 SHA256 
2f29be1ed7f9b9c597b6f5c6ef24c37a244a0ba87ccd1c2586ffa4d08452ad79 SHA512 
536324b4bf52b6a1905655d6d82af5d12d40503e48018e10b1922bcfd18bddad742a716bcc7588188993f46f9724874456e90a70e5a764432f968a66a9d2b639
 WHIRLPOOL 
5d8994c86b5682d7e5ae0e53b7c8d1b13fdba304603b9ecf3c97297ab732e59111f4c902403a6d0a19492f3e34a7b9a718fbbe105591da19260a3c1f3e2c2a4b
 DIST xf86-input-libinput-0.8.0.tar.bz2 290565 SHA256 
2152b0984feffe8151934ad9af29bde7fc621e0a54b0cdedbaf1abc367dea43a SHA512 
44d2c77b2cc9b29151f90458dbd6fb61b6cdfb23c878ea553e7b96f1085cd547080ab3afe804d0b6cb4d806ae2c9a4c4594b0164a54f3f44741016ec918b9d0e
 WHIRLPOOL 
2c43000edbf688ce6e7bf87f64d1a290e8e7183906e4c586223aa0ef5b9a443b161e0aeca428ec713b0f0aea8b59830040d98ab556566fdaea44b77ae0a16482

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.15.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.15.0.ebuild
new file mode 100644
index 000..a59a6b4
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.15.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="X.org input driver based on libinput"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libinput-1.1.0:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( "README.md" "conf/90-libinput.conf" )



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/

2015-10-27 Thread Manuel Rüger
commit: 3b2317cab2d5fe691e36d50479f109664755f9d5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Oct 27 20:27:21 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Oct 27 20:27:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2317ca

sci-geosciences/opencpn-plugin-logbookkonni: Fix Manifest

Package-Manager: portage-2.2.23

 sci-geosciences/opencpn-plugin-logbookkonni/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/opencpn-plugin-logbookkonni/Manifest 
b/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
index 8b3ec09..d8e156a 100644
--- a/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
+++ b/sci-geosciences/opencpn-plugin-logbookkonni/Manifest
@@ -1,3 +1,3 @@
 DIST opencpn-plugin-logbookkonni-1.2012.tar.gz 4222736 SHA256 
990b753776940f42cfc616842181f7f1603d3cdaef0c4ec5463f3c0a31f038ff SHA512 
b8ec20f97a807dce0f62ad4f93d083f03606499f81d8828d57d8b967d69a5b51f1c29319288a66bacb218b6adeae029b3557f50080ed29ed07324e2eac8e9da7
 WHIRLPOOL 
cd716e8d037ad9518913fe48ff19538f361b46e23b9f7df8c7f4e5b07847c93a86ed48926502aa67781e1fc307e98c200e7f4ab6ecf9269947352a4bffec8780
 DIST opencpn-plugin-logbookkonni-1.2018.tar.gz 3768720 SHA256 
aa7967cf2a7993968f8842b9adf220a57b065afd4be3899cca0771d780697792 SHA512 
5435b639bc635b5bbe87c92306d93dee7897ce3e5c6bb383aa228ad90127d2ab1f2a5e871a68abfec30ff2a327c4c21c023a61ccdad445a25bbb8a44fec19d41
 WHIRLPOOL 
ed6bd46ca2b7dd637f0da7bcfd1c6457f10cd2b0cb9a00bf6babd05271ada7b31d23360a5f57ffccdd9d1d49dfbf135dea2c5413fd219d30a0d4d175b3f5f823
-DIST opencpn-plugin-logbookkonni-1.2018_Layouts.zip 0 SHA256 
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 SHA512 
cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
 WHIRLPOOL 
19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be698b288febcf88e3e03c4f0757ea8964e59b63d93708b138cc42a66eb3
+DIST opencpn-plugin-logbookkonni-1.2018_Layouts.zip 1722887 SHA256 
9b31cbf893069ba7037a7eca569a46e52b773439f44eedb7f4202b908817d48e SHA512 
5ce35b3f4c14a432b472db496e8a5dc46fbcd5b0b404c085d6d024f2f383ae9e3767ccdf750177f102ec19a7a0d61a1ab331fef701bf29f8c851305a73923296
 WHIRLPOOL 
bb4f49322f27b7fe0804cf035ddcb87fcca6ade5b968ce703f74f7498e58fc8146ab20839a7525f92ce92fc5151b75a45fcddf54e99c202baa8711f89e91ffb2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/

2015-10-27 Thread Pacho Ramos
commit: 50cc925c7fef24dbe5ac315fc3d55214ccee396b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Oct 27 19:12:37 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Oct 27 19:12:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cc925c

net-wireless/blueman: Drop old, bug #564264

Package-Manager: portage-2.2.23

 net-wireless/blueman/Manifest   |   1 -
 net-wireless/blueman/blueman-1.23-r2.ebuild | 100 
 net-wireless/blueman/blueman-2.0.ebuild | 116 
 net-wireless/blueman/metadata.xml   |   2 -
 4 files changed, 219 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 4d54215..ff84641 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1 @@
-DIST blueman-1.23.tar.gz 1223094 SHA256 
50b261bcdc2e99e176c7c194825da1259500aaacaccb92714d97af0209a4f011 SHA512 
529a43dace73bf362baac69404a9e87d14f5bcb7b07b18194434c7a6c1dbc22f8fecdb4923c92a77b65656405a492b9e147e77cb7a161df4a93e8b78a003eba7
 WHIRLPOOL 
4070b4d86cbe743278730e4ee3022bcfdea590b5b76e545cc67912a3498de993ed0c62cb67ac2cd3ad3b8e3c17c5d5a8b1f8fa6e214234a64a784146c6d6d542
 DIST blueman-2.0.tar.xz 1941332 SHA256 
81a5ca95124f12bfb62d2d2d0d265af70cdae1d43b0c6e4fc6d2bad8f82958f1 SHA512 
44d3967d031f7482e7700674970eff08fee53d8cbeb96e46b2f97e2a2fb6b5790f663ed73129eab241545ebaa6c5748dc6cf6b90a2c4795b27e90b5399d71f80
 WHIRLPOOL 
394bac3e0b457fdbb79c69fe9181abafde3f9b1138ff71c4dc23bc78424b76284e3ad9cf02dc168848fa461541f86fa2bba5aee0f014e460f0852e1bfa163dae

diff --git a/net-wireless/blueman/blueman-1.23-r2.ebuild 
b/net-wireless/blueman/blueman-1.23-r2.ebuild
deleted file mode 100644
index ae5de7c..000
--- a/net-wireless/blueman/blueman-1.23-r2.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-PYTHON_DEPEND="2:2.7"
-
-inherit eutils python gnome2-utils
-
-DESCRIPTION="GTK+ Bluetooth Manager, designed to be simple and intuitive for 
everyday bluetooth tasks"
-HOMEPAGE="https://github.com/blueman-project/blueman;
-SRC_URI="http://download.tuxfamily.org/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gconf sendto network nls policykit pulseaudio"
-
-CDEPEND="dev-libs/glib:2
-   >=x11-libs/gtk+-2.12:2
-   x11-libs/startup-notification
-   dev-python/pygobject:2
-   =net-wireless/bluez-4.21"
-DEPEND="${CDEPEND}
-   nls? ( dev-util/intltool sys-devel/gettext )
-   virtual/pkgconfig
-   >=dev-python/pyrex-0.9.8"
-RDEPEND="${CDEPEND}
-   >=app-mobilephone/obex-data-server-0.4.4
-   sys-apps/dbus
-   dev-python/pygtk
-   dev-python/notify-python
-   dev-python/dbus-python
-   x11-themes/hicolor-icon-theme
-   gconf? ( dev-python/gconf-python )
-   sendto? ( gnome-base/nautilus )
-   network? ( || ( net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8 ) )
-   policykit? ( sys-auth/polkit )
-   pulseaudio? ( media-sound/pulseaudio )"
-
-pkg_setup() {
-   python_set_active_version 2.7
-   python_pkg_setup
-}
-
-src_prepare() {
-   # disable pyc compiling
-   ln -sf $(type -P true) py-compile
-
-   sed -i \
-   -e '/^Encoding/d' \
-   data/blueman-manager.desktop.in || die "sed failed"
-
-   epatch \
-   "${FILESDIR}/${P}-plugins-conf-file.patch" \
-   "${FILESDIR}/${P}-fix-broken-status-icon.patch" \
-   "${FILESDIR}/${P}-set-codeset-for-gettext-to-UTF-8-always.patch"
-}
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(use_enable policykit polkit) \
-   $(use_enable sendto) \
-   --disable-hal \
-   $(use_enable nls)
-}
-
-src_install() {
-   default
-
-   python_convert_shebangs 2.7 "${D}"/usr/bin/blueman-* 
"${D}/usr/libexec/blueman-mechanism"
-
-   rm "${D}"/$(python_get_sitedir)/*.la
-   use sendto && rm "${D}"/usr/lib*/nautilus-sendto/plugins/*.la
-
-   use gconf || rm 
"${D}"/$(python_get_sitedir)/${PN}/plugins/config/Gconf.py
-   use policykit || rm -rf "${D}"/usr/share/polkit-1
-   use pulseaudio || rm 
"${D}"/$(python_get_sitedir)/${PN}/{main/Pulse*.py,plugins/applet/Pulse*.py}
-
-   python_need_rebuild
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   python_mod_optimize ${PN}
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   python_mod_cleanup ${PN}
-   gnome2_icon_cache_update
-}

diff --git a/net-wireless/blueman/blueman-2.0.ebuild 
b/net-wireless/blueman/blueman-2.0.ebuild
deleted file mode 100644
index 4737156..000
--- a/net-wireless/blueman/blueman-2.0.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2015-10-27 Thread Mike Pagano
commit: 50b6748e2f52dd601c44f5d57b043f10267729ca
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 27 19:45:41 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 27 19:45:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b6748e

sys-kernel/gentoo-sources: Linux patch 3.14.56

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.14.56.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 4b7d380..65d6f43 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -56,6 +56,9 @@ DIST genpatches-3.14-60.extras.tar.xz 18256 SHA256 
98f631421c5faa472fd4f9054d173
 DIST genpatches-3.14-61.base.tar.xz 1100096 SHA256 
a9eab9851be9259f389e2f7ff8871db08c6b15a347c2407bdf62ba0716fef8e5 SHA512 
3de6d1c01f4f810de18e7222b43c9f6d0c402551296647ae8d2716aea3273e5330d71f04f0bb5f0a845d88696b1933675f3faf066c4b13a242f467a2c47899d4
 WHIRLPOOL 
026c06e358c367f2ff593b5587923568db017b86a59d1b08a40b9449c025762323a712c4a31c411a6f66348b9214a62db920dbf793d0812fe79ea7c360e660de
 DIST genpatches-3.14-61.experimental.tar.xz 60300 SHA256 
3d040583729ce21e060b5607d9bf68d6f8b1f0fa24812f300617da06c3ac2233 SHA512 
b55f55b4716568c89e2db9b27f5a3d54eaeb2ede7fad54af151b2199b98bdbc41400c64ce2bf98bc6dca3d18dfd648e8497c392a103aaaf63f57b9ede9c5cab3
 WHIRLPOOL 
eceba0e0a34388c47bb226457e8febe5f250f15c29e11a0d99648ce7a680ba4c1f0fd781ff995baa2f87b08e96ffac1eb7c2a9f971d5187900bf56ffbf291e73
 DIST genpatches-3.14-61.extras.tar.xz 18256 SHA256 
627dceba56ace4abb03ae50a86f765e5ad4ceed587fd319250edf6b1d5ff8ef2 SHA512 
78dfe5594a25f5732de1dcf8d4d3dc642450155c1a5dfcd8a96d2f13d05fe2135af01204ce609f238c81ca769d50fb060ba4a08afdd11b0fbb0c693d4486145d
 WHIRLPOOL 
2e549a0dff4567d52eb63e86b101bd8ec885841af69a724c081def528631a725a6f0d46f2e3fd6ea82980fb37953f29ec27c5d8b79f8855aeb46de1f1a361606
+DIST genpatches-3.14-62.base.tar.xz 1104664 SHA256 
d7790182dab0aba591fc5e9bed4f1dc4420a3b484ce3cf8af57769318d1a3229 SHA512 
8cc76af4175f2e9d54ac1c7255b870df250ff3b28ac7000b32ce7b3348830f7072f13a8b25b0b6ab7fe49ca3ad5c6aeba62a899e43869a97677dfec017b32b02
 WHIRLPOOL 
c77640e5fd36af50d78f49f00de79c2c986c99b8997d42c9a4888a0c6afc9f10833a87ec7acf5a4e228f483d35aeae9f767fb8f27fbfbfaa1b06d0443fc6d593
+DIST genpatches-3.14-62.experimental.tar.xz 60300 SHA256 
564892b993deadbb2d47f936d924d7d1e6891de329b5bd04d2b3ecb126690401 SHA512 
942d099b41c4e041570e23ae97006fcc5c6dafefe42d9d694c373b9a5398ff5b7c20f58edc8d339a6ef56cce240cc47f07958f59208165233e39ab573f611717
 WHIRLPOOL 
bd7f6519d20137f18e086871a8dfd7cd06ddd7b9170badee7a31496cb6fa0669723a433ef7c159e037c15b3f31ccf0744afe6a76cb680bf8e9a1faf6df14b842
+DIST genpatches-3.14-62.extras.tar.xz 18252 SHA256 
6702160c63ae9de7eb95279ffbe3e5b08fcc6d016803f18e3c09183f1ce309ba SHA512 
8fe48eaecf72c257a6642a51dcabe8a0b76e5dd352dca0ff99ff4098db59151f622357beb14830aca7a7f16132b41f8b35d337933f38d8ce1c60531487b3d843
 WHIRLPOOL 
e9e9790a84b432bb90b50e27a369cdd6777b5df67cc5175c4542ff6c15cb8ff7ba650b7046756dcade77742c595b8f9037f49c28e82ecb623742ed3073d74f1e
 DIST genpatches-3.18-21.base.tar.xz 632956 SHA256 
f657997b05dc52e215c22fde16cb227895d072ac2716d25481654849a9e373f1 SHA512 
f1dac401caf1cd6282fc47670ad9e3540855542d7eee77f27231bdb9679d3da07b7b09f675ce5998aa777024817546ba8747c7d75aa45cbeb2789dbabf5c5602
 WHIRLPOOL 
26d19e9302ffd72123c897f7012ae6d81cbab7a7d1b498d10b6aef27fd5e7f4d466fb510c6e72ef3c5f855eb9c88e80f8adbf436e80d52dcbcf1ac1f3e1bf684
 DIST genpatches-3.18-21.experimental.tar.xz 61600 SHA256 
ebee995e505d68dcf95f39986b73185b353cc64627b048f230e755195a910094 SHA512 
d7866e7948e8d6c83a452f99ca50ed06951f68b7552d9dc182c5686d43abe3dc76e3773c8325a87b65e8bf1fa4c09db75fc1af27b7837bb60918e82273cc17e4
 WHIRLPOOL 
01f897a369a036624364de57b1ea213b8bbe1b1e9bea792e45e0e5b921c3cff0a88174c3284359466059e3dc3793a51ea92a1aa4a5c7b0dd79d98e99693ccd80
 DIST genpatches-3.18-21.extras.tar.xz 16192 SHA256 
76e21081cdcb3c1b38632ec5375b456287ed572c1a3cb64cc036471a4ae4f726 SHA512 
c1e98a5d2350b07a5d939863386027765c8820e32a45a9c68201beb6de811aadcd32c82ef8ef0627290f6fef7ad5751418b2aa7ab4e2d8f3e5b6683e40fbc80a
 WHIRLPOOL 
b39979d760f0695fb2632bf7fbed16070e24efa03992c0575bbd13185ab33f0e2d05e35071e9f352f0eaa83e15015550229c33df2294beebe2ef6d24fa2b755e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.14.56.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.14.56.ebuild
new file mode 100644
index 000..de008d9
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.14.56.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="62"
+K_DEBLOB_AVAILABLE="0"
+inherit kernel-2
+detect_version
+detect_arch
+

[gentoo-commits] proj/elfix: New tag: 0.9.2

2015-10-27 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 19:53:01 2015 +

New tag: 0.9.2




[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2015-10-27 Thread Manuel Rüger
commit: eb2cf00a12c5cc6e21572313c3f27f6b877b663c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Oct 27 19:59:09 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Oct 27 19:59:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2cf00a

x11-drivers/xf86-input-libinput: Remove old

Package-Manager: portage-2.2.23

 x11-drivers/xf86-input-libinput/Manifest|  3 ---
 .../xf86-input-libinput-0.11.0.ebuild   | 17 -
 .../xf86-input-libinput-0.12.0.ebuild   | 17 -
 .../xf86-input-libinput-0.8.0.ebuild| 17 -
 4 files changed, 54 deletions(-)

diff --git a/x11-drivers/xf86-input-libinput/Manifest 
b/x11-drivers/xf86-input-libinput/Manifest
index 70d2f14..d7c7ea6 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -1,7 +1,4 @@
-DIST xf86-input-libinput-0.11.0.tar.bz2 294627 SHA256 
56babf46c13d15fbd15c9d43815e9220e63acd9ed28095e7d68ad03f9148bbda SHA512 
3d8463a9f5275a54b1d5299aca0a12271715582fed882e39ff10934308aadce864357cd9e3c75a4713aee8b12b81f139f33f25e8f92846c98cc299b3c4d6389b
 WHIRLPOOL 
239cf0e7fed5cf82a417a73623b16d0c505695095c2e0957012df030201c1745cd4a1062b691952b39338e167b0eea7e581ad59032382620d896b04617f51bca
-DIST xf86-input-libinput-0.12.0.tar.bz2 295050 SHA256 
db8f919c24a381cec1e7840f1f2117251501c0c7ae2a43941d84753154a826d6 SHA512 
983a40b5b153deb8fff8c4ca6bfd6ede40304365a66f32c2b36942e207ed5fd930ae715aaba7333cd6c3cdddcccf5a8b841f223ce61264f6edafc841145d135f
 WHIRLPOOL 
2af6a411ebdb1404c6216db701e32a1692ee4b69e9298d997d9152f2ea800fa07e6b843bbd8405884bc1e84034ee79344b72737a5f93c9ae3ee3d1b3ba399987
 DIST xf86-input-libinput-0.13.0.tar.bz2 295850 SHA256 
b9535c58904f47e8f85fee045b4a2b549c91216ddc9b0ee733d47d1b049fe3da SHA512 
27dcb80d1b806a3f03afc8112325dfdd9864e8d744de2b91f084288beeca29e3926392dcd6d751c7ab8332d6547c5a912f7e64e885501dc40c956565cc758941
 WHIRLPOOL 
7c46d0596f10d40da5b7d206c0bab0f7c7b9e4503aff0120f111aa831ffcc5842a66a18df4a963e809ed807a21b8f76ec9e9ca73c942c2b861f7162b6609c7fa
 DIST xf86-input-libinput-0.14.0.tar.bz2 312256 SHA256 
e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265 SHA512 
229b45cb9e76ca96dce4247b421135ff74054f2cbcfd019d2ceb409fdb4bc8166e3fa1d068ba6e8f6d6ac0c44ade275e31cc6a1ee6d7f6de8918eced5c59d508
 WHIRLPOOL 
45400e7966d730fe809043ced977dc0faa456336157dba9049558f0489463c8ade5f9a130b77ea2e85ae82e27c320e1f70780acca53fae253f930a53c0ac823b
 DIST xf86-input-libinput-0.15.0.tar.bz2 314205 SHA256 
28707c504194648b11a1e26acf13039b60bf344efa6aa9788afed6d47f019a41 SHA512 
f9c9f5f09537cd4830bd17720135102a9b02454e0acc4a80230ddd066c39a106c91260f7774da364760fd4f3b59b8ba9ab6abc83ad49ae6e9dad1609b9b25cf4
 WHIRLPOOL 
3dad70a7ce44dd8812d4dd1ebdcf7325c521b5dce4763c87bdd89962df577a4d9b9cf457ca7d72cc987554034636429d2f047b8a7cf257bd79b2c233e56f3925
 DIST xf86-input-libinput-0.6.0.tar.bz2 287826 SHA256 
2f29be1ed7f9b9c597b6f5c6ef24c37a244a0ba87ccd1c2586ffa4d08452ad79 SHA512 
536324b4bf52b6a1905655d6d82af5d12d40503e48018e10b1922bcfd18bddad742a716bcc7588188993f46f9724874456e90a70e5a764432f968a66a9d2b639
 WHIRLPOOL 
5d8994c86b5682d7e5ae0e53b7c8d1b13fdba304603b9ecf3c97297ab732e59111f4c902403a6d0a19492f3e34a7b9a718fbbe105591da19260a3c1f3e2c2a4b
-DIST xf86-input-libinput-0.8.0.tar.bz2 290565 SHA256 
2152b0984feffe8151934ad9af29bde7fc621e0a54b0cdedbaf1abc367dea43a SHA512 
44d2c77b2cc9b29151f90458dbd6fb61b6cdfb23c878ea553e7b96f1085cd547080ab3afe804d0b6cb4d806ae2c9a4c4594b0164a54f3f44741016ec918b9d0e
 WHIRLPOOL 
2c43000edbf688ce6e7bf87f64d1a290e8e7183906e4c586223aa0ef5b9a443b161e0aeca428ec713b0f0aea8b59830040d98ab556566fdaea44b77ae0a16482

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild
deleted file mode 100644
index bba8c3c..000
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X.org input driver based on libinput"
-
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libinput-0.14.0:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.md" "conf/99-libinput.conf" )

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.12.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.12.0.ebuild
deleted file mode 100644
index b66b7aa..000
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.12.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X.org input driver based on libinput"
-
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-

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

2015-10-27 Thread Anthony G. Basile
commit: ab00c5a0738757e853ff4a5c1b6dfc2561027d67
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 27 20:17:19 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 20:17:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab00c5a0

dev-python/pypax: remove unstable 0.9.1.

Package-Manager: portage-2.2.20.1

 dev-python/pypax/Manifest   |  1 -
 dev-python/pypax/pypax-0.9.1.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/dev-python/pypax/Manifest b/dev-python/pypax/Manifest
index 8dbd3a2..8c99666 100644
--- a/dev-python/pypax/Manifest
+++ b/dev-python/pypax/Manifest
@@ -1,4 +1,3 @@
 DIST elfix-0.8.4.tar.gz 374742 SHA256 
374be66da3dddef485bbb5e95bfcab6fd0c2db478255bddd10079730ada5260b SHA512 
10aacc3fff33c934e2d4487d174a2b0cec10ffb7a35fc72b160c786f82f0355f3a2dea716bc7fb929d2919cc32a26844f37f9d73064b755098bdaa72e8075bda
 WHIRLPOOL 
b04e099f188c0b76d8c07abd76559c1313854aa83a03ad69afb72674d93cde6ce538ae10d0fea3be5495937e72a4b98fdd36efbb2e3aa8ff23c1d9f7f943c1ae
 DIST elfix-0.9.0.tar.gz 372014 SHA256 
8b547d987edb2f7dc23ddf30f959d7d051a9ed49810f983b8fe6c489fe731cf0 SHA512 
fd9bab90d745f77429c902acd2a14f615132731b3c38929dce764f1e5f7ee8f6478a6fef7ce0cb38e7ebd9181ba57965ff0c97da5e01d0fbf2cfb940ed691ebf
 WHIRLPOOL 
c09fa2193b990a506cae17f370ec10fa6302e17d2a165e42eceb88644f8a92e297c839ad788204e213d8205695b65557a7dcef5f6417177c434c8d0a34bd5eb7
-DIST elfix-0.9.1.tar.gz 398588 SHA256 
0368d07bfdad4a14f039929a30d85a612dcd9d22ac87211f8e59d452bac23625 SHA512 
28fdde7841263cee766434b5eda1a4151999526aa3a1acaacd2e6355502df4b56db9faf64ce81bdc89606d366d0a6dd28c5c135290fe7f0285cee480f6002527
 WHIRLPOOL 
cd7dc6e191d97836f4b8859b73777e3b4b6fce5d290087400327f87a621e9879f5c233eef51bef981398d0d00ecc753f222655108994d25a4e0503799569ec82
 DIST elfix-0.9.2.tar.gz 398758 SHA256 
1a50ec57d6f5d1b25dcaaaf15f82849774e9e4e7e263cee3aa4936c5e3d6f071 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
 WHIRLPOOL 
aead1a63612ea187dc00aa52ee2c18431036176aae2e0e08d3138ced751f28947ee8045dd63dae67f89946d5b64e705a6b6d45b884d3d9da1d7e6e03b37ed700

diff --git a/dev-python/pypax/pypax-0.9.1.ebuild 
b/dev-python/pypax/pypax-0.9.1.ebuild
deleted file mode 100644
index 2b2ef71..000
--- a/dev-python/pypax/pypax-0.9.1.ebuild
+++ /dev/null
@@ -1,49 +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_3,3_4} pypy )
-
-inherit distutils-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
-   inherit git-2
-else
-   SRC_URI="https://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-   S="${WORKDIR}/elfix-${PV}"
-fi
-
-DESCRIPTION="Python module to get or set either PT_PAX and/or XATTR_PAX flags"
-HOMEPAGE="https://dev.gentoo.org/~blueness/elfix/
-   https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+ptpax +xtpax"
-
-REQUIRED_USE="|| ( ptpax xtpax )"
-
-RDEPEND="
-   ptpax? ( dev-libs/elfutils )
-   xtpax? ( sys-apps/attr )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${RDEPEND}"
-
-src_compile() {
-   cd scripts
-   unset PTPAX
-   unset XTPAX
-   use ptpax && export PTPAX="yes"
-   use xtpax && export XTPAX="yes"
-   distutils-r1_src_compile
-}
-
-src_install() {
-   cd scripts
-   distutils-r1_src_install
-}



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

2015-10-27 Thread Manuel Rüger
commit: 4e9c220eea8d4ef8b5da04645e69a0fc04f4b843
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Oct 27 20:23:54 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Oct 27 20:24:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9c220e

media-tv/mythtv: Fix Manifest

Package-Manager: portage-2.2.23

 media-tv/mythtv/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-tv/mythtv/Manifest b/media-tv/mythtv/Manifest
index b750a4e..a631699 100644
--- a/media-tv/mythtv/Manifest
+++ b/media-tv/mythtv/Manifest
@@ -2,6 +2,7 @@ DIST 
mythtv-0.26.0-9fd7c6102b2cd1a3760337663803b110446c6ea7.tar.xz 179540 SHA256
 DIST mythtv-0.26.0.tar.bz2 40887666 SHA256 
2f158962ca3009db563dabc32827c47788a688bd67a25abd76f4baa9c3cfe306 SHA512 
8c8766542b6a1a877d400fd99343e8149d9c6cc4ab1e425db358bdbdc10b6cb7422bb4bdcf984ce64b2cf02b0ad0725606b266558afcadff9ec9c9bb95bb49c0
 WHIRLPOOL 
c737a1dbdfafe65ae5ee3bde8d0b3a9ad50ebfccec784d6907c78d03f9732637cfbf8b82ecfca80af0b049c65d70c608a81ac3bf27a8070ba3f32d657f5137bb
 DIST mythtv-0.27-583395f5a376637efcd408a102fa64d0f188c12f.tar.xz 298048 SHA256 
2b18428980fe8951694eb9c8594aa2559df491b029987e1a4b983128fdea4f51 SHA512 
1d8c2a61bd91d7116ba3b43251d517bda3c8db3c235e73dde66116dc02d14806db9c80bacf6e19eaf816c4765d8e51fe9b53900efa3112134c564c08cc0ca012
 WHIRLPOOL 
3d50908d085f844cd210c568b50c55c47e4fe8dd8423ffe18303a7c799a45e24dfceaa5221e6f59596394484162d9992f46d5f66b0ad3c57fbb5a240def68dec
 DIST mythtv-0.27.5-32fd3968acea905d71d9769996487eff280233ea.tar.xz 12292 
SHA256 482aadc121a7e770da6d10b5014947ec9ff1350ccc7f672bdc4650ef13e68cca SHA512 
8e84cf76541b775143b94da156fdcde1f24d964b58a9423323de730e23142b57c9c44ef01c2202bbb7126058d41153f77f524eebed70f65210c2b9427255ee3a
 WHIRLPOOL 
7375659815ee6170edab81411232bcf73b54575dbb8e69cb5c9c7ff0f13105eddeb01c4026e78ef8c9e7e9d1782880e41a628697c8dd697778cbb4711b3cb820
+DIST mythtv-0.27.5-68e51d6fd4fa25e985b21cb3a5b5ca6fce9aca9d.tar.xz 28096 
SHA256 f51bd541cccb0f5b5f20441774d9ee5e10c7a44abba5e6b9795d3c5ce21d0bf0 SHA512 
585bcfa6c3fc4ecc384665b40e50362ecd083f2fa22ce9adea8167d4e38a7cbfc7519eee3813f76d7327d093c29d5ca97d9026eb5d180ff4cb7d9af91d7bc428
 WHIRLPOOL 
d2ca6b3c7a6ecc94c4a21dee6a7ad38bdd72b880c00df1e8ac529382cd0aa7618ddfa2b5ba9721a2b99f828c9eaa6ca8ce1b1ac5e23bfff85c28327dfb862884
 DIST mythtv-0.27.5-9498257571e8158926b60a0eefc74568c4436823.tar.xz 11992 
SHA256 aef3b944a9f4b49daa3f5489b58a080db35eb7b85c76819d9d00ccf1adfadfdf SHA512 
bddc80f6d7e7ad583459a2192660e6101d53d8821c0f875634f90588bc6fbff86c80fa75f6e8cb859fd5164a81f0ad3427939d57da2b112741b1ea9ce646659d
 WHIRLPOOL 
249d4f5332d943669610b96363b6d2b19d63973ba191bd62900e7d31362b4c541077ffe6ca9eae6027c6d1d5fea1d691722739ff9d0d7af6566d288921444961
 DIST mythtv-0.27.5.tar.gz 85652939 SHA256 
7e625f94332effeadfba8e7ae7c98d44a83bfc25b7c59e39adce67dc2f4e1e1b SHA512 
b912e010e54271f9321ac1b11d4a31e4093f86c0f2ae3139d4b55085bab142ca3fc6d847d163f6b75aa31320404914c71c094528dc8ee7d70086e56a828b9169
 WHIRLPOOL 
e9ebbbabac6ed53b4ec90537371a63e053bb9a2c0a0e920e43d3d2e475f87bdd0ac5a4604045498e88aaf06b11eb054d50dea7881c87dbd45a36c08309e1b880
 DIST mythtv-0.27.tar.gz 85904162 SHA256 
494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0 SHA512 
2ea070497a7610b8e1548112d9925a28aeedba819c2d063e88cc63daf69947379ce7213e357c26bf2221f8a8e865c937dee3b9bf2695644f2f1adeadf6d6
 WHIRLPOOL 
74c4fade0d0f93a64e5f1da3120358f15f6f8891f53b7c74b41a286369e192790cae87829b79a3a90ce3ca23ede63b3dfa809b514b68cee220432794414b8a47



[gentoo-commits] repo/gentoo:master commit in: media-video/dvdrip/, media-video/dvdrip/files/

2015-10-27 Thread Pacho Ramos
commit: 3ab3271a94fe96c01203ddeef7d729059af8a08c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Oct 27 18:53:07 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Oct 27 18:53:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab3271a

media-video/dvdrip: Support libav too (#474346)

Package-Manager: portage-2.2.23

 media-video/dvdrip/dvdrip-0.98.11-r3.ebuild| 81 ++
 .../dvdrip/files/dvdrip-0.98.11-libav.patch| 29 
 2 files changed, 110 insertions(+)

diff --git a/media-video/dvdrip/dvdrip-0.98.11-r3.ebuild 
b/media-video/dvdrip/dvdrip-0.98.11-r3.ebuild
new file mode 100644
index 000..fcf2a6b
--- /dev/null
+++ b/media-video/dvdrip/dvdrip-0.98.11-r3.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic perl-module
+
+DESCRIPTION="dvd::rip is a graphical frontend for transcode"
+HOMEPAGE="http://www.exit1.org/dvdrip/;
+SRC_URI="http://www.exit1.org/dvdrip/dist/${P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="ffmpeg fping libav mplayer ogg subtitles vcd vorbis xine xvid"
+
+DEPEND=">=dev-perl/Event-ExecFlow-0.64
+   >=dev-perl/Event-RPC-0.89
+   dev-perl/gtk2-perl
+   >=dev-perl/gtk2-ex-formfactory-0.65
+   >=dev-perl/libintl-perl-1.16
+   || ( media-gfx/graphicsmagick[imagemagick] media-gfx/imagemagick )
+   >=media-video/transcode-1.1.0[dvd,jpeg,mp3,ogg,vorbis]
+   >=virtual/perl-podlators-2.5.3
+"
+RDEPEND="${DEPEND}
+   x11-libs/gdk-pixbuf:2[jpeg]
+   x11-libs/gtk+:2
+   ffmpeg? (
+   libav? ( media-video/libav )
+   !libav? ( media-video/ffmpeg:0 )
+   )
+   fping? ( >=net-analyzer/fping-2.2 )
+   mplayer? ( media-video/mplayer )
+   ogg? ( media-sound/ogmtools )
+   subtitles? ( media-video/subtitleripper )
+   vcd? (
+   media-video/transcode[mjpeg]
+   >=media-video/mjpegtools-1.6.0
+   )
+   vorbis? ( media-sound/vorbis-tools )
+   xine? ( media-video/xine-ui )
+   xvid? ( media-video/xvid4conf )
+   >=media-video/lsdvd-0.15
+"
+
+pkg_setup() {
+   filter-flags -ftracer
+   export SKIP_UNPACK_REQUIRED_MODULES=1 #255269
+
+   perl_set_version
+}
+
+src_prepare() {
+   sed -i -e 's:$(CC):$(CC) $(OTHERLDFLAGS):' src/Makefile || die #333739
+   epatch "${FILESDIR}"/${P}-fix_parallel_make.patch
+   # Fix default device for >=udev-180 wrt #224559
+   sed -i -e 's:/dev/dvd:/dev/cdrom:' lib/Video/DVDRip/Config.pm || die
+
+   # Ubuntu patch for supporting libav
+   use libav && epatch "${FILESDIR}"/${P}-libav.patch
+}
+
+src_install() {
+   newicon lib/Video/DVDRip/icon.xpm dvdrip.xpm
+   make_desktop_entry dvdrip dvd::rip
+
+   mydoc="Changes* Credits README TODO" perl-module_src_install
+}
+
+pkg_postinst() {
+   # bug 173924
+   if use fping; then
+   ewarn "For dvdrip-master to work correctly with cluster mode,"
+   ewarn "the fping binary must be setuid."
+   ewarn ""
+   ewarn "Run this command to fix it:"
+   ewarn "chmod u=rwsx,g=rx,o=rx /usr/sbin/fping"
+   ewarn ""
+   ewarn "Note that this is a security risk when enabled."
+   fi
+}

diff --git a/media-video/dvdrip/files/dvdrip-0.98.11-libav.patch 
b/media-video/dvdrip/files/dvdrip-0.98.11-libav.patch
new file mode 100644
index 000..a9d60e2
--- /dev/null
+++ b/media-video/dvdrip/files/dvdrip-0.98.11-libav.patch
@@ -0,0 +1,29 @@
+Description: Port from ffmpeg to avconv.
+Author: Dmitrijs Ledkovs 
+
+--- dvdrip-0.98.11.orig/lib/Video/DVDRip/Depend.pm
 dvdrip-0.98.11/lib/Video/DVDRip/Depend.pm
+@@ -114,10 +114,10 @@ my %TOOLS = (
+ },
+ ffmpeg => {
+ order   => ++$ORDER,
+-command => "ffmpeg",
++command => "avconv",
+ comment => __ "FFmpeg video converter command line program",
+ optional=> 1,
+-version_cmd => "ffmpeg -version",
++version_cmd => "avconv -version",
+ get_version => sub {
+ my ($cmd) = @_;
+ qx[$cmd 2>&1] =~ /version ([^\s]+)/i;
+--- dvdrip-0.98.11.orig/lib/Video/DVDRip/Title.pm
 dvdrip-0.98.11/lib/Video/DVDRip/Title.pm
+@@ -3184,7 +3184,7 @@ sub get_take_snapshot_command {
+ . "tcdemux -s 0x80 -x mpeg2 -S $grab_options->{S} "
+ . "-M 0 -d 0 -P /dev/null | "
+ . "tcextract -t vob -a 0 -x mpeg2 -d 0 | "
+-. "ffmpeg -r $frame_rate -i - -an -r 1 -ss '$start' -vframes 1 
snapshot%03d.png ";
++. "avconv -r $frame_rate -i - -an -r 1 -ss '$start' -vframes 1 
snapshot%03d.png ";
+ 
+ $command .= " && "
+ . "execflow convert"



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/

2015-10-27 Thread Magnus Granberg
commit: 46017f6450ec2111463e812ec715ecb68eedde99
Author: Magnus Granberg  gentoo  org>
AuthorDate: Tue Oct 27 18:58:16 2015 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Tue Oct 27 18:59:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46017f64

dev-lips/sbcl: fix broken pax_kernel deps #557212

Package-Manager: portage-2.2.23

 dev-lisp/sbcl/sbcl-1.2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/sbcl/sbcl-1.2.16.ebuild b/dev-lisp/sbcl/sbcl-1.2.16.ebuild
index 3ff88d6..ff5148f 100644
--- a/dev-lisp/sbcl/sbcl-1.2.16.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.2.16.ebuild
@@ -43,7 +43,7 @@ IUSE="debug doc source +threads +unicode pax_kernel zlib"
 CDEPEND=">=dev-lisp/asdf-3.1:="
 DEPEND="${CDEPEND}
doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
-   pax_kernel? ( sys-apps/paxctl sys-apps/elfix )"
+   pax_kernel? ( sys-apps/elfix )"
 RDEPEND="${CDEPEND}
!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
 
@@ -148,7 +148,7 @@ src_compile() {
 
strip-unsupported-flags ; filter-flags -fomit-frame-pointer
 
-   if host-is-pax ; then
+   if use pax_kernel ; then
# To disable PaX on hardened systems
pax-mark -mr "${bindir}"/src/runtime/sbcl
 



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

2015-10-27 Thread Matt Turner
commit: 5720bb61ff9a5c9766bbd64064be0122ba52877a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 27 19:21:00 2015 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 27 19:24:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5720bb61

profiles/package.mask: Mask x11-proto/xproto-7.0.28.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 83647d6..597e08c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (Oct 27 2015)
+# xproto-7.0.28 breaks xorg-server
+>=x11-proto/xproto-7.0.28
+
 # Ian Delaney  (27 Oct 2015)
 # fails to build dev-lisp/sbcl-1.2.16 #563812
 # mgorny: dev-lisp/uiop as version-bound revdep



[gentoo-commits] proj/elfix:master commit in: scripts/

2015-10-27 Thread Anthony G. Basile
commit: acf0ff62ad3f22e3ea2980fe0947d648e41bd995
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 27 19:42:35 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 27 19:42:35 2015 +
URL:https://gitweb.gentoo.org/proj/elfix.git/commit/?id=acf0ff62

scripts/paxmark.sh: don't do a login bash, bug #564142.

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

diff --git a/scripts/paxmark.sh b/scripts/paxmark.sh
index 71631b7..c273bd8 100755
--- a/scripts/paxmark.sh
+++ b/scripts/paxmark.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -l
+#!/bin/bash
 
 has() {
f=$1



  1   2   >