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

2015-12-08 Thread Patrice Clement
commit: f01e09275512ff06b22e3f64480d9f39dd1051e2
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 08:14:11 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 08:14:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01e0927

Merge remote-tracking branch 'github/pr/445'.

 app-text/sigil/Manifest|  1 +
 app-text/sigil/sigil-0.8.7.ebuild  | 65 --
 .../{sigil-0.9.0.ebuild => sigil-0.9.1.ebuild} |  0
 3 files changed, 1 insertion(+), 65 deletions(-)



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

2015-12-08 Thread Patrice Clement
commit: f9a08a7e587c26d9a4111f8029b004b81587d020
Author: tomboy64  sina  cn>
AuthorDate: Mon Dec  7 17:54:47 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Dec  7 17:54:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a08a7e

app-text/sigil: version bump

- remove outdated version 0.8.7
- bump version 0.9.1

 app-text/sigil/Manifest|  1 +
 .../{sigil-0.8.7.ebuild => sigil-0.9.1.ebuild} | 41 +-
 2 files changed, 26 insertions(+), 16 deletions(-)

diff --git a/app-text/sigil/Manifest b/app-text/sigil/Manifest
index 36f5a1b..70aa99f 100644
--- a/app-text/sigil/Manifest
+++ b/app-text/sigil/Manifest
@@ -1,2 +1,3 @@
 DIST sigil-0.8.7.tar.gz 19394061 SHA256 
0352cc46714ebb5067a0fbdbbc76dded8f10ea0f4f43374c7dbcac6eba49e104 SHA512 
24b74c835ae1f8fb887c9d2c59b3ccc6720ce1fe8d19a6b0056754ab5ea6e63c34c4b229f4e4b3a880e722876d288e58385f5a0ad15b295f147b77b1acf28652
 WHIRLPOOL 
2cb7a8a928069a2f005396faa9bdacde1f77f3cca3a3ba2458b8562e48298a127b9de9d7ecea5f106ad68865d5074b13fff5a234497b2b6655ac1a3c3edef827
 DIST sigil-0.9.0.tar.gz 17446877 SHA256 
39887e1f76236e796d29c679f327c7183907c47b522794a00090eb1aa04dac92 SHA512 
f83e5e8ae233e8784ad25345890a33424cf951a3d385d26a69b0efbabe87b22ab9466a6faed93f1106875642ef395c6f20c69b556661b6fe24388946d677746b
 WHIRLPOOL 
d6cca23116a428fc032538ab7fda1ab1d2afa703b8f665d58c03bcd5568e6174f1efbc43b7c5cb7f9e8b91866ea93d8cf01428fbd47748a26b4906152de972c8
+DIST sigil-0.9.1.tar.gz 17451106 SHA256 
7ef13ae9f570ac51aa8d80890ff31bcdf8d1b488c1c4bbb315f1ca4b75237a63 SHA512 
41327a67aea80f655f8662c0fcf7159db7d44a5cf89274777c719bcff2960e8ef11788c767c8ffba095c1fb4be320b055e1826bff8f6d0ca8d52e750f7e0
 WHIRLPOOL 
49d3b4d10abebce045e55fac7350d7a7e09ebef9293593db6b5bc148507e289a9ab26ddaf6f0b53dfe7252be78f53fbcdc0c760b78ed642c74ee8f73a026a302

diff --git a/app-text/sigil/sigil-0.8.7.ebuild 
b/app-text/sigil/sigil-0.9.1.ebuild
similarity index 53%
rename from app-text/sigil/sigil-0.8.7.ebuild
rename to app-text/sigil/sigil-0.9.1.ebuild
index 027d5d0..98abaad 100644
--- a/app-text/sigil/sigil-0.8.7.ebuild
+++ b/app-text/sigil/sigil-0.9.1.ebuild
@@ -4,11 +4,11 @@
 
 EAPI=5
 CMAKE_MIN_VERSION="3.0"
-CMAKE_BUILD_TYPE="Release"
 
-# This ebuild could use some python checks, as sigil contains python plugin 
architecture.
+# Sigil supports Python 3.5 already. Include it when our deps support it.
+PYTHON_COMPAT=( python3_4 )
 
-inherit eutils cmake-utils
+inherit eutils cmake-utils python-single-r1
 
 MY_PN="Sigil"
 
@@ -22,10 +22,18 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-   >=app-text/hunspell-1.3.2
-   >=dev-libs/boost-1.49[threads]
-   >=dev-libs/libpcre-8.31[pcre16]
-   >=dev-libs/xerces-c-3.1.1[icu]
+   app-text/hunspell
+   dev-libs/boost[threads,${PYTHON_USEDEP}]
+   dev-libs/libpcre[pcre16]
+   dev-libs/xerces-c[icu]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/cssselect[${PYTHON_USEDEP}]
+   dev-python/cssutils[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
>=dev-qt/qtconcurrent-5.4:5
>=dev-qt/qtcore-5.4:5
>=dev-qt/qtgui-5.4:5
@@ -36,30 +44,31 @@ RDEPEND="
>=dev-qt/qtwidgets-5.4:5
>=dev-qt/qtxml-5.4:5
>=dev-qt/qtxmlpatterns-5.4:5
-   >=sys-libs/zlib-1.2.7[minizip]
+   sys-libs/zlib[minizip]
 "
 DEPEND="${RDEPEND}
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=sys-devel/gcc-4.8
virtual/pkgconfig
>=dev-qt/linguist-tools-5.4:5
 "
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
-DOCS=( README.md )
+DOCS=( ChangeLog.txt README.md )
 
 src_prepare() {
# sigil tries to copy non-needed qt libs for deb package, safe to 
ignore this completely
-   sed -e '/set( QT_LIBS/d' -i src/Sigil/CMakeLists.txt || die "sed failed"
+   sed -e '/set( QT_LIBS/d' -i src/CMakeLists.txt || die "sed failed"
 
cmake-utils_src_prepare
 }
 
 src_configure() {
+   local mycmakeargs=(
+   -DUSE_SYSTEM_LIBS=1
+   -DSYSTEM_LIBS_REQUIRED=1
+   )
cmake-utils_src_configure
-
-   cd "${WORKDIR}/${P}_build" || die "Where is the build dir?"
-   for i in CMakeCache.txt src/Sigil/CMakeFiles/sigil.dir/link.txt $(find 
. -name '*.make')
-   do
-   sed -e 's/-O3 -DNDEBUG/-DNDEBUG/' -i ${i} || die "sed failed"
-   done
 }



[gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/, net-fs/davfs2/files/

2015-12-08 Thread Patrice Clement
commit: afadeba6e63ddab1366a03fe5253c5e6047e295d
Author: Gokturk Yuksek  binghamton  edu>
AuthorDate: Tue Dec  8 00:36:42 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 00:36:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afadeba6

net-fs/davfs2: remove vulnerable versions (CVE-2013-4362) #485232

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

Package-Manager: portage-2.2.24

 net-fs/davfs2/Manifest  |  2 -
 net-fs/davfs2/davfs2-1.4.5-r1.ebuild| 73 -
 net-fs/davfs2/davfs2-1.4.7.ebuild   | 63 -
 net-fs/davfs2/files/davfs2-1.4.5-glibc212.patch | 60 
 net-fs/davfs2/files/davfs2-1.4.7-destdir.patch  | 18 --
 5 files changed, 216 deletions(-)

diff --git a/net-fs/davfs2/Manifest b/net-fs/davfs2/Manifest
index 09cdbd8..2ceb54c 100644
--- a/net-fs/davfs2/Manifest
+++ b/net-fs/davfs2/Manifest
@@ -1,3 +1 @@
-DIST davfs2-1.4.5.tar.gz 429635 SHA256 
28f0ce00ddaf1ab93aa9f39db8d9f932d194c676bc21c3c8c3e2bea7f21274de SHA512 
0fd20e8aba8d236feec06b3f2184388691ee19a4e993cf543a2356feb9c25e1de41521c462bd01497f89ff4d16d0d3defb3227a64c0a490db2c0647e1391c9d1
 WHIRLPOOL 
955d98c0a2b49d5400971b9381d05f87c21420a5b52a4ef1ec330cfd6d4f451e56a6fa884164ed84dabae06aa29010df66ccd6e048e932d30e01545257152e31
-DIST davfs2-1.4.7.tar.gz 444398 SHA256 
50c0ee2a12e8d09fc6a852d32bdfebb1f784939433a85f05254bc7ef28cff044 SHA512 
6754d08cdfcceea47a4248fb05a6f5a1907acbc9a6c0ab175dce640b160ee24b7efdf9da38be1cc8bd6dbb0825c88a7017a3534a7c3188860dcd1bef12a5d4ae
 WHIRLPOOL 
f4c44ccc1fbd146f563605b2290068b549f6dcf247224685f2efaf9cda91a947a45dceed17d3d585407dc8e4ffa85c933d6eb5b4e78e0f00bd18cfbd53f52c7d
 DIST davfs2-1.5.2.tar.gz 464458 SHA256 
be34a19ab57a6ea77ecb82083e9e4c1882e12b2de64257de567ad5ee7a17b358 SHA512 
c912049e23b76bda19c2ae2d07bc2b1da7ed9bf82b338c57c0f9fb8a3144cbbb52a0e8f8c2f8996342c7aa434470d062996c30bbbe0f1c6623c81af6414fbb45
 WHIRLPOOL 
b1147d93f188635293726cad27a5ef8f79ab4dd102c59143c7bffef26f513633ca16f4328b053cc4c430fa9112dbbf468e0d199695225bbe6ca8c9e92a96b633

diff --git a/net-fs/davfs2/davfs2-1.4.5-r1.ebuild 
b/net-fs/davfs2/davfs2-1.4.5-r1.ebuild
deleted file mode 100644
index bd443b7..000
--- a/net-fs/davfs2/davfs2-1.4.5-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit autotools eutils linux-mod user
-
-DESCRIPTION="Linux FUSE (or coda) driver that allows you to mount a WebDAV 
resource"
-HOMEPAGE="http://savannah.nongnu.org/projects/davfs2";
-SRC_URI="http://mirror.lihnidos.org/GNU/savannah/davfs2/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-RESTRICT="test"
-
-DEPEND="dev-libs/libxml2
-   net-libs/neon
-   sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-   enewgroup davfs2
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-glibc212.patch
-   sed -e "s/^NE_REQUIRE_VERSIONS.*29/& 30/" -i configure.ac
-   eautoreconf
-}
-
-src_configure() {
-   econf --enable-largefile
-}
-
-src_compile() {
-   emake || die "emake failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS BUGS ChangeLog FAQ NEWS README README.translators THANKS 
TODO
-
-   # Remove wrong locations created by install.
-   rm -fr "${D}/usr/share/doc/davfs2"
-   rm -fr "${D}/usr/share/davfs2"
-
-   dodir /var/run/mount.davfs
-   keepdir /var/run/mount.davfs
-   fowners root:davfs2 /var/run/mount.davfs
-   fperms 1774 /var/run/mount.davfs
-
-   # Ignore nobody's home
-   cat>>"${D}/etc/davfs2/davfs2.conf"> /etc/fstab"
-   elog "   (as user)"
-   elog "   # mkdir -p ~/dav"
-   elog "   \$ mount ~/dav"
-   elog
-}

diff --git a/net-fs/davfs2/davfs2-1.4.7.ebuild 
b/net-fs/davfs2/davfs2-1.4.7.ebuild
deleted file mode 100644
index cde2025..000
--- a/net-fs/davfs2/davfs2-1.4.7.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils linux-mod user
-
-DESCRIPTION="Linux FUSE (or coda) driver that allows you to mount a WebDAV 
resource"
-HOMEPAGE="http://savannah.nongnu.org/projects/davfs2";
-SRC_URI="http://mirror.lihnidos.org/GNU/savannah/davfs2/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-RESTRICT="test"
-
-DEPEND="dev-libs/libxml2
-   net-libs/neon
-   sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-   enewgroup davfs2
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-destdir.patch # fixed in 1.4.7+ upstream
-   sed 

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

2015-12-08 Thread Patrice Clement
commit: 5457c45ad4d1697e43aa0ad7b37f5a5a3c4ca012
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 09:01:30 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 09:01:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5457c45a

Merge remote-tracking branch 'github/pr/446'.

 net-fs/davfs2/Manifest  |  2 -
 net-fs/davfs2/davfs2-1.4.5-r1.ebuild| 73 -
 net-fs/davfs2/davfs2-1.4.7.ebuild   | 63 -
 net-fs/davfs2/files/davfs2-1.4.5-glibc212.patch | 60 
 net-fs/davfs2/files/davfs2-1.4.7-destdir.patch  | 18 --
 5 files changed, 216 deletions(-)



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

2015-12-08 Thread Anthony G. Basile
commit: 4eb6eece1faf56f425a93dc0acd3e20d97be5bfd
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Dec  8 10:06:28 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Dec  8 10:06:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb6eece

dev-libs/libressl: version bump to 2.2.5

Package-Manager: portage-2.2.20.1

 dev-libs/libressl/Manifest  |  1 +
 dev-libs/libressl/libressl-2.2.5.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
index 000ae30..4903cb7 100644
--- a/dev-libs/libressl/Manifest
+++ b/dev-libs/libressl/Manifest
@@ -1,2 +1,3 @@
 DIST libressl-2.2.4.tar.gz 2966157 SHA256 
6b409859be8654afc3862549494e097017e64c8d167f12584383586306ef9a7e SHA512 
390fbf4f531976c873a0a1163fd57f33097686c6956ec4d3eb69e8271a4e40abfec76d65172b34ae50af8936dd8b5c3ca5fefee9d8686ca468a5577d432c3fe5
 WHIRLPOOL 
44d36b582efad0cff8015e507ea7c95befd5a44f2beaf69b534454cee4288681d55390a9d4c41ded8a535f0ad6c210348f365534fe3d82725e6b918a89b99e43
+DIST libressl-2.2.5.tar.gz 2966527 SHA256 
e3caded0469d8dc64f4ca2fe8e499ada4dd014e84d1c5a71818d39e54e6c914b SHA512 
501d04cb966260854082d374e60aabde21bcd65a331ff7c76044f2053b22ddab4914710b223b400a3a181873c6af5e2e7da5f04bdd9028fddbf420e259a2863a
 WHIRLPOOL 
47f7d35ceff5004af0c2f79509678c4826eabe05225dbcf5cbe1f9cb358d1657ff288a702e14bfd578fd03e38256d2aa2c79ec724a05c98aa91317e6a9a5f9d4
 DIST libressl-2.3.1.tar.gz 3014881 SHA256 
410b58db4ebbcab43c3357612e591094f64fb9339269caa2e68728e36f8d589e SHA512 
ac70d2f09035d63765bb980422c6c6b55ef07f6af4a93fce54748ff3621cf08ef87acfd438797d562dc21ab9b4862992876792deef9310aafdb927e20e27d453
 WHIRLPOOL 
52f46016cf07e598b7117de1cc90617982de0ad020b55c4a2b402de317d8b52f8a381c9ebdff787421dccd3e47294305863ceb9f2c1c2a9080818fec16e7e177

diff --git a/dev-libs/libressl/libressl-2.2.5.ebuild 
b/dev-libs/libressl/libressl-2.2.5.ebuild
new file mode 100644
index 000..23fcba7
--- /dev/null
+++ b/dev-libs/libressl/libressl-2.2.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
+HOMEPAGE="http://www.libressl.org/";
+SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz";
+
+LICENSE="ISC openssl"
+SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="+asm static-libs"
+
+RDEPEND="!dev-libs/openssl:0"
+DEPEND="${RDEPEND}"
+PDEPEND="app-misc/ca-certificates"
+
+src_prepare() {
+   touch crypto/Makefile.in
+   sed -i \
+   -e '/^[ \t]*CFLAGS=/s#-g ##' \
+   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
+   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
+   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
+   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
+   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
+   configure || die "fixing CFLAGS failed"
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable asm) \
+   $(use_enable static-libs static)
+}
+
+multilib_src_test() {
+   emake check
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+}



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

2015-12-08 Thread Patrice Clement
commit: 26d9f4d132c3de904ae371413af59793f1a98b8f
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 09:48:57 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:16:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d9f4d1

dev-java/commons-lang: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/commons-lang/commons-lang-2.6.ebuild | 34 ---
 1 file changed, 34 deletions(-)

diff --git a/dev-java/commons-lang/commons-lang-2.6.ebuild 
b/dev-java/commons-lang/commons-lang-2.6.ebuild
deleted file mode 100644
index e7c5e71..000
--- a/dev-java/commons-lang/commons-lang-2.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=1
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Commons components to manipulate core java classes"
-HOMEPAGE="http://commons.apache.org/lang/";
-SRC_URI="mirror://apache/commons/lang/source/${P}-src.tar.gz"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
-   test? ( dev-java/ant-junit:0 )"
-RDEPEND=">=virtual/jre-1.4"
-
-LICENSE="Apache-2.0"
-SLOT="2.1"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x64-solaris"
-
-S="${WORKDIR}/${P}-src"
-
-JAVA_ANT_ENCODING="ISO-8859-1"
-
-src_install() {
-   java-pkg_newjar target/${P}.jar ${PN}.jar
-
-   dodoc RELEASE-NOTES.txt NOTICE.txt || die
-   dohtml *.html || die
-   use doc && java-pkg_dojavadoc target/apidocs
-   use source && java-pkg_dosrc src/main/java/*
-}



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

2015-12-08 Thread Patrice Clement
commit: 993df351e1a8243382989b4ac337e0b924b9a5f9
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 10:11:02 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:16:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993df351

dev-util/dwdiff: Stable for amd64. Retroactively mark stable for the remaining 
arches using the ALLARCHES policy.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/dwdiff/dwdiff-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.0.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
index c217f2b..6eabe85 100644
--- a/dev-util/dwdiff/dwdiff-2.1.0.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="nls"
 
 COMMON_DEPEND="dev-libs/icu:="



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

2015-12-08 Thread Patrice Clement
commit: 9e8f79222901b8c003d27886fd49954e850ebe4e
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 10:07:00 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:16:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8f7922

dev-util/scala-ide: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/scala-ide/Manifest   | 3 ++-
 dev-util/scala-ide/{scala-ide-4.1.1.ebuild => scala-ide-4.3.0.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-util/scala-ide/Manifest b/dev-util/scala-ide/Manifest
index df48184..1ee3b3c 100644
--- a/dev-util/scala-ide/Manifest
+++ b/dev-util/scala-ide/Manifest
@@ -1,3 +1,4 @@
 DIST scala-SDK-4.1.0-vfinal-2.11-linux.gtk.x86.tar.gz 232347349 SHA256 
1d7054b49195b598d469a2d56971f67aa219c6043cb8209f8c8608160c4df7ad SHA512 
f3d8bff300ee772e07f9c9287c37428d5ddf50bd750dcc86b6a28d9ad5a0b891fa8ce810599e754ac06bf48786a9c58b981055c29976c37b2c530466591d171a
 WHIRLPOOL 
f584d8d6e129f5464f9eb44ab7137e230dc0b701e07d3569a7975e35a5ecc2a4f6b81e085486f36867b00a9715e1e25b5cd29294c638abe195f4a60677aa61f9
 DIST scala-SDK-4.1.0-vfinal-2.11-linux.gtk.x86_64.tar.gz 232491001 SHA256 
d3e9efe1176d979dc0fe2a9457f70068b5a3fd23635a07bcd5639e2345897aca SHA512 
d5b8fe3cb3d6623e2f29e0ad5d279b363143c9b392ea5d91092ecb9de765828ac0c50c74ff879f7c825099b22a833ad3acbb0c2cfcd51c769ee19082905b63eb
 WHIRLPOOL 
8007d41e9695c6ae5c3094906ebc6fba263d8d005f6763ce70eb4398db266ea1aff64bc4bc24bc216d0e869e839a92298bb3f85f8149608dd2986d36a3863def
-DIST scala-SDK-4.1.1-vfinal-2.11-linux.gtk.x86_64.tar.gz 234952144 SHA256 
8cafc34e8456224dcfd23b0405af8f50ae1cc03587d5efbd1ec27082a7b797c1 SHA512 
e44ea7d6d9d03ef1631fb839a63453870997309861bfe25434c256730b3fa28c7eb392489140473e4844a49e64f009d88093f501d8fe19f8d2e5e06bf36c437a
 WHIRLPOOL 
d614acb12faa7e56671ff74fe60f5044e94e5ef51c983fd916e74b76c2a23e0e34cf640f4063590f371e5129e82c5928cf955fbaadf36ec5caa6615205cfa978
+DIST scala-SDK-4.3.0-vfinal-2.11-linux.gtk.x86.tar.gz 237898838 SHA256 
3f46b5576e72f8555b322bf8a1ff8357372c5ec159f9171f2d81f78c5d753f78 SHA512 
b8fcac4e0eeace0d146028e2f1551cdd3f58d38830430080e7aa5ccd581ae6a31992a5d1f39b6e8fcb30979953f0b9777166d2de73d7310621c9e7fa2e620f3d
 WHIRLPOOL 
05756a8be2e23d50a84ea36a786f5b442c18da94e40b14c199c034880b226e0fdd8a06f4c2fbfa7238c5ab4343ea68bf71ea91830f05cd7226aba40d5389c05c
+DIST scala-SDK-4.3.0-vfinal-2.11-linux.gtk.x86_64.tar.gz 238040666 SHA256 
bc6b9289ab318a4eb7e273a2990351cc051a00051b208192591c0a6fad5da20d SHA512 
70f3a481065f79532a4a0463e2549e4ecb0590e6d6e1ca7704629eced4393a7e4f7b22cd7c368a852c1d8f63cff949db02a7dd7f1be71cd30f52219c5cfbefd5
 WHIRLPOOL 
11dddf53d364864198629dfefdc84202fc19876d325e7738488402b7614faa5d6b88e8f2867810c854e9110fd3596043529a2e6f588107af519ae807a9d711d8

diff --git a/dev-util/scala-ide/scala-ide-4.1.1.ebuild 
b/dev-util/scala-ide/scala-ide-4.3.0.ebuild
similarity index 89%
rename from dev-util/scala-ide/scala-ide-4.1.1.ebuild
rename to dev-util/scala-ide/scala-ide-4.3.0.ebuild
index ec04184..d42e6d0 100644
--- a/dev-util/scala-ide/scala-ide-4.1.1.ebuild
+++ b/dev-util/scala-ide/scala-ide-4.3.0.ebuild
@@ -11,8 +11,8 @@ S_PACK="${PN/-/}-pack"
 # scala-ide -> scala-SDK-${PV}
 S_SDK="${PN%-*}-SDK-${PV}"
 
-SRC_URI_AMD64="http://downloads.typesafe.com/${S_PACK}/${PV}-vfinal-luna-211-20150728/${S_SDK}-vfinal-2.11-linux.gtk.x86_64.tar.gz";
-SRC_URI_X86="http://downloads.typesafe.com/${S_PACK}/${PV}-vfinal-luna-211-20150728/${S_SDK}-vfinal-2.11-linux.gtk.x86_64.tar.gz";
+SRC_URI_AMD64="http://downloads.typesafe.com/${S_PACK}/${PV}-vfinal-luna-211-20151201/${S_SDK}-vfinal-2.11-linux.gtk.x86_64.tar.gz";
+SRC_URI_X86="http://downloads.typesafe.com/${S_PACK}/${PV}-vfinal-luna-211-20151201/${S_SDK}-vfinal-2.11-linux.gtk.x86.tar.gz";
 
 DESCRIPTION="The Scala IDE"
 HOMEPAGE="http://www.scala-ide.org";



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

2015-12-08 Thread Patrice Clement
commit: 7edad524c59323406e4753bfa59f9ea952991dbd
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 10:11:28 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:16:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edad524

dev-util/dwdiff: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/dwdiff/Manifest |  2 --
 dev-util/dwdiff/dwdiff-2.0.10.ebuild | 41 
 dev-util/dwdiff/dwdiff-2.0.9.ebuild  | 41 
 3 files changed, 84 deletions(-)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index 205c5ae..2e7efde 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1,3 +1 @@
-DIST dwdiff-2.0.10.tar.bz2 76285 SHA256 
67c4b9fbbbf8ea25335a07c7f4107028649dcd04136a3904778c7a767b843f6f SHA512 
670ab12560e3aa98f44a9cd53e87ba8c553807f7864190f9da6db59cc3b152fdb486429b7316e9d0a58d61afc478353924330e984218da52d5017cb6932a6ee7
 WHIRLPOOL 
cad6313439bb885987d593eb6058022937f6370e5ef3151bbdcd341179a033184a16e62f8ad9d606f812d02da90718c513017bba1688d8cb57cbb1bae6c989c3
-DIST dwdiff-2.0.9.tgz 86521 SHA256 
c1c9217825ad3fac9936129cc26b73fa5479fb079e5c34522fc7066e74e31ef8 SHA512 
73fe43dcc7ba6d3a4e773c7a8b117c359c0470b7b00d7f5bd53781dd046e06b5e02c5adfc7f877bc4ded289a767de3849bacea7cf03883f72046c2d0e7877f1b
 WHIRLPOOL 
9054ef46bfa1f767a2fa64e195afaa7150d2895e99c7bb63cb9380463ce72d5d2e0e9bac336fb677d1a7dfd4c97f98f3e3541a267e1c4ea7096e6f61c4e09b0c
 DIST dwdiff-2.1.0.tar.bz2 79224 SHA256 
45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a SHA512 
63e5ea3ae510c84fa2353da55bbc3cfac3a3753e1cebfb42c387218289a5e19d8e68af663181720a55eca05e49ef075db7d5dafda9dc4d57b9af503553ae9021
 WHIRLPOOL 
74ceba5cc7c20e0ab6ee09b62f7e8b07a1b8321bbe60ca7c3791c35176ba7137ddf17b1c471ff5ac0586ad0455e67968c71bf00f2de7cb137720b88a85c8f181

diff --git a/dev-util/dwdiff/dwdiff-2.0.10.ebuild 
b/dev-util/dwdiff/dwdiff-2.0.10.ebuild
deleted file mode 100644
index c217f2b..000
--- a/dev-util/dwdiff/dwdiff-2.0.10.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
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A front-end for the diff program that operates at the word level 
instead of the line level"
-HOMEPAGE="http://os.ghalkes.nl/dwdiff.html";
-SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-COMMON_DEPEND="dev-libs/icu:="
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/diffutils"
-DEPEND="${COMMON_DEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext) || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}

diff --git a/dev-util/dwdiff/dwdiff-2.0.9.ebuild 
b/dev-util/dwdiff/dwdiff-2.0.9.ebuild
deleted file mode 100644
index a212df9..000
--- a/dev-util/dwdiff/dwdiff-2.0.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A front-end for the diff program that operates at the word level 
instead of the line level"
-HOMEPAGE="http://os.ghalkes.nl/dwdiff.html";
-SRC_URI="http://os.ghalkes.nl/dist/${P}.tgz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-COMMON_DEPEND="dev-libs/icu:="
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/diffutils"
-DEPEND="${COMMON_DEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext) || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}



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

2015-12-08 Thread Patrice Clement
commit: 04debe232a5f432b5c669a052a615c4245db41f2
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 09:51:19 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:16:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04debe23

dev-java/commons-lang: EAPI 5 bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/commons-lang/commons-lang-2.0-r3.ebuild | 34 
 1 file changed, 34 insertions(+)

diff --git a/dev-java/commons-lang/commons-lang-2.0-r3.ebuild 
b/dev-java/commons-lang/commons-lang-2.0-r3.ebuild
new file mode 100644
index 000..ef47b3c
--- /dev/null
+++ b/dev-java/commons-lang/commons-lang-2.0-r3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+JAVA_PKG_IUSE="doc source test"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Jakarta components to manipulate core java classes"
+HOMEPAGE="http://commons.apache.org/lang/";
+SRC_URI="mirror://apache/jakarta/commons/lang/source/${P}-src.tar.gz"
+DEPEND=">=virtual/jdk-1.4
+   test? ( dev-java/ant-junit )"
+RDEPEND=">=virtual/jre-1.4"
+LICENSE="Apache-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+S="${WORKDIR}/${P}-src"
+
+java_prepare() {
+   java-pkg_clean
+}
+
+src_install() {
+   java-pkg_newjar dist/${P}.jar ${PN}.jar
+
+   dodoc RELEASE-NOTES.txt || die
+   java-pkg_dohtml DEVELOPERS-GUIDE.html PROPOSAL.html STATUS.html
+   use doc && java-pkg_dojavadoc dist/docs/api
+   use source && java-pkg_dosrc src/java/*
+}



[gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/, app-shells/hstr/files/

2015-12-08 Thread Patrice Clement
commit: 730fa101e33ff67aea3c615286f20412b7dda491
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 09:59:40 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:16:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730fa101

app-shells/hstr: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 app-shells/hstr/Manifest|  1 +
 app-shells/hstr/files/hstr-1.18-tinfo.patch | 47 +
 app-shells/hstr/hstr-1.18.ebuild| 32 
 3 files changed, 80 insertions(+)

diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index 1e13647..b11e114 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1 +1,2 @@
 DIST hstr-1.17.tar.gz 37289 SHA256 
9e4b6e74bb7852945e25727105c5339c49c9ce1218481845c8d0205514d85e70 SHA512 
eb89496c8554eb29ebb30430aa01179f7265a8ec15b0b9452f7e3ac4867ae4349e6141e11f0af01a4d15ba06131c18ec9ab760c8e68100fa2b8f2a793b237f9b
 WHIRLPOOL 
2b33f485525b2cb033a82b249976d7c670d8f02948e84e73f350b19bdc955e551014f14ad4cfc845144ff0e0d8c3690c50ba414c7909f0106242d13a9cc2
+DIST hstr-1.18.tar.gz 43672 SHA256 
85eb071938c2e7314e5fbd245a81c7b0cd93a8864bf9cba5b5041acb5052ba73 SHA512 
e0684a694a514a341c30bfa7fc596f858658f3be9db6c490f628b4c48d1bf08acd8b4b03361ceb6aef65d42a5b01a1c0a8ce94698b5f7f5193ef030d7dc896c4
 WHIRLPOOL 
1bd00be28623ea8e05c1cec3d95451b7f92e6b17bfb5bd2853560955fc5ace9226edefdee820e9cee6c3542180f699b56371b9766a65a8efc669987dd5e961fb

diff --git a/app-shells/hstr/files/hstr-1.18-tinfo.patch 
b/app-shells/hstr/files/hstr-1.18-tinfo.patch
new file mode 100644
index 000..0ffbd0c
--- /dev/null
+++ b/app-shells/hstr/files/hstr-1.18-tinfo.patch
@@ -0,0 +1,47 @@
+diff --git a/configure.ac b/configure.ac
+index 9cf6a53..cbc649d 100644
+--- a/configure.ac
 b/configure.ac
+@@ -18,17 +18,21 @@ AC_PROG_CC
+ 
+ # Platform specific ncurses check.
+ AC_CANONICAL_HOST
+-AS_CASE([$host_os],
+-  [darwin*],
+-[
+-  AC_CHECK_LIB(ncurses, killwchar, [], [AC_MSG_ERROR([Could not find 
ncurses library])])
+-  AC_CHECK_HEADER(curses.h)
+-],
+-  [
+-AC_CHECK_LIB(ncursesw, killwchar, [], [AC_MSG_ERROR([Could not find 
ncursesw library])])
+-AC_CHECK_HEADER(ncursesw/curses.h)
+-  ]
+-)
++PKG_CHECK_MODULES([NCURSES], [ncursesw], [], [
++  PKG_CHECK_MODULES([NCURSES], [ncurses], [], [
++AS_CASE([$host_os],
++  [darwin*],
++[
++  AC_CHECK_LIB(ncurses, killwchar, [], [AC_MSG_ERROR([Could not find 
ncurses library])])
++  AC_CHECK_HEADER(curses.h)
++],
++  [
++AC_CHECK_LIB(ncursesw, killwchar, [], [AC_MSG_ERROR([Could not find 
ncursesw library])])
++AC_CHECK_HEADER(ncursesw/curses.h)
++  ]
++)
++  ])
++])
+ 
+ # Checks for libraries.
+ AC_CHECK_LIB(m, cos, [], [AC_MSG_ERROR([Could not find m library])])
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 5765613..ee411a9 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -15,3 +15,5 @@ hh_SOURCES = 
\
+   hstr_regexp.c include/hstr_regexp.h \
+   radixsort.c include/radixsort.h \
+   hstr.c 
++
++hh_LDADD = $(NCURSES_LIBS)

diff --git a/app-shells/hstr/hstr-1.18.ebuild b/app-shells/hstr/hstr-1.18.ebuild
new file mode 100644
index 000..57a6535
--- /dev/null
+++ b/app-shells/hstr/hstr-1.18.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
+
+DESCRIPTION="Shell history suggest box - easily view, navigate, search and 
manage your command history"
+HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com";
+SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+DOCS=( CONFIGURATION.md README.md )
+
+src_prepare() {
+   sed \
+   -e 's:-O2::g' \
+   -i src/Makefile.am || die
+   autotools-utils_src_prepare
+}



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

2015-12-08 Thread Patrice Clement
commit: 67a782f0b198065807dc7f6f1b4bcd68fd6fbe3f
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 09:48:25 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:16:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a782f0

dev-java/commons-lang: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/commons-lang/commons-lang-2.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-lang/commons-lang-2.6-r1.ebuild 
b/dev-java/commons-lang/commons-lang-2.6-r1.ebuild
index b6248b7..ef6cb2b 100644
--- a/dev-java/commons-lang/commons-lang-2.6-r1.ebuild
+++ b/dev-java/commons-lang/commons-lang-2.6-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://commons.apache.org/lang/";
 SRC_URI="mirror://apache/commons/lang/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x64-solaris"
 SLOT="2.1"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/glassfish-deployment-api/

2015-12-08 Thread Patrice Clement
commit: 543a5aa1366626a1798d68319e315cf43249d741
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 10:27:39 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:27:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543a5aa1

dev-java/glassfish-deployment-api: EAPI 5 bump && version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/glassfish-deployment-api/Manifest |  1 +
 .../glassfish-deployment-api-3.1.1.ebuild  | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-java/glassfish-deployment-api/Manifest 
b/dev-java/glassfish-deployment-api/Manifest
index 493f09a..632ae37 100644
--- a/dev-java/glassfish-deployment-api/Manifest
+++ b/dev-java/glassfish-deployment-api/Manifest
@@ -1 +1,2 @@
+DIST glassfish-deployment-api-3.1.1.jar 86511 SHA256 
e45d07481c68a53b615ad064bdd4612ab08beba443b58147b4122799ca4c2bbf SHA512 
9325d44da2258c84b879360fe92314b49c0b3ca7be2dd3b9016bf884e79ed66f9bf3fcec2b99a7b8baf3847e5d15376d10e3013bd4dd0f0cfaaf7859fa83a6ba
 WHIRLPOOL 
df7f1dfbcc7d9ecb86bc97f619bce4bffeb1c060d082b5caed8d22b5dd8bc3561c98be375a3e8e97a7f89b78a4ed90af6d49b8e902d508ab81898fe976a0fc40
 DIST glassfish-v2ur2-b04-src.zip 39817113 SHA256 
b554e618ed8e8f77de15a800b7d374edbfe1814196125c1e9ee7634ba388 SHA512 
4ddf75ad1b81cfb8fc0b772fc75f9a81d74b6239282770d5da0ed70a7cd8b5fca2fd8c95782a2946ed054b43ee8e17edaf47d79c749e89280131bf1d15b1dcf8
 WHIRLPOOL 
c3796120a85b2e370cb9fced56c166a554cd40ee2278c819ee6fa4eadce325373f1d2369cad77746f6e5b871c075d16adfdc9dbfb1bd20194e0f19e6ef0f0719

diff --git 
a/dev-java/glassfish-deployment-api/glassfish-deployment-api-3.1.1.ebuild 
b/dev-java/glassfish-deployment-api/glassfish-deployment-api-3.1.1.ebuild
new file mode 100644
index 000..827d491
--- /dev/null
+++ b/dev-java/glassfish-deployment-api/glassfish-deployment-api-3.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+JAVA_PKG_IUSE="source doc"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="J2EE Application Deployment Specification V.1.2"
+HOMEPAGE="https://glassfish.dev.java.net/";
+SRC_URI="https://repo1.maven.org/maven2/org/glassfish/javax.enterprise.deploy/${PV}/javax.enterprise.deploy-${PV}-sources.jar
 -> ${P}.jar"
+
+LICENSE="|| ( CDDL GPL-2 )"
+SLOT="1.2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=virtual/jdk-1.6"
+
+RDEPEND="
+   >=virtual/jre-1.6"



[gentoo-commits] proj/portage:master commit in: bin/

2015-12-08 Thread Arfrever Frehtes Taifersar Arahesis
commit: 9e104c424ef08d543546eb4ae54724af97d11c0e
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec  8 10:28:20 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Tue Dec  8 10:28:20 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9e104c42

ebuild: Set PORTAGE_REPOSITORIES instead of deprecated PORTDIR_OVERLAY.

 bin/ebuild | 38 +-
 1 file changed, 17 insertions(+), 21 deletions(-)

diff --git a/bin/ebuild b/bin/ebuild
index 1f99177..2c42771 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -50,7 +50,7 @@ from portage import _encodings
 from portage import _shell_quote
 from portage import _unicode_decode
 from portage import _unicode_encode
-from portage.const import VDB_PATH
+from portage.const import REPO_NAME_LOC, VDB_PATH
 from portage.exception import PermissionDenied, PortageKeyError, \
PortagePackageException, UnsupportedAPIException
 import portage.util
@@ -146,27 +146,23 @@ ebuild_portdir = os.path.realpath(
 ebuild = os.path.join(ebuild_portdir, *ebuild.split(os.path.sep)[-3:])
 vdb_path = os.path.realpath(os.path.join(portage.settings['EROOT'], VDB_PATH))
 
-# Make sure that portdb.findname() returns the correct ebuild.
-if ebuild_portdir != vdb_path and \
-   ebuild_portdir not in portage.portdb.porttrees:
-   portdir_overlay = portage.settings.get("PORTDIR_OVERLAY", "")
-   if sys.hexversion >= 0x300:
-   os.environ["PORTDIR_OVERLAY"] = \
-   portdir_overlay + \
-   " " + _shell_quote(ebuild_portdir)
-   else:
-   os.environ["PORTDIR_OVERLAY"] = \
-   _unicode_encode(portdir_overlay,
-   encoding=_encodings['content'], errors='strict') + \
-   " " + _unicode_encode(_shell_quote(ebuild_portdir),
-   encoding=_encodings['content'], errors='strict')
-
-   print("Appending %s to PORTDIR_OVERLAY..." % ebuild_portdir)
-   portage._reset_legacy_globals()
-
 myrepo = None
 if ebuild_portdir != vdb_path:
-   myrepo = portage.portdb.getRepositoryName(ebuild_portdir)
+   myrepo = portage.repository.config._read_repo_name(ebuild_portdir)
+   if myrepo is None:
+   err("Repository located in %r has no repository name set in %r 
or in 'repo-name' attribute in %r" %
+   (ebuild_portdir, os.path.join(ebuild_portdir, 
REPO_NAME_LOC), os.path.join(ebuild_portdir, "metadata", "layout.conf")))
+
+   # Make sure that portdb.findname() returns the correct ebuild.
+   if ebuild_portdir not in portage.portdb.porttrees:
+   print("Appending repository '%s' located in '%s' to 
configuration of repositories" % (myrepo, ebuild_portdir))
+   tmp_conf_file = io.StringIO(textwrap.dedent("""
+   [%s]
+   location = %s
+   """ % (myrepo, ebuild_portdir)))
+   repositories = 
portage.repository.config.load_repository_config(portage.settings, 
extra_files=[tmp_conf_file])
+   os.environ["PORTAGE_REPOSITORIES"] = 
repositories.config_string()
+   portage._reset_legacy_globals()
 
 if not os.path.exists(ebuild):
err('%s: does not exist' % (ebuild,))
@@ -198,7 +194,7 @@ else:
portage_ebuild = portage.portdb.findname(cpv, myrepo=myrepo)
 
if not portage_ebuild or portage_ebuild != ebuild:
-   err('%s: does not seem to have a valid PORTDIR structure' % 
(ebuild,))
+   err('%s: Invalid structure of repository' % (ebuild,))
 
 if len(pargs) > 1 and "config" in pargs:
other_phases = set(pargs)



[gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/, x11-drivers/ati-drivers/files/

2015-12-08 Thread Emil Karlson
commit: 8dd557ff4303226a49aecb544c8e8d0594b91c99
Author: Emil Karlson  gmail  com>
AuthorDate: Tue Dec  8 11:13:50 2015 +
Commit: Emil Karlson  gmail  com>
CommitDate: Tue Dec  8 11:13:50 2015 +
URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=8dd557ff

x11-drivers/ati-drivers: version bump

Thanks to Rion for comtributed patch

 ...s-14.2_beta.ebuild => ati-drivers-15.11.ebuild} | 109 +++--
 .../ati-drivers-15.11-remove-gpl-symbols.patch |  48 +
 x11-drivers/ati-drivers/files/atieventsd.service   |   9 ++
 3 files changed, 112 insertions(+), 54 deletions(-)

diff --git a/x11-drivers/ati-drivers/ati-drivers-14.2_beta.ebuild 
b/x11-drivers/ati-drivers/ati-drivers-15.11.ebuild
similarity index 90%
rename from x11-drivers/ati-drivers/ati-drivers-14.2_beta.ebuild
rename to x11-drivers/ati-drivers/ati-drivers-15.11.ebuild
index bfd9728..e38c540 100644
--- a/x11-drivers/ati-drivers/ati-drivers-14.2_beta.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-15.11.ebuild
@@ -4,19 +4,20 @@
 
 EAPI=5
 
-inherit eutils multilib linux-info linux-mod toolchain-funcs versionator 
pax-utils
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit eutils multilib-build linux-info linux-mod systemd toolchain-funcs 
versionator pax-utils
 
 DESCRIPTION="Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and 
newer chipsets"
 HOMEPAGE="http://www.amd.com";
-RUN="${WORKDIR}/amd-driver-installer-13.35.1005-x86.x86_64.run"
+RUN="${WORKDIR}/fglrx-15.30.1025/amd-driver-installer-15.30.1025-x86.x86_64.run"
 SLOT="1"
 # Uses javascript for download YE
 
#DRIVERS_URI="http://www2.ati.com/drivers/linux/amd-catalyst-13.12-linux-x86.x86_64.zip";
-DRIVERS_URI="http://dev.gentooexperimental.org/~scarabeus/amd-catalyst-14.2-betav1.3-linux-x86.x86_64.zip";
+DRIVERS_URI="mirror://gentoo/radeon-crimson-15.11-15.30.1025.zip"
 
XVBA_SDK_URI="http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz";
 SRC_URI="${DRIVERS_URI} ${XVBA_SDK_URI}"
 FOLDER_PREFIX="common/"
-IUSE="debug +modules multilib qt4 static-libs pax_kernel"
+IUSE="debug +modules qt4 static-libs pax_kernel gdm-hack"
 
 LICENSE="AMD GPL-2 QPL-1.0"
 KEYWORDS="-* ~amd64 ~x86"
@@ -24,30 +25,18 @@ KEYWORDS="-* ~amd64 ~x86"
 RESTRICT="bindist test"
 
 RDEPEND="
-   <=x11-base/xorg-server-1.15.49[-minimal]
+   <=x11-base/xorg-server-1.17.49[-minimal]
>=app-eselect/eselect-opengl-1.0.7
app-eselect/eselect-opencl
sys-power/acpid
x11-apps/xauth
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   virtual/glu
-   multilib? (
-   app-emulation/emul-linux-x86-opengl
-   || (
-   (
-   x11-libs/libX11[abi_x86_32]
-   x11-libs/libXext[abi_x86_32]
-   x11-libs/libXinerama[abi_x86_32]
-   x11-libs/libXrandr[abi_x86_32]
-   x11-libs/libXrender[abi_x86_32]
-   )
-   app-emulation/emul-linux-x86-xlibs
-   )
-   )
+   !x11-libs/xvba-video
+   virtual/glu[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXinerama[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
qt4? (
x11-libs/libICE
x11-libs/libSM
@@ -57,6 +46,9 @@ RDEPEND="
dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility]
)
+   gdm-hack? (
+   x11-base/xorg-server:=
+   )
 "
 if [[ legacy != ${SLOT} ]]; then
RDEPEND="${RDEPEND}
@@ -120,6 +112,7 @@ QA_SONAME="
usr/lib\(32\|64\)\?/libaticaldd.so
usr/lib\(32\|64\)\?/libaticalrt.so
usr/lib\(32\|64\)\?/libamdocl\(32\|64\)\?.so
+   usr/lib\(32\|64\)\?/libamdhsasc\(32\|64\)\?.so
 "
 
 QA_DT_HASH="
@@ -152,6 +145,14 @@ QA_DT_HASH="
usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libOpenCL.so.1
 "
 
+pkg_nofetch() {
+   einfo "The driver packages"
+   einfo ${A}
+   einfo "need to be downloaded manually from"
+   einfo "http://support.amd.com/en-us/download/desktop?os=Linux%20x86_64";
+   einfo "and ${XVBA_SDK_URI}"
+}
+
 pkg_pretend() {
local CONFIG_CHECK="~MTRR ~!DRM ACPI PCI_MSI !LOCKDEP 
!PAX_KERNEXEC_PLUGIN_METHOD_OR"
use amd64 && CONFIG_CHECK+=" COMPAT"
@@ -193,7 +194,7 @@ pkg_setup() {

MODULE_NAMES="fglrx(video:${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod/2.6.x)"
BUILD_TARGETS="kmod_build"
linux-mod_pkg_setup
-   BUILD_PARAMS="GCC_VER_MAJ=$(gcc-major-version) K

[gentoo-commits] repo/gentoo:master commit in: sys-process/criu/files/, sys-process/criu/

2015-12-08 Thread Yixun Lan
commit: 99e2622db706cdda6a4e23b18bc5fb0d2a665fef
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Dec  8 11:38:26 2015 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Dec  8 11:38:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e2622d

sys-process/criu: version bump to 1.8

Package-Manager: portage-2.2.24

 sys-process/criu/Manifest  |  1 +
 sys-process/criu/criu-1.8.ebuild   | 72 ++
 sys-process/criu/files/criu-1.8-makefile.patch | 25 +
 3 files changed, 98 insertions(+)

diff --git a/sys-process/criu/Manifest b/sys-process/criu/Manifest
index 03a83ef..6e51d1a 100644
--- a/sys-process/criu/Manifest
+++ b/sys-process/criu/Manifest
@@ -1,2 +1,3 @@
 DIST criu-1.6.1.tar.bz2 484598 SHA256 
c74810383b7e524be0d909b9a6c1805e0887ac93cf1bfa28f00a87f395879e18 SHA512 
59de498035970decc5181c3e464ccf686fce34e9fa5285d0c6777849013b8441a4338ef7f89339953ff83dcaf1b7e95dbbd54432f61a28665fbde979df5e31e8
 WHIRLPOOL 
07fa8490bca046a17476b59e375a287dacbb13c1a99ac0a05166c5925d997748ca506c1cf3bab2bdae832010f6d87e7aa6f4b4371ce7c7d630120a0f47f1ae23
 DIST criu-1.7.2.tar.bz2 508012 SHA256 
f5d377fd2a3c8824c592f6c27147cb4d37333ca0ce8b9c6e85a8b7cd8479b21d SHA512 
3e35d90b8cd66b96df193b37907825fbf785eea332146c767b267cbda5b6e1ae6a0d5570945990e4288f6406d8507f6c33a792c5db232cbaf396342a65b53de3
 WHIRLPOOL 
164cbc9d6a4969e6116644bded88b9aec8a9bc0fb737e69eaacd641376db7d274598ff3647a912ab19155d4097de8a1eaa5ea82642b4f3ba93c01b4a6725493d
+DIST criu-1.8.tar.bz2 534200 SHA256 
d1d6693d23181b1cd7378d77c142e41bcac3cb2ae5c71ea4c5b7de01f65575bb SHA512 
de3f63613124606be08e5323f465c63811c35c457f4b1a311434aeb02590ebf652845b727b9e10b8a9eb9402c97e772ff044135bec7797cc6e4ad972efc9172d
 WHIRLPOOL 
2f2d18f5fbd1608acfd6ce9e1283cf05a1574b2a141cd4cf29bcacc370ed0bfce488187e40250edeb396daf8fc38f2a2e960ffd8773511a82eebce3a74663e9f

diff --git a/sys-process/criu/criu-1.8.ebuild b/sys-process/criu/criu-1.8.ebuild
new file mode 100644
index 000..120c6da
--- /dev/null
+++ b/sys-process/criu/criu-1.8.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs linux-info flag-o-matic
+
+DESCRIPTION="utility to checkpoint/restore a process tree"
+HOMEPAGE="http://criu.org/";
+SRC_URI="http://download.openvz.org/criu/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="setproctitle"
+
+RDEPEND="dev-libs/protobuf-c
+   setproctitle? ( dev-libs/libbsd )"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   app-text/xmlto"
+
+CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS ~FHANDLE ~EVENTFD ~EPOLL 
~INOTIFY_USER
+   ~IA32_EMULATION ~UNIX_DIAG ~INET_DIAG ~INET_UDP_DIAG ~PACKET_DIAG 
~NETLINK_DIAG"
+
+RESTRICT="test"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.3.1-flags.patch
+   epatch "${FILESDIR}"/${PN}-1.8-makefile.patch
+   epatch "${FILESDIR}"/${PN}-1.7-automagic-libbsd.patch
+}
+
+criu_arch() {
+   # criu infers the arch from $(uname -m).  We never want this to happen.
+   case ${ARCH} in
+   amd64) echo "x86_64";;
+   arm64) echo "aarch64";;
+   x86)   echo "i386";;
+   *) echo "${ARCH}";;
+   esac
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getLD)" \
+   OBJCOPY="$(tc-getOBJCOPY)" \
+   ARCH="$(criu_arch)" \
+   V=1 WERROR=0 \
+   SETPROCTITLE=$(usex setproctitle) \
+   all docs
+}
+
+src_test() {
+   # root privileges are required to dump all necessary info
+   if [[ ${EUID} -eq 0 ]] ; then
+   emake -j1 CC="$(tc-getCC)" ARCH="$(criu_arch)" V=1 WERROR=0 test
+   fi
+}
+
+src_install() {
+   emake \
+   ARCH="$(criu_arch)" \
+   PREFIX="${EPREFIX}"/usr \
+   LOGROTATEDIR="${EPREFIX}"/etc/logrotate.d \
+   DESTDIR="${D}" \
+   install
+
+   dodoc CREDITS README.md
+}

diff --git a/sys-process/criu/files/criu-1.8-makefile.patch 
b/sys-process/criu/files/criu-1.8-makefile.patch
new file mode 100644
index 000..2c1921f
--- /dev/null
+++ b/sys-process/criu/files/criu-1.8-makefile.patch
@@ -0,0 +1,25 @@
+diff --git a/Makefile.inc b/Makefile.inc
+index 5f0a552..4abc9ab 100644
+--- a/Makefile.inc
 b/Makefile.inc
+@@ -15,16 +15,11 @@ PREFIX ?= /usr/local
+ SBINDIR   ?= $(PREFIX)/sbin
+ MANDIR?= $(PREFIX)/share/man
+ SYSTEMDUNITDIR?= $(PREFIX)/lib/systemd/system/
+-LOGROTATEDIR  ?= $(PREFIX)/etc/logrotate.d/
+-LIBDIR?= $(PREFIX)/lib
+-# For recent Debian/Ubuntu with multiarch support
+-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture \
+-  -qDEB_HOST_MULTIARCH 2>/dev/null)
+-ifneq "$(DEB_HOST_MULTIARCH)" ""
+-LIBDIR?= $(PREFIX)/lib/$(DEB_HOS

[gentoo-commits] proj/kde:master commit in: kde-apps/kuser/, kde-apps/kuser/files/

2015-12-08 Thread Michael Palimaka
commit: df32118ad29eddbeeba9b2d9655cdb762c4a90dd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 12:09:48 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 12:11:24 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=df32118a

kde-apps/kuser: backport patch from upstream solving build failure with 
cmake-3.4

It missed the 15.11.90 tag.

Package-Manager: portage-2.2.26

 kde-apps/kuser/files/kuser-15.08.3-cmake34.patch | 24 
 kde-apps/kuser/kuser-15.11.90.ebuild |  2 ++
 2 files changed, 26 insertions(+)

diff --git a/kde-apps/kuser/files/kuser-15.08.3-cmake34.patch 
b/kde-apps/kuser/files/kuser-15.08.3-cmake34.patch
new file mode 100644
index 000..efdffb3
--- /dev/null
+++ b/kde-apps/kuser/files/kuser-15.08.3-cmake34.patch
@@ -0,0 +1,24 @@
+From 0bf52af6a61097f45f3f8a440e709376cc9d89b2 Mon Sep 17 00:00:00 2001
+From: Michael Palimaka 
+Date: Sun, 15 Nov 2015 04:32:18 +1100
+Subject: [PATCH] Fix build with cmake-3.4
+
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 44540e9..9c436e6 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -16,6 +16,7 @@ include_directories (${QDBUS_INCLUDE_DIRS} 
${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DI
+ find_package(KdepimLibs REQUIRED)
+ 
+ include(CheckFunctionExists)
++include(CheckIncludeFiles)
+ include(CheckLibraryExists)
+ 
+ include(TestBigEndian)
+-- 
+2.4.10
+

diff --git a/kde-apps/kuser/kuser-15.11.90.ebuild 
b/kde-apps/kuser/kuser-15.11.90.ebuild
index d75dc19..13bd116 100644
--- a/kde-apps/kuser/kuser-15.11.90.ebuild
+++ b/kde-apps/kuser/kuser-15.11.90.ebuild
@@ -19,3 +19,5 @@ DEPEND="
 RDEPEND="${DEPEND}
$(add_kdeapps_dep knotify)
 "
+
+PATCHES=( "${FILESDIR}/${PN}-15.08.3-cmake34.patch" )



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

2015-12-08 Thread Michael Palimaka
commit: ce4454e6c810066d91a65383ff1402455154
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Nov 22 15:15:16 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 13:59:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4454e6

kde5.eclass: Extend KDE_TEST=forceoptional functionality, simplify

If KDE_TEST=forceoptional, it makes sense to disable test subdirs also
outside KDE categories. No change for misc ebuilds using kde5.eclass.

 eclass/kde5.eclass | 35 ---
 1 file changed, 16 insertions(+), 19 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 0f50623..b2cc679 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -402,6 +402,10 @@ kde5_src_prepare() {
# only enable handbook when required
if ! use_if_iuse handbook ; then
comment_add_subdirectory ${KDE_DOC_DIR}
+
+   if [[ ${KDE_HANDBOOK} = forceoptional ]] ; then
+   punt_bogus_dep KF5 DocTools
+   fi
fi
 
# enable only the requested translations
@@ -435,21 +439,11 @@ kde5_src_prepare() {
rm -rf po
fi
 
-   # in frameworks, tests = manual tests so never
-   # build them
+   # in frameworks, tests = manual tests so never build them
if [[ ${CATEGORY} = kde-frameworks ]]; then
comment_add_subdirectory tests
fi
 
-   if [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma || 
${CATEGORY} = kde-apps ]] ; then
-   # only build unit tests when required
-   if ! use_if_iuse test ; then
-   comment_add_subdirectory autotests
-   comment_add_subdirectory test
-   comment_add_subdirectory tests
-   fi
-   fi
-
case ${KDE_PUNT_BOGUS_DEPS} in
false)  ;;
*)
@@ -462,15 +456,18 @@ kde5_src_prepare() {
;;
esac
 
-   if [[ ${KDE_HANDBOOK} = forceoptional ]] ; then
-   if ! use_if_iuse handbook ; then
-   punt_bogus_dep KF5 DocTools
-   fi
-   fi
-
-   if [[ ${KDE_TEST} = forceoptional ]] ; then
-   if ! use_if_iuse test ; then
+   # only build unit tests when required
+   if ! use_if_iuse test ; then
+   if [[ ${KDE_TEST} = forceoptional ]] ; then
punt_bogus_dep Qt5 Test
+   # if forceoptional, also cover non-kde categories
+   comment_add_subdirectory autotests
+   comment_add_subdirectory test
+   comment_add_subdirectory tests
+   elif [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = 
kde-plasma || ${CATEGORY} = kde-apps ]] ; then
+   comment_add_subdirectory autotests
+   comment_add_subdirectory test
+   comment_add_subdirectory tests
fi
fi
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/imule/

2015-12-08 Thread Michael Palimaka
commit: 78112a7b9e6cbe2a4d355cf8de133f83a74da478
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 14:19:09 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 14:19:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78112a7b

net-p2p/imule: remove stray maintainer tag

Package-Manager: portage-2.2.26

 net-p2p/imule/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/imule/metadata.xml b/net-p2p/imule/metadata.xml
index f48160a..b1f9abb 100644
--- a/net-p2p/imule/metadata.xml
+++ b/net-p2p/imule/metadata.xml
@@ -2,7 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 java
-maintainer-wan...@gentoo.org
 A P2P file-sharing application designed to work on top of the 
I2P or Kad network stacks.
 
 Adds Native Language Support using GNU gettext.



[gentoo-commits] repo/gentoo:master commit in: dev-java/jsap/

2015-12-08 Thread Patrice Clement
commit: 1e87e61f31b74a4a5f0dea3a3a0ea4a15892a371
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 14:33:21 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 14:33:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e87e61f

dev-java/jsap: EAPI 5 bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/jsap/Manifest   |  1 +
 dev-java/jsap/jsap-2.1-r1.ebuild | 73 
 2 files changed, 74 insertions(+)

diff --git a/dev-java/jsap/Manifest b/dev-java/jsap/Manifest
index 03b0384..69c43cc 100644
--- a/dev-java/jsap/Manifest
+++ b/dev-java/jsap/Manifest
@@ -1 +1,2 @@
 DIST JSAP-2.1-src.tar.gz 1281840 SHA256 
5146bf75cba18fdf9299462a4127e95919c884494aaf3ed023cb2950217a0862 SHA512 
5509d67b8af11cfbf94ca1a4d2b055b84c6c025ca26cd70390f63394d112a842fd39271181dfad0a88856964acd66f8abe49c72c58cc0086445d810837ba3352
 WHIRLPOOL 
aecdc479d5d088429ca10a24a90b8aefc849ff7eef03276e9c2667a28420a2fefcf6d6541b1eee5d8c7891c3aa2c7392dc9e943084aaeac86bcc48d4a4d1dc78
+DIST jsap-2.1.tar.gz 1281840 SHA256 
5146bf75cba18fdf9299462a4127e95919c884494aaf3ed023cb2950217a0862 SHA512 
5509d67b8af11cfbf94ca1a4d2b055b84c6c025ca26cd70390f63394d112a842fd39271181dfad0a88856964acd66f8abe49c72c58cc0086445d810837ba3352
 WHIRLPOOL 
aecdc479d5d088429ca10a24a90b8aefc849ff7eef03276e9c2667a28420a2fefcf6d6541b1eee5d8c7891c3aa2c7392dc9e943084aaeac86bcc48d4a4d1dc78

diff --git a/dev-java/jsap/jsap-2.1-r1.ebuild b/dev-java/jsap/jsap-2.1-r1.ebuild
new file mode 100644
index 000..ef61eb8
--- /dev/null
+++ b/dev-java/jsap/jsap-2.1-r1.ebuild
@@ -0,0 +1,73 @@
+# 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 eutils java-pkg-2 java-ant-2
+
+MY_PN="JSAP"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Java Simple Arguments Parser (JSAP)"
+HOMEPAGE="http://sourceforge.net/projects/jsap";
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   dev-java/xstream:0
+   dev-java/ant-core:0"
+
+DEPEND="
+   ${CDEPEND}
+   >=virtual/jdk-1.6
+   test? (
+   dev-java/ant-junit:0
+   )"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+S="${WORKDIR}/${MY_P}"
+
+EANT_BUILD_TARGET="jar"
+EANT_JAVADOC_TARGET="javadoc"
+EANT_ANT_TASKS="rundoc snip"
+EANT_BUILD_TEST="test"
+EANT_GENTOO_CLASSPATH="
+   ant-core
+   xstream
+"
+
+JAVA_ANT_REWRITE_CLASSPATH="yes"
+
+PATCHES=(
+   "${FILESDIR}/${P}-build.xml.patch"
+)
+
+java_prepare() {
+   java-pkg_clean
+   epatch "${PATCHES[@]}"
+}
+
+src_test() {
+   java-pkg-2_src_test
+}
+
+src_install() {
+   java-pkg_newjar "dist/${MY_P}.jar"
+
+   if use doc; then
+   dohtml doc/*.html
+   java-pkg_dojavadoc doc/javadoc
+   dosym /usr/share/doc/${PF}/html/api 
/usr/share/doc/${PF}/html/javadoc
+   fi
+
+   use source && java-pkg_dosrc src/java/com
+}



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

2015-12-08 Thread Marius Brehler
commit: 2332981a7abb3c2476c06e68177d89772609bea0
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Dec  7 12:42:50 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Dec  7 12:42:50 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2332981a

Merge pull request #548 from TheChymera/pythontex

Pythontex

 dev-tex/pythontex/ChangeLog| 7 +++
 dev-tex/pythontex/pythontex-0.14-r1.ebuild | 2 +-
 dev-tex/pythontex/pythontex-.ebuild| 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)



[gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu-qt/

2015-12-08 Thread Michael Palimaka
commit: 58d9706e5268d39ebd90efaff63b89e4130bc422
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 14:51:48 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 14:51:48 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=58d9706e

dev-libs/libdbusmenu-qt: sync with main tree

Package-Manager: portage-2.2.26

 dev-libs/libdbusmenu-qt/libdbusmenu-qt-.ebuild | 91 ++
 1 file changed, 60 insertions(+), 31 deletions(-)

diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-.ebuild 
b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-.ebuild
index c69e472..5dab70b 100644
--- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-.ebuild
+++ b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-.ebuild
@@ -7,18 +7,20 @@ EAPI=5
 EBZR_REPO_URI="lp:libdbusmenu-qt"
 
 [[ ${PV} == * ]] && BZR_ECLASS="bzr"
-inherit cmake-utils multibuild virtualx ${BZR_ECLASS}
+inherit multibuild multilib virtualx ${BZR_ECLASS} cmake-multilib
 
 DESCRIPTION="A library providing Qt implementation of DBusMenu specification"
 HOMEPAGE="https://launchpad.net/libdbusmenu-qt/";
 if [[ ${PV} == * ]] ; then
KEYWORDS=""
 else
-   #SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2";
+   MY_PV=${PV/_pre/+14.10.}
+   
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.orig.tar.gz";
# upstream has no permissions to use some kde written code so repack git
# repo every time
-   SRC_URI="http://dev.gentoo.org/~scarabeus/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+   #SRC_URI="https://dev.gentoo.org/~scarabeus/${P}.tar.xz";
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+   PATCHES=( "${FILESDIR}/${P}-optionaltests.patch" )
 fi
 
 LICENSE="LGPL-2"
@@ -29,9 +31,9 @@ REQUIRED_USE="|| ( qt4 qt5 )"
 
 RDEPEND="
qt4? (
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
+   >=dev-qt/qtcore-4.8.6:4[${MULTILIB_USEDEP}]
+   >=dev-qt/qtdbus-4.8.6:4[${MULTILIB_USEDEP}]
+   >=dev-qt/qtgui-4.8.6:4[${MULTILIB_USEDEP}]
)
qt5? (
dev-qt/qtcore:5
@@ -43,19 +45,19 @@ RDEPEND="
 DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
test? (
-   dev-libs/qjson
-   qt4? ( dev-qt/qttest:4 )
+   dev-libs/qjson[${MULTILIB_USEDEP}]
+   qt4? ( >=dev-qt/qttest-4.8.6:4[${MULTILIB_USEDEP}] )
qt5? ( dev-qt/qttest:5 )
)
 "
 
 DOCS=( NEWS README )
 
-# tests fail due to missing conection to dbus
+# tests fail due to missing connection to dbus
 RESTRICT="test"
 
 pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
+   MULTIBUILD_VARIANTS=( $(usex qt4 4) $(usex qt5 5) )
 }
 
 src_prepare() {
@@ -66,42 +68,69 @@ src_prepare() {
use test || comment_add_subdirectory tests
 }
 
+multilib_src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_with doc)
+   -DUSE_QT${QT_MULTIBUILD_VARIANT}=ON
+   
-DQT_QMAKE_EXECUTABLE="/usr/$(get_libdir)/qt${QT_MULTIBUILD_VARIANT}/bin/qmake"
+   )
+   cmake-utils_src_configure
+}
+
 src_configure() {
myconfigure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with doc)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
-   mycmakeargs+=( -DUSE_QT4=ON )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
-   mycmakeargs+=( -DUSE_QT5=ON )
+   local QT_MULTIBUILD_VARIANT=${MULTIBUILD_VARIANT}
+   if [[ ${MULTIBUILD_VARIANT} = 4 ]] ; then
+   cmake-multilib_src_configure
+   elif [[ ${MULTIBUILD_VARIANT} = 5 ]] ; then
+   multilib_src_configure
fi
-
-   cmake-utils_src_configure
}
 
multibuild_foreach_variant myconfigure
 }
 
 src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
+   mycompile() {
+   if [[ ${MULTIBUILD_VARIANT} = 4 ]] ; then
+   cmake-multilib_src_compile
+   elif [[ ${MULTIBUILD_VARIANT} = 5 ]] ; then
+   cmake-utils_src_compile
+   fi
+   }
+
+   multibuild_foreach_variant mycompile
 }
 
-src_test() {
-   mytest() {
-   local builddir=${BUILD_DIR}
+src_install() {
+   myinstall() {
+   if [[ ${MULTIBUILD_VARIANT} = 4 ]] ; then
+   cmake-multilib_src_install
+   elif [[ ${MULTIBUILD_VARIANT} = 5 ]] ; then
+   cmake-utils_src_install
+   fi
+   }
 
-   BUILD_DIR=${BUILD_DIR}/tests \
-   VIRTUALX_

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

2015-12-08 Thread Marius Brehler
commit: b49c63f8cc6553462f345d35554dc2661400cf51
Author: Ted Tanberry  gmail  com>
AuthorDate: Mon Dec  7 18:18:56 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Dec  7 18:18:56 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b49c63f8

sci-libs/cblas-reference: Added missing virtual/blas dependency.

Package-Manager: portage-2.2.26

 sci-libs/cblas-reference/ChangeLog  | 6 +-
 sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-libs/cblas-reference/ChangeLog 
b/sci-libs/cblas-reference/ChangeLog
index 6ba94df..d954157 100644
--- a/sci-libs/cblas-reference/ChangeLog
+++ b/sci-libs/cblas-reference/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-libs/cblas-reference
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  07 Dec 2015; Ted Tanberry 
+  cblas-reference-20151113-r2.ebuild:
+  sci-libs/cblas-reference: Added missing virtual/blas dependency.
+
 *cblas-reference-20110218-r1 (13 Oct 2014)
 
   13 Oct 2014; Mark Wright 

diff --git a/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild 
b/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild
index 3a03361..4f62315 100644
--- a/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild
+++ b/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild
@@ -24,7 +24,7 @@ IUSE="static-libs test"
 
 REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND=""
+RDEPEND="virtual/blas"
 DEPEND="${RDEPEND}
test? ( ${PYTHON_DEPS} )
virtual/pkgconfig"



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

2015-12-08 Thread Marius Brehler
commit: 2c57be95f78ee44f571edf097b0a5b2e05dee97f
Author: Ted Tanberry  gmail  com>
AuthorDate: Mon Dec  7 18:19:12 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Dec  7 18:19:12 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c57be95

Merge branch 'master' of https://github.com/gentoo-science/sci

 dev-tex/pythontex/ChangeLog|  7 ++
 dev-tex/pythontex/pythontex-0.14-r1.ebuild |  2 +-
 dev-tex/pythontex/pythontex-.ebuild|  2 +-
 dev-util/amdapp/ChangeLog  | 14 
 dev-util/amdapp/Manifest   |  2 -
 ...{amdapp-2.9.1.ebuild => amdapp-2.9.1-r1.ebuild} | 14 +---
 dev-util/amdapp/amdapp-2.9.ebuild  | 87 --
 .../{amdapp-3.0.ebuild => amdapp-3.0-r1.ebuild}| 14 +---
 sci-biology/repeatmasker/ChangeLog | 14 
 ...r-4.0.6.ebuild => repeatmasker-4.0.6-r2.ebuild} |  7 +-
 10 files changed, 45 insertions(+), 118 deletions(-)



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

2015-12-08 Thread Marius Brehler
commit: 4d7d52bc4d20164540963e1bbf0d36362c337a26
Author: Horea Christian  mail  ru>
AuthorDate: Mon Dec  7 12:35:26 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Dec  7 12:35:26 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d7d52bc

fixed broken Changelog

 dev-tex/pythontex/ChangeLog | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-tex/pythontex/ChangeLog b/dev-tex/pythontex/ChangeLog
index 27ac054..871e260 100644
--- a/dev-tex/pythontex/ChangeLog
+++ b/dev-tex/pythontex/ChangeLog
@@ -5,3 +5,29 @@
   07 Dec 2015; Horea Christian  -ChangeLog,
   pythontex-0.14-r1.ebuild, pythontex-.ebuild:
   dev-tex/pythontex: fixed access violation
+
+  18 Oct 2015;   pythontex-.ebuild:
+  dev-tex/pythontex: trying to fix access violation
+
+  22 Jun 2015; Horea Christian  pythontex-0.14-r1.ebuild,
+  pythontex-.ebuild:
+  pruned deps
+
+  05 Jun 2015; Justin Lecher  metadata.xml:
+  dev-tex/pythontex: Add github to remote-id in metadata.xml
+
+*pythontex-0.14-r1 (12 May 2015)
+
+  12 May 2015; Justin Lecher  +pythontex-0.14-r1.ebuild,
+  -pythontex-0.14.ebuild, pythontex-.ebuild:
+  dev-tex/pythontex: Fix installation of latex files, bug #548534
+
+*pythontex-0.14 (09 Mar 2015)
+
+  09 Mar 2015; Justin Lecher  +pythontex-0.14.ebuild,
+  -pythontex-0.12.ebuild, pythontex-.ebuild:
+  dev-tex/pythontex: Version Bump
+
+  06 Jan 2014; Justin Lecher  pythontex-0.12.ebuild,
+  pythontex-.ebuild, +metadata.xml:
+  Switch from git-2 to git-r3



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

2015-12-08 Thread Marius Brehler
commit: 22a205be750486f3baa6a9fb39e64449c97bac8c
Author: Horea Christian  mail  ru>
AuthorDate: Mon Dec  7 12:33:50 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Dec  7 12:33:50 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=22a205be

dev-tex/pythontex: fixed access violation

Package-Manager: portage-2.2.26

 dev-tex/pythontex/ChangeLog| 25 +++--
 dev-tex/pythontex/pythontex-0.14-r1.ebuild |  2 +-
 dev-tex/pythontex/pythontex-.ebuild|  2 +-
 3 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/dev-tex/pythontex/ChangeLog b/dev-tex/pythontex/ChangeLog
index b283f70..27ac054 100644
--- a/dev-tex/pythontex/ChangeLog
+++ b/dev-tex/pythontex/ChangeLog
@@ -2,25 +2,6 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
-  22 Jun 2015; Horea Christian  pythontex-0.14-r1.ebuild,
-  pythontex-.ebuild:
-  pruned deps
-
-  05 Jun 2015; Justin Lecher  metadata.xml:
-  dev-tex/pythontex: Add github to remote-id in metadata.xml
-
-*pythontex-0.14-r1 (12 May 2015)
-
-  12 May 2015; Justin Lecher  +pythontex-0.14-r1.ebuild,
-  -pythontex-0.14.ebuild, pythontex-.ebuild:
-  dev-tex/pythontex: Fix installation of latex files, bug #548534
-
-*pythontex-0.14 (09 Mar 2015)
-
-  09 Mar 2015; Justin Lecher  +pythontex-0.14.ebuild,
-  -pythontex-0.12.ebuild, pythontex-.ebuild:
-  dev-tex/pythontex: Version Bump
-
-  06 Jan 2014; Justin Lecher  pythontex-0.12.ebuild,
-  pythontex-.ebuild, +metadata.xml:
-  Switch from git-2 to git-r3
+  07 Dec 2015; Horea Christian  -ChangeLog,
+  pythontex-0.14-r1.ebuild, pythontex-.ebuild:
+  dev-tex/pythontex: fixed access violation

diff --git a/dev-tex/pythontex/pythontex-0.14-r1.ebuild 
b/dev-tex/pythontex/pythontex-0.14-r1.ebuild
index d6c8bef..33ba193 100644
--- a/dev-tex/pythontex/pythontex-0.14-r1.ebuild
+++ b/dev-tex/pythontex/pythontex-0.14-r1.ebuild
@@ -31,7 +31,7 @@ src_compile() {
cd ${PN} || die
ebegin "Compiling ${PN}"
rm ${PN}.sty || die
-   latex ${PN}.ins extra || die
+   VARTEXFONTS="${T}/fonts" latex ${PN}.ins extra || die
eend
 }
 

diff --git a/dev-tex/pythontex/pythontex-.ebuild 
b/dev-tex/pythontex/pythontex-.ebuild
index 5cfce90..69c2654 100644
--- a/dev-tex/pythontex/pythontex-.ebuild
+++ b/dev-tex/pythontex/pythontex-.ebuild
@@ -32,7 +32,7 @@ src_compile() {
cd ${PN} || die
ebegin "Compiling ${PN}"
rm ${PN}.sty || die
-   latex ${PN}.ins extra || die
+   VARTEXFONTS="${T}/fonts" latex ${PN}.ins extra || die
eend
 }
 



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

2015-12-08 Thread Michael Palimaka
commit: 936f39cbfe98ea7644072233e4834da2e6de39ca
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 14:55:55 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 14:55:55 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=936f39cb

kde-apps/dolphin: raise kde-frameworks minimum version

Upstream-commit: 800d5114cb1a9b7d5c874f382cc831b4f142469b

Package-Manager: portage-2.2.26

 kde-apps/dolphin/dolphin-15.11.90.ebuild  | 1 +
 kde-apps/dolphin/dolphin-15.12.49..ebuild | 1 +
 kde-apps/dolphin/dolphin-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/dolphin/dolphin-15.11.90.ebuild 
b/kde-apps/dolphin/dolphin-15.11.90.ebuild
index 311d031..14093f1 100644
--- a/kde-apps/dolphin/dolphin-15.11.90.ebuild
+++ b/kde-apps/dolphin/dolphin-15.11.90.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+FRAMEWORKS_MINIMAL="5.16.0"
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="true"
 VIRTUALX_REQUIRED="test"

diff --git a/kde-apps/dolphin/dolphin-15.12.49..ebuild 
b/kde-apps/dolphin/dolphin-15.12.49..ebuild
index aa820ae..e8b9983 100644
--- a/kde-apps/dolphin/dolphin-15.12.49..ebuild
+++ b/kde-apps/dolphin/dolphin-15.12.49..ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+FRAMEWORKS_MINIMAL="5.16.0"
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="true"
 VIRTUALX_REQUIRED="test"

diff --git a/kde-apps/dolphin/dolphin-.ebuild 
b/kde-apps/dolphin/dolphin-.ebuild
index aa820ae..e8b9983 100644
--- a/kde-apps/dolphin/dolphin-.ebuild
+++ b/kde-apps/dolphin/dolphin-.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+FRAMEWORKS_MINIMAL="5.16.0"
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="true"
 VIRTUALX_REQUIRED="test"



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

2015-12-08 Thread Ian Delaney
commit: ac7191092a086368554e2437c1af6228251f6100
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Dec  8 15:04:59 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Dec  8 15:06:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac719109

dev-util/pkgconf: add proxied maintainer to metadata

Package-Manager: portage-2.2.24

 dev-util/pkgconf/metadata.xml | 29 ++---
 1 file changed, 18 insertions(+), 11 deletions(-)

diff --git a/dev-util/pkgconf/metadata.xml b/dev-util/pkgconf/metadata.xml
index 94288df..938c704 100644
--- a/dev-util/pkgconf/metadata.xml
+++ b/dev-util/pkgconf/metadata.xml
@@ -1,15 +1,22 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-jdh...@gentoo.org
-Jeff Horelick
-  
-  
-Install as a replacement for 
dev-util/pkgconfig
-Adhere to POSIX pkg-config specification. Useful for 
finding uses of non-standard pkg-config invocations.
-  
-  
-pkgconf/pkgconf
-  
+   proxy-maintainers
+   
+   jdh...@gentoo.org
+   Jeff Horelick
+   
+   
+   elizab...@interlinked.me
+   Elizabeth Myers
+   Proxied maintainer; set to assignee in all 
bugs
+   
+   
+   Install as a replacement for 
dev-util/pkgconfig
+   Adhere to POSIX pkg-config specification. 
Useful for finding uses of
+non-standard pkg-config invocations
+   
+   
+   pkgconf/pkgconf
+   
 



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

2015-12-08 Thread Marius Brehler
commit: 384ab10750a6d3b4b15d41574e1b26f66c058424
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Dec  8 15:06:11 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue Dec  8 15:06:11 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=384ab107

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

Package-Manager: portage-2.2.20.1

 dev-python/PeakUtils/ChangeLog  |  9 +
 dev-python/PeakUtils/PeakUtils-1.0.1.ebuild | 24 
 dev-python/PeakUtils/metadata.xml   | 15 +++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/PeakUtils/ChangeLog b/dev-python/PeakUtils/ChangeLog
new file mode 100644
index 000..e32d639
--- /dev/null
+++ b/dev-python/PeakUtils/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/PeakUtils
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*PeakUtils-1.0.1 (08 Dec 2015)
+
+  08 Dec 2015; Marius Brehler 
+  +PeakUtils-1.0.1.ebuild, +metadata.xml:
+  dev-python/PeakUtils: New package, ebuild written by me

diff --git a/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild 
b/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild
new file mode 100644
index 000..06cb5aa
--- /dev/null
+++ b/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+MY_PN="pyFFTW"
+
+DESCRIPTION="Peak detection utilities for 1D data"
+HOMEPAGE="https://bitbucket.org/lucashnegri/peakutils";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}"

diff --git a/dev-python/PeakUtils/metadata.xml 
b/dev-python/PeakUtils/metadata.xml
new file mode 100644
index 000..a07f5e4
--- /dev/null
+++ b/dev-python/PeakUtils/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci
+  
+As the name implies, this package provides utilities related to the
+detection of peaks on 1D data. Includes functions to perform
+baseline estimation, to find the indexes of the peaks in the data
+and performing Gaussian fitting or centroid computation to further
+increase the resolution of the peak detection.
+  
+  
+PeakUtils
+  
+



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

2015-12-08 Thread Justin Lecher
commit: 23f10c612d85c8aef50ecdc14efbe05a4e2f05e8
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Dec  8 15:25:09 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Dec  8 15:25:09 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=23f10c61

sci-libs/atlas: Optionally build deprecated lapack routines

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

 sci-libs/atlas/atlas-3.11.38-r1.ebuild | 11 ---
 sci-libs/atlas/metadata.xml|  1 +
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/sci-libs/atlas/atlas-3.11.38-r1.ebuild 
b/sci-libs/atlas/atlas-3.11.38-r1.ebuild
index 4a7d193..3c760fe 100644
--- a/sci-libs/atlas/atlas-3.11.38-r1.ebuild
+++ b/sci-libs/atlas/atlas-3.11.38-r1.ebuild
@@ -18,10 +18,11 @@ SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc fortran generic ifko lapack static-libs threads"
+IUSE="+deprecated doc fortran generic ifko lapack static-libs threads"
 
-RDEPEND=""
-DEPEND="${RDEPEND}"
+REQUIRED_USE="
+   deprecated? ( lapack )
+   lapack? ( fortran )"
 
 S="${WORKDIR}/ATLAS"
 
@@ -111,6 +112,10 @@ src_configure() {
# for debugging
echo ${myconf[@]} > myconf.out
"${S}"/configure ${myconf[@]} || die "configure in ${confdir} 
failed"
+
+   if use deprecated; then
+   echo "BUILD_DEPRECATED=1" >> 
src/lapack/reference/make.inc.example || die
+   fi
}
 
atlas_configure shared "-Fa alg -fPIC" ${EXTRA_ECONF}

diff --git a/sci-libs/atlas/metadata.xml b/sci-libs/atlas/metadata.xml
index 77d74d9..ba20464 100644
--- a/sci-libs/atlas/metadata.xml
+++ b/sci-libs/atlas/metadata.xml
@@ -11,6 +11,7 @@
   LAPACK using the reference LAPACK from Netlib.
 
   
+Build deprecated routines
 Build atlas assuming a fairly generic architecture 
(sse2 for x86, core2 for amd64)
 Use iFKO to improve ATLAS performance (ATTENTION!!! 
Increases builtime enormously)
   



[gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo4/

2015-12-08 Thread Michael Palimaka
commit: 95c4777d65716945930dc3b59d3edbbd80f9c3fd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 15:08:37 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 15:24:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c4777d

app-portage/kuroo4: allow any SLOT of kde-apps/kompare

Package-Manager: portage-2.2.26

 app-portage/kuroo4/kuroo4-0.90.4.ebuild | 2 +-
 app-portage/kuroo4/kuroo4-0.90.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/kuroo4/kuroo4-0.90.4.ebuild 
b/app-portage/kuroo4/kuroo4-0.90.4.ebuild
index 670bed8..6550fb3 100644
--- a/app-portage/kuroo4/kuroo4-0.90.4.ebuild
+++ b/app-portage/kuroo4/kuroo4-0.90.4.ebuild
@@ -20,5 +20,5 @@ DEPEND="dev-db/sqlite:3"
 RDEPEND="${DEPEND}
app-portage/gentoolkit
$(add_kdeapps_dep kdesu)
-   $(add_kdeapps_dep kompare)
+   kde-apps/kompare:*
 "

diff --git a/app-portage/kuroo4/kuroo4-0.90.5.ebuild 
b/app-portage/kuroo4/kuroo4-0.90.5.ebuild
index 670bed8..6550fb3 100644
--- a/app-portage/kuroo4/kuroo4-0.90.5.ebuild
+++ b/app-portage/kuroo4/kuroo4-0.90.5.ebuild
@@ -20,5 +20,5 @@ DEPEND="dev-db/sqlite:3"
 RDEPEND="${DEPEND}
app-portage/gentoolkit
$(add_kdeapps_dep kdesu)
-   $(add_kdeapps_dep kompare)
+   kde-apps/kompare:*
 "



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

2015-12-08 Thread Justin Lecher
commit: 225388b59df4cdb36006ff118b676014a1686887
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Dec  8 15:25:18 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Dec  8 15:25:18 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=225388b5

Merge remote-tracking branch 'github/master'

* github/master:
  dev-python/PeakUtils: New package, ebuild written by me
  sci-libs/cblas-reference: Added missing virtual/blas dependency.
  fixed broken Changelog
  dev-tex/pythontex: fixed access violation
  dev-util/amdapp: Add dependency on x11-drivers/ati-drivers
  dev-util/amdapp: Drop old
  sci-biology/mricron: added icon and gnome desktop entry

 dev-python/PeakUtils/ChangeLog |  9 +++
 dev-python/PeakUtils/Manifest  |  1 +
 dev-python/PeakUtils/PeakUtils-1.0.1.ebuild| 24 ++
 dev-python/PeakUtils/metadata.xml  | 15 
 dev-tex/pythontex/ChangeLog|  7 ++
 dev-tex/pythontex/pythontex-0.14-r1.ebuild |  2 +-
 dev-tex/pythontex/pythontex-.ebuild|  2 +-
 dev-util/amdapp/ChangeLog  | 14 
 dev-util/amdapp/Manifest   |  2 -
 ...{amdapp-2.9.1.ebuild => amdapp-2.9.1-r1.ebuild} | 14 +---
 dev-util/amdapp/amdapp-2.9.ebuild  | 87 --
 .../{amdapp-3.0.ebuild => amdapp-3.0-r1.ebuild}| 14 +---
 sci-biology/mricron/ChangeLog  |  3 +
 sci-biology/mricron/mricron-.ebuild|  9 +++
 sci-libs/cblas-reference/ChangeLog |  6 +-
 .../cblas-reference-20151113-r2.ebuild |  2 +-
 16 files changed, 94 insertions(+), 117 deletions(-)



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

2015-12-08 Thread Michael Palimaka
commit: 20009568a36026327c0150206f703f4c44dbd476
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 15:28:25 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 15:28:25 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=20009568

profiles: kde-plasma-5.5 is released

 profiles/package.mask/plasma-5.5.0 | 39 --
 1 file changed, 39 deletions(-)

diff --git a/profiles/package.mask/plasma-5.5.0 
b/profiles/package.mask/plasma-5.5.0
deleted file mode 100644
index a3eba3a..000
--- a/profiles/package.mask/plasma-5.5.0
+++ /dev/null
@@ -1,39 +0,0 @@
-# Unreleased
-~kde-plasma/bluedevil-5.5.0
-~kde-plasma/breeze-5.5.0
-~kde-plasma/breeze-gtk-5.5.0
-~kde-plasma/kde-cli-tools-5.5.0
-~kde-plasma/kde-gtk-config-5.5.0
-~kde-plasma/kdecoration-5.5.0
-~kde-plasma/kdeplasma-addons-5.5.0
-~kde-plasma/kgamma-5.5.0
-~kde-plasma/khelpcenter-5.5.0
-~kde-plasma/khotkeys-5.5.0
-~kde-plasma/kinfocenter-5.5.0
-~kde-plasma/kmenuedit-5.5.0
-~kde-plasma/kscreen-5.5.0
-~kde-plasma/kscreenlocker-5.5.0
-~kde-plasma/ksshaskpass-5.5.0
-~kde-plasma/ksysguard-5.5.0
-~kde-plasma/kwallet-pam-5.5.0
-~kde-plasma/kwayland-5.5.0
-~kde-plasma/kwayland-integration-5.5.0
-~kde-plasma/kwin-5.5.0
-~kde-plasma/kwrited-5.5.0
-~kde-plasma/libkscreen-5.5.0
-~kde-plasma/libksysguard-5.5.0
-~kde-plasma/milou-5.5.0
-~kde-plasma/oxygen-5.5.0
-~kde-plasma/plasma-desktop-5.5.0
-~kde-plasma/plasma-mediacenter-5.5.0
-~kde-plasma/plasma-meta-5.5.0
-~kde-plasma/plasma-nm-5.5.0
-~kde-plasma/plasma-pa-5.5.0
-~kde-plasma/plasma-sdk-5.5.0
-~kde-plasma/plasma-workspace-5.5.0
-~kde-plasma/plasma-workspace-wallpapers-5.5.0
-~kde-plasma/polkit-kde-agent-5.5.0
-~kde-plasma/powerdevil-5.5.0
-~kde-plasma/sddm-kcm-5.5.0
-~kde-plasma/systemsettings-5.5.0
-~kde-plasma/user-manager-5.5.0



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

2015-12-08 Thread Ian Delaney
commit: 2448451a194e0473c88d114328584bd08ca218cf
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Tue Dec  8 12:18:21 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Dec  8 12:18:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2448451a

dev-util/pkgconf: bump to version 0.9.12.

This version fixes some deduplication edge cases on -L and -I
CFLAGS/LIBS.

 dev-util/pkgconf/Manifest  |  1 +
 dev-util/pkgconf/pkgconf-0.9.12.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest
index 21abdbf..c86c49e 100644
--- a/dev-util/pkgconf/Manifest
+++ b/dev-util/pkgconf/Manifest
@@ -1 +1,2 @@
 DIST pkgconf-0.9.11.tar.bz2 86489 SHA256 
3bdae1b2672133943dc0dda694ed57074f8b03c3fea10efb215d76d3cabe2c3b SHA512 
21313ef29afcaa7c49a8cb512ecd3a821693945c22fb1a670ada74f41bca320e1b9ffb64e79adc2c33cb86822b74ddc850fadb16ddcde7eb805b81a50096992f
 WHIRLPOOL 
7442a456af7e959c86f318ee74ec89883cc4e2ad16c9708f98d8ab30cdcf71ea7ef13f7e0f9bf945717b1dea8a317ffc5322878f88a5084c2dcbdc2aeafaf4d2
+DIST pkgconf-0.9.12.tar.bz2 87109 SHA256 
7ec8b516e655e247f4ba976837cee808134785819ab8f538f652fe919cc6c09f SHA512 
efe13db7a46992eb44ead493fc12b3fc6a5567e0206f701b6c48d9b5eb0bc90fcc9ae7a7e08ae641bb10df869287e5b68291701d4013d6cf27bd2b1518c29192
 WHIRLPOOL 
9fa7336e111f29648f5c37310bdeb2266bead1b86ff18183cfb57c06054916d235da20a5723bd364497d20a1f4db399eaf77f38c0bfc1519f2b7b825ab4666d0

diff --git a/dev-util/pkgconf/pkgconf-0.9.12.ebuild 
b/dev-util/pkgconf/pkgconf-0.9.12.ebuild
new file mode 100644
index 000..7ee43de
--- /dev/null
+++ b/dev-util/pkgconf/pkgconf-0.9.12.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
+   inherit autotools git-2 multilib-minimal
+else
+   inherit eutils multilib-minimal
+   SRC_URI="http://rabbit.dereferenced.org/~nenolod/distfiles/${P}.tar.bz2";
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+fi
+
+DESCRIPTION="pkg-config compatible replacement with no dependencies other than 
ANSI C89"
+HOMEPAGE="https://github.com/pkgconf/pkgconf";
+
+LICENSE="BSD-1"
+SLOT="0"
+IUSE="+pkg-config strict"
+
+RESTRICT="test" # at least until 0.9.13
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   pkg-config? (
+   !dev-util/pkgconfig
+   !dev-util/pkg-config-lite
+   !dev-util/pkgconfig-openbsd[pkg-config]
+   )"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/pkgconf
+)
+
+src_prepare() {
+   [[ -e configure ]] || eautoreconf
+
+   if use pkg-config; then
+   MULTILIB_CHOST_TOOLS+=(
+   /usr/bin/pkg-config
+   )
+   fi
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf $(use_enable strict)
+}
+
+multilib_src_install() {
+   default
+   use pkg-config \
+   && dosym pkgconf /usr/bin/pkg-config \
+   || rm "${ED}"/usr/share/aclocal/pkg.m4 \
+   || die
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/, kde-plasma/kgamma/, kde-plasma/breeze/, kde-plasma/plasma-sdk/, ...

2015-12-08 Thread Michael Palimaka
commit: d089aabd479645a7ad1bf9f36827b41ef83f1c53
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 15:32:55 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 15:32:55 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d089aabd

kde-plasma: remove 5.4.95

Package-Manager: portage-2.2.26

 kde-plasma/bluedevil/bluedevil-5.4.95.ebuild   |  52 ---
 kde-plasma/breeze-gtk/breeze-gtk-5.4.95.ebuild |  12 --
 kde-plasma/breeze/breeze-5.4.95.ebuild |  66 
 .../kde-cli-tools/kde-cli-tools-5.4.95.ebuild  |  53 ---
 .../kde-gtk-config/kde-gtk-config-5.4.95.ebuild|  56 ---
 kde-plasma/kdecoration/kdecoration-5.4.95.ebuild   |  15 --
 .../kdeplasma-addons-5.4.95.ebuild |  61 
 kde-plasma/kgamma/kgamma-5.4.95.ebuild |  31 
 kde-plasma/khelpcenter/khelpcenter-5.4.95.ebuild   |  42 --
 kde-plasma/khotkeys/khotkeys-5.4.95.ebuild |  46 --
 kde-plasma/kinfocenter/kinfocenter-5.4.95.ebuild   |  89 ---
 kde-plasma/kmenuedit/kmenuedit-5.4.95.ebuild   |  45 --
 kde-plasma/kscreen/kscreen-5.4.95.ebuild   |  34 -
 .../kscreenlocker/kscreenlocker-5.4.95.ebuild  |  79 --
 kde-plasma/ksshaskpass/ksshaskpass-5.4.95.ebuild   |  50 --
 kde-plasma/ksysguard/ksysguard-5.4.95.ebuild   |  48 --
 .../kwallet-pam/kwallet-pam-5.4.95-r1.ebuild   |  27 
 .../kwallet-pam/kwallet-pam-5.4.95-r2.ebuild   |  29 
 .../kwayland-integration-5.4.95.ebuild |  22 ---
 kde-plasma/kwayland/kwayland-5.4.95.ebuild |  25 ---
 kde-plasma/kwin/kwin-5.4.95.ebuild |  85 ---
 kde-plasma/kwrited/kwrited-5.4.95.ebuild   |  24 ---
 kde-plasma/libkscreen/libkscreen-5.4.95.ebuild |  24 ---
 kde-plasma/libksysguard/libksysguard-5.4.95.ebuild |  54 ---
 kde-plasma/milou/milou-5.4.95.ebuild   |  30 
 kde-plasma/oxygen/oxygen-5.4.95.ebuild |  36 -
 .../plasma-desktop/plasma-desktop-5.4.95.ebuild| 137 -
 .../plasma-mediacenter-5.4.95.ebuild   |  48 --
 kde-plasma/plasma-meta/plasma-meta-5.4.95.ebuild   |  63 
 kde-plasma/plasma-nm/plasma-nm-5.4.95.ebuild   |  66 
 kde-plasma/plasma-pa/plasma-pa-5.4.95.ebuild   |  27 
 kde-plasma/plasma-sdk/plasma-sdk-5.4.95.ebuild |  40 -
 .../plasma-workspace-wallpapers-5.4.95.ebuild  |  16 --
 .../plasma-workspace-5.4.95.ebuild | 168 -
 .../polkit-kde-agent-5.4.95.ebuild |  32 
 kde-plasma/powerdevil/powerdevil-5.4.95.ebuild |  70 -
 kde-plasma/sddm-kcm/sddm-kcm-5.4.95.ebuild |  39 -
 .../systemsettings/systemsettings-5.4.95.ebuild|  38 -
 kde-plasma/user-manager/user-manager-5.4.95.ebuild |  26 
 39 files changed, 1905 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.4.95.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.4.95.ebuild
deleted file mode 100644
index 00c987a..000
--- a/kde-plasma/bluedevil/bluedevil-5.4.95.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit fdo-mime kde5
-
-DESCRIPTION="Bluetooth stack for KDE"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep bluez-qt)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma)
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-"
-DEPEND="${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !net-wireless/bluedevil
-   !net-wireless/kbluetooth
-"
-
-pkg_postinst() {
-   kde5_pkg_postinst
-   fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-   kde5_pkg_postinst
-   fdo-mime_mime_database_update
-}

diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.4.95.ebuild 
b/kde-plasma/breeze-gtk/breeze-gtk-5.4.95.ebuild
deleted file mode 100644
index 0be6858..000
--- a/kde-plasma/breeze-gtk/breeze-gtk-5.4.95.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION="Official GTK+ port of KDE'

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

2015-12-08 Thread Michael Palimaka
commit: 1bfc6c48eff6eb95fd540a80d45802682daf3b62
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 15:29:11 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 15:29:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1bfc6c48

profile: remove obsolete kde-apps-15.08.2

 profiles/package.mask/kde-apps-15.08.2 | 174 -
 1 file changed, 174 deletions(-)

diff --git a/profiles/package.mask/kde-apps-15.08.2 
b/profiles/package.mask/kde-apps-15.08.2
deleted file mode 100644
index 0d0615a..000
--- a/profiles/package.mask/kde-apps-15.08.2
+++ /dev/null
@@ -1,174 +0,0 @@
-# Unmasking not decided yet.
-~kde-apps/akonadi-15.08.2
-~kde-apps/akonadi-calendar-15.08.2
-~kde-apps/akonadi-search-15.08.2
-~kde-apps/analitza-15.08.2
-~kde-apps/ark-15.08.2
-~kde-apps/artikulate-15.08.2
-~kde-apps/blinken-15.08.2
-~kde-apps/bomber-15.08.2
-~kde-apps/bovo-15.08.2
-~kde-apps/cantor-15.08.2
-~kde-apps/cervisia-15.08.2
-~kde-apps/dolphin-plugins-15.08.2
-~kde-apps/filelight-15.08.2
-~kde-apps/gpgmepp-15.08.2
-~kde-apps/granatier-15.08.2
-~kde-apps/gwenview-15.08.2
-~kde-apps/jovie-15.08.2
-~kde-apps/kaccessible-15.08.2
-~kde-apps/kaccounts-providers-15.08.2
-~kde-apps/kajongg-15.08.2
-~kde-apps/kalarmcal-15.08.2
-~kde-apps/kalgebra-15.08.2
-~kde-apps/kalzium-15.08.2
-~kde-apps/kamera-15.08.2
-~kde-apps/kanagram-15.08.2
-~kde-apps/kapman-15.08.2
-~kde-apps/kapptemplate-15.08.2
-~kde-apps/katomic-15.08.2
-~kde-apps/kblackbox-15.08.2
-~kde-apps/kblocks-15.08.2
-~kde-apps/kblog-15.08.2
-~kde-apps/kbounce-15.08.2
-~kde-apps/kbreakout-15.08.2
-~kde-apps/kbruch-15.08.2
-~kde-apps/kcachegrind-15.08.2
-~kde-apps/kcalc-15.08.2
-~kde-apps/kcalcore-15.08.2
-~kde-apps/kcalutils-15.08.2
-~kde-apps/kcharselect-15.08.2
-~kde-apps/kcolorchooser-15.08.2
-~kde-apps/kcontacts-15.08.2
-~kde-apps/kdeaccessibility-meta-15.08.2
-~kde-apps/kde-apps-meta-15.08.2
-~kde-apps/kdeartwork-colorschemes-15.08.2
-~kde-apps/kdeartwork-desktopthemes-15.08.2
-~kde-apps/kdeartwork-emoticons-15.08.2
-~kde-apps/kdeartwork-iconthemes-15.08.2
-~kde-apps/kdeartwork-kscreensaver-15.08.2
-~kde-apps/kdeartwork-meta-15.08.2
-~kde-apps/kdeartwork-styles-15.08.2
-~kde-apps/kdeartwork-wallpapers-15.08.2
-~kde-apps/kdeartwork-weatherwallpapers-15.08.2
-~kde-apps/kdebase-meta-15.08.2
-~kde-apps/kde-dev-scripts-15.08.2
-~kde-apps/kde-dev-utils-15.08.2
-~kde-apps/kdeedu-data-15.08.2
-~kde-apps/kdeedu-meta-15.08.2
-~kde-apps/kdegames-meta-15.08.2
-~kde-apps/kdegraphics-meta-15.08.2
-~kde-apps/kdegraphics-mobipocket-15.08.2
-~kde-apps/kdenetwork-meta-15.08.2
-~kde-apps/kdepim-15.08.2
-~kde-apps/kdepimlibs-15.08.2
-~kde-apps/kdepim-meta-15.08.2
-~kde-apps/kdepim-runtime-15.08.2
-~kde-apps/kdesdk-kioslaves-15.08.2
-~kde-apps/kdesdk-meta-15.08.2
-~kde-apps/kdesdk-strigi-analyzer-15.08.2
-~kde-apps/kdeutils-meta-15.08.2
-~kde-apps/kdewebdev-meta-15.08.2
-~kde-apps/kdf-15.08.2
-~kde-apps/kdiamond-15.08.2
-~kde-apps/kfilereplace-15.08.2
-~kde-apps/kfloppy-15.08.2
-~kde-apps/kfourinline-15.08.2
-~kde-apps/kgeography-15.08.2
-~kde-apps/kgoldrunner-15.08.2
-~kde-apps/khangman-15.08.2
-~kde-apps/kholidays-15.08.2
-~kde-apps/kidentitymanagement-15.08.2
-~kde-apps/kig-15.08.2
-~kde-apps/kigo-15.08.2
-~kde-apps/killbots-15.08.2
-~kde-apps/kimagemapeditor-15.08.2
-~kde-apps/kimap-15.08.2
-~kde-apps/kiriki-15.08.2
-~kde-apps/kiten-15.08.2
-~kde-apps/kjumpingcube-15.08.2
-~kde-apps/kldap-15.08.2
-~kde-apps/klettres-15.08.2
-~kde-apps/klickety-15.08.2
-~kde-apps/klines-15.08.2
-~kde-apps/klinkstatus-15.08.2
-~kde-apps/kmag-15.08.2
-~kde-apps/kmahjongg-15.08.2
-~kde-apps/kmailtransport-15.08.2
-~kde-apps/kmbox-15.08.2
-~kde-apps/kmime-15.08.2
-~kde-apps/kmines-15.08.2
-~kde-apps/kmousetool-15.08.2
-~kde-apps/kmouth-15.08.2
-~kde-apps/kmplot-15.08.2
-~kde-apps/knavalbattle-15.08.2
-~kde-apps/knetwalk-15.08.2
-~kde-apps/kolf-15.08.2
-~kde-apps/kollision-15.08.2
-~kde-apps/kolourpaint-15.08.2
-~kde-apps/kommander-15.08.2
-~kde-apps/kompare-15.08.2
-~kde-apps/konquest-15.08.2
-~kde-apps/kontactinterface-15.08.2
-~kde-apps/kpat-15.08.2
-~kde-apps/kpimtextedit-15.08.2
-~kde-apps/kqtquickcharts-15.08.2
-~kde-apps/kremotecontrol-15.08.2
-~kde-apps/kreversi-15.08.2
-~kde-apps/kross-interpreters-15.08.2
-~kde-apps/kruler-15.08.2
-~kde-apps/ksaneplugin-15.08.2
-~kde-apps/kshisen-15.08.2
-~kde-apps/ksirk-15.08.2
-~kde-apps/ksnakeduel-15.08.2
-~kde-apps/ksnapshot-15.08.2
-~kde-apps/kspaceduel-15.08.2
-~kde-apps/ksquares-15.08.2
-~kde-apps/kstars-15.08.2
-~kde-apps/ksudoku-15.08.2
-~kde-apps/kteatime-15.08.2
-~kde-apps/ktimer-15.08.2
-~kde-apps/ktnef-15.08.2
-~kde-apps/ktouch-15.08.2
-~kde-apps/ktp-accounts-kcm-15.08.2
-~kde-apps/ktp-approver-15.08.2
-~kde-apps/ktp-auth-handler-15.08.2
-~kde-apps/ktp-common-internals-15.08.2
-~kde-apps/ktp-contact-list-15.08.2
-~kde-apps/ktp-contact-runner-15.08.2
-~kde-apps/ktp-desktop-applets-15.08.2
-~kde-apps/ktp-filetransfer-handler-15.08.2
-~kde-apps/ktp-kded-module-15.08.2

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

2015-12-08 Thread Ian Delaney
commit: 0ebad5696d56a75f2a7956cf840610aea5a44105
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Tue Dec  8 15:17:02 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Dec  8 15:17:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ebad569

dev-util/pkgconf: set 0.9.12 to testing

 dev-util/pkgconf/pkgconf-0.9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgconf/pkgconf-0.9.12.ebuild 
b/dev-util/pkgconf/pkgconf-0.9.12.ebuild
index 7ee43de..ebc4c7f 100644
--- a/dev-util/pkgconf/pkgconf-0.9.12.ebuild
+++ b/dev-util/pkgconf/pkgconf-0.9.12.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
inherit eutils multilib-minimal
SRC_URI="http://rabbit.dereferenced.org/~nenolod/distfiles/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris 
~x64-solaris"
 fi
 
 DESCRIPTION="pkg-config compatible replacement with no dependencies other than 
ANSI C89"



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

2015-12-08 Thread Justin Lecher
commit: fe33fcbdbcf88c2b7f5fd6584aa15fa36b9e653b
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Dec  8 08:36:49 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Dec  8 15:38:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe33fcbd

dev-python/setuptools_scm: Version Bump

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-1.10.0.ebuild| 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index ea26053..88b7e2d 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
+DIST setuptools_scm-1.10.0.tar.bz2 16093 SHA256 
080fccdf74121d8239aff8a17574123c9d2369dadf82178cf565422b2973632b SHA512 
8a7eaf56dbebea08f12d606ef36033fbe9a0b725f92245d600a56d051988a87b73c43c7ead46a8ce4f83593db4b5a8c77f6dd331bfa381c7348f72743b0a
 WHIRLPOOL 
9b988f77b5905f34da687b04841f606986e804ceb57f7aa2ca1de69a8e9b925d23325cf5c7db9be3f9b1f7051ebf3af0bd198ea0fc891dd7888369c962e5ae19
 DIST setuptools_scm-1.8.0.tar.bz2 14491 SHA256 
ddbf365e60e5f8e3f86fe117edeee4a7e1dd8ce7a9337951c9c163e7c506e602 SHA512 
a109fa3ffc89d3f6e515fa58026cebbd8ba98c1a401c49d5008e0dfc693f0e9e9468823621bd7b055911d3c898394e0ed1e498136cecaaa0be25e6312ec059df
 WHIRLPOOL 
ed87332ea7c27f1618c5c0c69b95360d48ec3b7d762d928d4cb097310fc0435c1aac15e53155417c0bdc0b9ba6ae6835e28f35735c10d70c6164d91340b09762
 DIST setuptools_scm-1.9.0.tar.gz 17669 SHA256 
b17362734ea2494a5fee611a2b3f09c251356fa5b9ed4567b666fe91105d4478 SHA512 
e44cd8fa4e6badd707e8987e0d91f79d6dee4cda3dbab42bba70f661a66b841cc16dc9b59b35fecc0948b80e6ef198fb19f267aa839e32d09a543f3b724645cd
 WHIRLPOOL 
f688f00d2c700946ba17bc2acbc357412569068063893fd72414ab41d5e4e3360d410ae3e48b837ddebec5979e7e024ab544e75556b428d5e2603edf2b82acff

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.10.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.10.0.ebuild
new file mode 100644
index 000..784a6df
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-1.10.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="package to manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.python.org/pypi/setuptools_scm";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test -v -v -x || die "tests failed under ${EPYTHON}"
+}



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

2015-12-08 Thread Ian Delaney
commit: 3994961434cdb8bc57313d4c9feac670cfeac303
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Dec  8 15:29:26 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Dec  8 15:30:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39949614

Merge remote-tracking branch 'remotes/Elizafox/master'

Pull request: https://github.com/gentoo/gentoo/pull/447

 dev-util/pkgconf/Manifest | 1 +
 dev-util/pkgconf/{pkgconf-0.9.11.ebuild => pkgconf-0.9.12.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)



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

2015-12-08 Thread Justin Lecher
commit: a46e9dbba8ef18a9e1e519ccd6a92f320c7e3d58
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Dec  8 15:38:39 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Dec  8 15:38:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46e9dbb

dev-python/pytest: Drop unnecessary cleaup

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

 dev-python/pytest/pytest-2.8.4.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/pytest/pytest-2.8.4.ebuild 
b/dev-python/pytest/pytest-2.8.4.ebuild
index 7d1ea6c..f8a1f8a 100644
--- a/dev-python/pytest/pytest-2.8.4.ebuild
+++ b/dev-python/pytest/pytest-2.8.4.ebuild
@@ -54,9 +54,6 @@ python_prepare_all() {
-e 's:test_logging_initialized_in_test:_&:g' \
-i testing/test_capture.py || die
 
-   find \( -name __pycache__ -o -name "*.pyc" -o -name "*.pyo" \) \
-   -exec rm -rvf '{}' + || die
-
distutils-r1_python_prepare_all
 }
 



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

2015-12-08 Thread Michael Palimaka
commit: 863813e5b451c102944065b3a4562270438fee68
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 15:27:57 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 15:27:57 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=863813e5

kde5.eclass: kde-plasma-5.5 is released

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

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 303f83d..40738b3 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -121,7 +121,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-frameworks-5.17.0 kde-plasma-5.5.0 )
+KDE_UNRELEASED=( kde-frameworks-5.17.0 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/";



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

2015-12-08 Thread Michael Palimaka
commit: 203f42fbcd710232fea4156968bef235fef3ba93
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 15:43:03 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 15:43:03 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=203f42fb

kde-plasma/kwin: update dependencies

Package-Manager: portage-2.2.26

 kde-plasma/kwin/kwin-5.5.0.ebuild   | 7 +--
 kde-plasma/kwin/kwin-5.5.49..ebuild | 7 +--
 kde-plasma/kwin/kwin-.ebuild| 7 +--
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/kde-plasma/kwin/kwin-5.5.0.ebuild 
b/kde-plasma/kwin/kwin-5.5.0.ebuild
index 5d9cafa..a172baa 100644
--- a/kde-plasma/kwin/kwin-5.5.0.ebuild
+++ b/kde-plasma/kwin/kwin-5.5.0.ebuild
@@ -27,6 +27,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kidletime)
$(add_frameworks_dep kinit)
$(add_frameworks_dep kio)
$(add_frameworks_dep knewstuff)
@@ -46,14 +47,17 @@ COMMON_DEPEND="
dev-qt/qtdeclarative:5
dev-qt/qtgui:5[gles2=,opengl(+)]
dev-qt/qtscript:5
-   dev-qt/qtwayland:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
+   media-libs/fontconfig
+   media-libs/freetype
media-libs/libepoxy
+   media-libs/mesa[egl,gbm,gles2?,wayland]
virtual/libudev:=
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
+   x11-libs/libdrm
>=x11-libs/libxcb-1.10
>=x11-libs/libxkbcommon-0.4.1
x11-libs/xcb-util-cursor
@@ -74,7 +78,6 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
dev-qt/designer:5
dev-qt/qtconcurrent:5
-   media-libs/mesa[egl,gles2?,wayland]
x11-proto/xproto
test? ( x11-libs/xcb-util-wm )
 "

diff --git a/kde-plasma/kwin/kwin-5.5.49..ebuild 
b/kde-plasma/kwin/kwin-5.5.49..ebuild
index 04302d9..a1ac77b 100644
--- a/kde-plasma/kwin/kwin-5.5.49..ebuild
+++ b/kde-plasma/kwin/kwin-5.5.49..ebuild
@@ -27,6 +27,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kidletime)
$(add_frameworks_dep kinit)
$(add_frameworks_dep kio)
$(add_frameworks_dep knewstuff)
@@ -46,14 +47,17 @@ COMMON_DEPEND="
dev-qt/qtdeclarative:5
dev-qt/qtgui:5[gles2=,opengl(+)]
dev-qt/qtscript:5
-   dev-qt/qtwayland:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
+   media-libs/fontconfig
+   media-libs/freetype
media-libs/libepoxy
+   media-libs/mesa[egl,gbm,gles2?,wayland]
virtual/libudev:=
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
+   x11-libs/libdrm
>=x11-libs/libxcb-1.10
>=x11-libs/libxkbcommon-0.4.1
x11-libs/xcb-util-cursor
@@ -74,7 +78,6 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
dev-qt/designer:5
dev-qt/qtconcurrent:5
-   media-libs/mesa[egl,gles2?,wayland]
x11-proto/xproto
test? ( x11-libs/xcb-util-wm )
 "

diff --git a/kde-plasma/kwin/kwin-.ebuild b/kde-plasma/kwin/kwin-.ebuild
index 04302d9..a1ac77b 100644
--- a/kde-plasma/kwin/kwin-.ebuild
+++ b/kde-plasma/kwin/kwin-.ebuild
@@ -27,6 +27,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kidletime)
$(add_frameworks_dep kinit)
$(add_frameworks_dep kio)
$(add_frameworks_dep knewstuff)
@@ -46,14 +47,17 @@ COMMON_DEPEND="
dev-qt/qtdeclarative:5
dev-qt/qtgui:5[gles2=,opengl(+)]
dev-qt/qtscript:5
-   dev-qt/qtwayland:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
+   media-libs/fontconfig
+   media-libs/freetype
media-libs/libepoxy
+   media-libs/mesa[egl,gbm,gles2?,wayland]
virtual/libudev:=
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
+   x11-libs/libdrm
>=x11-libs/libxcb-1.10
>=x11-libs/libxkbcommon-0.4.1
x11-libs/xcb-util-cursor
@@ -74,7 +78,6 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
dev-qt/designer:5
dev-qt/qtconcurrent:5
-   media-libs/mesa[egl,gles2?,wayland]
x11-proto/xproto
test? ( x11-libs/xcb-util-wm )
 "



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

2015-12-08 Thread Ian Delaney
commit: f1d62e0702898ed720a2292ecee8b3519d6a4481
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Dec  8 15:46:41 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Dec  8 15:48:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d62e07

Merge remote-tracking branch 'remotes/zpuskas/kicad-4.0.0'

Pull request: https://github.com/gentoo/gentoo/pull/440

 sci-electronics/kicad/Manifest   |  3 +++
 .../kicad/{kicad-4.0.0_rc1.ebuild => kicad-4.0.0.ebuild} | 16 ++--
 2 files changed, 9 insertions(+), 10 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/

2015-12-08 Thread Ian Delaney
commit: 8396975aad7c11d2d49d3f57a29e14cc4da99dee
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Sun Dec  6 18:02:44 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Dec  8 10:26:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8396975a

sci-electronics/kicad: Bump to stable 4.0.0 release

 sci-electronics/kicad/Manifest   |   3 +
 sci-electronics/kicad/kicad-4.0.0.ebuild | 183 +++
 2 files changed, 186 insertions(+)

diff --git a/sci-electronics/kicad/Manifest b/sci-electronics/kicad/Manifest
index 9fef697..6f175d7 100644
--- a/sci-electronics/kicad/Manifest
+++ b/sci-electronics/kicad/Manifest
@@ -1,5 +1,8 @@
+DIST kicad-4.0.0-i18n.tar.gz 2269856 SHA256 
cfd0814a553c117de5a2caba7e366bb501de5d5e408d22b05efd5c66946cc3f0 SHA512 
51844fa140b93ed65c4699b79e24a846a546c3d395397893838ba067d82ac9a40dc57c5960cfc935396d6e1b3cd1db3899bcfe203d32bd10422f81eaee6bebae
 WHIRLPOOL 
cbbc6e5f8ecb6d6246a320d6cef27bec12171e53ce3baa768c2b2d118e0a4640348bf7b0da96694d0a4c02c6a23e01f9abe68fde66e586a99d1fb58812de061c
+DIST kicad-4.0.0-library.tar.gz 105069103 SHA256 
e1f9770e624256e6760a2fa9dc57f3f52fd42589d50fe0225fe14565cf44ecc7 SHA512 
1cdf7d90a97a0303330896e8c92346766a2192f78361a48c25bf3ee126a9b43bfd8da39c465c62193bead378f7a8540083cb5113f18119f8268858c91fcd00b1
 WHIRLPOOL 
732c925ba4878c9173d64cd3f62c274945901c563e65a7ee04f3660a7a85acfbc92af7717a5fde9ada828c8bf7c84b24aa4200c13b3e46434b81ebd10e3814ac
 DIST kicad-4.0.0-rc1.tar.xz 10951000 SHA256 
62c2e95a2d6b8a3cf30bb91146c3d2b1c0df0cbfc070b6e54bcfdf0da2df6973 SHA512 
f158906b85e3c4032086c4a75563d47f75f183bc354e1f2fa55e157083005b51829c141e14171dea9092b9b24b6b5ff1c71e3ae485dd1d2d44fe7e63179c1ffa
 WHIRLPOOL 
755fde28cf45196bb60ffb6af7bc0acb92148310ad74807ef71404c418557bc2c6243f41e9040c0217dc970061df09a4092e2a5e52e016888660e4998153c95a
 DIST kicad-4.0.0-rc2.tar.xz 10749964 SHA256 
c2312441ddea82a3cf93a32828871a96311df59498ea16e23422e4104b3d794a SHA512 
9fddc075871d3fc1ee6d6be1fd0f74246e5c5f6b782155493774541d8d6a9f18776454dd45a5673971e7c3faf673dd0bc720fcc42248673959917afaa9901b3e
 WHIRLPOOL 
d58f89c6167fa3bf39887ef02e27e391e638c5c56282b5dba1abb7bf7cf9fb23926c8b720cffaadb6d06d9ee6f112780db0bf678d33d4aa59d3877529c3f
+DIST kicad-4.0.0.tar.xz 10840448 SHA256 
fdc1368dbbe3f5e7981741e4870883ce3cd89c6081077828411ef044b5e93862 SHA512 
db929a7c90af406e4a550b4f5e2333c44f0b8ac06219a5f476d46d10c6e284e117e652d6a1df864a909945ba0469447a7a82ba8ca72809f165c7cd1ae655c86a
 WHIRLPOOL 
248cc15e1325db833a50cc456bf80254e7074ae46eadb43553f80c54bc154491b9d5fade07e9a27dfaf08ee5af84d29097690a453e9c2bb1b1eaeb644c072054
 DIST kicad-4.0.0_rc1-i18n.tar.gz 1959024 SHA256 
5fbd037e4a76a83ed6be7554ab1add98f7d93dce0db5fea6a0bcd58ef61486bd SHA512 
85c2db5d193cd4d1521eb9f454a13892680cb5340c3b86b264bceb36ce0c996f818b64c3edd9dae3ff51046c97ba33702649a1083a36f27a80d316f64465f630
 WHIRLPOOL 
8141fb59822fdda2bf46a9b8af7fe75d6557a1c3f384e5e2b03e58c5e4c9eca4f167a262f2ed9fd3479c64a8730ff1ba3f46f6cb72c680df9c6d6173ca611ada
 DIST kicad-4.0.0_rc1-library.tar.gz 87967616 SHA256 
09a9e184e19b6072efdc00fabb65e3c0d498858c17f5fa5ce8d255b21eab3db4 SHA512 
f611015a8760d3c9cf26fd99a043d69fa75d398fb287af7e6fe7cfbd70d3ff1aa67abcedeffa00fef60434e3944ac6b59fa4ac9ea50097d910fbabcb6f288165
 WHIRLPOOL 
83585bbc772da122139dfa643c4045bfef207ea8dbc4a83a5458be6227ff976fe9c48cea2388f9ec0b20e7c697579701b75231b852161b33a9c51ddef480c6f4
 DIST kicad-4.0.0_rc2-i18n.tar.gz 2230967 SHA256 
1c0db5a10f81855b4270aff3add5914aebda86c6d492d64968a853bb71ba0126 SHA512 
2877a5045183bf81544912a843ad4493c4ede998c71087d56ec68f0cb618427b9589fcdbf26ed0412eceec4dee5fa7ea7cf278f211f5e1eea39620283dd8a747
 WHIRLPOOL 
d37d058a1de14668144d734a4079043dff39a593d24039c806da890d34df6064d33e308f21fee815b39ee7e6fca41afa810f76b859e0bd4ec17783bfb8ee81d2

diff --git a/sci-electronics/kicad/kicad-4.0.0.ebuild 
b/sci-electronics/kicad/kicad-4.0.0.ebuild
new file mode 100644
index 000..c414a52
--- /dev/null
+++ b/sci-electronics/kicad/kicad-4.0.0.ebuild
@@ -0,0 +1,183 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+WX_GTK_VER="3.0"
+
+inherit cmake-utils fdo-mime flag-o-matic gnome2-utils python-single-r1 
vcs-snapshot wxwidgets versionator
+
+DESCRIPTION="Electronic Schematic and PCB design tools."
+HOMEPAGE="http://www.kicad-pcb.org";
+
+SERIES=$(get_version_component_range 1-2)
+
+SRC_URI="https://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.xz
+   !minimal? ( https://github.com/KiCad/${PN}-library/archive/${PV}.tar.gz 
-> ${P}-library.tar.gz )
+   i18n? ( https://github.com/KiCad/${PN}-i18n/archive/${PV}.tar.gz -> 
${P}-i18n.tar.gz )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc examples github i18n minimal python webkit"
+LANGS="bg ca cs de el es fi fr hu it ja ko nl pl pt ru sk sl sv zh_CN"
+for lang in ${LANGS} ; do
+   I

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

2015-12-08 Thread Michael Palimaka
commit: fce99f48e562674107095e8c3bed5ec951e0566d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 16:05:37 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 16:05:37 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fce99f48

kde-plasma/kde-gtk-config: enable tests

Package-Manager: portage-2.2.26

 kde-plasma/kde-gtk-config/kde-gtk-config-5.5.0.ebuild   | 3 ++-
 kde-plasma/kde-gtk-config/kde-gtk-config-5.5.49..ebuild | 3 ++-
 kde-plasma/kde-gtk-config/kde-gtk-config-.ebuild| 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.0.ebuild 
b/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.0.ebuild
index e82fa38..dd38b01 100644
--- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.0.ebuild
+++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.0.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"

diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.49..ebuild 
b/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.49..ebuild
index 365514e..b7e742d 100644
--- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.49..ebuild
+++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.49..ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"

diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-.ebuild 
b/kde-plasma/kde-gtk-config/kde-gtk-config-.ebuild
index 365514e..b7e742d 100644
--- a/kde-plasma/kde-gtk-config/kde-gtk-config-.ebuild
+++ b/kde-plasma/kde-gtk-config/kde-gtk-config-.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"



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

2015-12-08 Thread Michael Palimaka
commit: 870289c377646872a0ec3056878490f89c051eac
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 15:47:47 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 15:47:47 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=870289c3

kde-plasma/plasma-desktop: add new dependency

Upstream-commit: 69a64b3e9af6cffb308c4a23c2b50f3342f2390e

Package-Manager: portage-2.2.26

 kde-plasma/plasma-desktop/plasma-desktop-5.5.0.ebuild   | 1 +
 kde-plasma/plasma-desktop/plasma-desktop-5.5.49..ebuild | 1 +
 kde-plasma/plasma-desktop/plasma-desktop-.ebuild| 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.5.0.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.5.0.ebuild
index 91f2829..cdf749a 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.5.0.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.5.0.ebuild
@@ -37,6 +37,7 @@ COMMON_DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knewstuff)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.5.49..ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.5.49..ebuild
index d960ecd..58e3cb4 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.5.49..ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.5.49..ebuild
@@ -37,6 +37,7 @@ COMMON_DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knewstuff)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
index d960ecd..58e3cb4 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
@@ -37,6 +37,7 @@ COMMON_DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knewstuff)



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

2015-12-08 Thread Michael Palimaka
commit: 55e2d5b849f0d5aea34e6fbb2307692dae0f57bc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 16:01:50 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 16:01:50 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=55e2d5b8

kde-plasma/libkscreen: use KDE_TEST="forceoptional"

Package-Manager: portage-2.2.26

 kde-plasma/libkscreen/libkscreen-5.5.0.ebuild   | 3 +--
 kde-plasma/libkscreen/libkscreen-5.5.49..ebuild | 3 +--
 kde-plasma/libkscreen/libkscreen-.ebuild| 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/kde-plasma/libkscreen/libkscreen-5.5.0.ebuild 
b/kde-plasma/libkscreen/libkscreen-5.5.0.ebuild
index 9bddaef..36fedf0 100644
--- a/kde-plasma/libkscreen/libkscreen-5.5.0.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-5.5.0.ebuild
@@ -4,8 +4,7 @@
 
 EAPI=5
 
-KDE_PUNT_BOGUS_DEPS="true"
-KDE_TEST="true"
+KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 

diff --git a/kde-plasma/libkscreen/libkscreen-5.5.49..ebuild 
b/kde-plasma/libkscreen/libkscreen-5.5.49..ebuild
index fc0f889..acbbe7d 100644
--- a/kde-plasma/libkscreen/libkscreen-5.5.49..ebuild
+++ b/kde-plasma/libkscreen/libkscreen-5.5.49..ebuild
@@ -4,8 +4,7 @@
 
 EAPI=5
 
-KDE_PUNT_BOGUS_DEPS="true"
-KDE_TEST="true"
+KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 

diff --git a/kde-plasma/libkscreen/libkscreen-.ebuild 
b/kde-plasma/libkscreen/libkscreen-.ebuild
index fc0f889..acbbe7d 100644
--- a/kde-plasma/libkscreen/libkscreen-.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-.ebuild
@@ -4,8 +4,7 @@
 
 EAPI=5
 
-KDE_PUNT_BOGUS_DEPS="true"
-KDE_TEST="true"
+KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 



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

2015-12-08 Thread Michael Palimaka
commit: 7af0538dc3606d611751d484bdcfe68b742edac3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 15:51:22 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 15:51:22 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7af0538d

kde-plasma/plasma-workspace: add new dependencies

Package-Manager: portage-2.2.26

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

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 4c4ba5c..2be39ca 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.0.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.0.ebuild
@@ -78,6 +78,8 @@ COMMON_DEPEND="
x11-libs/libxcb
x11-libs/libXfixes
x11-libs/libXrender
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
geolocation? ( $(add_frameworks_dep networkmanager-qt) )
gps? ( sci-geosciences/gpsd )

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 ab72864..bb19a14 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.49..ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.49..ebuild
@@ -78,6 +78,8 @@ COMMON_DEPEND="
x11-libs/libxcb
x11-libs/libXfixes
x11-libs/libXrender
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
geolocation? ( $(add_frameworks_dep networkmanager-qt) )
gps? ( sci-geosciences/gpsd )

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
index b1366d9..7328f2c 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
@@ -78,6 +78,8 @@ COMMON_DEPEND="
x11-libs/libxcb
x11-libs/libXfixes
x11-libs/libXrender
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
geolocation? ( $(add_frameworks_dep networkmanager-qt) )
gps? ( sci-geosciences/gpsd )



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

2015-12-08 Thread Michael Palimaka
commit: 6e3e25c07269b82c11d8ac145ac53fa526ec
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 16:08:22 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 16:08:22 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e3e25c0

kde-plasma/kdecoration: enable tests

Package-Manager: portage-2.2.26

 kde-plasma/kdecoration/kdecoration-5.5.0.ebuild   | 3 ++-
 kde-plasma/kdecoration/kdecoration-5.5.49..ebuild | 3 ++-
 kde-plasma/kdecoration/kdecoration-.ebuild| 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild 
b/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild
index 683db53..774e372 100644
--- a/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Plugin based library to create window decorations"

diff --git a/kde-plasma/kdecoration/kdecoration-5.5.49..ebuild 
b/kde-plasma/kdecoration/kdecoration-5.5.49..ebuild
index 7fbfc14..43af9e6 100644
--- a/kde-plasma/kdecoration/kdecoration-5.5.49..ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.5.49..ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Plugin based library to create window decorations"

diff --git a/kde-plasma/kdecoration/kdecoration-.ebuild 
b/kde-plasma/kdecoration/kdecoration-.ebuild
index 7fbfc14..43af9e6 100644
--- a/kde-plasma/kdecoration/kdecoration-.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Plugin based library to create window decorations"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/, kde-plasma/bluedevil/, ...

2015-12-08 Thread Michael Palimaka
commit: 9ef59ada130055054b5d3e3441fae5384e7e86f7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 16:15:30 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 16:22:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef59ada

kde-plasma: version bump 5.5.0

Package-Manager: portage-2.2.26

 kde-plasma/bluedevil/Manifest  |   1 +
 kde-plasma/bluedevil/bluedevil-5.5.0.ebuild|  52 +++
 kde-plasma/breeze-gtk/Manifest |   1 +
 kde-plasma/breeze-gtk/breeze-gtk-5.5.0.ebuild  |  12 ++
 .../{libksysguard => breeze-gtk}/metadata.xml  |   3 -
 kde-plasma/breeze/Manifest |   1 +
 kde-plasma/breeze/breeze-5.5.0.ebuild  |  66 
 kde-plasma/kde-cli-tools/Manifest  |   1 +
 .../kde-cli-tools/kde-cli-tools-5.5.0.ebuild   |  53 +++
 kde-plasma/kde-gtk-config/Manifest |   1 +
 .../kde-gtk-config/kde-gtk-config-5.5.0.ebuild |  57 +++
 kde-plasma/kdecoration/Manifest|   1 +
 kde-plasma/kdecoration/kdecoration-5.5.0.ebuild|  16 ++
 kde-plasma/kdeplasma-addons/Manifest   |   1 +
 .../kdeplasma-addons/kdeplasma-addons-5.5.0.ebuild |  64 
 kde-plasma/kgamma/Manifest |   1 +
 kde-plasma/kgamma/kgamma-5.5.0.ebuild  |  31 
 kde-plasma/khelpcenter/Manifest|   1 +
 kde-plasma/khelpcenter/khelpcenter-5.5.0.ebuild|  42 +
 kde-plasma/khotkeys/Manifest   |   1 +
 kde-plasma/khotkeys/khotkeys-5.5.0.ebuild  |  46 ++
 kde-plasma/kinfocenter/Manifest|   1 +
 kde-plasma/kinfocenter/kinfocenter-5.5.0.ebuild|  89 +++
 kde-plasma/kmenuedit/Manifest  |   1 +
 kde-plasma/kmenuedit/kmenuedit-5.5.0.ebuild|  45 ++
 kde-plasma/kscreen/Manifest|   1 +
 kde-plasma/kscreen/kscreen-5.5.0.ebuild|  34 +
 kde-plasma/kscreenlocker/Manifest  |   1 +
 .../kscreenlocker/kscreenlocker-5.5.0.ebuild   |  81 ++
 .../{libksysguard => kscreenlocker}/metadata.xml   |   1 -
 kde-plasma/ksshaskpass/Manifest|   1 +
 kde-plasma/ksshaskpass/ksshaskpass-5.5.0.ebuild|  50 ++
 kde-plasma/ksysguard/Manifest  |   1 +
 kde-plasma/ksysguard/ksysguard-5.5.0.ebuild|  48 ++
 kde-plasma/kwallet-pam/Manifest|   1 +
 kde-plasma/kwallet-pam/kwallet-pam-5.5.0.ebuild|  29 
 kde-plasma/kwayland-integration/Manifest   |   1 +
 .../kwayland-integration-5.5.0.ebuild  |  23 +++
 kde-plasma/kwayland/Manifest   |   1 +
 kde-plasma/kwayland/kwayland-5.5.0.ebuild  |  25 +++
 kde-plasma/kwin/Manifest   |   1 +
 kde-plasma/kwin/kwin-5.5.0.ebuild  |  88 +++
 kde-plasma/kwrited/Manifest|   1 +
 kde-plasma/kwrited/kwrited-5.5.0.ebuild|  24 +++
 kde-plasma/libkscreen/Manifest |   1 +
 kde-plasma/libkscreen/libkscreen-5.5.0.ebuild  |  23 +++
 kde-plasma/libksysguard/Manifest   |   1 +
 kde-plasma/libksysguard/libksysguard-5.5.0.ebuild  |  54 +++
 kde-plasma/libksysguard/metadata.xml   |   1 +
 kde-plasma/milou/Manifest  |   1 +
 kde-plasma/milou/milou-5.5.0.ebuild|  30 
 kde-plasma/oxygen/Manifest |   1 +
 kde-plasma/oxygen/oxygen-5.5.0.ebuild  |  36 +
 kde-plasma/plasma-desktop/Manifest |   1 +
 .../plasma-desktop/plasma-desktop-5.5.0.ebuild | 138 +
 kde-plasma/plasma-mediacenter/Manifest |   1 +
 .../plasma-mediacenter-5.5.0.ebuild|  48 ++
 kde-plasma/plasma-meta/plasma-meta-5.5.0.ebuild|  63 
 kde-plasma/plasma-nm/Manifest  |   1 +
 kde-plasma/plasma-nm/plasma-nm-5.5.0.ebuild|  66 
 kde-plasma/plasma-pa/Manifest  |   1 +
 kde-plasma/plasma-pa/plasma-pa-5.5.0.ebuild|  27 
 kde-plasma/plasma-sdk/Manifest |   1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.5.0.ebuild  |  40 +
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 +
 .../plasma-workspace-wallpapers-5.5.0.ebuild   |  16 ++
 kde-plasma/plasma-workspace/Manifest   |   1 +
 .../plasma-workspace/plasma-workspace-5.5.0.ebuild | 170 +
 kde-plasma/polkit-kde-agent/Manifest   |   1 +
 .../polkit-kde-agent/polkit-kde-agent-5.5.0.ebuild |  32 
 kde-plasma/powerdevil/Manifest |   1 +
 kde-plasma/powerdevil/powerdevil-5.5.0.ebuild  |  71 +
 kde-plasma/sddm-kcm/Manifest   |   1 +
 kde-plasma/sddm-kcm/sddm-kcm-5.5.0.ebuild  |  39 

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland/, kde-plasma/user-manager/, kde-plasma/libkscreen/, ...

2015-12-08 Thread Michael Palimaka
commit: 2808e2bee3414fb583278874bd7ab298003bdd5d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 16:17:41 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 16:22:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2808e2be

kde-plasma: remove 5.4.2

Package-Manager: portage-2.2.26

 kde-plasma/bluedevil/Manifest  |   1 -
 kde-plasma/bluedevil/bluedevil-5.4.2.ebuild|  52 --
 kde-plasma/breeze/Manifest |   1 -
 kde-plasma/breeze/breeze-5.4.2-r1.ebuild   |  66 ---
 kde-plasma/breeze/breeze-5.4.2.ebuild  |  64 ---
 kde-plasma/kde-cli-tools/Manifest  |   1 -
 .../kde-cli-tools/kde-cli-tools-5.4.2.ebuild   |  53 --
 kde-plasma/kde-gtk-config/Manifest |   1 -
 .../kde-gtk-config/kde-gtk-config-5.4.2.ebuild |  56 --
 kde-plasma/kdecoration/Manifest|   1 -
 kde-plasma/kdecoration/kdecoration-5.4.2.ebuild|  15 --
 kde-plasma/kdeplasma-addons/Manifest   |   1 -
 .../kdeplasma-addons/kdeplasma-addons-5.4.2.ebuild |  61 ---
 kde-plasma/kgamma/Manifest |   1 -
 kde-plasma/kgamma/kgamma-5.4.2.ebuild  |  31 
 kde-plasma/khelpcenter/Manifest|   1 -
 kde-plasma/khelpcenter/khelpcenter-5.4.2.ebuild|  42 -
 kde-plasma/khotkeys/Manifest   |   1 -
 kde-plasma/khotkeys/khotkeys-5.4.2.ebuild  |  46 -
 kde-plasma/kinfocenter/Manifest|   1 -
 kde-plasma/kinfocenter/kinfocenter-5.4.2.ebuild|  89 --
 kde-plasma/kmenuedit/Manifest  |   1 -
 kde-plasma/kmenuedit/kmenuedit-5.4.2.ebuild|  45 -
 kde-plasma/kscreen/Manifest|   1 -
 kde-plasma/kscreen/kscreen-5.4.2.ebuild|  34 
 kde-plasma/ksshaskpass/Manifest|   1 -
 kde-plasma/ksshaskpass/ksshaskpass-5.4.2.ebuild|  50 --
 kde-plasma/ksysguard/Manifest  |   1 -
 kde-plasma/ksysguard/ksysguard-5.4.2.ebuild|  48 -
 kde-plasma/kwallet-pam/Manifest|   1 -
 kde-plasma/kwallet-pam/kwallet-pam-5.4.2.ebuild|  20 ---
 kde-plasma/kwayland-integration/Manifest   |   1 -
 .../kwayland-integration-5.4.2.ebuild  |  22 ---
 kde-plasma/kwayland/Manifest   |   1 -
 kde-plasma/kwayland/kwayland-5.4.2.ebuild  |  25 ---
 kde-plasma/kwin/Manifest   |   1 -
 kde-plasma/kwin/kwin-5.4.2.ebuild  |  93 --
 kde-plasma/kwrited/Manifest|   1 -
 kde-plasma/kwrited/kwrited-5.4.2.ebuild|  24 ---
 kde-plasma/libkscreen/Manifest |   1 -
 kde-plasma/libkscreen/libkscreen-5.4.2.ebuild  |  24 ---
 kde-plasma/libksysguard/Manifest   |   1 -
 kde-plasma/libksysguard/libksysguard-5.4.2.ebuild  |  54 --
 kde-plasma/milou/Manifest  |   1 -
 kde-plasma/milou/milou-5.4.2.ebuild|  30 
 kde-plasma/oxygen-fonts/Manifest   |   1 -
 kde-plasma/oxygen-fonts/oxygen-fonts-5.4.2.ebuild  |  37 
 kde-plasma/oxygen/Manifest |   1 -
 kde-plasma/oxygen/oxygen-5.4.2.ebuild  |  36 
 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.4.2.ebuild | 137 --
 kde-plasma/plasma-mediacenter/Manifest |   1 -
 .../plasma-mediacenter-5.4.2.ebuild|  48 -
 kde-plasma/plasma-meta/plasma-meta-5.4.2.ebuild|  60 ---
 kde-plasma/plasma-nm/Manifest  |   1 -
 kde-plasma/plasma-nm/plasma-nm-5.4.2.ebuild|  65 ---
 kde-plasma/plasma-pa/Manifest  |   1 -
 kde-plasma/plasma-pa/plasma-pa-5.4.2.ebuild|  27 ---
 kde-plasma/plasma-sdk/Manifest |   1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.4.2.ebuild  |  40 -
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 -
 .../plasma-workspace-wallpapers-5.4.2.ebuild   |  18 --
 kde-plasma/plasma-workspace/Manifest   |   1 -
 .../plasma-workspace/plasma-workspace-5.4.2.ebuild | 196 -
 kde-plasma/polkit-kde-agent/Manifest   |   1 -
 .../polkit-kde-agent/polkit-kde-agent-5.4.2.ebuild |  32 
 kde-plasma/powerdevil/Manifest |   1 -
 kde-plasma/powerdevil/powerdevil-5.4.2.ebuild  |  70 
 kde-plasma/sddm-kcm/Manifest   |   1 -
 kde-plasma/sddm-kcm/sddm-kcm-5.4.2.ebuild  |  39 
 kde-plasma/systemsettings/Manifest |   1 -
 .../systemsettings/systemsettings-5.4.2.ebuild |  38 
 kde-plasma/user-manager/Manifest   |   1 -
 kde-plasma/user-manager/user-manager-5.4.2.ebuild  |  26 ---
 74 files changed, 1949

[gentoo-commits] repo/gentoo:master commit in: app-arch/arj/

2015-12-08 Thread Michael Palimaka
commit: d42fd8bd497a84cba30a42681ca9ec21ef9539b0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 16:33:35 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 16:34:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42fd8bd

app-arch/arj: revision bump to solve CVE-2015-0556, CVE-2015-0557, and 
CVE-2015-2782

Gentoo-bug: 535708
Gentoo-bug: 541500

Package-Manager: portage-2.2.26

 app-arch/arj/Manifest  |  1 +
 app-arch/arj/arj-3.10.22-r5.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/app-arch/arj/Manifest b/app-arch/arj/Manifest
index dfe3e75..483b907 100644
--- a/app-arch/arj/Manifest
+++ b/app-arch/arj/Manifest
@@ -1,3 +1,4 @@
 DIST arj_3.10.22-10.debian.tar.gz 12200 SHA256 
0636c97817cf7328f43f541edfbb5ed59435daddee6febb4ffb8f7149543a983 SHA512 
f4666a9dcaad3b5f49dbecfcac658d3ba3640fd885d2a378339c4c1c365019a5aa3a78935d9478d94a3ed80a9fda5d2b5ff02e5edfcad48597bee07662be560b
 WHIRLPOOL 
617ca21734a325f0636dbe81d3cb7e78c8dcc4db20ce8848f6c46742bfed1c30563d979e3323d23fbfd9477c3c9821bd4ef5f9c9d0a6b1b1517fcc5aa9397627
+DIST arj_3.10.22-13.debian.tar.xz 15904 SHA256 
d74588f13a2de780d762d3405b0216a02cf4e55bda4ac4703cab94310ac3ea46 SHA512 
670f9fb69f1f4363a4d277151bc99286de024764a99ca5276e9f46d560718a906657ec6e2898290f57fbf1007c9190959d38de14ecd1d3205fb26323eff6795d
 WHIRLPOOL 
bdc6dce1d3810819d6773a27b5d9642ea421e571fe1fa7eac0f4dfb16625769d57a4378613ca7f1b58531593f55044ef6efcb41a56fc4afd2a65c290c53f
 DIST arj_3.10.22-9.debian.tar.gz 11160 SHA256 
3ca3437f48f6a17b6fe3fe9526d2029dc30a1f22d7a5c5df5bb6140b5fe9255a SHA512 
d0b41584b8771ab757b7a90a697b4cc8099bc0657a0bfb3187db74f7626f5ffe249e9362d2acbe6bf86ddaf7fa5e97c936019112828608b489621bdc4eaf36e5
 WHIRLPOOL 
f8a28d14dea45ed38cf30b79b88805b3981344ac30bd8e48aff468e7d5d63812da4eaf34090f2a2064b383fe4cc39d1547c01c3a8da081f8827442bcb59be93f
 DIST arj_3.10.22.orig.tar.gz 431467 SHA256 
589e4c9bccc8669e7b6d8d6fcd64e01f6a2c21fe10aad56a83304ecc3b96a7db SHA512 
4730dfdbab4f8095396c337578ed69bdaae52955ad468db50b52af8ad2846ecd6cfc05eb3ac0d03838c1c32ea60126f14a22b93e8181c06b9546456f3937ff76
 WHIRLPOOL 
86223959a938898126c544a75cbc0c4885777fe2eda3ccad2bbae47f8e3a31a409e2dca0dbbde8333e8c2ac77a1f350c7d95bbcba002f88ee94420f31d957319

diff --git a/app-arch/arj/arj-3.10.22-r5.ebuild 
b/app-arch/arj/arj-3.10.22-r5.ebuild
new file mode 100644
index 000..decc02d
--- /dev/null
+++ b/app-arch/arj/arj-3.10.22-r5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils multilib toolchain-funcs
+
+PATCH_LEVEL=13
+
+DESCRIPTION="Utility for opening arj archives"
+HOMEPAGE="http://arj.sourceforge.net";
+SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
+   mirror://debian/pool/main/a/arj/${P/-/_}-${PATCH_LEVEL}.debian.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE=""
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${P}-implicit-declarations.patch \
+   "${FILESDIR}/${P}-glibc2.10.patch"
+
+   EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" \
+   epatch "${WORKDIR}"/debian/patches
+
+   epatch "${FILESDIR}"/${P}-darwin.patch
+   epatch "${FILESDIR}"/${P}-interix.patch
+
+   cd gnu
+   eautoconf
+}
+
+src_configure() {
+   cd gnu || die
+   CFLAGS="${CFLAGS} -Wall" econf
+}
+
+src_compile() {
+   sed -i -e '/stripgcc/d' GNUmakefile || die "sed failed."
+
+   ARJLIBDIR="${EPREFIX}/usr/$(get_libdir)"
+
+   emake CC=$(tc-getCC) libdir="${ARJLIBDIR}" \
+   ADD_LDFLAGS="${LDFLAGS}" \
+   pkglibdir="${ARJLIBDIR}" all
+}
+
+src_install() {
+   emake pkglibdir="${ARJLIBDIR}" DESTDIR="${D}" install
+
+   dodoc doc/rev_hist.txt
+}



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

2015-12-08 Thread Mike Gilbert
commit: 660b793b6b704b2e3a9b3bc6e4257fb61e60bd0b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Dec  8 16:33:08 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec  8 16:33:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660b793b

dev-python/six: Drop pkg_pretend check for six directory

Calling python_foreach_impl from pkg_pretend currently fails if the relevent
versions of dev-lang/python are not installed. pkg_pretend runs before
dependencies are installed, so we can't rely on them.

Package-Manager: portage-2.2.26_p10

 dev-python/six/six-1.10.0.ebuild | 19 +++
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/dev-python/six/six-1.10.0.ebuild b/dev-python/six/six-1.10.0.ebuild
index 2774a62..b00b76c 100644
--- a/dev-python/six/six-1.10.0.ebuild
+++ b/dev-python/six/six-1.10.0.ebuild
@@ -26,25 +26,12 @@ PATCHES=(
"${FILESDIR}"/1.9.0-mapping.patch
)
 
-# Run twice.
-# pkg_pretend to catch as early as possible, but be forgiving if 
-# python impl is not installed allready.
-# pkg_setup to catch them all
-pkg_pretend() {
-   six_dir_check() {
-   type -p "${PYTHON}" > /dev/null || return 0
-   local dir="${ROOT%/}$(python_get_sitedir)"/six
-   [[ -d "${dir}" ]] \
-   && die "${PN} doesn't work if ${dir} is a directory 
#546730"
-   }
-   python_foreach_impl six_dir_check
-}
-
 pkg_setup() {
six_dir_check() {
local dir="${ROOT%/}$(python_get_sitedir)"/six
-   [[ -d "${dir}" ]] \
-   && die "${PN} doesn't work if ${dir} is a directory 
#546730"
+   if [[ -d "${dir}" ]]; then
+   die "${PN} doesn't work if ${dir} is a directory 
#546730"
+   fi
}
python_foreach_impl six_dir_check
 }



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

2015-12-08 Thread Keri Harris
commit: 60473cd32008e70ea64b658abeca9c981e39ba30
Author: Keri Harris  gentoo  org>
AuthorDate: Tue Dec  8 16:59:09 2015 +
Commit: Keri Harris  gentoo  org>
CommitDate: Tue Dec  8 16:59:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60473cd3

dev-lang/swi-prolog: bump 7.3 development version

Package-Manager: portage-2.2.20.1

 dev-lang/swi-prolog/Manifest |   2 +
 dev-lang/swi-prolog/swi-prolog-7.3.12.ebuild | 142 +++
 2 files changed, 144 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index bbc4669..fd7a612 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -3,8 +3,10 @@ DIST swi-prolog-6.6.6-gentoo-patchset-0.tar.gz 1590 SHA256 
2b240d15562603120e031
 DIST swi-prolog-7.2.3-gentoo-patchset-1.tar.gz 1875 SHA256 
c11e48122dc468f21e08da4a65f5a2daa9e0ddbc2e186bbd952626c95b29db04 SHA512 
3506f4168d52f7d3539cd753c5153750df8c3239b78ffac1784c634b585d5fb0c825700e77abc9c1f467af71473ae1861eef629ebdf76b7c783d276c393f40fc
 WHIRLPOOL 
8b70ab91592280d0634c6c897771696c0c63d30680044994cedf69f18cd4f386adf833998e64d4ad892cff97300b5bbfaa8dec8448ea04ebaba7e31f7e9c30d0
 DIST swi-prolog-7.3.10-gentoo-patchset-1.tar.gz 1117 SHA256 
e3596515edc419cca5fed53410d4edbc8bb95eeff206274260916fb348c97f0d SHA512 
2be89c25e9980785760305c9d443a92388ce0bfb09e1f64e5a8029341e9d7cc97bafa32992382c303aa51cf741f989e64bc675f5fdd31d09dac7442ee9b3d3ad
 WHIRLPOOL 
a2d206a564652bff73bd946f9aee386da7b76647e6f93d55c33cf45c8331d8d2afd980746e4a25f40825f6258fc53c926a94279d75e66053e2c21d80dda0eeb8
 DIST swi-prolog-7.3.11-gentoo-patchset-0.tar.gz 338 SHA256 
9440ba227c09708255790dce8797d79a258592dd0ea47853b273f45a1682a2ba SHA512 
40e5b92b2491835a255b5666b43c4f9b4f24ad8df3d5fb7f7eaae51ee6582209cfe256c4ebdede72d3101838df1ee5d48c91c36ec7b5988555c2bcdd00cb8501
 WHIRLPOOL 
1e5983899f6acb4cb22102c445020b1d328ad2621745f9d30f1f84dc1b4f6498ad0d4043f078cb7de12d9acc11ceff925a4f28d004f48944c7afddf3876976ff
+DIST swi-prolog-7.3.12-gentoo-patchset-0.tar.gz 334 SHA256 
648fa255ffa3a88f94bab11cf746a4a39f69554c2a4b97a2fc7cc65a0c7a954f SHA512 
36ad39132eef380f620f29b3d05acbd499667cf2c82a8952d2047ebaea4dea4a7d1c54fdfa290b76fe5eda2e9e1698b25f7f707825485cf56be56db57b433a6c
 WHIRLPOOL 
e8a8988d51f40670abfa25a6788785932dbb01c8cdb885f4b4dc8c46fba793e30aa2d014af57c544f0e863ceb6c5b15dbfd89cdd69ff1ca069fc1e56ebbec2ce
 DIST swi-prolog-7.3.9-gentoo-patchset-0.tar.gz 1507 SHA256 
029541109cc60d176b65d12903ee2e06f209c38ff29421674e660d31d6ee44d4 SHA512 
357df9c6e5ce5b046e4ceb7d65b358bd191ff8c912812deba918fe3b76c48a46c9f89f28ddc950de151e47ec57d654c53f537024da5f7f2f373f7466f07f914f
 WHIRLPOOL 
5ac911d2950d4ccffe1db959467215fc8d074b9a842e79aea7d8bc0d14587dce6388707b2c06e3d94474eed8feb939398daa616160642883192e6dbfe7034da2
 DIST swipl-7.2.3.tar.gz 16192142 SHA256 
43657d51b7c5887bc2d2bced50a9822b86a08a6841399b8e76ee877f51d646b5 SHA512 
da27a6b171d3b471401f1a91e86a4dbe98973d8a1db8c72aa27e452311d08b893b01a1de8f9f4dafcdac460774b4ea980050256d37284546941e1bdf84f8cd7b
 WHIRLPOOL 
de695c8e0317921dcc13898f7a3c88d1012e3f87f633cd25766ca5cb6637b29ca81b9245d015614089291a7d9abd0d8c7109ccae1df9297d78301d241cb258b3
 DIST swipl-7.3.10.tar.gz 16093869 SHA256 
caa2774963122cb57fb04370ea08d6a3c3ed5a5e98d92eb9865953e6b20baf5f SHA512 
0f7113f20679a85e048f8d1892777a4bd78d60787b834d2200137cbad767618ca942dd152cf69a3496577f10ce8f4d694d22394b5ae31244b7cfa8d07e01
 WHIRLPOOL 
797a8c0b5cd524e502de1ade9f33bfb8b8f9de1454bf3233643aea4870a8ed14c17ffb097edcd943dfbea1d9f50dd78a304beb55b15d4960224c4110c2e4dccc
 DIST swipl-7.3.11.tar.gz 16114511 SHA256 
d5f65705454a72450214aca612b78d99a63d7820a9c875b4131badb67cc565f9 SHA512 
d310062fbc41a4ae527265fa9acade0eeb81ee84bf4372c1af1892937ecd4b8b60a7409ba7a7a17474bee0c5a2429190f797ba0fe365a9b6b46d4be478e79a78
 WHIRLPOOL 
d12f177b4021e571bcd16282e4ef518781c726b1a75a5c188b006a8ef256e4e73d13c226727bc117b0a04f96b8151429277ef7bab8249ddf62c22704946c257c
+DIST swipl-7.3.12.tar.gz 16176445 SHA256 
33b5c8fbdcabc1a297f577e5a95dbc0d52150890e577f94809aa85dc9cc4b798 SHA512 
d45785467eeef5f7f102597e2b61ee29e5fe973996f8d11fc1ae94276ce3de2b2b7335d1cbf9e6a0257b74ab409e7b12231ae29fff4e27fafc834d5c0894c370
 WHIRLPOOL 
400d2e41f7fa24f6e0cfce81cd32b97d36aa28af3f440b4b697cf2c6f631943d0cb7bad82b20253e71a2077fb3daa3d159208da358f51cd92fd11a77ae0a808c
 DIST swipl-7.3.9.tar.gz 16086076 SHA256 
0a0b6933bd37cf23446d77839651e0cbbb9d4becd74d9d47fc9d1f26fe409d04 SHA512 
b592eafdf5413e1f473a83371ea387adbfa1f64fea1a1e809d2e0eafc11b95fd3e47a429e39dcb6c0c27f490d9ba20702805866e9f9d71d5ba2a135c4adb6043
 WHIRLPOOL 
0920d8d605be185035d3876adb92ba77c0b9081e66ee8da5fd9cabe83902fb9562fbce39769c137fddbf41f9b6580c267676a4cd21ed91b51f7a60827f5d6a75

diff --git a/dev-lang/swi-prolog/swi-prolog-7.3.12.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.3.12.ebuild
new file mode 100644
index 000..9fab135
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-7.3.12.ebuild
@@ -0,0 +1,142 

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

2015-12-08 Thread Michael Palimaka
commit: f388a3351b0bfdb1233211eefbc1e0d98b892190
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 17:14:39 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 17:15:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f388a335

net-irc/bip: version bump to solve CVE-2011-5268 and CVE-2013-4550

Gentoo-bug: 490772

Package-Manager: portage-2.2.26

 net-irc/bip/Manifest |  1 +
 net-irc/bip/bip-0.8.9.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/net-irc/bip/Manifest b/net-irc/bip/Manifest
index bf166b4..7f1005f 100644
--- a/net-irc/bip/Manifest
+++ b/net-irc/bip/Manifest
@@ -1 +1,2 @@
 DIST bip-0.8.8.tar.gz 220232 SHA256 
7ca3fb96f5ee6b76eb398d7ea45344ea24855344ced11632241a33353bba05d7 SHA512 
acd62a61379290088320567b299b9d2e236c24aea7c83c4bfb7dedba9727868fb931d7e2eb663c9041794c26583bcc923072049cb42eef0d13702f284bae2b34
 WHIRLPOOL 
b2e5f7a1328832fce7b3c7eb706ec87e7eb023043e714dbc554126730d2e9dc37af2d127e15ef024fff1e95b9dd22351cd48b3b115b58b9fd9ecbdd92f20cda1
+DIST bip-0.8.9.tar.gz 256711 SHA256 
3c950f71ef91c8b686e6835f9b722aa7ccb88d3da4ec1af19617354fd3132461 SHA512 
572adb6e0982d74a39b0380ef6af51ba7f55b880f78e110b93e09616e6345bb4a9a60475df644ec891cae368287d502ba00bbf734370ba50c57b29de6934c138
 WHIRLPOOL 
ffad5a0a525a09e6d31537dd4238353ac820a874f18a9590f039419e9d2b7aff4f92a1882f02db450e9e88957adbc4bc4eb993fbff01f7327bcdd02d0b1b6e6d

diff --git a/net-irc/bip/bip-0.8.9.ebuild b/net-irc/bip/bip-0.8.9.ebuild
new file mode 100644
index 000..bfa178e
--- /dev/null
+++ b/net-irc/bip/bip-0.8.9.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit eutils
+
+DESCRIPTION="Multiuser IRC proxy with SSL support"
+HOMEPAGE="http://bip.milkypond.org/";
+SRC_URI="ftp://ftp.duckcorp.org/bip/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug freenode noctcp oidentd vim-syntax"
+
+COMMON_DEPEND="
+   dev-libs/openssl:0
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/flex
+   virtual/yacc
+"
+RDEPEND="${COMMON_DEPEND}
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
+   oidentd? ( >=net-misc/oidentd-2.0 )
+"
+
+src_prepare() {
+   if use noctcp; then
+   sed -i -e '/irc_privmsg_check_ctcp(server, line);/s:^://:' 
src/irc.c || die
+   fi
+
+   if use freenode; then
+   epatch "${FILESDIR}/${PN}-freenode.patch" || die
+   fi
+
+   sed -i -e "s/-Werror//" Makefile.in || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable oidentd)
+}
+
+src_install() {
+   dobin src/bip src/bipmkpw
+
+   dodoc AUTHORS ChangeLog README NEWS TODO
+   newdoc samples/bip.conf bip.conf.sample
+   doman bip.1 bip.conf.5 bipmkpw.1
+
+   if use vim-syntax; then
+   insinto /usr/share/vim/vimfiles/syntax
+   doins samples/bip.vim
+   insinto /usr/share/vim/vimfiles/ftdetect
+   doins "${FILESDIR}"/bip.vim
+   fi
+}
+
+pkg_postinst() {
+   elog 'The default configuration file is "~/.bip/bip.conf"'
+   elog "You can find a sample configuration file in"
+   elog "/usr/share/doc/${PF}/bip.conf.sample"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2015-12-08 Thread Doug Goldstein
commit: 775cd28bfd6e495103d3be882f8246581d1e642a
Author: Doug Goldstein  gentoo  org>
AuthorDate: Tue Dec  8 17:28:48 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Tue Dec  8 17:29:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775cd28b

sys-boot/grub: use xen-tools sub-slot

When xen-tools changes its sub-slot, its ABI changes so we need to
rebuilt against it.

Signed-off-by: Doug Goldstein  gentoo.org>

 sys-boot/grub/grub-2.02_beta2-r3.ebuild | 2 +-
 sys-boot/grub/grub-2.02_beta2-r6.ebuild | 2 +-
 sys-boot/grub/grub-2.02_beta2-r7.ebuild | 2 +-
 sys-boot/grub/grub--r1.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-boot/grub/grub-2.02_beta2-r3.ebuild 
b/sys-boot/grub/grub-2.02_beta2-r3.ebuild
index a43dd0b..63fe13a 100644
--- a/sys-boot/grub/grub-2.02_beta2-r3.ebuild
+++ b/sys-boot/grub/grub-2.02_beta2-r3.ebuild
@@ -87,7 +87,7 @@ DEPEND="${RDEPEND}
grub_platforms_qemu? ( media-libs/freetype:2 )
grub_platforms_ieee1275? ( media-libs/freetype:2 )
grub_platforms_loongson? ( media-libs/freetype:2 )
-   grub_platforms_xen? ( app-emulation/xen-tools )
+   grub_platforms_xen? ( app-emulation/xen-tools:= )
static? (
app-arch/xz-utils[static-libs(+)]
truetype? (

diff --git a/sys-boot/grub/grub-2.02_beta2-r6.ebuild 
b/sys-boot/grub/grub-2.02_beta2-r6.ebuild
index 57daa39..6ff525d 100644
--- a/sys-boot/grub/grub-2.02_beta2-r6.ebuild
+++ b/sys-boot/grub/grub-2.02_beta2-r6.ebuild
@@ -87,7 +87,7 @@ DEPEND="${RDEPEND}
grub_platforms_qemu? ( media-libs/freetype:2 )
grub_platforms_ieee1275? ( media-libs/freetype:2 )
grub_platforms_loongson? ( media-libs/freetype:2 )
-   grub_platforms_xen? ( app-emulation/xen-tools )
+   grub_platforms_xen? ( app-emulation/xen-tools:= )
static? (
app-arch/xz-utils[static-libs(+)]
truetype? (

diff --git a/sys-boot/grub/grub-2.02_beta2-r7.ebuild 
b/sys-boot/grub/grub-2.02_beta2-r7.ebuild
index ed6aa18..7c320db 100644
--- a/sys-boot/grub/grub-2.02_beta2-r7.ebuild
+++ b/sys-boot/grub/grub-2.02_beta2-r7.ebuild
@@ -80,7 +80,7 @@ DEPEND="${RDEPEND}
sys-apps/help2man
sys-apps/texinfo
fonts? ( media-libs/freetype:2 )
-   grub_platforms_xen? ( app-emulation/xen-tools )
+   grub_platforms_xen? ( app-emulation/xen-tools:= )
static? (
app-arch/xz-utils[static-libs(+)]
truetype? (

diff --git a/sys-boot/grub/grub--r1.ebuild 
b/sys-boot/grub/grub--r1.ebuild
index 628843d..7817857 100644
--- a/sys-boot/grub/grub--r1.ebuild
+++ b/sys-boot/grub/grub--r1.ebuild
@@ -82,7 +82,7 @@ DEPEND="${RDEPEND}
sys-apps/help2man
sys-apps/texinfo
fonts? ( media-libs/freetype:2 )
-   grub_platforms_xen? ( app-emulation/xen-tools )
+   grub_platforms_xen? ( app-emulation/xen-tools:= )
static? (
app-arch/xz-utils[static-libs(+)]
truetype? (



[gentoo-commits] repo/gentoo:master commit in: app-arch/rar/

2015-12-08 Thread Patrice Clement
commit: 67fa18fe575823deab8499f982404d2442eb210d
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Tue Dec  8 16:25:23 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 17:37:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fa18fe

app-arch/rar: prune older versions

Suggested by @idella.

 app-arch/rar/Manifest |  6 
 app-arch/rar/rar-4.2.0.ebuild | 79 ---
 app-arch/rar/rar-5.0.0.ebuild | 79 ---
 3 files changed, 164 deletions(-)

diff --git a/app-arch/rar/Manifest b/app-arch/rar/Manifest
index 33f686d..61551f3 100644
--- a/app-arch/rar/Manifest
+++ b/app-arch/rar/Manifest
@@ -1,15 +1,9 @@
-DIST rarlinux-4.2.0.tar.gz 938809 SHA256 
6826646bc9620055689f465e61f7d4a86e6ccc66940178d24f48d01734968eb5 SHA512 
6cf2df60719e06eacedfecb7c30ba941803a537949a04d2a53b261f6975c322391195605873f7ba5307bfd4072d77ded436eb923da7bbaf12f1a3c675ad0e827
 WHIRLPOOL 
07dcacf990f8e4d2b419a2ff7816154066270aa87ad2e721af37228a0a0f607113f329cca31d56061372b86e171687a5a121f05f19824875889f601026021a50
-DIST rarlinux-5.0.0.tar.gz 1098525 SHA256 
4f942d79bb16dc1981ccb52893e4a24dbee908089d783d766ac45cd4f2c78610 SHA512 
46ef3d9703a71555e1166467d9658b7d0d210a21cce72957510bbb22870a3a10fc55a6298774c7dfd2ee0d1a2b02dd38fe2e4bcc248d025a7cb276d4d77a6629
 WHIRLPOOL 
af2008d3bca69afc064ff9f5c9201ba99601c2f14173aeb949331cec22e2c9a25b451a7b6375f3c61b848adf003ac6d3788d5b9905bdac64217153d331205761
 DIST rarlinux-5.1.0.tar.gz 1103841 SHA256 
586ba2671ace61f2d56fe85e54710b6a588cd9f87f95030b81d9b2aff2292636 SHA512 
affe60f9865ad172bb8053af50e977afbb70a43e0cfeefb4e9d6924f2d9718670662a24770e46cf990715d9841ae3387d2c30522075f5cde97a05a2b0da23f22
 WHIRLPOOL 
9e957ff470130e40d05c2c80064ea39fa5c2fbb3c3ce85381bf9d3c8bac7487e10ab773c2752c8b7cb38906c8792c4b23bb96cd2fe22fdb7f2f764a274d5d2be
 DIST rarlinux-5.2.1.tar.gz 1109839 SHA256 
dafe2deb46d0a9cc99b5f4e7204913051d4a2010e08311a0d3565050bd74026f SHA512 
bb7ad791f5a34b8d48008a75f9d8008237f36261be6e722d8fdf97a19e70e444c42232544ac63514c354e1d173260dcb635024f72c77afff172f326a137ef21c
 WHIRLPOOL 
6ee7d38bac0c158f0ab6b534544dd7fcd3bf3459219790d2f05ae60df86e7502ca8211580035d62279e99bd427577c4a79bd2eca6e1b99dc2dfde679a07537ec
 DIST rarlinux-5.3.0.tar.gz 1114667 SHA256 
7638f20ba68a49e9d9b3b247d9922f3d36c248eaa2e784bd2f0fad0aa1fd7ba8 SHA512 
b2eb9831cac88f7f72a169c081a35fc688aa82a5e80cf681440b38f7d5f7691511ca1b85960b3949668faa4c1fe0921fb170d7a1ffb52d77db124fd073f1516b
 WHIRLPOOL 
42ee7ef6f4a186b6284490e04378d24fcdbdea2406724137522ce2c18ebc62f8321e7092673ce4ea3e917b0ea393145b8f496ba06e780bdf2526b3223d5474aa
-DIST rarlinux-x64-4.2.0.tar.gz 979938 SHA256 
db4a35d1092eade42fd4233e200c8a24b942c7d67a4b7d0f92914781924b3985 SHA512 
48da4d4e8cc6eb23d21b7f3df1f699dd9624d525cafa81760ca1ed86d7a8c1a70a18a4f89ffd6b4ac65c8aa81c77895692f2c79f8f439dd179ba8d1433be
 WHIRLPOOL 
a8c949dffccd8e8774f575b2ac1aaae098e6f253e5c3a355586d2194a753b8f746096e6b3e3a4232001b68c29f39d939ed3c7c4ee89335a850813f32f41cdf56
-DIST rarlinux-x64-5.0.0.tar.gz 1134245 SHA256 
aceefdab919a03dfab9892dbd7d25cbc0681f76608de2c73e400887fd625f30c SHA512 
0b479703ea5c999274b246ef0d5ff5481bafb814f3342a13993586e252e3979b7e903818dbede7a72f9211150cca62a303d3f98c2e9830c5a4020a3d0635ad74
 WHIRLPOOL 
8195d69ab7811ea46f73ad11ce49fb183767f0160981891ef65f4183e933a11e90c52929db8f40af6d3fe8da6c6092a7f3985a5c944e3e38ca03c9b8054c78d7
 DIST rarlinux-x64-5.1.0.tar.gz 1139386 SHA256 
8c04474201179cc3d3a4f3d1aa7bdd6ee3244479aa16371d2449cf416f882299 SHA512 
76b1bf5f7cfc950415d3b9295b010766d1caf7207b86eae00edaf325898e7934909982658c6bc7d113dcc2dbcd7fdb40dc02dddeca63cbc90d69950fde426bb7
 WHIRLPOOL 
0fa10a995777a2aad7575b2842d5e82c741de9458fd9349c21cb3c8842a260ebc1b8480451c287239a6047b543330279f63fc3a6ac9b0517629997e70ba246dd
 DIST rarlinux-x64-5.2.1.tar.gz 1145110 SHA256 
54015e921bf2789ca90afdf913c5a5d57db612bfdbf33eedae7b068aa1016a2d SHA512 
fe0f866aa7437608e60d3d760263aa2428d7154f0574140008d19a088b6968b06a02d056bd6e9f1b30f4b06c5fd447bf8383bd823d958c6676cd7d835f14de2c
 WHIRLPOOL 
b82f153a9aa1e239e2b1e137c71005ce812ce446911e9f62c43609a810cfb86874aa7137698b7a79326d693d4571da20df19973206412be429f1b593908fa86e
 DIST rarlinux-x64-5.3.0.tar.gz 1149037 SHA256 
8075b01d29ba0fc0c927f08e2a1b2149921bdb42c9457b7a7ef0950e387b5131 SHA512 
3391db53adcdc355b6c58843a59f17a0adc2abc874ba8828cb985f27d33d27804d6a8c4db642fbef6a09d513858a6b507f6b49f9097a499d800f4cdd953f1f3e
 WHIRLPOOL 
b450bf85d36627c0b03be1523cdee980ac771ea5acd9786264fc10efd8473b1cec031dec57d1b1f345ea601fed94f0505d300d106800076c20bc97a437b6fd26
-DIST winrar-x64-420.exe 1656459 SHA256 
e1039b5051eef12c37200ab0d3e93d407a5027aad6b59ba705526f670f0634b1 SHA512 
906ddbd30ce8503df8b71d5446bfc7a7aae0076313f58dd94523e63acd525b9a323d42f937b772f75fa274740d96c8d21030e6de68610c93d56d37935f40022e
 WHIRLPOOL 
683b96c7c6af6a2562a7de5ab394182d27c58df71a13a0650b5a93edefda14795402d19f8277bfbb08692d3c813671ad

[gentoo-commits] repo/gentoo:master commit in: app-arch/rar/

2015-12-08 Thread Patrice Clement
commit: 8827f86642b94eb52093e28bfefe56a68eecc736
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Tue Dec  8 16:18:19 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 17:37:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8827f866

app-arch/rar: add proxy-maintainers as herd

 app-arch/rar/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-arch/rar/metadata.xml b/app-arch/rar/metadata.xml
index 62caa97..373b125 100644
--- a/app-arch/rar/metadata.xml
+++ b/app-arch/rar/metadata.xml
@@ -1,6 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+   proxy-maintainers

jdh...@gentoo.org
Jeff Horelick



[gentoo-commits] repo/gentoo:master commit in: app-arch/rar/

2015-12-08 Thread Patrice Clement
commit: 49adaa3b2fdce3f980478ac4549a552f268ace3d
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Tue Dec  8 16:16:44 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 17:37:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49adaa3b

app-arch/rar: add myself as proxied maintainer

Suggested by @idella

 app-arch/rar/metadata.xml | 25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/app-arch/rar/metadata.xml b/app-arch/rar/metadata.xml
index 9f388db..62caa97 100644
--- a/app-arch/rar/metadata.xml
+++ b/app-arch/rar/metadata.xml
@@ -1,14 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   jdh...@gentoo.org
-   Jeff Horelick
-
-
- 
-   Install all SFX (Self-Extracting) files rather than just the native
-   format (allows creation of Windows EXEs on Linux ELF systems)
- 
-
+   
+   jdh...@gentoo.org
+   Jeff Horelick
+   
+   
+   elizab...@interlinked.me
+   Elizabeth Myers
+   Proxied maintainer; set to assignee in all 
bugs
+   
+   
+   
+   Install all SFX (Self-Extracting) files rather than 
just the native
+   format (allows creation of Windows EXEs on Linux ELF 
systems)
+   
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/rar/

2015-12-08 Thread Patrice Clement
commit: 11231deda16f95cbce584f6d6f3ca934f6b9e01d
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Tue Dec  8 15:56:29 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 17:37:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11231ded

app-arch/rar: bump to 5.3.0

 app-arch/rar/Manifest |  3 ++
 app-arch/rar/rar-5.3.0.ebuild | 80 +++
 2 files changed, 83 insertions(+)

diff --git a/app-arch/rar/Manifest b/app-arch/rar/Manifest
index a7293d5..33f686d 100644
--- a/app-arch/rar/Manifest
+++ b/app-arch/rar/Manifest
@@ -2,11 +2,14 @@ DIST rarlinux-4.2.0.tar.gz 938809 SHA256 
6826646bc9620055689f465e61f7d4a86e6ccc6
 DIST rarlinux-5.0.0.tar.gz 1098525 SHA256 
4f942d79bb16dc1981ccb52893e4a24dbee908089d783d766ac45cd4f2c78610 SHA512 
46ef3d9703a71555e1166467d9658b7d0d210a21cce72957510bbb22870a3a10fc55a6298774c7dfd2ee0d1a2b02dd38fe2e4bcc248d025a7cb276d4d77a6629
 WHIRLPOOL 
af2008d3bca69afc064ff9f5c9201ba99601c2f14173aeb949331cec22e2c9a25b451a7b6375f3c61b848adf003ac6d3788d5b9905bdac64217153d331205761
 DIST rarlinux-5.1.0.tar.gz 1103841 SHA256 
586ba2671ace61f2d56fe85e54710b6a588cd9f87f95030b81d9b2aff2292636 SHA512 
affe60f9865ad172bb8053af50e977afbb70a43e0cfeefb4e9d6924f2d9718670662a24770e46cf990715d9841ae3387d2c30522075f5cde97a05a2b0da23f22
 WHIRLPOOL 
9e957ff470130e40d05c2c80064ea39fa5c2fbb3c3ce85381bf9d3c8bac7487e10ab773c2752c8b7cb38906c8792c4b23bb96cd2fe22fdb7f2f764a274d5d2be
 DIST rarlinux-5.2.1.tar.gz 1109839 SHA256 
dafe2deb46d0a9cc99b5f4e7204913051d4a2010e08311a0d3565050bd74026f SHA512 
bb7ad791f5a34b8d48008a75f9d8008237f36261be6e722d8fdf97a19e70e444c42232544ac63514c354e1d173260dcb635024f72c77afff172f326a137ef21c
 WHIRLPOOL 
6ee7d38bac0c158f0ab6b534544dd7fcd3bf3459219790d2f05ae60df86e7502ca8211580035d62279e99bd427577c4a79bd2eca6e1b99dc2dfde679a07537ec
+DIST rarlinux-5.3.0.tar.gz 1114667 SHA256 
7638f20ba68a49e9d9b3b247d9922f3d36c248eaa2e784bd2f0fad0aa1fd7ba8 SHA512 
b2eb9831cac88f7f72a169c081a35fc688aa82a5e80cf681440b38f7d5f7691511ca1b85960b3949668faa4c1fe0921fb170d7a1ffb52d77db124fd073f1516b
 WHIRLPOOL 
42ee7ef6f4a186b6284490e04378d24fcdbdea2406724137522ce2c18ebc62f8321e7092673ce4ea3e917b0ea393145b8f496ba06e780bdf2526b3223d5474aa
 DIST rarlinux-x64-4.2.0.tar.gz 979938 SHA256 
db4a35d1092eade42fd4233e200c8a24b942c7d67a4b7d0f92914781924b3985 SHA512 
48da4d4e8cc6eb23d21b7f3df1f699dd9624d525cafa81760ca1ed86d7a8c1a70a18a4f89ffd6b4ac65c8aa81c77895692f2c79f8f439dd179ba8d1433be
 WHIRLPOOL 
a8c949dffccd8e8774f575b2ac1aaae098e6f253e5c3a355586d2194a753b8f746096e6b3e3a4232001b68c29f39d939ed3c7c4ee89335a850813f32f41cdf56
 DIST rarlinux-x64-5.0.0.tar.gz 1134245 SHA256 
aceefdab919a03dfab9892dbd7d25cbc0681f76608de2c73e400887fd625f30c SHA512 
0b479703ea5c999274b246ef0d5ff5481bafb814f3342a13993586e252e3979b7e903818dbede7a72f9211150cca62a303d3f98c2e9830c5a4020a3d0635ad74
 WHIRLPOOL 
8195d69ab7811ea46f73ad11ce49fb183767f0160981891ef65f4183e933a11e90c52929db8f40af6d3fe8da6c6092a7f3985a5c944e3e38ca03c9b8054c78d7
 DIST rarlinux-x64-5.1.0.tar.gz 1139386 SHA256 
8c04474201179cc3d3a4f3d1aa7bdd6ee3244479aa16371d2449cf416f882299 SHA512 
76b1bf5f7cfc950415d3b9295b010766d1caf7207b86eae00edaf325898e7934909982658c6bc7d113dcc2dbcd7fdb40dc02dddeca63cbc90d69950fde426bb7
 WHIRLPOOL 
0fa10a995777a2aad7575b2842d5e82c741de9458fd9349c21cb3c8842a260ebc1b8480451c287239a6047b543330279f63fc3a6ac9b0517629997e70ba246dd
 DIST rarlinux-x64-5.2.1.tar.gz 1145110 SHA256 
54015e921bf2789ca90afdf913c5a5d57db612bfdbf33eedae7b068aa1016a2d SHA512 
fe0f866aa7437608e60d3d760263aa2428d7154f0574140008d19a088b6968b06a02d056bd6e9f1b30f4b06c5fd447bf8383bd823d958c6676cd7d835f14de2c
 WHIRLPOOL 
b82f153a9aa1e239e2b1e137c71005ce812ce446911e9f62c43609a810cfb86874aa7137698b7a79326d693d4571da20df19973206412be429f1b593908fa86e
+DIST rarlinux-x64-5.3.0.tar.gz 1149037 SHA256 
8075b01d29ba0fc0c927f08e2a1b2149921bdb42c9457b7a7ef0950e387b5131 SHA512 
3391db53adcdc355b6c58843a59f17a0adc2abc874ba8828cb985f27d33d27804d6a8c4db642fbef6a09d513858a6b507f6b49f9097a499d800f4cdd953f1f3e
 WHIRLPOOL 
b450bf85d36627c0b03be1523cdee980ac771ea5acd9786264fc10efd8473b1cec031dec57d1b1f345ea601fed94f0505d300d106800076c20bc97a437b6fd26
 DIST winrar-x64-420.exe 1656459 SHA256 
e1039b5051eef12c37200ab0d3e93d407a5027aad6b59ba705526f670f0634b1 SHA512 
906ddbd30ce8503df8b71d5446bfc7a7aae0076313f58dd94523e63acd525b9a323d42f937b772f75fa274740d96c8d21030e6de68610c93d56d37935f40022e
 WHIRLPOOL 
683b96c7c6af6a2562a7de5ab394182d27c58df71a13a0650b5a93edefda14795402d19f8277bfbb08692d3c813671adfef363847b370b53741949708ece608f
 DIST winrar-x64-500.exe 1970848 SHA256 
72b1577d0993d1358c7e4d0ebc651b8236c5d6e1a2390b839fb9b34e79fcbb02 SHA512 
f99d9bca49d401baeb82108e22728a8cc5652eb17f5fc9ea5ca44d66197ecdb1a0c3a85a114bfaafd4e61593a5c2ceac9c182774af02f17f8e6f9a11eeec0da5
 WHIRLPOOL 
b4d779f9e90eecb59fa94c005576417d92d93491da049512f7c49bbcafdaccfc43d1658d529f8b7e662ebfec930a2e8f68e32916b836ab859585b7a4b1c1de9

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

2015-12-08 Thread Patrice Clement
commit: 68a96f2846d5479bcdb5c0f211b5bbddd794afd9
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 17:36:55 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 17:37:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a96f28

Merge remote-tracking branch 'github/pr/448'.

 app-arch/arj/Manifest  |   1 +
 app-arch/arj/arj-3.10.22-r5.ebuild |  55 +++
 app-arch/rar/Manifest  |   9 +-
 app-arch/rar/metadata.xml  |  26 +--
 app-arch/rar/rar-4.2.0.ebuild  |  79 -
 .../rar/{rar-5.0.0.ebuild => rar-5.3.0.ebuild} |  11 +-
 app-portage/kuroo4/kuroo4-0.90.4.ebuild|   2 +-
 app-portage/kuroo4/kuroo4-0.90.5.ebuild|   2 +-
 dev-lang/swi-prolog/Manifest   |   2 +
 ...olog-7.3.11.ebuild => swi-prolog-7.3.12.ebuild} |   0
 dev-libs/glib/glib-2.44.1-r1.ebuild|   2 +-
 dev-python/pytest/pytest-2.8.4.ebuild  |   3 -
 dev-python/setuptools_scm/Manifest |   1 +
 .../setuptools_scm/setuptools_scm-1.10.0.ebuild|  26 +++
 dev-python/six/six-1.10.0.ebuild   |  19 +--
 dev-util/pkgconf/Manifest  |   1 +
 dev-util/pkgconf/metadata.xml  |  29 ++--
 dev-util/pkgconf/pkgconf-0.9.12.ebuild |  58 +++
 kde-plasma/bluedevil/Manifest  |   2 +-
 kde-plasma/bluedevil/bluedevil-5.4.2.ebuild|  52 --
 ...uedevil-5.4.3.ebuild => bluedevil-5.5.0.ebuild} |   0
 kde-plasma/breeze-gtk/Manifest |   1 +
 kde-plasma/breeze-gtk/breeze-gtk-5.5.0.ebuild  |  12 ++
 .../breeze-gtk}/metadata.xml   |   0
 kde-plasma/breeze/Manifest |   2 +-
 kde-plasma/breeze/breeze-5.4.2.ebuild  |  64 ---
 ...{breeze-5.4.2-r1.ebuild => breeze-5.5.0.ebuild} |   6 +-
 kde-plasma/kde-cli-tools/Manifest  |   2 +-
 .../kde-cli-tools/kde-cli-tools-5.4.2.ebuild   |  53 --
 ...ols-5.4.3.ebuild => kde-cli-tools-5.5.0.ebuild} |   0
 kde-plasma/kde-gtk-config/Manifest |   2 +-
 ...ig-5.4.2.ebuild => kde-gtk-config-5.5.0.ebuild} |   5 +-
 kde-plasma/kdecoration/Manifest|   2 +-
 ...ation-5.4.2.ebuild => kdecoration-5.5.0.ebuild} |   5 +-
 kde-plasma/kdeplasma-addons/Manifest   |   2 +-
 ...-5.4.2.ebuild => kdeplasma-addons-5.5.0.ebuild} |   7 +-
 kde-plasma/kgamma/Manifest |   2 +-
 kde-plasma/kgamma/kgamma-5.4.2.ebuild  |  31 
 .../{kgamma-5.4.3.ebuild => kgamma-5.5.0.ebuild}   |   0
 kde-plasma/khelpcenter/Manifest|   2 +-
 kde-plasma/khelpcenter/khelpcenter-5.4.2.ebuild|  42 -
 ...enter-5.4.3.ebuild => khelpcenter-5.5.0.ebuild} |   0
 kde-plasma/khotkeys/Manifest   |   2 +-
 kde-plasma/khotkeys/khotkeys-5.4.2.ebuild  |  46 --
 ...khotkeys-5.4.3.ebuild => khotkeys-5.5.0.ebuild} |   0
 kde-plasma/kinfocenter/Manifest|   2 +-
 kde-plasma/kinfocenter/kinfocenter-5.4.2.ebuild|  89 --
 ...enter-5.4.3.ebuild => kinfocenter-5.5.0.ebuild} |   0
 kde-plasma/kmenuedit/Manifest  |   2 +-
 kde-plasma/kmenuedit/kmenuedit-5.4.2.ebuild|  45 -
 ...enuedit-5.4.3.ebuild => kmenuedit-5.5.0.ebuild} |   0
 kde-plasma/kscreen/Manifest|   2 +-
 kde-plasma/kscreen/kscreen-5.4.2.ebuild|  34 
 .../{kscreen-5.4.3.ebuild => kscreen-5.5.0.ebuild} |   0
 kde-plasma/kscreenlocker/Manifest  |   1 +
 .../kscreenlocker/kscreenlocker-5.5.0.ebuild   |  81 +
 .../{libksysguard => kscreenlocker}/metadata.xml   |   1 -
 kde-plasma/ksshaskpass/Manifest|   2 +-
 kde-plasma/ksshaskpass/ksshaskpass-5.4.2.ebuild|  50 --
 ...kpass-5.4.3.ebuild => ksshaskpass-5.5.0.ebuild} |   0
 kde-plasma/ksysguard/Manifest  |   2 +-
 ...ysguard-5.4.2.ebuild => ksysguard-5.5.0.ebuild} |   4 +-
 kde-plasma/kwallet-pam/Manifest|   2 +-
 ...t-pam-5.4.2.ebuild => kwallet-pam-5.5.0.ebuild} |  17 +-
 kde-plasma/kwayland-integration/Manifest   |   2 +-
 2.ebuild => kwayland-integration-5.5.0.ebuild} |   3 +-
 kde-plasma/kwayland/Manifest   |   2 +-
 ...kwayland-5.4.2.ebuild => kwayland-5.5.0.ebuild} |   4 +-
 kde-plasma/kwin/Manifest   |   2 +-
 .../kwin/{kwin-5.4.2.ebuild => kwin-5.5.0.ebuild}  |  45 +++--
 kde-plasma/kwrited/Manifest|   2 +-
 kde-plasma/kwrited/kwrited-5.4.2.ebuild|  24 ---
 .../{kwrited-5.4.3.ebuild => kwrited-5.5.0.ebuild} |   0
 kde-plasma/libkscreen/Manifest |   2 +-
 ...screen-5.4.2.ebuild => libkscreen-5.5.0.ebuild} |   5 +-
 kde-plasma/libksysguard/Manifest  

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

2015-12-08 Thread Mike Frysinger
commit: 75313fae34fef9fd2034baaa9c39c2a0f0ba6ff3
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Dec  8 17:24:53 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Dec  8 17:34:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75313fae

dev-libs/glib: mark 2.44.1-r1 arm64/m68k/s390/sh stable

 dev-libs/glib/glib-2.44.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/glib/glib-2.44.1-r1.ebuild 
b/dev-libs/glib/glib-2.44.1-r1.ebuild
index 86dc4ba..50e93f8 100644
--- a/dev-libs/glib/glib-2.44.1-r1.ebuild
+++ b/dev-libs/glib/glib-2.44.1-r1.ebuild
@@ -32,7 +32,7 @@ REQUIRED_USE="
test? ( ${PYTHON_REQUIRED_USE} )
 "
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 RDEPEND="
!

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

2015-12-08 Thread Michael Palimaka
commit: 2dfeea01b97cac98ef270d171463d66c95c15a54
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Dec  8 17:37:41 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Dec  8 17:40:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dfeea01

profile: mask app-arch/ppmd for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b459d14..9e02684 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Palimaka  (07 Dec 2015)
 # Dead project with no revdeps. Removal in 30 days.
 dev-java/jscience



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

2015-12-08 Thread Markus Meier
commit: 1b1d3af636328476698bbace29615ff717e14df7
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  8 17:57:54 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  8 17:57:54 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=1b1d3af6

media-libs/libraw: version bump

Package-Manager: portage-2.2.26
Manifest-Sign-Key: 0x363AF1F7765A9D02

 media-libs/libraw/Manifest | 32 ++-
 media-libs/libraw/libraw-0.17.1.ebuild | 56 ++
 2 files changed, 74 insertions(+), 14 deletions(-)

diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest
index d8e8fcc..4dd46b1 100644
--- a/media-libs/libraw/Manifest
+++ b/media-libs/libraw/Manifest
@@ -13,32 +13,36 @@ AUX libraw-0.16.0_beta1-libsuffixpc.patch 712 SHA256 
617782d0c3e74a610df7ec3fb9a
 DIST LibRaw-0.16.0.tar.gz 1472935 SHA256 
71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96 SHA512 
192e0e78e8f32235618007d6917f92153e7cb8a2d83ca0933f21d4fce3d550c507f5410ba18d86b0f0a16b0ac81ba8cc4cf788fa217080507ac0b3c39e51a9ef
 WHIRLPOOL 
0a74ea969ba77f1b9509c5a576a05c1fb50aabc1f1650e25e84b023bbd56581b1b16024e138a2587fe1210c34b086a66d69c77ee13163ca43bb4310c6ca2b4be
 DIST LibRaw-0.16.2.tar.gz 1476575 SHA256 
6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187 SHA512 
c8fa974b72c1e2d255254527ca241a059b9a2e0943044c1b3c85257f987d451305fe94b4b901e9efd90ebab71ff602d442686a710c205d51862e88b2dfd13855
 WHIRLPOOL 
94f5fa4eb100a478d965516dd3c9048ca47bc0253bfd0482ebe3f410269e863a0f484c18bd2e07d44c324dbdbd84c1fd1768466b2b23e6909bc7d534f2a1f9fe
 DIST LibRaw-0.17.0.tar.gz 1468635 SHA256 
e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310 SHA512 
a9a92879fecd484b09f31f92da8a7e1aaa6ac48cd6f42f42502fbd8e41f99a644415f21532e4934471d2a109e9eb4fdac50d431c0db72ede9736a53e12ad505e
 WHIRLPOOL 
92aee1c9e52b76398ffa22e5a7702e31bd089281f2cd16aab7ba545aafc3416cb4fdee0cb44b6ce3970b6cce862da22ec33b52e2ade33cb09dde61e9a51ce018
+DIST LibRaw-0.17.1.tar.gz 1472341 SHA256 
e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1 SHA512 
661204175faca8d2ebb44d90c1c7a823c18fd5453a64db2e99961e697f25c522f2314f0ad758e6d33dd65eb09034b542f936c2a892d06f64663e7ed3d1e349b9
 WHIRLPOOL 
c0d7e251abf4c9cf13738c583185074ff4b93e3e95a8545526a632e0b2904142daf8503cec4a2210fa0dcd3a3d6f8f76432f4bc94f42b15b4616954790808aa8
 DIST LibRaw-demosaic-pack-GPL2-0.16.0.tar.gz 31663 SHA256 
749d49694ce729166ec7a1faf7580780687ef190c756931bb075455ee8ed6697 SHA512 
807063cfe292f19a0f7f7c2be532983843480ed43768f97753aa474bd64335989b1816b370fb43b3be2e265b5fa9ab9a27639b3cfc9919e81311b1d260f09d03
 WHIRLPOOL 
ae1ec29b74a7a67ad1bd12dd3b9a4c5f26a97cb5483b975e3f0acdba0caafa809fbb5209a0289520558d611e5b1e7fe54806898f0d94b26c285862cac2257bae
 DIST LibRaw-demosaic-pack-GPL2-0.16.2.tar.gz 32652 SHA256 
2218f08d59866e7852938356c197b96a6f47d0b9221a261280e010540477e77b SHA512 
e41574f48bd3cda5755503b2693859de47b98064611771b9d950a198ad8f197c929c959de18599033c91fc7200d883074900e74ab154a4354d198af98a460903
 WHIRLPOOL 
56db7577a9a77347ea1f14a52e02925ef6191de1b1a98d7b870bf9e2fb49ffa460255ae5c662f01ef138346d23720333976d5029ddf91ccd99c13ba8cda260c3
 DIST LibRaw-demosaic-pack-GPL2-0.17.0.tar.gz 31281 SHA256 
3c5982772f55f0b70c3c7604bc73e8b55f1de7b040e8f144cb220ee88e8bc346 SHA512 
eb64ae5f356e276824522a400fd9763e4ef0afc7e3fed648715e52175fb9a17a60ee90f2465d260c06b92a899ddf2e649e6ed3c9441b8e2fb0b1a4a9b5d4
 WHIRLPOOL 
cab107fbe6adcbda5b4c3806a13d9306a14a6bb2dc11008c6004f1d05f3e16aa4359db43c4c651dd5761858b97d0eb410f17d9f115bee276bfbee26701e892b9
+DIST LibRaw-demosaic-pack-GPL2-0.17.1.tar.gz 30989 SHA256 
2e9f72873a6db319aca5be5bc4d426e3063e2c33f66438e89720c3b48bef0678 SHA512 
7f6d5dbae653c2b5adfa4af50b9c92e4d3f45f7869d7870732a19f76ec87c6feaca7fcaa56418f7dc81e9b963e3de01cff024587502e1fd3affa99321c3b1490
 WHIRLPOOL 
e347ae3bf64f2229971138fbb0e9d83bd7a4b5e7bd094d7190647b537f8f2ebe720ae245223f5b759cca74410665633358417c65b6812674611d49eabff48bc4
 DIST LibRaw-demosaic-pack-GPL3-0.16.0.tar.gz 38791 SHA256 
f2e904f9baa7d173b5ade163c795f26e110255a758e31bd213086a5a61500b5c SHA512 
c01b9dfc6fec2a85cbab0bf2b45a7de93e378bc1fd1e15381f8ce9ed27423da0f5230568143d87d442b137d0d2f4e20241fe7084274b1c40c515086e0425bcc8
 WHIRLPOOL 
62d7ee33e406d6bf32aa28b424e717fa37d892603396cbada95449e1e834253390c76a8f273ddd3dd8d54f4a2517e186ef33db8abe5f3d3aae64d475fd8625ae
 DIST LibRaw-demosaic-pack-GPL3-0.16.2.tar.gz 39457 SHA256 
749b5baa3a4f1f5c4ea4169b9293b02b0d2a0714aa01729327f23f82621c9735 SHA512 
1cc1ea98f544ac485a797718448e138d3aeab7d4bfce77706161b42ec1edf265e177437ecff2a58c452048102359088a326b0bb4aa63b3d79e76c6156c9374d2
 WHIRLPOOL 
470a3a673671af6057e4baf268e63742192c3cce88a7dd1cdf7b793d51da2dcf641a6c9b11059b13d82507ab726355c84635eb926a634822b344454ba40e5e65
 DIST LibRaw-demosaic-pack-GPL3-0.17.0.tar.gz 39153 SHA256 
deca57ed524ab4f9915060360d74c5748e6fe8065fd60ca5e969fe9f578a8a0a SHA512 
71a11cccd681978f89e9df6dd0346da45cb448994f82

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

2015-12-08 Thread Markus Meier
commit: 959e17fc23e79e2bf93a39524c1c102a07548aa5
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  8 18:01:41 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  8 18:02:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959e17fc

media-libs/libraw: version bump for bug #567254

Package-Manager: portage-2.2.26

 media-libs/libraw/Manifest |  3 ++
 media-libs/libraw/libraw-0.17.1.ebuild | 56 ++
 2 files changed, 59 insertions(+)

diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest
index 2c4451a..c6b395d 100644
--- a/media-libs/libraw/Manifest
+++ b/media-libs/libraw/Manifest
@@ -1,6 +1,9 @@
 DIST LibRaw-0.16.2.tar.gz 1476575 SHA256 
6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187 SHA512 
c8fa974b72c1e2d255254527ca241a059b9a2e0943044c1b3c85257f987d451305fe94b4b901e9efd90ebab71ff602d442686a710c205d51862e88b2dfd13855
 WHIRLPOOL 
94f5fa4eb100a478d965516dd3c9048ca47bc0253bfd0482ebe3f410269e863a0f484c18bd2e07d44c324dbdbd84c1fd1768466b2b23e6909bc7d534f2a1f9fe
 DIST LibRaw-0.17.0.tar.gz 1468635 SHA256 
e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310 SHA512 
a9a92879fecd484b09f31f92da8a7e1aaa6ac48cd6f42f42502fbd8e41f99a644415f21532e4934471d2a109e9eb4fdac50d431c0db72ede9736a53e12ad505e
 WHIRLPOOL 
92aee1c9e52b76398ffa22e5a7702e31bd089281f2cd16aab7ba545aafc3416cb4fdee0cb44b6ce3970b6cce862da22ec33b52e2ade33cb09dde61e9a51ce018
+DIST LibRaw-0.17.1.tar.gz 1472341 SHA256 
e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1 SHA512 
661204175faca8d2ebb44d90c1c7a823c18fd5453a64db2e99961e697f25c522f2314f0ad758e6d33dd65eb09034b542f936c2a892d06f64663e7ed3d1e349b9
 WHIRLPOOL 
c0d7e251abf4c9cf13738c583185074ff4b93e3e95a8545526a632e0b2904142daf8503cec4a2210fa0dcd3a3d6f8f76432f4bc94f42b15b4616954790808aa8
 DIST LibRaw-demosaic-pack-GPL2-0.16.2.tar.gz 32652 SHA256 
2218f08d59866e7852938356c197b96a6f47d0b9221a261280e010540477e77b SHA512 
e41574f48bd3cda5755503b2693859de47b98064611771b9d950a198ad8f197c929c959de18599033c91fc7200d883074900e74ab154a4354d198af98a460903
 WHIRLPOOL 
56db7577a9a77347ea1f14a52e02925ef6191de1b1a98d7b870bf9e2fb49ffa460255ae5c662f01ef138346d23720333976d5029ddf91ccd99c13ba8cda260c3
 DIST LibRaw-demosaic-pack-GPL2-0.17.0.tar.gz 31281 SHA256 
3c5982772f55f0b70c3c7604bc73e8b55f1de7b040e8f144cb220ee88e8bc346 SHA512 
eb64ae5f356e276824522a400fd9763e4ef0afc7e3fed648715e52175fb9a17a60ee90f2465d260c06b92a899ddf2e649e6ed3c9441b8e2fb0b1a4a9b5d4
 WHIRLPOOL 
cab107fbe6adcbda5b4c3806a13d9306a14a6bb2dc11008c6004f1d05f3e16aa4359db43c4c651dd5761858b97d0eb410f17d9f115bee276bfbee26701e892b9
+DIST LibRaw-demosaic-pack-GPL2-0.17.1.tar.gz 30989 SHA256 
2e9f72873a6db319aca5be5bc4d426e3063e2c33f66438e89720c3b48bef0678 SHA512 
7f6d5dbae653c2b5adfa4af50b9c92e4d3f45f7869d7870732a19f76ec87c6feaca7fcaa56418f7dc81e9b963e3de01cff024587502e1fd3affa99321c3b1490
 WHIRLPOOL 
e347ae3bf64f2229971138fbb0e9d83bd7a4b5e7bd094d7190647b537f8f2ebe720ae245223f5b759cca74410665633358417c65b6812674611d49eabff48bc4
 DIST LibRaw-demosaic-pack-GPL3-0.16.2.tar.gz 39457 SHA256 
749b5baa3a4f1f5c4ea4169b9293b02b0d2a0714aa01729327f23f82621c9735 SHA512 
1cc1ea98f544ac485a797718448e138d3aeab7d4bfce77706161b42ec1edf265e177437ecff2a58c452048102359088a326b0bb4aa63b3d79e76c6156c9374d2
 WHIRLPOOL 
470a3a673671af6057e4baf268e63742192c3cce88a7dd1cdf7b793d51da2dcf641a6c9b11059b13d82507ab726355c84635eb926a634822b344454ba40e5e65
 DIST LibRaw-demosaic-pack-GPL3-0.17.0.tar.gz 39153 SHA256 
deca57ed524ab4f9915060360d74c5748e6fe8065fd60ca5e969fe9f578a8a0a SHA512 
71a11cccd681978f89e9df6dd0346da45cb448994f82be73f92fe47acb810dd31dde2e20b4e47c6527ae0b8dfccc685c3b68ab67f9a183f8a44b7df8f80aad4b
 WHIRLPOOL 
79c82fd2beb378e56209310a7e1c8061738b37ff582dbcf7850b4f7c176f36c0e410ecc3bac8ac7f20c68a2614d66ed0c4c98268478a6d62d77c7391bd6fcbc9
+DIST LibRaw-demosaic-pack-GPL3-0.17.1.tar.gz 38230 SHA256 
442b3e8de4664e539cbcdd437a7b6cd167e07c0fcf76f07b50d16657f18ff962 SHA512 
3464d330848113007b4e762bceb068b6f4f82ef6892146b8263f7912c0cc711ec8308611fa6d083331c28644ab5d48d5e920a68705e6d9ea763a743df94b0df3
 WHIRLPOOL 
c2bb2fbcca2bd542aa58ea2de6db287b1b07b3f5c78fce50acf458d243d1163f256b49b99163fe1cde01881108d29633dd7faa1c214038c3682dca019b7eba58

diff --git a/media-libs/libraw/libraw-0.17.1.ebuild 
b/media-libs/libraw/libraw-0.17.1.ebuild
new file mode 100644
index 000..5d96b53
--- /dev/null
+++ b/media-libs/libraw/libraw-0.17.1.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 autotools-multilib toolchain-funcs
+
+MY_PN=LibRaw
+MY_PV=${PV/_b/-B}
+MY_P=${MY_PN}-${MY_PV}
+
+DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital 
photo cameras"
+HOMEPAGE="http://www.libraw.org/";
+SRC_URI="http://www.libraw.org/data/${MY_P}.tar.gz
+   demosaic? (
+   
http://www.libraw.org/data/LibRaw-de

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

2015-12-08 Thread Markus Meier
commit: 69765f113ea4c3ec06478438521fe66ea69484d1
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  8 18:08:04 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  8 18:08:04 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=69765f11

media-libs/libraw: sync with gentoo

Package-Manager: portage-2.2.26
Manifest-Sign-Key: 0x363AF1F7765A9D02

 media-libs/libraw/Manifest| 34 +++-
 media-libs/libraw/libraw-0.16.0-r1.ebuild | 66 ---
 media-libs/libraw/libraw-0.16.2.ebuild|  2 +-
 3 files changed, 16 insertions(+), 86 deletions(-)

diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest
index 4dd46b1..6222567 100644
--- a/media-libs/libraw/Manifest
+++ b/media-libs/libraw/Manifest
@@ -10,39 +10,35 @@ AUX libraw-0.16.0_alpha2-libdir.patch 997 SHA256 
51a2a9b13dec73349a3efb931d34120
 AUX libraw-0.16.0_beta1-include.patch 682 SHA256 
cdd882bd6add61c0e286a143a57ddf9a6def04dd14495449e122ace2e5324b15 SHA512 
4bcc1408fe4aaa4579478bb923e78e1dd9a07dd2d9c6c7f384ca2b676016bd7020cd42b4c3c76ecfc61f95cf51ee468f4f5ea4a1b6719f13dc825ff6110d5757
 WHIRLPOOL 
e01163a75330111b83a6ae43543f295fb451845f1f54e813e509e0b958a8925cf62ec691a987a512a569e333771fa9e445080b40c861bb6a565c6877978910a9
 AUX libraw-0.16.0_beta1-libsuffix.patch 2667 SHA256 
1c3d100504389e3938aedeca297456fa26a9819ee3ed29c89d00b23acd936fe8 SHA512 
7fe880ea3253a7e11de7013418c99aa6b5f8fc92036a90a5ff0abf29ceabb1db3caefc7b2034d7cd6f37f28bdf2486f297fe69ad465aa29269e663465b19bc3c
 WHIRLPOOL 
560677eb3294c3c13bf4e069f025749aeccf3ad22f5986b96833a1cffa1f51f9f6747b6cfa7382918cea7b388b6b7a736ff91fa83ae41a49605f8e39e7a16301
 AUX libraw-0.16.0_beta1-libsuffixpc.patch 712 SHA256 
617782d0c3e74a610df7ec3fb9a63c8f753a42f8843096f2df16bf694c5d4cc1 SHA512 
d1294693064c48f65d3d7efe55b66aca32b6624941455c5e93ae56c70614ca15cd96fc2ba607837726ceed436063b6475cb8495461c6dc919118c70b8a9c885a
 WHIRLPOOL 
cca2d002b710d0524b69f1ac58b5aaa530bac1ac381341c0accc6f3299dde7cb55e34cb069bb1aef1c67e58cd79856feb300ff8e36596a2a99cf297750ea8ad9
-DIST LibRaw-0.16.0.tar.gz 1472935 SHA256 
71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96 SHA512 
192e0e78e8f32235618007d6917f92153e7cb8a2d83ca0933f21d4fce3d550c507f5410ba18d86b0f0a16b0ac81ba8cc4cf788fa217080507ac0b3c39e51a9ef
 WHIRLPOOL 
0a74ea969ba77f1b9509c5a576a05c1fb50aabc1f1650e25e84b023bbd56581b1b16024e138a2587fe1210c34b086a66d69c77ee13163ca43bb4310c6ca2b4be
 DIST LibRaw-0.16.2.tar.gz 1476575 SHA256 
6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187 SHA512 
c8fa974b72c1e2d255254527ca241a059b9a2e0943044c1b3c85257f987d451305fe94b4b901e9efd90ebab71ff602d442686a710c205d51862e88b2dfd13855
 WHIRLPOOL 
94f5fa4eb100a478d965516dd3c9048ca47bc0253bfd0482ebe3f410269e863a0f484c18bd2e07d44c324dbdbd84c1fd1768466b2b23e6909bc7d534f2a1f9fe
 DIST LibRaw-0.17.0.tar.gz 1468635 SHA256 
e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310 SHA512 
a9a92879fecd484b09f31f92da8a7e1aaa6ac48cd6f42f42502fbd8e41f99a644415f21532e4934471d2a109e9eb4fdac50d431c0db72ede9736a53e12ad505e
 WHIRLPOOL 
92aee1c9e52b76398ffa22e5a7702e31bd089281f2cd16aab7ba545aafc3416cb4fdee0cb44b6ce3970b6cce862da22ec33b52e2ade33cb09dde61e9a51ce018
 DIST LibRaw-0.17.1.tar.gz 1472341 SHA256 
e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1 SHA512 
661204175faca8d2ebb44d90c1c7a823c18fd5453a64db2e99961e697f25c522f2314f0ad758e6d33dd65eb09034b542f936c2a892d06f64663e7ed3d1e349b9
 WHIRLPOOL 
c0d7e251abf4c9cf13738c583185074ff4b93e3e95a8545526a632e0b2904142daf8503cec4a2210fa0dcd3a3d6f8f76432f4bc94f42b15b4616954790808aa8
-DIST LibRaw-demosaic-pack-GPL2-0.16.0.tar.gz 31663 SHA256 
749d49694ce729166ec7a1faf7580780687ef190c756931bb075455ee8ed6697 SHA512 
807063cfe292f19a0f7f7c2be532983843480ed43768f97753aa474bd64335989b1816b370fb43b3be2e265b5fa9ab9a27639b3cfc9919e81311b1d260f09d03
 WHIRLPOOL 
ae1ec29b74a7a67ad1bd12dd3b9a4c5f26a97cb5483b975e3f0acdba0caafa809fbb5209a0289520558d611e5b1e7fe54806898f0d94b26c285862cac2257bae
 DIST LibRaw-demosaic-pack-GPL2-0.16.2.tar.gz 32652 SHA256 
2218f08d59866e7852938356c197b96a6f47d0b9221a261280e010540477e77b SHA512 
e41574f48bd3cda5755503b2693859de47b98064611771b9d950a198ad8f197c929c959de18599033c91fc7200d883074900e74ab154a4354d198af98a460903
 WHIRLPOOL 
56db7577a9a77347ea1f14a52e02925ef6191de1b1a98d7b870bf9e2fb49ffa460255ae5c662f01ef138346d23720333976d5029ddf91ccd99c13ba8cda260c3
 DIST LibRaw-demosaic-pack-GPL2-0.17.0.tar.gz 31281 SHA256 
3c5982772f55f0b70c3c7604bc73e8b55f1de7b040e8f144cb220ee88e8bc346 SHA512 
eb64ae5f356e276824522a400fd9763e4ef0afc7e3fed648715e52175fb9a17a60ee90f2465d260c06b92a899ddf2e649e6ed3c9441b8e2fb0b1a4a9b5d4
 WHIRLPOOL 
cab107fbe6adcbda5b4c3806a13d9306a14a6bb2dc11008c6004f1d05f3e16aa4359db43c4c651dd5761858b97d0eb410f17d9f115bee276bfbee26701e892b9
 DIST LibRaw-demosaic-pack-GPL2-0.17.1.tar.gz 30989 SHA256 
2e9f72873a6db319aca5be5bc4d426e3063e2c33f66438e89720c3b48bef0678 SHA512 
7f6d5dbae

[gentoo-commits] proj/openrc:master commit in: src/librc/, src/rc/

2015-12-08 Thread William Hubbs
commit: 9f6e05671d6d48faa7b83aec05a637bcdfcb3f82
Author: William Hubbs  gmail  com>
AuthorDate: Mon Dec  7 23:56:02 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Dec  8 18:09:33 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=9f6e0567

Convert rc_sys() calls to detect_container() and detect_vm()

 src/librc/librc-depend.c |  5 -
 src/rc/_usage.c  |  5 -
 src/rc/rc-misc.c |  6 --
 src/rc/rc.c  | 20 
 4 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/src/librc/librc-depend.c b/src/librc/librc-depend.c
index c9c06ad..14cf297 100644
--- a/src/librc/librc-depend.c
+++ b/src/librc/librc-depend.c
@@ -753,7 +753,7 @@ rc_deptree_update(void)
char *depend, *depends, *service, *type, *nosys, *onosys;
size_t i, k, l;
bool retval = true;
-   const char *sys = rc_sys();
+   const char *sys = NULL;
struct utsname uts;
 
/* Some init scripts need RC_LIBEXECDIR to source stuff
@@ -860,6 +860,9 @@ rc_deptree_update(void)
 
/* Phase 2 - if we're a special system, remove services that don't
 * work for them. This doesn't stop them from being run directly. */
+   sys = detect_container();
+   if (!sys)
+   sys = detect_vm();
if (sys) {
len = strlen(sys);
nosys = xmalloc(len + 2);

diff --git a/src/rc/_usage.c b/src/rc/_usage.c
index 2ab0fa6..a6bad4d 100644
--- a/src/rc/_usage.c
+++ b/src/rc/_usage.c
@@ -56,7 +56,10 @@ show_version(void)
const char *systype = NULL;
 
printf("%s (OpenRC", applet);
-   if ((systype = rc_sys()))
+   systype = detect_container();
+   if (!systype)
+   systype = detect_vm();
+   if (systype)
printf(" [%s]", systype);
printf(") %s", VERSION);
 #ifdef BRANDING

diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 1e2af0a..263c0ed 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -139,7 +139,7 @@ env_config(void)
char *np;
char *npp;
char *tok;
-   const char *sys = rc_sys();
+   const char *sys = NULL;
char buffer[PATH_MAX];
 
/* Ensure our PATH is prefixed with the system locations first
@@ -190,7 +190,9 @@ env_config(void)
} else
setenv("RC_DEFAULTLEVEL", RC_LEVEL_DEFAULT, 1);
 
-   if (sys)
+   sys = detect_container();
+   if (!sys)
+   sys = detect_vm();
setenv("RC_SYS", sys, 1);
 
 #ifdef PREFIX

diff --git a/src/rc/rc.c b/src/rc/rc.c
index 8f69333..ddc3c78 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -274,7 +274,11 @@ open_shell(void)
struct passwd *pw;
 
 #ifdef __linux__
-   const char *sys = rc_sys();
+   const char *sys = NULL;
+   
+   sys = detect_container();
+   if (!sys)
+   sys = detect_vm();
 
/* VSERVER and OPENVZ systems cannot really drop to shells */
if (sys &&
@@ -480,7 +484,10 @@ do_sysinit()
uts.machine);
 #endif
 
-   if ((sys = rc_sys()))
+   sys = detect_container();
+   if (!sys)
+   sys = detect_vm();
+   if (sys)
printf(" [%s]", sys);
 
printf("%s\n\n", ecolor(ECOLOR_NORMAL));
@@ -495,7 +502,10 @@ do_sysinit()
 
/* init may have mounted /proc so we can now detect or real
 * sys */
-   if ((sys = rc_sys()))
+   sys = detect_container();
+   if (!sys)
+   sys = detect_vm();
+   if (sys)
setenv("RC_SYS", sys, 1);
 }
 
@@ -846,7 +856,9 @@ main(int argc, char **argv)
eerrorx("%s: %s", applet, strerror(errno));
/* NOTREACHED */
case 'S':
-   systype = rc_sys();
+   systype = detect_container();
+   if (!systype)
+   systype = detect_vm();
if (systype)
printf("%s\n", systype);
exit(EXIT_SUCCESS);



[gentoo-commits] proj/openrc:master commit in: src/includes/, src/rc/

2015-12-08 Thread William Hubbs
commit: 8addd7913a743b75ef3854ab4a96fea81cc5245d
Author: William Hubbs  gmail  com>
AuthorDate: Sat Dec  5 00:02:43 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Dec  8 18:05:59 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=8addd791

Create detect_container() and detect_vm() functions

These functions replace rc_sys so that we can detect containers and vms
separately.

Also, we copy file_regex() to rc-misc.c and open it to all operating
systems.

 src/includes/rc-misc.h |   4 ++
 src/rc/rc-misc.c   | 159 -
 2 files changed, 162 insertions(+), 1 deletion(-)

diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h
index 3cce8d0..e0565b6 100644
--- a/src/includes/rc-misc.h
+++ b/src/includes/rc-misc.h
@@ -87,4 +87,8 @@ int is_writable(const char *);
 #define service_stop(service)  exec_service(service, "stop");
 
 int parse_mode(mode_t *, char *);
+const char *detect_prefix(void);
+const char *get_systype(void);
+const char *detect_container(void);
+const char *detect_vm(void);
 #endif

diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 27d9f81..1e2af0a 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -34,12 +34,12 @@
 
 #ifdef __linux__
 #  include 
-#  include 
 #endif
 
 #include 
 #include 
 #include 
+#  include 
 #include 
 #include 
 #include 
@@ -346,3 +346,160 @@ is_writable(const char *path)
 
return 0;
 }
+
+static bool file_regex(const char *file, const char *regex)
+{
+   FILE *fp;
+   char *line = NULL;
+   size_t len = 0;
+   regex_t re;
+   bool retval = true;
+   int result;
+
+   if (!(fp = fopen(file, "r")))
+   return false;
+
+   if ((result = regcomp(&re, regex, REG_EXTENDED | REG_NOSUB)) != 0) {
+   fclose(fp);
+   line = xmalloc(sizeof(char) * BUFSIZ);
+   regerror(result, &re, line, BUFSIZ);
+   fprintf(stderr, "file_regex: %s", line);
+   free(line);
+   return false;
+   }
+
+   while ((rc_getline(&line, &len, fp))) {
+   char *str = line;
+   /* some /proc files have \0 separated content so we have to
+  loop through the 'line' */
+   do {
+   if (regexec(&re, str, 0, NULL, 0) == 0)
+   goto found;
+   str += strlen(str) + 1;
+   /* len is the size of allocated buffer and we don't
+  want call regexec BUFSIZE times. find next str */
+   while (str < line + len && *str == '\0')
+   str++;
+   } while (str < line + len);
+   }
+   retval = false;
+found:
+   fclose(fp);
+   free(line);
+   regfree(&re);
+
+   return retval;
+}
+
+const char *detect_prefix(void)
+{
+#ifdef PREFIX
+   return RC_SYS_PREFIX;
+#else
+   return NULL;
+#endif
+}
+
+const char *get_systype(void)
+{
+   char *systype = rc_conf_value("rc_sys");
+   if (systype) {
+   char *s = systype;
+   /* Convert to uppercase */
+   while (s && *s) {
+   if (islower((unsigned char) *s))
+   *s = toupper((unsigned char) *s);
+   s++;
+   }
+   }
+   return systype;
+}
+
+const char *detect_container(void)
+{
+   char *systype = get_systype();
+
+#ifdef __FreeBSD__
+   if (systype && strcmp(systype, RC_SYS_JAIL) == 0)
+   return RC_SYS_JAIL;
+   int jailed = 0;
+   size_t len = sizeof(jailed);
+
+   if (sysctlbyname("security.jail.jailed", &jailed, &len, NULL, 0) == 0)
+   if (jailed == 1)
+   return RC_SYS_JAIL;
+#endif
+
+#ifdef __linux__
+   if (systype) {
+   if (strcmp(systype, RC_SYS_UML) == 0)
+   return RC_SYS_UML;
+   if (strcmp(systype, RC_SYS_VSERVER) == 0)
+   return RC_SYS_VSERVER;
+   if (strcmp(systype, RC_SYS_OPENVZ) == 0)
+   return RC_SYS_OPENVZ;
+   if (strcmp(systype, RC_SYS_LXC) == 0)
+   return RC_SYS_LXC;
+   if (strcmp(systype, RC_SYS_RKT) == 0)
+   return RC_SYS_RKT;
+   if (strcmp(systype, RC_SYS_SYSTEMD_NSPAWN) == 0)
+   return RC_SYS_SYSTEMD_NSPAWN;
+   if (strcmp(systype, RC_SYS_DOCKER) == 0)
+   return RC_SYS_DOCKER;
+   }
+   if (file_regex("/proc/cpuinfo", "UML"))
+   return RC_SYS_UML;
+   else if (file_regex("/proc/self/status",
+   "(s_context|VxID):[[:space:]]*[1-9]"))
+   return RC_SYS_VSERVER;
+   else if (exists("/proc/vz/veinfo") && !exists("/proc/vz/version"))
+   return RC_SYS

[gentoo-commits] proj/openrc:master commit in: src/librc/

2015-12-08 Thread William Hubbs
commit: f9bdb072e8d88079a20834fe921d43e326a9a18a
Author: William Hubbs  gmail  com>
AuthorDate: Tue Dec  8 18:50:47 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Dec  8 18:50:47 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f9bdb072

rc.map: remove references to rc_sys_v{1,2}

 src/librc/rc.map | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/librc/rc.map b/src/librc/rc.map
index 2aa58de..0012d8a 100644
--- a/src/librc/rc.map
+++ b/src/librc/rc.map
@@ -59,8 +59,6 @@ global:
rc_stringlist_sort;
rc_stringlist_free;
rc_sys;
-   rc_sys_v1;
-   rc_sys_v2;
rc_yesno;
 
 local:



[gentoo-commits] repo/gentoo:master commit in: www-apps/davical/

2015-12-08 Thread Brian Evans
commit: 86fec49576769634159da269ea76925b004b119a
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Dec  8 18:49:14 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Dec  8 18:50:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86fec495

www-apps/davical: Remove depend.php from inherit wrt bug 552846

This simply replaces the function call with the dep it was adding.
No effective dep changes.

Package-Manager: portage-2.2.26
Signed-off-by: Brian Evans  gentoo.org>

 www-apps/davical/davical-1.0.2-r2.ebuild   | 5 ++---
 www-apps/davical/davical-1.1.0-r1.ebuild   | 5 ++---
 www-apps/davical/davical-1.1.1-r2.ebuild   | 5 ++---
 www-apps/davical/davical-1.1.3.1-r2.ebuild | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/www-apps/davical/davical-1.0.2-r2.ebuild 
b/www-apps/davical/davical-1.0.2-r2.ebuild
index ca363e9..fc3657b 100644
--- a/www-apps/davical/davical-1.0.2-r2.ebuild
+++ b/www-apps/davical/davical-1.0.2-r2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit depend.php webapp
+inherit webapp
 
 DESCRIPTION="A CalDAV and CardDAV Server"
 HOMEPAGE="http://davical.org/";
@@ -25,7 +25,6 @@ RDEPEND="
>=dev-php/awl-0.51
www-servers/apache"
 
-need_php5
 need_httpd
 
 src_prepare() {
@@ -40,7 +39,7 @@ src_compile() {
 src_install() {
webapp_src_preinst
 
-   dodoc-php INSTALL README debian/README.Debian \
+   dodoc INSTALL README debian/README.Debian \
testing/README.regression_tests TODO debian/changelog
 
einfo "Installing web files"

diff --git a/www-apps/davical/davical-1.1.0-r1.ebuild 
b/www-apps/davical/davical-1.1.0-r1.ebuild
index 742061d..3c1d90b 100644
--- a/www-apps/davical/davical-1.1.0-r1.ebuild
+++ b/www-apps/davical/davical-1.1.0-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit depend.php webapp
+inherit webapp
 
 DESCRIPTION="A CalDAV and CardDAV Server"
 HOMEPAGE="http://davical.org/";
@@ -26,7 +26,6 @@ RDEPEND="app-admin/pwgen
>=dev-php/awl-0.51
www-servers/apache"
 
-need_php5
 need_httpd
 
 src_prepare() {
@@ -41,7 +40,7 @@ src_compile() {
 src_install() {
webapp_src_preinst
 
-   dodoc-php INSTALL README debian/README.Debian \
+   dodoc INSTALL README debian/README.Debian \
testing/README.regression_tests TODO debian/changelog
 
einfo "Installing web files"

diff --git a/www-apps/davical/davical-1.1.1-r2.ebuild 
b/www-apps/davical/davical-1.1.1-r2.ebuild
index 32de44f..7c306e4 100644
--- a/www-apps/davical/davical-1.1.1-r2.ebuild
+++ b/www-apps/davical/davical-1.1.1-r2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit depend.php webapp
+inherit webapp
 
 DESCRIPTION="A CalDAV and CardDAV Server"
 HOMEPAGE="http://davical.org/";
@@ -24,7 +24,6 @@ RDEPEND="app-admin/pwgen
>=dev-php/awl-0.51
virtual/httpd-php"
 
-need_php5
 need_httpd
 
 src_prepare() {
@@ -39,7 +38,7 @@ src_compile() {
 src_install() {
webapp_src_preinst
 
-   dodoc-php INSTALL README debian/README.Debian \
+   dodoc INSTALL README debian/README.Debian \
testing/README.regression_tests TODO debian/changelog
 
einfo "Installing web files"

diff --git a/www-apps/davical/davical-1.1.3.1-r2.ebuild 
b/www-apps/davical/davical-1.1.3.1-r2.ebuild
index a16d72b..6bb2507 100644
--- a/www-apps/davical/davical-1.1.3.1-r2.ebuild
+++ b/www-apps/davical/davical-1.1.3.1-r2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit depend.php webapp
+inherit webapp
 
 DESCRIPTION="A CalDAV and CardDAV Server"
 HOMEPAGE="http://davical.org/";
@@ -26,7 +26,6 @@ RDEPEND="app-admin/pwgen
 
 S="${WORKDIR}/${PN}.git"
 
-need_php5
 need_httpd
 
 src_prepare() {
@@ -41,7 +40,7 @@ src_compile() {
 src_install() {
webapp_src_preinst
 
-   dodoc-php INSTALL README debian/README.Debian \
+   dodoc INSTALL README debian/README.Debian \
testing/README.regression_tests TODO debian/changelog
 
einfo "Installing web files"



[gentoo-commits] repo/gentoo:master commit in: www-misc/zoneminder/

2015-12-08 Thread Brian Evans
commit: 0f0b76b65413adc77832f28149f6c1abd11b7c8b
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Dec  8 18:45:46 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Dec  8 18:45:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0b76b6

www-misc/zoneminder: Remove depend.php from inherit wrt bug 552840

This simply replaces the function call with the dep it was adding.
No effective dep changes.

Package-Manager: portage-2.2.26

 www-misc/zoneminder/zoneminder-1.27.0.ebuild | 8 
 www-misc/zoneminder/zoneminder-1.28.0.ebuild | 6 +++---
 www-misc/zoneminder/zoneminder-1.28.1.ebuild | 6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/www-misc/zoneminder/zoneminder-1.27.0.ebuild 
b/www-misc/zoneminder/zoneminder-1.27.0.ebuild
index 7870564..a5f3fc6 100644
--- a/www-misc/zoneminder/zoneminder-1.27.0.ebuild
+++ b/www-misc/zoneminder/zoneminder-1.27.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ EAPI=5
 
 PERL_EXPORT_PHASE_FUNCTIONS=no
 
-inherit perl-module readme.gentoo eutils base cmake-utils depend.php 
depend.apache multilib flag-o-matic
+inherit perl-module readme.gentoo eutils base cmake-utils depend.apache 
multilib flag-o-matic
 
 MY_PN="ZoneMinder"
 
@@ -45,6 +45,7 @@ DEPEND="
dev-perl/libwww-perl
sys-libs/zlib
virtual/ffmpeg
+   virtual/httpd-php
virtual/jpeg
virtual/mysql
virtual/perl-ExtUtils-MakeMaker
@@ -63,7 +64,6 @@ RDEPEND="${DEPEND}"
 # we cannot use need_httpd_cgi here, since we need to setup permissions for the
 # webserver in global scope (/etc/zm.conf etc), so we hardcode apache here.
 need_apache
-need_php_httpd
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
@@ -74,7 +74,7 @@ PATCHES=(
 MY_ZM_WEBDIR=/usr/share/zoneminder/www
 
 pkg_setup() {
-   require_php_with_use mysql sockets apache2
+   :
 }
 
 src_configure() {

diff --git a/www-misc/zoneminder/zoneminder-1.28.0.ebuild 
b/www-misc/zoneminder/zoneminder-1.28.0.ebuild
index 0168b2a..4015381 100644
--- a/www-misc/zoneminder/zoneminder-1.28.0.ebuild
+++ b/www-misc/zoneminder/zoneminder-1.28.0.ebuild
@@ -19,7 +19,7 @@ EAPI=5
 
 PERL_EXPORT_PHASE_FUNCTIONS=no
 
-inherit perl-module readme.gentoo eutils base cmake-utils depend.php 
depend.apache multilib flag-o-matic
+inherit perl-module readme.gentoo eutils base cmake-utils depend.apache 
multilib flag-o-matic
 
 MY_PN="ZoneMinder"
 
@@ -50,6 +50,7 @@ DEPEND="
sys-auth/polkit
sys-libs/zlib
virtual/ffmpeg
+   virtual/httpd-php
virtual/jpeg
virtual/mysql
virtual/perl-ExtUtils-MakeMaker
@@ -69,7 +70,6 @@ RDEPEND="${DEPEND}"
 # we cannot use need_httpd_cgi here, since we need to setup permissions for the
 # webserver in global scope (/etc/zm.conf etc), so we hardcode apache here.
 need_apache
-need_php_httpd
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
@@ -80,7 +80,7 @@ PATCHES=(
 MY_ZM_WEBDIR=/usr/share/zoneminder/www
 
 pkg_setup() {
-   require_php_with_use mysql sockets apache2
+   :
 }
 
 src_configure() {

diff --git a/www-misc/zoneminder/zoneminder-1.28.1.ebuild 
b/www-misc/zoneminder/zoneminder-1.28.1.ebuild
index 0168b2a..4015381 100644
--- a/www-misc/zoneminder/zoneminder-1.28.1.ebuild
+++ b/www-misc/zoneminder/zoneminder-1.28.1.ebuild
@@ -19,7 +19,7 @@ EAPI=5
 
 PERL_EXPORT_PHASE_FUNCTIONS=no
 
-inherit perl-module readme.gentoo eutils base cmake-utils depend.php 
depend.apache multilib flag-o-matic
+inherit perl-module readme.gentoo eutils base cmake-utils depend.apache 
multilib flag-o-matic
 
 MY_PN="ZoneMinder"
 
@@ -50,6 +50,7 @@ DEPEND="
sys-auth/polkit
sys-libs/zlib
virtual/ffmpeg
+   virtual/httpd-php
virtual/jpeg
virtual/mysql
virtual/perl-ExtUtils-MakeMaker
@@ -69,7 +70,6 @@ RDEPEND="${DEPEND}"
 # we cannot use need_httpd_cgi here, since we need to setup permissions for the
 # webserver in global scope (/etc/zm.conf etc), so we hardcode apache here.
 need_apache
-need_php_httpd
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
@@ -80,7 +80,7 @@ PATCHES=(
 MY_ZM_WEBDIR=/usr/share/zoneminder/www
 
 pkg_setup() {
-   require_php_with_use mysql sockets apache2
+   :
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: www-apps/dotproject/

2015-12-08 Thread Brian Evans
commit: 97015334b8293366f1eb7b2f32991e8e8697b0d1
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Dec  8 18:52:46 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Dec  8 18:52:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97015334

www-apps/dotproject: Remove depend.php from inherit wrt bug 552862

This simply replaces the function call with the dep it was adding.
No effective dep changes.

Package-Manager: portage-2.2.26

 www-apps/dotproject/dotproject-2.1.7-r1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild 
b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild
index 16b1f6c..4c973b7 100644
--- a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild
+++ b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-inherit eutils webapp depend.php
+inherit eutils webapp
 
 DESCRIPTION="dotProject is a PHP web-based project management framework"
 HOMEPAGE="http://www.dotproject.net/";
@@ -15,10 +15,10 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="app-text/poppler[utils]
-   dev-php/PEAR-Date"
+   dev-php/PEAR-Date
+   virtual/httpd-php"
 
 need_httpd_cgi
-need_php_httpd
 
 S=${WORKDIR}/${PN}
 



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

2015-12-08 Thread Brian Evans
commit: 0e64b2794d4fbc11e274c8e566f3df09b11f6825
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Dec  8 18:54:16 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Dec  8 18:54:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e64b279

app-text/refbase: Remove depend.php from inherit wrt bug 552874

This simply replaces the function call with the dep it was adding.
No effective dep changes.

Package-Manager: portage-2.2.26

 app-text/refbase/refbase-0.9.5.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-text/refbase/refbase-0.9.5.ebuild 
b/app-text/refbase/refbase-0.9.5.ebuild
index 39a921d..4c0130d 100644
--- a/app-text/refbase/refbase-0.9.5.ebuild
+++ b/app-text/refbase/refbase-0.9.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="2"
-inherit depend.apache depend.php webapp
+inherit depend.apache webapp
 
 DESCRIPTION="Web-based solution for managing scientific literature, references 
and citations"
 HOMEPAGE="http://www.refbase.net/";
@@ -18,7 +18,6 @@ DEPEND="|| ( =dev-lang/php-5.3 )
 RDEPEND="${DEPEND}"
 
 need_apache
-need_php
 
 pkg_setup() {
webapp_pkg_setup



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

2015-12-08 Thread William Hubbs
commit: 0d202b5711228bb047140430ea8fe4f749503fb4
Author: William Hubbs  gmail  com>
AuthorDate: Tue Dec  8 19:02:21 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Dec  8 19:02:26 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0d202b57

Update feature-removal-schedule wrt mtab service

 FEATURE-REMOVAL-SCHEDULE.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/FEATURE-REMOVAL-SCHEDULE.md b/FEATURE-REMOVAL-SCHEDULE.md
index a1b19ab..57e8a5a 100644
--- a/FEATURE-REMOVAL-SCHEDULE.md
+++ b/FEATURE-REMOVAL-SCHEDULE.md
@@ -53,7 +53,8 @@ Who:
 
 ## the mtab service script
 
-When: make warnings more visible in 1.0, remove in 2.0
+When: force /etc/mtab to link to /proc/self/mounts in 1.0, remove
+ service in 2.0
 
 Why: /etc/mtab should be a symbolic link to /proc/self/mounts on modern
 Linux systems



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

2015-12-08 Thread William Hubbs
commit: 935252b1152b4086ccbe76ace21e677d7ac8a357
Author: William Hubbs  gmail  com>
AuthorDate: Tue Dec  8 19:11:41 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Dec  8 19:11:41 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=935252b1

Add note about removing rc_sys() from librc

 FEATURE-REMOVAL-SCHEDULE.md | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/FEATURE-REMOVAL-SCHEDULE.md b/FEATURE-REMOVAL-SCHEDULE.md
index 57e8a5a..54d5597 100644
--- a/FEATURE-REMOVAL-SCHEDULE.md
+++ b/FEATURE-REMOVAL-SCHEDULE.md
@@ -60,3 +60,14 @@ Why: /etc/mtab should be a symbolic link to 
/proc/self/mounts on modern
 Linux systems
 
 Who:
+
+## the rc_sys librc api function
+
+When: 1.0
+
+Why: The OpenRC code now uses two internal functions, detect_container()
+and detect_vm() to handle this. rc_sys() is broken because it
+doesn't differentiate between containers and vm's.
+
+Who:
+



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2015-12-08 Thread Ian Stakenvicius
commit: 852c5ec76e95e6751ed7c7ea4ad9ed8c704ae3c1
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Dec  8 19:44:58 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Dec  8 19:44:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852c5ec7

sys-boot/grub:0 - migrate to EAPI5 and add missing slot dep on ncurses atom

Package-Manager: portage-2.2.24

 sys-boot/grub/{grub-0.97-r14.ebuild => grub-0.97-r15.ebuild} | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/sys-boot/grub/grub-0.97-r14.ebuild 
b/sys-boot/grub/grub-0.97-r15.ebuild
similarity index 97%
rename from sys-boot/grub/grub-0.97-r14.ebuild
rename to sys-boot/grub/grub-0.97-r15.ebuild
index f651626..b043b06 100644
--- a/sys-boot/grub/grub-0.97-r14.ebuild
+++ b/sys-boot/grub/grub-0.97-r15.ebuild
@@ -16,7 +16,7 @@
 # qtbz2 -s -j ${PKGDIR}/${CAT}/${PF}.tbz2 && \
 # mv ${PF}.tar.bz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2
 
-EAPI="4"
+EAPI="5"
 
 inherit eutils mount-boot toolchain-funcs linux-info flag-o-matic autotools 
pax-utils multiprocessing
 
@@ -33,11 +33,8 @@ SLOT="0"
 KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="custom-cflags ncurses netboot static"
 
-LIB_DEPEND="ncurses? (
-   >=sys-libs/ncurses-5.9-r3[static-libs(+)]
-   amd64? ( >=sys-libs/ncurses-5.9-r3[abi_x86_32(-)] )
-   )"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)\]/} )"
+LIB_DEPEND="ncurses? ( 
>=sys-libs/ncurses-5.9-r3:0[static-libs(+),abi_x86_32(-)] )"
+RDEPEND="!static? ( ${LIB_DEPEND//static-libs(+),/} )"
 DEPEND="${RDEPEND}
static? ( ${LIB_DEPEND} )"
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2015-12-08 Thread Ulrich Müller
commit: 844bedc6b891c1cbc0497d7d7ad54ec7922639ba
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Dec  8 20:05:02 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Dec  8 20:05:02 2015 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=844bedc6

ebuild-writing/variables: Clarify wording for length of DESCRIPTION.

Bug: 562806

 ebuild-writing/variables/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index fd749c0..a9671de 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -130,7 +130,7 @@ The following variables may or must be defined by every 
ebuild.
   
 DESCRIPTION
 
-A short (less than 80 characters) description of the package's
+A short (not more than 80 characters) description of the package's
 purpose. Mandatory.
 
   



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2015-12-08 Thread Ian Stakenvicius
commit: 5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Dec  8 20:13:56 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Dec  8 20:13:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb0eb89

sys-boot/grub:0 - add missing slot-operator dep on ncurses when USE="-static"

Package-Manager: portage-2.2.24

 sys-boot/grub/grub-0.97-r15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/grub/grub-0.97-r15.ebuild 
b/sys-boot/grub/grub-0.97-r15.ebuild
index b043b06..068f68b 100644
--- a/sys-boot/grub/grub-0.97-r15.ebuild
+++ b/sys-boot/grub/grub-0.97-r15.ebuild
@@ -34,7 +34,7 @@ KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="custom-cflags ncurses netboot static"
 
 LIB_DEPEND="ncurses? ( 
>=sys-libs/ncurses-5.9-r3:0[static-libs(+),abi_x86_32(-)] )"
-RDEPEND="!static? ( ${LIB_DEPEND//static-libs(+),/} )"
+RDEPEND="!static? ( ${LIB_DEPEND//[static-libs(+),/=[} )"
 DEPEND="${RDEPEND}
static? ( ${LIB_DEPEND} )"
 



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

2015-12-08 Thread Alfredo Tupone
commit: b11605f98ffe86003f351b97d7c975c554bf19a6
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Dec  8 20:46:12 2015 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Dec  8 20:46:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11605f9

games-puzzle/quadra: Compile with format-security. Bug #544354

Package-Manager: portage-2.2.20.1

 games-puzzle/quadra/files/quadra-1.2.0-format.patch | 11 +++
 games-puzzle/quadra/quadra-1.2.0.ebuild |  1 +
 2 files changed, 12 insertions(+)

diff --git a/games-puzzle/quadra/files/quadra-1.2.0-format.patch 
b/games-puzzle/quadra/files/quadra-1.2.0-format.patch
new file mode 100644
index 000..d9db497
--- /dev/null
+++ b/games-puzzle/quadra/files/quadra-1.2.0-format.patch
@@ -0,0 +1,11 @@
+--- source/net_list.cpp.old2015-12-08 21:41:16.782404098 +0100
 source/net_list.cpp2015-12-08 21:41:33.153114600 +0100
+@@ -693,7 +693,7 @@
+   //Drawn at a total higher or equal to 
end_value: suspense!
+   //  or maybe timer just elapsed and the game is 
drawn
+   //  (still suspense! :))
+-  sprintf(st, ST_GAMETIED);
++  sprintf(st, "%s", ST_GAMETIED);
+   message(-1, st);
+   { Sfx stmp(sons.levelup, 0, 0, -1, 18050); }
+   { Sfx stmp(sons.levelup, 0, 0, -1, 18100); }

diff --git a/games-puzzle/quadra/quadra-1.2.0.ebuild 
b/games-puzzle/quadra/quadra-1.2.0.ebuild
index 42d40a5..9841a5f 100644
--- a/games-puzzle/quadra/quadra-1.2.0.ebuild
+++ b/games-puzzle/quadra/quadra-1.2.0.ebuild
@@ -29,6 +29,7 @@ src_prepare() {
-e "/^libgamesdir:=/s:/games:/${PN}:" \
-e "/^datagamesdir:=/s:/games:/${PN}:" \
config/config.mk.in || die
+   epatch "${FILESDIR}"/${P}-format.patch
 }
 
 src_install() {



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/s390/s390x/netboot/, ...

2015-12-08 Thread Mike Frysinger
commit: 6cfbdd0570e2a35988e1a3e962e4de62c7cf147b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Dec  8 20:51:36 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Dec  8 20:51:36 2015 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=6cfbdd05

s390 netboot: add more util-linux libs

Newer versions of util-linux include more libs, so make sure we bundle
them up so tools aren't broken.

URL: https://bugs.gentoo.org/556328

 releases/weekly/specs/s390/s390/netboot/netboot.spec  | 2 ++
 releases/weekly/specs/s390/s390x/netboot/netboot.spec | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/releases/weekly/specs/s390/s390/netboot/netboot.spec 
b/releases/weekly/specs/s390/s390/netboot/netboot.spec
index 8722c0d..c4a75b0 100644
--- a/releases/weekly/specs/s390/s390/netboot/netboot.spec
+++ b/releases/weekly/specs/s390/s390/netboot/netboot.spec
@@ -185,7 +185,9 @@ netboot2/packages/sys-apps/util-linux/files:
/sbin/swapoff
/lib/libblkid.so.*
/lib/libmount.so.*
+   /lib/libsmartcols.so.*
/lib/libuuid.so.*
+   /usr/lib/libfdisk.so.*
 
 netboot2/packages/app-editors/nano/files:
/bin/nano

diff --git a/releases/weekly/specs/s390/s390x/netboot/netboot.spec 
b/releases/weekly/specs/s390/s390x/netboot/netboot.spec
index d72ed2d..89ebacb 100644
--- a/releases/weekly/specs/s390/s390x/netboot/netboot.spec
+++ b/releases/weekly/specs/s390/s390x/netboot/netboot.spec
@@ -185,7 +185,9 @@ netboot2/packages/sys-apps/util-linux/files:
/sbin/swapoff
/lib64/libblkid.so.*
/lib64/libmount.so.*
+   /lib64/libsmartcols.so.*
/lib64/libuuid.so.*
+   /usr/lib64/libfdisk.so.*
 
 netboot2/packages/app-editors/nano/files:
/bin/nano



[gentoo-commits] proj/genkernel:master commit in: arch/s390/

2015-12-08 Thread Mike Frysinger
commit: 651bfd26e288fa7a3b21b3630bc32e1ed0db37e1
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Dec  8 20:56:13 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Dec  8 20:56:39 2015 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=651bfd26

s390 kernel: update config to linux-4.3 and add kvm/virtio support

In order to boot the s390 kernel under qemu and such, we need to enable
a few more drivers.  Since the size cost isn't large, and it allows us
to test things in an emulator, do it.

URL: https://bugs.gentoo.org/556328

 arch/s390/kernel-config | 728 
 1 file changed, 550 insertions(+), 178 deletions(-)

diff --git a/arch/s390/kernel-config b/arch/s390/kernel-config
index 343f394..cae82b8 100644
--- a/arch/s390/kernel-config
+++ b/arch/s390/kernel-config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/s390 3.4.10 Kernel Configuration
+# Linux/s390 4.3.0 Kernel Configuration
 #
 CONFIG_MMU=y
 CONFIG_ZONE_DMA=y
@@ -11,28 +11,29 @@ CONFIG_RWSEM_XCHGADD_ALGORITHM=y
 # CONFIG_ARCH_HAS_ILOG2_U32 is not set
 # CONFIG_ARCH_HAS_ILOG2_U64 is not set
 CONFIG_GENERIC_HWEIGHT=y
-CONFIG_GENERIC_TIME_VSYSCALL=y
-CONFIG_GENERIC_CLOCKEVENTS=y
 CONFIG_GENERIC_BUG=y
 CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
-CONFIG_NO_IOMEM=y
-CONFIG_NO_DMA=y
 CONFIG_ARCH_DMA_ADDR_T_64BIT=y
 CONFIG_PGSTE=y
-CONFIG_VIRT_CPU_ACCOUNTING=y
 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
+CONFIG_KEXEC=y
+CONFIG_AUDIT_ARCH=y
+CONFIG_NO_IOPORT_MAP=y
+# CONFIG_PCI_QUIRKS is not set
+CONFIG_ARCH_SUPPORTS_UPROBES=y
 CONFIG_S390=y
 CONFIG_SCHED_OMIT_FRAME_POINTER=y
+CONFIG_PGTABLE_LEVELS=4
 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
-CONFIG_HAVE_IRQ_WORK=y
 CONFIG_IRQ_WORK=y
+CONFIG_BUILDTIME_EXTABLE_SORT=y
 
 #
 # General setup
 #
-CONFIG_EXPERIMENTAL=y
 CONFIG_INIT_ENV_ARG_LIMIT=32
 CONFIG_CROSS_COMPILE=""
+# CONFIG_COMPILE_TEST is not set
 CONFIG_LOCALVERSION=""
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_HAVE_KERNEL_GZIP=y
@@ -40,37 +41,73 @@ CONFIG_HAVE_KERNEL_BZIP2=y
 CONFIG_HAVE_KERNEL_LZMA=y
 CONFIG_HAVE_KERNEL_XZ=y
 CONFIG_HAVE_KERNEL_LZO=y
+CONFIG_HAVE_KERNEL_LZ4=y
 # CONFIG_KERNEL_GZIP is not set
 # CONFIG_KERNEL_BZIP2 is not set
 # CONFIG_KERNEL_LZMA is not set
 CONFIG_KERNEL_XZ=y
 # CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_LZ4 is not set
 CONFIG_DEFAULT_HOSTNAME="s390x"
 CONFIG_SWAP=y
 CONFIG_SYSVIPC=y
 CONFIG_SYSVIPC_SYSCTL=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_POSIX_MQUEUE_SYSCTL=y
-# CONFIG_BSD_PROCESS_ACCT is not set
+CONFIG_CROSS_MEMORY_ATTACH=y
 CONFIG_FHANDLE=y
-# CONFIG_TASKSTATS is not set
+CONFIG_USELIB=y
 # CONFIG_AUDIT is not set
+CONFIG_HAVE_ARCH_AUDITSYSCALL=y
+
+#
+# IRQ subsystem
+#
+CONFIG_GENERIC_TIME_VSYSCALL=y
+CONFIG_GENERIC_CLOCKEVENTS=y
+
+#
+# Timers subsystem
+#
+CONFIG_TICK_ONESHOT=y
+CONFIG_NO_HZ_COMMON=y
+# CONFIG_HZ_PERIODIC is not set
+CONFIG_NO_HZ_IDLE=y
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
+
+#
+# CPU/Task time and stats accounting
+#
+CONFIG_VIRT_CPU_ACCOUNTING=y
+CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y
+# CONFIG_BSD_PROCESS_ACCT is not set
+# CONFIG_TASKSTATS is not set
 
 #
 # RCU Subsystem
 #
 CONFIG_TREE_RCU=y
-# CONFIG_PREEMPT_RCU is not set
-CONFIG_RCU_FANOUT=32
-# CONFIG_RCU_FANOUT_EXACT is not set
-# CONFIG_RCU_FAST_NO_HZ is not set
+# CONFIG_RCU_EXPERT is not set
+CONFIG_SRCU=y
+# CONFIG_TASKS_RCU is not set
+CONFIG_RCU_STALL_COMMON=y
 # CONFIG_TREE_RCU_TRACE is not set
+# CONFIG_RCU_EXPEDITE_BOOT is not set
+CONFIG_BUILD_BIN2C=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=17
+CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
+CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
 # CONFIG_CGROUPS is not set
 # CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_NAMESPACES is not set
+CONFIG_NAMESPACES=y
+CONFIG_UTS_NS=y
+CONFIG_IPC_NS=y
+# CONFIG_USER_NS is not set
+CONFIG_PID_NS=y
+CONFIG_NET_NS=y
 # CONFIG_SCHED_AUTOGROUP is not set
 # CONFIG_SYSFS_DEPRECATED is not set
 # CONFIG_RELAY is not set
@@ -81,25 +118,35 @@ CONFIG_RD_BZIP2=y
 CONFIG_RD_LZMA=y
 CONFIG_RD_XZ=y
 CONFIG_RD_LZO=y
+# CONFIG_RD_LZ4 is not set
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
+CONFIG_SYSCTL_EXCEPTION_TRACE=y
+CONFIG_BPF=y
 CONFIG_EXPERT=y
+CONFIG_MULTIUSER=y
+# CONFIG_SGETMASK_SYSCALL is not set
+CONFIG_SYSFS_SYSCALL=y
 CONFIG_SYSCTL_SYSCALL=y
 CONFIG_KALLSYMS=y
 # CONFIG_KALLSYMS_ALL is not set
-CONFIG_HOTPLUG=y
 CONFIG_PRINTK=y
 CONFIG_BUG=y
 CONFIG_ELF_CORE=y
 CONFIG_BASE_FULL=y
 CONFIG_FUTEX=y
+CONFIG_HAVE_FUTEX_CMPXCHG=y
 CONFIG_EPOLL=y
 CONFIG_SIGNALFD=y
 CONFIG_TIMERFD=y
 CONFIG_EVENTFD=y
+# CONFIG_BPF_SYSCALL is not set
 CONFIG_SHMEM=y
 CONFIG_AIO=y
+CONFIG_ADVISE_SYSCALLS=y
+# CONFIG_USERFAULTFD is not set
+CONFIG_MEMBARRIER=y
 CONFIG_EMBEDDED=y
 CONFIG_HAVE_PERF_EVENTS=y
 
@@ -107,31 +154,50 @@ CONFIG_HAVE_PERF_EVENTS=y
 # Kernel Performance Events And Counters
 #
 CONFIG_PERF_EVENTS=y
-# CONFIG_PERF_COUNTERS is not set
 # CONFIG_DEBUG_PERF_USE_

[gentoo-commits] proj/releng:master commit in: releases/weekly/kconfig/s390/

2015-12-08 Thread Mike Frysinger
commit: 37ef518198b72c9f51c27987c97690c94046dd9b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Dec  8 20:55:27 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Dec  8 20:56:45 2015 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=37ef5181

s390 netboot: update kernel config to linux-4.3 and add kvm/virtio support

In order to boot the s390 kernel under qemu and such, we need to enable
a few more drivers.  Since the size cost isn't large, and it allows us
to test things in an emulator, do it.

URL: https://bugs.gentoo.org/556328

 releases/weekly/kconfig/s390/netboot64.config | 728 +++---
 1 file changed, 550 insertions(+), 178 deletions(-)

diff --git a/releases/weekly/kconfig/s390/netboot64.config 
b/releases/weekly/kconfig/s390/netboot64.config
index 343f394..cae82b8 100644
--- a/releases/weekly/kconfig/s390/netboot64.config
+++ b/releases/weekly/kconfig/s390/netboot64.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/s390 3.4.10 Kernel Configuration
+# Linux/s390 4.3.0 Kernel Configuration
 #
 CONFIG_MMU=y
 CONFIG_ZONE_DMA=y
@@ -11,28 +11,29 @@ CONFIG_RWSEM_XCHGADD_ALGORITHM=y
 # CONFIG_ARCH_HAS_ILOG2_U32 is not set
 # CONFIG_ARCH_HAS_ILOG2_U64 is not set
 CONFIG_GENERIC_HWEIGHT=y
-CONFIG_GENERIC_TIME_VSYSCALL=y
-CONFIG_GENERIC_CLOCKEVENTS=y
 CONFIG_GENERIC_BUG=y
 CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
-CONFIG_NO_IOMEM=y
-CONFIG_NO_DMA=y
 CONFIG_ARCH_DMA_ADDR_T_64BIT=y
 CONFIG_PGSTE=y
-CONFIG_VIRT_CPU_ACCOUNTING=y
 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
+CONFIG_KEXEC=y
+CONFIG_AUDIT_ARCH=y
+CONFIG_NO_IOPORT_MAP=y
+# CONFIG_PCI_QUIRKS is not set
+CONFIG_ARCH_SUPPORTS_UPROBES=y
 CONFIG_S390=y
 CONFIG_SCHED_OMIT_FRAME_POINTER=y
+CONFIG_PGTABLE_LEVELS=4
 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
-CONFIG_HAVE_IRQ_WORK=y
 CONFIG_IRQ_WORK=y
+CONFIG_BUILDTIME_EXTABLE_SORT=y
 
 #
 # General setup
 #
-CONFIG_EXPERIMENTAL=y
 CONFIG_INIT_ENV_ARG_LIMIT=32
 CONFIG_CROSS_COMPILE=""
+# CONFIG_COMPILE_TEST is not set
 CONFIG_LOCALVERSION=""
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_HAVE_KERNEL_GZIP=y
@@ -40,37 +41,73 @@ CONFIG_HAVE_KERNEL_BZIP2=y
 CONFIG_HAVE_KERNEL_LZMA=y
 CONFIG_HAVE_KERNEL_XZ=y
 CONFIG_HAVE_KERNEL_LZO=y
+CONFIG_HAVE_KERNEL_LZ4=y
 # CONFIG_KERNEL_GZIP is not set
 # CONFIG_KERNEL_BZIP2 is not set
 # CONFIG_KERNEL_LZMA is not set
 CONFIG_KERNEL_XZ=y
 # CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_LZ4 is not set
 CONFIG_DEFAULT_HOSTNAME="s390x"
 CONFIG_SWAP=y
 CONFIG_SYSVIPC=y
 CONFIG_SYSVIPC_SYSCTL=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_POSIX_MQUEUE_SYSCTL=y
-# CONFIG_BSD_PROCESS_ACCT is not set
+CONFIG_CROSS_MEMORY_ATTACH=y
 CONFIG_FHANDLE=y
-# CONFIG_TASKSTATS is not set
+CONFIG_USELIB=y
 # CONFIG_AUDIT is not set
+CONFIG_HAVE_ARCH_AUDITSYSCALL=y
+
+#
+# IRQ subsystem
+#
+CONFIG_GENERIC_TIME_VSYSCALL=y
+CONFIG_GENERIC_CLOCKEVENTS=y
+
+#
+# Timers subsystem
+#
+CONFIG_TICK_ONESHOT=y
+CONFIG_NO_HZ_COMMON=y
+# CONFIG_HZ_PERIODIC is not set
+CONFIG_NO_HZ_IDLE=y
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
+
+#
+# CPU/Task time and stats accounting
+#
+CONFIG_VIRT_CPU_ACCOUNTING=y
+CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y
+# CONFIG_BSD_PROCESS_ACCT is not set
+# CONFIG_TASKSTATS is not set
 
 #
 # RCU Subsystem
 #
 CONFIG_TREE_RCU=y
-# CONFIG_PREEMPT_RCU is not set
-CONFIG_RCU_FANOUT=32
-# CONFIG_RCU_FANOUT_EXACT is not set
-# CONFIG_RCU_FAST_NO_HZ is not set
+# CONFIG_RCU_EXPERT is not set
+CONFIG_SRCU=y
+# CONFIG_TASKS_RCU is not set
+CONFIG_RCU_STALL_COMMON=y
 # CONFIG_TREE_RCU_TRACE is not set
+# CONFIG_RCU_EXPEDITE_BOOT is not set
+CONFIG_BUILD_BIN2C=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=17
+CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
+CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
 # CONFIG_CGROUPS is not set
 # CONFIG_CHECKPOINT_RESTORE is not set
-# CONFIG_NAMESPACES is not set
+CONFIG_NAMESPACES=y
+CONFIG_UTS_NS=y
+CONFIG_IPC_NS=y
+# CONFIG_USER_NS is not set
+CONFIG_PID_NS=y
+CONFIG_NET_NS=y
 # CONFIG_SCHED_AUTOGROUP is not set
 # CONFIG_SYSFS_DEPRECATED is not set
 # CONFIG_RELAY is not set
@@ -81,25 +118,35 @@ CONFIG_RD_BZIP2=y
 CONFIG_RD_LZMA=y
 CONFIG_RD_XZ=y
 CONFIG_RD_LZO=y
+# CONFIG_RD_LZ4 is not set
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
+CONFIG_SYSCTL_EXCEPTION_TRACE=y
+CONFIG_BPF=y
 CONFIG_EXPERT=y
+CONFIG_MULTIUSER=y
+# CONFIG_SGETMASK_SYSCALL is not set
+CONFIG_SYSFS_SYSCALL=y
 CONFIG_SYSCTL_SYSCALL=y
 CONFIG_KALLSYMS=y
 # CONFIG_KALLSYMS_ALL is not set
-CONFIG_HOTPLUG=y
 CONFIG_PRINTK=y
 CONFIG_BUG=y
 CONFIG_ELF_CORE=y
 CONFIG_BASE_FULL=y
 CONFIG_FUTEX=y
+CONFIG_HAVE_FUTEX_CMPXCHG=y
 CONFIG_EPOLL=y
 CONFIG_SIGNALFD=y
 CONFIG_TIMERFD=y
 CONFIG_EVENTFD=y
+# CONFIG_BPF_SYSCALL is not set
 CONFIG_SHMEM=y
 CONFIG_AIO=y
+CONFIG_ADVISE_SYSCALLS=y
+# CONFIG_USERFAULTFD is not set
+CONFIG_MEMBARRIER=y
 CONFIG_EMBEDDED=y
 CONFIG_HAVE_PERF_EVENTS=y
 
@@ -107,31 +154,50 @@ CONFIG_HAVE_PERF_EVENTS=y
 # Kernel Performance Events And 

[gentoo-commits] proj/portage:master commit in: bin/

2015-12-08 Thread Arfrever Frehtes Taifersar Arahesis
commit: fb4d1f4ff710c7d7c848cf5ed4a7232bc1dd1e19
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec  8 20:56:17 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Tue Dec  8 20:56:17 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=fb4d1f4f

ebuild: Rename some variables.

 bin/ebuild | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/bin/ebuild b/bin/ebuild
index 2c42771..1afad25 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -141,25 +141,25 @@ if not os.path.isabs(ebuild):
 ebuild = portage.normalize_path(ebuild)
 # portdbapi uses the canonical path for the base of the portage tree, but
 # subdirectories of the base can be built from symlinks (like crossdev does).
-ebuild_portdir = os.path.realpath(
+repo_location = os.path.realpath(
os.path.dirname(os.path.dirname(os.path.dirname(ebuild
-ebuild = os.path.join(ebuild_portdir, *ebuild.split(os.path.sep)[-3:])
+ebuild = os.path.join(repo_location, *ebuild.split(os.path.sep)[-3:])
 vdb_path = os.path.realpath(os.path.join(portage.settings['EROOT'], VDB_PATH))
 
-myrepo = None
-if ebuild_portdir != vdb_path:
-   myrepo = portage.repository.config._read_repo_name(ebuild_portdir)
-   if myrepo is None:
+repo_name = None
+if repo_location != vdb_path:
+   repo_name = portage.repository.config._read_repo_name(repo_location)
+   if repo_name is None:
err("Repository located in %r has no repository name set in %r 
or in 'repo-name' attribute in %r" %
-   (ebuild_portdir, os.path.join(ebuild_portdir, 
REPO_NAME_LOC), os.path.join(ebuild_portdir, "metadata", "layout.conf")))
+   (repo_location, os.path.join(repo_location, 
REPO_NAME_LOC), os.path.join(repo_location, "metadata", "layout.conf")))
 
# Make sure that portdb.findname() returns the correct ebuild.
-   if ebuild_portdir not in portage.portdb.porttrees:
-   print("Appending repository '%s' located in '%s' to 
configuration of repositories" % (myrepo, ebuild_portdir))
+   if repo_location not in portage.portdb.porttrees:
+   print("Appending repository '%s' located in '%s' to 
configuration of repositories" % (repo_name, repo_location))
tmp_conf_file = io.StringIO(textwrap.dedent("""
[%s]
location = %s
-   """ % (myrepo, ebuild_portdir)))
+   """ % (repo_name, repo_location)))
repositories = 
portage.repository.config.load_repository_config(portage.settings, 
extra_files=[tmp_conf_file])
os.environ["PORTAGE_REPOSITORIES"] = 
repositories.config_string()
portage._reset_legacy_globals()
@@ -182,7 +182,7 @@ if ebuild.startswith(vdb_path):
mytree = "vartree"
pkg_type = "installed"
 
-   portage_ebuild = portage.db[portage.root][mytree].dbapi.findname(cpv, 
myrepo=myrepo)
+   portage_ebuild = portage.db[portage.root][mytree].dbapi.findname(cpv, 
myrepo=repo_name)
 
if os.path.realpath(portage_ebuild) != ebuild:
err('Portage seems to think that %s is at %s' % (cpv, 
portage_ebuild))
@@ -191,7 +191,7 @@ else:
mytree = "porttree"
pkg_type = "ebuild"
 
-   portage_ebuild = portage.portdb.findname(cpv, myrepo=myrepo)
+   portage_ebuild = portage.portdb.findname(cpv, myrepo=repo_name)
 
if not portage_ebuild or portage_ebuild != ebuild:
err('%s: Invalid structure of repository' % (ebuild,))
@@ -238,7 +238,7 @@ build_dir_phases = set(["setup", "unpack", "prepare", 
"configure", "compile",
 ebuild_changed = False
 if mytree == "porttree" and build_dir_phases.intersection(pargs):
ebuild_changed = \
-   portage.portdb._pull_valid_cache(cpv, ebuild, 
ebuild_portdir)[0] is None
+   portage.portdb._pull_valid_cache(cpv, ebuild, repo_location)[0] 
is None
 
 tmpsettings = portage.config(clone=portage.settings)
 tmpsettings["PORTAGE_VERBOSE"] = "1"
@@ -271,7 +271,7 @@ if "merge" in pargs and "noauto" in tmpsettings.features:
 try:
metadata = dict(zip(Package.metadata_keys,
portage.db[portage.settings['EROOT']][mytree].dbapi.aux_get(
-   cpv, Package.metadata_keys, myrepo=myrepo)))
+   cpv, Package.metadata_keys, myrepo=repo_name)))
 except PortageKeyError:
# aux_get failure, message should have been shown on stderr.
sys.exit(1)



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2015-12-08 Thread Ian Stakenvicius
commit: 69273f1d085c5d44071c1f209e9048faa7c78202
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Dec  8 21:23:20 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Dec  8 21:23:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69273f1d

sys-boot/grub:0 - Force -O0 to work around bugs 564890, 566638

Package-Manager: portage-2.2.24

 .../grub/{grub-0.97-r15.ebuild => grub-0.97-r16.ebuild}   | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/sys-boot/grub/grub-0.97-r15.ebuild 
b/sys-boot/grub/grub-0.97-r16.ebuild
similarity index 93%
rename from sys-boot/grub/grub-0.97-r15.ebuild
rename to sys-boot/grub/grub-0.97-r16.ebuild
index 068f68b..9da0d0e 100644
--- a/sys-boot/grub/grub-0.97-r15.ebuild
+++ b/sys-boot/grub/grub-0.97-r16.ebuild
@@ -67,6 +67,21 @@ src_prepare() {
|| die
 
EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
+
+   # Work around issue where the default CFLAGS fail with gcc-4.9.3 
(possibly newer), force -O0 instead
+   # bug 564890, 566638
+   if [[ $(gcc-major-version) -ge 5 || $(gcc-major-version) -eq 4 && 
$(gcc-minor-version) -ge 9 ]]; then
+   if use custom-cflags; then
+   ewarn "You are using custom cflags with gcc-4.9 or 
newer."
+   ewarn "Be aware the result may segfault at runtime due 
to unknown optimization"
+   ewarn "incompatibilities."
+   else
+   einfo "Forcing -O0 to get around optimization issue 
caused by gcc-4.9 and newer with -O2"
+   sed -i  -e "/CFLAGS/s/-O2/-O0/" \
+   "${S}"/configure.ac || die
+   fi
+   fi
+
rm -f "${S}"/aclocal.m4 # seems to keep bug 418287 away
eautoreconf
 }



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

2015-12-08 Thread Michael Orlitzky
commit: e286291b9c1c4285f34634273d35ff381e09a1ed
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Sep 27 01:50:17 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Dec  8 21:37:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e286291b

dev-php/pecl-redis: revision bump to fix incorrect DOCS.

Update the DOCS array to contain accurate filenames. Due to a bug in
php-ext-source-r2.eclass, it currently is not an error when DOCS
contains bad values. Before that can change, we need to fix the
existing ebuilds.

As part of the revbump, a few other cosmetic issues were fixed.

Package-Manager: portage-2.2.20.1

 dev-php/pecl-redis/pecl-redis-2.2.7-r1.ebuild | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/dev-php/pecl-redis/pecl-redis-2.2.7-r1.ebuild 
b/dev-php/pecl-redis/pecl-redis-2.2.7-r1.ebuild
new file mode 100644
index 000..276b547
--- /dev/null
+++ b/dev-php/pecl-redis/pecl-redis-2.2.7-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PHP_EXT_NAME="redis"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-4 php5-5 php5-6"
+
+DOCS="arrays.markdown README.markdown"
+
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="PHP extension for interfacing with Redis"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE="igbinary"
+
+DEPEND="igbinary? (
+   php_targets_php5-4? ( dev-php/igbinary[php_targets_php5-4] )
+   php_targets_php5-5? ( dev-php/igbinary[php_targets_php5-5] )
+   php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] ) )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   my_conf="--enable-redis
+   $(use_enable igbinary redis-igbinary)"
+
+   php-ext-source-r2_src_configure
+}



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

2015-12-08 Thread Sebastian Pipping
commit: a1ea06b430e14f68b5b7bf1947a681215157c034
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Dec  8 21:49:31 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Dec  8 21:54:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ea06b4

media-libs/gegl: Fix ffmpeg/libav dependency (bug #567638)

Package-Manager: portage-2.2.26

 media-libs/gegl/gegl-0.3.4.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-libs/gegl/gegl-0.3.4.ebuild 
b/media-libs/gegl/gegl-0.3.4.ebuild
index 764b6c9..c2b9409 100644
--- a/media-libs/gegl/gegl-0.3.4.ebuild
+++ b/media-libs/gegl/gegl-0.3.4.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~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 ~amd64-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A graph based image processing framework"
@@ -27,12 +27,15 @@ HOMEPAGE="http://www.gegl.org/";
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0.3"
 
-IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection 
jpeg jpeg2k lcms lensfun libav openexr png raw sdl svg test tiff umfpack vala 
v4l webp"
+IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection 
jpeg jpeg2k lcms lensfun openexr png raw sdl svg test tiff umfpack vala v4l 
webp"
 REQUIRED_IUSE="
svg? ( cairo )
vala? ( introspection )
 "
 
+# NOTE: Even current libav 11.4 does not have AV_CODEC_CAP_VARIABLE_FRAME_SIZE
+#   so there is no chance to support libav right now (Gentoo bug #567638)
+#   If it returns, please check prior GEGL ebuilds for how libav was 
integrated.  Thanks!
 RDEPEND="
>=dev-libs/glib-2.36:2
dev-libs/json-glib
@@ -43,8 +46,7 @@ RDEPEND="
 
cairo? ( x11-libs/cairo )
ffmpeg? (
-   libav? ( media-video/libav:0= )
-   !libav? ( media-video/ffmpeg:0= )
+   >=media-video/ffmpeg-2.8:0=
)
introspection? ( >=dev-libs/gobject-introspection-1.32 )
jpeg? ( virtual/jpeg:0= )



[gentoo-commits] proj/portage:master commit in: bin/, man/

2015-12-08 Thread Arfrever Frehtes Taifersar Arahesis
commit: 2d40eb4b2e484efdd70f04ac237eb699ac54a98e
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec  8 22:18:56 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Tue Dec  8 22:18:56 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2d40eb4b

egencache: Delete support for deprecated --portdir and --portdir-overlay 
options.

 bin/egencache   | 20 +---
 man/egencache.1 | 10 +-
 2 files changed, 2 insertions(+), 28 deletions(-)

diff --git a/bin/egencache b/bin/egencache
index ab36bbe..7e3387e 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -1,5 +1,5 @@
 #!/usr/bin/python -b
-# Copyright 2009-2014 Gentoo Foundation
+# Copyright 2009-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # unicode_literals for compat with TextIOWrapper in Python 2
@@ -113,12 +113,6 @@ def parse_args(args):
common.add_argument("--gpg-key",
help="override the PORTAGE_GPG_KEY variable",
dest="gpg_key")
-   common.add_argument("--portdir",
-   help="override the PORTDIR variable (deprecated in favor of 
--repositories-configuration)",
-   dest="portdir")
-   common.add_argument("--portdir-overlay",
-   help="override the PORTDIR_OVERLAY variable (deprecated in 
favor of --repositories-configuration)",
-   dest="portdir_overlay")
common.add_argument("--repositories-configuration",
help="override configuration of repositories (in format of 
repos.conf)",
dest="repositories_configuration")
@@ -226,13 +220,6 @@ def parse_args(args):
parser.error("Write access denied: --cache-dir='%s'" % \
(options.cache_dir,))
 
-   if options.portdir is not None:
-   writemsg_level("egencache: warning: --portdir option is 
deprecated in favor of --repositories-configuration option\n",
-   level=logging.WARNING, noiselevel=-1)
-   if options.portdir_overlay is not None:
-   writemsg_level("egencache: warning: --portdir-overlay option is 
deprecated in favor of --repositories-configuration option\n",
-   level=logging.WARNING, noiselevel=-1)
-
for atom in args:
try:
atom = portage.dep.Atom(atom)
@@ -949,15 +936,10 @@ def egencache_main(args):
 
if options.repositories_configuration is not None:
env['PORTAGE_REPOSITORIES'] = options.repositories_configuration
-   elif options.portdir_overlay is not None:
-   env['PORTDIR_OVERLAY'] = options.portdir_overlay
 
if options.cache_dir is not None:
env['PORTAGE_DEPCACHEDIR'] = options.cache_dir
 
-   if options.portdir is not None:
-   env['PORTDIR'] = options.portdir
-
settings = portage.config(config_root=config_root,
local_config=False, env=env)
 

diff --git a/man/egencache.1 b/man/egencache.1
index 2465ddf..7fd17c2 100644
--- a/man/egencache.1
+++ b/man/egencache.1
@@ -1,4 +1,4 @@
-.TH "EGENCACHE" "1" "Mar 2015" "Portage VERSION" "Portage"
+.TH "EGENCACHE" "1" "Dec 2015" "Portage VERSION" "Portage"
 .SH "NAME"
 egencache \- generate metadata cache for ebuild repositories
 .SH "SYNOPSIS"
@@ -71,14 +71,6 @@ Also see the related \fB\-\-load\-average\fR option.
 .BR \-\-load\-average=LOAD
 Specifies that maximum load allowed when spawning multiple jobs.
 .TP
-.BR "\-\-portdir=PORTDIR"
-Override the PORTDIR variable. This option is deprecated in favor of
-\-\-repositories\-configuration option.
-.TP
-.BR "\-\-portdir\-overlay=PORTDIR_OVERLAY"
-Override the PORTDIR_OVERLAY variable. This option is deprecated in favor of
-\-\-repositories\-configuration option.
-.TP
 .BR "\-\-preserve\-comments"
 Preserve the comments found in the output use.local.desc file. This requires
 the output file to exist before egencache is called.



[gentoo-commits] proj/portage:master commit in: pym/portage/_emirrordist/, man/

2015-12-08 Thread Arfrever Frehtes Taifersar Arahesis
commit: 9716f8a19707f89da8e7caeb5427a16804d5b220
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec  8 22:21:32 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Tue Dec  8 22:21:32 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9716f8a1

emirrordist: Delete support for deprecated --portdir and --portdir-overlay 
options.

 man/emirrordist.1| 10 +-
 pym/portage/_emirrordist/main.py | 23 +--
 2 files changed, 2 insertions(+), 31 deletions(-)

diff --git a/man/emirrordist.1 b/man/emirrordist.1
index 2c93830..6e6c508 100644
--- a/man/emirrordist.1
+++ b/man/emirrordist.1
@@ -1,4 +1,4 @@
-.TH "EMIRRORDIST" "1" "Jul 2013" "Portage VERSION" "Portage"
+.TH "EMIRRORDIST" "1" "Dec 2015" "Portage VERSION" "Portage"
 .SH "NAME"
 emirrordist \- a fetch tool for mirroring of package distfiles
 .SH SYNOPSIS
@@ -47,14 +47,6 @@ Name of repo to operate on.
 \fB\-\-config\-root\fR=\fIDIR\fR
 Location of portage config files.
 .TP
-\fB\-\-portdir\fR=\fIDIR\fR
-Override the PORTDIR variable. This option is deprecated in favor of
-\-\-repositories\-configuration option.
-.TP
-\fB\-\-portdir\-overlay\fR=\fIPORTDIR_OVERLAY\fR
-Override the PORTDIR_OVERLAY variable. This option is deprecated in favor of
-\-\-repositories\-configuration option.
-.TP
 \fB\-\-repositories\-configuration\fR=\fIREPOSITORIES_CONFIGURATION\fR
 Override configuration of repositories. The argument of this option has
 the same format as repos.conf (see \fBportage\fR(5)).

diff --git a/pym/portage/_emirrordist/main.py b/pym/portage/_emirrordist/main.py
index 7378ac7..b63837b 100644
--- a/pym/portage/_emirrordist/main.py
+++ b/pym/portage/_emirrordist/main.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2014 Gentoo Foundation
+# Copyright 2013-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 import argparse
@@ -74,15 +74,6 @@ common_options = (
"metavar"  : "DIR"
},
{
-   "longopt"  : "--portdir",
-   "help" : "override the PORTDIR variable (deprecated in 
favor of --repositories-configuration)",
-   "metavar"  : "DIR"
-   },
-   {
-   "longopt"  : "--portdir-overlay",
-   "help" : "override the PORTDIR_OVERLAY variable (deprecated 
in favor of --repositories-configuration)"
-   },
-   {
"longopt"  : "--repositories-configuration",
"help" : "override configuration of repositories (in format 
of repos.conf)"
},
@@ -245,20 +236,8 @@ def emirrordist_main(args):
 
config_root = options.config_root
 
-   if options.portdir is not None:
-   writemsg_level("emirrordist: warning: --portdir option is 
deprecated in favor of --repositories-configuration option\n",
-   level=logging.WARNING, noiselevel=-1)
-   if options.portdir_overlay is not None:
-   writemsg_level("emirrordist: warning: --portdir-overlay option 
is deprecated in favor of --repositories-configuration option\n",
-   level=logging.WARNING, noiselevel=-1)   
-
if options.repositories_configuration is not None:
env['PORTAGE_REPOSITORIES'] = options.repositories_configuration
-   elif options.portdir_overlay is not None:
-   env['PORTDIR_OVERLAY'] = options.portdir_overlay
-
-   if options.portdir is not None:
-   env['PORTDIR'] = options.portdir
 
settings = portage.config(config_root=config_root,
local_config=False, env=env)



[gentoo-commits] proj/portage:master commit in: pym/_emerge/

2015-12-08 Thread Arfrever Frehtes Taifersar Arahesis
commit: 80362239e1b128c710eef0ced6a190c6b8533d1e
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec  8 22:35:45 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Tue Dec  8 22:35:45 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=80362239

_emerge.depgraph.depgraph._select_files(): Update message.

 pym/_emerge/depgraph.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index f659b0a..fa83ae8 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -3667,7 +3667,7 @@ class depgraph(object):
if ebuild_path:
if ebuild_path != 
os.path.join(os.path.realpath(tree_root),
cp, 
os.path.basename(ebuild_path)):
-   writemsg(colorize("BAD", "\n*** 
You need to adjust PORTDIR or PORTDIR_OVERLAY to emerge this package.\n\n"), 
noiselevel=-1)
+   writemsg(colorize("BAD", "\n*** 
You need to adjust repos.conf to emerge this package.\n\n"), noiselevel=-1)

self._dynamic_config._skip_restart = True
return 0, myfavorites
if mykey not in portdb.xmatch(



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

2015-12-08 Thread Ulrich Müller
commit: fbcb58732d0a75138c0c7185f914d10f448ed472
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Dec  8 22:59:33 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Dec  8 22:59:33 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=fbcb5873

Appendix: Include EAPI differences sections in table of contents.

 eapi-differences.tex | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 28ef6e3..c552497 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -249,11 +249,11 @@ File mtimes preserved & 
\compactfeatureref{mtime-preserve} &
 
 \note This chapter is informative and for convenience only. Refer to the main 
text for specifics.
 
-\section*{EAPI 0}
+\section{EAPI 0}
 
 EAPI 0 is the base EAPI.
 
-\section*{EAPI 1}
+\section{EAPI 1}
 
 EAPI 1 is EAPI 0 with the following changes:
 
@@ -263,7 +263,7 @@ EAPI 1 is EAPI 0 with the following changes:
 \item Different \t{src\_compile} implementation, \featureref{src-compile-1}.
 \end{compactitem}
 
-\section*{EAPI 2}
+\section{EAPI 2}
 
 EAPI 2 is EAPI 1 with the following changes:
 
@@ -280,7 +280,7 @@ EAPI 2 is EAPI 1 with the following changes:
 \item \t{default} function, \featureref{default-func}.
 \end{compactitem}
 
-\section*{EAPI 3}
+\section{EAPI 3}
 
 EAPI 3 is EAPI 2 with the following changes:
 \begin{compactitem}
@@ -290,7 +290,7 @@ EAPI 3 is EAPI 2 with the following changes:
 \item File modification times are preserved, \featureref{mtime-preserve}.
 \end{compactitem}
 
-\section*{EAPI 4}
+\section{EAPI 4}
 
 EAPI 4 is EAPI 3 with the following changes:
 
@@ -319,7 +319,7 @@ EAPI 4 is EAPI 3 with the following changes:
 \item \t{use\_with} and \t{use\_enable} support empty third argument, 
\featureref{use-with}.
 \end{compactitem}
 
-\section*{EAPI 5}
+\section{EAPI 5}
 
 EAPI 5 is EAPI 4 with the following changes:
 
@@ -340,7 +340,7 @@ EAPI 5 is EAPI 4 with the following changes:
 \item \t{usex} support, \featureref{usex}.
 \end{compactitem}
 
-\section*{EAPI 6}
+\section{EAPI 6}
 
 EAPI 6 is EAPI 5 with the following changes:
 



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

2015-12-08 Thread Ulrich Müller
commit: 1da137e49aa5a52bb13500192d394b6dd53210da
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Dec  8 22:57:47 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Dec  8 22:57:47 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=1da137e4

Appendix: Do not number sections.

 pms.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pms.tex b/pms.tex
index c96fc05..01dee98 100644
--- a/pms.tex
+++ b/pms.tex
@@ -65,6 +65,8 @@
 \bibliography{pms}
 
 \appendix
+\setcounter{secnumdepth}{0}
+
 \include{appendices}
 
 \include{eapi-differences}



[gentoo-commits] proj/pms: Branch deleted: eapi-7

2015-12-08 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Dec  8 23:22:07 2015 +

Branch deleted: eapi-7




[gentoo-commits] proj/pms: New branch: eapi-7

2015-12-08 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Dec  8 23:22:34 2015 +

New branch: eapi-7




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

2015-12-08 Thread Sebastian Pipping
commit: fd4bb68fdb241a27224144045f5ae757f8a76921
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Dec  9 01:10:49 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Dec  9 01:10:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4bb68f

media-libs/gegl: Fix USE="-jpeg -png" (bug #567582)

Package-Manager: portage-2.2.26

 .../gegl/files/gegl-0.3.4-without-jpeg-png.patch   | 58 ++
 media-libs/gegl/gegl-0.3.4.ebuild  |  1 +
 2 files changed, 59 insertions(+)

diff --git a/media-libs/gegl/files/gegl-0.3.4-without-jpeg-png.patch 
b/media-libs/gegl/files/gegl-0.3.4-without-jpeg-png.patch
new file mode 100644
index 000..81f12d1
--- /dev/null
+++ b/media-libs/gegl/files/gegl-0.3.4-without-jpeg-png.patch
@@ -0,0 +1,58 @@
+From 86e5d9c3f51153afde57d8adbe22408cee6321d2 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Wed, 9 Dec 2015 01:48:31 +0100
+Subject: [PATCH] Repair --without-libjpeg and --without-libpng
+
+---
+ configure.ac | 15 ---
+ 1 file changed, 8 insertions(+), 7 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 5aa1f3b..95e519b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -809,16 +809,16 @@ if test "x$with_libjpeg" != "xno" && test -z "$LIBJPEG"; 
then
+   jpeg_ok="no  (JPEG header file not found)"
+ fi
+   fi
++
++  if test "$jpeg_ok" != "yes"; then
++AC_MSG_ERROR([Could not find a usable JPEG library with header files])
++  fi
+ fi
+ 
+ AM_CONDITIONAL(HAVE_JPEG, test "$jpeg_ok" = "yes")
+ 
+ AC_SUBST(LIBJPEG)
+ 
+-if test "$jpeg_ok" != "yes"; then
+-   AC_MSG_ERROR([Could not find a usable JPEG library with header files])
+-fi
+-
+ 
+ ##
+ # Check for libpng
+@@ -831,6 +831,10 @@ if test "x$with_libpng" != "xno"; then
+   PKG_CHECK_MODULES(PNG, libpng,
+ have_libpng="yes",
+ have_libpng="no  (libpng not found)")
++
++  if test "$have_libpng" != "yes"; then
++AC_MSG_ERROR([Could not find a usable PNG library with header files])
++  fi
+ fi
+ 
+ AM_CONDITIONAL(HAVE_PNG, test "$have_libpng" = "yes")
+@@ -838,9 +842,6 @@ AM_CONDITIONAL(HAVE_PNG, test "$have_libpng" = "yes")
+ AC_SUBST(PNG_CFLAGS) 
+ AC_SUBST(PNG_LIBS) 
+ 
+-if test "$have_libpng" != "yes"; then
+-   AC_MSG_ERROR([Could not find a usable PNG library with header files])
+-fi
+ 
+ ###
+ # Check for librsvg
+-- 
+2.6.3
+

diff --git a/media-libs/gegl/gegl-0.3.4.ebuild 
b/media-libs/gegl/gegl-0.3.4.ebuild
index c2b9409..40fea6e 100644
--- a/media-libs/gegl/gegl-0.3.4.ebuild
+++ b/media-libs/gegl/gegl-0.3.4.ebuild
@@ -81,6 +81,7 @@ pkg_setup() {
 src_prepare() {
epatch \
"${FILESDIR}"/${PN}-0.3.4-endian.patch \
+   "${FILESDIR}"/${P}-without-jpeg-png.patch \
"${FILESDIR}"/${P}-underlinking.patch
 
# FIXME: the following should be proper patch sent to upstream



[gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/

2015-12-08 Thread Zac Medico
commit: d8e8accc142cce05d558d841c92e6e0249445ebf
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Dec  9 01:26:34 2015 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Dec  9 01:29:59 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d8e8accc

config: fix default USE_ORDER setting

This may fix the USE_ORDER KeyError that's been causing testFakedbapi
to fail for travis-ci.

 pym/portage/package/ebuild/config.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pym/portage/package/ebuild/config.py 
b/pym/portage/package/ebuild/config.py
index b6217e7..975fe88 100644
--- a/pym/portage/package/ebuild/config.py
+++ b/pym/portage/package/ebuild/config.py
@@ -838,7 +838,8 @@ class config(object):
# reasonable defaults; this is important as without 
USE_ORDER,
# USE will always be "" (nothing set)!
if "USE_ORDER" not in self:
-   self.backupenv["USE_ORDER"] = 
"env:pkg:conf:defaults:pkginternal:repo:env.d"
+   self["USE_ORDER"] = 
"env:pkg:conf:defaults:pkginternal:repo:env.d"
+   self.backup_changes("USE_ORDER")
 
if "CBUILD" not in self and "CHOST" in self:
self["CBUILD"] = self["CHOST"]



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

2015-12-08 Thread Benda XU
commit: fe5fdf8d630e5e569378d5d66bc454615d2dcf81
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Dec  9 01:40:38 2015 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Dec  9 01:40:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5fdf8d

app-text/zathura-ps: trivial fix for Prefix.

Package-Manager: portage-2.2.25

 app-text/zathura-ps/zathura-ps-0.2.2.ebuild | 3 ++-
 app-text/zathura-ps/zathura-ps-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/zathura-ps/zathura-ps-0.2.2.ebuild 
b/app-text/zathura-ps/zathura-ps-0.2.2.ebuild
index c34c4ce..0540fea 100644
--- a/app-text/zathura-ps/zathura-ps-0.2.2.ebuild
+++ b/app-text/zathura-ps/zathura-ps-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,6 +37,7 @@ pkg_setup() {
LD="$(tc-getLD)"
VERBOSE=1
DESTDIR="${D}"
+   PREFIX="${EPREFIX}/usr"
)
 }
 

diff --git a/app-text/zathura-ps/zathura-ps-.ebuild 
b/app-text/zathura-ps/zathura-ps-.ebuild
index a1fa8e6..6184d6f 100644
--- a/app-text/zathura-ps/zathura-ps-.ebuild
+++ b/app-text/zathura-ps/zathura-ps-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,6 +37,7 @@ pkg_setup() {
LD="$(tc-getLD)"
VERBOSE=1
DESTDIR="${D}"
+   PREFIX="${EPREFIX}/usr"
)
 }
 



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

2015-12-08 Thread Mike Gilbert
commit: 2a2253d879c004031d5ef7d168540956f0403162
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Dec  9 02:05:57 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Dec  9 02:05:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2253d8

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

Package-Manager: portage-2.2.26_p10

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 ...2526.73_p1.ebuild => chrome-binary-plugins-47.0.2526.80_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 8244545..0dbe2e6 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,6 +1,6 @@
 DIST google-chrome-beta_48.0.2564.23-1_amd64.deb 47863964 SHA256 
9e76bb280ea6bbab0e578627fc44b35a6c16cba4939e92edc3f2c57723317934 SHA512 
25ac25f708507aa82afcbafaed3362959b2c45f4ca93f9546b0b5c6faa201a4cc356ff6e1bb808acc5b6ce38226abd5ae91068366a7ca16a683398a8f1817407
 WHIRLPOOL 
f616ac9d35ac7734a76f2688367956564493036c0fe32cb4f5f66e001b5136c3533a5831db8ce6d5cff31b799fdb99c109fa3e03240c746a650d967e0bbbfa08
 DIST google-chrome-beta_48.0.2564.23-1_i386.deb 47396134 SHA256 
9fb85ccd05cdadbda79def35b6dff3e7cc7d164cccad6b7cf945ec6f3603639c SHA512 
ef2750f2277cde83a9c8a79b6e50cecdd19896c637dea1f2ef19057127d299b74ae3fca024343ef71f41c9e1a69c4b054e8819d05d502abedd4c582cbafc3a21
 WHIRLPOOL 
0f6520c5b2a4754735abf4b94dfd5fa7e554b61704f4aec3befa81ce21eb0ecb2b7895c46c8a1682f47679ef32793bca26ac97da863b0bfaf48a55c408a6efd5
-DIST google-chrome-stable_47.0.2526.73-1_amd64.deb 47712248 SHA256 
ea9f04f0cd586e48c5fb28a8226222080d8c2a5822f546e0b6a13956a6fd00f8 SHA512 
74a7652e5ae64c970c946f633446fb32274904ecb0cf4f4d100f9b732430ee7049b2759231cd4e44e78d3a27e2f6278b50a08800f8fd2cc262706117b32a3397
 WHIRLPOOL 
a2b6e9eeca7c9c91579085068efeb8c59598d4991a6570f48863ab3408fab15be98d58528cb7f3a74d027bfcb830136433d587f46b732904ee45e0ef0730edb0
-DIST google-chrome-stable_47.0.2526.73-1_i386.deb 47268134 SHA256 
fe29be58d067b817678986d49789650a6062bfcecf6840c1b956f58034092ff9 SHA512 
c48dd9397f7a6826539f23a97a63c1326c8f94754d59adb6282c9abdf91960391d94923f073bd88f7ddacdd03dc00951338bfba4c088c995f93037ef1cf2898a
 WHIRLPOOL 
d192f0456ccdf88cc95044ab529b05300a5f13f755856da00a82d24f302ed831e46c8cb19c63f2aaa9ae9a0380d66c59c1bc5b2642d00fd2aea9849578c50745
+DIST google-chrome-stable_47.0.2526.80-1_amd64.deb 47549028 SHA256 
bb39a1827b1aab49b2b88263a7a4c511c41ce450d97027037559e9d60d884976 SHA512 
29ecf832527640f6e441c5ecc9dd4cf0f74a9781b63f68524b6331e681bad3f846dfefdb8e263129902807932690ab5004504327e8233647a39df76169590ce8
 WHIRLPOOL 
90a3d400cbcd5939cc4f7263918eb1025742fecb53a633a22a1fedfe03a883bbcf9781e33ad654a00786ffd1a10e8bfa106b4239b400d024452428d1eae0c003
+DIST google-chrome-stable_47.0.2526.80-1_i386.deb 46915764 SHA256 
6619ea29836214ab27dd838f8924901bf15a497dc97d57a0c58371abcbf8e91c SHA512 
04e4a064f9a5a1c02b67a73494f8b7e27a15f6309c49db114314665dd4e5d199f560e36ec92d5311c2f4aa8d4f7006bb44b34d8853d9bff0f575c84e565a1a39
 WHIRLPOOL 
03e7d955cac01f7c89b3a536996d4b68c94c595aa3c149a89bcac4e2760afc8681a5f7f984281884db5c2da61d82824dd00b53c84c65238d02dad30fd5f8b6c2
 DIST google-chrome-unstable_48.0.2564.22-1_amd64.deb 47875664 SHA256 
2bbc4cdd18e427532ba58c13d32ab1999e2a51ed3100f11a0fd3de4997107c28 SHA512 
770d52be5819991a3f8d4ff758c0737cd3f75bda9bc8c460b615eb7896e4edd9b06c117cf479b95eb4b730e973b3f4e09bb598f8eae8dfe34891776c4a275ba1
 WHIRLPOOL 
321e20874ac09f49408a980a36b5a3d729cce4a04fc85815a74cadcef713713029867dfac43b356428428defd8bcde7115ac66d6772e8e4031f1abcc4a8194b0
 DIST google-chrome-unstable_48.0.2564.22-1_i386.deb 47390304 SHA256 
7767b203616c7c50faf4c205f7580862c22f619e581eda1d11d65e3bd05a20ac SHA512 
c8d7f727f88e978b5845510be4c26d159957a522108946fbeeb1b35917ceb163dd33bf49875ab6f398a954f4ee88dc5dac25fdaff2a19cd1a13ef73f93ac05ba
 WHIRLPOOL 
9a2a7c7d5c54b838752d8f40df7a1c38fd1c4138b41ae5b59d4fa13abf503ccc6c7681da864db057bf0d408ef4bb6304a3839cd47d3a17999fdaddc307a2

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-47.0.2526.73_p1.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-47.0.2526.80_p1.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-47.0.2526.73_p1.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-47.0.2526.80_p1.ebuild



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

2015-12-08 Thread Mike Gilbert
commit: 0f604d1cc38cdb61cd05d77e3a45038e13eb5ef2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Dec  9 02:05:48 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Dec  9 02:05:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f604d1c

www-client/google-chrome: automated update

Package-Manager: portage-2.2.26_p10

 www-client/google-chrome/Manifest | 4 ++--
 ...me-47.0.2526.73_p1.ebuild => google-chrome-47.0.2526.80_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 9a3ab8f..497b245 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-stable_47.0.2526.73-1_amd64.deb 47712248 SHA256 
ea9f04f0cd586e48c5fb28a8226222080d8c2a5822f546e0b6a13956a6fd00f8 SHA512 
74a7652e5ae64c970c946f633446fb32274904ecb0cf4f4d100f9b732430ee7049b2759231cd4e44e78d3a27e2f6278b50a08800f8fd2cc262706117b32a3397
 WHIRLPOOL 
a2b6e9eeca7c9c91579085068efeb8c59598d4991a6570f48863ab3408fab15be98d58528cb7f3a74d027bfcb830136433d587f46b732904ee45e0ef0730edb0
-DIST google-chrome-stable_47.0.2526.73-1_i386.deb 47268134 SHA256 
fe29be58d067b817678986d49789650a6062bfcecf6840c1b956f58034092ff9 SHA512 
c48dd9397f7a6826539f23a97a63c1326c8f94754d59adb6282c9abdf91960391d94923f073bd88f7ddacdd03dc00951338bfba4c088c995f93037ef1cf2898a
 WHIRLPOOL 
d192f0456ccdf88cc95044ab529b05300a5f13f755856da00a82d24f302ed831e46c8cb19c63f2aaa9ae9a0380d66c59c1bc5b2642d00fd2aea9849578c50745
+DIST google-chrome-stable_47.0.2526.80-1_amd64.deb 47549028 SHA256 
bb39a1827b1aab49b2b88263a7a4c511c41ce450d97027037559e9d60d884976 SHA512 
29ecf832527640f6e441c5ecc9dd4cf0f74a9781b63f68524b6331e681bad3f846dfefdb8e263129902807932690ab5004504327e8233647a39df76169590ce8
 WHIRLPOOL 
90a3d400cbcd5939cc4f7263918eb1025742fecb53a633a22a1fedfe03a883bbcf9781e33ad654a00786ffd1a10e8bfa106b4239b400d024452428d1eae0c003
+DIST google-chrome-stable_47.0.2526.80-1_i386.deb 46915764 SHA256 
6619ea29836214ab27dd838f8924901bf15a497dc97d57a0c58371abcbf8e91c SHA512 
04e4a064f9a5a1c02b67a73494f8b7e27a15f6309c49db114314665dd4e5d199f560e36ec92d5311c2f4aa8d4f7006bb44b34d8853d9bff0f575c84e565a1a39
 WHIRLPOOL 
03e7d955cac01f7c89b3a536996d4b68c94c595aa3c149a89bcac4e2760afc8681a5f7f984281884db5c2da61d82824dd00b53c84c65238d02dad30fd5f8b6c2

diff --git a/www-client/google-chrome/google-chrome-47.0.2526.73_p1.ebuild 
b/www-client/google-chrome/google-chrome-47.0.2526.80_p1.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-47.0.2526.73_p1.ebuild
rename to www-client/google-chrome/google-chrome-47.0.2526.80_p1.ebuild



[gentoo-commits] proj/portage:master commit in: pym/portage/repository/

2015-12-08 Thread Zac Medico
commit: 30ab9f5156d50fb7849dbe48f39d3d4c04256792
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Dec  9 03:04:15 2015 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Dec  9 03:05:30 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=30ab9f51

RepoConfigLoader._add_repositories: discard invalid repos

Invalid repos are unsafe to handle. For example, repo.name
can be None.

 pym/portage/repository/config.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py
index fbc1c14..fff619f 100644
--- a/pym/portage/repository/config.py
+++ b/pym/portage/repository/config.py
@@ -512,6 +512,8 @@ class RepoConfigLoader(object):
repo_opts = default_repo_opts.copy()
repo_opts['location'] = ov
repo = RepoConfig(None, repo_opts, 
local_config=local_config)
+   if repo._invalid_config:
+   continue
# repos_conf_opts contains options from 
repos.conf
repos_conf_opts = 
repos_conf.get(repo.name)
if repos_conf_opts is not None:



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libselinux/

2015-12-08 Thread Jason Zaman
commit: 08f9e12847155ee345ceaf754d5b5c196527144f
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Dec  9 04:02:48 2015 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Dec  9 04:03:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f9e128

sys-libs/libselinux: only recompile contexts if the files are installed

During stage building, the fcontext files might not exist on the system yet

Package-Manager: portage-2.2.24

 sys-libs/libselinux/libselinux-2.4.ebuild  | 5 -
 sys-libs/libselinux/libselinux-.ebuild | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libselinux/libselinux-2.4.ebuild 
b/sys-libs/libselinux/libselinux-2.4.ebuild
index 642336e..8f36614 100644
--- a/sys-libs/libselinux/libselinux-2.4.ebuild
+++ b/sys-libs/libselinux/libselinux-2.4.ebuild
@@ -136,7 +136,10 @@ pkg_postinst() {
touch 
/etc/selinux/${POLTYPE}/contexts/files/file_contexts.local || die
# Fix bug 516608
for EXPRFILE in file_contexts file_contexts.homedirs 
file_contexts.local ; do
-   sefcontext_compile 
/etc/selinux/${POLTYPE}/contexts/files/${EXPRFILE} || die "Failed to recompile 
contexts"
+   if [[ -f ${EXPRFILE} ]]; then
+   sefcontext_compile 
/etc/selinux/${POLTYPE}/contexts/files/${EXPRFILE} \
+   || die "Failed to recompile contexts"
+   fi
done
done
 }

diff --git a/sys-libs/libselinux/libselinux-.ebuild 
b/sys-libs/libselinux/libselinux-.ebuild
index 1f1d1d2..01b4776 100644
--- a/sys-libs/libselinux/libselinux-.ebuild
+++ b/sys-libs/libselinux/libselinux-.ebuild
@@ -146,7 +146,10 @@ pkg_postinst() {
touch 
/etc/selinux/${POLTYPE}/contexts/files/file_contexts.local || die
# Fix bug 516608
for EXPRFILE in file_contexts file_contexts.homedirs 
file_contexts.local ; do
-   sefcontext_compile 
/etc/selinux/${POLTYPE}/contexts/files/${EXPRFILE} || die "Failed to recompile 
contexts"
+   if [[ -f ${EXPRFILE} ]]; then
+   sefcontext_compile 
/etc/selinux/${POLTYPE}/contexts/files/${EXPRFILE} \
+   || die "Failed to recompile contexts"
+   fi
done
done
 }



  1   2   >