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

2015-12-10 Thread Michael Palimaka
commit: 331576f9bc43ee67511f692e889a49ec7754be79
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 18:11:00 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 18:11:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331576f9

media-plugins/kipi-plugins: raise kde-base/kdelibs dependency

Gentoo-bug: 567728

Package-Manager: portage-2.2.26

 media-plugins/kipi-plugins/kipi-plugins-4.14.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-plugins/kipi-plugins/kipi-plugins-4.14.0.ebuild 
b/media-plugins/kipi-plugins/kipi-plugins-4.14.0.ebuild
index ced4001..d265f9b 100644
--- a/media-plugins/kipi-plugins/kipi-plugins-4.14.0.ebuild
+++ b/media-plugins/kipi-plugins/kipi-plugins-4.14.0.ebuild
@@ -31,6 +31,7 @@ SLOT="4"
 IUSE="cdr calendar crypt debug expoblending gpssync +imagemagick ipod 
mediawiki panorama redeyes scanner upnp videoslideshow vkontakte"
 
 COMMONDEPEND="
+   $(add_kdebase_dep kdelibs '' 4.14.14)
kde-apps/libkipi:4
kde-apps/libkdcraw:4=
kde-apps/libkexiv2:4=



[gentoo-commits] proj/python-updater: New tag: python-updater-0.14

2015-12-10 Thread Mike Gilbert
commit: 
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 19:26:40 2015 +

New tag: python-updater-0.14




[gentoo-commits] proj/python-updater:master commit in: /

2015-12-10 Thread Mike Gilbert
commit: 3c47f7b72ac0817a66998b46cb9bba316c7ca0e1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 10 19:24:00 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 19:24:00 2015 +
URL:
https://gitweb.gentoo.org/proj/python-updater.git/commit/?id=3c47f7b7

Increment version to 0.14

 python-updater.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python-updater.in b/python-updater.in
index 271e8b3..d0b6f69 100644
--- a/python-updater.in
+++ b/python-updater.in
@@ -25,7 +25,7 @@ if [[ "${BASH_VERSINFO[0]}" -lt 4 ]]; then
exit 1
 fi
 
-VERSION="0.13"
+VERSION="0.14"
 OLD_PYTHON_VERSIONS=""
 OLD_PYTHON2_VERSIONS=""
 OLD_PYTHON3_VERSIONS=""



[gentoo-commits] proj/linux-patches: New tag: 4.3-2

2015-12-10 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Dec 10 20:17:20 2015 +

New tag: 4.3-2




[gentoo-commits] proj/python-updater:master commit in: /

2015-12-10 Thread Mike Gilbert
commit: 0da0eb273a09e11bb9b3f4df06cbd79b18ff32be
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 10 19:15:15 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 19:15:15 2015 +
URL:
https://gitweb.gentoo.org/proj/python-updater.git/commit/?id=0da0eb27

All python-updater to function when python2 or python3 is not a symlink

 python-updater.in | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/python-updater.in b/python-updater.in
index ad58f5e..271e8b3 100644
--- a/python-updater.in
+++ b/python-updater.in
@@ -512,16 +512,10 @@ if [[ "${PMS_COMMAND[${PMS_INDEX}]}" == "emerge" ]]; then
 fi
 
 if has_version "=dev-lang/python-2*"; then
-   if [[ "$(readlink "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python2)" != 
"python2."* ]]; then
-   die "'@GENTOO_PORTAGE_EPREFIX@/usr/bin/python2' is not valid 
symlink"
-   fi
-   NEW_PYTHON2_VERSION="$("@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python2 -c 
'from sys import version_info; print(".".join([str(x) for x in 
version_info[:2]]))')"
+   NEW_PYTHON2_VERSION="$("@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python2 -c 
'from sys import version_info; print(".".join([str(x) for x in 
version_info[:2]]))')" || die "Error calling python2"
 fi
 if has_version "=dev-lang/python-3*"; then
-   if [[ "$(readlink "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python3)" != 
"python3."* ]]; then
-   die "'@GENTOO_PORTAGE_EPREFIX@/usr/bin/python3' is not valid 
symlink"
-   fi
-   NEW_PYTHON3_VERSION="$("@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python3 -c 
'from sys import version_info; print(".".join([str(x) for x in 
version_info[:2]]))')"
+   NEW_PYTHON3_VERSION="$("@GENTOO_PORTAGE_EPREFIX@"/usr/bin/python3 -c 
'from sys import version_info; print(".".join([str(x) for x in 
version_info[:2]]))')" || die "Error calling python3"
 fi
 if [[ -z "${NEW_PYTHON2_VERSION}" && -z "${NEW_PYTHON3_VERSION}" ]]; then
die "Python 2 and Python 3 not installed"



[gentoo-commits] repo/gentoo:master commit in: app-admin/python-updater/

2015-12-10 Thread Mike Gilbert
commit: 4ef2664783896a41233602b09fe4a7124ac39515
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 10 19:35:26 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 19:35:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef26647

app-admin/python-updater: Release 0.14

Bug: https://bugs.gentoo.org/567896

Package-Manager: portage-2.2.26_p25

 app-admin/python-updater/Manifest  |  1 +
 .../python-updater/python-updater-0.14.ebuild  | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/python-updater/Manifest 
b/app-admin/python-updater/Manifest
index 1e42e3b..1786d0d 100644
--- a/app-admin/python-updater/Manifest
+++ b/app-admin/python-updater/Manifest
@@ -1,3 +1,4 @@
 DIST python-updater-0.11.tar.bz2 9355 SHA256 
5c88b2a56febe67e783855a1c51c4c89637e948704834ad1f5d1b6e46cc4a7b8 SHA512 
613d0b772faed65690b3999fb557f4414926f72f2f6084cf2e91c225a036df8c1a3c73e4fa6feac191cb7ac89035d3bcae9a6b23f479e2cf63d69bb8c57217fe
 WHIRLPOOL 
9eab112192a3515e71d4971b89282d3f9725629af5b4db6a090d74f4c3dc9421dbfbc9c6c0393b3d6387d4926b1eb1bbc6291ac18ae31e86ecfeb37cfba68b14
 DIST python-updater-0.12.tar.bz2 10323 SHA256 
9df20f8e4acb18428f649ca944e9f6875125d996df6a72f0dab4e1f4b51ffe72 SHA512 
6bb092ab52274f22edce479c2efafb3ad96c8969ecf0e72a99c5c6dc2755c6caf9bfaacbcb745a8839b79c891c6356b6cfcba08ce117061a0e6d17d3d43ff3fd
 WHIRLPOOL 
86659c9b5a4f9752416342ed09e710a70133f7b69e61f707d1800f4008db63770b4252a3c56047a9db37319963558872ea8618fc00f44f4fc4da4b800c62
 DIST python-updater-0.13.tar.bz2 10384 SHA256 
9123cdb538f3f05f20562acb1e6bb4f568061f3b6d866b31edb24da325bfbbbe SHA512 
5c75cd76e18d19a6d4fdec902d47cccf41d61fd9b6d40c6c22b4579e826130ebdf00c8da57b6ba2752ff10832f5fcebb9a0a2dbeef03551add0382f57b15ac5a
 WHIRLPOOL 
bf804db9ac5dcd7aea9141c43378b0c5d938d5a984c9fe73fb9d8db1933354270a2cf74e5ea49066cb5c2fae1e60590638abf9a79cb9394bcbe9c3487cde9af7
+DIST python-updater-0.14.tar.bz2 10354 SHA256 
78b8a8680ef2a64baf2e1a3624694967ea119109f9c171106b93e02661f3ba4a SHA512 
6d5589326a1dc1cb83c42a0d1cdadce4e33ee25a1699e93475d5167666f06fda900822fa3f5657c473999860a36cfb6f6dd1312b66695e47ad3035404e26b9db
 WHIRLPOOL 
6d839525fabdf19f8fc729bc341cb13bfdec2a5f96eff9524ea8af018987c86d284aa7a52a6c1f32aac34403f0fef47a9a7e6963b91282529bc30997c6d2666b

diff --git a/app-admin/python-updater/python-updater-0.14.ebuild 
b/app-admin/python-updater/python-updater-0.14.ebuild
new file mode 100644
index 000..b13d97d
--- /dev/null
+++ b/app-admin/python-updater/python-updater-0.14.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+fi
+
+DESCRIPTION="Script used to reinstall Python packages after changing of active 
Python versions"
+HOMEPAGE="https://www.gentoo.org/proj/en/Python/;
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git"
+else
+   SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+if [[ ${PV} ==  ]]; then
+   DEPEND="
+   sys-apps/gentoo-functions
+   sys-apps/help2man
+   "
+fi
+RDEPEND="
+   sys-apps/gentoo-functions
+   || ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 
sys-apps/pkgcore )
+"
+
+src_compile() {
+   [[ ${PV} ==  ]] && emake python-updater
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/python-updater/

2015-12-10 Thread Mike Gilbert
commit: 10d3e1473761c48e3a261798c849dfb1db7b0f59
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 10 19:36:49 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 19:36:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d3e147

app-admin/python-updater: Shorten DESCRIPTION

Package-Manager: portage-2.2.26_p25

 app-admin/python-updater/python-updater-0.11.ebuild | 2 +-
 app-admin/python-updater/python-updater-0.12.ebuild | 2 +-
 app-admin/python-updater/python-updater-0.13.ebuild | 2 +-
 app-admin/python-updater/python-updater-0.14.ebuild | 2 +-
 app-admin/python-updater/python-updater-.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-admin/python-updater/python-updater-0.11.ebuild 
b/app-admin/python-updater/python-updater-0.11.ebuild
index 01c1e52..34982dd 100644
--- a/app-admin/python-updater/python-updater-0.11.ebuild
+++ b/app-admin/python-updater/python-updater-0.11.ebuild
@@ -8,7 +8,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-2
 fi
 
-DESCRIPTION="Script used to reinstall Python packages after changing of active 
Python versions"
+DESCRIPTION="Script used to reinstall Python packages after changing active 
Python versions"
 HOMEPAGE="https://www.gentoo.org/proj/en/Python/;
 if [[ "${PV}" == "" ]]; then
SRC_URI=""

diff --git a/app-admin/python-updater/python-updater-0.12.ebuild 
b/app-admin/python-updater/python-updater-0.12.ebuild
index 18dac51..f7b7f51 100644
--- a/app-admin/python-updater/python-updater-0.12.ebuild
+++ b/app-admin/python-updater/python-updater-0.12.ebuild
@@ -8,7 +8,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 fi
 
-DESCRIPTION="Script used to reinstall Python packages after changing of active 
Python versions"
+DESCRIPTION="Script used to reinstall Python packages after changing active 
Python versions"
 HOMEPAGE="https://www.gentoo.org/proj/en/Python/;
 if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git"

diff --git a/app-admin/python-updater/python-updater-0.13.ebuild 
b/app-admin/python-updater/python-updater-0.13.ebuild
index b13d97d..f5baa61 100644
--- a/app-admin/python-updater/python-updater-0.13.ebuild
+++ b/app-admin/python-updater/python-updater-0.13.ebuild
@@ -8,7 +8,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 fi
 
-DESCRIPTION="Script used to reinstall Python packages after changing of active 
Python versions"
+DESCRIPTION="Script used to reinstall Python packages after changing active 
Python versions"
 HOMEPAGE="https://www.gentoo.org/proj/en/Python/;
 if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git"

diff --git a/app-admin/python-updater/python-updater-0.14.ebuild 
b/app-admin/python-updater/python-updater-0.14.ebuild
index b13d97d..f5baa61 100644
--- a/app-admin/python-updater/python-updater-0.14.ebuild
+++ b/app-admin/python-updater/python-updater-0.14.ebuild
@@ -8,7 +8,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 fi
 
-DESCRIPTION="Script used to reinstall Python packages after changing of active 
Python versions"
+DESCRIPTION="Script used to reinstall Python packages after changing active 
Python versions"
 HOMEPAGE="https://www.gentoo.org/proj/en/Python/;
 if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git"

diff --git a/app-admin/python-updater/python-updater-.ebuild 
b/app-admin/python-updater/python-updater-.ebuild
index 18dac51..f7b7f51 100644
--- a/app-admin/python-updater/python-updater-.ebuild
+++ b/app-admin/python-updater/python-updater-.ebuild
@@ -8,7 +8,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 fi
 
-DESCRIPTION="Script used to reinstall Python packages after changing of active 
Python versions"
+DESCRIPTION="Script used to reinstall Python packages after changing active 
Python versions"
 HOMEPAGE="https://www.gentoo.org/proj/en/Python/;
 if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git"



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

2015-12-10 Thread Mike Gilbert
commit: 5ea068636367599a76fc0fd870ee9f7641231d26
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 10 19:08:44 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 19:08:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea06863

dev-lang/python: Adjust eselect-python dep

Package-Manager: portage-2.2.26_p25

 dev-lang/python/python-2.7.10-r4.ebuild | 2 +-
 dev-lang/python/python-2.7.11.ebuild| 2 +-
 dev-lang/python/python-3.3.5-r4.ebuild  | 2 +-
 dev-lang/python/python-3.4.3-r4.ebuild  | 2 +-
 dev-lang/python/python-3.5.0-r3.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lang/python/python-2.7.10-r4.ebuild 
b/dev-lang/python/python-2.7.10-r4.ebuild
index f947f61..ee52958 100644
--- a/dev-lang/python/python-2.7.10-r4.ebuild
+++ b/dev-lang/python/python-2.7.10-r4.ebuild
@@ -66,7 +66,7 @@ DEPEND="${RDEPEND}
!sys-devel/gcc[libffi]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
-PDEPEND="app-eselect/eselect-python
+PDEPEND=">=app-eselect/eselect-python-20151117-r1
app-admin/python-updater"
 
 S="${WORKDIR}/${MY_P}"

diff --git a/dev-lang/python/python-2.7.11.ebuild 
b/dev-lang/python/python-2.7.11.ebuild
index e6120b5..f3113c6 100644
--- a/dev-lang/python/python-2.7.11.ebuild
+++ b/dev-lang/python/python-2.7.11.ebuild
@@ -66,7 +66,7 @@ DEPEND="${RDEPEND}
!sys-devel/gcc[libffi]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
-PDEPEND="app-eselect/eselect-python
+PDEPEND=">=app-eselect/eselect-python-20151117-r1
app-admin/python-updater"
 
 S="${WORKDIR}/${MY_P}"

diff --git a/dev-lang/python/python-3.3.5-r4.ebuild 
b/dev-lang/python/python-3.3.5-r4.ebuild
index 9b0e261..226e0f3 100644
--- a/dev-lang/python/python-3.3.5-r4.ebuild
+++ b/dev-lang/python/python-3.3.5-r4.ebuild
@@ -60,7 +60,7 @@ DEPEND="${RDEPEND}
!sys-devel/gcc[libffi]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${PYVER} )"
-PDEPEND="app-eselect/eselect-python
+PDEPEND=">=app-eselect/eselect-python-20151117-r1
app-admin/python-updater"
 
 S="${WORKDIR}/${MY_P}"

diff --git a/dev-lang/python/python-3.4.3-r4.ebuild 
b/dev-lang/python/python-3.4.3-r4.ebuild
index 526233a..baf23bc 100644
--- a/dev-lang/python/python-3.4.3-r4.ebuild
+++ b/dev-lang/python/python-3.4.3-r4.ebuild
@@ -53,7 +53,7 @@ DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.65
!sys-devel/gcc[libffi]"
 RDEPEND+=" !build? ( app-misc/mime-types )"
-PDEPEND="app-eselect/eselect-python
+PDEPEND=">=app-eselect/eselect-python-20151117-r1
app-admin/python-updater"
 
 S="${WORKDIR}/${MY_P}"

diff --git a/dev-lang/python/python-3.5.0-r3.ebuild 
b/dev-lang/python/python-3.5.0-r3.ebuild
index b2b50a1..fa41328 100644
--- a/dev-lang/python/python-3.5.0-r3.ebuild
+++ b/dev-lang/python/python-3.5.0-r3.ebuild
@@ -52,7 +52,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
!sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )"
-PDEPEND="app-eselect/eselect-python"
+PDEPEND=">=app-eselect/eselect-python-20151117-r1"
 
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/poi/files/, dev-java/poi/, dev-java/dbunit/files/, dev-java/dbunit/

2015-12-10 Thread Patrice Clement
commit: 495981951e201d59f074b9106ed003a398f10951
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 10 08:13:22 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 10 08:14:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49598195

dev-java/{poi,dbunit}: Removal. Fixes bug 402757.

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

 dev-java/dbunit/Manifest   |  1 -
 dev-java/dbunit/dbunit-2.4.5.ebuild| 54 
 dev-java/dbunit/files/build-2.4.xml| 62 --
 dev-java/dbunit/files/build.xml| 57 -
 dev-java/dbunit/metadata.xml   | 12 
 dev-java/poi/Manifest  |  2 -
 dev-java/poi/files/poi-3.0.2-isADateFormat.patch   | 11 
 .../poi/files/poi-3.0.2-isADateFormatTest.patch| 45 -
 dev-java/poi/metadata.xml  |  5 --
 dev-java/poi/poi-3.0.2-r1.ebuild   | 74 --
 dev-java/poi/poi-3.2.ebuild| 62 --
 11 files changed, 385 deletions(-)

diff --git a/dev-java/dbunit/Manifest b/dev-java/dbunit/Manifest
deleted file mode 100644
index 227398c..000
--- a/dev-java/dbunit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dbunit-2.4.5-sources.jar 509812 SHA256 
a31762bcf4d41e24a33cbb20043f9c0bbcccab099a8bb11f29fb88fd6af2b9c0 SHA512 
9f6f43337d020aa8c8066e6a12efa3d3fc4256b0bc3ed3d330ddbd155a6430accea03e45987ecb44c747a4844c7c49e36549317c63b3cd456896d0e5bc508b5d
 WHIRLPOOL 
6e230abde0d9792dda3f83f549a0df960a8f7bcb4e3541f4c279bdb3b3b64c4aef7281326d4beb25770b5e6205f8a247a02698d94e84237299ba4da4d5fb3133

diff --git a/dev-java/dbunit/dbunit-2.4.5.ebuild 
b/dev-java/dbunit/dbunit-2.4.5.ebuild
deleted file mode 100644
index 5149316..000
--- a/dev-java/dbunit/dbunit-2.4.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="DbUnit is a JUnit extension targeted for database-driven projects"
-HOMEPAGE="http://dbunit.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-IUSE="${JAVA_PKG_IUSE}"
-
-COMMON_DEP="dev-java/slf4j-api:0
-   dev-java/poi:3.2
-   dev-java/commons-collections:0
-   dev-java/ant-core:0
-   dev-java/junit:0"
-
-RDEPEND=">=virtual/jre-1.4
-   dev-java/slf4j-nop:0
-   ${COMMON_DEP}"
-
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip:0
-   ${COMMON_DEP}"
-
-S="${WORKDIR}"
-
-java_prepare() {
-   # Upstream no longer provides a build file.
-   cp -v "${FILESDIR}"/build-2.4.xml build.xml || die
-}
-
-EANT_GENTOO_CLASSPATH="poi-3.2,junit,slf4j-api,commons-collections,ant-core"
-JAVA_ANT_REWRITE_CLASSPATH="true"
-
-src_install() {
-   # slf4j needed for runtime
-   java-pkg_register-optional-dependency slf4j-nop
-   java-pkg_register-optional-dependency slf4j-log4j12
-
-   java-pkg_dojar "${S}"/dist/"${PN}.jar"
-
-   use doc && java-pkg_dojavadoc build/javadoc
-   use source && java-pkg_dosrc org
-}

diff --git a/dev-java/dbunit/files/build-2.4.xml 
b/dev-java/dbunit/files/build-2.4.xml
deleted file mode 100644
index dd786c5..000
--- a/dev-java/dbunit/files/build-2.4.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-
-   
-
-
-   
-   
-   
-   
-   
-   
-   
-
-   
-   
-   
-   
-   
-   
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-

diff --git a/dev-java/dbunit/files/build.xml b/dev-java/dbunit/files/build.xml
deleted file mode 100644
index 4ee7b6d..000
--- a/dev-java/dbunit/files/build.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-  
-
-   
-   
-   
-   
-   
-   
-   
- 
-   
-   
-   
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-

diff --git a/dev-java/dbunit/metadata.xml b/dev-java/dbunit/metadata.xml
deleted file mode 100644
index 01d4dd9..000
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-db/jxtray/files/, dev-db/jxtray/

2015-12-10 Thread Patrice Clement
commit: ee8ad7cbe810eb2a4e6f0d006b6981fadc09083f
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 10 08:14:10 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 10 08:14:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8ad7cb

dev-db/jxtray: Removal. Fixes bug 402757.

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

 dev-db/jxtray/Manifest |  1 -
 dev-db/jxtray/files/build.xml  | 62 -
 dev-db/jxtray/files/default.properties |  9 -
 dev-db/jxtray/jxtray-0.5-r4.ebuild | 73 --
 dev-db/jxtray/jxtray-0.5-r5.ebuild | 73 --
 dev-db/jxtray/metadata.xml | 16 
 6 files changed, 234 deletions(-)

diff --git a/dev-db/jxtray/Manifest b/dev-db/jxtray/Manifest
deleted file mode 100644
index 614eddc..000
--- a/dev-db/jxtray/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jxtray-src-0.5.tgz 2476739 SHA256 
ddb5d2b2399d1440d84b144fce4ef4f7ff865081745057e101deff3a38f0a849 SHA512 
11af9c74a12786b7e34890ae3ebfc3f5631c247cf693add5884db05bd63ccd021f613f696ecbcaff606e2567d43070baf73197fb7675e7a15fe45923773ebe6f
 WHIRLPOOL 
3a5b32545a22061a7691faf45ce0a542691bb67f0e8299937bd032a46f9b71dcda1cd5ad6c4343954a4dfddd76bf7a6630a679f04b42fff3e5c7a84b50abde34

diff --git a/dev-db/jxtray/files/build.xml b/dev-db/jxtray/files/build.xml
deleted file mode 100644
index 4d4fadf..000
--- a/dev-db/jxtray/files/build.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-   
-   
-   
-
-   
-  
-  
-  
-  
-   
-
-   
-  
-
-  
- 
-  
-
-  
- 
-  
-
-  
- 
-  
-   
-
-   
-  
-   
-
-   
-   
-   
-
-  
- 
-
- 
-  
-   
-
-   
-  
-  
-  
-   
-

diff --git a/dev-db/jxtray/files/default.properties 
b/dev-db/jxtray/files/default.properties
deleted file mode 100644
index fbcf7c2..000
--- a/dev-db/jxtray/files/default.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-
-build=${basedir}/build
-dist=${basedir}/dist
-
-javadoc=${build}/doc
-packages=jxtray.*
-
-srcdir=${basedir}/src
-

diff --git a/dev-db/jxtray/jxtray-0.5-r4.ebuild 
b/dev-db/jxtray/jxtray-0.5-r4.ebuild
deleted file mode 100644
index 7eca64e..000
--- a/dev-db/jxtray/jxtray-0.5-r4.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Java based Database Explorer"
-HOMEPAGE="http://jxtray.sourceforge.net;
-SRC_URI="mirror://sourceforge/jxtray/${PN}-src-${PV}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc firebird mssql mysql postgres"
-
-COMMON_DEP="
-   >=dev-java/jdom-1.0:1.0
-   >=dev-java/kunststoff-2.0.2:2.0
-   dev-java/poi:0
-   dev-java/sax:0
-   >=dev-java/xerces-2.7:2
-   dev-java/xml-commons:0
-   firebird? ( dev-java/jdbc-jaybird:0 )
-   mssql? ( >=dev-java/jtds-1.2:1.2 )
-   mysql? ( dev-java/jdbc-mysql:0 )
-   postgres? ( dev-java/jdbc-postgresql:0 )
-   !firebird? ( !mssql? ( !postgres? ( dev-java/jdbc-mysql:0 ) ) )"
-RDEPEND=">=virtual/jre-1.4
-   ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.4
-   ${COMMON_DEP}"
-
-S="${WORKDIR}/${PN}-src-${PV}"
-
-src_unpack() {
-   unpack ${A}
-   cp "${FILESDIR}"/build.xml "${FILESDIR}"/default.properties "${S}"
-   local cp=""
-
-   cd "${S}"/lib
-   rm *.jar
-   cp="${cp}:$(java-pkg_getjars jdom-1.0)"
-   cp="${cp}:$(java-pkg_getjars xerces-2)"
-   cp="${cp}:$(java-pkg_getjars xml-commons)"
-   cp="${cp}:$(java-pkg_getjars sax)"
-   cp="${cp}:$(java-pkg_getjars poi)"
-
-   cd "${S}"/lib/lookandfeel
-   rm *.jar
-   cp="${cp}:$(java-pkg_getjars kunststoff-2.0)"
-
-   cd "${S}"/lib/drivers
-   rm *.jar
-   use firebird && cp="${cp}:$(java-pkg_getjars jdbc-jaybird)"
-   use mssql && cp="${cp}:$(java-pkg_getjars jtds-1.2)"
-   use mysql && cp="${cp}:$(java-pkg_getjars jdbc-mysql)"
-   use postgres && cp="${cp}:$(java-pkg_getjars jdbc-postgresql)"
-
-   echo "classpath=${cp}" > "${S}"/build.properties
-}
-
-src_compile() {
-   eant jar $(use_doc javadoc)
-}
-
-src_install() {
-   java-pkg_newjar dist/${P}.jar ${PN}.jar
-
-   java-pkg_dolauncher jxtray --main jxtray.Jxtray
-
-   dodoc CHANGELOG.txt README.txt
-   use doc && java-pkg_dojavadoc javadoc
-}

diff --git a/dev-db/jxtray/jxtray-0.5-r5.ebuild 
b/dev-db/jxtray/jxtray-0.5-r5.ebuild
deleted file mode 100644
index 35ee230..000
--- a/dev-db/jxtray/jxtray-0.5-r5.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Java based Database Explorer"
-HOMEPAGE="http://jxtray.sourceforge.net;

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

2015-12-10 Thread Justin Lecher
commit: 3e0c77ac812b88cb421ec994fb852b8d7d5581a4
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Dec 10 08:17:42 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Dec 10 08:17:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0c77ac

dev-python/gst-python: Adopt to changes in general python handling

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

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

 dev-python/gst-python/gst-python-1.2.1.ebuild | 8 +++-
 dev-python/gst-python/gst-python-1.4.0.ebuild | 8 +++-
 dev-python/gst-python/gst-python-1.6.0.ebuild | 8 +++-
 dev-python/gst-python/gst-python-1.6.1.ebuild | 8 +++-
 4 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/dev-python/gst-python/gst-python-1.2.1.ebuild 
b/dev-python/gst-python/gst-python-1.2.1.ebuild
index b2da6fd..eeb014c 100644
--- a/dev-python/gst-python/gst-python-1.2.1.ebuild
+++ b/dev-python/gst-python/gst-python-1.2.1.ebuild
@@ -38,8 +38,14 @@ src_prepare() {
python_foreach_impl prepare_gst
 }
 
+myeconf() {
+   local flag
+   flag="$(${PYTHON} -c 'import sysconfig; 
print(sysconfig.get_config_var("ABIFLAGS") or "")')"
+   PYTHON="${EPYTHON}${flag}" econf
+}
+
 src_configure() {
-   ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
+   ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
 }
 
 src_compile() {

diff --git a/dev-python/gst-python/gst-python-1.4.0.ebuild 
b/dev-python/gst-python/gst-python-1.4.0.ebuild
index 03861fd..80b1de3 100644
--- a/dev-python/gst-python/gst-python-1.4.0.ebuild
+++ b/dev-python/gst-python/gst-python-1.4.0.ebuild
@@ -34,8 +34,14 @@ src_prepare() {
python_foreach_impl prepare_gst
 }
 
+myeconf() {
+   local flag
+   flag="$(${PYTHON} -c 'import sysconfig; 
print(sysconfig.get_config_var("ABIFLAGS") or "")')"
+   PYTHON="${EPYTHON}${flag}" econf
+}
+
 src_configure() {
-   ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
+   ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
 }
 
 src_compile() {

diff --git a/dev-python/gst-python/gst-python-1.6.0.ebuild 
b/dev-python/gst-python/gst-python-1.6.0.ebuild
index 53128bc..81d086d 100644
--- a/dev-python/gst-python/gst-python-1.6.0.ebuild
+++ b/dev-python/gst-python/gst-python-1.6.0.ebuild
@@ -34,8 +34,14 @@ src_prepare() {
python_foreach_impl prepare_gst
 }
 
+myeconf() {
+   local flag
+   flag="$(${PYTHON} -c 'import sysconfig; 
print(sysconfig.get_config_var("ABIFLAGS") or "")')"
+   PYTHON="${EPYTHON}${flag}" econf
+}
+
 src_configure() {
-   ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
+   ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
 }
 
 src_compile() {

diff --git a/dev-python/gst-python/gst-python-1.6.1.ebuild 
b/dev-python/gst-python/gst-python-1.6.1.ebuild
index d465961..95d223e 100644
--- a/dev-python/gst-python/gst-python-1.6.1.ebuild
+++ b/dev-python/gst-python/gst-python-1.6.1.ebuild
@@ -35,8 +35,14 @@ src_prepare() {
python_foreach_impl prepare_gst
 }
 
+myeconf() {
+   local flag
+   flag="$(${PYTHON} -c 'import sysconfig; 
print(sysconfig.get_config_var("ABIFLAGS") or "")')"
+   PYTHON="${EPYTHON}${flag}" econf
+}
+
 src_configure() {
-   ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
+   ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
 }
 
 src_compile() {



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

2015-12-10 Thread Patrice Clement
commit: 99dfa88274a764b9bfd01b1c0c746f1eb0e81bcd
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 10 09:49:08 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 10 09:49:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99dfa882

profiles/package.mask: Clean up a bunch of obsolete masks.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6bd8790..a646de0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -154,20 +154,6 @@ app-pda/msynctool
 app-pda/multisync-gui
 app-pda/osynctool
 
-# Patrice Clement  (12 Nov 2015)
-# Upstream dead + ebuild was never stabilised.
-# Masked for removal in 30 days. See bug #276095.
-net-p2p/phex
-
-# Patrice Clement  (12 Nov 2015)
-# Upstream is somewhat alive but has made compiling POI difficult to compile
-# and package. Further, POI is affected by a bunch of CVEs. It has solely two
-# deps that we are masking as well since both projects are not very trendy
-# and/or alive. Masked for removal in 30 days. See bug #402757.
-dev-java/poi
-dev-java/dbunit
-dev-db/jxtray
-
 # Justin Lecher  (12 Nov 2015)
 # deprecated version of the plugin. 
 # sci-chemistry/pymol includes the newer version
@@ -197,12 +183,6 @@ virtual/python-imaging
 =www-servers/apache-2.4.17
 
 # Pacho Ramos  (09 Nov 2015)
-# Not properly installed, dead for ages, upstream
-# ask people to use Zed Attack Proxy Project instead
-# Removal in a month. Bug #185919
-net-proxy/webscarab
-
-# Pacho Ramos  (09 Nov 2015)
 # Nobody willing to maintain/bump it. Use qemu instead
 # Removal in a month. Bug #23
 app-emulation/skyeye



[gentoo-commits] repo/gentoo:master commit in: net-p2p/phex/files/, net-p2p/phex/

2015-12-10 Thread Patrice Clement
commit: b3fd801f5f28420e91e8adf5a2c68c2433240614
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 10 09:46:40 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 10 09:46:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fd801f

net-p2p/phex: Removal. Fixes bug 276095.

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

 net-p2p/phex/Manifest  |   1 -
 .../files/0001-Remove-MacOS-GUI-references.patch   | 113 -
 net-p2p/phex/files/phex-3.0.0.99.sh|   7 --
 net-p2p/phex/metadata.xml  |   9 --
 net-p2p/phex/phex-3.2.0.102-r1.ebuild  |  65 
 5 files changed, 195 deletions(-)

diff --git a/net-p2p/phex/Manifest b/net-p2p/phex/Manifest
deleted file mode 100644
index 0f1da7f..000
--- a/net-p2p/phex/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST phex_3.2.0.102_src.zip 5416827 SHA256 
e5b6316a3e60c68949ca33321804ae9473858f7d65d5fb59275a4f0e7a64eda9 SHA512 
202ae0a549cd7bebd6256c3315d82be3710a9ae4ee55fb9ad42720634c9ee2cd508273bc3f4e5f91e0ffb463f7d54266361ed335bc581a551f3ec2de9d163330
 WHIRLPOOL 
1837017585da6622cbf3453b380f5b664ae491f1c7b76c5859020fe0a6e2eef9ee90c32aa6cd6281ffc8ea65a35a2f696b94b281d8640ba5b71b480ea6946013

diff --git a/net-p2p/phex/files/0001-Remove-MacOS-GUI-references.patch 
b/net-p2p/phex/files/0001-Remove-MacOS-GUI-references.patch
deleted file mode 100644
index f772157..000
--- a/net-p2p/phex/files/0001-Remove-MacOS-GUI-references.patch
+++ /dev/null
@@ -1,113 +0,0 @@
-From 2bd7907aef02530680cfd795f3f757613777c064 Mon Sep 17 00:00:00 2001
-From: Stanislav Ochotnicky 
-Date: Sat, 10 Jul 2010 15:50:13 +0200
-Subject: [PATCH] Remove MacOS GUI references
-

- src/phex/gui/common/FileDialogHandler.java |   45 +--
- src/phex/gui/common/GUIRegistry.java   |5 ---
- 2 files changed, 2 insertions(+), 48 deletions(-)
-
-diff --git a/src/phex/gui/common/FileDialogHandler.java 
b/src/phex/gui/common/FileDialogHandler.java
-index a5ee4f7..530f374 100644
 a/src/phex/gui/common/FileDialogHandler.java
-+++ b/src/phex/gui/common/FileDialogHandler.java
-@@ -34,7 +34,6 @@ import javax.swing.filechooser.FileFilter;
- 
- import org.apache.commons.lang.SystemUtils;
- 
--import phex.gui.macosx.MacOsxGUIUtils;
- import phex.utils.DirectoryOnlyFileFilter;
- 
- public class FileDialogHandler
-@@ -45,7 +44,7 @@ public class FileDialogHandler
- {
- if ( SystemUtils.IS_OS_MAC_OSX )
- {
--return openMacDirectoryChooser( title, null, null );
-+return null;
- }
- else
- {
-@@ -71,10 +70,7 @@ public class FileDialogHandler
- {
- if ( SystemUtils.IS_OS_MAC_OSX )
- {
--return new File[]
--{
--openMacDirectoryChooser( title, notifyPopupTitle, 
notifyPopupShortMessage )
--};
-+return null;
- }
- else
- {
-@@ -85,43 +81,6 @@ public class FileDialogHandler
- }
- }
- 
--private static File openMacDirectoryChooser( String title,
--String notifyPopupTitle, String notifyPopupShortMessage )
--{
--// create folder dialog through other class this prevents 
--// NoClassDefFoundError on Windows systems since the import of the
--// required OS X classes is elsewhere.
--FileDialog dia = MacOsxGUIUtils.createFolderDialog(); 
--dia.setTitle(title);
--
--// unfortunatly its not possible to display notification popup
--// besides heavy weight dialog.
--//if ( notifyPopupTitle != null || notifyPopupShortMessage != null )
--//{
--//displayMacNotificationPopup( dia, notifyPopupTitle, 
--//notifyPopupShortMessage );
--//}
--
--DirectoryOnlyFileFilter filter = new DirectoryOnlyFileFilter();
--dia.setFilenameFilter( new FileFilterWrapper(
--filter) );
--dia.setVisible( true );
--String dirStr = dia.getDirectory();
--String fileStr = dia.getFile();
--
--if( dirStr == null || fileStr == null )
--{
--return null;
--}
--File file = new File(dirStr, fileStr);
--// validate filter
--if( !filter.accept(file) )
--{
--return null;
--}
--return file;
--}
--
- private static JFileChooser initDefaultChooser( String title,
- String approveBtnText, char approveBtnMnemonic, FileFilter filter,
- int mode, File currentDirectory, String notifyPopupTitle,
-diff --git a/src/phex/gui/common/GUIRegistry.java 
b/src/phex/gui/common/GUIRegistry.java
-index 852722e..3c28f2e 100644
 a/src/phex/gui/common/GUIRegistry.java
-+++ b/src/phex/gui/common/GUIRegistry.java
-@@ -47,7 +47,6 @@ import phex.gui.actions.FWAction;
- import 

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

2015-12-10 Thread Michael Palimaka
commit: d5dad27e94ea5d4040d15102e6c43b5a8a33afca
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 09:49:03 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 09:49:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dad27e

profiles: mask x11-plugins/wmium for removal

Gentoo-bug: 567532

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a646de0..ea3ea93 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Palimaka  (10 Dec 2015)
+# Relies on dead ISP API. Dead upstream. Masked for removal in 30 days.
+# Bug 567532
+x11-plugins/wmium
+
 # Michael Sterrett  (09 Dec 2015)
 # Unneeded now that lugaru is open-source. (bug #505610)
 # Masked for removal on 20160108



[gentoo-commits] repo/gentoo:master commit in: dev-lang/mono/files/, dev-lang/mono/

2015-12-10 Thread Heather Cynede
commit: 228994031585879b17b90ac6659e5cb80214d088
Author: Heather Cynede  gentoo  org>
AuthorDate: Thu Dec 10 08:04:32 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Thu Dec 10 08:04:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22899403

dev-lang/mono: bump to 4.2.1.124, patch for bug 36724

Package-Manager: portage-2.2.26

 dev-lang/mono/Manifest |   1 +
 dev-lang/mono/files/fix-for-bug36724.patch |  13 
 dev-lang/mono/mono-4.2.1.124.ebuild| 115 +
 3 files changed, 129 insertions(+)

diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest
index 6c6134e..9953b28 100644
--- a/dev-lang/mono/Manifest
+++ b/dev-lang/mono/Manifest
@@ -3,3 +3,4 @@ DIST mono-3.12.1.tar.bz2 73487974 SHA256 
5d8cf153af2948c06bc9fbf5088f6834868e4db
 DIST mono-4.0.3.20.tar.bz2 95987018 SHA256 
976c0be3ab9b66361f48e8133c60b1b2942b88c44a7a11a19cd98f5ff64313fc SHA512 
bbf65abb4d91aa65fd467a59dcc7c290f779ab9f8df9d82b56957893556ad8d13dc3cc85f3128145e0dd15aaa8b0ea872c4b66af4fd211243d368514f10a07cd
 WHIRLPOOL 
9e7730c234dbf34a81637789a3ffee4ce37a1eaef6748f28a79875411d3c1d97cfbdce6146abfa7dde245e821fe52b2766bb7240637a8b8272788dffc5fd21ae
 DIST mono-4.0.5.1.tar.bz2 96533206 SHA256 
c2f42944dded3196c6449f90e79990f1951070a361a0dcc2350fc56e945bc229 SHA512 
c0783f7b2e344ca00ea354d2723821636a2594345f7e1fd93bf84e9ba1b5501848d4f49b1538279aac9f6f333d296394322e08a9749fe2208340104aa594cd09
 WHIRLPOOL 
ae9b0758c019003fc9ecdbd051974d547c59c24a4505e71c1fc7db8095bc98cdb486405e2ba1794bfb34ecc6bebeb8b5165a97ba8f596897887eb7f2da806b89
 DIST mono-4.2.1.102.tar.bz2 96228604 SHA256 
b7b461fe04375f621d88166ba8c6f1cb33c439fd3e17136460f7d087a51ed792 SHA512 
ffc6bee387b5e46a22e74600a5e5c0c7953b63b4d2392586a7cce9e1d0f6eeaa81ba5b6abaf911870913e3749ff577474931a2c1ce16cab9a41a3b3dd745638e
 WHIRLPOOL 
eb605bbdfd411e181706ff3728cd1690385e1e899a11a41872bc015eca2d5ee1c3f46b24d7c3956eb0818aa0a3944d533f6f531ed8815c7b0988f130b592feb1
+DIST mono-4.2.1.124.tar.bz2 96235544 SHA256 
6098476ce5c74685b23e7a96be8fe28a27db4167375fee103a275820054d647c SHA512 
56515fdd0ad047756804f2440c302e93f2eaec42dc462680035d0f9c4ea2c3974572b926a468629a49743837beeb8286ff0058392b45a89e9b1fb3ba5299fb8b
 WHIRLPOOL 
fe8c6c365d4ab91a1812c7b79a9d0b176eb42aa6515fe486e6de71199be7eaa52dbfd0dad6c31df78bd1a33847dbc45caa4b3928853810e5d354aed16ef6ca13

diff --git a/dev-lang/mono/files/fix-for-bug36724.patch 
b/dev-lang/mono/files/fix-for-bug36724.patch
new file mode 100644
index 000..187b4ba
--- /dev/null
+++ b/dev-lang/mono/files/fix-for-bug36724.patch
@@ -0,0 +1,13 @@
+diff --git a/mcs/class/System.Web/System.Web.Util/UrlUtils.cs 
b/mcs/class/System.Web/System.Web.Util/UrlUtils.cs
+index 4f07e83..e229a91 100644
+--- a/mcs/class/System.Web/System.Web.Util/UrlUtils.cs
 b/mcs/class/System.Web/System.Web.Util/UrlUtils.cs
+@@ -54,7 +54,7 @@ namespace System.Web.Util {
+   if (path.StartsWith (appvpath))
+   path = path.Substring (appvpath.Length);
+ 
+-  if (path [0] == '/')
++  if (path.StartsWith("/"))
+   path = path.Length > 1 ? path.Substring (1) : 
"";
+ 
+   return Canonic (appvpath + "(" + id + ")/" + path);

diff --git a/dev-lang/mono/mono-4.2.1.124.ebuild 
b/dev-lang/mono/mono-4.2.1.124.ebuild
new file mode 100644
index 000..83b5c4b
--- /dev/null
+++ b/dev-lang/mono/mono-4.2.1.124.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
+AUTOTOOLS_AUTORECONF=1
+
+inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils 
versionator
+
+DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
+HOMEPAGE="http://www.mono-project.com/Main_Page;
+SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2;
+
+LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception 
IDPL"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+
+IUSE="nls minimal pax_kernel xen doc"
+
+COMMONDEPEND="
+   !minimal? ( >=dev-dotnet/libgdiplus-2.10 )
+   ia64? ( sys-libs/libunwind )
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="${COMMONDEPEND}
+   || ( www-client/links www-client/lynx )
+"
+DEPEND="${COMMONDEPEND}
+   sys-devel/bc
+   virtual/yacc
+   pax_kernel? ( sys-apps/elfix )
+   !dev-lang/mono-basic
+"
+
+MAKEOPTS="${MAKEOPTS} -j1" #nowarn
+S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
+
+pkg_pretend() {
+   # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang 
while compiling.
+   # See http://bugs.gentoo.org/261869 for more info."
+   CONFIG_CHECK="SYSVIPC"
+   use kernel_linux && check_extra_config
+}
+
+pkg_setup() {
+   linux-info_pkg_setup
+   mono-env_pkg_setup
+}
+

[gentoo-commits] repo/gentoo:master commit in: net-proxy/webscarab/, net-proxy/webscarab/files/

2015-12-10 Thread Patrice Clement
commit: 6ee5bd63f40831835f526d2e111c06b580df4f7d
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 10 09:44:14 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 10 09:44:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee5bd63

net-proxy/webscarab: Removal. Fixes bug 185919.

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

 net-proxy/webscarab/Manifest  |  1 -
 net-proxy/webscarab/files/webscarab.sh|  3 ---
 net-proxy/webscarab/metadata.xml  | 14 --
 net-proxy/webscarab/webscarab-20070504.ebuild | 26 --
 4 files changed, 44 deletions(-)

diff --git a/net-proxy/webscarab/Manifest b/net-proxy/webscarab/Manifest
deleted file mode 100644
index deb8e5c..000
--- a/net-proxy/webscarab/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST webscarab-selfcontained-20070504-1631.jar 3024410 SHA256 
dd76a05452e5b8d2b78500715851610ae5f320724cc41f79e28f1808e19df509 SHA512 
a59ce575281aebc0a8b7f5f9e5ac0f86dc37a359f29845432e9d9568a9da7e1638aad2a6da2a8d9d1a21feab7356829902cee8d363729fb0ffba674ee5272411
 WHIRLPOOL 
84d72d7e198149b4ba2a67f5c58d3d5bd3cef76ebc81114c70bf147a84f96d4e85766dc030c108c7e07a4b091f39b1b8591fe3472bf9627f8202a3e1df0babab

diff --git a/net-proxy/webscarab/files/webscarab.sh 
b/net-proxy/webscarab/files/webscarab.sh
deleted file mode 100644
index f056097..000
--- a/net-proxy/webscarab/files/webscarab.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec java -jar /usr/lib/webscarab.jar

diff --git a/net-proxy/webscarab/metadata.xml b/net-proxy/webscarab/metadata.xml
deleted file mode 100644
index 0620814..000
--- a/net-proxy/webscarab/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   maintainer-nee...@gentoo.org
-   
-   WebScarab is designed to be a tool for anyone who 
needs to expose the workings 
-of an HTTP(S) based application, whether to allow the developer to debug 
otherwise difficult problems 
-or to allow a security specialist to identify vulnerabilities in the way that 
the application has been 
-designed or implemented.
-   
-   owasp
-   
-

diff --git a/net-proxy/webscarab/webscarab-20070504.ebuild 
b/net-proxy/webscarab/webscarab-20070504.ebuild
deleted file mode 100644
index 9b94106..000
--- a/net-proxy/webscarab/webscarab-20070504.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit multilib
-
-DESCRIPTION="A framework for analysing applications that communicate using the 
HTTP and HTTPS protocols"
-HOMEPAGE="https://www.owasp.org/index.php/Webscarab;
-SRC_URI="mirror://sourceforge/owasp/${PN}-selfcontained-${PV}-1631.jar"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-
-src_unpack() {
-   : # Nothing to unpack
-}
-
-src_install() {
-   newbin "${FILESDIR}/${PN}.sh" "${PN}" || die "dobin failed"
-   insinto /usr/$(get_libdir)
-   newins "${DISTDIR}/${A}" "${PN}.jar" || die "failed to install jar 
archive"
-}



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

2015-12-10 Thread Michael Palimaka
commit: 90608588b66164292a2385f3dff10cc92bff3eed
Author: Lorenzo Porta  outlook  it>
AuthorDate: Thu Dec 10 09:44:05 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 09:44:05 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=90608588

kde-apps/dolphin: fix optional dependencies

 kde-apps/dolphin/dolphin-15.11.90.ebuild  | 4 ++--
 kde-apps/dolphin/dolphin-15.12.49..ebuild | 4 ++--
 kde-apps/dolphin/dolphin-.ebuild  | 4 ++--
 kde-apps/dolphin/metadata.xml | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-15.11.90.ebuild 
b/kde-apps/dolphin/dolphin-15.11.90.ebuild
index 14093f1..a3482e6 100644
--- a/kde-apps/dolphin/dolphin-15.11.90.ebuild
+++ b/kde-apps/dolphin/dolphin-15.11.90.ebuild
@@ -58,8 +58,8 @@ DEPEND="
 RDEPEND="${DEPEND}
$(add_kdeapps_dep kio-extras)
thumbnail? (
-   $(add_kdeapps_dep ffmpegthumbs '' 5.)
-   $(add_kdeapps_dep thumbnailers '' 5.)
+   $(add_kdeapps_dep ffmpegthumbs)
+   $(add_kdeapps_dep thumbnailers)
)
 "
 

diff --git a/kde-apps/dolphin/dolphin-15.12.49..ebuild 
b/kde-apps/dolphin/dolphin-15.12.49..ebuild
index e8b9983..f6cc2b0 100644
--- a/kde-apps/dolphin/dolphin-15.12.49..ebuild
+++ b/kde-apps/dolphin/dolphin-15.12.49..ebuild
@@ -58,8 +58,8 @@ DEPEND="
 RDEPEND="${DEPEND}
$(add_kdeapps_dep kio-extras)
thumbnail? (
-   $(add_kdeapps_dep ffmpegthumbs '' 5.)
-   $(add_kdeapps_dep thumbnailers '' 5.)
+   $(add_kdeapps_dep ffmpegthumbs)
+   $(add_kdeapps_dep thumbnailers)
)
 "
 

diff --git a/kde-apps/dolphin/dolphin-.ebuild 
b/kde-apps/dolphin/dolphin-.ebuild
index e8b9983..f6cc2b0 100644
--- a/kde-apps/dolphin/dolphin-.ebuild
+++ b/kde-apps/dolphin/dolphin-.ebuild
@@ -58,8 +58,8 @@ DEPEND="
 RDEPEND="${DEPEND}
$(add_kdeapps_dep kio-extras)
thumbnail? (
-   $(add_kdeapps_dep ffmpegthumbs '' 5.)
-   $(add_kdeapps_dep thumbnailers '' 5.)
+   $(add_kdeapps_dep ffmpegthumbs)
+   $(add_kdeapps_dep thumbnailers)
)
 "
 

diff --git a/kde-apps/dolphin/metadata.xml b/kde-apps/dolphin/metadata.xml
index 7cf8c72..340550e 100644
--- a/kde-apps/dolphin/metadata.xml
+++ b/kde-apps/dolphin/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   Enables video thumbnail generation
+   Enables thumbnail generation

kde
 



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

2015-12-10 Thread Denis Dupeyron
commit: bbb958490914e071cc9118c87d95ea24fc891411
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Dec 10 21:29:42 2015 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Dec 10 21:29:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb95849

app-office/homebank: bump to 5.0.6

Package-Manager: portage-2.2.26

 app-office/homebank/Manifest  |  1 +
 app-office/homebank/homebank-5.0.6.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
index b3547b2..a80d9f8 100644
--- a/app-office/homebank/Manifest
+++ b/app-office/homebank/Manifest
@@ -1,2 +1,3 @@
 DIST homebank-4.6.3.tar.gz 1899045 SHA256 
f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948 SHA512 
aab7374d90ffc52a40188eb334fc9b3461c299014d6134f236488991400fffe9f6dcb69247501857fe4caafbb08f0c5d729211b13551203f1231d136e99e024d
 WHIRLPOOL 
e8f6a421c64eb1bf6f2d97910e4687b00cf794fd27c8aff83ce9d39e18393a1984e73a44110ff5e87427fd0ed74963dcb997490d97614116800100daca5b
 DIST homebank-5.0.5.tar.gz 2554967 SHA256 
67c47709517d325fc8d601bb8552e3c8a1ad3b820a2c0a403ed20f00c795903c SHA512 
9e23565041de9a4b4f7cf6374618022d89b99119d54a6375a17880e4cb284f7af7e83bef7d58b943c107d28ac56751987960a17e2bf2cc0a3e0c10d6442a40ed
 WHIRLPOOL 
8423d22687bc7851c4d51ccc88a1a4ade53eb813875beae7bf2137a209c57b3d08c63eebceed963f91db78f07cbba9a46dcb3fce68999b62fbbd55c826ddc1b5
+DIST homebank-5.0.6.tar.gz 2578726 SHA256 
4a52ef7a20accd50f8cead0d0564042912573c7d60887ef5e4d462fb28b239e4 SHA512 
48cb3c4b306804a5cc6dea3083fc84d64a8936bb9c7dfb357838abb05d3f2ce1080eba73be1bb7c37ffeb3ed10d14f15d0f7121d7e4f34c543f8807f8747f289
 WHIRLPOOL 
7052e27f7d9d38eae13a5ed3af0d7f284bcbdfbff9cb9282bc773f26a7fb5a0af305b81ba82cc2f21339aa3589bb5a6a4b9323f48c637d8418e4767197b4b314

diff --git a/app-office/homebank/homebank-5.0.6.ebuild 
b/app-office/homebank/homebank-5.0.6.ebuild
new file mode 100644
index 000..a63a800
--- /dev/null
+++ b/app-office/homebank/homebank-5.0.6.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 fdo-mime eutils gnome2-utils
+
+DESCRIPTION="Free, easy, personal accounting for everyone"
+HOMEPAGE="http://homebank.free.fr/index.php;
+SRC_URI="http://homebank.free.fr/public/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+ofx"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=dev-libs/glib-2.28
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   >=x11-libs/gtk+-3.6.4:3
+   x11-libs/pango
+   ofx? ( >=dev-libs/libofx-0.8.3 )"
+DEPEND="${RDEPEND}
+   >=dev-lang/perl-5.8.1
+   dev-perl/XML-Parser
+   >=dev-util/intltool-0.40.5
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   econf $(use_with ofx)
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}



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

2015-12-10 Thread Agostino Sarubbo
commit: ec97b9fc09ac7fccb40669134889cf791212ac68
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 10 21:41:05 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 10 21:41:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec97b9fc

sys-kernel/vanilla-sources: Automated version bump to 
{3.10.94,3.14.58,4.1.14,4.2.7,4.3.1} - remove old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest  | 9 +
 ...nilla-sources-4.3.0.ebuild => vanilla-sources-3.10.94.ebuild} | 0
 ...nilla-sources-4.2.6.ebuild => vanilla-sources-3.14.58.ebuild} | 0
 ...nilla-sources-4.1.13.ebuild => vanilla-sources-4.1.14.ebuild} | 0
 ...nilla-sources-3.14.57.ebuild => vanilla-sources-4.2.7.ebuild} | 0
 ...nilla-sources-3.10.93.ebuild => vanilla-sources-4.3.1.ebuild} | 0
 6 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 82ff439..6f7e26f 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,11 +7,12 @@ DIST linux-3.4.tar.xz 66748028 SHA256 
ff3dee6a855873d12487a6f4070ec2f7996d073019
 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 linux-4.3.tar.xz 86920812 SHA256 
4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae SHA512 
d25812043850530fdcfdb48523523ee980747f3c2c1266149330844dae2cba0d056d4ddd9c0f129f570f5d1f6df5c20385aec5f6a2e0755edc1e2f5f93e2c6bc
 WHIRLPOOL 
e3f131443acc14d4f67bbd3f4e1c57af3d822c41c85a112564d54667a591c8619dce42327fd8166d30a2d7adfaf433c2e2134d4995c91c08f65ac0cc2190f935
-DIST patch-3.10.93.xz 1199100 SHA256 
2e4768460dd2dc560c1d6c97aed88969781d3e7c7d42354d17748b35cf22f8d1 SHA512 
3cd15ccafe5c4c342567928c458db7021827d197973ff7070e0fd8e55421b195ff0996d553b567817385a6aba453b9d014cedaa6be735dc1d3cf7f433f6e8d66
 WHIRLPOOL 
4d0e28d584f60582d9b3ad08c5014705f6b8a59c19911d95ad5a438f3ebf68ff553d164c699334b05b0d7c21400aecbd371acea4b25491fa1e5d3f412ae489bd
+DIST patch-3.10.94.xz 1203604 SHA256 
8cae358c7c2dd7f14485b4e2f4963ad7e41400884e72a0c30cf8b0e4c9c3d40f SHA512 
6ee8b86e770f0a75ae24a2ef886231b8a577ee1d696ea37a79cd2f1b3d34fac6ee33d2a061941f3d690f564b8bf37c1cec0d9bded7a416ea00cd38dcb9f5f3d8
 WHIRLPOOL 
26b88a2100f57cc075b6291e1ce23ce445332d40c14922e9fc28ef621a7994a3403a3b1296b1a02b49815bd099edfe462151335750e3fd147ff84640142df92e
 DIST patch-3.12.50.xz 1390376 SHA256 
37809e5d7b0877bf62b2d1f7cb03f079ee7299b3afce2b4eb339cbef32f80c33 SHA512 
15f07ada969b484ded0b96461525da46d41aebca38bf13cb76ddc9199eb4f8d4e714da14e82a04ea674df766002661ef566a0e7c6bd94bef979619bc181ad70b
 WHIRLPOOL 
eda11f2eda7e4fcd72f7ff6b64f1ea2a2a7e22bbb2376173ee0fc4e1648eddeda21315227069e0975d831638840728e360ec202f63ee69bbb2feccef40bca74c
-DIST patch-3.14.57.xz 1033760 SHA256 
8485f2762091f996ef81e4efd61001b024296fa9ddde1d78be584ea812225f3e SHA512 
fc9bec0020ec5afcd0bf064f3f02888b5bc681b2908d08a547e7c4442915b2471f0ad66831d8623b4c48974890dcbeac1410491a0091af547a792e493217df39
 WHIRLPOOL 
712b6f8935abd5cc0388ea62547d0db1889622d159eb14748ea67dae2d8be970f7d2a4665c47711d8ecd7b61d69632403b89eded0552285af17a6fbfe189599b
+DIST patch-3.14.58.xz 1039716 SHA256 
e65bbccf03522a609b88c8186eef4cdb41c35bd6f9416b767b67c11718e26d6b SHA512 
d7b946dbe01c8b0167c75cbc1e328c43244218b653c7a3c29024c5a59a82645f1d652d25c957ecc692d1fa9b2e03c8c082905bac1df13e5238cbad261b342f3c
 WHIRLPOOL 
8418ca4ab6a8270d1c33b0c2ad6dd24f4904fab1d3168b05ee143b56828f808ea266d8b8db5bc69b5263a0b7a038ee1b5244cf034834ff1b2d5135558ea94c87
 DIST patch-3.18.23.xz 690832 SHA256 
52406a0efaefdffd6464ce5866213fa6c800d08d3e8c3af19f01a38c237e5212 SHA512 
b52747facd9049ed3dc32f75aec605766e29c538204eb585ee029e6dea5a763921ac00e7778c42b2033dec8f5543e8eaccfefca3f9aba1a0345894cdc58b77fc
 WHIRLPOOL 
3c61f2b884a8d4b4305b16954d4f0e83cba57fd862d11d0aa596c80e057fba84440d9aca10ae5c3a62caefcfe1cbf188d0811d279a507e5fe203356a4d108e1e
 DIST patch-3.2.73.xz 1494652 SHA256 
ea40b581e5c8841152eaeaef967e96b208eb8fc7b5c009cd1f9eaa8a428c72a8 SHA512 
64b6b71d8d42a283cde6ed8ffe5ee4a47eb075ddbef8e8d5cc7fdae8a47001c4571586ede1099d6216ef387c781940a7ccc3e9f4e31c23a400b2a76418026145
 WHIRLPOOL 

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

2015-12-10 Thread Sebastian Pipping
commit: 1813ab58ccad1a8db7a42b324570a2b779c56fdd
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Dec 10 22:12:41 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Dec 10 22:12:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1813ab58

media-gfx/gimp: Drop ~ia64 ~sparc (bugs #567824, #567802)

Package-Manager: portage-2.2.26

 media-gfx/gimp/gimp-2.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gimp/gimp-2.9.2.ebuild b/media-gfx/gimp/gimp-2.9.2.ebuild
index b4da08a..fd915e3 100644
--- a/media-gfx/gimp/gimp-2.9.2.ebuild
+++ b/media-gfx/gimp/gimp-2.9.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gimp.org/;
 SRC_URI="mirror://gimp/v$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-3 LGPL-3"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo 
es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml 
ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te 
th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
 IUSE="alsa aalib altivec aqua debug doc openexr gnome postscript jpeg2k 
cpu_flags_x86_mmx mng pdf python smp cpu_flags_x86_sse svg tiff udev webkit wmf 
xpm"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/ggobi/

2015-12-10 Thread Ian Stakenvicius
commit: ca4dbbd9eac5f23142faf2afe12b6a4efdbe1134
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Dec 10 03:22:23 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Dec 10 20:30:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4dbbd9

sci-visualization/ggobi: version bump, addresses bug 491682

Thanks to Juergen Rose for providing the original ebuild bump and tests

Package-Manager: portage-2.2.24

 sci-visualization/ggobi/Manifest|  1 +
 sci-visualization/ggobi/ggobi-2.1.11.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/sci-visualization/ggobi/Manifest b/sci-visualization/ggobi/Manifest
index 449c314..75b727c 100644
--- a/sci-visualization/ggobi/Manifest
+++ b/sci-visualization/ggobi/Manifest
@@ -1,3 +1,4 @@
 DIST ggobi-2.1.8.tar.bz2 2531628 SHA256 
2f814376d08a783628d2150d64cddda2e86b71f12847f1d51ba977197102fa8f SHA512 
0e410df9a4a6a1de346e1aef117f3b8c2cb8ed71e109c88c7a54a08ed40e74e526d84c22e4bda75c8ff09c883b0e01347b7d1f841a17593eeef277fb328ac869
 WHIRLPOOL 
1154b7b7387df957203a2a1a564b2d1cb177b26fc97e9f9452f8304892a826d63eb3dde1e2c115bc360f76cd6773bb6f94a929e69ec468b95c30bbb0467840bd
 DIST ggobi-2.1.9.tar.bz2 2778042 SHA256 
9f47ccfdbae7ae22c0096e9a171a523505e031f68dfaf705799cb87d42d73dcc SHA512 
cb19a74cea71a3c647b51d5f480c11f99fb1f13d7d5393d5bfa8ac2226cbdff4a133cc304936e50214533802108a876562e3fdd4bb1ced56ffad015d56907f08
 WHIRLPOOL 
4879f5549c5a70ba9b30866cf86bb3835f7834387ef2915c3ef750e03d6f1e62ef133f5fdba9dfc202c066a1152a4f3104485e40fa784949406cd043c03b2e2c
 DIST ggobi_2.1.10.orig.tar.bz2 2776784 SHA256 
08881aacb70a7a80e3778197bb4c673e634aea403fb7f9e282df189764b96aa3 SHA512 
40bc4a7fae992bf327d6b36c5aea7802279a3b6229242f31386e771636b4561260914a7fefb6a6337c1e1ab5a0682fbdd626389b83d9b57d0c2d050fac3723e5
 WHIRLPOOL 
ee751f5278937433db76b8c43d032e1dd7d78541848ab7da412a2da2bebb9300bb4689578b1809328368024f5691b3371b579c882ea01f4ee37ae521cb23e76f
+DIST ggobi_2.1.11.orig.tar.bz2 2787709 SHA256 
2c4ddc3ab71877ba184523e47b0637526e6f3701bd9afb6472e6dfc25646aed7 SHA512 
d34c6569d05d1e680101b62745012940c1e18c1588cd37b89b26b89e9eed9bab8fc53e0585a595b6cb4c9f2bb7d603ca4252cb6a6ba344bbc24e5cc5fd8a6dc1
 WHIRLPOOL 
9e686287fdb41f840c45b9ab92c184a0d624eb86a93233e4934cebd0e550ac25fe5ae3b06f6c95ebf1098efbd6062b9c9161ffbb26b3e3a43833443536af4987

diff --git a/sci-visualization/ggobi/ggobi-2.1.11.ebuild 
b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
new file mode 100644
index 000..f4884b3
--- /dev/null
+++ b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils autotools
+
+DESCRIPTION="Visualization program for exploring high-dimensional data"
+HOMEPAGE="http://www.ggobi.org/;
+# source code release is not well published
+#SRC_URI="http://www.ggobi.org/downloads/${P}.tar.bz2;
+SRC_URI="mirror://debian/pool/main/g/${PN}/${PN}_${PV}.orig.tar.bz2"
+
+LICENSE="CPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc minimal nls"
+
+RDEPEND="
+   dev-libs/libxml2:2
+   media-gfx/graphviz
+   x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   sed -i \
+   -e 's|ND_coord_i|ND_coord|' \
+   plugins/GraphLayout/graphviz.c || die
+   rm m4/libtool.m4 m4/lt*m4 plugins/*/aclocal.m4 || die
+   epatch \
+   "${FILESDIR}"/${PN}-2.1.8-plugindir.patch \
+   "${FILESDIR}"/${PN}-2.1.9-as-needed.patch \
+   "${FILESDIR}"/${PN}-2.1.10-desktop.patch
+   # need the ${S} for recursivity lookup
+   AT_M4DIR="${S}"/m4 eautoreconf
+}
+
+src_configure() {
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --disable-rpath \
+   $(use_enable nls) \
+   $(use_with !minimal all-plugins)
+}
+
+src_compile() {
+   emake all ggobirc
+}
+
+src_install() {
+   default
+   insinto /etc/xdg/ggobi
+   doins ggobirc
+   use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf
+}



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/

2015-12-10 Thread Ian Stakenvicius
commit: 3f8fd3b031ab53651e290c08d9bb571d2160903f
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Dec 10 20:30:22 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Dec 10 20:30:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8fd3b0

mail-client/thunderbird-bin: version bump, security bug 567298

Package-Manager: portage-2.2.24

 mail-client/thunderbird-bin/Manifest   |  58 
 .../thunderbird-bin/thunderbird-bin-38.4.0.ebuild  | 162 +
 2 files changed, 220 insertions(+)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 389f714..381617b 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -220,11 +220,69 @@ DIST thunderbird-38.3.0-uk.xpi 509600 SHA256 
3e64a3c28621b7e76b2b705cee2e721fddb
 DIST thunderbird-38.3.0-vi.xpi 519843 SHA256 
d2d03bccd1bf564415e38ef3980b4a7e0a32fe30cada1ea8c15c0f96babca151 SHA512 
8f567c7e6d04c73fda369e3b657a00c3402c585c730ba37e0680be167e7c9816651a279d14f944d103fd8dbe9d714f05e817b50e47c7cccb5b735680812cbf22
 WHIRLPOOL 
1911be7f96e50a7674271a4a4e65d934cbd682954a9aecec660e765cc8fff0060c4cc8853c68c3e2db102958819cc513fbb31d7911debf86b8e59c72ee6f5fba
 DIST thunderbird-38.3.0-zh-CN.xpi 466412 SHA256 
8c3455bbe76b167f94f1b1f7c836aafd7f5d11e5fa7cc4071bde0fe77b4bcf49 SHA512 
741a624c4012ac8da81f0d6ae8c6808e6c6a5245ea8055f8aab948fa93e34dfa5160f8b4f2a4a9b3dd0ef9ba6c72006212a0f320b1f5aaf22f1c620389c66033
 WHIRLPOOL 
afa24ef3a20981433469d24d16699fac4f7138e70c7702f7516958884c51704aa78e6f8b307379985b75e53900c3fb5a89a07c5d515a9883e98d036e8f0be41a
 DIST thunderbird-38.3.0-zh-TW.xpi 41 SHA256 
fd10d148424c21731b877104ac50628c973348f8bc813573130503d08a0e045e SHA512 
c183b8421a73253650e1d2e3bda3465aac42e0f3ecebdbaed3814218540b1f40e865ffe6028c8b2277c47241e85d9b67887fcc3b754328fd7323e8242d53b69e
 WHIRLPOOL 
30b01926c975b7a70484ffe6a341fed0af039f9237cdc653cbe50ccc339b770236bf9e89789c958196ecc60f1d68fcc8f22aa6c26e616904d10d417229f8b1e3
+DIST thunderbird-38.4.0-ar.xpi 475296 SHA256 
d4e60e78da33e68a2d9d6c38fbc21da120774f071d1ad66c8f64e45e7a1ab1bc SHA512 
38dc4b83a5c008ae316336e82f32e1c8bbceb517f49457f5620fe5c2e1670b7fda930fc62f8b3c5a8684245d2e8c81c80bbc08e64f6ec45f3a346989b39c2e01
 WHIRLPOOL 
c3660a5c824c8ba03e65e906cb183f3d8f18d212258d35284f8176572c09e3a3439ff67ce9a16764757b3ba239270842d24ab3aad7cf123b35e731aec7a3404c
+DIST thunderbird-38.4.0-ast.xpi 405873 SHA256 
951fe8891f21179b800f540871c0845d29b33d1edaddf2b731e8359fd02b7d18 SHA512 
db53a5fb60e9f4cc1743835b015d56a64ca238264c76f1993601fd4c1b58b547a33eae255308eacd7c707dd275fe960ddf04b69e651de3b33ebe8162f3a7ee17
 WHIRLPOOL 
463ba492cf37b0d0a204ed2f818e11a03a8760668717db70b1bef56cf67bbba7633f0fc87581c369f7033d81351f4a8eb4b60d6ff49236a1c7d079d36c0ac5ae
+DIST thunderbird-38.4.0-be.xpi 442452 SHA256 
19da5332ba7beab567335fb53da020f00e37bc210b06606427c3da9663650569 SHA512 
75e9d618b98645178ee5a220d0717ed1adf412142e033243a8827182835401e0d6e3c7a32ed0735374151d478b90b5efe2b17d75eaa981a4c9695bbe454968fe
 WHIRLPOOL 
d80beaaf5e587fac2e5688840d56ed8f2f348eb8dbbd03f0e63206c505c5b0162a46687c7420ef007a892ce60320dd918cb9d7036d80fb84227432386e346090
+DIST thunderbird-38.4.0-bg.xpi 506124 SHA256 
81d7df7cf1e66d16801ce727c8142897e2f9a3ef78d6fcf84318f1d5bdced1c5 SHA512 
6ebca1c04a2cc49c47786d7fb1ff9b33949b61f1adc54799424e5bb98cde34f946a03bb03940dd801485c5af5f5342ff8f6fa2fb19056861a0ad1150a839
 WHIRLPOOL 
cd3087299d08e4cb77ba1ea01644de5c2089825d4b32a617e9b9f8a1963e9a127f6913a583013bc896a10da94ffae7a2dfcaa0475a3fc737e10d274467054f35
+DIST thunderbird-38.4.0-bn-BD.xpi 560626 SHA256 
444efce23211bb069b7528ae09e89129225a89fed49077d1cbfa4eb2c0a1d356 SHA512 
da0549ed826dc7fa8d59ec8d954c622f0d6e918fffdacd9ee02160291d04017053788c5103735d70e01b911b2bb7cfbbc87f25f5de73528bb915fe35772a5a5f
 WHIRLPOOL 
3588ea1ff9d9856584aa968fb9208080546e620ecc4866d3d05e8acf6cbd3e5b8e2b482fab9e0baeaa862739b648b937b2056ffc3c3a5b281bb0fe90608c48b8
+DIST thunderbird-38.4.0-br.xpi 449767 SHA256 
9ed680b42abce45726df6b45586789a4d5ff069a658e7266368503c0eb2e9b3f SHA512 
8f0e219755604ef5cf6fbd03ff02e658c22d8c3ebff70f9a44c841c9c28158b0c4fe836803467bd236d3e233a2be6c9ba4edb8204134b445332fcd7f4051017c
 WHIRLPOOL 
e574f2969ba0717103968e0a6922f58a25940c72ea22c3c94e2c089228adef61144e1f25974ad2b71cfb669b4980c0a0352e66798248ebdfbccb04dcfaa39713
+DIST thunderbird-38.4.0-ca.xpi 450326 SHA256 
4203b358f6d9fe362f47a777ed131397de49e0fd3e4956ffe05284fac3bdd6a8 SHA512 
9ef17ae680031eb3ef231285173cf4c176d93bb81c1777379be07973ffef6cd98b068fc1b3654eda7fc953a0a7c7358102d089ed5ddc0633e74586aae72fd2b3
 WHIRLPOOL 
044ba0db2697d198047925447da368fe09516bde6ede374a6cb798bc9976ff36bed45663297e013087fb17d7399a85506f2756ef8bdafe6c07144ff5f17cd13a
+DIST thunderbird-38.4.0-cs.xpi 448724 SHA256 
5a2c41694f56c2804c9f1c0a46262f02e318a146bcd4c6a9c6c32a6569a6e729 SHA512 

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

2015-12-10 Thread Mike Gilbert
commit: 8512ed0c726cc39ad004df0d1cca18c15fbcf39e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 10 20:43:51 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 20:44:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8512ed0c

dev-lang/python: Add compat symlink for pythonX.Y-config

Package-Manager: portage-2.2.26_p25

 dev-lang/python/{python-3.3.5-r4.ebuild => python-3.3.5-r5.ebuild} | 4 
 dev-lang/python/{python-3.4.3-r4.ebuild => python-3.4.3-r5.ebuild} | 4 
 dev-lang/python/{python-3.5.0-r3.ebuild => python-3.5.0-r4.ebuild} | 4 
 3 files changed, 12 insertions(+)

diff --git a/dev-lang/python/python-3.3.5-r4.ebuild 
b/dev-lang/python/python-3.3.5-r5.ebuild
similarity index 98%
rename from dev-lang/python/python-3.3.5-r4.ebuild
rename to dev-lang/python/python-3.3.5-r5.ebuild
index 226e0f3..eac97ee 100644
--- a/dev-lang/python/python-3.3.5-r4.ebuild
+++ b/dev-lang/python/python-3.3.5-r5.ebuild
@@ -325,6 +325,10 @@ src_install() {
"${D}${PYTHON_SCRIPTDIR}/pydoc" || die
ln -s "../../../bin/pyvenv-${PYVER}" \
"${D}${PYTHON_SCRIPTDIR}/pyvenv" || die
+
+   # Compatibility link for stuff that calls ${PYTHON}-config
+   # Remove this when all revdeps have been fixed to not do that.
+   dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
 }
 
 pkg_preinst() {

diff --git a/dev-lang/python/python-3.4.3-r4.ebuild 
b/dev-lang/python/python-3.4.3-r5.ebuild
similarity index 98%
rename from dev-lang/python/python-3.4.3-r4.ebuild
rename to dev-lang/python/python-3.4.3-r5.ebuild
index baf23bc..ecdb23d 100644
--- a/dev-lang/python/python-3.4.3-r4.ebuild
+++ b/dev-lang/python/python-3.4.3-r5.ebuild
@@ -308,6 +308,10 @@ src_install() {
"${D}${PYTHON_SCRIPTDIR}/pydoc" || die
ln -s "../../../bin/pyvenv-${PYVER}" \
"${D}${PYTHON_SCRIPTDIR}/pyvenv" || die
+
+   # Compatibility link for stuff that calls ${PYTHON}-config
+   # Remove this when all revdeps have been fixed to not do that.
+   dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
 }
 
 pkg_preinst() {

diff --git a/dev-lang/python/python-3.5.0-r3.ebuild 
b/dev-lang/python/python-3.5.0-r4.ebuild
similarity index 98%
rename from dev-lang/python/python-3.5.0-r3.ebuild
rename to dev-lang/python/python-3.5.0-r4.ebuild
index fa41328..df51c60 100644
--- a/dev-lang/python/python-3.5.0-r3.ebuild
+++ b/dev-lang/python/python-3.5.0-r4.ebuild
@@ -311,6 +311,10 @@ src_install() {
"${D}${PYTHON_SCRIPTDIR}/pydoc" || die
ln -s "../../../bin/pyvenv-${PYVER}" \
"${D}${PYTHON_SCRIPTDIR}/pyvenv" || die
+
+   # Compatibility link for stuff that calls ${PYTHON}-config
+   # Remove this when all revdeps have been fixed to not do that.
+   dosym "${abiver}-config" "/usr/bin/python${PYVER}-config"
 }
 
 pkg_preinst() {



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

2015-12-10 Thread Mike Gilbert
commit: 482fd35d0192879f5fb6906e7eda77734f1b908f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Dec 10 21:45:08 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 21:47:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482fd35d

sys-kernel/tuxonice-sources: Delete old versions.

 sys-kernel/tuxonice-sources/Manifest   | 77 --
 .../tuxonice-sources-3.10.88.ebuild| 35 --
 .../tuxonice-sources-3.10.90.ebuild| 35 --
 .../tuxonice-sources-3.10.92.ebuild| 35 --
 .../tuxonice-sources-3.12.47.ebuild| 35 --
 .../tuxonice-sources-3.12.48.ebuild| 35 --
 .../tuxonice-sources-3.12.49.ebuild| 35 --
 .../tuxonice-sources-3.14.52.ebuild| 35 --
 .../tuxonice-sources-3.14.54.ebuild| 35 --
 .../tuxonice-sources-3.14.56.ebuild| 35 --
 .../tuxonice-sources-3.18.21.ebuild| 35 --
 .../tuxonice-sources-3.18.22.ebuild| 35 --
 .../tuxonice-sources-3.18.23.ebuild| 35 --
 .../tuxonice-sources-3.4.108.ebuild| 34 --
 .../tuxonice-sources-3.4.109.ebuild| 34 --
 .../tuxonice-sources/tuxonice-sources-4.0.9.ebuild | 35 --
 .../tuxonice-sources-4.1.12.ebuild | 35 --
 .../tuxonice-sources/tuxonice-sources-4.1.7.ebuild | 35 --
 .../tuxonice-sources/tuxonice-sources-4.1.9.ebuild | 35 --
 .../tuxonice-sources/tuxonice-sources-4.2.0.ebuild | 35 --
 .../tuxonice-sources/tuxonice-sources-4.2.3.ebuild | 35 --
 .../tuxonice-sources/tuxonice-sources-4.2.5.ebuild | 35 --
 22 files changed, 810 deletions(-)

diff --git a/sys-kernel/tuxonice-sources/Manifest 
b/sys-kernel/tuxonice-sources/Manifest
index 8a864a6..0cd4e5e 100644
--- a/sys-kernel/tuxonice-sources/Manifest
+++ b/sys-kernel/tuxonice-sources/Manifest
@@ -1,81 +1,20 @@
-DIST genpatches-3.10-93.base.tar.xz 1266844 SHA256 
93de9b4e9a1856c4157cbcd2aa1ca35495bea6dfa7d0f65a7f4a3d1c29d9692b SHA512 
763160e4a27c9988332cb58d5744c58995f12f293b1a54c20901b1cfecbc090074430f3cefceb36231cfbf82ccf0c94ede1069de854ea2be4551dfcb63371957
 WHIRLPOOL 
2cd25964424d6df195fb797536b33c6a8e893dee7b9a8ac294902dba3bc5375ebf7cdab4f4404eb234793595c46625ddd2b2c35cc8865fa8a01dfe82ae84859e
-DIST genpatches-3.10-93.experimental.tar.xz 60176 SHA256 
b8e4734cbd4c6d66695ecbcd4a4fde144f3101cb200fd95ff926fc6fc3e470f9 SHA512 
9c099063b47726f922726084a60e0ea813f1f0ca3d4abc8ad64062ef2e5e9dd045856b31c110b8524ff44d693bb5e1fe48c87cb550f59933ef96b5042bea845e
 WHIRLPOOL 
3856ab3d1e85e917121e485e690bbcf3457d67f3d37585f510773a081ddb9a730a31a8bb9a1c6a35b0caac3ec2ff080ace78dea69ef9af68987024f4a064436d
-DIST genpatches-3.10-93.extras.tar.xz 17836 SHA256 
d879d631a860c5d88b8c796ee052036e53b9393f91762279a3e3a34dc86f285b SHA512 
bf11729b5af329b8f29834b56a14e582ef6ae270b3704ce3ef5b12c58e678471e3dd5f71205a1f5dcb9b425aef1cf1f63328f1468c3e06dea7b0206c864aa5d1
 WHIRLPOOL 
3d961cee4a5d2e1e4d51e815d8272afbcf9981bdd74d1806889c5eb4416596c469fd65deab2bedaf8f5c991e44dbc5cc210f44d3bb7995652cd4115dce10cbfa
-DIST genpatches-3.10-95.base.tar.xz 1284756 SHA256 
aef21ca9662ab60728b05f028346cdbc7fc9ed0d07ad7e9c8f5d8d341242859a SHA512 
308c97eb8f196e136cbdca5ee22fd9538048b0c7b5b3a75ee465be95f77046bac24fadeb78f4181b58f8c441a220a1d77c95ac281ba2dfcce047274475353a1e
 WHIRLPOOL 
dcc971cad6eefb922aa2479f9461817ec881666971bfadeec8f61ea724939a89a3a8379ce2b440f7993eeb40ad369d5fe2be9bc7a1d2ee4a5b842458cb65aa82
-DIST genpatches-3.10-95.experimental.tar.xz 60180 SHA256 
480f41bd269bfa73cdf1ce325d5723fa1e4c0cdf5fd81f3b39de388d73df4e37 SHA512 
3fe8eb14736ba06247f9eee9b17493e4099054f2d9608b80d22b25f7e6e2dbb480bccfd78447ec699f46236cb1ff079aa5b50cdc81ba261174783f06a569d7cb
 WHIRLPOOL 
fb94803708fd183c045764bf317a2cb5acbd5e6d28b279d2909b166cd7136b7d126374afe497968e97c3aa76b35310c9e7f1705f1465e17cd9ecd7188fe0ce00
-DIST genpatches-3.10-95.extras.tar.xz 17840 SHA256 
ad5b28336aabad8e933d7ceffdbfe6c5f420ebaa299f541e41ee17e945cdb082 SHA512 
59abf2f8445f4c40b0f29dee7ef5be45ffe18923b6d168506ca6211ed4c2fbb344240305052f253c86d6d48bef1cf5b076e676192158b7bf05b98590cc4ea80a
 WHIRLPOOL 
d6c34e0eb46c66400337c96bf015f321867265055337ac7f9cb32b5777df3807ad5adc219bc621a8f5d30c16c5695da83869796fbb934020aa5f6dedac6f638d
-DIST genpatches-3.10-97.base.tar.xz 1299308 SHA256 
d5407d2f91744519c407e1f74773e1861cf1ce46d82d5c035035a86e8189 SHA512 
2a91d0772002a079691ba1c0810fd3ac38e4b893a4da28c53b62bba790d402e36389275dbbc8df6d0bd76634cdfc319a6221da2a1bf07abf0657fc419084d141
 WHIRLPOOL 
b2a5a758695fdd6fa78926cd3eff3f7d3b074fb0d3ac35a51393662d6724f0abc2fd21647096a8a0a9805bde706314d085169ff10d8999af73d55934d4b66359
-DIST genpatches-3.10-97.experimental.tar.xz 60148 SHA256 

[gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/

2015-12-10 Thread Mike Gilbert
commit: 7a4ebf63278384554c65af23d64aa68ff8c91fd0
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Dec 10 21:39:37 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 21:47:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4ebf63

net-irc/kvirc: Drop no longer needed "theora? ( dcc_video )" requirement from 
REQUIRED_USE.

 net-irc/kvirc/kvirc-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/kvirc/kvirc-.ebuild b/net-irc/kvirc/kvirc-.ebuild
index 8d9f59f..89c085b 100644
--- a/net-irc/kvirc/kvirc-.ebuild
+++ b/net-irc/kvirc/kvirc-.ebuild
@@ -57,7 +57,7 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
 RDEPEND="${RDEPEND}
gsm? ( media-sound/gsm )"
-REQUIRED_USE="audiofile? ( oss ) theora? ( dcc_video )"
+REQUIRED_USE="audiofile? ( oss )"
 
 DOCS=(ChangeLog doc/FAQ)
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/elementary-xfce-icon-theme/

2015-12-10 Thread Denis Dupeyron
commit: 3544655a2c281ffca5c3190329f2f60d5db6be59
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Dec 10 21:47:16 2015 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Dec 10 21:48:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3544655a

elementary-xfce-icon-theme: bump to 0.7_p20151030

Package-Manager: portage-2.2.26

 x11-themes/elementary-xfce-icon-theme/Manifest  | 2 +-
 ...p20150920.ebuild => elementary-xfce-icon-theme-0.7_p20151030.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/elementary-xfce-icon-theme/Manifest 
b/x11-themes/elementary-xfce-icon-theme/Manifest
index ddd48b2..7587dff 100644
--- a/x11-themes/elementary-xfce-icon-theme/Manifest
+++ b/x11-themes/elementary-xfce-icon-theme/Manifest
@@ -1 +1 @@
-DIST elementary-xfce-icon-theme-0.7_p20150920.tar.gz 7545853 SHA256 
bfa837d6775d0e3949e631473830a40a63e61addd443fe45f4c020ac62d8e6d8 SHA512 
113c505c4f7a0a7ebffebbaf6d64a02da14ef95af854f2e985f288078deec849aa665069f691c00c321deb0196b211379072db52fa1bf6160679fedcbed00d94
 WHIRLPOOL 
92e26edabc7aace55c628bd02c4bb4c28884c47994e9f2e17c493447426db83cc5e29525ec30ef7a56e7266c4a96e13daab215c265924243d64c6d9c4ae77ab1
+DIST elementary-xfce-icon-theme-0.7_p20151030.tar.gz 7549633 SHA256 
2d2dfafaf13cbd87e81788f3516e71fe4f314a746eef36ea866d36a34b7c1174 SHA512 
b25b060ee383f1e742b02195cccd51ec048178af881b08f6516b76b632d2295dab2a24fb1f61b0079e6ab90d77e081711b5ae2218a7241d7495e6895ebd945c3
 WHIRLPOOL 
b3c531398e78ea2483831c7e06e13be53c978e937b06e4b50616be5ea85ef25819003a6d252041064ae688b6cf20bd5fdb0e99c0fb637d98e8ccf02fdb64b099

diff --git 
a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.7_p20150920.ebuild
 
b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.7_p20151030.ebuild
similarity index 94%
rename from 
x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.7_p20150920.ebuild
rename to 
x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.7_p20151030.ebuild
index dd9491f..e062d92 100644
--- 
a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.7_p20150920.ebuild
+++ 
b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.7_p20151030.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit gnome2-utils
 
-COMMIT="b19b0b26fc2aba875fef5b06173423af48cbe563"
+COMMIT="777181e7166f9163439e62938c72aeddb12998af"
 
 DESCRIPTION="Elementary icons forked from upstream, extended and maintained 
for Xfce"
 HOMEPAGE="https://github.com/shimmerproject/elementary-xfce;



[gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/

2015-12-10 Thread Mike Gilbert
commit: c9e81c80c359ef78badf23197fa9525755dd416d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Dec 10 20:14:34 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 20:45:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e81c80

net-irc/kvirc: Switch to git.

 net-irc/kvirc/kvirc-.ebuild | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-irc/kvirc/kvirc-.ebuild b/net-irc/kvirc/kvirc-.ebuild
index 16b7304..6dfdba4 100644
--- a/net-irc/kvirc/kvirc-.ebuild
+++ b/net-irc/kvirc/kvirc-.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 PYTHON_DEPEND="python? 2"
 
-inherit cmake-utils flag-o-matic multilib python subversion
+inherit cmake-utils flag-o-matic git-r3 multilib python
 
 DESCRIPTION="Advanced IRC Client"
 HOMEPAGE="http://www.kvirc.net/;
 SRC_URI=""
-ESVN_REPO_URI="https://svn.kvirc.de/svn/trunk/kvirc;
-ESVN_PROJECT="kvirc"
+EGIT_REPO_URI="https://github.com/kvirc/KVIrc;
 
 LICENSE="kvirc"
 SLOT="4"
@@ -53,10 +52,10 @@ pkg_setup() {
 }
 
 src_prepare() {
-   subversion_wc_info
-   VERSIO_PRAESENS="${ESVN_WC_REVISION}"
-   einfo "Setting of revision number to ${VERSIO_PRAESENS}"
-   sed -e "/#define KVI_DEFAULT_FRAME_CAPTION/s/KVI_VERSION/& \" 
r${VERSIO_PRAESENS}\"/" -i src/kvirc/ui/KviMainWindow.cpp || die "Setting of 
revision number failed"
+   KVIRC_GIT_REVISION="$(git show -s --format=%H)"
+   KVIRC_GIT_SOURCES_DATE="$(git show -s --format=%cd --date=short)"
+   einfo "Setting of revision number to ${KVIRC_GIT_REVISION} 
${KVIRC_GIT_SOURCES_DATE}"
+   sed -e "/#define KVI_DEFAULT_FRAME_CAPTION/s/KVI_VERSION/& \" 
(${KVIRC_GIT_REVISION} ${KVIRC_GIT_SOURCES_DATE})\"/" -i 
src/kvirc/ui/KviMainWindow.cpp || die "Setting of revision number failed"
 }
 
 src_configure() {
@@ -65,7 +64,8 @@ src_configure() {
local libdir="$(get_libdir)"
local mycmakeargs=(
-DLIB_SUFFIX=${libdir#lib}
-   -DMANUAL_REVISION=${VERSIO_PRAESENS}
+   -DMANUAL_REVISION=${KVIRC_GIT_REVISION}
+   -DMANUAL_SOURCES_DATE=${KVIRC_GIT_SOURCES_DATE//-/}
-DWANT_COEXISTENCE=1
-DWANT_CRYPT=1
-DWANT_ENV_FLAGS=1



[gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/

2015-12-10 Thread Mike Gilbert
commit: 657586e23a3aa9882d5625683c7c7432f2bf8b48
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Dec 10 20:28:02 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 20:45:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657586e2

net-irc/kvirc: Use Qt 5.

 net-irc/kvirc/kvirc-.ebuild | 43 +
 1 file changed, 31 insertions(+), 12 deletions(-)

diff --git a/net-irc/kvirc/kvirc-.ebuild b/net-irc/kvirc/kvirc-.ebuild
index 114c3cc..8d9f59f 100644
--- a/net-irc/kvirc/kvirc-.ebuild
+++ b/net-irc/kvirc/kvirc-.ebuild
@@ -17,33 +17,49 @@ SLOT="4"
 KEYWORDS=""
 IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss 
+perl +phonon profile +python +qt-dbus spell +ssl theora +transparency webkit"
 
-RDEPEND=">=dev-qt/qtcore-4.6:4
-   >=dev-qt/qtgui-4.6:4
-   >=dev-qt/qtsql-4.6:4
+RDEPEND="dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
sys-libs/zlib
x11-libs/libX11
-   dcc_video? (
-   media-libs/libv4l
-   theora? ( media-libs/libogg media-libs/libtheora )
+   dcc_video? ( dev-qt/qtmultimedia:5[widgets] )
+   kde? (
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/knotifications:5
+   kde-frameworks/kservice:5
+   kde-frameworks/kwindowsystem:5
+   kde-frameworks/kxmlgui:5
)
-   kde? ( >=kde-base/kdelibs-4 )
oss? ( audiofile? ( media-libs/audiofile ) )
perl? ( dev-lang/perl )
-   phonon? ( || ( media-libs/phonon[qt4] >=dev-qt/qtphonon-4.6:4 ) )
-   qt-dbus? ( >=dev-qt/qtdbus-4.6:4 )
+   phonon? ( media-libs/phonon:0[qt5] )
+   qt-dbus? ( dev-qt/qtdbus:5 )
spell? ( app-text/enchant )
ssl? ( dev-libs/openssl )
-   webkit? ( >=dev-qt/qtwebkit-4.6:4 )"
+   theora? (
+   media-libs/libogg
+   media-libs/libtheora
+   media-libs/libvorbis
+   )
+   webkit? ( dev-qt/qtwebkit:5 )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
x11-proto/scrnsaverproto
+   kde? ( kde-frameworks/extra-cmake-modules:5 )
nls? ( sys-devel/gettext )
doc? ( app-doc/doxygen )"
 RDEPEND="${RDEPEND}
gsm? ( media-sound/gsm )"
 REQUIRED_USE="audiofile? ( oss ) theora? ( dcc_video )"
 
-DOCS="ChangeLog doc/FAQ"
+DOCS=(ChangeLog doc/FAQ)
 
 pkg_setup() {
if use python; then
@@ -79,7 +95,7 @@ src_configure() {
$(cmake-utils_use_want gsm GSM)
$(cmake-utils_use_want ipc IPC)
$(cmake-utils_use_want ipv6 IPV6)
-   $(cmake-utils_use_want kde KDE4)
+   $(cmake-utils_use_want kde KDE)
$(cmake-utils_use_want nls GETTEXT)
$(cmake-utils_use_want oss OSS)
$(cmake-utils_use_want perl PERL)
@@ -92,6 +108,9 @@ src_configure() {
$(cmake-utils_use_want theora OGG_THEORA)
$(cmake-utils_use_want transparency TRANSPARENCY)
$(cmake-utils_use_want webkit QTWEBKIT)
+
+   # COMPILE_SVG_SUPPORT not used in source code.
+   -DWANT_QTSVG=OFF
)
 
cmake-utils_src_configure



[gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/

2015-12-10 Thread Mike Gilbert
commit: 984d432df69ccdba98a3538a93443d0b9589a4da
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Dec 10 20:16:55 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 10 20:45:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984d432d

net-irc/kvirc: Add "spell" USE flag.

 net-irc/kvirc/kvirc-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-irc/kvirc/kvirc-.ebuild b/net-irc/kvirc/kvirc-.ebuild
index 6dfdba4..114c3cc 100644
--- a/net-irc/kvirc/kvirc-.ebuild
+++ b/net-irc/kvirc/kvirc-.ebuild
@@ -15,7 +15,7 @@ EGIT_REPO_URI="https://github.com/kvirc/KVIrc;
 LICENSE="kvirc"
 SLOT="4"
 KEYWORDS=""
-IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss 
+perl +phonon profile +python +qt-dbus +ssl theora +transparency webkit"
+IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss 
+perl +phonon profile +python +qt-dbus spell +ssl theora +transparency webkit"
 
 RDEPEND=">=dev-qt/qtcore-4.6:4
>=dev-qt/qtgui-4.6:4
@@ -31,6 +31,7 @@ RDEPEND=">=dev-qt/qtcore-4.6:4
perl? ( dev-lang/perl )
phonon? ( || ( media-libs/phonon[qt4] >=dev-qt/qtphonon-4.6:4 ) )
qt-dbus? ( >=dev-qt/qtdbus-4.6:4 )
+   spell? ( app-text/enchant )
ssl? ( dev-libs/openssl )
webkit? ( >=dev-qt/qtwebkit-4.6:4 )"
 DEPEND="${RDEPEND}
@@ -86,6 +87,7 @@ src_configure() {
$(cmake-utils_use_want profile MEMORY_PROFILE)
$(cmake-utils_use_want python PYTHON)
$(cmake-utils_use_want qt-dbus QTDBUS)
+   $(cmake-utils_use_want spell SPELLCHECKER)
$(cmake-utils_use_want ssl OPENSSL)
$(cmake-utils_use_want theora OGG_THEORA)
$(cmake-utils_use_want transparency TRANSPARENCY)



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

2015-12-10 Thread Ole Reifschneider
commit: f80f071e74932cdf6a3407d1aed66863cda5c8be
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Thu Dec 10 23:04:28 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Thu Dec 10 23:04:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80f071e

dev-python/neovim-python-client: Add version 0.1.0

Package-Manager: portage-2.2.26

 dev-python/neovim-python-client/Manifest   |  1 +
 .../neovim-python-client-0.1.0.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/neovim-python-client/Manifest 
b/dev-python/neovim-python-client/Manifest
index 4d5137c..f9abd3b 100644
--- a/dev-python/neovim-python-client/Manifest
+++ b/dev-python/neovim-python-client/Manifest
@@ -1,2 +1,3 @@
 DIST neovim-python-client-0.0.37.tar.xz 38008 SHA256 
615120048e0bac403fe85dd9bc74a5b2fe92cc9d1dc7c65f92f8a2bf361e0ec9 SHA512 
23c3557564a16f9d1c4561d6ebb6d546d52c1cdc0216f36e77edf4567f7143f30e6832296324a3897a1eb38992973c63f99c373d88e330650cd8de6e4ba665cd
 WHIRLPOOL 
d0099e8f149eea2b115129b226253d848aa1b5be2685bab5eff6cd2fa5c5c5d0de6f070ed2fca860d9bc8105a139bbb6bb9d7a4f02baef1bf337d13046803463
 DIST neovim-python-client-0.0.38.tar.xz 38524 SHA256 
40599735f14dc6f715fbdc3b8e91ec4e1dd7e4a184ee0b4c7f4d69e768b557dd SHA512 
b6f912802a1807eef4353fb6c8f15f9f43b9a1cde449e2c23a031b099de448dd6a2856dc4545ee33094e7f9e8842fd1101008fe4272d21e3fcf6eb38a3c144df
 WHIRLPOOL 
218d46cc61b8e8a7e386c61fe6895f46cf0e8da96edcd926e67ad236371d80b2a58ed385cb20526440910488265e6661537f579a2fc37dd8d63d81e98096
+DIST neovim-python-client-0.1.0.tar.gz 43142 SHA256 
2a9a1f07bd6d5617b1b85ee1772feed9aabd1f7a6ddb24664a48896c7db6121a SHA512 
31d9c7ac32513871d7121a07269c643da97bba76469de0756aa3b71db3ff70b638d56b4da8b91d550ca41be6f53d2bd3e320e9c751ee5a6ce4e6230bd423b41a
 WHIRLPOOL 
9192eff0dec934e949e201e425ee3bb316988078e9887290735b15b7c44f7a27a81556909f963e58414adf65e89354bcc26b9c7e7b1d372f73eff1d27cb6f901

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.1.0.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.1.0.ebuild
new file mode 100644
index 000..3429489
--- /dev/null
+++ b/dev-python/neovim-python-client/neovim-python-client-0.1.0.ebuild
@@ -0,0 +1,31 @@
+# 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} )
+inherit distutils-r1
+
+DESCRIPTION="Python client for Neovim"
+HOMEPAGE="https://github.com/neovim/python-client;
+SRC_URI="https://github.com/neovim/python-client/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk"
+REQUIRED_USE="gtk? ( python_targets_python2_7 )" # experimental gui only works 
with py2
+
+DEPEND="
+   >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
+   virtual/python-greenlet[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python{2_7,3_3})
+   gtk? (
+   >=dev-python/click-3.0[${PYTHON_USEDEP}]
+   dev-python/pygobject:2
+   dev-python/pygtk:2
+   x11-libs/gtk+:2[introspection]
+   )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/python-client-${PV}"



[gentoo-commits] proj/eselect-php:master commit in: src/, /

2015-12-10 Thread Michael Orlitzky
commit: 9716aae78b821f26f3b820d838cec65d0b73c408
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Dec 11 01:09:20 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Dec 11 01:09:20 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=9716aae7

Use AC_PROG_MKDIR_P macro/variable instead of "mkdir -p".

 configure.ac   | 1 +
 src/php.eselect.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d892d13..aa7bf70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,7 @@ AC_INIT([eselect-php], [0.8.1])
 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
 
 AC_PROG_LN_S
+AC_PROG_MKDIR_P
 AC_PROG_SED
 AC_PATH_PROG(SORT,sort)
 AC_PATH_PROG(UNIQ,uniq)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index aa8ad68..7e918ab 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -227,7 +227,7 @@ write_mod_php_conf() {
local conf_dir="${EROOT}"/var/lib/eselect-php
local conf_path="${conf_dir}/mod_php.conf"
 
-   mkdir -p "${conf_dir}" || die "failed to create ${conf_dir}"
+   @MKDIR_P@ "${conf_dir}" || die "failed to create ${conf_dir}"
 
# Parse the major version (for example "5" or "7") out of the
# target name.



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

2015-12-10 Thread William Hubbs
commit: d2bdc8a6ee61b160699b61f0fdd268656ce089a1
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Dec 10 23:07:58 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Dec 10 23:08:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bdc8a6

net-misc/openconnect: add live ebuild

 net-misc/openconnect/openconnect-.ebuild | 157 +++
 1 file changed, 157 insertions(+)

diff --git a/net-misc/openconnect/openconnect-.ebuild 
b/net-misc/openconnect/openconnect-.ebuild
new file mode 100644
index 000..d4aaa53
--- /dev/null
+++ b/net-misc/openconnect/openconnect-.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+if [[ "${PV}" = "" ]]; then
+   EGIT_REPO_URI="git://git.infradead.org/users/dwmw2/${PN}.git"
+   inherit git-r3
+else
+   ARCHIVE_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+VPNC_VER=20140806
+SRC_URI="${ARCHIVE_URI}
+   
ftp://ftp.infradead.org/pub/vpnc-scripts/vpnc-scripts-${VPNC_VER}.tar.gz;
+
+inherit eutils java-pkg-opt-2 linux-info python-any-r1 readme.gentoo
+
+DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
+HOMEPAGE="http://www.infradead.org/openconnect.html;
+
+LICENSE="LGPL-2.1 GPL-2"
+SLOT="0/5"
+IUSE="doc +gnutls gssapi java libressl libproxy nls smartcard static-libs"
+ILINGUAS="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl 
tg ug uk zh_CN zh_TW"
+for lang in $ILINGUAS; do
+   IUSE="${IUSE} linguas_${lang}"
+done
+
+DEPEND="dev-libs/libxml2
+   sys-libs/zlib
+   !gnutls? (
+   !libressl? ( >=dev-libs/openssl-1.0.1h:0[static-libs?] )
+   libressl? ( dev-libs/libressl[static-libs?] )
+   )
+   gnutls? (
+   >=net-libs/gnutls-3[static-libs?] dev-libs/nettle
+   app-misc/ca-certificates
+   )
+   gssapi? ( virtual/krb5 )
+   libproxy? ( net-libs/libproxy )
+   nls? ( virtual/libintl )
+   smartcard? ( sys-apps/pcsc-lite:0= )"
+RDEPEND="${DEPEND}
+   sys-apps/iproute2
+   ! po/LINGUAS
+   if ! use doc; then
+   # If the python cannot be found, the docs will not build
+   sed -e 's#"${ac_cv_path_PYTHON}"#""#' -i configure || die
+   fi
+
+   # stoken and liboath not in portage
+   econf \
+   --with-vpnc-script="${EPREFIX}/etc/openconnect/openconnect.sh" \
+   $(use_enable static-libs static) \
+   $(use_enable nls ) \
+   $(use_with !gnutls openssl) \
+   $(use_with gnutls ) \
+   $(use_with libproxy) \
+   --without-stoken \
+   $(use_with gssapi) \
+   $(use_with smartcard libpcsclite) \
+   $(use_with java)
+}
+
+DOC_CONTENTS="The init script for openconnect supports multiple vpn tunnels.
+
+You need to create a symbolic link to /etc/init.d/openconnect in /etc/init.d
+instead of calling it directly:
+
+ln -s /etc/init.d/openconnect /etc/init.d/openconnect.vpn0
+
+You can then start the vpn tunnel like this:
+
+/etc/init.d/openconnect.vpn0 start
+
+If you would like to run preup, postup, predown, and/or postdown scripts,
+You need to create a directory in /etc/openconnect with the name of the vpn:
+
+mkdir /etc/openconnect/vpn0
+
+Then add executable shell files:
+
+mkdir /etc/openconnect/vpn0
+cd /etc/openconnect/vpn0
+echo '#!/bin/sh' > preup.sh
+cp preup.sh predown.sh
+cp preup.sh postup.sh
+cp preup.sh postdown.sh
+chmod 755 /etc/openconnect/vpn0/*
+"
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc AUTHORS TODO
+   newinitd "${FILESDIR}"/openconnect.init.in-r4 openconnect
+   dodir /etc/openconnect
+   insinto /etc/openconnect
+   newconfd "${FILESDIR}"/openconnect.conf.in openconnect
+   exeinto /etc/openconnect
+   newexe "${WORKDIR}"/vpnc-scripts-${VPNC_VER}/vpnc-script openconnect.sh
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/openconnect.logrotate openconnect
+   keepdir /var/log/openconnect
+
+   # Remove useless .la files
+   prune_libtool_files --all
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "You may want to consider installing the following 
optional packages."
+   optfeature "resolvconf support" net-dns/openresolv
+   fi
+}



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: 41eea178ac8b07da9795ef3ec4c77595037fdb2c
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 10 21:00:29 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 10 21:00:29 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=41eea178

Add the get_apache2_active_symlink_path() function.

The "active symlink" is used in two places: to determine the active
version, and to set it. Factor its magic out into a separate function.

 src/php.eselect.in | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index 2ea8c3d..d882095 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -158,6 +158,24 @@ get_active_fpm() {
[[ -a "${target}" ]] && echo "${target}" | @SED@ -ne "${ver}"
 }
 
+# The path to the active version of the apache2 module, which should
+# be a symlink. This is the path used by our apache configuration to
+# load the PHP module. The path is unversioned (that is, it has no "5"
+# or "7" in it) so that the apache configuration does not need to
+# change after the user eselects a different version.
+#
+# INPUT:
+#
+# None.
+#
+# OUTPUT:
+#
+# The path to our libphp.so symlink, which should (but is not
+# guaranteed to) point to a real apache DSO.
+#
+get_apache2_active_symlink_path() {
+   echo "${EROOT}$(get_active_libdir)/apache2/modules/libphp.so"
+}
 
 # Find the active (selected) version of the apache2 module. Used to
 # decorate the output of the `eselect php list apache2` command.



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: 0a14910c4b819a4200e37ab0ffbc7dc126451be6
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 10 22:15:08 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 10 22:15:08 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=0a14910c

Rename our active DSO symlink to mod_php.so.

Our DSO symlink used to be called libphp5.so or libphp7.so. This was
very recently changed to an unversioned libphp.so, but at that point,
we might as well just call it mod_php.so for consistency. Note that
our 70_mod_php5.conf currently points directly to the libphp file and
doesn't use the symlink, no matter its name. That will need to be
changed.

An unused cleanup() function was removed in the process, because the
function that is actually used was updated to remove the obsolete
libphp* symlinks.

 src/php.eselect.in | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index d882095..e77b86a 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -34,6 +34,12 @@ cleanup_sapi() {
return
fi
fi
+
+   if [[ "${1}" == "apache2" ]]; then
+   rm -f 
"${EROOT}$(get_active_libdir)/apache2/modules/libphp[57].so" \
+  || die "failed to remove old libphp.so symlink"
+   fi
+
return 1
 }
 
@@ -65,12 +71,6 @@ get_active_libdir() {
echo /usr/lib
 }
 
-cleanup() {
-   local target=$(find_targets_$1 | tail -n 1)
-   [[ -z $target ]] &&
-   set_$1 $target
-}
-
 find_targets() {
local dir dirs libdir
for libdir in $(get_libdirs); do
@@ -170,11 +170,11 @@ get_active_fpm() {
 #
 # OUTPUT:
 #
-# The path to our libphp.so symlink, which should (but is not
+# The path to our mod_php.so symlink, which should (but is not
 # guaranteed to) point to a real apache DSO.
 #
 get_apache2_active_symlink_path() {
-   echo "${EROOT}$(get_active_libdir)/apache2/modules/libphp.so"
+   echo "${EROOT}$(get_active_libdir)/apache2/modules/mod_php.so"
 }
 
 # Find the active (selected) version of the apache2 module. Used to



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: 064b605e2bda578b8480b391484be52b0dd9222d
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 10 22:29:29 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 10 22:29:29 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=064b605e

Clean up error/info messages and quoting in the set_* functions.

 src/php.eselect.in | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index 4de770f..14ba819 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -289,34 +289,34 @@ set_apache2() {
"${EROOT}${libdir}/apache2/modules/" || \
die -q "Failed to set symlink for 
${EPREFIX}${libdir}/apache2/modules/libphp${t:3:1}.so"
done
-   echo "You have to run \`${EPREFIX}/etc/init.d/apache2 restart' for the 
changes to take effect"
+   echo "Please restart apache for the changes to take effect."
 }
 
 set_cli() {
local file libdir t=$(resolv_target cli $1)
-   [[ -z $t ]] && die -q "Bad target"
+   [[ -z $t ]] && die -q "invalid target"
for file in php phpize php-config; do
-   @LN_S@ --force ../..$(get_active_libdir)/$t/bin/$file \
-   "${EROOT}"/usr/bin/$file || \
-   die -q "Failed to create symlink for ${file}"
+   @LN_S@ --force "../..$(get_active_libdir)/${t}/bin/${file}" \
+   "${EROOT}/usr/bin/${file}" || \
+   die -q "failed to create active ${file} symlink"
done
 }
 
 set_cgi() {
t=$(resolv_target cgi $1)
-   [[ -z $t ]] && die -q "Bad target"
-   @LN_S@ --force ../..$(get_active_libdir)/$t/bin/php-cgi \
+   [[ -z $t ]] && die -q "invalid target"
+   @LN_S@ --force "../..$(get_active_libdir)/${t}/bin/php-cgi" \
"${EROOT}"/usr/bin/php-cgi || \
-   die -q "Failed to create symlink for php-cgi"
+   die -q "failed to create active php-cgi symlink"
 }
 
 set_fpm() {
local t=$(resolv_target fpm $1)
-   [[ -z $t ]] && die -q "Bad target"
-   @LN_S@ --force ../..$(get_active_libdir)/$t/bin/php-fpm \
+   [[ -z $t ]] && die -q "invalid target"
+   @LN_S@ --force "../..$(get_active_libdir)/${t}/bin/php-fpm" \
"${EROOT}"/usr/bin/php-fpm || \
-   die -q "Failed to create symlink for the php-fpm binary"
-   echo "You have to run \`${EPREFIX}/etc/init.d/php-fpm restart' for the 
changes to take effect"
+   die -q "failed to create symlink for the php-fpm binary"
+   echo "Please restart php-fpm for the changes to take effect."
 }
 ## set action
 



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: b1509ffcc83d25bf7b379ef55c4e5d8c75a8de8f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 10 22:28:27 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 10 22:28:27 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=b1509ffc

Add a missing die() on a call to rm.

 src/php.eselect.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index e77b86a..4de770f 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -29,7 +29,7 @@ cleanup_sapi() {
echo ", updated version to $(get_active_$1)"
return
else
-   rm $link
+   rm $link || die "failed to remove ${link}"
 
return
fi



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: c5c96ff3aa9777818de6185045c41426214e3493
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Dec 11 00:24:32 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Dec 11 00:24:32 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=c5c96ff3

Write an apache configuration file to /var/lib/eselect-php/mod_php.conf.

With the mod_php.so symlinking done, we realize a new problem: each
apache module has its "module name" hardcoded into the binary. For
example, in mod_php7.c, we find,

  AP_MODULE_DECLARE_DATA module php7_module

and likewise with php5_module in the 5.x series of PHP. This means
that we can't load both of these modules with one LoadModule statement
regardless of its filename -- we need to know the module name too.

This commit adds a function to write out an apache config file for the
current active module. The main apache config file should Include this
file, which will be updated whenever an apache2 target is set.

 src/php.eselect.in | 39 ---
 1 file changed, 36 insertions(+), 3 deletions(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index ea8676f..aa8ad68 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -208,6 +208,37 @@ get_active_apache2() {
fi
 }
 
+# Write an apache configuration file to load the active version of
+# mod_php. The 5.x and 7.x series (at least...) have different module
+# names, and so require a different apache configuration when
+# switching between the two.
+#
+# INPUT:
+#
+# The name of the target (php5.6, php7.0) for which to write the
+# configuration file.
+#
+# OUTPUT:
+#
+# None.
+#
+write_mod_php_conf() {
+   local target="${1}"
+   local conf_dir="${EROOT}"/var/lib/eselect-php
+   local conf_path="${conf_dir}/mod_php.conf"
+
+   mkdir -p "${conf_dir}" || die "failed to create ${conf_dir}"
+
+   # Parse the major version (for example "5" or "7") out of the
+   # target name.
+   local major="${target:3:1}"
+   cat <<-EOF > "${conf_path}" || die "failed to write mod_php.conf"
+   
+   LoadModule php${major}_module modules/mod_php.so
+   
+   EOF
+}
+
 resolv_target() {
local targets=( $(find_targets_$1) )
if is_number $2; then
@@ -279,18 +310,20 @@ list_fpm() {
 }
 
 set_apache2() {
-   local active_symlink libdir t=$(resolv_target apache2 $1)
+   local active_symlink libdir target=$(resolv_target apache2 $1)
active_symlink="$(get_apache2_active_symlink_path)"
 
-   [[ -z $t ]] && die -q "invalid target"
+   [[ -z $target ]] && die -q "invalid target"
for libdir in $(get_libdirs); do
rm --force "${active_symlink}" || \
die "failed to remove active module symlink"
 
-   @LN_S@ --force "../../${t}/apache2/libphp${t:3:1}.so" \
+   @LN_S@ --force "../../${target}/apache2/libphp${target:3:1}.so" 
\
"${active_symlink}" || \
die -q "failed to create active mod_php symlink"
done
+
+   write_mod_php_conf "${target}"
echo "Please restart apache for the changes to take effect."
 }
 



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: 80898dea109417f9b8990837a4292ed90018f8d9
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 10 22:35:55 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 10 22:35:55 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=80898dea

Use {cli,cgi,fpm}_link variables where appropriate.

These variables were all defined but not used. There were a few places
where they could be profitably inserted.

 src/php.eselect.in | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index 4bbc695..ea8676f 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -139,21 +139,21 @@ find_targets_cgi() {
 
 get_active_cli() {
# See get_active_apache2() for an explanation of the sed call.
-   local target=$(canonicalise "${EROOT}"/usr/bin/php)
+   local target=$(canonicalise "${cli_link}")
local ver="s:.*/usr/.*/\(php[0-9]\.[0-9][0-9]*\)/bin/php:\1:p"
[[ -a "${target}" ]] && echo "${target}" | @SED@ -ne "${ver}"
 }
 
 get_active_cgi() {
# See get_active_apache2() for an explanation of the sed call.
-   local target=$(canonicalise "${EROOT}"/usr/bin/php-cgi)
+   local target=$(canonicalise "${cgi_link}")
local ver="s:.*/usr/.*/\(php[0-9]\.[0-9][0-9]*\)/bin/php-cgi:\1:p"
[[ -a "${target}" ]] && echo "${target}" | @SED@ -ne "${ver}"
 }
 
 get_active_fpm() {
# See get_active_apache2() for an explanation of the sed call.
-   local target=$(canonicalise "${EROOT}"/usr/bin/php-fpm)
+   local target=$(canonicalise "${fpm_link}")
local ver="s:.*/usr/.*/\(php[0-9]\.[0-9][0-9]*\)/bin/php-fpm:\1:p"
[[ -a "${target}" ]] && echo "${target}" | @SED@ -ne "${ver}"
 }
@@ -308,7 +308,7 @@ set_cgi() {
t=$(resolv_target cgi $1)
[[ -z $t ]] && die -q "invalid target"
@LN_S@ --force "../..$(get_active_libdir)/${t}/bin/php-cgi" \
-   "${EROOT}"/usr/bin/php-cgi || \
+   "${cgi_link}" || \
die -q "failed to create active php-cgi symlink"
 }
 
@@ -316,7 +316,7 @@ set_fpm() {
local t=$(resolv_target fpm $1)
[[ -z $t ]] && die -q "invalid target"
@LN_S@ --force "../..$(get_active_libdir)/${t}/bin/php-fpm" \
-   "${EROOT}"/usr/bin/php-fpm || \
+   "${fpm_link}" || \
die -q "failed to create symlink for the php-fpm binary"
echo "Please restart php-fpm for the changes to take effect."
 }



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: c09a74e0b46e3cd72c5057d23b2ec2038b82a6f0
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 10 14:02:45 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 10 14:02:45 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=c09a74e0

Document the find_targets_apache2() and get_active_apache2() functions.

 src/php.eselect.in | 28 
 1 file changed, 28 insertions(+)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index 5bbb491..e08afbe 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -82,6 +82,22 @@ find_targets() {
   echo $dirs
 }
 
+# List all valid apache2 targets. The list is obtained by searching
+# for libphp*.so in locations determined by find_targets(). This list
+# should therefore be a subset of find_targets().
+#
+# INPUT:
+#
+# None.
+#
+# OUTPUT:
+#
+# The "display name" of every available apache PHP module, one per line.
+# For example,
+#
+#   php5.6
+#   php7.0
+#
 find_targets_apache2() {
local libs target libdir
for target in $(find_targets); do
@@ -143,6 +159,18 @@ get_active_fpm() {
 }
 
 
+# Find the active (selected) version of the apache2 module. Used to
+# decorate the output of the `eselect php list apache2` command.
+#
+# INPUT:
+#
+# None.
+#
+# OUTPUT:
+#
+# The "display name" of the active apache2 module. For example,
+# "php5.6" or "php7.0".
+#
 get_active_apache2() {
local libs target ver
libs="${EROOT}$(get_active_libdir)/apache2/modules/libphp[57].so"



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: f835773f9365d1f5fe46079df7cb7477f200f2ed
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 10 13:45:25 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 10 13:45:25 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=f835773f

Use fixed ".so" suffix for libphp instead of computing it.

The only supported way to run PHP/Apache these days is as a dynamic
shared object (DSO). The DSO will have an ".so" suffix, so we don't
need to probe to see if libphp*.a exists.

This also avoids a hidden dependency on libz, for whose static library
we were probing.

 src/php.eselect.in | 30 +++---
 1 file changed, 7 insertions(+), 23 deletions(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index 363dc1d..5bbb491 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -65,22 +65,6 @@ get_active_libdir() {
echo /usr/lib
 }
 
-get_libname() {
-   # probe on a well-known library
-   local lib ret=.so
-   for lib in "${EROOT}"$(get_active_libdir)/libz.* ; do
-   case "${lib##*/}" in
-   libz.a)ret=.a   ;; # some platforms use .a as ext
-   libz.*.*)  continue ;;
-   libz.*)
-   ret=${lib##*libz}
-   break
-   ;;
-   esac
-   done
-   echo ${ret}
-}
-
 cleanup() {
local target=$(find_targets_$1 | tail -n 1)
[[ -z $target ]] &&
@@ -102,7 +86,7 @@ find_targets_apache2() {
local libs target libdir
for target in $(find_targets); do
for libdir in $(get_libdirs); do
-   
libs="${EROOT}${libdir}/$target/apache2/libphp[57]$(get_libname)"
+   libs="${EROOT}${libdir}/$target/apache2/libphp[57].so"
for lib in $libs; do
[[ -f "${lib}" ]] && echo $target
done
@@ -161,12 +145,12 @@ get_active_fpm() {
 
 get_active_apache2() {
local libs target ver
-   
libs="${EROOT}$(get_active_libdir)/apache2/modules/libphp[57]$(get_libname)"
+   libs="${EROOT}$(get_active_libdir)/apache2/modules/libphp[57].so"
 
# This sed expression finds the "display name" of the PHP version
# corresponding to a copy of libphp. For example, it parses the
# string "php5.6" out of "/usr/lib64/php5.6/apache2/libphp5.so".
-   
ver="s:.*/usr/.*/\(php[0-9]\.[0-9]\)/apache2/libphp[57]$(get_libname):\1:p"
+   ver="s:.*/usr/.*/\(php[0-9]\.[0-9]\)/apache2/libphp[57].so:\1:p"
for lib in $libs; do
if [[ -L "${lib}" ]] ; then
target=$(canonicalise "${lib}")
@@ -254,10 +238,10 @@ set_apache2() {
local libdir t=$(resolv_target apache2 $1)
[[ -z $t ]] && die -q "Bad target"
for libdir in $(get_libdirs); do
-   rm -f 
"${EROOT}${libdir}"/apache2/modules/libphp{5,7}$(get_libname)
-   @LN_S@ --force ../../$t/apache2/libphp${t:3:1}$(get_libname) \
-   "${EROOT}"${libdir}/apache2/modules/ || \
-   die -q "Failed to set symlink for 
${EPREFIX}${libdir}/apache2/modules/libphp${t:3:1}$(get_libname)"
+   rm -f "${EROOT}${libdir}/apache2/modules/libphp[57].so"
+   @LN_S@ --force "../../$t/apache2/libphp${t:3:1}.so" \
+   "${EROOT}${libdir}/apache2/modules/" || \
+   die -q "Failed to set symlink for 
${EPREFIX}${libdir}/apache2/modules/libphp${t:3:1}.so"
done
echo "You have to run \`${EPREFIX}/etc/init.d/apache2 restart' for the 
changes to take effect"
 }



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: 0e8210cb39211c30ec8b02006d0e695bc8e6130f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 10 22:30:04 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 10 22:30:04 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=0e8210cb

Switch get_active_apache2() and set_apache2() to the new mod_php.so symlink.

 src/php.eselect.in | 38 --
 1 file changed, 20 insertions(+), 18 deletions(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index 14ba819..4bbc695 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -190,24 +190,22 @@ get_apache2_active_symlink_path() {
 # "php5.6" or "php7.0".
 #
 get_active_apache2() {
-   local libs target ver
-   libs="${EROOT}$(get_active_libdir)/apache2/modules/libphp[57].so"
+   local active_symlink target ver
+
+   # The symlink to our active module.
+   active_symlink="$(get_apache2_active_symlink_path)"
 
# This sed expression finds the "display name" of the PHP version
# corresponding to a copy of libphp. For example, it parses the
# string "php5.6" out of "/usr/lib64/php5.6/apache2/libphp5.so".
ver="s:.*/usr/.*/\(php[0-9]\.[0-9]\)/apache2/libphp[57].so:\1:p"
-   for lib in $libs; do
-   if [[ -L "${lib}" ]] ; then
-   target=$(canonicalise "${lib}")
-   if [[ -a "${target}" ]] ; then
-   echo "${target}" | @SED@ -ne "${ver}"
-   # Short-circuit here because we should never 
have more
-   # than one active version.
-   return
-   fi
+
+   if [[ -L "${active_symlink}" ]] ; then
+   target=$(canonicalise "${active_symlink}")
+   if [[ -a "${target}" ]] ; then
+   echo "${target}" | @SED@ -ne "${ver}"
fi
-   done
+   fi
 }
 
 resolv_target() {
@@ -281,13 +279,17 @@ list_fpm() {
 }
 
 set_apache2() {
-   local libdir t=$(resolv_target apache2 $1)
-   [[ -z $t ]] && die -q "Bad target"
+   local active_symlink libdir t=$(resolv_target apache2 $1)
+   active_symlink="$(get_apache2_active_symlink_path)"
+
+   [[ -z $t ]] && die -q "invalid target"
for libdir in $(get_libdirs); do
-   rm -f "${EROOT}${libdir}/apache2/modules/libphp[57].so"
-   @LN_S@ --force "../../$t/apache2/libphp${t:3:1}.so" \
-   "${EROOT}${libdir}/apache2/modules/" || \
-   die -q "Failed to set symlink for 
${EPREFIX}${libdir}/apache2/modules/libphp${t:3:1}.so"
+   rm --force "${active_symlink}" || \
+   die "failed to remove active module symlink"
+
+   @LN_S@ --force "../../${t}/apache2/libphp${t:3:1}.so" \
+   "${active_symlink}" || \
+   die -q "failed to create active mod_php symlink"
done
echo "Please restart apache for the changes to take effect."
 }



[gentoo-commits] proj/eselect-php:master commit in: src/

2015-12-10 Thread Michael Orlitzky
commit: 9ad05523d41421d97ae54e47bf3fdd293a48e275
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Dec 10 14:03:13 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Dec 10 14:03:13 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=9ad05523

Add curly braces around an interpolated string variable.

 src/php.eselect.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/php.eselect.in b/src/php.eselect.in
index e08afbe..2ea8c3d 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -102,7 +102,7 @@ find_targets_apache2() {
local libs target libdir
for target in $(find_targets); do
for libdir in $(get_libdirs); do
-   libs="${EROOT}${libdir}/$target/apache2/libphp[57].so"
+   libs="${EROOT}${libdir}/${target}/apache2/libphp[57].so"
for lib in $libs; do
[[ -f "${lib}" ]] && echo $target
done



[gentoo-commits] proj/eselect-php:master commit in: /

2015-12-10 Thread Michael Orlitzky
commit: 4c1be8773c8ac9dfec44564e0ac09e16a2b720a2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Dec 11 00:31:32 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Dec 11 00:31:32 2015 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=4c1be877

Bump version to 0.8.1 in configure.ac.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d8f339c..d892d13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eselect-php], [0.8.0])
+AC_INIT([eselect-php], [0.8.1])
 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
 
 AC_PROG_LN_S



[gentoo-commits] proj/eselect-php: New tag: 0.8.1

2015-12-10 Thread Michael Orlitzky
commit: 
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Dec 11 00:40:30 2015 +

New tag: 0.8.1




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

2015-12-10 Thread Matthias Maier
commit: 8efec87a1d388817f6a4f1424a9534549db699ed
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Dec 10 23:46:38 2015 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Dec 10 23:47:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efec87a

app-doc/doxygen: Update live ebuild to EAPI=5, change SRC_URI to github

Package-Manager: portage-2.2.26

 app-doc/doxygen/doxygen-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-doc/doxygen/doxygen-.ebuild 
b/app-doc/doxygen/doxygen-.ebuild
index 4d55a76..e26d99d 100644
--- a/app-doc/doxygen/doxygen-.ebuild
+++ b/app-doc/doxygen/doxygen-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 qt4-r2
@@ -12,8 +12,9 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
KEYWORDS=""
 else
-   SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz; # 
switch to github?
+   
SRC_URI="https://github.com/doxygen/doxygen/archive/Release_${PV//\./_}.tar.gz 
-> ${P}.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"
+   S="${WORKDIR}/${PN}-Release_${PV//\./_}"
 fi
 SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png;
 



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

2015-12-10 Thread Matthias Maier
commit: 01e26b007b888ff0b0931f41531319de2a8fbb8f
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Dec 10 23:25:08 2015 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Dec 10 23:47:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e26b00

app-doc/doxygen: fix version check for sys-devel/flex-2.6.0

Apply a patch to fix doxygen's build system to successfully detect
flex-2.6.0 as sufficiently modern version. The build system accidentally
only compared the minor version number...

Upstream: https://github.com/doxygen/doxygen/pull/413

Gentoo-Bug: 567018

Package-Manager: portage-2.2.26

 app-doc/doxygen/doxygen-1.8.10-r1.ebuild   |  2 +-
 .../files/doxygen-1.8.10-fix_flex_check.patch  | 96 ++
 2 files changed, 97 insertions(+), 1 deletion(-)

diff --git a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild 
b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
index 4682421..54a13b3 100644
--- a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
@@ -101,8 +101,8 @@ src_prepare() {
# Call dot with -Teps instead of -Tps for EPS generation - bug #282150
sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die
 
-   # prefix search tools patch, plus OSX fixes
epatch "${FILESDIR}"/${PN}-1.8.9.1-empty-line-sigsegv.patch #454348
+   epatch "${FILESDIR}"/${P}-fix_flex_check.patch #567018
 
epatch "${FILESDIR}"/${P}-link_with_pthread.patch
 

diff --git a/app-doc/doxygen/files/doxygen-1.8.10-fix_flex_check.patch 
b/app-doc/doxygen/files/doxygen-1.8.10-fix_flex_check.patch
new file mode 100644
index 000..24a3b64
--- /dev/null
+++ b/app-doc/doxygen/files/doxygen-1.8.10-fix_flex_check.patch
@@ -0,0 +1,96 @@
+From 5fcb13572417a3b4a05217e9023c683864f35643 Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Thu, 19 Nov 2015 12:00:54 +0100
+Subject: [PATCH] Support flex-2.6.0
+
+The version checks only considered YY_FLEX_SUBMINOR_VERSION and did not
+take YY_FLEX_MINOR_VERSION into account, which made them fail with
+flex-2.6.0.
+
+diff --git a/src/code.l b/src/code.l
+index 3323580..25719af 100644
+--- a/src/code.l
 b/src/code.l
+@@ -3700,7 +3700,7 @@ void codeFreeScanner()
+ extern "C" { // some bogus code to keep the compiler happy
+   void codeYYdummy() { yy_flex_realloc(0,0); } 
+ }
+-#elif YY_FLEX_SUBMINOR_VERSION<33
++#elif YY_FLEX_MINOR_VERSION<6 && YY_FLEX_SUBMINOR_VERSION<33
+ #error "You seem to be using a version of flex newer than 2.5.4 but older 
than 2.5.33. These versions do NOT work with doxygen! Please use version 
<=2.5.4 or >=2.5.33 or expect things to be parsed wrongly!"
+ #endif
+ 
+diff --git a/src/commentscan.l b/src/commentscan.l
+index cf892a0..2629857 100644
+--- a/src/commentscan.l
 b/src/commentscan.l
+@@ -1128,7 +1128,7 @@ RCSTAG"$"{ID}":"[^\n$]+"$"
+ // but we need to know the 
position in the input buffer where this 
+ // rule matched.
+ // for flex 2.5.33+ we should use 
YY_CURRENT_BUFFER_LVALUE
+-#if YY_FLEX_MINOR_VERSION>=5 && YY_FLEX_SUBMINOR_VERSION>=33
++#if YY_FLEX_MINOR_VERSION>5 || YY_FLEX_MINOR_VERSION>=5 && 
YY_FLEX_SUBMINOR_VERSION>=33
+ inputPosition=prevPosition + 
(int)(yy_bp - YY_CURRENT_BUFFER_LVALUE->yy_ch_buf);
+ #else
+ inputPosition=prevPosition + 
(int)(yy_bp - yy_current_buffer->yy_ch_buf);
+@@ -1190,7 +1190,7 @@ RCSTAG"$"{ID}":"[^\n$]+"$"
+   g_memberGroupHeader.resize(0);
+ parseMore=TRUE;
+   needNewEntry = TRUE;
+-#if YY_FLEX_MINOR_VERSION>=5 && YY_FLEX_SUBMINOR_VERSION>=33
++#if YY_FLEX_MINOR_VERSION>5 || YY_FLEX_MINOR_VERSION>=5 && 
YY_FLEX_SUBMINOR_VERSION>=33
+ inputPosition=prevPosition + 
(int)(yy_bp - YY_CURRENT_BUFFER_LVALUE->yy_ch_buf) + strlen(yytext);
+ #else
+ inputPosition=prevPosition + 
(int)(yy_bp - yy_current_buffer->yy_ch_buf) + strlen(yytext);
+diff --git a/src/fortrancode.l b/src/fortrancode.l
+index fb91a83..352912b 100644
+--- a/src/fortrancode.l
 b/src/fortrancode.l
+@@ -1306,7 +1306,7 @@ void parseFortranCode(CodeOutputInterface ,const char 
*className,const QCStri
+ extern "C" { // some bogus code to keep the compiler happy
+   void fortrancodeYYdummy() { yy_flex_realloc(0,0); } 
+ }
+-#elif YY_FLEX_SUBMINOR_VERSION<33
++#elif YY_FLEX_MINOR_VERSION<6 && YY_FLEX_SUBMINOR_VERSION<33
+ #error "You seem to be using a version of flex newer than 2.5.4 but older 
than 2.5.33. These versions do NOT work with doxygen! Please use version 
<=2.5.4 or >=2.5.33 or expect things to be parsed wrongly!"
+ #else
+ extern "C" { // some bogus code to keep 

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

2015-12-10 Thread Mike Pagano
commit: 69c780db4978344f372352a5887d76d8c3ef0ea6
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 11 00:31:17 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 11 00:31:17 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=69c780db

Linux patch 4.3.2

 _README|  8 +++-
 1001_linux-4.3.2.patch | 49 +
 2 files changed, 56 insertions(+), 1 deletion(-)

diff --git a/_README b/_README
index eb12e02..5fc79da 100644
--- a/_README
+++ b/_README
@@ -43,7 +43,13 @@ EXPERIMENTAL
 Individual Patch Descriptions:
 --
 
-Patch:  1000_linux-4.3.1.patch 

   From:   http://www.kernel.org

 Desc:   Linux 
4.3.1  
+Patch:  1000_linux-4.3.1.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.3.1
+
+Patch:  1001_linux-4.3.2.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.3.2
 
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644

diff --git a/1001_linux-4.3.2.patch b/1001_linux-4.3.2.patch
new file mode 100644
index 000..c3c1b19
--- /dev/null
+++ b/1001_linux-4.3.2.patch
@@ -0,0 +1,49 @@
+diff --git a/Makefile b/Makefile
+index 266eeacc1490..1a4953b3e10f 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 3
+-SUBLEVEL = 1
++SUBLEVEL = 2
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/crypto/asymmetric_keys/x509_cert_parser.c 
b/crypto/asymmetric_keys/x509_cert_parser.c
+index af71878dc15b..021d39c0ba75 100644
+--- a/crypto/asymmetric_keys/x509_cert_parser.c
 b/crypto/asymmetric_keys/x509_cert_parser.c
+@@ -531,7 +531,11 @@ int x509_decode_time(time64_t *_t,  size_t hdrlen,
+   if (*p != 'Z')
+   goto unsupported_time;
+ 
+-  mon_len = month_lengths[mon];
++  if (year < 1970 ||
++  mon < 1 || mon > 12)
++  goto invalid_time;
++
++  mon_len = month_lengths[mon - 1];
+   if (mon == 2) {
+   if (year % 4 == 0) {
+   mon_len = 29;
+@@ -543,14 +547,12 @@ int x509_decode_time(time64_t *_t,  size_t hdrlen,
+   }
+   }
+ 
+-  if (year < 1970 ||
+-  mon < 1 || mon > 12 ||
+-  day < 1 || day > mon_len ||
+-  hour < 0 || hour > 23 ||
+-  min < 0 || min > 59 ||
+-  sec < 0 || sec > 59)
++  if (day < 1 || day > mon_len ||
++  hour > 23 ||
++  min > 59 ||
++  sec > 59)
+   goto invalid_time;
+-  
++
+   *_t = mktime64(year, mon, day, hour, min, sec);
+   return 0;
+ 



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

2015-12-10 Thread Mike Pagano
commit: f0fd0c3fc3f2748f702ae8359592073743f2c952
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 11 01:21:25 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 11 01:21:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fd0c3f

sys-kernel/gentoo-sources: Linux patches 4.3.1 and 4.3.2. BFQ patches v7r8

Package-Manager: portage-2.2.24

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8da91dc..0c11b7c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -58,6 +58,9 @@ DIST genpatches-4.2-9.extras.tar.xz 16176 SHA256 
755f880b1683ac915aa36739ee355fb
 DIST genpatches-4.3-1.base.tar.xz 3464 SHA256 
7a4fa6450f306844cbe767c69e0f26cd9363803840e5147c27bc78fa1b20d739 SHA512 
a37d673a6daf0956cd5a9284c1772112b726187b2e83293cf1c41b64988eeb3ed27be41394fa18b9ce2dc2c2f07a974f39d74a0d9de406d76d5c8e960bafbe94
 WHIRLPOOL 
95289c547af7c6ef0c2bf2af323782044c45191b1055e032aeff2652ee2d51779abcb2caea23634dbeaf375397ca4b9ec6b4bb11e3074cac37787b047db0e958
 DIST genpatches-4.3-1.experimental.tar.xz 4904 SHA256 
e36a9856c8bef942c21f8211a23b54522cd270e98e7bb3facdd562f19e579a0a SHA512 
1690d38ebdd12d9593931b6fe7467cfb3cbe160a65c955fa82fccce2a9f57b6818efb39ef01ce97274aa6c8d0596c2d651f293b67abba5556fba7c7495658cd1
 WHIRLPOOL 
42414daeecba5d9cbc1fe46a3e438c3ef82ebae317a38c9d8b78ad723376550dbf3b83b102a9a0f7f893ed624a62bfeb80a49566bf13803805ae3dd3050e5afe
 DIST genpatches-4.3-1.extras.tar.xz 16288 SHA256 
41cf40be254f6204a0dcfbb0051309bf506a9306e6c637058fc23dbecbe37c00 SHA512 
6cedca7ab7e3971751077dbebb84d6cdd711600db7ea19a6e110ebc71a6281dc9db3d195b6f4e553bafd74d3dd1a252308c85e13de76879e3b6becd1b64ad2ff
 WHIRLPOOL 
129068f0912b07e64b8087e90a4f8758673f89f61d9d6ff69962168ad183efe27f9a657bcac85e44db62ee690b86eadc131282200e9d657b47402b3bbc95b96b
+DIST genpatches-4.3-3.base.tar.xz 42780 SHA256 
61d6121205303e840e3eb29a2fc23be269f9aae7e8116012f476bff3d5d1a878 SHA512 
be125ba6edd8731a8188478f5e463c2bb282654647b97c6e2190ae6183ebc380c53dd8f7324a5d2d6de207194bd1d9066ae611a40c93d6d74a5067aee37c98ca
 WHIRLPOOL 
7f94a5bea46e661e12d1b0238233e94df6c6889397c7f5823283376f7a0587c41225c6c5d41caf1c04243f12d260cdf2b0aa8a3e8f0d95aae62328f524f3d1d2
+DIST genpatches-4.3-3.experimental.tar.xz 61640 SHA256 
75f14ed604b7bf6acfe5cda34de34e76a27fe6f858ff45c33211b2086f174b9a SHA512 
4f3b82c0fa96c4f27910692faff913d9480923c84658c0a7cad2553bb424da4d4fea7771455fb97942449c1e08a47d1e71faeb808941cc1859a72f6c92161e38
 WHIRLPOOL 
f91c325499e18c516d1e6a950fafbb5782ec0c288009511f82975582c594aba7bb1eadbc63bb2ffc915e1591dc31243b2a3b4a4088ea1e01e0b5dc6381407e8d
+DIST genpatches-4.3-3.extras.tar.xz 16284 SHA256 
575fdbd65e2c4a607cecd55e5ddb9be421fb9d7e199196b26eb31ea0f8933dfc SHA512 
15c2a8bccb48219f925fadf3111066e8ce862fefb755451a1beaef954abedf5629fdc27dc7c66eb20598110b30f5774ed8029826464dadbdd7b3c60cdce573b3
 WHIRLPOOL 
803bbecf109f122b06807a93efc7efb914853a5675e49d052c7dc1275a1266937593d8ec835fa49699b4cf46078a1e5cdb6efd18b9b7e36c1b240701a986d42f
 DIST linux-3.10.tar.xz 73175088 SHA256 
df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 
5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35
 WHIRLPOOL 
e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053
 DIST linux-3.12.tar.xz 76384600 SHA256 
2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 
4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff
 WHIRLPOOL 
a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417
 DIST linux-3.14.tar.xz 78399152 SHA256 
61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 
5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e
 WHIRLPOOL 
5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.3.2.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.3.2.ebuild
new file mode 100644
index 000..7972f76
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.3.2.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="3"
+K_DEBLOB_AVAILABLE="0"
+K_KDBUS_AVAILABLE="0"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm 

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

2015-12-10 Thread Matthias Maier
commit: 2f3fcdeb75ebcdb6782062a7ff39ca4311508889
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Dec 10 23:26:25 2015 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Dec 10 23:47:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3fcdeb

app-doc/doxygen: Remove old version 1.8.5 and 1.8.9.1

Package-Manager: portage-2.2.26

 app-doc/doxygen/Manifest   |   2 -
 app-doc/doxygen/doxygen-1.8.5.ebuild   | 234 
 app-doc/doxygen/doxygen-1.8.9.1.ebuild | 241 -
 3 files changed, 477 deletions(-)

diff --git a/app-doc/doxygen/Manifest b/app-doc/doxygen/Manifest
index 9ec16b0..c193ff5 100644
--- a/app-doc/doxygen/Manifest
+++ b/app-doc/doxygen/Manifest
@@ -1,4 +1,2 @@
 DIST doxygen-1.8.10.src.tar.gz 4818276 SHA256 
cedf78f6d213226464784ecb999b54515c97eab8a2f9b82514292f837cf88b93 SHA512 
a7f29b5f7b9f55b7e5382b7b7dc7212247a27869bc265433c0ee51480645b3f5f0732d1f5aefd54952204c8a1c98b96ec1ecc22c1ff7a072db5b2356b5981074
 WHIRLPOOL 
5607e1da5cf8e653ec895a7601a3a6585790a555207928bde6d154ab06173c68e088a61c1963da8d8cdc1a571b66eeaa102acc2a2e4291e0be87634d8e554962
-DIST doxygen-1.8.5.src.tar.gz 6511944 SHA256 
243a8b67db12ad68d6ea5b51c6f60dc2cc3a34fa47abf1b5b4499196c3d7cc25 SHA512 
56d2b262feae41fe9acf3c0c8ad3dd1d8868a52c17e2d9882a553570311482ec73548c0a70ae0ad7ccd7d1011a69968f284031beb93f915bab3a4c740b943f47
 WHIRLPOOL 
934cb01d7898cbdf04d2f293534ade1b8ce1c48a378fb141e063a83455ccf94c733aec525e6e6740e6b92fb473a6bc2b31dca09b0324de78801c7a2d19638182
-DIST doxygen-1.8.9.1.src.tar.gz 5007458 SHA256 
d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec SHA512 
b76d06fc6e22d5e8e2b73814bc99cc0cf75ddf4e5a6ad1bd79832f12ccce5ccc2681777862b9ad0dbfdf1791fd1ce1f0f5ce669a78c7d38f91b0e8d5ebda8ade
 WHIRLPOOL 
3971ceb79619282dbf1409b71d457dbdf8cd67b7d57dc106215442237e16fed8530e637d2d712d1be2dc2d186b29e75a23522b06387913fe2584eebf8b52b44e
 DIST doxywizard.png 4231 SHA256 
eb648ebd3a194a56d9ed6e47cc8dbf1af2e124d83c2c42af9bf86bd837984209 SHA512 
5e2d26e7427b86866ebe75ec2c66c0f1100d230f3f3e4d66bac424a8dd0d42f0831d936ff03318dfa1bf73cbd9fb53717636d0c91ae3eea0f4e24641479d25d5
 WHIRLPOOL 
bb0c13b382c4069ca310ff53a03b36499a2bf6e0e8c0647efc032530f429f483b5d6f2925b7e996d4f84c8f2b77eb883533f4b7abc88745a2cfa596d3dd4f3fb

diff --git a/app-doc/doxygen/doxygen-1.8.5.ebuild 
b/app-doc/doxygen/doxygen-1.8.5.ebuild
deleted file mode 100644
index 250ccc6..000
--- a/app-doc/doxygen/doxygen-1.8.5.ebuild
+++ /dev/null
@@ -1,234 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils fdo-mime flag-o-matic python-any-r1 qt4-r2 toolchain-funcs
-
-DESCRIPTION="Documentation system for most programming languages"
-HOMEPAGE="http://www.doxygen.org/;
-SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz
-   https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png;
-
-LICENSE="GPL-2"
-SLOT="0"
-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"
-IUSE="debug doc dot qt4 latex sqlite elibc_FreeBSD userland_GNU"
-
-#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
-
-LANGS=(hy ar pt_BR ca zh cs de da eo es fa fi fr el hr hu id it ja ko lt mk
-nl nb pl pt ro ru sl sk sr sv tr uk vi af)
-for X in "${LANGS[@]}" ; do
-   IUSE="${IUSE} linguas_${X}"
-done
-
-RDEPEND="qt4? ( dev-qt/qtgui:4 )
-   latex? ( app-text/texlive[extra] )
-   dev-lang/perl
-   virtual/libiconv
-   media-libs/libpng
-   app-text/ghostscript-gpl
-   sqlite? ( dev-db/sqlite:3 )
-   dot? (
-   media-gfx/graphviz
-   media-libs/freetype
-   )"
-
-DEPEND="sys-apps/sed
-   sys-devel/flex
-   sys-devel/bison
-   doc? ( ${PYTHON_DEPS} )
-   ${RDEPEND}"
-
-# src_test() defaults to make -C testing but there is no such directory (bug 
#504448)
-RESTRICT="mirror test"
-EPATCH_SUFFIX="patch"
-
-get_langs() {
-   # using only user set linguas also fixes #263641
-   my_linguas=()
-   for lingua in ${LINGUAS}; do
-   if has ${lingua} "${LANGS[@]}"; then
-   case ${lingua} in
-   hy) lingua=am ;;
-   pt_BR) lingua=br ;;
-   zh*) lingua=cn ;;
-   cs) lingua=cz ;;
-   da) lingua=dk ;;
-   el*) lingua=gr ;;
-   ja*) lingua=jp ;;
-   ko) lingua=kr ;;
-   nb) lingua=no ;;
-   sl) lingua=si ;;
-   tr*) lingua=tr ;;
-   uk) lingua=ua ;;
-   

[gentoo-commits] proj/linux-patches: New tag: 4.3-3

2015-12-10 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 11 00:57:10 2015 +

New tag: 4.3-3




[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/files/, app-eselect/eselect-php/

2015-12-10 Thread Michael Orlitzky
commit: 983c8fcbdf2b0cea1236c87ac84bf4874a916271
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Dec 11 01:07:02 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Dec 11 01:07:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983c8fcb

app-eselect/eselect-php: version bump adding v0.8.1.

This is another attempt at php-7.x support in apache2. This new
version is already masked for testing, which is good because it
requires some configuration changes to apache. Upgraders should
read the elogs.

Gentoo-Bug: 552156

Package-Manager: portage-2.2.20.1

 app-eselect/eselect-php/Manifest |  1 +
 app-eselect/eselect-php/eselect-php-0.8.1.ebuild | 54 
 app-eselect/eselect-php/files/70_mod_php.conf| 26 
 3 files changed, 81 insertions(+)

diff --git a/app-eselect/eselect-php/Manifest b/app-eselect/eselect-php/Manifest
index 9c9280e..249fc20 100644
--- a/app-eselect/eselect-php/Manifest
+++ b/app-eselect/eselect-php/Manifest
@@ -1,2 +1,3 @@
 DIST eselect-php-0.7.1.bz2 2251 SHA256 
10aa400e2d08bc71989366993f12ddb546a0ea29f191c40e37beba1d11d7abd7 SHA512 
a6b4c1475dda9f368d799db7658c50cef7d6f71482a53a186fb1394e7ea1fff3c0ef123c82b7ca4d1e45aadb0a034d36f213fc9450766878a60d28639761cb3d
 WHIRLPOOL 
a4e45492068616ff30fd888b0cc64441a6eb6e6656e0107d00bd2cf15360dce15052d4d62089ab89d43e6bb36e126529aa101c70e8bd94a9fc916a5369463e3b
 DIST eselect-php-0.8.0.tar.xz 43932 SHA256 
1ddc6aafe269ebbf3006737701403bd2c7b324b9eea0fcbdc91e85a856f8a10d SHA512 
53c735275264742542d3909ae2994d0720bc961533a3df5373dbc7a7a1f04e91591f4e8356c268954420487d3ead4006cc5d6f361ef0ac2836f7f126556e960d
 WHIRLPOOL 
94deba4a5bd4d0d85c8f3afc96ac30a69cca5db95014b2fd8701495cc83488389302f640065e923cabd40c95f97f792dd173337cc33c7d38441956049fb90cda
+DIST eselect-php-0.8.1.tar.xz 44412 SHA256 
aa118e936bff176fe64911d68bb72e6e9e03d33c106674169396826a3063a962 SHA512 
3679c8ac4d980424a108d93c8e2e575b93196d7140f31f900e7f925ab26cf821233d12b9083fd7bdd7bd596c3b59544e972660be8ffce7c24d4a7980fbe5f770
 WHIRLPOOL 
19c6f05a02aa1a40586f352822679f7e655200374a100834d4370678b35856d5e255b0d83f07eafd69481ee3ee72cb976665e6c2b2df990be00b54bfa53a5a92

diff --git a/app-eselect/eselect-php/eselect-php-0.8.1.ebuild 
b/app-eselect/eselect-php/eselect-php-0.8.1.ebuild
new file mode 100644
index 000..d7a5283
--- /dev/null
+++ b/app-eselect/eselect-php/eselect-php-0.8.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit depend.apache systemd
+
+DESCRIPTION="PHP eselect module"
+HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-php.git/;
+SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="fpm apache2"
+
+# The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.
+RDEPEND="app-admin/eselect
+   apache2? ( www-servers/apache[apache2_modules_dir] )"
+
+want_apache
+
+src_install() {
+   default
+
+   if use apache2 ; then
+   insinto "${APACHE_MODULES_CONFDIR#${EPREFIX}}"
+   doins "${FILESDIR}/70_mod_php.conf"
+   fi
+
+   if use fpm ; then
+   newinitd "${FILESDIR}/php-fpm.init-r4" "php-fpm"
+   systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
+   exeinto /usr/libexec
+   doexe "${FILESDIR}/php-fpm-launcher"
+   fi
+}
+
+pkg_postinst() {
+   if use apache2 ; then
+   elog
+   elog "If you are upgrading, be warned that our mod_php 
configuration"
+   elog "file has changed! You should now define -DPHP for the 
apache2"
+   elog "daemon, and inspect the new 70_mod_php.conf which has 
been"
+   elog "installed. Module loading involves eselect as of this 
version."
+   elog
+   elog "You must run eselect at least once to choose your apache2 
target"
+   elog "before the new configuration will work. Afterwards, and 
after you"
+   elog "have reviewed your new configuration, you are advised to 
remove"
+   elog "the obsolete 70_mod_php5.conf file."
+   elog
+   fi
+}

diff --git a/app-eselect/eselect-php/files/70_mod_php.conf 
b/app-eselect/eselect-php/files/70_mod_php.conf
new file mode 100644
index 000..cf996fa
--- /dev/null
+++ b/app-eselect/eselect-php/files/70_mod_php.conf
@@ -0,0 +1,26 @@
+
+   # The mod_php.so symlink is controlled by
+   # eselect-php. However, the module name changed from
+   # php5_module to php7_module so we can't blindly load whatever
+   # is there. Instead we let eselect-php manage a small
+   # configuration file that loads the appropriate module.

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

2015-12-10 Thread William Hubbs
commit: 31eafb6209e2b70bcf44677f2b3a107e5268aa27
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Dec 10 23:21:58 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Dec 10 23:21:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31eafb62

net-misc/openconnect: qa fixes

In the live ebuild, inherit autotools and change the autogen.sh call to
eautoreconf and move it to src_prepare.

 net-misc/openconnect/openconnect-.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-misc/openconnect/openconnect-.ebuild 
b/net-misc/openconnect/openconnect-.ebuild
index 3a93319..08beef3 100644
--- a/net-misc/openconnect/openconnect-.ebuild
+++ b/net-misc/openconnect/openconnect-.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 
 if [[ "${PV}" = "" ]]; then
EGIT_REPO_URI="git://git.infradead.org/users/dwmw2/${PN}.git"
-   inherit git-r3
+   inherit git-r3 autotools
 else
ARCHIVE_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz;
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
@@ -75,10 +75,13 @@ src_unpack() {
unpack ${A}
 }
 
-src_configure() {
+src_prepare() {
if [[ "${PV}" =  ]]; then
-   ./autogen.sh || die "autogen failed"
+   eautoreconf
fi
+}
+
+src_configure() {
strip-linguas $ILINGUAS
echo ${LINGUAS} > po/LINGUAS
if ! use doc; then



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

2015-12-10 Thread William Hubbs
commit: 7cded1512874bcbf24440fa84096cdda4703746d
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Dec 10 23:14:11 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Dec 10 23:14:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cded151

sys-apps/openconnect: fix quoting in live ebuild

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

diff --git a/net-misc/openconnect/openconnect-.ebuild 
b/net-misc/openconnect/openconnect-.ebuild
index d4aaa53..3a93319 100644
--- a/net-misc/openconnect/openconnect-.ebuild
+++ b/net-misc/openconnect/openconnect-.ebuild
@@ -72,7 +72,7 @@ src_unpack() {
if [[ ${PV} =  ]]; then
git-r3_src_unpack
fi
-   unpack "${A}"
+   unpack ${A}
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2015-12-10 Thread Michael Palimaka
commit: 00625bfb4fef15856a0624b09a7bf61384dc6a2c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 10:26:45 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 10:26:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00625bfb

kde-plasma/plasma-workspace: raise Qt dependency

Gentoo-bug: 567914

Package-Manager: portage-2.2.26

 kde-plasma/plasma-workspace/plasma-workspace-5.5.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.5.0.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.5.0.ebuild
index 2be39ca..004cd1d 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.0.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.0.ebuild
@@ -7,6 +7,7 @@ EAPI=5
 KDE_HANDBOOK="true"
 KDE_PUNT_BOGUS_DEPS="true"
 KDE_TEST="true"
+QT_MINIMAL="5.5.0"
 VIRTUALX_REQUIRED="test"
 inherit kde5 multilib qmake-utils
 



[gentoo-commits] proj/kde:master commit in: kde-plasma/oxygen-fonts/

2015-12-10 Thread Michael Palimaka
commit: b6fa5ea954fe43e2ef450aea2dc923a2ce19d0e3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 10:19:09 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 10:19:09 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b6fa5ea9

kde-plasma/oxygen-fonts: remove package

No further releases after 5.4.3

 kde-plasma/oxygen-fonts/metadata.xml |  5 
 kde-plasma/oxygen-fonts/oxygen-fonts-.ebuild | 37 
 2 files changed, 42 deletions(-)

diff --git a/kde-plasma/oxygen-fonts/metadata.xml 
b/kde-plasma/oxygen-fonts/metadata.xml
deleted file mode 100644
index a23f444..000
--- a/kde-plasma/oxygen-fonts/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-

diff --git a/kde-plasma/oxygen-fonts/oxygen-fonts-.ebuild 
b/kde-plasma/oxygen-fonts/oxygen-fonts-.ebuild
deleted file mode 100644
index cd4954b..000
--- a/kde-plasma/oxygen-fonts/oxygen-fonts-.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5 font
-
-DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts;
-
-LICENSE="OFL-1.1"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep extra-cmake-modules)
-   media-gfx/fontforge
-"
-RDEPEND="!media-fonts/oxygen-fonts"
-
-DOCS=( README.md )
-
-src_configure() {
-   local mycmakeargs=(
-   -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   font_src_install
-}



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

2015-12-10 Thread Michael Palimaka
commit: 65182cdcbd650f3cb1c08978fc0b5b75f115f662
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 10:24:56 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 10:24:56 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=65182cdc

kde-plasma/plasma-workspace: raise Qt dependency

Gentoo-bug: 567914

Package-Manager: portage-2.2.26

 kde-plasma/plasma-workspace/plasma-workspace-5.5.49..ebuild | 1 +
 kde-plasma/plasma-workspace/plasma-workspace-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.5.49..ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.5.49..ebuild
index bb19a14..f8f4e9b 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.49..ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.49..ebuild
@@ -7,6 +7,7 @@ EAPI=5
 KDE_HANDBOOK="true"
 KDE_PUNT_BOGUS_DEPS="true"
 KDE_TEST="true"
+QT_MINIMAL="5.5.0"
 VIRTUALX_REQUIRED="test"
 inherit kde5 multilib qmake-utils
 

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
index 7328f2c..17de2d7 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
@@ -7,6 +7,7 @@ EAPI=5
 KDE_HANDBOOK="true"
 KDE_PUNT_BOGUS_DEPS="true"
 KDE_TEST="true"
+QT_MINIMAL="5.5.0"
 VIRTUALX_REQUIRED="test"
 inherit kde5 multilib qmake-utils
 



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

2015-12-10 Thread Michael Palimaka
commit: fe9a1556313517c97b4ae397aaba70b250e92a7f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 10:24:33 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 10:24:33 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe9a1556

kde-plasma/kscreenlocker: raise Qt dependency

Gentoo-bug: 567914

Package-Manager: portage-2.2.26

 kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild | 1 +
 kde-plasma/kscreenlocker/kscreenlocker-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild 
b/kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild
index bcb966b..ad6dad2 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 KDE_TEST="forceoptional"
+QT_MINIMAL="5.5.0"
 VIRTUALX_REQUIRED="test"
 inherit kde5 pam
 

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-.ebuild 
b/kde-plasma/kscreenlocker/kscreenlocker-.ebuild
index bcb966b..ad6dad2 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 KDE_TEST="forceoptional"
+QT_MINIMAL="5.5.0"
 VIRTUALX_REQUIRED="test"
 inherit kde5 pam
 



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

2015-12-10 Thread Michael Palimaka
commit: 46ea70989e0c194f2e562221495a0a99c12572a6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 10:06:41 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 10:07:03 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=46ea7098

kde-apps/libkipi: disable 'tests'

They are testing applications, plugins etc., not unit tests. This causes a
collision with kde-apps/libkipi:4 on /usr/bin/kxmlkipicmd.

Gentoo-bug: 567840

Package-Manager: portage-2.2.26

 kde-apps/libkipi/libkipi-15.11.90.ebuild  | 1 -
 kde-apps/libkipi/libkipi-15.12.49..ebuild | 1 -
 kde-apps/libkipi/libkipi-.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/kde-apps/libkipi/libkipi-15.11.90.ebuild 
b/kde-apps/libkipi/libkipi-15.11.90.ebuild
index af014a8..84a3616 100644
--- a/kde-apps/libkipi/libkipi-15.11.90.ebuild
+++ b/kde-apps/libkipi/libkipi-15.11.90.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_BLOCK_SLOT4="false"
-KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="A library for image plugins accross KDE applications"

diff --git a/kde-apps/libkipi/libkipi-15.12.49..ebuild 
b/kde-apps/libkipi/libkipi-15.12.49..ebuild
index 9a49660..7780013 100644
--- a/kde-apps/libkipi/libkipi-15.12.49..ebuild
+++ b/kde-apps/libkipi/libkipi-15.12.49..ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_BLOCK_SLOT4="false"
-KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="A library for image plugins accross KDE applications"

diff --git a/kde-apps/libkipi/libkipi-.ebuild 
b/kde-apps/libkipi/libkipi-.ebuild
index 9a49660..7780013 100644
--- a/kde-apps/libkipi/libkipi-.ebuild
+++ b/kde-apps/libkipi/libkipi-.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_BLOCK_SLOT4="false"
-KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="A library for image plugins accross KDE applications"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreenlocker/

2015-12-10 Thread Michael Palimaka
commit: 0bb3d43a3f785fb564df07ae388cdd6c43933530
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 10:26:11 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 10:26:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb3d43a

kde-plasma/kscreenlocker: raise Qt dependency

Gentoo-bug: 567914

Package-Manager: portage-2.2.26

 kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild 
b/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild
index cf4485c..385b502 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 KDE_TEST="forceoptional"
+QT_MINIMAL="5.5.0"
 VIRTUALX_REQUIRED="test"
 inherit kde5 pam
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreenlocker/

2015-12-10 Thread Michael Palimaka
commit: 7544d3782bcaf33bc59607711ec42bed17f02bab
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 11:41:21 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 11:41:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7544d378

kde-plasma/kscreenlocker: disable failing test

Gentoo-bug: 567844

Package-Manager: portage-2.2.26

 kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild 
b/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild
index 385b502..e7165e1 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild
@@ -62,6 +62,14 @@ src_prepare() {
-e "/add_subdirectory(autotests)/ s/^/#/" 
greeter/CMakeLists.txt || die
 }
 
+src_test() {
+   # requires running environment
+   local myctestargs=(
+   -E x11LockerTest
+   )
+   kde5_src_test
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package pam)



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

2015-12-10 Thread Michael Palimaka
commit: 8ca14e95fe91c9f1b20c7db63b008677bb7ee669
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 11:41:54 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 11:41:54 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ca14e95

kde-plasma/kscreenlocker: disable failing test

Gentoo-bug: 567844

Package-Manager: portage-2.2.26

 kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild | 8 
 kde-plasma/kscreenlocker/kscreenlocker-.ebuild| 8 
 2 files changed, 16 insertions(+)

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild 
b/kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild
index ad6dad2..d365f2f 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-5.5.49..ebuild
@@ -62,6 +62,14 @@ src_prepare() {
-e "/add_subdirectory(autotests)/ s/^/#/" 
greeter/CMakeLists.txt || die
 }
 
+src_test() {
+   # requires running environment
+   local myctestargs=(
+   -E x11LockerTest
+   )
+   kde5_src_test
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package pam)

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-.ebuild 
b/kde-plasma/kscreenlocker/kscreenlocker-.ebuild
index ad6dad2..d365f2f 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-.ebuild
@@ -62,6 +62,14 @@ src_prepare() {
-e "/add_subdirectory(autotests)/ s/^/#/" 
greeter/CMakeLists.txt || die
 }
 
+src_test() {
+   # requires running environment
+   local myctestargs=(
+   -E x11LockerTest
+   )
+   kde5_src_test
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package pam)



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

2015-12-10 Thread Michael Palimaka
commit: da18ffdf220a932d2466bb94d114e8767a00f151
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Dec  9 17:11:26 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 17:58:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da18ffdf

cmake-utils.eclass: Case insensitive comment_add_subdirectory

 eclass/cmake-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index ea88e48..fa0ddca 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -257,7 +257,7 @@ comment_add_subdirectory() {
 fi
 
 if [[ -e "CMakeLists.txt" ]]; then
-sed -e 
"/add_subdirectory[[:space:]]*([[:space:]]*${1//\//\\/}[[:space:]]*)/s/^/#DONOTCOMPILE
 /" \
+sed -e 
"/add_subdirectory[[:space:]]*([[:space:]]*${1//\//\\/}[[:space:]]*)/I 
s/^/#DONOTCOMPILE /" \
 -i CMakeLists.txt || die "failed to comment 
add_subdirectory(${1})"
 fi
 }



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

2015-12-10 Thread Michael Palimaka
commit: 239fb3d980bb05abfc0180e11e0b62bd6a1d8cce
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 10 17:54:57 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 10 17:54:57 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=239fb3d9

kde-frameworks/frameworkintegration: add subslot operator

To prepare for (hopefully) Qt 5.6 getting subslots.

Gentoo-bug: 523616

Package-Manager: portage-2.2.26

 kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild | 2 +-
 kde-frameworks/frameworkintegration/frameworkintegration-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild
index d84d9cd..493a6f2 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.17.0.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
dev-qt/qtdbus:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5=
dev-qt/qtwidgets:5
media-fonts/noto
X? (

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index 89557d3..11136b4 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
dev-qt/qtdbus:5
-   dev-qt/qtgui:5
+   dev-qt/qtgui:5=
dev-qt/qtwidgets:5
media-fonts/noto
X? (



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

2015-12-10 Thread Jason Donenfeld
commit: cc0ddb8cbec17a03720475dd70f6b78c3052be92
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Dec 10 17:34:31 2015 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Thu Dec 10 17:34:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0ddb8c

sys-fs/ctmg: import application

 sys-fs/ctmg/Manifest|  1 +
 sys-fs/ctmg/ctmg-0.9.ebuild | 23 +++
 sys-fs/ctmg/metadata.xml|  8 
 3 files changed, 32 insertions(+)

diff --git a/sys-fs/ctmg/Manifest b/sys-fs/ctmg/Manifest
new file mode 100644
index 000..79cb7ed
--- /dev/null
+++ b/sys-fs/ctmg/Manifest
@@ -0,0 +1 @@
+DIST ctmg-0.9.tar.xz 3052 SHA256 
3ac7697faaa9f19a87de46444691a537544c2a9107743be187476596a93fd752 SHA512 
0bb531f9e594393ee778965e44147aef5c1aec9a0977e6900b0b34d2528aac8609cd762fc7d05f712fcb540e42505ad2c276718c04193b2bace17189bac63312
 WHIRLPOOL 
338b4a97e03ff6758a34cea6444897fac8df08033e07fb5b1f290046e0502a7c23aa25649da0f327b5ed394322be487aa9362433a011e7ad3b9a430b7c02d220

diff --git a/sys-fs/ctmg/ctmg-0.9.ebuild b/sys-fs/ctmg/ctmg-0.9.ebuild
new file mode 100644
index 000..30dd4d4
--- /dev/null
+++ b/sys-fs/ctmg/ctmg-0.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Simple wrapper around cryptsetup for encrypted containers"
+HOMEPAGE="http://git.zx2c4.com/ctmg/about/;
+SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~arm ~arm64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="sys-fs/cryptsetup sys-apps/util-linux sys-fs/e2fsprogs 
sys-apps/coreutils app-admin/sudo"
+
+src_compile() { :; }
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}

diff --git a/sys-fs/ctmg/metadata.xml b/sys-fs/ctmg/metadata.xml
new file mode 100644
index 000..160670d
--- /dev/null
+++ b/sys-fs/ctmg/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zx...@gentoo.org
+   Jason A. Donenfeld
+   
+



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

2015-12-10 Thread Jason Donenfeld
commit: 4f6517c2d516bacbbfd623341b8d3136418f77d2
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Dec 11 02:09:18 2015 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Dec 11 02:09:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6517c2

sys-fs/ctmg: fix manifest

 sys-fs/ctmg/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/ctmg/Manifest b/sys-fs/ctmg/Manifest
index bee39e9..7853629 100644
--- a/sys-fs/ctmg/Manifest
+++ b/sys-fs/ctmg/Manifest
@@ -1 +1 @@
-DIST ctmg-1.0.tar.xz 3108 SHA256 
bc8da47dd8afba4181f2bde1a79601b6fa2e36cffec700913071aaa73b02362a SHA512 
e289526063484a9f2b1b0bb05060a59c0109bdeda5ba5a0e5a0bf5dfe39924232e979bb1a9fa8e29385eaa281710e4fe376c43f8659ec982fc8867ec9806ffa8
 WHIRLPOOL 
864a7b5f74cb0833050505a753c75e4b30b3d91b0ea5b95fdb077a94972c01d76b4557b3a09dd11130913ee5c5336f39d79be680b0a0408f31b9768241169735
+DIST ctmg-1.0.tar.xz 3112 SHA256 
9baa5488b9cfa95984b630f42b7029995fb6ae392f06636a1ce7fb4a43fbb434 SHA512 
21339998a6c98a341ed3221a8be05949a1b744078e7659179de2f16c69fe1f918072ae9ba6078dec68ca3f2250bfedfb366491c4a696d0b4615b2dd012dd4fc2
 WHIRLPOOL 
9e54e01740426a8bdae44592afa5e4fec42d0cc06a18a8dc87e5aa4479c5e73369fb686e780fd7419918719117c17d00f195e09e762e7e9f2c7ceec0edc1d2de



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

2015-12-10 Thread Mike Gilbert
commit: 57d3e16784676109b3f9ffd527e356e9873edda5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Dec 11 02:49:29 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Dec 11 02:49:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d3e167

net-misc/openconnect: Cosmetic cleanup

Package-Manager: portage-2.2.26_p25

 net-misc/openconnect/openconnect-.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-misc/openconnect/openconnect-.ebuild 
b/net-misc/openconnect/openconnect-.ebuild
index 08beef3..9515779 100644
--- a/net-misc/openconnect/openconnect-.ebuild
+++ b/net-misc/openconnect/openconnect-.ebuild
@@ -7,7 +7,9 @@ EAPI=5
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="xml"
 
-if [[ "${PV}" = "" ]]; then
+inherit eutils java-pkg-opt-2 linux-info python-any-r1 readme.gentoo
+
+if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="git://git.infradead.org/users/dwmw2/${PN}.git"
inherit git-r3 autotools
 else
@@ -18,8 +20,6 @@ VPNC_VER=20140806
 SRC_URI="${ARCHIVE_URI}

ftp://ftp.infradead.org/pub/vpnc-scripts/vpnc-scripts-${VPNC_VER}.tar.gz;
 
-inherit eutils java-pkg-opt-2 linux-info python-any-r1 readme.gentoo
-
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
 HOMEPAGE="http://www.infradead.org/openconnect.html;
 
@@ -69,16 +69,17 @@ pkg_setup() {
 }
 
 src_unpack() {
-   if [[ ${PV} =  ]]; then
+   if [[ ${PV} ==  ]]; then
git-r3_src_unpack
fi
unpack ${A}
 }
 
 src_prepare() {
-   if [[ "${PV}" =  ]]; then
+   if [[ ${PV} ==  ]]; then
eautoreconf
fi
+   epatch_user
 }
 
 src_configure() {



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

2015-12-10 Thread Jason Donenfeld
commit: eccc55b439e767ec8ed895e4024909898669e909
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Dec 11 01:46:35 2015 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Dec 11 01:46:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccc55b4

sys-fs/ctmg: version bump

 sys-fs/ctmg/Manifest | 2 +-
 sys-fs/ctmg/{ctmg-0.9.ebuild => ctmg-1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/ctmg/Manifest b/sys-fs/ctmg/Manifest
index 79cb7ed..bee39e9 100644
--- a/sys-fs/ctmg/Manifest
+++ b/sys-fs/ctmg/Manifest
@@ -1 +1 @@
-DIST ctmg-0.9.tar.xz 3052 SHA256 
3ac7697faaa9f19a87de46444691a537544c2a9107743be187476596a93fd752 SHA512 
0bb531f9e594393ee778965e44147aef5c1aec9a0977e6900b0b34d2528aac8609cd762fc7d05f712fcb540e42505ad2c276718c04193b2bace17189bac63312
 WHIRLPOOL 
338b4a97e03ff6758a34cea6444897fac8df08033e07fb5b1f290046e0502a7c23aa25649da0f327b5ed394322be487aa9362433a011e7ad3b9a430b7c02d220
+DIST ctmg-1.0.tar.xz 3108 SHA256 
bc8da47dd8afba4181f2bde1a79601b6fa2e36cffec700913071aaa73b02362a SHA512 
e289526063484a9f2b1b0bb05060a59c0109bdeda5ba5a0e5a0bf5dfe39924232e979bb1a9fa8e29385eaa281710e4fe376c43f8659ec982fc8867ec9806ffa8
 WHIRLPOOL 
864a7b5f74cb0833050505a753c75e4b30b3d91b0ea5b95fdb077a94972c01d76b4557b3a09dd11130913ee5c5336f39d79be680b0a0408f31b9768241169735

diff --git a/sys-fs/ctmg/ctmg-0.9.ebuild b/sys-fs/ctmg/ctmg-1.0.ebuild
similarity index 100%
rename from sys-fs/ctmg/ctmg-0.9.ebuild
rename to sys-fs/ctmg/ctmg-1.0.ebuild



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

2015-12-10 Thread Mike Pagano
commit: cc2721358925bd19d1cee58f5cb7a68c054b5272
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Dec 10 13:54:25 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Dec 10 13:54:25 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=cc272135

Linux patch 4.1.14

 _README |4 +
 1013_linux-4.1.14.patch | 3152 +++
 2 files changed, 3156 insertions(+)

diff --git a/_README b/_README
index acad761..bb7a9d9 100644
--- a/_README
+++ b/_README
@@ -95,6 +95,10 @@ Patch:  1012_linux-4.1.13.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.1.13
 
+Patch:  1013_linux-4.1.14.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.1.14
+
 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/1013_linux-4.1.14.patch b/1013_linux-4.1.14.patch
new file mode 100644
index 000..86576c9
--- /dev/null
+++ b/1013_linux-4.1.14.patch
@@ -0,0 +1,3152 @@
+diff --git a/Documentation/filesystems/proc.txt 
b/Documentation/filesystems/proc.txt
+index c3b6b301d8b0..749b7bae0c00 100644
+--- a/Documentation/filesystems/proc.txt
 b/Documentation/filesystems/proc.txt
+@@ -140,7 +140,8 @@ Table 1-1: Process specific entries in /proc
+  stat Process status
+  statmProcess memory status information
+  status   Process status in human readable form
+- wchanIf CONFIG_KALLSYMS is set, a pre-decoded wchan
++ wchanPresent with CONFIG_KALLSYMS=y: it shows the kernel 
function
++  symbol the task is blocked in - or "0" if not blocked.
+  pagemap  Page table
+  stackReport full stack trace, enable via CONFIG_STACKTRACE
+  smapsa extension based on maps, showing the memory 
consumption of
+@@ -309,7 +310,7 @@ Table 1-4: Contents of the stat files (as of 2.6.30-rc7)
+   blocked   bitmap of blocked signals
+   sigignbitmap of ignored signals
+   sigcatch  bitmap of caught signals
+-  wchan address where process went to sleep
++  0   (place holder, used to be the wchan address, use 
/proc/PID/wchan instead)
+   0 (place holder)
+   0 (place holder)
+   exit_signal   signal to send to parent thread on exit
+diff --git a/Makefile b/Makefile
+index d5d229db61d5..091280d66452 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 1
+-SUBLEVEL = 13
++SUBLEVEL = 14
+ EXTRAVERSION =
+ NAME = Series 4800
+ 
+diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
+index bc215e4b75fd..6a87233d0b19 100644
+--- a/arch/arm/boot/dts/imx27.dtsi
 b/arch/arm/boot/dts/imx27.dtsi
+@@ -477,7 +477,10 @@
+   compatible = "fsl,imx27-usb";
+   reg = <0x10024000 0x200>;
+   interrupts = <56>;
+-  clocks = < IMX27_CLK_USB_IPG_GATE>;
++  clocks = < IMX27_CLK_USB_IPG_GATE>,
++  < IMX27_CLK_USB_AHB_GATE>,
++  < IMX27_CLK_USB_DIV>;
++  clock-names = "ipg", "ahb", "per";
+   fsl,usbmisc = < 0>;
+   status = "disabled";
+   };
+@@ -486,7 +489,10 @@
+   compatible = "fsl,imx27-usb";
+   reg = <0x10024200 0x200>;
+   interrupts = <54>;
+-  clocks = < IMX27_CLK_USB_IPG_GATE>;
++  clocks = < IMX27_CLK_USB_IPG_GATE>,
++  < IMX27_CLK_USB_AHB_GATE>,
++  < IMX27_CLK_USB_DIV>;
++  clock-names = "ipg", "ahb", "per";
+   fsl,usbmisc = < 1>;
+   dr_mode = "host";
+   status = "disabled";
+@@ -496,7 +502,10 @@
+   compatible = "fsl,imx27-usb";
+   reg = <0x10024400 0x200>;
+   interrupts = <55>;
+-  clocks = < IMX27_CLK_USB_IPG_GATE>;
++  clocks = < IMX27_CLK_USB_IPG_GATE>,
++  < IMX27_CLK_USB_AHB_GATE>,
++  < IMX27_CLK_USB_DIV>;
++  clock-names = "ipg", "ahb", "per";
+   fsl,usbmisc = < 2>;
+   dr_mode = "host";
+   status = "disabled";
+@@ -506,7 +515,6 @@
+   #index-cells = <1>;
+   compatible = "fsl,imx27-usbmisc";
+

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

2015-12-10 Thread Mike Pagano
commit: 74a5efb4942d8b7803a6d350358ce71f06b1db7d
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Dec 10 13:52:12 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Dec 10 13:52:12 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=74a5efb4

Linux patch 3.14.58

 _README  |4 +
 1057_linux-3.14.58.patch | 1007 ++
 2 files changed, 1011 insertions(+)

diff --git a/_README b/_README
index e6c3b6c..240d748 100644
--- a/_README
+++ b/_README
@@ -270,6 +270,10 @@ Patch:  1056_linux-3.14.57.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.57
 
+Patch:  1057_linux-3.14.58.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.58
+
 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/1057_linux-3.14.58.patch b/1057_linux-3.14.58.patch
new file mode 100644
index 000..56aed0c
--- /dev/null
+++ b/1057_linux-3.14.58.patch
@@ -0,0 +1,1007 @@
+diff --git a/Makefile b/Makefile
+index 51ee14329c47..48a4d0b37c10 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 57
++SUBLEVEL = 58
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c
+index 5339009b3c0c..4873697b0958 100644
+--- a/arch/arm/common/edma.c
 b/arch/arm/common/edma.c
+@@ -404,7 +404,8 @@ static irqreturn_t dma_irq_handler(int irq, void *data)
+   BIT(slot));
+   if (edma_cc[ctlr]->intr_data[channel].callback)
+   edma_cc[ctlr]->intr_data[channel].callback(
+-  channel, EDMA_DMA_COMPLETE,
++  EDMA_CTLR_CHAN(ctlr, channel),
++  EDMA_DMA_COMPLETE,
+   edma_cc[ctlr]->intr_data[channel].data);
+   }
+   } while (sh_ipr);
+@@ -458,7 +459,8 @@ static irqreturn_t dma_ccerr_handler(int irq, void *data)
+   if (edma_cc[ctlr]->intr_data[k].
+   callback) {
+   edma_cc[ctlr]->intr_data[k].
+-  callback(k,
++  callback(
++  EDMA_CTLR_CHAN(ctlr, k),
+   EDMA_DMA_CC_ERROR,
+   edma_cc[ctlr]->intr_data
+   [k].data);
+diff --git a/arch/arm/mm/dma-mapping.c b/arch/arm/mm/dma-mapping.c
+index 42f2fb8c5a00..887b19e915ee 100644
+--- a/arch/arm/mm/dma-mapping.c
 b/arch/arm/mm/dma-mapping.c
+@@ -1411,12 +1411,19 @@ static int arm_iommu_mmap_attrs(struct device *dev, 
struct vm_area_struct *vma,
+   unsigned long uaddr = vma->vm_start;
+   unsigned long usize = vma->vm_end - vma->vm_start;
+   struct page **pages = __iommu_get_pages(cpu_addr, attrs);
++  unsigned long nr_pages = PAGE_ALIGN(size) >> PAGE_SHIFT;
++  unsigned long off = vma->vm_pgoff;
+ 
+   vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot);
+ 
+   if (!pages)
+   return -ENXIO;
+ 
++  if (off >= nr_pages || (usize >> PAGE_SHIFT) > nr_pages - off)
++  return -ENXIO;
++
++  pages += off;
++
+   do {
+   int ret = vm_insert_page(vma, uaddr, *pages++);
+   if (ret) {
+diff --git a/arch/arm/plat-orion/common.c b/arch/arm/plat-orion/common.c
+index 830ff07f3385..410e60e0e6de 100644
+--- a/arch/arm/plat-orion/common.c
 b/arch/arm/plat-orion/common.c
+@@ -499,7 +499,7 @@ void __init orion_ge00_switch_init(struct 
dsa_platform_data *d, int irq)
+ 
+   d->netdev = _ge00.dev;
+   for (i = 0; i < d->nr_chips; i++)
+-  d->chip[i].mii_bus = _ge00_shared.dev;
++  d->chip[i].mii_bus = _ge_mvmdio.dev;
+   orion_switch_device.dev.platform_data = d;
+ 
+   platform_device_register(_switch_device);
+diff --git a/arch/arm64/include/asm/ptrace.h b/arch/arm64/include/asm/ptrace.h
+index 0e7fa4963735..428ae6f7a23b 100644
+--- a/arch/arm64/include/asm/ptrace.h
 b/arch/arm64/include/asm/ptrace.h
+@@ -71,14 +71,14 @@
+ #define compat_sp regs[13]
+ #define compat_lr regs[14]
+ #define compat_sp_hyp regs[15]
+-#define compat_sp_irq regs[16]
+-#define compat_lr_irq regs[17]
+-#define compat_sp_svc regs[18]
+-#define compat_lr_svc regs[19]
+-#define compat_sp_abt regs[20]
+-#define compat_lr_abt regs[21]
+-#define compat_sp_und regs[22]
+-#define compat_lr_und regs[23]
++#define compat_lr_irq regs[16]
++#define compat_sp_irq regs[17]
++#define compat_lr_svc regs[18]
++#define compat_sp_svc regs[19]

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

2015-12-10 Thread Mike Pagano
commit: 4fe512fa7c50529ee296f5cfb98662ebd146ee7b
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Dec 10 13:49:26 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Dec 10 13:49:26 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=4fe512fa

Linux patch 3.10.94

 _README  |   4 +
 1093_linux-3.10.94.patch | 724 +++
 2 files changed, 728 insertions(+)

diff --git a/_README b/_README
index 5c1813e..a9b48f6 100644
--- a/_README
+++ b/_README
@@ -414,6 +414,10 @@ Patch:  1092_linux-3.10.93.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.10.93
 
+Patch:  1093_linux-3.10.94.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.10.94
+
 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/1093_linux-3.10.94.patch b/1093_linux-3.10.94.patch
new file mode 100644
index 000..cd9c4a9
--- /dev/null
+++ b/1093_linux-3.10.94.patch
@@ -0,0 +1,724 @@
+diff --git a/Makefile b/Makefile
+index 6944160a5631..f73ae0748cbc 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 10
+-SUBLEVEL = 93
++SUBLEVEL = 94
+ EXTRAVERSION =
+ NAME = TOSSUG Baby Fish
+ 
+diff --git a/arch/arm/mm/dma-mapping.c b/arch/arm/mm/dma-mapping.c
+index 8ca636cf8618..1a00c33a5b7e 100644
+--- a/arch/arm/mm/dma-mapping.c
 b/arch/arm/mm/dma-mapping.c
+@@ -1355,12 +1355,19 @@ static int arm_iommu_mmap_attrs(struct device *dev, 
struct vm_area_struct *vma,
+   unsigned long uaddr = vma->vm_start;
+   unsigned long usize = vma->vm_end - vma->vm_start;
+   struct page **pages = __iommu_get_pages(cpu_addr, attrs);
++  unsigned long nr_pages = PAGE_ALIGN(size) >> PAGE_SHIFT;
++  unsigned long off = vma->vm_pgoff;
+ 
+   vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot);
+ 
+   if (!pages)
+   return -ENXIO;
+ 
++  if (off >= nr_pages || (usize >> PAGE_SHIFT) > nr_pages - off)
++  return -ENXIO;
++
++  pages += off;
++
+   do {
+   int ret = vm_insert_page(vma, uaddr, *pages++);
+   if (ret) {
+diff --git a/arch/arm/plat-orion/common.c b/arch/arm/plat-orion/common.c
+index c019b7aaf776..553e00a432ec 100644
+--- a/arch/arm/plat-orion/common.c
 b/arch/arm/plat-orion/common.c
+@@ -498,7 +498,7 @@ void __init orion_ge00_switch_init(struct 
dsa_platform_data *d, int irq)
+ 
+   d->netdev = _ge00.dev;
+   for (i = 0; i < d->nr_chips; i++)
+-  d->chip[i].mii_bus = _ge00_shared.dev;
++  d->chip[i].mii_bus = _ge_mvmdio.dev;
+   orion_switch_device.dev.platform_data = d;
+ 
+   platform_device_register(_switch_device);
+diff --git a/arch/arm64/include/asm/ptrace.h b/arch/arm64/include/asm/ptrace.h
+index 41a71ee4c3df..7257c364eb99 100644
+--- a/arch/arm64/include/asm/ptrace.h
 b/arch/arm64/include/asm/ptrace.h
+@@ -70,14 +70,14 @@
+ #define compat_sp regs[13]
+ #define compat_lr regs[14]
+ #define compat_sp_hyp regs[15]
+-#define compat_sp_irq regs[16]
+-#define compat_lr_irq regs[17]
+-#define compat_sp_svc regs[18]
+-#define compat_lr_svc regs[19]
+-#define compat_sp_abt regs[20]
+-#define compat_lr_abt regs[21]
+-#define compat_sp_und regs[22]
+-#define compat_lr_und regs[23]
++#define compat_lr_irq regs[16]
++#define compat_sp_irq regs[17]
++#define compat_lr_svc regs[18]
++#define compat_sp_svc regs[19]
++#define compat_lr_abt regs[20]
++#define compat_sp_abt regs[21]
++#define compat_lr_und regs[22]
++#define compat_sp_und regs[23]
+ #define compat_r8_fiq regs[24]
+ #define compat_r9_fiq regs[25]
+ #define compat_r10_fiqregs[26]
+diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
+index 564140155c36..81e0fe48b9b0 100644
+--- a/arch/x86/kernel/cpu/common.c
 b/arch/x86/kernel/cpu/common.c
+@@ -280,10 +280,9 @@ __setup("nosmap", setup_disable_smap);
+ 
+ static __always_inline void setup_smap(struct cpuinfo_x86 *c)
+ {
+-  unsigned long eflags;
++  unsigned long eflags = native_save_fl();
+ 
+   /* This should have been cleared long ago */
+-  raw_local_save_flags(eflags);
+   BUG_ON(eflags & X86_EFLAGS_AC);
+ 
+   if (cpu_has(c, X86_FEATURE_SMAP)) {
+diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
+index f2a9a2aa98f3..3280489905a8 100644
+--- a/arch/x86/kernel/head_64.S
 b/arch/x86/kernel/head_64.S
+@@ -65,6 +65,9 @@ startup_64:
+* tables and then reload them.
+*/
+ 
++  /* Sanitize CPU configuration */
++  call verify_cpu
++
+   /*
+* Compute the delta between the address I am compiled to run at and the
+* address I am actually running at.
+@@ -174,6 +177,9 @@ ENTRY(secondary_startup_64)
+* after the boot processor executes this code.
+*/
+ 
++  /* Sanitize CPU configuration */
++  call 

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

2015-12-10 Thread Hans de Graaff
commit: 2d7e7d0b8ef0fb79018035531af69d5948b41cbd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 11 06:28:25 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 11 07:13:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7e7d0b

dev-ruby/acts_as_list: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/acts_as_list/Manifest  |  2 --
 dev-ruby/acts_as_list/acts_as_list-0.6.0.ebuild | 41 -
 dev-ruby/acts_as_list/acts_as_list-0.7.0.ebuild | 41 -
 3 files changed, 84 deletions(-)

diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest
index ed32ba1..9775d66 100644
--- a/dev-ruby/acts_as_list/Manifest
+++ b/dev-ruby/acts_as_list/Manifest
@@ -1,3 +1 @@
-DIST acts_as_list-0.6.0.gem 16896 SHA256 
5bf8f131c5872be26a3b8a8b1302b1484bf880cd4daa6340c12af3c87bd09ba5 SHA512 
88e8781dbb47e947b4658987fa0a17535a71c7e7967c38cf929498702cfee550e55b983b5f5d4f85a6f1128fe6916fbbdf5ff7901bb23d17544d3497cc684111
 WHIRLPOOL 
28f954cfc9ae1494cc95d8259cd4d9c57e09ffb55aaa460717eb524b16c0e8a0420ec9252265eeecad94066a9a57af36d148b7586dc4b3e67bfc29aa2279e0fc
-DIST acts_as_list-0.7.0.gem 17920 SHA256 
4c2be07814d0c83fee226f87fff53a6f0797103e1d804d75ad4b3bbe5d0ba869 SHA512 
c12ffb1d707987505be5f1a89e55b5cb8eda823842383088dd7579ef3baf07be1bf90a6f5f9cc50307d189529edb9ecf77865fcf7fa140454b92560d3ccc158d
 WHIRLPOOL 
058c3b8b9151dadf1930cd7e1fae4533222e8bf3faf677d9abc002e859ac750a637c86947aa38185daa568e452decce6c7cec1dcced5a8365b83d79e5007e08b
 DIST acts_as_list-0.7.2.gem 18944 SHA256 
a49748ee8e384094cbfa6858a465eb3f00ac866181e34f37ef3f350d4a281d95 SHA512 
c007f28dec299564fec586062c7f22f8a096accecf558669efbab663aadde0642ec2fbf9b899540db13d02641ccbfc40b7970e8e5598bbeabdf7a43d3e1f8df5
 WHIRLPOOL 
7911fd53f1f1d6cc057615b1eb7140eba92a25badc144957c36a73ae56a8cd9cb3362f15622c7cfc018fd397ff17b1aac32a0b551c829988b9553db89c6e0bce

diff --git a/dev-ruby/acts_as_list/acts_as_list-0.6.0.ebuild 
b/dev-ruby/acts_as_list/acts_as_list-0.6.0.ebuild
deleted file mode 100644
index 61c9009..000
--- a/dev-ruby/acts_as_list/acts_as_list-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-DESCRIPTION="Capabilities for sorting and reordering a number of objects in a 
list"
-HOMEPAGE="https://github.com/swanandp/acts_as_list;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activerecord-3"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/test-unit:2
-   dev-ruby/activerecord:3.2[sqlite]
-   )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '1,9 s:^:#:' test/helper.rb || die
-   sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Tests currently only pass on rails 3.
-   sed -e '1igem "activerecord", "~>3.2.0"' -i test/helper.rb || die
-}

diff --git a/dev-ruby/acts_as_list/acts_as_list-0.7.0.ebuild 
b/dev-ruby/acts_as_list/acts_as_list-0.7.0.ebuild
deleted file mode 100644
index 8195f27..000
--- a/dev-ruby/acts_as_list/acts_as_list-0.7.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-DESCRIPTION="Capabilities for sorting and reordering a number of objects in a 
list"
-HOMEPAGE="https://github.com/swanandp/acts_as_list;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activerecord-3:*"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/test-unit:2
-   dev-ruby/activerecord:3.2[sqlite]
-   )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '1,9 s:^:#:' test/helper.rb || die
-   sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Tests currently only pass on rails 3.
-   sed -e '1igem "activerecord", "~>3.2.0"' -i test/helper.rb || die
-}



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

2015-12-10 Thread Hans de Graaff
commit: 3d84819055cb1408a021241c21ad59b508271366
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 11 06:50:03 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 11 07:13:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d848190

dev-ruby/cri: cleanup

Package-Manager: portage-2.2.24

 dev-ruby/cri/Manifest |  2 --
 dev-ruby/cri/cri-2.4.1.ebuild | 25 -
 dev-ruby/cri/cri-2.6.1.ebuild | 31 ---
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/cri/Manifest b/dev-ruby/cri/Manifest
index 2f65da8..74017d2 100644
--- a/dev-ruby/cri/Manifest
+++ b/dev-ruby/cri/Manifest
@@ -1,3 +1 @@
-DIST cri-2.4.1.gem 20480 SHA256 
1c736c7e4fb080e916af10fccbfd8dab39224126db31377ddc9048ea8f2a8070 SHA512 
57ca21cdad59fcff78cdb042be3614f977ed0b5ad2f42e2b2f42df3eac6656fac2b6a33fe0af1ac511cce9db0f1345403f0846899353d156a7c28efdc43e8d4a
 WHIRLPOOL 
bffe0f9b371feee542556e177be0e645b4804dcb58bc2ee0aa7d5ee1dad23d3e6b6c1c9fe2ed0edb0ae20b33361eb518cf661d1bdab871c4038fd4a1ceed5369
-DIST cri-2.6.1.gem 23552 SHA256 
349dedff69722138ea49b69f32e2195094b4e2300caf230b33bdd29c3fdffc7f SHA512 
61ccbbc34e58ca7473817beccc7e2af29ab48981d58ddb4d753e32c98ae933acc33e696d922d3f3fc4adfa3f2ee230a7d2eb27bd671f2b46dfda72ad9ab15e55
 WHIRLPOOL 
a45affae09c29318d0ef59604923f37369cc9af1c51d56ca58b9d8391797c22ebeef703e87d50d7d9cf1a4eb742241591503bc4491d312b9ecc050235c66599a
 DIST cri-2.7.0.gem 25088 SHA256 
861e637cfeb0f8a618ea982f675c574520590aecbd098a2cf3d8be339ff3ed62 SHA512 
4bef9bbe623b45f21b0cc66aba40ac3fd945227fb50a6b169c79b8ac9b84144119defaaed3a76044b15a916d077fa91f36c35fa22b69b7405f6c9b4fb8bf1118
 WHIRLPOOL 
bf77d0570902a374198cd59d2f19e4da274fd1f76f1a2783ed22572ef52540812d1d9c53c783524fcbd074af0bc9f368ef387f40ab10149b9b97feb32db0d88b

diff --git a/dev-ruby/cri/cri-2.4.1.ebuild b/dev-ruby/cri/cri-2.4.1.ebuild
deleted file mode 100644
index dc3a740..000
--- a/dev-ruby/cri/cri-2.4.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
-HOMEPAGE="http://rubygems.org/gems/cri;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/colored-1.2"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-   test? ( dev-ruby/yard dev-ruby/minitest )"

diff --git a/dev-ruby/cri/cri-2.6.1.ebuild b/dev-ruby/cri/cri-2.6.1.ebuild
deleted file mode 100644
index e19179b..000
--- a/dev-ruby/cri/cri-2.6.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST="-Ilib test"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.adoc"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
-HOMEPAGE="http://rubygems.org/gems/cri;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/colored-1.2"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-   test? ( dev-ruby/yard dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
-}



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

2015-12-10 Thread Hans de Graaff
commit: f353d801f0dbda439f8f4c93574b448be071ab3e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 11 06:51:58 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 11 07:13:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f353d801

dev-ruby/daemon_controller: cleanup

Package-Manager: portage-2.2.24

 dev-ruby/daemon_controller/Manifest|  1 -
 .../daemon_controller-1.1.8.ebuild | 28 --
 .../daemon_controller-1.2.0.ebuild | 28 --
 3 files changed, 57 deletions(-)

diff --git a/dev-ruby/daemon_controller/Manifest 
b/dev-ruby/daemon_controller/Manifest
index 10e5b26..fc2db85 100644
--- a/dev-ruby/daemon_controller/Manifest
+++ b/dev-ruby/daemon_controller/Manifest
@@ -1,2 +1 @@
-DIST daemon_controller-1.1.8.gem 34304 SHA256 
4eb3733d4544c2a19588e099957b0599167c7b3cb1668489242a9e78614036b8 SHA512 
48e916e5ae30f8133c856c39dfe36a1cb5bb0320bf3e799fbfc7741aa973c0e6ecfbdc8063c4d06705624616ca8868b899a18c81aa7cfe146790a8075c1ed7f9
 WHIRLPOOL 
d9c494f1d480f4c7b4938bcca3e37bb04c72cf45a6855975a77310da5fa64e4a899bd0c06ec016736ff9429c81a27cfdbef0b36d2108cb6207134f191a09270c
 DIST daemon_controller-1.2.0.gem 37888 SHA256 
6d4b4589f7f8ed2201e857a9f0c80a5c3c19548c5b7b5df55794299fd981aa0b SHA512 
d22b5f37a41f2fab642cc7a6f5b5ea8a892d2c8b9eda04c9a547ee3aab3148a8897bc4737fd30fd9eb6e2a4fba458ea5811024fb5ad71b7959f3996dfa7b7705
 WHIRLPOOL 
d7e6322464c5950ede20367cb54360f224339bd35595e16a9415a57c398827bb2a51d1056880fe50d76dfa32184a6b26b344734f5c380488255eb3bbd69b

diff --git a/dev-ruby/daemon_controller/daemon_controller-1.1.8.ebuild 
b/dev-ruby/daemon_controller/daemon_controller-1.1.8.ebuild
deleted file mode 100644
index f5eaf60..000
--- a/dev-ruby/daemon_controller/daemon_controller-1.1.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby → fails tests, looks like Unix sockets are bad on JRuby
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for starting and stopping specific daemons 
programmatically in a robust manner"
-HOMEPAGE="https://github.com/FooBarWidget/daemon_controller;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # fix tests with RSpec 2
-   sed -i -e '1irequire "thread"' spec/test_helper.rb || die
-}

diff --git a/dev-ruby/daemon_controller/daemon_controller-1.2.0.ebuild 
b/dev-ruby/daemon_controller/daemon_controller-1.2.0.ebuild
deleted file mode 100644
index 00a8061..000
--- a/dev-ruby/daemon_controller/daemon_controller-1.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby → fails tests, looks like Unix sockets are bad on JRuby
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for starting and stopping specific daemons 
programmatically in a robust manner"
-HOMEPAGE="https://github.com/FooBarWidget/daemon_controller;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # fix tests with RSpec 2
-   sed -i -e '1irequire "thread"' spec/test_helper.rb || die
-}



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

2015-12-10 Thread Hans de Graaff
commit: 8b588fdeb10d0a74f17e05aae5062bde0ff96f82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 11 06:54:15 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 11 07:13:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b588fde

dev-ruby/domain_name: cleanup

Package-Manager: portage-2.2.24

 dev-ruby/domain_name/Manifest  |  2 --
 dev-ruby/domain_name/domain_name-0.5.22.ebuild | 47 --
 dev-ruby/domain_name/domain_name-0.5.23.ebuild | 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest
index a8dacb2..83a29b1 100644
--- a/dev-ruby/domain_name/Manifest
+++ b/dev-ruby/domain_name/Manifest
@@ -1,4 +1,2 @@
-DIST domain_name-0.5.22.gem 94720 SHA256 
cb8bbf0f14f9fa97f0ae9de40fa785f3a6c0b26cdd903afef165af2821907364 SHA512 
e859e8fe90c98eda90d038843544719e60f4d1a12c50e77b892cbdcd34ea9c46fa314a9799cce71eb9393e2ef2c956cc013c96a893cbec13e98a11a3768b6697
 WHIRLPOOL 
bb398969cfa3b4fa3b72d75f94fa343ef1724be95b8330810cdd371b3b3b4da2b61c125877a13949985d92eb66b8899a9699dca1156ec71530b1f106b6182d7f
-DIST domain_name-0.5.23.gem 99328 SHA256 
f1269404aa9611427e2733a75adcc0fc028a8143b7c9bdabbce58bad76a0b662 SHA512 
a6693e952db042198935238b1609d2a497eb07d9c72458f5826be475b9d382c944f20bd912c4cda5135b8bb82a4dc4416bd65e23fd6196a20f5f2718c029bab2
 WHIRLPOOL 
2fd57ada46eb7c9e160d2605f19be1eb89fad0125e9a96687965a55a29663d72f357c46ab2ed753d824669d5ea5200b950ca57ebcbdd956d74a5c508afa237dc
 DIST domain_name-0.5.24.gem 104448 SHA256 
8cbd6aea8859823f89aefeec49232e9d4377456fd42d08accfbc0cc6b32a55f6 SHA512 
46caf0be89c3b2f38f79180c14f4eaa1096f12f80feb881dafb394033d2c6118f481c898310d281d15acd5b9a54473c9d9ee8f0e77dda5b03c40a0d6f137f602
 WHIRLPOOL 
df40be6b18f08f242bafeb985a93692e3286a3889b738790108c7df64eff90dfe28c874b06f7cefd7e8ee295753126ee2d32ceb89dca65c71b95721064301161
 DIST domain_name-0.5.25.gem 112128 SHA256 
5b492888a095f2f00027a268932c93d0432bf8ada568a5c601ff53ce6a761b9b SHA512 
cdc89ef2cc93d014727e203ffaa3921f3548077bcf4dfacc83a03f887a88393cea01efcf072ca785b375a6b24cdbd69f201f2fbd81a7341595e6ed2a5d2b362c
 WHIRLPOOL 
1f5a9577aab4aea61eb88d590bd52b07cb21c597646ad28fce6631baee3ea527282393ce392a830232081a70c0628ce0fb29d5aec640cae44ff887d0261b

diff --git a/dev-ruby/domain_name/domain_name-0.5.22.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.22.ebuild
deleted file mode 100644
index 1daaf02..000
--- a/dev-ruby/domain_name/domain_name-0.5.22.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Domain Name manipulation library for Ruby"
-HOMEPAGE="https://github.com/knu/ruby-domain_name;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/test-unit-2.5.5
-   dev-ruby/shoulda
-   )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die
-   rm Gemfile* || die
-
-   # Remove development dependencies
-   sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \
-   ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Avoid dependency on git.
-   sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib:test test/test_*.rb
-}

diff --git a/dev-ruby/domain_name/domain_name-0.5.23.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.23.ebuild
deleted file mode 100644
index d04f83d..000
--- a/dev-ruby/domain_name/domain_name-0.5.23.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Domain Name manipulation library for Ruby"
-HOMEPAGE="https://github.com/knu/ruby-domain_name;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/test-unit-2.5.5
-   dev-ruby/shoulda
-   )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die
-   rm Gemfile* || die
-
-   # Remove development dependencies
-   sed -i -e 

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

2015-12-10 Thread Hans de Graaff
commit: 98d451270a258fd7449f087bdf07b1b2455e76a8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 11 06:34:30 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 11 07:13:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d45127

dev-ruby/coffee-script: cleanup

Package-Manager: portage-2.2.24

 dev-ruby/coffee-script/Manifest|  1 -
 .../coffee-script/coffee-script-2.2.0-r2.ebuild| 23 --
 dev-ruby/coffee-script/coffee-script-2.3.0.ebuild  | 23 --
 3 files changed, 47 deletions(-)

diff --git a/dev-ruby/coffee-script/Manifest b/dev-ruby/coffee-script/Manifest
index 18f5b4b..6ab96f5 100644
--- a/dev-ruby/coffee-script/Manifest
+++ b/dev-ruby/coffee-script/Manifest
@@ -1,3 +1,2 @@
 DIST coffee-script-2.2.0.gem 5120 SHA256 
acdd9f907950cfcf2342bc621ac9d11c9b0f34e2be8ab02de7845c673fb96c8c SHA512 
5d131a93a6d195da7a0969e5dbc62e4fa14f3b074e2d25228aa7ab4c71ae5d6d211f1ebef1fed76ac57cce1393becab7efd78120e7a4babdc1254dcc330d4359
 WHIRLPOOL 
73b904d16cc1a61cc7f5d58e526264423b156630bc93bb79f36f0014556e06c97b628e83a79122a12bdfe0fedf467a5a4bc892673bcd39ecfb3a77d9df098c98
-DIST coffee-script-2.3.0.gem 6656 SHA256 
6d54ad08a94c4a5b3f7a8d1e0625b412f2d1ac1264243cb046131e2d9c281744 SHA512 
ba481e8d01bdae5c65f317e9c65ecee6bba80aa733ffb1d27f226db63d77c41ab6528b20a3b4696e6e1a8658c9028c4b6a6c79fb979f5e0b999b40a1687b8483
 WHIRLPOOL 
be230cb2b1ce468ea05303e38c6ae9779900f601adf38735cd159a29d8783fea1b8903bf2b1f9a9317b575d0930bd11df8bbdedb9d02a8dc4ef966b926159d3c
 DIST coffee-script-2.4.1.gem 6656 SHA256 
82fe281e11b93c8117b98c5ea8063e71741870f1c4fbb27177d7d6333dd38765 SHA512 
5f19e3dd099408c633243d110fb6a3aece7753eed398c6568388b943a4a068fd5c2085f4e5408ebb7ea7eef529154995fe6e8ca4d437d491ec728a876bfd6492
 WHIRLPOOL 
d06ea281c6bee32271cde2602e89568abb0a94f7043a2d4524f49773f2e0d7d917a9cef664de91db8d8851151e685c6b7e4a95584397c58a871869fd11738838

diff --git a/dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild 
b/dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild
deleted file mode 100644
index ea3bc6e..000
--- a/dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby CoffeeScript is a bridge to the official CoffeeScript 
compiler"
-HOMEPAGE="https://github.com/josh/ruby-coffee-script 
https://github.com/rails/coffee-rails;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
-
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/coffee-script-source dev-ruby/execjs"

diff --git a/dev-ruby/coffee-script/coffee-script-2.3.0.ebuild 
b/dev-ruby/coffee-script/coffee-script-2.3.0.ebuild
deleted file mode 100644
index 3358e3c..000
--- a/dev-ruby/coffee-script/coffee-script-2.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby CoffeeScript is a bridge to the official CoffeeScript 
compiler"
-HOMEPAGE="https://github.com/josh/ruby-coffee-script 
https://github.com/rails/coffee-rails;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
-
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/coffee-script-source dev-ruby/execjs"



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

2015-12-10 Thread Hans de Graaff
commit: 5882b9af06a5fbf1409b8ca88dfc95e0f34e53b8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 11 07:12:41 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 11 07:13:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5882b9af

dev-ruby/htmlentities: cleanup

Package-Manager: portage-2.2.24

 dev-ruby/htmlentities/Manifest  |  2 --
 dev-ruby/htmlentities/htmlentities-4.3.2.ebuild | 26 -
 dev-ruby/htmlentities/htmlentities-4.3.3.ebuild | 26 -
 3 files changed, 54 deletions(-)

diff --git a/dev-ruby/htmlentities/Manifest b/dev-ruby/htmlentities/Manifest
index d932f76..08ed78b 100644
--- a/dev-ruby/htmlentities/Manifest
+++ b/dev-ruby/htmlentities/Manifest
@@ -1,4 +1,2 @@
 DIST htmlentities-4.3.1.gem 33280 SHA256 
d199741b653ea3e84a55e07f4d8190806465e693b04031c63c2a215b382e0397 SHA512 
6da6e1c2903622972ede1633e3d139d41bbe580097301848d9cd89e0f76d1b97ab512e444f7669763e2a4403c774bcbf0333b2b17465801c7c905f8c2acc8df6
 WHIRLPOOL 
fe3fa7a5d9cde399bd3e42f7b6826c66c698346d73eb2434454f05e82f8047a91960c5b60d5442407e883cfbf05bb56cec6e15370821cc050d2c3ef5bd3e7ca7
-DIST htmlentities-4.3.2.gem 31744 SHA256 
ae55923ab22e67d68cb1225c283ed189e222e13d7c47e10ca5efd2a607102119 SHA512 
21e2f2710c2e7e7d173c22529219b42f28ec7459f5064f33bea2b1c8aed00246435047704a2e104e956c5431e3a7ce0a5630a1cc5e16196225672bac38cf4ab6
 WHIRLPOOL 
a0dc80c269d1822093ca774202eeb7546cf2622b2929f596b33b17d1d7db3b67f42c7c162d1cb505d93f17a1c7b86f8b4c5bb181f9cdd12739895b91c56071d1
-DIST htmlentities-4.3.3.gem 31744 SHA256 
178c50f656077512d33e0786f924cb0a2281881c3fcd3e1b8e070a6cec15956c SHA512 
465fcb0ca1b4c68b31e937f0bdaa68b77c5fb8e5721637d81bd4da0a6967ae5fe26456cbba0b6a58b2bba20e659e6f4564657986f83957deb616e5a4861fdd1f
 WHIRLPOOL 
c7c8e224eb1791ad97e0e49c44968070617776bcfcf789f19a4bac817f082572c46105699b69f6f9a1e715ff9191ea7486d398278b0cd607d3fb07a3438d0b7a
 DIST htmlentities-4.3.4.gem 31744 SHA256 
125a73c6c9f2d1b62100b7c3c401e3624441b663762afa7fe428476435a673da SHA512 
0163d6c014ffebb4ee9bdb15d32884c8d6af60681f240d3f0177811d37647776b8f8fd0aa4f1c7559403f36a5538ce8da6926bc16cc8105bd6eed5c180db700b
 WHIRLPOOL 
1f4454f2113eaf3cb6dc2dfe8dee97aecc4fdcf53ea71dca1aacab1fe6c65d27c2ce635ae54cf959bcf7b3625845d438afcbf28765e32a10013c4a86765a7a0c

diff --git a/dev-ruby/htmlentities/htmlentities-4.3.2.ebuild 
b/dev-ruby/htmlentities/htmlentities-4.3.2.ebuild
deleted file mode 100644
index deb7283..000
--- a/dev-ruby/htmlentities/htmlentities-4.3.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple library for encoding/decoding entities in (X)HTML 
documents"
-HOMEPAGE="http://htmlentities.rubyforge.org/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-each_ruby_test() {
-   ${RUBY} -Ilib:. -S testrb test/*_test.rb || die "tests failed"
-}

diff --git a/dev-ruby/htmlentities/htmlentities-4.3.3.ebuild 
b/dev-ruby/htmlentities/htmlentities-4.3.3.ebuild
deleted file mode 100644
index ea220e1..000
--- a/dev-ruby/htmlentities/htmlentities-4.3.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple library for encoding/decoding entities in (X)HTML 
documents"
-HOMEPAGE="http://htmlentities.rubyforge.org/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-each_ruby_test() {
-   ${RUBY} -Ilib:. -S testrb test/*_test.rb || die "tests failed"
-}



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

2015-12-10 Thread Brian Evans
commit: 61c22cc75869b7f8f1007711ef73a214d69a31e3
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Dec 10 16:01:18 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Dec 10 16:01:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c22cc7

php-pear-r1.eclass, php-pear-lib-r1.eclass: Apply metadata_path wrt bug 567894

The metadata_path is new with dev-php/PEAR-PEAR-1.10.
The dependency files are created there instead of a previous location.
We don't need the files, so we set this up to where it used to be and
remove them later.

Signed-off-by: Brian Evans  gentoo.org>

 eclass/php-pear-lib-r1.eclass | 5 +++--
 eclass/php-pear-r1.eclass | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass
index 03440c8..3fb9caa 100644
--- a/eclass/php-pear-lib-r1.eclass
+++ b/eclass/php-pear-lib-r1.eclass
@@ -70,16 +70,17 @@ php-pear-lib-r1_src_install() {
 
cd "${S}"
 
+   # metadata_dir needs to be set relative to ${D} for 
>=dev-php/PEAR-PEAR-1.10
if [[ -f "${WORKDIR}"/package2.xml ]] ; then
mv -f "${WORKDIR}/package2.xml" "${S}"
local WWW_DIR="/usr/share/webapps/${PN}/${PVR}/htdocs"
-   peardev -d php_bin="${PHP_BIN}" -d www_dir="${WWW_DIR}" \
+   peardev -d php_bin="${PHP_BIN}" -d www_dir="${WWW_DIR}" -d 
metadata_dir="/usr/share/php" \
install --force --loose --nodeps --offline 
--packagingroot="${D}" \
"${S}/package2.xml" || die "Unable to install PEAR 
package"
else
mv -f "${WORKDIR}/package.xml" "${S}"
local WWW_DIR="/usr/share/webapps/${PN}/${PVR}/htdocs"
-   peardev -d php_bin="${PHP_BIN}" -d www_dir="${WWW_DIR}" \
+   peardev -d php_bin="${PHP_BIN}" -d www_dir="${WWW_DIR}" -d 
metadata_dir="/usr/share/php" \
install --force --loose --nodeps --offline 
--packagingroot="${D}" \
"${S}/package.xml" || die "Unable to install PEAR 
package"
fi

diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass
index c261030..85eee28 100644
--- a/eclass/php-pear-r1.eclass
+++ b/eclass/php-pear-r1.eclass
@@ -85,11 +85,12 @@ php-pear-r1_src_install() {
 
cd "${S}"
 
+   # metadata_dir needs to be set relative to ${D} for 
>=dev-php/PEAR-PEAR-1.10
if [[ -f "${WORKDIR}"/package2.xml ]] ; then
mv -f "${WORKDIR}/package2.xml" "${S}"
if has_version '>=dev-php/PEAR-PEAR-1.7.0' ; then
local WWW_DIR="/usr/share/webapps/${PN}/${PVR}/htdocs"
-   peardev -d php_bin="${PHP_BIN}" -d www_dir="${WWW_DIR}" 
\
+   peardev -d php_bin="${PHP_BIN}" -d www_dir="${WWW_DIR}" 
-d metadata_dir="/usr/share/php" \
install --force --loose --nodeps --offline 
--packagingroot="${D}" \
"${S}/package2.xml" || die "Unable to install 
PEAR package"
else
@@ -100,7 +101,7 @@ php-pear-r1_src_install() {
mv -f "${WORKDIR}/package.xml" "${S}"
if has_version '>=dev-php/PEAR-PEAR-1.7.0' ; then
local WWW_DIR="/usr/share/webapps/${PN}/${PVR}/htdocs"
-   peardev -d php_bin="${PHP_BIN}" -d www_dir="${WWW_DIR}" 
\
+   peardev -d php_bin="${PHP_BIN}" -d www_dir="${WWW_DIR}" 
-d metadata_dir="/usr/share/php" \
install --force --loose --nodeps --offline 
--packagingroot="${D}" \
"${S}/package.xml" || die "Unable to install 
PEAR package"
else



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

2015-12-10 Thread Hans de Graaff
commit: 9a84daf8effd0907a85e635ec17dc5e96caa5afb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 11 06:17:27 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 11 06:17:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a84daf8

dev-ruby/sass: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/sass/Manifest   |  2 --
 dev-ruby/sass/sass-3.4.17.ebuild | 40 
 dev-ruby/sass/sass-3.4.18.ebuild | 40 
 3 files changed, 82 deletions(-)

diff --git a/dev-ruby/sass/Manifest b/dev-ruby/sass/Manifest
index 3d88b69..2553b98 100644
--- a/dev-ruby/sass/Manifest
+++ b/dev-ruby/sass/Manifest
@@ -1,6 +1,4 @@
 DIST sass-3.2.19.gem 261632 SHA256 
ddcd7d76d98daa8f3ebbaec196972500a6cf6e854f9c328fcfc9aa556f29bfac SHA512 
6c288985d53b905aa3cc5ed471359c8a47b82fc30e9c576332fcf20c3d033e1f683c390e2b300295aa3b4be4f7b640ed5578e937793d0bc3537c268ed6986429
 WHIRLPOOL 
8a3ac79e5c287b1049fe21058704f81b7817fa217a165c0daeaa17ad68cc4189f75b92cd659ec5afc0b4254ee5a368f4657c00a3228a3b27a802fb8c0e60894e
 DIST sass-3.3.14.gem 315392 SHA256 
95435ddef3aee817ef727e3576852e9cb12f7020027c9f2da8a3835f16ec46c1 SHA512 
816c3aa7869648b51708a6a3bb14598dffdbb6335db7800ddb789c3f325f58822e2f3031f25f036eca2aabdd5ce8da1507ce58a75d0edcda17b7ae7a3484f39a
 WHIRLPOOL 
544f2cfceff59872737dc9c564be5a328212c714bfbe78fb954511e5a70ad43cf80eac556026b13ea3fc48943d331925d8d2e7bc8954614e0a1b63e42648581e
 DIST sass-3.4.15.gem 336896 SHA256 
6b461a469d29ec80b52b1401b5e5d58c48762a8f3e00f3b0b2d37b6791a87a59 SHA512 
9a6db0d6bdcb788b850e47fb61c5b803e156178eecce7b0c7d0edd2a3578405fa6dc88d397051d738b8bf52c70b6457618afbaf14b5b6fb4bf5f43f057229d0b
 WHIRLPOOL 
c3691b0eae97f5b7f4ef1398b99e3702ac32d1894308f9c0ccd2c81a2d30c812e9b775b96d8898ea1941ad11de7f378cf988d38cac6fd8c4e32e678ddedcbaef
-DIST sass-3.4.17.gem 339456 SHA256 
2d0fda87240e0133e04f2fd30d0184c0cb13f9b5235fbf3fc4efc038f1b3da58 SHA512 
905633b0dd09dbae396bbf0ee4527b079e37cad7b93215fcf37dd475b8cb18ed18fd40ec5ee1db76155c5890cb8ea495739ad34e3420f5058d784303469cb122
 WHIRLPOOL 
298c8416ad0d29f1ad74412d99f99ee4873804c4a90be5d340b5fb56f2fe07114e139d9100796d8ff25026a95938922e82dd1b08250cf9c91b5b9c972720807c
-DIST sass-3.4.18.gem 339456 SHA256 
1dbc7edeef048ae9d7e48089c8d77841d97a6cbed1b6bc894dc126f94c43b0ea SHA512 
16e0360e130cdbd0e0e19d8198ac0d3d50debc49c950062e276be69613a99d539e23ab4b40887baed369034c5724acfe238920658dd586ff17c97dafb173dba2
 WHIRLPOOL 
e3cff8cd416f2ed943fc17ef8c1c5a76d94f0680210685344506d1504daea09db24244151a43bf2f345b773850363148f503c10484a00d7faef1e0bef591bbdf
 DIST sass-3.4.19.gem 338944 SHA256 
2faca8aa3b76beb0bc59dccabc5114eb4118af9d613121fbaa120e1c8b7f0290 SHA512 
7ef5d6887784b98c19d389beb6f7d9d423f72e42c8f8da4b720482ba13a11273dc1ad86021e43e3e9325f57a8ca55b4b68504a21a9652eac96d23d871810aa83
 WHIRLPOOL 
3e9f2e3b1afdf4a65f820a9d63578572284e8ca64b2cdf40f2c67ae04fa554c4bf8ab847cf22d86ddaacb93068fcb38e4dc958cf1b29d7bec2a96531ee1865f0

diff --git a/dev-ruby/sass/sass-3.4.17.ebuild b/dev-ruby/sass/sass-3.4.17.ebuild
deleted file mode 100644
index 2e6adb8..000
--- a/dev-ruby/sass/sass-3.4.17.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_NAME"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, 
selector inheritance, and more"
-HOMEPAGE="http://sass-lang.com/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-SLOT="$(get_version_component_range 1-2)"
-IUSE=""
-
-ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )"
-
-ruby_add_rdepend ">=dev-ruby/listen-1.3.1:1 !!http://sass-lang.com/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-SLOT="$(get_version_component_range 1-2)"
-IUSE=""
-
-ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )"
-
-ruby_add_rdepend ">=dev-ruby/listen-1.3.1:1 !!

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

2015-12-10 Thread Hans de Graaff
commit: ba517c2f921b24e5aad0c494b0e24ad9ad2df3e5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 11 06:20:25 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 11 06:20:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba517c2f

dev-ruby/sass: add 3.4.20

Package-Manager: portage-2.2.20.1

 dev-ruby/sass/Manifest   |  1 +
 dev-ruby/sass/sass-3.4.20.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/sass/Manifest b/dev-ruby/sass/Manifest
index 2553b98..7f17f41 100644
--- a/dev-ruby/sass/Manifest
+++ b/dev-ruby/sass/Manifest
@@ -2,3 +2,4 @@ DIST sass-3.2.19.gem 261632 SHA256 
ddcd7d76d98daa8f3ebbaec196972500a6cf6e854f9c3
 DIST sass-3.3.14.gem 315392 SHA256 
95435ddef3aee817ef727e3576852e9cb12f7020027c9f2da8a3835f16ec46c1 SHA512 
816c3aa7869648b51708a6a3bb14598dffdbb6335db7800ddb789c3f325f58822e2f3031f25f036eca2aabdd5ce8da1507ce58a75d0edcda17b7ae7a3484f39a
 WHIRLPOOL 
544f2cfceff59872737dc9c564be5a328212c714bfbe78fb954511e5a70ad43cf80eac556026b13ea3fc48943d331925d8d2e7bc8954614e0a1b63e42648581e
 DIST sass-3.4.15.gem 336896 SHA256 
6b461a469d29ec80b52b1401b5e5d58c48762a8f3e00f3b0b2d37b6791a87a59 SHA512 
9a6db0d6bdcb788b850e47fb61c5b803e156178eecce7b0c7d0edd2a3578405fa6dc88d397051d738b8bf52c70b6457618afbaf14b5b6fb4bf5f43f057229d0b
 WHIRLPOOL 
c3691b0eae97f5b7f4ef1398b99e3702ac32d1894308f9c0ccd2c81a2d30c812e9b775b96d8898ea1941ad11de7f378cf988d38cac6fd8c4e32e678ddedcbaef
 DIST sass-3.4.19.gem 338944 SHA256 
2faca8aa3b76beb0bc59dccabc5114eb4118af9d613121fbaa120e1c8b7f0290 SHA512 
7ef5d6887784b98c19d389beb6f7d9d423f72e42c8f8da4b720482ba13a11273dc1ad86021e43e3e9325f57a8ca55b4b68504a21a9652eac96d23d871810aa83
 WHIRLPOOL 
3e9f2e3b1afdf4a65f820a9d63578572284e8ca64b2cdf40f2c67ae04fa554c4bf8ab847cf22d86ddaacb93068fcb38e4dc958cf1b29d7bec2a96531ee1865f0
+DIST sass-3.4.20.gem 343552 SHA256 
ced77e1f57c82f0e548a978f78d75accb46ff1823acdf6b88059a1222e6b3713 SHA512 
3df8eb248499b5b08d1dee828cd359f86d47fe487e442f073c84cf18b88d004e41bcf0e5505fc38e1a37d985ad2d6863487406773ff0a0d876676fb72c774cdb
 WHIRLPOOL 
381d838d13054f72c2ab4065d5796a1daee24378ecaa5543ed92c1ff0e91ca05a9add54774b2e4c73b6da75900fa24603eabea846f9a45eb86b6e39d9140

diff --git a/dev-ruby/sass/sass-3.4.20.ebuild b/dev-ruby/sass/sass-3.4.20.ebuild
new file mode 100644
index 000..7c56b29
--- /dev/null
+++ b/dev-ruby/sass/sass-3.4.20.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_NAME"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, 
selector inheritance, and more"
+HOMEPAGE="http://sass-lang.com/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+SLOT="$(get_version_component_range 1-2)"
+IUSE=""
+
+ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )"
+
+ruby_add_rdepend ">=dev-ruby/listen-1.3.1:1 !!

[gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass/

2015-12-10 Thread Ian Delaney
commit: 3942f4e441bdcd4b3057d1c98cffea7bcf715084
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri Dec 11 06:33:12 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Dec 11 06:34:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3942f4e4

app-admin/lastpass: add gokturk as proxy maintainer in metadata.xml

Added under direction of both initial dev maintainer and now sleo
the proxy-mainatiners project / herd (as it still is)

Package-Manager: portage-2.2.24

 app-admin/lastpass/metadata.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-admin/lastpass/metadata.xml b/app-admin/lastpass/metadata.xml
index 556c09b..566d3b2 100644
--- a/app-admin/lastpass/metadata.xml
+++ b/app-admin/lastpass/metadata.xml
@@ -5,6 +5,12 @@
 robb...@gentoo.org
 Robin H. Johnson
   
+  proxy-maintainers
+  
+gokt...@binghamton.edu
+Gokturk Yuksek
+Proxied maintainer; set to assignee in all bugs
+  
   

   



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

2015-12-10 Thread Ian Delaney
commit: 5d5d7f1a8fdfd4508830dce0247c72b8c5ca4499
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Dec 10 09:31:27 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Dec 11 06:34:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5d7f1a

dev-python/kombu: add missed "#" in comment in src_prepare()

applied to vns. 3.0.24, 3.0.26, 3.0.29, 3.0.30, noted by mgorny
while updating ebuilds re issues of eclass

Package-Manager: portage-2.2.24

 dev-python/kombu/kombu-3.0.26.ebuild | 2 +-
 dev-python/kombu/kombu-3.0.29.ebuild | 2 +-
 dev-python/kombu/kombu-3.0.30.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/kombu/kombu-3.0.26.ebuild 
b/dev-python/kombu/kombu-3.0.26.ebuild
index 4012ab7..3c17ab2 100644
--- a/dev-python/kombu/kombu-3.0.26.ebuild
+++ b/dev-python/kombu/kombu-3.0.26.ebuild
@@ -61,7 +61,7 @@ PATCHES=( "${FILESDIR}"/${PN}-NA-tests-fix.patch \
"${FILESDIR}"/${P}-pymongo-test-fix.patch )
 
 python_prepare_all() {
-   https://github.com/celery/kombu/issues/246
+   # https://github.com/celery/kombu/issues/246
sed -e 's:kombu.transports:kombu.transport:' -i 
funtests/tests/test_django.py
distutils-r1_python_prepare_all
 }

diff --git a/dev-python/kombu/kombu-3.0.29.ebuild 
b/dev-python/kombu/kombu-3.0.29.ebuild
index 373244c..bdc4c1c 100644
--- a/dev-python/kombu/kombu-3.0.29.ebuild
+++ b/dev-python/kombu/kombu-3.0.29.ebuild
@@ -66,7 +66,7 @@ PATCHES=(
)
 
 python_prepare_all() {
-   https://github.com/celery/kombu/issues/246
+   # https://github.com/celery/kombu/issues/246
sed -e 's:kombu.transports:kombu.transport:' -i 
funtests/tests/test_django.py
distutils-r1_python_prepare_all
 }

diff --git a/dev-python/kombu/kombu-3.0.30.ebuild 
b/dev-python/kombu/kombu-3.0.30.ebuild
index d29d767..7e93893 100644
--- a/dev-python/kombu/kombu-3.0.30.ebuild
+++ b/dev-python/kombu/kombu-3.0.30.ebuild
@@ -70,7 +70,7 @@ pkg_setup() {
 }
 
 python_prepare_all() {
-   https://github.com/celery/kombu/issues/246
+   # https://github.com/celery/kombu/issues/246
sed -e 's:kombu.transports:kombu.transport:' -i 
funtests/tests/test_django.py
distutils-r1_python_prepare_all
 }



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

2015-12-10 Thread Ian Delaney
commit: 6a3779a45f4c7d68860c22faa024b498d072b5c4
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Dec 10 09:35:02 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Dec 11 06:34:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3779a4

dev-python/kombu: remove old: 2.5.16, 3.0.23, 3.0.28

Package-Manager: portage-2.2.24

 dev-python/kombu/Manifest|   3 -
 dev-python/kombu/kombu-2.5.16.ebuild |  42 --
 dev-python/kombu/kombu-3.0.23.ebuild |  91 -
 dev-python/kombu/kombu-3.0.28.ebuild | 107 ---
 4 files changed, 243 deletions(-)

diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest
index 09210fd..be01494 100644
--- a/dev-python/kombu/Manifest
+++ b/dev-python/kombu/Manifest
@@ -1,7 +1,4 @@
-DIST kombu-2.5.16.tar.gz 307515 SHA256 
feab7f4384e2420bed19b8323150059d4b12e8eacbd581f62776ad5878d433c2 SHA512 
48a6297726835552188cf09de424d88df333d4c8d1744d423b9ea6d8b75068b806d7220cfe070395924a3c2ff271940db6f14ad9c38b830442e798ad5c8a866c
 WHIRLPOOL 
a58e7f94bfdbf4b4f03b5495d08dfe399b66316fae156d82d0a69f6c094d40494c9e80909e8200287453a9593d924644241169b47db82426cfed09d01cc1b7e2
-DIST kombu-3.0.23.tar.gz 343923 SHA256 
448c3e3ce671a10f00ee03979ba3c7866b4bfce49f65edec9f93a0cefa87ec16 SHA512 
239ffbeb3c901227de7fb44f7c0b5ca611b8648eea81cd0c371bdadc1cd855a0f19001556aaa62abf7cb610b26dc182058251b97d85c8529a42a2e675edd0aaf
 WHIRLPOOL 
0842ff10715b45c92d43923b32a3c81b5216a9c5fe0b6432d3790b1e08a02388f3631d380b7234cb050e8c8b711ab0ecb8aab676499f576b14d1a3b90844688f
 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
 DIST kombu-3.0.30.tar.gz 380706 SHA256 
b902fe768ea49173c7c26b117bf6c51d258f822d00d753e543b7e2285540f85a SHA512 
91d43c7bf9902fe58b2a06f81286be81945c751ca4677a7ab9c78287e006726908b143510efcb4abf91b584f2fa0be7828df5631f552665fb3bbd9806f703075
 WHIRLPOOL 
75d62e8e395205157e1d018b6e20cc7f2b5ba0a7dd7ec40cfc21e0341aa9108eafd811277a0a9ed0fa6f1f41b9e96b7d1e8e4c32674e6db601b418afe6e70e3e

diff --git a/dev-python/kombu/kombu-2.5.16.ebuild 
b/dev-python/kombu/kombu-2.5.16.ebuild
deleted file mode 100644
index 733dee9..000
--- a/dev-python/kombu/kombu-2.5.16.ebuild
+++ /dev/null
@@ -1,42 +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} )
-
-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 test"
-
-RDEPEND=">=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
-   >=dev-python/py-amqp-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/amqplib-1.0.2[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/beanstalkc[$(python_gen_usedep python2_7)]
-   dev-python/couchdb-python[$(python_gen_usedep python2_7)]
-   >=dev-python/sphinxcontrib-issuetracker-0.9[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-   if use doc; then
-   emake -C docs html || die "kombu docs failed installation"
-   fi
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( 

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol-plugins-emovie/

2015-12-10 Thread Justin Lecher
commit: ca4803f9e53d7108d632e78f91265e72ade4c9be
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Dec 10 15:00:43 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Dec 10 15:00:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4803f9

sci-chemistry/pymol-plugins-emovie: Bump to EAPI=5 and python-r1.eclass

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

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

 sci-chemistry/pymol-plugins-emovie/metadata.xml|  6 +--
 .../pymol-plugins-emovie-1.0.4.ebuild  | 46 +++---
 2 files changed, 17 insertions(+), 35 deletions(-)

diff --git a/sci-chemistry/pymol-plugins-emovie/metadata.xml 
b/sci-chemistry/pymol-plugins-emovie/metadata.xml
index 18330bb..1837bbc 100644
--- a/sci-chemistry/pymol-plugins-emovie/metadata.xml
+++ b/sci-chemistry/pymol-plugins-emovie/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
sci-chemistry
-
-   j...@gentoo.org
-
+   
+   j...@gentoo.org
+   
 

diff --git 
a/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild 
b/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild
index 38a48fd..667dcf3 100644
--- a/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild
+++ b/sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI=5
 
-SUPPORT_PYTHON_ABIS="1"
+PYTHON_COMPAT=( python2_7 )
 
-inherit eutils python
+inherit eutils python-r1
 
-DESCRIPTION="eMovie is a plug-in tool for the molecular visualization program 
PyMOL"
+DESCRIPTION="PyMOL plugin for convinient movie creation"
 SRC_URI="http://www.weizmann.ac.il/ISPC/eMovie_package.zip;
 HOMEPAGE="http://www.weizmann.ac.il/ISPC/eMovie.html;
 
@@ -17,38 +17,20 @@ LICENSE="GPL-2"
 KEYWORDS="~x86 ~amd64 ~x86-linux ~amd64-linux"
 IUSE=""
 
-RDEPEND=">sci-chemistry/pymol-0.99"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   >sci-chemistry/pymol-0.99[${PYTHON_USEDEP}]"
 DEPEND="app-arch/unzip"
-#RESTRICT_PYTHON_ABIS="3.*"
+
+S="${WORKDIR}"
 
 src_prepare() {
epatch "${FILESDIR}"/${PV}-indent.patch
-
-   mkdir ${P}
-   mv e* ${P}/
-
-   python_copy_sources
-
-   conversion() {
-   [[ "${PYTHON_ABI}" == 2.* ]] && return
-
-   2to3-${PYTHON_ABI} -w eMovie.py > /dev/null
-   }
-   python_execute_function --action-message 'Applying patches for Python 
${PYTHON_ABI}' --failure-message 'Applying patches for Python ${PYTHON_ABI} 
failed' -s conversion
 }
 
 src_install(){
-   installation() {
-   insinto $(python_get_sitedir)/pmg_tk/startup/
-   doins eMovie.py || die
-   }
-   python_execute_function -s installation
-}
-
-pkg_postinst(){
-   python_mod_optimize pmg_tk/startup
-}
-
-pkg_postrm() {
-   python_mod_cleanup pmg_tk/startup
+   python_moduleinto pmg_tk/startup
+   python_foreach_impl python_domodule eMovie.py
+   python_foreach_impl python_optimize
 }



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

2015-12-10 Thread Agostino Sarubbo
commit: fee494c63631a5ba2e957b8d377021f5dedecb55
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 10 14:25:04 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 10 14:25:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee494c6

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

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

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

diff --git a/www-client/chromium/chromium-47.0.2526.80.ebuild 
b/www-client/chromium/chromium-47.0.2526.80.ebuild
index fbb9efa..2972ff4 100644
--- a/www-client/chromium/chromium-47.0.2526.80.ebuild
+++ b/www-client/chromium/chromium-47.0.2526.80.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD hotwording? ( no-source-code )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="cups gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos neon 
pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



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

2015-12-10 Thread Agostino Sarubbo
commit: fcd3cbb2c427abaaf72a8f4316a145b1450666c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 10 14:25:29 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 10 14:25:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd3cbb2

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

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

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

diff --git a/www-client/chromium/chromium-47.0.2526.80.ebuild 
b/www-client/chromium/chromium-47.0.2526.80.ebuild
index 2972ff4..4232528 100644
--- a/www-client/chromium/chromium-47.0.2526.80.ebuild
+++ b/www-client/chromium/chromium-47.0.2526.80.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD hotwording? ( no-source-code )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="cups gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos neon 
pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



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

2015-12-10 Thread Eray Aslan
commit: f8c8d4e4775703959ef7a378029be7f90f5c87bf
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Dec 10 14:16:12 2015 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Dec 10 14:29:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c8d4e4

net-mail/mailutils: version bump to 2.99.99

Package-Manager: portage-2.2.26

 net-mail/mailutils/Manifest |   1 +
 net-mail/mailutils/mailutils-2.99.99.ebuild | 127 
 2 files changed, 128 insertions(+)

diff --git a/net-mail/mailutils/Manifest b/net-mail/mailutils/Manifest
index ea64dd9..87cf7ea 100644
--- a/net-mail/mailutils/Manifest
+++ b/net-mail/mailutils/Manifest
@@ -1 +1,2 @@
 DIST mailutils-2.99.98.tar.xz 2505252 SHA256 
62e2c28aed77e451e05ed15e68b5abc3932bcc3d2d6caf9b4a6864258c6a7b1a SHA512 
fc20d97b3eed0f0ff7f1d7885e59f8de6ffd5b4646cd06c3636bda4a6bc9f7a0d5acdc7bb3bb573cdc80d63dfdc0be6464033ef2f6d88514bd2190f6611a1083
 WHIRLPOOL 
c0f6f4f9dc2d60074c06a6c8f604fa4d92df4dafd6e205df8c360e97663e96c9b64a02aab9af7eab0659abc39e8aed70bbb0761b7d5a21b5873beabbcd409030
+DIST mailutils-2.99.99.tar.xz 2796000 SHA256 
fd7743673e81ceb864e0c5876f9304616ca3759d69c662c27d6e093a9919f31d SHA512 
a65f9cde0732f27cdea69385b72806e0f44c774006ad7613039644e7a822f26789c46bb06127ca0fa13dbc3e4ad0382e0a7bee6124e240ff58b394ba8a125bfb
 WHIRLPOOL 
7790095392c7111ed858c547145ceb70687c8dae11c1b7cdc4df319ebe28ea07d941d7936d20d6a4e191418f22914d1ef65da194e2e7573f53688a4ce82d9325

diff --git a/net-mail/mailutils/mailutils-2.99.99.ebuild 
b/net-mail/mailutils/mailutils-2.99.99.ebuild
new file mode 100644
index 000..34d0078
--- /dev/null
+++ b/net-mail/mailutils/mailutils-2.99.99.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
+
+DESCRIPTION="A useful collection of mail servers, clients, and filters"
+HOMEPAGE="https://www.gnu.org/software/mailutils/mailutils.html;
+#SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
+SRC_URI="mirror://gnu-alpha/mailutils/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos ldap mysql nls pam 
postgres
+python servers ssl static-libs +threads tcpd tokyocabinet"
+
+# Drop the libtool dep once libltdl goes stable.
+RDEPEND="!mail-client/nmh
+   !mail-filter/libsieve
+   !mail-client/mailx
+   !mail-client/nail
+   sys-libs/ncurses:0=
+   sys-libs/readline:*
+   || ( dev-libs/libltdl:0  build-aux/py-compile
+   epatch "${FILESDIR}/${PN}-2.99.98-readline-6.3.patch" #503954
+   if use mysql; then
+   sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \
+   sql/Makefile.am || die
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+
+   # maildir is the Gentoo default
+   # but fails tests. So set it in config file instead.
+   econf MU_DEFAULT_SCHEME=maildir \
+   CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \
+   $(use_with berkdb berkeley-db) \
+   $(use_with bidi fribidi) \
+   $(use_enable ipv6) \
+   $(use_with gdbm) \
+   $(use_with sasl gsasl) \
+   $(use_with guile) \
+   $(use_with kerberos gssapi) \
+   $(use_with ldap) \
+   $(use_with mysql) \
+   $(use_enable nls) \
+   $(use_enable pam) \
+   $(use_with postgres) \
+   $(use_enable python) \
+   $(use_with ssl gnutls) \
+   $(use_enable static-libs static) \
+   $(use_enable threads pthread) \
+   $(use_with tokyocabinet) \
+   $(use_enable servers build-servers) \
+   $(use_enable clients build-clients) \
+   --with-mail-spool=/var/spool/mail \
+   --with-readline \
+   --enable-sendmail \
+   --disable-debug \
+   --disable-rpath
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   insinto /etc
+   doins "${FILESDIR}/mailutils.rc"
+   keepdir /etc/mailutils.d/
+   insinto /etc/mailutils.d
+   doins "${FILESDIR}/mail"
+
+   if use python; then
+   python_optimize
+   if use static-libs; then
+   rm -r "${D}$(python_get_sitedir)/mailutils"/*.{a,la} || 
die
+   fi
+   fi
+
+   if use servers; then
+   newinitd "${FILESDIR}"/imap4d.initd imap4d
+   newinitd "${FILESDIR}"/pop3d.initd pop3d
+   newinitd "${FILESDIR}"/comsatd.initd comsatd
+   fi
+
+   dodoc AUTHORS ChangeLog NEWS README* THANKS TODO
+
+   # 

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

2015-12-10 Thread Eray Aslan
commit: d35527d9549fb6a1d3294dd86f0149c81e42c7f3
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Dec 10 14:28:53 2015 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Dec 10 14:29:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35527d9

net-mail/mailutils: add kyotocabinet support (#545362)

Package-Manager: portage-2.2.26

 net-mail/mailutils/mailutils-2.99.99.ebuild | 7 +--
 net-mail/mailutils/metadata.xml | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-mail/mailutils/mailutils-2.99.99.ebuild 
b/net-mail/mailutils/mailutils-2.99.99.ebuild
index 34d0078..16a9fec 100644
--- a/net-mail/mailutils/mailutils-2.99.99.ebuild
+++ b/net-mail/mailutils/mailutils-2.99.99.ebuild
@@ -15,8 +15,9 @@ SRC_URI="mirror://gnu-alpha/mailutils/${P}.tar.xz"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos ldap mysql nls pam 
postgres
-python servers ssl static-libs +threads tcpd tokyocabinet"
+IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
+   mysql nls pam postgres python servers ssl static-libs +threads tcpd \
+   tokyocabinet"
 
 # Drop the libtool dep once libltdl goes stable.
 RDEPEND="!mail-client/nmh
@@ -32,6 +33,7 @@ RDEPEND="!mail-client/nmh
gdbm? ( sys-libs/gdbm )
guile? ( dev-scheme/guile:* )
kerberos? ( virtual/krb5 )
+   kyotocabinet? ( dev-db/kyotocabinet )
ldap? ( net-nds/openldap )
mysql? ( virtual/mysql )
nls? ( sys-devel/gettext )
@@ -87,6 +89,7 @@ src_configure() {
$(use_enable static-libs static) \
$(use_enable threads pthread) \
$(use_with tokyocabinet) \
+   $(use_with kyotocabinet) \
$(use_enable servers build-servers) \
$(use_enable clients build-clients) \
--with-mail-spool=/var/spool/mail \

diff --git a/net-mail/mailutils/metadata.xml b/net-mail/mailutils/metadata.xml
index e351bcb..415ebc2 100644
--- a/net-mail/mailutils/metadata.xml
+++ b/net-mail/mailutils/metadata.xml
@@ -4,6 +4,7 @@
 net-mail
 
   Enable Tokyo Cabinet database support
+  Enable Kyoto Cabinet database support
   Build client programs - frm maidag mail sieve messages 
readmsg dotlock movemail mimeview mh
   Build server programs - imap4d pop3d comsatd
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppetserver/

2015-12-10 Thread Matt Thode
commit: 5422fb225357836215ca893a10e752556b8f1351
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Dec 10 15:37:44 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Dec 10 15:37:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5422fb22

app-admin/puppetserver: bup

Package-Manager: portage-2.2.24

 app-admin/puppetserver/Manifest  |   1 +
 app-admin/puppetserver/puppetserver-2.2.1.ebuild | 104 +++
 2 files changed, 105 insertions(+)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index 9191ff6..93cc862 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,2 +1,3 @@
 DIST puppetserver-2.1.2.tar.gz 42613471 SHA256 
5b5ba875bad9d7ac6b060dab8ab02afb624878fa420d49c81954442c2d8b4048 SHA512 
5b814f0268e232cef3e1b613cd0f608e14afacde2788700269687727c4a1f7dec2e353628e1714c71e086b9726972ef6d0aea2f997277e9c55eb481510430b5d
 WHIRLPOOL 
357cf5e5c347d7942748cae3240a2aedaaab48293c4c7c7eb71b4723582a427760fe97cb954dc196a5fd87e1323ca3b2cd9e256429e5aee61f9a148a23de3537
 DIST puppetserver-2.2.0.tar.gz 42664943 SHA256 
960603e0af9b7bf622db562d00516dfbbf1549ce82ad4eacf97c9a45c2c02e0d SHA512 
a7413921ed2aaadfa0d9250482379e54ef7538f237a287bf3bc7226b3df45bdfd86b51768d4c36bfee7c26520c5c4189b56a2622009a8253140e5423a253198a
 WHIRLPOOL 
6b77f4b47105600ec8f23871835852657b86a6692d4a89d104522cfcde2ad16136ef3f693857f56af4381af1320cd50d3b90ea255f59eadabc3f0edfaf92185f
+DIST puppetserver-2.2.1.tar.gz 42665674 SHA256 
583662380b161fc35e0f0c5e7e2964892ec4b7e0cb848cadcd76b29684a85843 SHA512 
9b7036d886467a41d0d62d4651a91676d885dfa684aa757d9e27ce5ef5f8183f188f490e1594b6b936219a3dd9bee8f609df6229d5d26fd331677fcf1f61d034
 WHIRLPOOL 
f0f15512be55fd49da80b2e839cef9bd9684ef23eab5e872d331b0802f790451c0fb16320b97d25d0bbb8e9bad08cd66c788c0a47643c8da4d973d6649f0da2c

diff --git a/app-admin/puppetserver/puppetserver-2.2.1.ebuild 
b/app-admin/puppetserver/puppetserver-2.2.1.ebuild
new file mode 100644
index 000..0151a4d
--- /dev/null
+++ b/app-admin/puppetserver/puppetserver-2.2.1.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib systemd user
+
+DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
+HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
+SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="puppetdb"
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+="
+   >=virtual/jdk-1.7.0
+   app-admin/puppet-agent[puppetdb?]"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /opt/puppetlabs/server/data/puppetserver "puppet"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetserver.service || die
+   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetserver || die
+   sed -i 's/sysconfig/conf\.d/g' install.sh || die
+   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
+   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
+   sed -i 's/var\/run/run/g' install.sh || die
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   insinto /opt/puppetlabs/server/apps/puppetserver
+   insopts -m0774
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppet-server-release.jar
+   insinto /etc/puppetlabs/puppetserver
+   doins ext/config/logback.xml
+   doins ext/config/bootstrap.cfg
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetserver/conf.d
+   doins ext/config/conf.d/puppetserver.conf
+   doins ext/config/conf.d/auth.conf
+   doins ext/config/conf.d/global.conf
+   doins ext/config/conf.d/web-routes.conf
+   doins ext/config/conf.d/webserver.conf
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
+   doins ext/cli/irb
+   doins ext/cli/foreground
+   doins ext/cli/gem
+   doins ext/cli/ruby
+   insinto /opt/puppetlabs/server/apps/puppetserver/bin
+   doins ext/bin/puppetserver
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/server/bin/puppetserver
+   dodir /opt/puppetlabs/bin
+   dosym ../server/apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/bin/puppetserver
+   dosym /opt/puppetlabs/server/apps/puppetserver/bin/puppetserver 
/usr/bin/puppetserver
+   # other sys stuff
+   dodir /etc/puppetlabs/code
+   # needed for systemd
+   dodir /var/log/puppetlabs/puppetserver
+   dodir /etc/puppetlabs/puppet/ssl
+