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

2015-11-13 Thread Martin Mokrejs
commit: c27391a315f4e6ed4cf3c68e2a07f85adae4d5b1
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Fri Nov 13 10:06:14 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Nov 13 10:06:14 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c27391a3

sci-biology/BBmap-34.56: restoring previous working version

Package-Manager: portage-2.2.18

 sci-biology/BBmap/BBmap-34.56.ebuild | 43 
 1 file changed, 43 insertions(+)

diff --git a/sci-biology/BBmap/BBmap-34.56.ebuild 
b/sci-biology/BBmap/BBmap-34.56.ebuild
new file mode 100644
index 000..a898eff
--- /dev/null
+++ b/sci-biology/BBmap/BBmap-34.56.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Short read aligner, K-mer-based error-correction and 
normalization, FASTA/Q conversion"
+HOMEPAGE="http://sourceforge.net/projects/bbmap/;
+SRC_URI="http://sourceforge.net/projects/bbmap/files/BBMap_"${PV}".tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   sys-cluster/openmpi[java]
+   >=virtual/jdk-1.7:*
+   dev-java/ant-core"
+RDEPEND="${DEPEND}
+   >=virtual/jre-1.7:*"
+
+S="${WORKDIR}"/bbmap
+
+src_prepare(){
+   # fix the line in build.xml to point to mpi.jar location
+   # 
+   # see bug #542700
+   sed -e 
's#/usr/common/usg/hpc/openmpi/gnu4.6/sge/1.8.1/ib_2.1-1.0.0/lib/mpi.jar#/usr/share/openmpi/lib/mpi.jar#'
 -i build.xml
+   sed -e 's#compiler="${jcompiler}" ##' -i build.xml
+}
+
+src_compile(){
+   ant dist || die
+}
+
+src_install(){
+   dobin *.sh
+   dodoc docs/readme.txt
+   java-pkg_dojar dist/lib/BBTools.jar
+}



[gentoo-commits] proj/hardened-patchset: New tag: 20151112

2015-11-13 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Nov 13 11:51:08 2015 +

New tag: 20151112




[gentoo-commits] proj/hardened-patchset:master commit in: 4.2.6/

2015-11-13 Thread Anthony G. Basile
commit: ef4e6b9ae3aaf03c60f72e1e507df27fe3dce242
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Nov 13 11:55:00 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Nov 13 11:55:00 2015 +
URL:
https://gitweb.gentoo.org/proj/hardened-patchset.git/commit/?id=ef4e6b9a

grsecurity-3.1-4.2.6-201511122040

 4.2.6/_README  |   2 +-
 ...> 4420_grsecurity-3.1-4.2.6-201511122040.patch} | 247 -
 2 files changed, 188 insertions(+), 61 deletions(-)

diff --git a/4.2.6/_README b/4.2.6/_README
index 235ce67..9993992 100644
--- a/4.2.6/_README
+++ b/4.2.6/_README
@@ -6,7 +6,7 @@ Patch:  1005_linux-4.2.6.patch
 From:  http://www.kernel.org
 Desc:  Linux 4.2.6
 
-Patch: 4420_grsecurity-3.1-4.2.6-201511092040.patch
+Patch: 4420_grsecurity-3.1-4.2.6-201511122040.patch
 From:  http://www.grsecurity.net
 Desc:  hardened-sources base patch from upstream grsecurity
 

diff --git a/4.2.6/4420_grsecurity-3.1-4.2.6-201511092040.patch 
b/4.2.6/4420_grsecurity-3.1-4.2.6-201511122040.patch
similarity index 99%
rename from 4.2.6/4420_grsecurity-3.1-4.2.6-201511092040.patch
rename to 4.2.6/4420_grsecurity-3.1-4.2.6-201511122040.patch
index e91c83d..2f80639 100644
--- a/4.2.6/4420_grsecurity-3.1-4.2.6-201511092040.patch
+++ b/4.2.6/4420_grsecurity-3.1-4.2.6-201511122040.patch
@@ -23000,6 +23000,18 @@ index 0f457e6..5970c0a 100644
  #define BIOS_END  0x0010
  
  #define BIOS_ROM_BASE 0xffe0
+diff --git a/arch/x86/include/uapi/asm/svm.h b/arch/x86/include/uapi/asm/svm.h
+index b5d7640..8a4add8 100644
+--- a/arch/x86/include/uapi/asm/svm.h
 b/arch/x86/include/uapi/asm/svm.h
+@@ -100,6 +100,7 @@
+   { SVM_EXIT_EXCP_BASE + UD_VECTOR,   "UD excp" }, \
+   { SVM_EXIT_EXCP_BASE + PF_VECTOR,   "PF excp" }, \
+   { SVM_EXIT_EXCP_BASE + NM_VECTOR,   "NM excp" }, \
++  { SVM_EXIT_EXCP_BASE + AC_VECTOR,   "AC excp" }, \
+   { SVM_EXIT_EXCP_BASE + MC_VECTOR,   "MC excp" }, \
+   { SVM_EXIT_INTR,"interrupt" }, \
+   { SVM_EXIT_NMI, "nmi" }, \
 diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
 index 0f15af4..501a76a 100644
 --- a/arch/x86/kernel/Makefile
@@ -29920,10 +29932,70 @@ index 0f67d7e..4b9fa11 100644
goto error;
walker->ptep_user[walker->level - 1] = ptep_user;
 diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
-index 2d32b67..2cd298b 100644
+index 2d32b67..06cac10 100644
 --- a/arch/x86/kvm/svm.c
 +++ b/arch/x86/kvm/svm.c
-@@ -3586,7 +3586,11 @@ static void reload_tss(struct kvm_vcpu *vcpu)
+@@ -1106,6 +1106,8 @@ static void init_vmcb(struct vcpu_svm *svm, bool 
init_event)
+   set_exception_intercept(svm, PF_VECTOR);
+   set_exception_intercept(svm, UD_VECTOR);
+   set_exception_intercept(svm, MC_VECTOR);
++  set_exception_intercept(svm, AC_VECTOR);
++  set_exception_intercept(svm, DB_VECTOR);
+ 
+   set_intercept(svm, INTERCEPT_INTR);
+   set_intercept(svm, INTERCEPT_NMI);
+@@ -1641,20 +1643,13 @@ static void svm_set_segment(struct kvm_vcpu *vcpu,
+   mark_dirty(svm->vmcb, VMCB_SEG);
+ }
+ 
+-static void update_db_bp_intercept(struct kvm_vcpu *vcpu)
++static void update_bp_intercept(struct kvm_vcpu *vcpu)
+ {
+   struct vcpu_svm *svm = to_svm(vcpu);
+ 
+-  clr_exception_intercept(svm, DB_VECTOR);
+   clr_exception_intercept(svm, BP_VECTOR);
+ 
+-  if (svm->nmi_singlestep)
+-  set_exception_intercept(svm, DB_VECTOR);
+-
+   if (vcpu->guest_debug & KVM_GUESTDBG_ENABLE) {
+-  if (vcpu->guest_debug &
+-  (KVM_GUESTDBG_SINGLESTEP | KVM_GUESTDBG_USE_HW_BP))
+-  set_exception_intercept(svm, DB_VECTOR);
+   if (vcpu->guest_debug & KVM_GUESTDBG_USE_SW_BP)
+   set_exception_intercept(svm, BP_VECTOR);
+   } else
+@@ -1760,7 +1755,6 @@ static int db_interception(struct vcpu_svm *svm)
+   if (!(svm->vcpu.guest_debug & KVM_GUESTDBG_SINGLESTEP))
+   svm->vmcb->save.rflags &=
+   ~(X86_EFLAGS_TF | X86_EFLAGS_RF);
+-  update_db_bp_intercept(>vcpu);
+   }
+ 
+   if (svm->vcpu.guest_debug &
+@@ -1795,6 +1789,12 @@ static int ud_interception(struct vcpu_svm *svm)
+   return 1;
+ }
+ 
++static int ac_interception(struct vcpu_svm *svm)
++{
++  kvm_queue_exception_e(>vcpu, AC_VECTOR, 0);
++  return 1;
++}
++
+ static void svm_fpu_activate(struct kvm_vcpu *vcpu)
+ {
+   struct vcpu_svm *svm = to_svm(vcpu);
+@@ -3369,6 +3369,7 @@ static int (*const svm_exit_handlers[])(struct vcpu_svm 
*svm) = {
+   [SVM_EXIT_EXCP_BASE + PF_VECTOR]= pf_interception,
+   [SVM_EXIT_EXCP_BASE + NM_VECTOR]= nm_interception,
+   [SVM_EXIT_EXCP_BASE + MC_VECTOR]= mc_interception,
++  [SVM_EXIT_EXCP_BASE + AC_VECTOR]= ac_interception,

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

2015-11-13 Thread Ian Delaney
commit: c7e7e1d71b98d2c78fb20d42bd4ffd33aa283b19
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri Nov 13 12:00:12 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Nov 13 12:03:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e7e1d7

Merge remote-tracking branch 'remotes/10ne1/master-update-i8k'

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

 .../i8kutils/files/i8kutils-1.42-Makefile.patch| 34 ++
 app-laptop/i8kutils/files/i8kutils-gcc5.patch  | 28 ++
 app-laptop/i8kutils/i8kutils-1.42.ebuild   | 17 +--
 3 files changed, 69 insertions(+), 10 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: app-laptop/i8kutils/, app-laptop/i8kutils/files/

2015-11-13 Thread Ian Delaney
commit: 4b4234a933a25f93131c443b51cc3bd5b79ce345
Author: Ioan-Adrian Ratiu  adirat  com>
AuthorDate: Wed Nov 11 18:37:47 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Nov 12 10:58:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4234a9

app-laptop/i8kutils: fix gcc5 build for v1.42

Recipe enhancements requested in the bug are also included

Gentoo bug: #565466

Signed-off-by: Ioan-Adrian Ratiu  adirat.com>

 .../i8kutils/files/i8kutils-1.42-Makefile.patch| 34 ++
 app-laptop/i8kutils/files/i8kutils-gcc5.patch  | 28 ++
 app-laptop/i8kutils/i8kutils-1.42.ebuild   | 17 +--
 3 files changed, 69 insertions(+), 10 deletions(-)

diff --git a/app-laptop/i8kutils/files/i8kutils-1.42-Makefile.patch 
b/app-laptop/i8kutils/files/i8kutils-1.42-Makefile.patch
new file mode 100644
index 000..7dc56d9
--- /dev/null
+++ b/app-laptop/i8kutils/files/i8kutils-1.42-Makefile.patch
@@ -0,0 +1,34 @@
+Fix a race condition causing parallel builds to sometimes fail.
+
+Both probe_i8k_calls_time and i8kctl contain a main() function, though
+i8kctl's is omitted when built with -DLIB so they can link without a
+conflict.  i8kctl is also a standalone exe so it is built twice, with
+and without -DLIB.  When building in parallel you can get into a 
+situation where the object file created by the probe_i8k_calls_time
+target gets overwritten with the one from i8kctl and bad things happen.
+Nothing actually uses the i8kctl.o that has main() so we can just not
+build it.
+
+Also move CFLAGS, CC, LDFLAGS respect out of the ebuild.
+
+--- a/Makefile
 b/Makefile
+@@ -17,13 +17,13 @@ ccflags-y = -Wall
+ 
+ all: i8kctl probe_i8k_calls_time
+ 
+-i8kctl: i8kctl.c i8kctl.o
+-  gcc -Wall i8kctl.c -o i8kctl
++i8kctl: i8kctl.c
++  $(CC) -Wall ${CFLAGS} -o i8kctl i8kctl.c
+ 
+ probe_i8k_calls_time: probe_i8k_calls_time.c
+-  gcc -Wall -c -g -DLIB i8kctl.c
+-  gcc -Wall -c -g -DLIB probe_i8k_calls_time.c
+-  gcc -o probe_i8k_calls_time i8kctl.o probe_i8k_calls_time.o
++  $(CC) -Wall ${CFLAGS} -c -DLIB i8kctl.c
++  $(CC) -Wall ${CFLAGS} -c -DLIB probe_i8k_calls_time.c
++  $(CC) -Wall ${CFLAGS} ${LDFLAGS} -o probe_i8k_calls_time i8kctl.o 
probe_i8k_calls_time.o
+ 
+ i8k:
+   make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

diff --git a/app-laptop/i8kutils/files/i8kutils-gcc5.patch 
b/app-laptop/i8kutils/files/i8kutils-gcc5.patch
new file mode 100644
index 000..258b95f
--- /dev/null
+++ b/app-laptop/i8kutils/files/i8kutils-gcc5.patch
@@ -0,0 +1,28 @@
+Fix build with GCC 5.
+
+x86_64-pc-linux-gnu-gcc -O2 -march=native -g -pipe   -c -o i8kctl.o i8kctl.c
+gcc -Wall -c -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -DLIB i8kctl.c
+gcc -Wall -c -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -DLIB 
probe_i8k_calls_time.c
+gcc -o probe_i8k_calls_time i8kctl.o probe_i8k_calls_time.o
+probe_i8k_calls_time.o: In function `main':
+probe_i8k_calls_time.c:(.text+0x62): undefined reference to `timestamp'
+probe_i8k_calls_time.c:(.text+0x82): undefined reference to `timestamp'
+probe_i8k_calls_time.c:(.text+0xa2): undefined reference to `timestamp'
+probe_i8k_calls_time.c:(.text+0xbf): undefined reference to `timestamp'
+probe_i8k_calls_time.c:(.text+0xdc): undefined reference to `timestamp'
+probe_i8k_calls_time.o:probe_i8k_calls_time.c:(.text+0xf9): more undefined 
references to `timestamp' follow
+collect2: error: ld returned 1 exit status
+Makefile:24: recipe for target 'probe_i8k_calls_time' failed
+
+
+--- a/probe_i8k_calls_time.c
 b/probe_i8k_calls_time.c
+@@ -13,7 +13,7 @@ double t;
+ 
+ struct timespec tmst;
+ 
+-inline double timestamp()
++double timestamp()
+ {
+   clock_gettime(CLOCK_REALTIME, );
+   t = tmst.tv_nsec;

diff --git a/app-laptop/i8kutils/i8kutils-1.42.ebuild 
b/app-laptop/i8kutils/i8kutils-1.42.ebuild
index ae16f20..5d4cde5 100644
--- a/app-laptop/i8kutils/i8kutils-1.42.ebuild
+++ b/app-laptop/i8kutils/i8kutils-1.42.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit systemd toolchain-funcs
+inherit eutils systemd toolchain-funcs
 
 DESCRIPTION="Dell Inspiron and Latitude utilities"
 HOMEPAGE="https://launchpad.net/i8kutils;
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/i8kutils/trunk/${PV}/+download/${P/-/_}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="examples tk"
+IUSE="tk"
 
 DEPEND="tk? ( dev-lang/tk:0 )"
 RDEPEND="${DEPEND}
@@ -24,11 +24,8 @@ S="${WORKDIR}/${PN}"
 DOCS=( README.i8kutils )
 
 src_prepare() {
-   sed \
-   -e '/^CC/d' \
-   -e '/^CFLAGS/d' \
-   -e 's: -g : $(LDFLAGS) :g' \
-   -i Makefile || die
+   epatch "${FILESDIR}/${PN}-gcc5.patch"
+   epatch "${FILESDIR}/${P}-Makefile.patch"
 
tc-export CC
 }
@@ -36,10 +33,10 @@ src_prepare() {
 src_install() {
dobin i8kctl i8kfan
doman i8kctl.1
-
-   use examples && dodoc -r examples
+   

[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2015-11-13 Thread Anthony G. Basile
commit: 649feef40c2c6ad594d26405534c355841f89a79
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Nov 13 12:06:13 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Nov 13 12:06:13 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=649feef4

sys-kernel/hardened-sources: testing patchset 20151112

 .../{hardened-sources-4.2.6.ebuild => hardened-sources-4.2.6-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.2.6.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.2.6-r1.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-4.2.6.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-4.2.6-r1.ebuild
index 1043410..04d434c 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.2.6.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.2.6-r1.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/

2015-11-13 Thread Alexis Ballier
commit: 9e5ff4087888e211a2d398ae141784208ca1cb42
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Nov 13 08:56:29 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Nov 13 08:56:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5ff408

dev-ml/menhir: bump to 20151112.

Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ml/menhir/Manifest   |  1 +
 dev-ml/menhir/menhir-20151112.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-ml/menhir/Manifest b/dev-ml/menhir/Manifest
index 95a9ce1..329de47 100644
--- a/dev-ml/menhir/Manifest
+++ b/dev-ml/menhir/Manifest
@@ -3,3 +3,4 @@ DIST menhir-20151023.tar.gz 671810 SHA256 
2dfb642ba08f95afbb75f71b9bbdcf6733c0e8
 DIST menhir-20151026.tar.gz 672165 SHA256 
a735ebdfc3bc4ac132ea4f7c06814915576516915a80ae1c33c45a9368327355 SHA512 
86fde7e955164861823dd5fac510235b0bb13f771528435495b3ff3a44bcd4837d2cd8085ba6c53e6e5eaf12f935749951cff09056cbb03a93cef062072fcf2a
 WHIRLPOOL 
4327788dde765a4ea2c06637769626022a64352d36bee29fc615a07485efce2adeacb65267cb44f726203405ee23eea23affdde88e76109f1eb76bd3160dfcdc
 DIST menhir-20151030.tar.gz 689132 SHA256 
4f0a3e3afbc1488865c014dff81024775762c7bbc3ec080a07ee634fe00ba889 SHA512 
f2f663a939974d73c42dd0e472bce75f3089013e29a795c54beec9c169a500f2fd038766d28230f08b556b5b64a5704f6dc4fcdfe824210d570ec6d2280cccdc
 WHIRLPOOL 
99a7c5630645ce32a5c7368f8587d1d2812361424f176f849ec43e2fcecd3cd927fd5a715bb94b5e80ebdb5c2352d48ade6accd18059a6c1ff9696d19a4db4a4
 DIST menhir-20151103.tar.gz 709436 SHA256 
26350a2efd3ed756f74aa3dfdbf2b96116cbf7a2cf66fa0c965617422e4112d4 SHA512 
33fdfe8993c983b865845248f3dc204fd0ccf1f6229b14dde4112e363ec0f0a5ad74e00dd3259ac0ff13972716eb0b945716def0c69ed7b2e6e6f51e2a492ef0
 WHIRLPOOL 
c7ba4004609854e6dc4b6f88c08a7faef1581021e81de403911c30ef44a955a916626bbba1da01201a1b00300bd25d635dac34f4532ac8f84e22dd9c293ac6d1
+DIST menhir-20151112.tar.gz 727051 SHA256 
06616e300ed2e5f4f2c74c58873fcd4b5f8f033b4f375f201049dafe4cd20e3a SHA512 
121a932a0918f8fcc08dd86a758a7f791c4b527ef110cdbd33356d3317820ec849e6d33b23b60c948a9ff995e3ca858581adbaf2b5622c7ff6e99ae83ce8cf7d
 WHIRLPOOL 
d1ce225fa23d4834b67d63c6ec1b90fdfd7dd34ce1ef74c76dfaf82d797345ac48a695290724cd359d0844524f7a165ef2bd2a0ade0ef3de08f0cab653a74759

diff --git a/dev-ml/menhir/menhir-20151112.ebuild 
b/dev-ml/menhir/menhir-20151112.ebuild
new file mode 100644
index 000..a8d4107
--- /dev/null
+++ b/dev-ml/menhir/menhir-20151112.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="LR(1) parser generator for the OCaml language"
+HOMEPAGE="http://gallium.inria.fr/~fpottier/menhir/;
+SRC_URI="http://gallium.inria.fr/~fpottier/menhir/${P}.tar.gz;
+
+LICENSE="QPL-1.0 LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples +ocamlopt"
+
+DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   if ! use ocamlopt ; then
+   export TARGET=byte
+   fi
+}
+
+src_compile() {
+   emake PREFIX="${EPREFIX}"/usr -j1
+}
+
+src_install() {
+   findlib_src_preinst
+   emake PREFIX="${ED}"/usr docdir="${ED}"/usr/share/doc/"${PF}" $(use 
examples || echo "DOCS=manual.pdf") install
+   use examples && docompress -x /usr/share/doc/${PF}/demos
+   dodoc AUTHORS CHANGES
+}



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

2015-11-13 Thread Alexis Ballier
commit: 0fa5cc1a54618d7a4344fbe564fc4c20cc4cc3e9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Nov 13 09:01:33 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Nov 13 09:01:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa5cc1a

app-text/highlight: bump to 3.24

Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier  gentoo.org>

 app-text/highlight/Manifest  |  1 +
 app-text/highlight/highlight-3.24.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/app-text/highlight/Manifest b/app-text/highlight/Manifest
index 3041e28..dfe055e 100644
--- a/app-text/highlight/Manifest
+++ b/app-text/highlight/Manifest
@@ -2,5 +2,6 @@ DIST highlight-3.12.tar.bz2 679786 SHA256 
32f22fc63243c48ee7499c7834af50de4ed0ec
 DIST highlight-3.16.tar.bz2 613356 SHA256 
994e8da0b86549fb16c4590769731315d01db68e973c44d43931fcc628e79d77 SHA512 
b637107f589ff475bda22e14a7a55a5af5adbae67a5c1b9081bd312646dc712ee8b9e04d3f760e485d4c311b0ef69ef71a5121ab7d70e0f55d3990a5c6134443
 WHIRLPOOL 
09af3cc7f77e409d3bdeec3979f390e30b9ffc47484274fc326de9011b55e7b10e825586a9bc2be5aa1e73dc1ab8b3623caa408766e2f7b9efff07fff470e4fc
 DIST highlight-3.17.tar.bz2 617834 SHA256 
87ca5907943da25c756407d35ea0df8eb7762f3e32544201da27555c8eadb301 SHA512 
27d5391339e80b616146489e97f63bca336f18b26c2ff5b94ae5bf183d3d1cdbfba202ab36d8eac86dee98ff49c6cc6c41dcf31860f0277f0327688e622d954e
 WHIRLPOOL 
53ee5a4c58021f2a395d1d2e29090a43b06f3ad4ccad4461843f5a1eedebabe5ff33d2ac0c97c9d1ea496023c3acfe9eb30ff4d9d119a0eae4173ea1f9352cc3
 DIST highlight-3.18.tar.bz2 619669 SHA256 
55c6f7a5aeaac2c811078a0215b27c1c80d971bba5dff51ee74a97b3303a584b SHA512 
1f939e117209e96d021216addc281ca7f265822f053f577ed7cb11b8ac9a1762bf84f8e1f9f5e67277004573b98e4b8732f48549aa674fe6801bfc1c0627b930
 WHIRLPOOL 
e08d16d632e4193e27e2a1db530218e937f04abc03d36d1cc8d096c0511a3ccf51c61078fad0bb182b145866c6aac7d7c47818014868c2ae73254c18ad80aaf7
+DIST highlight-3.24.tar.bz2 625192 SHA256 
4f921697de9db93fb54bb667e6245b2831c153fc00dfa592ec50e42d345679cd SHA512 
41f170a436fa802393b2f37e4791b0168d1a7c723e09bc6326c389b8a266604a163c7c3bba10f456df0c5fe321914c736e07830459d5c43da9bdd6335db92086
 WHIRLPOOL 
fc1b7eafdcb41ace65d08fd114c7dabb2169d6f1fedca99accfcb60dcd325b5db9f97e5c6c8c2ad31cc47bc9de90435cf4473e9147c562d70e87e43513320161
 DIST highlight-3.3.tar.bz2 740651 SHA256 
96c415d62488c6522e9933ecdfce447eb8eecd3b88a1064f42908c936ea02d87 SHA512 
10530f485e57aa8068edddca3b0f75fcdd1c756d45740e7dd4eeaeb8b87cebd022f6283ecd37a057ef18f30e8cb56eeb412e8ba0c0542320a751b8b9c3dbf1c9
 WHIRLPOOL 
8b0ccfa97d5343b0edb2cf11d92116df4ebdac5d7157569d758c8eb2a113dd07612438ef9eeeda9138a7aa9d64c027ba5dab31054700acbc6823b6868ff4a77c
 DIST highlight-3.9.tar.bz2 683718 SHA256 
4ae69795e3ca4ffef47355a7b6dc371e2d781735efd44fa12ff3a1ffc990daef SHA512 
4f75232eae5f18f37666e04467993eab8ba983ec86ba6fbef4fbd6fea1e4b2a388beff75a72cfb00c1a90a6fa6dcab9cd68d40cde940f6aaff5174304102cada
 WHIRLPOOL 
1d0ab7fa034fa16cf07318a1140d261942ad98b73108b1b83c578e98f836c9d933ad731320b8aa183f958572e10f3970f64b822954fe5065f8ec6692290f6e9a

diff --git a/app-text/highlight/highlight-3.24.ebuild 
b/app-text/highlight/highlight-3.24.ebuild
new file mode 100644
index 000..df1763b
--- /dev/null
+++ b/app-text/highlight/highlight-3.24.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs qt4-r2 flag-o-matic
+
+DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, 
XSL-FO, XML) with syntax highlight"
+HOMEPAGE="http://www.andre-simon.de/;
+SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="examples qt4"
+
+RDEPEND="dev-lang/lua
+   qt4? (
+   dev-qt/qtgui:4
+   dev-qt/qtcore:4
+   )"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   virtual/pkgconfig"
+
+src_prepare() {
+   sed -i "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \
+   src/core/datadir.cpp || die
+
+   if has_version '

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

2015-11-13 Thread Agostino Sarubbo
commit: 1166c65216f5d6d9e5842b181eecdfd9955bd67f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:47:45 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:47:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1166c652

sys-apps/spu-tools: ppc64 stable wrt bug #561536

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

 sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild 
b/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild
index 5a2f24c..95480e1 100644
--- a/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild
+++ b/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/libspe/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="ppc ~ppc64"
+KEYWORDS="ppc ppc64"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses:0="



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

2015-11-13 Thread Agostino Sarubbo
commit: 1eb3689f70158e00fe38fa4988fa71ea4500fc93
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:48:11 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:48:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb3689f

media-plugins/audacious-plugins: ppc64 stable wrt bug #561242

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

 media-plugins/audacious-plugins/audacious-plugins-3.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.6.2-r1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.6.2-r1.ebuild
index d53434f..45e1117 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-3.6.2-r1.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.6.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="!gtk3? ( 
http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux"
 IUSE="aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk3 jack
 lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid 
sndfile vorbis wavpack"
 REQUIRED_USE="|| ( alsa flac lame jack pulseaudio qt5 sdl )"



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

2015-11-13 Thread Agostino Sarubbo
commit: 947472b2cf384889e01b5f669d7e32b4dc9655fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:47:59 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:47:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947472b2

sys-kernel/genkernel-next: ppc64 stable wrt bug #546170

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

 sys-kernel/genkernel-next/genkernel-next-63.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/genkernel-next/genkernel-next-63.ebuild 
b/sys-kernel/genkernel-next/genkernel-next-63.ebuild
index ca1c7ac..33d4eee 100644
--- a/sys-kernel/genkernel-next/genkernel-next-63.ebuild
+++ b/sys-kernel/genkernel-next/genkernel-next-63.ebuild
@@ -13,9 +13,9 @@ fi
 inherit bash-completion-r1 eutils
 
 if [[ "${PV}" == "" ]]; then
-   KEYWORDS="ia64 ppc x86"
+   KEYWORDS="ia64 ppc ppc64 x86"
 else
-   KEYWORDS="~alpha amd64 ~arm ia64 ppc x86"
+   KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"



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

2015-11-13 Thread Agostino Sarubbo
commit: ea2e09bc5f64424ec5d17c95cf1bf9dcaf55c893
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:48:06 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:48:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2e09bc

media-sound/audacious: ppc64 stable wrt bug #561242

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

 media-sound/audacious/audacious-3.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/audacious/audacious-3.6.2.ebuild 
b/media-sound/audacious/audacious-3.6.2.ebuild
index 72c2917..a516ca5 100644
--- a/media-sound/audacious/audacious-3.6.2.ebuild
+++ b/media-sound/audacious/audacious-3.6.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="!gtk3? ( 
http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux"
 
 IUSE="chardet nls gtk3 qt5"
 DOCS="AUTHORS"



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

2015-11-13 Thread Agostino Sarubbo
commit: cbfc2bb7aabe2becbd1e3943d5c91c559833ef13
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:02 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfc2bb7

dev-libs/glib: ppc64 stable wrt bug #565086

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

 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 53023ca..9cd5a49 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: x11-themes/adwaita-icon-theme/

2015-11-13 Thread Agostino Sarubbo
commit: de785b7ab25590c2f879ec9a8daa69d2291a6e45
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:55 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de785b7a

x11-themes/adwaita-icon-theme: ppc64 stable wrt bug #565086

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

 x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.2.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.2.ebuild
index 80fc34b..0fd24ce 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.2.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.2.ebuild
@@ -19,7 +19,7 @@ LICENSE="
 "
 SLOT="0"
 IUSE="branding"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-themes/hicolor-icon-theme-0.10



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

2015-11-13 Thread Agostino Sarubbo
commit: a9919536fdffe72516e5878f4f74e7b760b41431
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:33 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9919536

net-misc/modemmanager: ppc64 stable wrt bug #565086

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

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

diff --git a/net-misc/modemmanager/modemmanager-1.4.12.ebuild 
b/net-misc/modemmanager/modemmanager-1.4.12.ebuild
index 8f75d98..9ac0d3f 100644
--- a/net-misc/modemmanager/modemmanager-1.4.12.ebuild
+++ b/net-misc/modemmanager/modemmanager-1.4.12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar
 
 LICENSE="GPL-2+"
 SLOT="0/1" # subslot = dbus interface version, i.e. N in 
org.freedesktop.ModemManager${N}
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="+introspection mbim policykit +qmi qmi-newest vala"
 REQUIRED_USE="
qmi-newest? ( qmi )



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

2015-11-13 Thread Agostino Sarubbo
commit: e4b3984aa899ae327e7431f9a84d829ab2115352
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:23 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b3984a

gnome-base/librsvg: ppc64 stable wrt bug #565086

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

 gnome-base/librsvg/librsvg-2.40.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.11.ebuild 
b/gnome-base/librsvg/librsvg-2.40.11.ebuild
index 13194d1..cd03f5a 100644
--- a/gnome-base/librsvg/librsvg-2.40.11.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.11.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg;
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 
 IUSE="+introspection vala tools"
 REQUIRED_USE="



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

2015-11-13 Thread Agostino Sarubbo
commit: 9289b6af73a9b67bfac7dcb81f225a1e2cf4d9cd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:10:53 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9289b6af

app-text/iso-codes: ppc64 stable wrt bug #565086

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

 app-text/iso-codes/iso-codes-3.63.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.63.ebuild 
b/app-text/iso-codes/iso-codes-3.63.ebuild
index 48dede0..d30896f 100644
--- a/app-text/iso-codes/iso-codes-3.63.ebuild
+++ b/app-text/iso-codes/iso-codes-3.63.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2015-11-13 Thread Agostino Sarubbo
commit: 9816c6ba474612cae9a6a30467f89806e168bad1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:46 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9816c6ba

x11-libs/pango: ppc64 stable wrt bug #565086

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

 x11-libs/pango/pango-1.36.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/pango/pango-1.36.8-r1.ebuild 
b/x11-libs/pango/pango-1.36.8-r1.ebuild
index f14a42e..6cdd76d 100644
--- a/x11-libs/pango/pango-1.36.8-r1.ebuild
+++ b/x11-libs/pango/pango-1.36.8-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.pango.org/;
 
 LICENSE="LGPL-2+ FTL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="X +introspection test"
 



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

2015-11-13 Thread Agostino Sarubbo
commit: 520260c707b31019a1eb01031b7214618daafcaa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:37 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520260c7

net-misc/networkmanager: ppc64 stable wrt bug #565086

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

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

diff --git a/net-misc/networkmanager/networkmanager-1.0.6-r1.ebuild 
b/net-misc/networkmanager/networkmanager-1.0.6-r1.ebuild
index 5de2da0..740441f 100644
--- a/net-misc/networkmanager/networkmanager-1.0.6-r1.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.0.6-r1.ebuild
@@ -22,7 +22,7 @@ IUSE="bluetooth connection-sharing consolekit +dhclient 
dhcpcd gnutls +introspec
 kernel_linux +nss +modemmanager ncurses +ppp resolvconf selinux systemd teamd 
test \
 vala +wext +wifi zeroconf" # wimax
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
 
 REQUIRED_USE="
modemmanager? ( ppp )



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

2015-11-13 Thread Alexis Ballier
commit: dba2bf883ad6c0592965df297d93f5f5c5de3375
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Nov 13 09:10:27 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Nov 13 09:10:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba2bf88

media-libs/kvazaar: bump to 0.7.2 and export CC

Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier  gentoo.org>

 media-libs/kvazaar/Manifest  | 1 +
 media-libs/kvazaar/{kvazaar-.ebuild => kvazaar-0.7.2.ebuild} | 3 ++-
 media-libs/kvazaar/kvazaar-.ebuild   | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-libs/kvazaar/Manifest b/media-libs/kvazaar/Manifest
index 23e738f..f3675dd 100644
--- a/media-libs/kvazaar/Manifest
+++ b/media-libs/kvazaar/Manifest
@@ -1 +1,2 @@
 DIST kvazaar-0.7.1.tar.gz 288339 SHA256 
c3693f801f0e717b1dcab3494d3e18a1687861af1a2c33b8878b2f70bcf18164 SHA512 
a7d0a68e4b898f7dbb4175ab8a005d88786f522e185c1814a36a48395d34398880fc18e6baeebe4fef0ea97829e937df2ec9f547e05a9a1b2fdb74e260390e2a
 WHIRLPOOL 
ad640f5cf4c8238c7fbda3d126e1d7d37b3619a3eb000737eabf75b464fbf37cbc1de11c643725fb8cfbbfe8aa21df12d2c7b7aed0df29f7d8774256e78818a0
+DIST kvazaar-0.7.2.tar.gz 293147 SHA256 
623e955d1dbf4f469a57c540537e977f3cead2abcb43d640e2fa0f568168cede SHA512 
db06bed953cbe69f2388adfeeecdd150f36a436199e9627a06c26e4fee740255d47757522a3216c2aaca6233fbff0bf64ab5fa6ac6a26cf5af88bfd07c7d78a0
 WHIRLPOOL 
371379ed6c30c6db3c729e0cfded3f300157a62255b9865f4f45666354f1e2e35cad2e869600de662745251f044f7852dcb8e08e820f4d41f3e7efea13ccb645

diff --git a/media-libs/kvazaar/kvazaar-.ebuild 
b/media-libs/kvazaar/kvazaar-0.7.2.ebuild
similarity index 95%
copy from media-libs/kvazaar/kvazaar-.ebuild
copy to media-libs/kvazaar/kvazaar-0.7.2.ebuild
index 50c477d..425dd69 100644
--- a/media-libs/kvazaar/kvazaar-.ebuild
+++ b/media-libs/kvazaar/kvazaar-0.7.2.ebuild
@@ -11,7 +11,7 @@ if [ "${PV#}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/ultravideo/kvazaar;
 fi
 
-inherit multilib multilib-minimal ${SCM}
+inherit multilib multilib-minimal toolchain-funcs ${SCM}
 
 DESCRIPTION="An open-source HEVC encoder"
 HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar;
@@ -39,6 +39,7 @@ src_prepare() {
 }
 
 multilib_src_compile() {
+   tc-export CC
emake \
ARCH="${CHOST%%-*}" \
$(usex cpu_flags_x86_avx2 "" "KVZ_DISABLE_AVX2=true") \

diff --git a/media-libs/kvazaar/kvazaar-.ebuild 
b/media-libs/kvazaar/kvazaar-.ebuild
index 50c477d..425dd69 100644
--- a/media-libs/kvazaar/kvazaar-.ebuild
+++ b/media-libs/kvazaar/kvazaar-.ebuild
@@ -11,7 +11,7 @@ if [ "${PV#}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/ultravideo/kvazaar;
 fi
 
-inherit multilib multilib-minimal ${SCM}
+inherit multilib multilib-minimal toolchain-funcs ${SCM}
 
 DESCRIPTION="An open-source HEVC encoder"
 HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar;
@@ -39,6 +39,7 @@ src_prepare() {
 }
 
 multilib_src_compile() {
+   tc-export CC
emake \
ARCH="${CHOST%%-*}" \
$(usex cpu_flags_x86_avx2 "" "KVZ_DISABLE_AVX2=true") \



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

2015-11-13 Thread Agostino Sarubbo
commit: 385f9a576cb35c4248f093c731854e2aec70c258
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:51 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385f9a57

x11-libs/vte: ppc64 stable wrt bug #565086

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

 x11-libs/vte/vte-0.36.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/vte/vte-0.36.5.ebuild b/x11-libs/vte/vte-0.36.5.ebuild
index 3168e9e..e847538 100644
--- a/x11-libs/vte/vte-0.36.5.ebuild
+++ b/x11-libs/vte/vte-0.36.5.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE;
 LICENSE="LGPL-2+"
 SLOT="2.90"
 IUSE="debug glade +introspection"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 
 PDEPEND=">=x11-libs/gnome-pty-helper-${PV}"
 RDEPEND="



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

2015-11-13 Thread Agostino Sarubbo
commit: 55f29729c4130e5575ddeb3893725030396b34b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:28 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f29729

media-sound/pulseaudio: ppc64 stable wrt bug #565086

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

 media-sound/pulseaudio/pulseaudio-7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio/pulseaudio-7.1.ebuild 
b/media-sound/pulseaudio/pulseaudio-7.1.ebuild
index 7f277ac..42d5170 100644
--- a/media-sound/pulseaudio/pulseaudio-7.1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-7.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz;
 LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 
 # +alsa-plugin as discussed in bug #519530
 IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm 
+glib



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

2015-11-13 Thread Agostino Sarubbo
commit: 448c75b9190c54cf6ac3894ddabb9fcf2c373860
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:19 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448c75b9

gnome-base/gvfs: ppc64 stable wrt bug #565086

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

 gnome-base/gvfs/gvfs-1.24.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.24.2-r1.ebuild 
b/gnome-base/gvfs/gvfs-1.24.2-r1.ebuild
index 2dece6a..9a31c76 100644
--- a/gnome-base/gvfs/gvfs-1.24.2-r1.ebuild
+++ b/gnome-base/gvfs/gvfs-1.24.2-r1.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
udisks? ( udev )
systemd? ( udisks )
 "
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
 
 # Can use libgphoto-2.5.0 as well. Automagic detection.
 RDEPEND="



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

2015-11-13 Thread Agostino Sarubbo
commit: aebc3d2630960ebccbc9b5b125d7e5b038ab42c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:42 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebc3d26

x11-libs/gtk+: ppc64 stable wrt bug #565086

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

 x11-libs/gtk+/gtk+-3.16.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.16.7.ebuild b/x11-libs/gtk+/gtk+-3.16.7.ebuild
index dbddfe8..5ace9e3 100644
--- a/x11-libs/gtk+/gtk+-3.16.7.ebuild
+++ b/x11-libs/gtk+/gtk+-3.16.7.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 # FIXME: introspection data is built against system installation of gtk+:3
 # NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)



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

2015-11-13 Thread Agostino Sarubbo
commit: 5b0dcc573d35e771852bec8b9202b761b67d1a34
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:06 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0dcc57

dev-libs/libcroco: ppc64 stable wrt bug #565086

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

 dev-libs/libcroco/libcroco-0.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libcroco/libcroco-0.6.9.ebuild 
b/dev-libs/libcroco/libcroco-0.6.9.ebuild
index a33e5b3..63b22a7 100644
--- a/dev-libs/libcroco/libcroco-0.6.9.ebuild
+++ b/dev-libs/libcroco/libcroco-0.6.9.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://git.gnome.org/browse/libcroco/;
 
 LICENSE="LGPL-2"
 SLOT="0.6"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2015-11-13 Thread Agostino Sarubbo
commit: 587d3d36f3eb3e9d49fc53b0efa66709201748ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:14 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587d3d36

gnome-base/gnome-vfs: ppc64 stable wrt bug #565086

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

 gnome-base/gnome-vfs/gnome-vfs-2.24.4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r4.ebuild 
b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r4.ebuild
index 06e3c93..cd4fba0 100644
--- a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r4.ebuild
+++ b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.gnome.org/;
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="acl gnutls ipv6 kerberos libressl samba ssl zeroconf"
 
 RDEPEND="



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

2015-11-13 Thread Agostino Sarubbo
commit: fbad2547f6d4331ba358b2fdae12caf4fa92c1d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:10:57 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbad2547

dev-libs/gjs: ppc64 stable wrt bug #565086

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

 dev-libs/gjs/gjs-1.44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gjs/gjs-1.44.0.ebuild b/dev-libs/gjs/gjs-1.44.0.ebuild
index c8394bd..345bdef 100644
--- a/dev-libs/gjs/gjs-1.44.0.ebuild
+++ b/dev-libs/gjs/gjs-1.44.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples gtk test"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.36:2



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

2015-11-13 Thread Justin Lecher
commit: 68f5f806a26ddee80ee9b50d57d36f44fdd14080
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Nov 13 09:37:01 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Nov 13 09:37:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f5f806

sci-mathematics/sha1-polyml: Make var declaration globally

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

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

 sci-mathematics/sha1-polyml/metadata.xml | 12 ++--
 sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-mathematics/sha1-polyml/metadata.xml 
b/sci-mathematics/sha1-polyml/metadata.xml
index c3a2e90..50a414f 100644
--- a/sci-mathematics/sha1-polyml/metadata.xml
+++ b/sci-mathematics/sha1-polyml/metadata.xml
@@ -1,12 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  gie...@gentoo.org
-  Mark Wright
-
-sci-mathematics
-
+  
+gie...@gentoo.org
+Mark Wright
+  
+  sci-mathematics
+  
 sci-mathematics/sha1-polyml is the implementation of SHA1 taken from
 the GNU coreutils package as described in the sci-mathematics/sha1-polyml
 README.  It is required by sci-mathematics/isabelle.

diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild 
b/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild
index a5d6856..1aaf428 100644
--- a/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild
+++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild
@@ -60,11 +60,11 @@ src_prepare() {
 }
 
 src_compile() {
-   local arch=$(uname -m)
-   local uos=$(uname)
+   arch=$(uname -m)
+   uos=$(uname)
# Switch to ,, when we switch to EAPI=6.
#local los=${uos,,}
-   local los=$(tr '[:upper:]' '[:lower:]' <<<"${uos}")
+   los=$(tr '[:upper:]' '[:lower:]' <<<"${uos}")
./build "${arch}-${los}" || die "build failed"
 }
 



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

2015-11-13 Thread Justin Lecher
commit: 731df8e61a133804247dabb273f99098d55ab64c
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Nov 13 08:35:57 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Nov 13 09:34:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731df8e6

dev-python/backports-abc: Update license

###
# Commit message goes until here
###
 dev-python/backports-abc/backports-abc-0.4.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/backports-abc/backports-abc-0.4.ebuild 
b/dev-python/backports-abc/backports-abc-0.4.ebuild
index 20c6fb9..ddebde4 100644
--- a/dev-python/backports-abc/backports-abc-0.4.ebuild
+++ b/dev-python/backports-abc/backports-abc-0.4.ebuild
@   -15,8 +15,7 @@ DESCRIPTION="Backport of Python 3.5's 'collections.abc' 
module"
 HOMEPAGE="https://github.com/cython/backports_abc 
https://pypi.python.org/pypi/backports_abc/;
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

-# https://github.com/cython/backports_abc/issues/4
-LICENSE="all-rights-reserved"
+LICENSE="PSF-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""

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

 dev-python/backports-abc/backports-abc-0.4.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/backports-abc/backports-abc-0.4.ebuild 
b/dev-python/backports-abc/backports-abc-0.4.ebuild
index 20c6fb9..ddebde4 100644
--- a/dev-python/backports-abc/backports-abc-0.4.ebuild
+++ b/dev-python/backports-abc/backports-abc-0.4.ebuild
@@ -15,8 +15,7 @@ DESCRIPTION="Backport of Python 3.5's 'collections.abc' 
module"
 HOMEPAGE="https://github.com/cython/backports_abc 
https://pypi.python.org/pypi/backports_abc/;
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
-# https://github.com/cython/backports_abc/issues/4
-LICENSE="all-rights-reserved"
+LICENSE="PSF-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""



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

2015-11-13 Thread Justin Lecher
commit: ed41a36ad9dd0ce72898060da7d4cf3b89a3aae5
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Nov 13 09:38:41 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Nov 13 09:38:41 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed41a36a

Update local USE description

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

 profiles/use.local.desc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index a221265..cefac74 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -119,7 +119,6 @@ sci-chemistry/openbabel:perl - Install Perl bindings.
 sci-chemistry/openbabel:python - Install Python bindings and PyBel.
 sci-chemistry/openbabel:ruby - Install Ruby bindings.
 sci-chemistry/openbabel:wxwidgets - Build Open Babel GUI.
-sci-chemistry/pymol:apbs - Pymol supprt for sci-chemistry/apbs
 sci-chemistry/pymol:web - Install Pymodule needed for web app support
 sci-chemistry/rosetta:boinc - compile rosetta as a rosetta@home client
 sci-chemistry/rosetta:boost - compile rosetta with boost supported code



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

2015-11-13 Thread Agostino Sarubbo
commit: 29acf29344c28913171d9363f2e34534f1441146
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:41:58 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:41:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29acf293

app-mobilephone/gnokii: ppc64 stable wrt bug #565126

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

 app-mobilephone/gnokii/gnokii-0.6.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-mobilephone/gnokii/gnokii-0.6.31.ebuild 
b/app-mobilephone/gnokii/gnokii-0.6.31.ebuild
index 51800db..4599b5d 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.31.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.31.ebuild
@@ -9,7 +9,7 @@ inherit eutils linux-info autotools
 HOMEPAGE="http://www.gnokii.org/;
 if [ "$PV" != "" ]; then
SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2;
-   KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+   KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 else
SRC_URI=""
KEYWORDS=""



[gentoo-commits] repo/gentoo:master commit in: net-voip/ekiga/

2015-11-13 Thread Agostino Sarubbo
commit: 955b1b4ccfdc6fe0e30528924412f31dd392d2dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:42:23 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:42:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955b1b4c

net-voip/ekiga: ppc64 stable wrt bug #565020

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

 net-voip/ekiga/ekiga-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-voip/ekiga/ekiga-4.0.1.ebuild 
b/net-voip/ekiga/ekiga-4.0.1.ebuild
index 391775a..4d9b3f0 100644
--- a/net-voip/ekiga/ekiga-4.0.1.ebuild
+++ b/net-voip/ekiga/ekiga-4.0.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.ekiga.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE="avahi dbus debug doc eds gconf gnome gstreamer h323 kde kontact ldap
 libnotify cpu_flags_x86_mmx nls pulseaudio +shm static v4l xcap xv"
 



[gentoo-commits] repo/gentoo:master commit in: net-proxy/squidguard/

2015-11-13 Thread Agostino Sarubbo
commit: c626479ffbeeb99da46070e7c05f5a5406944fba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:42:03 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:42:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c626479f

net-proxy/squidguard: ppc64 stable wrt bug #542472

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

 net-proxy/squidguard/squidguard-1.5_beta-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/squidguard/squidguard-1.5_beta-r1.ebuild 
b/net-proxy/squidguard/squidguard-1.5_beta-r1.ebuild
index c30997f..cc0aad3 100644
--- a/net-proxy/squidguard/squidguard-1.5_beta-r1.ebuild
+++ b/net-proxy/squidguard/squidguard-1.5_beta-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.squidguard.org/Downloads/Devel/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ppc ppc64 sparc x86"
 
 IUSE="ldap"
 



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

2015-11-13 Thread Agostino Sarubbo
commit: 72128f803369b66e23a117b950f445dba7766002
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:42:13 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:42:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72128f80

dev-libs/STLport: ppc64 stable wrt bug #562926

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

 dev-libs/STLport/STLport-5.2.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/STLport/STLport-5.2.1-r3.ebuild 
b/dev-libs/STLport/STLport-5.2.1-r3.ebuild
index a6f947c..d3a30b1 100644
--- a/dev-libs/STLport/STLport-5.2.1-r3.ebuild
+++ b/dev-libs/STLport/STLport-5.2.1-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/stlport/${P}.tar.bz2
 
 LICENSE="boehm-gc HPND"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="boost debug static static-libs threads"
 
 DEPEND="boost? ( dev-libs/boost:= )"



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

2015-11-13 Thread Agostino Sarubbo
commit: b64462b073ef816588809dc830afd938eb2207f4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:41:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:41:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64462b0

media-gfx/fontforge: ppc64 stable wrt bug #565376

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

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

diff --git a/media-gfx/fontforge/fontforge-20150612-r1.ebuild 
b/media-gfx/fontforge/fontforge-20150612-r1.ebuild
index 72da6a3..60242f6 100644
--- a/media-gfx/fontforge/fontforge-20150612-r1.ebuild
+++ b/media-gfx/fontforge/fontforge-20150612-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg 
unicode X"
 
 REQUIRED_USE="



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

2015-11-13 Thread Agostino Sarubbo
commit: 9d61dc088c6d5bbd6dd3fd5c346f4fb34f9e0720
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:42:08 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:42:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d61dc08

media-gfx/xv: ppc64 stable wrt bug #565130

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

 media-gfx/xv/xv-3.10a-r17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/xv/xv-3.10a-r17.ebuild b/media-gfx/xv/xv-3.10a-r17.ebuild
index 808557f..ade31e9 100644
--- a/media-gfx/xv/xv-3.10a-r17.ebuild
+++ b/media-gfx/xv/xv-3.10a-r17.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/png-mng/${P}-jumbo-patches-${JUMBOV}.tar.gz
 
 LICENSE="xv"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="jpeg tiff png"
 
 DEPEND="x11-libs/libXt



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

2015-11-13 Thread Agostino Sarubbo
commit: f3792c4f8f98aaebef530d7bbd8edb1fc9dcc147
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:42:18 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:42:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3792c4f

app-text/dvisvgm: ppc64 stable wrt bug #563078

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

 app-text/dvisvgm/dvisvgm-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dvisvgm/dvisvgm-1.10.ebuild 
b/app-text/dvisvgm/dvisvgm-1.10.ebuild
index b9ab6ba..74ec1e3 100644
--- a/app-text/dvisvgm/dvisvgm-1.10.ebuild
+++ b/app-text/dvisvgm/dvisvgm-1.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 # Tests don't work from $WORKDIR: kpathsea tries to search in relative
 # directories from where the binary is executed.



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2015-11-13 Thread Agostino Sarubbo
commit: 5267a96a8597ee1758685eda290f6b8398babdac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:41:53 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:41:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5267a96a

app-i18n/ibus: ppc64 stable wrt bug #565190

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

 app-i18n/ibus/ibus-1.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.11.ebuild b/app-i18n/ibus/ibus-1.5.11.ebuild
index e330b5c..e0d8155 100644
--- a/app-i18n/ibus/ibus-1.5.11.ebuild
+++ b/app-i18n/ibus/ibus-1.5.11.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ibus/ibus/wiki;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X"
 REQUIRED_USE="
|| ( gtk gtk3 X )



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/chicken/

2015-11-13 Thread Agostino Sarubbo
commit: 3ad3fd76e6d71b743f1f832dfb4f7892165d3c98
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:48:17 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:48:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad3fd76

dev-scheme/chicken: ppc64 stable wrt bug #467966

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

 dev-scheme/chicken/chicken-4.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-scheme/chicken/chicken-4.10.0-r1.ebuild 
b/dev-scheme/chicken/chicken-4.10.0-r1.ebuild
index 9652496..66d2675 100644
--- a/dev-scheme/chicken/chicken-4.10.0-r1.ebuild
+++ b/dev-scheme/chicken/chicken-4.10.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://code.call-cc.org/releases/${MY_PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ppc ppc64 x86"
 IUSE="emacs doc"
 DOCS=( NEWS README LICENSE )
 



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

2015-11-13 Thread Agostino Sarubbo
commit: 01c67dd126a641ac099c9fe69d527f589d47d247
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:58:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:58:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c67dd1

dev-libs/libxslt: amd64 stable wrt bug #558822

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

 dev-libs/libxslt/libxslt-1.1.28-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild 
b/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild
index 838cd1d..3b43200 100644
--- a/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="crypt debug examples python static-libs"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2015-11-13 Thread Agostino Sarubbo
commit: 0209d3b7d31369717ed19653c3758f24389890bc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:58:41 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:58:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0209d3b7

net-analyzer/net-snmp: amd64 stable wrt bug #565602

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

 net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
index f26eb73..43526cc 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${P/_/.}
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="bzip2 doc elf ipv6 libressl mfd-rewrites minimal perl python rpm selinux 
ssl tcpd X zlib lm_sensors ucd-compat pci netlink mysql"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-SSL/

2015-11-13 Thread Agostino Sarubbo
commit: 5bb7d57959ed8c06ca13baf3dcd34591b3ee6edb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:58:54 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:58:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb7d579

dev-perl/IO-Socket-SSL: amd64 stable wrt bug #536518

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

 dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild 
b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild
index c76b027..a7cfa18 100644
--- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild
+++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="idn"
 
 RDEPEND="



[gentoo-commits] proj/sci:master commit in: sci-biology/BBmap/files/, sci-biology/BBmap/

2015-11-13 Thread Martin Mokrejs
commit: 277988bc6789886e695d7a1ba4d2eeb3f352e0e7
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Fri Nov 13 10:00:04 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Nov 13 10:00:04 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=277988bc

sci-biology/BBmap-35.66: this version needs more cleanup, upstream will make a 
new release, dropping KEYWORD

Package-Manager: portage-2.2.18

 .../BBmap/{BBmap-34.56.ebuild => BBmap-35.66.ebuild}|  3 ++-
 sci-biology/BBmap/files/UnicodeToAscii.patch| 17 +
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/sci-biology/BBmap/BBmap-34.56.ebuild 
b/sci-biology/BBmap/BBmap-35.66.ebuild
similarity index 94%
rename from sci-biology/BBmap/BBmap-34.56.ebuild
rename to sci-biology/BBmap/BBmap-35.66.ebuild
index a898eff..982c762 100644
--- a/sci-biology/BBmap/BBmap-34.56.ebuild
+++ b/sci-biology/BBmap/BBmap-35.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://sourceforge.net/projects/bbmap/files/BBMap_"${PV}".tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="
@@ -30,6 +30,7 @@ src_prepare(){
# see bug #542700
sed -e 
's#/usr/common/usg/hpc/openmpi/gnu4.6/sge/1.8.1/ib_2.1-1.0.0/lib/mpi.jar#/usr/share/openmpi/lib/mpi.jar#'
 -i build.xml
sed -e 's#compiler="${jcompiler}" ##' -i build.xml
+   epatch "${FILESDIR}"/UnicodeToAscii.patch
 }
 
 src_compile(){

diff --git a/sci-biology/BBmap/files/UnicodeToAscii.patch 
b/sci-biology/BBmap/files/UnicodeToAscii.patch
new file mode 100644
index 000..36e5a36
--- /dev/null
+++ b/sci-biology/BBmap/files/UnicodeToAscii.patch
@@ -0,0 +1,17 @@
+--- bbmap/current/jgi/UnicodeToAscii.java.ori  2015-11-12 20:24:13.704471341 
+0100
 bbmap/current/jgi/UnicodeToAscii.java  2015-11-12 20:27:12.564474322 
+0100
+@@ -20,14 +20,6 @@
+ public class UnicodeToAscii {
+   
+   public static void main(String[] args){
+-//try {
+-//System.err.println("A���C");
+-//System.err.println(new String("A���C".getBytes("UTF8"), 
"UTF8"));
+-//} catch (Exception e) {
+-//// TODO Auto-generated catch block
+-//e.printStackTrace();
+-//}
+-//assert(false);
+   
+   Timer t=new Timer();
+   t.start();



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

2015-11-13 Thread Martin Mokrejs
commit: 94ccfefeae527bda63c1f0d368f4ccebf27ad761
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Fri Nov 13 10:01:23 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Nov 13 10:01:23 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=94ccfefe

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

 dev-python/arrayfire-python/ChangeLog  |   6 +
 dev-python/arrayfire-python/Manifest   |   1 +
 ...ebuild => arrayfire-python-3.1.2015.ebuild} |   0
 profiles/use.local.desc|   1 -
 sci-chemistry/pymol-apbs-plugin/ChangeLog  |  27 -
 sci-chemistry/pymol-apbs-plugin/metadata.xml   |   8 --
 .../pymol-apbs-plugin-.ebuild  |  41 ---
 sci-chemistry/pymol/metadata.xml   |   1 -
 sci-chemistry/pymol/pymol-.ebuild  |  11 +-
 sci-libs/armadillo/ChangeLog   |   7 ++
 sci-libs/armadillo/Manifest|   3 +-
 sci-libs/armadillo/armadillo-5.500.2.ebuild| 121 -
 ...llo-5.400.2.ebuild => armadillo-6.200.3.ebuild} |   2 +-
 sci-libs/nipype/ChangeLog  |   3 +
 sci-libs/nipype/nipype-.ebuild |   1 +
 15 files changed, 24 insertions(+), 209 deletions(-)



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

2015-11-13 Thread Mike Frysinger
commit: 1edc1f72c35ecb463442eae9cf82933dd8565d4c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Nov 13 08:09:49 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Nov 13 08:13:16 2015 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=1edc1f72

netboot: drop various util-linux tools

Drop tools that either aren't installed by default anymore, or don't
make sense in a netboot environment:
- readprofile: read /proc/profile which we don't enable in the kernels
- tunelp: tune line printer settings
- mcookie: manage magic cookies used by X11 (xauth)
- script: used to record interactive shell sessions
- scriptreplay: run the recording of script (see above)
- fdformat: format floppy disks which we don't enable in the kernels
- cytune: control old serial cards which we don't enable in the kernels
- tailf: use `tail` instead
- write: broadcast messages to other users logged in
- isosize: get details for ISO images

We can probably trim even more, but let's start here.

 releases/weekly/specs/hppa/netboot2-hppa32.spec   | 10 --
 releases/weekly/specs/hppa/netboot2-hppa64.spec   | 10 --
 releases/weekly/specs/s390/s390/netboot/netboot.spec  | 10 --
 releases/weekly/specs/s390/s390x/netboot/netboot.spec | 10 --
 4 files changed, 40 deletions(-)

diff --git a/releases/weekly/specs/hppa/netboot2-hppa32.spec 
b/releases/weekly/specs/hppa/netboot2-hppa32.spec
index 431b515..0a2ec33 100644
--- a/releases/weekly/specs/hppa/netboot2-hppa32.spec
+++ b/releases/weekly/specs/hppa/netboot2-hppa32.spec
@@ -98,26 +98,16 @@ netboot2/packages/sys-apps/util-linux/files:
/usr/sbin/delpart
/usr/sbin/rtcwake
/usr/sbin/addpart
-   /usr/sbin/readprofile
-   /usr/sbin/tunelp
-   /usr/bin/mcookie
/usr/bin/logger
/usr/bin/setarch
-   /usr/bin/script
-   /usr/bin/scriptreplay
/usr/bin/linux64
-   /usr/sbin/fdformat
/usr/bin/column
/usr/bin/cal
-   /usr/bin/cytune
/usr/bin/chrt
/usr/bin/rename
-   /usr/bin/tailf
/usr/bin/colcrt
-   /usr/bin/write
/usr/bin/hexdump
/usr/bin/namei
-   /usr/bin/isosize
/usr/bin/look
/usr/bin/ipcs
/usr/bin/parisc

diff --git a/releases/weekly/specs/hppa/netboot2-hppa64.spec 
b/releases/weekly/specs/hppa/netboot2-hppa64.spec
index cbee938..4e014be 100644
--- a/releases/weekly/specs/hppa/netboot2-hppa64.spec
+++ b/releases/weekly/specs/hppa/netboot2-hppa64.spec
@@ -100,26 +100,16 @@ netboot2/packages/sys-apps/util-linux/files:
/usr/sbin/delpart
/usr/sbin/rtcwake
/usr/sbin/addpart
-   /usr/sbin/readprofile
-   /usr/sbin/tunelp
-   /usr/bin/mcookie
/usr/bin/logger
/usr/bin/setarch
-   /usr/bin/script
-   /usr/bin/scriptreplay
/usr/bin/linux64
-   /usr/sbin/fdformat
/usr/bin/column
/usr/bin/cal
-   /usr/bin/cytune
/usr/bin/chrt
/usr/bin/rename
-   /usr/bin/tailf
/usr/bin/colcrt
-   /usr/bin/write
/usr/bin/hexdump
/usr/bin/namei
-   /usr/bin/isosize
/usr/bin/look
/usr/bin/ipcs
/usr/bin/parisc

diff --git a/releases/weekly/specs/s390/s390/netboot/netboot.spec 
b/releases/weekly/specs/s390/s390/netboot/netboot.spec
index 9e535fb..8722c0d 100644
--- a/releases/weekly/specs/s390/s390/netboot/netboot.spec
+++ b/releases/weekly/specs/s390/s390/netboot/netboot.spec
@@ -138,26 +138,16 @@ netboot2/packages/sys-apps/util-linux/files:
/usr/sbin/delpart
/usr/sbin/rtcwake
/usr/sbin/addpart
-   /usr/sbin/readprofile
-   /usr/sbin/tunelp
-   /usr/bin/mcookie
/usr/bin/logger
/usr/bin/setarch
-   /usr/bin/script
-   /usr/bin/scriptreplay
/usr/bin/linux64
-   /usr/sbin/fdformat
/usr/bin/column
/usr/bin/cal
-   /usr/bin/cytune
/usr/bin/chrt
/usr/bin/rename
-   /usr/bin/tailf
/usr/bin/colcrt
-   /usr/bin/write
/usr/bin/hexdump
/usr/bin/namei
-   /usr/bin/isosize
/usr/bin/look
/usr/bin/ipcs
/usr/bin/flock

diff --git a/releases/weekly/specs/s390/s390x/netboot/netboot.spec 
b/releases/weekly/specs/s390/s390x/netboot/netboot.spec
index e8cdb98..d72ed2d 100644
--- a/releases/weekly/specs/s390/s390x/netboot/netboot.spec
+++ b/releases/weekly/specs/s390/s390x/netboot/netboot.spec
@@ -138,26 +138,16 @@ netboot2/packages/sys-apps/util-linux/files:
/usr/sbin/delpart
/usr/sbin/rtcwake
/usr/sbin/addpart
-   /usr/sbin/readprofile
-   /usr/sbin/tunelp
-   /usr/bin/mcookie
/usr/bin/logger
/usr/bin/setarch
-   /usr/bin/script
-   /usr/bin/scriptreplay
/usr/bin/linux64
-   /usr/sbin/fdformat
/usr/bin/column
/usr/bin/cal
-   /usr/bin/cytune
/usr/bin/chrt

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

2015-11-13 Thread Marius Brehler
commit: b8cc54780393c27f8cb11cdba5d3b78b934d93be
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Fri Nov 13 08:34:49 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Fri Nov 13 08:34:49 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b8cc5478

sci-libs/armadillo: Version bump; remove old

Package-Manager: portage-2.2.20.1

 sci-libs/armadillo/ChangeLog   |   7 ++
 sci-libs/armadillo/armadillo-5.500.2.ebuild| 121 -
 ...llo-5.400.2.ebuild => armadillo-6.200.3.ebuild} |   2 +-
 3 files changed, 8 insertions(+), 122 deletions(-)

diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
index daba68a..78f1e70 100644
--- a/sci-libs/armadillo/ChangeLog
+++ b/sci-libs/armadillo/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*armadillo-6.200.3 (13 Nov 2015)
+
+  13 Nov 2015; Marius Brehler 
+  +armadillo-6.200.3.ebuild, -armadillo-5.400.2.ebuild,
+  -armadillo-5.500.2.ebuild:
+  sci-libs/armadillo: Version bump; remove old
+
 *armadillo-5.600.2 (21 Sep 2015)
 
   21 Sep 2015; Marius Brehler 

diff --git a/sci-libs/armadillo/armadillo-5.500.2.ebuild 
b/sci-libs/armadillo/armadillo-5.500.2.ebuild
deleted file mode 100644
index 6682a81..000
--- a/sci-libs/armadillo/armadillo-5.500.2.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_IN_SOURCE_BUILD=1
-
-inherit cmake-utils toolchain-funcs multilib eutils
-
-DESCRIPTION="Streamlined C++ linear algebra library"
-HOMEPAGE="http://arma.sourceforge.net/;
-SRC_URI="mirror://sourceforge/arma/${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0/5"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="arpack atlas blas debug doc examples hdf5 lapack mkl superlu tbb test"
-REQUIRED_USE="test? ( lapack )"
-
-RDEPEND="
-   dev-libs/boost
-   arpack? ( sci-libs/arpack )
-   atlas? ( sci-libs/atlas[lapack] )
-   blas? ( virtual/blas )
-   lapack? ( virtual/lapack )
-   superlu? ( sci-libs/superlu )
-"
-DEPEND="${RDEPEND}
-   arpack? ( virtual/pkgconfig )
-   atlas? ( virtual/pkgconfig )
-   blas? ( virtual/pkgconfig )
-   hdf5? ( sci-libs/hdf5 )
-   lapack? ( virtual/pkgconfig )
-   mkl? ( sci-libs/mkl )
-   tbb? ( dev-cpp/tbb )"
-PDEPEND="${RDEPEND}
-   hdf5? ( sci-libs/hdf5 )
-   mkl? ( sci-libs/mkl )
-   tbb? ( dev-cpp/tbb )"
-
-src_prepare() {
-   # avoid the automagic cmake macros
-   sed -i -e '/ARMA_Find/d' CMakeLists.txt || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DINSTALL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)"
-   $(cmake-utils_use debug ARMA_EXTRA_DEBUG)
-   $(cmake-utils_use mkl ARMA_USE_MKL_ALLOC)
-   $(cmake-utils_use tbb ARMA_USE_TBB_ALLOC)
-   )
-   if use arpack; then
-   mycmakeargs+=(
-   -DARPACK_FOUND=ON
-   -DARPACK_LIBRARY="$($(tc-getPKG_CONFIG) --libs arpack)"
-   )
-   fi
-   if use atlas; then
-   local c=atlas-cblas l=atlas-clapack
-   $(tc-getPKG_CONFIG) --exists ${c}-threads && c+=-threads
-   $(tc-getPKG_CONFIG) --exists ${l}-threads && l+=-threads
-   mycmakeargs+=(
-   -DCBLAS_FOUND=ON
-   -DCBLAS_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')"
-   -DCBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${c})"
-   -DCLAPACK_FOUND=ON
-   -DCLAPACK_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')"
-   -DCLAPACK_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${l})"
-   )
-   fi
-   if use blas; then
-   mycmakeargs+=(
-   -DBLAS_FOUND=ON
-   -DBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs blas)"
-   )
-   fi
-   if use hdf5; then
-   mycmakeargs+=(
-   -DHDF5_FOUND=ON
-   -DHDF5_LIBRARIES="-lhdf5"
-   )
-   fi
-   if use lapack; then
-   mycmakeargs+=(
-   -DLAPACK_FOUND=ON
-   -DLAPACK_LIBRARIES="$($(tc-getPKG_CONFIG) --libs 
lapack)"
-   )
-   fi
-   if use superlu; then
-   mycmakeargs+=(
-   -DSuperLU_FOUND=ON
-   -DSuperLU_LIBRARIES="$($(tc-getPKG_CONFIG) --libs 
superlu)"
-   )
-   fi
-
-   cmake-utils_src_configure
-}
-
-src_test() {
-   pushd examples > /dev/null
-   emake \
-   CXXFLAGS="-I../include ${CXXFLAGS} 

[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/

2015-11-13 Thread Agostino Sarubbo
commit: 7250b97c520c47f1a8b3ee7c3083ad0d54f0bd09
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 09:11:10 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 09:12:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7250b97c

dev-util/gtk-update-icon-cache: ppc64 stable wrt bug #565086

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

 dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.7.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.7.ebuild
index fde0610..742dafa 100644
--- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.7.ebuild
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.7.ebuild
@@ -15,7 +15,7 @@ LICENSE="LGPL-2+"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.43.4:2



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

2015-11-13 Thread Alexys Jacob
commit: 183ea35f5720d96d374c8da320ac6f513a998ca4
Author: Ultrabug  gentoo  org>
AuthorDate: Fri Nov 13 15:57:58 2015 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri Nov 13 15:57:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183ea35f

dev-python/uhashring: version bump and python3_5 compat

Package-Manager: portage-2.2.24

 dev-python/uhashring/Manifest   | 2 +-
 dev-python/uhashring/{uhashring-0.2.ebuild => uhashring-0.4.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/uhashring/Manifest b/dev-python/uhashring/Manifest
index 36e86d3..2f7a225 100644
--- a/dev-python/uhashring/Manifest
+++ b/dev-python/uhashring/Manifest
@@ -1 +1 @@
-DIST uhashring-0.2.tar.gz 11158 SHA256 
e903d39ec2890e84fb289f1f9a6e8568f9d71e1324511797dee0ef5266222036 SHA512 
e019bd9fb7d5ef0d3b68442d42aa41f4ffe9384f014e608b0c1903cb8f4f539f480ec3fd63a0b70205f41b1b85b163787ed3e8d273e433e57b127ec991e67afc
 WHIRLPOOL 
52d279fd418267b27a8ee5198bf997f8fac300315b568529da92ae30282adbf136528f1d3621f17a38bcbdc2856ceb7391d9b4a189a85b9ed0c15843e55e7aa9
+DIST uhashring-0.4.tar.gz 11820 SHA256 
da0555e752ce259042d2de8ab7b6b07e280bc3532d76a8589e31dcfdc382e031 SHA512 
c00eb0bcc723e470bb9c3de040511eb56c7d0d93e1c63036e9addf789d76550d62f15f7dc9b8be97515a8901935de7a41573973ce036114b85a954370b324344
 WHIRLPOOL 
25456e67065b1509a341e284bfdcd8128fbc23fcaf918247ddaaa243c00501311987c049d8733696ab764c6d7ecdc2bce532ef003737b94bbc7fc204b74ec207

diff --git a/dev-python/uhashring/uhashring-0.2.ebuild 
b/dev-python/uhashring/uhashring-0.4.ebuild
similarity index 90%
rename from dev-python/uhashring/uhashring-0.2.ebuild
rename to dev-python/uhashring/uhashring-0.4.ebuild
index 28a5f34..71b6213 100644
--- a/dev-python/uhashring/uhashring-0.2.ebuild
+++ b/dev-python/uhashring/uhashring-0.4.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 
 inherit distutils-r1
 



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

2015-11-13 Thread Agostino Sarubbo
commit: bd9c858d9d9893be0023b4fef6409d8aac13cd1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 16:35:42 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 16:35:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9c858d

dev-lang/python: alpha stable wrt bug #561524

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

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

diff --git a/dev-lang/python/python-2.7.10.ebuild 
b/dev-lang/python/python-2.7.10.ebuild
index 8c9aafc..96325ae 100644
--- a/dev-lang/python/python-2.7.10.ebuild
+++ b/dev-lang/python/python-2.7.10.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="2.7"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses 
+readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2015-11-13 Thread Michael Palimaka
commit: cd9341e9c5693512297c3cfc1714523096bd7771
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:29:08 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd9341e9

kde-frameworks/kio: handle handbook without eclass

The eclass handling causes all handbooks to be ignored, because it expects them
to be organised into linguas directories.

Package-Manager: portage-2.2.24

 kde-frameworks/kio/kio-5.16.0.ebuild | 7 +++
 kde-frameworks/kio/kio-.ebuild   | 7 +++
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.16.0.ebuild 
b/kde-frameworks/kio/kio-5.16.0.ebuild
index 1518390..a420d48 100644
--- a/kde-frameworks/kio/kio-5.16.0.ebuild
+++ b/kde-frameworks/kio/kio-5.16.0.ebuild
@@ -4,16 +4,14 @@
 
 EAPI=5
 
-VIRTUALX_REQUIRED="test"
-KDE_HANDBOOK="true"
-KDE_DOC_DIR="docs"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"
 LICENSE="LGPL-2+"
 KEYWORDS=" ~amd64 ~x86"
-IUSE="acl kerberos +kwallet X"
+IUSE="acl +handbook kerberos +kwallet X"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -53,6 +51,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
dev-qt/qtconcurrent:5
+   handbook? ( $(add_frameworks_dep kdoctools) )
test? ( sys-libs/zlib )
X? (
x11-libs/libX11

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index efa725f..bf1f9a0 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -4,16 +4,14 @@
 
 EAPI=5
 
-VIRTUALX_REQUIRED="test"
-KDE_HANDBOOK="true"
-KDE_DOC_DIR="docs"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="acl kerberos +kwallet X"
+IUSE="acl +handbook kerberos +kwallet X"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -53,6 +51,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
dev-qt/qtconcurrent:5
+   handbook? ( $(add_frameworks_dep kdoctools) )
test? ( sys-libs/zlib )
X? (
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: kde-apps/oxygen-icons/

2015-11-13 Thread Michael Palimaka
commit: 7dc172758a3f1b8f2030ace41ac7aa1f62fabf6a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Nov  9 22:36:00 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:46:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc17275

kde-apps/oxygen-icons: Drop 15.04.3 in advance of pkgmove

Difference to 4.14.3: One single 22x22 icon.

Package-Manager: portage-2.2.23

 kde-apps/oxygen-icons/Manifest|  2 --
 kde-apps/oxygen-icons/oxygen-icons-15.04.3.ebuild | 26 ---
 2 files changed, 28 deletions(-)

diff --git a/kde-apps/oxygen-icons/Manifest b/kde-apps/oxygen-icons/Manifest
index fccc256..e39a985 100644
--- a/kde-apps/oxygen-icons/Manifest
+++ b/kde-apps/oxygen-icons/Manifest
@@ -1,4 +1,2 @@
-DIST oxygen-icons-15.04.3.repacked.tar.xz 29323872 SHA256 
7bb226c9b41997bc8ab9471135da06adb2c809fd390da9554c663a68acdeb296 SHA512 
c96cf4be07886d47475671d307936c15950b4bc189eb2a0e183c017b37b5e1b32722d1b9ae256c25e3315af1db4a7ba24c80aa798342702e679bf2049ff43ee6
 WHIRLPOOL 
b410a8ee5cd0573a64f5fda7ed3b076158ea965f680e4b0f90249c396dcb208fa2b7c579d938025ac3ba4571db86a80d8d3efea38e966625513c08abc8f2a1b7
-DIST oxygen-icons-15.04.3.tar.xz 229820120 SHA256 
133b66d70b51641f841799674afd993a6af0d9d9b646021a0ed609beb2ffd71e SHA512 
0f1c1478a3f60a49a2a73f240f3dec73814203b3cd36509d5318e4a5fb18eff85f25d0509da78ad8ff3f97e2736b1e4508e9fba0fd2039dccc4d06b02d1713f1
 WHIRLPOOL 
36db37dcca1bf321cef0a626d8e68a6dcd60d54f5efecf6de239d8cfb397441216a2a528fb7fe99bffe2efe2310f0de8c504f8cd8d03bcec0918c33bb9516452
 DIST oxygen-icons-4.14.3.repacked.tar.xz 29341916 SHA256 
1d076233882108f16424e09b69308308f1441f7121e40eb0312651ef7c1da194 SHA512 
c315fb21e20fe0b256ac14cce8e75c0b1e96ed2219759dd54f1b80779871c4534710f86dc1ecd7d35aadddcacc1fe4c9914ee098bda78540541aaa9febe49344
 WHIRLPOOL 
92379715eb5c5918289baf76a7b54cb4c7fb251d5f4e4d8c60034a35ee169c1fd7ae279aab31a640616c1d4c3e261a918116739c2ce247ac371d620405064ec6
 DIST oxygen-icons-4.14.3.tar.xz 229823240 SHA256 
9b222399c8c188feb3af342b0744fde12d58cdb4e5b88ee2b056ea082a9392db SHA512 
193a51d96df9adbec55624d576f63afc8139ffc157c6e9be49cdb2f8611631728690a06cb49fc53441dbe37b5c66ff87ab33f186db82c659da3b7164fa86dcaa
 WHIRLPOOL 
ea156f02e1a0cce4445129c5d0ec103f84e38ffc6b69c9ee30130192ed58ec930ae724236623e609c2079dd2681e1f206f3b15f133da90ee2b44814f1f39770a

diff --git a/kde-apps/oxygen-icons/oxygen-icons-15.04.3.ebuild 
b/kde-apps/oxygen-icons/oxygen-icons-15.04.3.ebuild
deleted file mode 100644
index dcb2849..000
--- a/kde-apps/oxygen-icons/oxygen-icons-15.04.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} == * ]]; then
-   KMNAME="kdesupport"
-fi
-KDE_AUTODEPS="false"
-KDE_SCM="svn"
-inherit kde5
-
-DESCRIPTION="Oxygen SVG icon theme"
-HOMEPAGE="http://www.oxygen-icons.org/;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI=" !sources? ( 
https://dev.gentoo.org/~johu/distfiles/${P}.repacked.tar.xz )
-   sources? ( ${SRC_URI} )
-   "
-fi
-
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~x86"
-IUSE="sources"
-
-RDEPEND="!kde-apps/oxygen-icons:4"



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

2015-11-13 Thread Michał Górny
commit: dcf5acded035ed550c1b68af106cc0cc20e3685d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 17:01:55 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 17:15:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf5acde

dev-lang/python: Remove more old versions

 dev-lang/python/Manifest   |   4 -
 dev-lang/python/python-2.7.9-r1.ebuild | 361 -
 dev-lang/python/python-3.4.1.ebuild| 322 -
 3 files changed, 687 deletions(-)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 255727d..c3da511 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,12 +1,8 @@
 DIST Python-2.7.10.tar.xz 12250696 SHA256 
1cd3730781b91caf0fa1c4d472dc29274186480161a150294c42ce9b5c5effc0 SHA512 
67615a6defbcda062f15a09f9dd3b9441afd01a8cc3255e5bc45b925378a0ddc38d468b7701176f6cc153ec52a4f21671b433780d9bde343aa9b9c1b2ae29feb
 WHIRLPOOL 
3a9dcfc55b107dc55ad0ae93fb24a11eab7d4d9b4cfbe6b6830a090b6e5f71bb2ac91526b89c6f3e4f2610fa1a2cc4e82b58a83c599aa71f94894c74181b504b
-DIST Python-2.7.9.tar.xz 12164712 SHA256 
90d27e14ea7e03570026850e2e50ba71ad20b7eb31035aada1cf3def8f8d4916 SHA512 
6939182463272a6bb9da0e327bfb9efc574a87820f2ae39eaf02d9fae053dbe0004330e916e6828becfef94cbe294acb0a88a600f8930b99b94fcfc4efc44ff4
 WHIRLPOOL 
993313811eddef1820e6f3ee0e02848c73bdfce65b85ab0e360603e726c31e1cc9dc6c128e3fe086cafc94164d2d628ff5d859e13b90648da6352c35ddeedcd4
 DIST Python-3.3.5.tar.xz 12116308 SHA256 
abe99b484434503d8b23be0f243ec27139e743a4798cd71c1dce3cf40e63b6e5 SHA512 
562ebd85291f29ff18d37f05682763fc45aa9d070688006f4ef5c89392a48022357c3ca9ee1d795e9e863bdef413e6bab77b8d65581d374a76dbe7cacec65550
 WHIRLPOOL 
f4b6010d32b28b7bb038cbb7c5f98d325cc4253fd1be9a0a1089ed6fd7dd414c5169931d21ef819137d5c1084517a650828f260cf2a1d8ce871bc67aeef3fff8
-DIST Python-3.4.1.tar.xz 14125788 SHA256 
c595a163104399041fcbe1c5c04db4c1da94f917b82ce89e8944c8edff7aedc4 SHA512 
09b6390c07334974f189fb1c90bc2310898aef76661b1cecaa2b4d50001fa3df0fa0c63d3471a5a0dc7f9e08dd559d38d3bc45a6c05a816d8b2ed6b2a20e5fa9
 WHIRLPOOL 
c8f879bb5d42a759b0804aa58d90330d9be6f4c29652ec40f07ca7da31510eadbd6b4eceb2b213af9a1af031c8321fc25faccae77763a31814eb0569831b8bfd
 DIST Python-3.4.3.tar.xz 14421964 SHA256 
b5b3963533768d5fc325a4d7a6bd6f666726002d696f1d399ec06b043ea996b8 SHA512 
55b2d7c07da8ad3a3971b4687da2e45809c6f1474732e93b0432f121f287d0b63ad8a9bf381987ea70f47a03d9474c3e55b7d86d14800bf7ef29b3324d8d35b9
 WHIRLPOOL 
f851dedc6a1ea35adec83d60784a5fbcd9dfcf6aa8858bb5ada114fa2ff55add1fbf323ab94ec039ecdedb26d59e8f2e6e171cd9fc1ed41ad9cfa434a555cff3
 DIST Python-3.5.0.tar.xz 14808460 SHA256 
d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91 SHA512 
f06bd652484aa89371021d0f9fcb08e6e905e90b39ae065d7df75b367e66b7ea43a818ca33ce04aa3d6746b5e8b1b83e90b709ac2203324fb7a595c1017be149
 WHIRLPOOL 
aef3970297911324537e4e1e9d0e179c925bf51fea9d6a6413a08e3f349fd244d834e6fe732e9120669b762c302b47f821de170ce083d2cc39b7e35f51fdd1f0
 DIST python-gentoo-patches-2.7.10-0.tar.xz 12892 SHA256 
c9a838bd62ae50cc385da23a837acfd05f2b74e4f086c9c76eb4d3aa5366ef6d SHA512 
5f100944635e360691dc0a2b340a906646c4ae9ee558246ddffc56e8b15d389f25f1fbdc1db4cc08e7d29560d04d66b058b3904902899d58ecae8c408ebdf056
 WHIRLPOOL 
f69e9a518bb7ee50c1b262a21e70e1e2443f859ee6d2f4fa84421120dbd054a06ce8dd6cfea8512cbc64bce806322b879c25c561d5eb05e1ba6cc15035b373a9
-DIST python-gentoo-patches-2.7.9-0.tar.xz 14020 SHA256 
d1ae164ab14e265ff63d6a724e0c2b5519bdb790fe8b7796c2124a30cecc8ef8 SHA512 
83aa867ce562ff3acf970a4b3ecf7132f34aca1ecf286b90575a20e6e044600b98ff1d7f1a7ee613d4429a6a71cfe8beaff144b64b6beb456ea8691ca00937b0
 WHIRLPOOL 
5b4f7bd2dcec3a45e12fe5baf1c196faf2b754376a6bccb555dd12a1af28a202d51a0d956e4450ff2f334df13b296ee27b36aa967cb179925c386cd58389050b
 DIST python-gentoo-patches-3.3.5-0.tar.xz 12892 SHA256 
a7240de9598033cb40f8f273d8104d4e2b1dcaea028d45ac28efaa3c680ff6f7 SHA512 
27eef4c2b3f631b000db3f6a5c426d9b498d63a08fe82b1ab7c2c010fb72208109461a5f008d47703852526655b70a734ea95be8742897026db5750bb9cc9d16
 WHIRLPOOL 
edab9222d7da94cab3b1de0e1a27c6c7dbd49194b813a0a1cf9e532063029c4e4f19151c9f4878eeabed3168ff1f97eae7f008280c7ed2897fc14c5516c68d7e
-DIST python-gentoo-patches-3.4.1-0.tar.xz 11164 SHA256 
7d88e40ed02bef2d26802516fc0138a28cca58e298204e6b1a32054f9224fcb6 SHA512 
5ecdf6a1ccb8d12b5b7436e1b7f641a41afcd7fde573e9249e3dc0d438bacb1eb6a5255e149388194dbfd2951fee4f8c800199362dfd072ff96776bbbcad0bbe
 WHIRLPOOL 
707f943f9af7c3fc6deed7cfca5a4198f65a34434893840ba8e4f4c2a3d055e8f927069cb8855b5fe20dff643b7e2d41f35f65e1f3f300e350c0f291b4df6bc2
 DIST python-gentoo-patches-3.4.3-0.tar.xz 11736 SHA256 
917a9d98d40a91379c81ea57922a8632ba3c6f6db6f304ed6262bc88c5044946 SHA512 
7ad1b30cf8bb7900fe518ed71e4ee55dd92ce7e23ae583a1f2f851b26cfa8c4f4271d28f418e780f3725a48d4ca8eeb8fd083f850810c66c29fb08c430828d72
 WHIRLPOOL 

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

2015-11-13 Thread Zac Medico
commit: 497f743cd3aab57f1220dd7dcd64b5bfce7af6c6
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Nov 12 19:38:35 2015 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Nov 13 17:21:45 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=497f743c

FindVCS: support optional cwd argument

Since os.chdir calls may not be safe to use in threads, iterators,
or event-driven code, make FindVCS support a cwd argument which
defaults to the current working directory.

Acked-by: Alexander Berntsen  gentoo.org>

 pym/repoman/vcs/vcs.py | 20 +++-
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/pym/repoman/vcs/vcs.py b/pym/repoman/vcs/vcs.py
index 49d3058..a463335 100644
--- a/pym/repoman/vcs/vcs.py
+++ b/pym/repoman/vcs/vcs.py
@@ -39,15 +39,25 @@ _FindVCS_data = (
 )
 
 
-def FindVCS():
-   """ Try to figure out in what VCS' working tree we are. """
+def FindVCS(cwd=None):
+   """
+   Try to figure out in what VCS' working tree we are.
+
+   @param cwd: working directory (default is os.getcwd())
+   @type cwd: str
+   @return: list of strings describing the discovered vcs types
+   @rtype: list
+   """
+
+   if cwd is None:
+   cwd = os.getcwd()
 
outvcs = []
 
def seek(depth=None):
""" Seek for VCSes that have a top-level data directory only. 
"""
retvcs = []
-   pathprep = ''
+   pathprep = cwd
 
while depth is None or depth > 0:
for vcs_type in _FindVCS_data:
@@ -70,10 +80,10 @@ def FindVCS():
return retvcs
 
# Level zero VCS-es.
-   if os.path.isdir('CVS'):
+   if os.path.isdir(os.path.join(cwd, 'CVS')):
outvcs.append('cvs')
if os.path.isdir('.svn'):  # <1.7
-   outvcs.append('svn')
+   outvcs.append(os.path.join(cwd, 'svn'))
 
# If we already found one of 'level zeros', just take a quick look
# at the current directory. Otherwise, seek parents till we get



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

2015-11-13 Thread Michael Palimaka
commit: 05230f2a8da6a970a4eaf58f150e88848d149a81
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 15:32:42 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=05230f2a

sets: update for KDE Frameworks 5.16

 sets/kde-frameworks-5.16 | 70 
 sets/kde-frameworks-live |  2 ++
 2 files changed, 72 insertions(+)

diff --git a/sets/kde-frameworks-5.16 b/sets/kde-frameworks-5.16
new file mode 100644
index 000..942c5c7
--- /dev/null
+++ b/sets/kde-frameworks-5.16
@@ -0,0 +1,70 @@
+

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

2015-11-13 Thread Michael Palimaka
commit: cbeea5dd09a880c2b858d53d4f850769cd6745e2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 15:34:19 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cbeea5dd

Documentation: regenerate keywords

 .../package.accept_keywords/.kde-applications-live/kdegraphics-live| 1 +
 .../package.accept_keywords/.kde-applications-live/kdemultimedia-live  | 1 +
 .../package.accept_keywords/.kde-frameworks-live/kde-frameworks-live   | 2 ++
 Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live | 3 ++-
 Documentation/package.accept_keywords/kde-applications-live.keywords   | 2 ++
 Documentation/package.accept_keywords/kde-frameworks-live.keywords | 2 ++
 Documentation/package.accept_keywords/kde-plasma-live.keywords | 3 ++-
 Documentation/package.mask/kde-applications-live   | 2 ++
 Documentation/package.mask/kde-frameworks-live | 2 ++
 Documentation/package.mask/kde-plasma-live | 3 ++-
 Documentation/package.unmask/kde-applications-live | 2 ++
 Documentation/package.unmask/kde-frameworks-live   | 2 ++
 Documentation/package.unmask/kde-plasma-live   | 3 ++-
 13 files changed, 24 insertions(+), 4 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdegraphics-live 
b/Documentation/package.accept_keywords/.kde-applications-live/kdegraphics-live
index 1f5e41a..1d20284 100644
--- 
a/Documentation/package.accept_keywords/.kde-applications-live/kdegraphics-live
+++ 
b/Documentation/package.accept_keywords/.kde-applications-live/kdegraphics-live
@@ -1,2 +1,3 @@
 ~kde-apps/gwenview- **
 ~kde-apps/kruler- **
+~kde-apps/thumbnailers- **

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdemultimedia-live
 
b/Documentation/package.accept_keywords/.kde-applications-live/kdemultimedia-live
index 166a336..4717c94 100644
--- 
a/Documentation/package.accept_keywords/.kde-applications-live/kdemultimedia-live
+++ 
b/Documentation/package.accept_keywords/.kde-applications-live/kdemultimedia-live
@@ -1,3 +1,4 @@
 ~kde-apps/dragon- **
+~kde-apps/ffmpegthumbs- **
 ~kde-apps/kdenlive- **
 ~kde-apps/kmix- **

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
index a7ed11d..ca41f2b 100644
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
@@ -1,6 +1,7 @@
 ~kde-frameworks/attica- **
 ~kde-frameworks/baloo- **
 ~kde-frameworks/bluez-qt- **
+~kde-frameworks/breeze-icons- **
 ~kde-frameworks/extra-cmake-modules- **
 ~kde-frameworks/frameworkintegration- **
 ~kde-frameworks/kactivities- **
@@ -62,6 +63,7 @@
 ~kde-frameworks/kxmlrpcclient- **
 ~kde-frameworks/modemmanager-qt- **
 ~kde-frameworks/networkmanager-qt- **
+~kde-frameworks/oxygen-icons- **
 ~kde-frameworks/plasma- **
 ~kde-frameworks/solid- **
 ~kde-frameworks/sonnet- **

diff --git 
a/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live 
b/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
index 8f0ee0e..8c02e25 100644
--- a/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
+++ b/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
@@ -1,5 +1,6 @@
 ~kde-plasma/bluedevil- **
 ~kde-plasma/breeze- **
+~kde-plasma/breeze-gtk- **
 ~kde-plasma/kde-cli-tools- **
 ~kde-plasma/kde-gtk-config- **
 ~kde-plasma/kdecoration- **
@@ -10,6 +11,7 @@
 ~kde-plasma/kinfocenter- **
 ~kde-plasma/kmenuedit- **
 ~kde-plasma/kscreen- **
+~kde-plasma/kscreenlocker- **
 ~kde-plasma/ksshaskpass- **
 ~kde-plasma/ksysguard- **
 ~kde-plasma/kwallet-pam- **
@@ -21,7 +23,6 @@
 ~kde-plasma/libksysguard- **
 ~kde-plasma/milou- **
 ~kde-plasma/oxygen- **
-~kde-plasma/oxygen-fonts- **
 ~kde-plasma/plasma-desktop- **
 ~kde-plasma/plasma-mediacenter- **
 ~kde-plasma/plasma-meta- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index e06f652..d1a07b6 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -58,7 +58,9 @@
 ~kde-apps/picmi- **
 ~kde-apps/gwenview- **
 ~kde-apps/kruler- **
+~kde-apps/thumbnailers- **
 ~kde-apps/dragon- **
+~kde-apps/ffmpegthumbs- **
 ~kde-apps/kdenlive- **
 ~kde-apps/kmix- **
 ~kde-apps/kaccounts-integration- **


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

2015-11-13 Thread Michael Palimaka
commit: ae72870db246c8b8b2726afb76f5402ca1c416f4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:14:00 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae72870d

kde-frameworks/kio: use KDE_TEST="forceoptional"

Package-Manager: portage-2.2.24

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

diff --git a/kde-frameworks/kio/kio-5.16.0.ebuild 
b/kde-frameworks/kio/kio-5.16.0.ebuild
index 1f6efe2..1518390 100644
--- a/kde-frameworks/kio/kio-5.16.0.ebuild
+++ b/kde-frameworks/kio/kio-5.16.0.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 VIRTUALX_REQUIRED="test"
 KDE_HANDBOOK="true"
 KDE_DOC_DIR="docs"
-KDE_PUNT_BOGUS_DEPS=true
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 151bb92..efa725f 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 VIRTUALX_REQUIRED="test"
 KDE_HANDBOOK="true"
 KDE_DOC_DIR="docs"
-KDE_PUNT_BOGUS_DEPS=true
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"



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

2015-11-13 Thread Michael Palimaka
commit: c98d78fc1297a27a8361453b4e740792fe2aa112
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 15:33:50 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c98d78fc

Documentation: update CONTRIBUTORS

 Documentation/CONTRIBUTORS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/CONTRIBUTORS b/Documentation/CONTRIBUTORS
index 6f08d48..762251e 100644
--- a/Documentation/CONTRIBUTORS
+++ b/Documentation/CONTRIBUTORS
@@ -59,6 +59,7 @@ Manuel Nickschas 
 Manuel Rüger 
 Marc Schiffbauer 
 Marcus D. Hanwell 
+Marek Behun 
 Marek Hakala (Greg) 
 Markos Chandras 
 Markus Ullmann 



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

2015-11-13 Thread Michael Palimaka
commit: e8d4b8657abc6ff7c59ca5a89b2bd1a8f94cdcb8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:07:17 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8d4b865

kde-frameworks/kinit: add man USE flag

Upstream-commit: 5883f12acd9bfda4edf49f88d2fb102a6be3f891

Package-Manager: portage-2.2.24

 kde-frameworks/kinit/kinit-5.16.0.ebuild | 4 +++-
 kde-frameworks/kinit/kinit-.ebuild   | 4 +++-
 kde-frameworks/kinit/metadata.xml| 1 +
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kinit/kinit-5.16.0.ebuild 
b/kde-frameworks/kinit/kinit-5.16.0.ebuild
index 0800ebe..5f0a890 100644
--- a/kde-frameworks/kinit/kinit-5.16.0.ebuild
+++ b/kde-frameworks/kinit/kinit-5.16.0.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Helper library to speed up start of applications on KDE work 
spaces"
 LICENSE="LGPL-2+"
 KEYWORDS=" ~amd64 ~x86"
-IUSE="+caps"
+IUSE="+caps +man"
 
 RDEPEND="
$(add_frameworks_dep kconfig)
@@ -26,12 +26,14 @@ RDEPEND="
caps? ( sys-libs/libcap )
 "
 DEPEND="${RDEPEND}
+   man? ( $(add_frameworks_dep kdoctools) )
x11-proto/xproto
 "
 
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package caps Libcap)
+   $(cmake-utils_use_find_package man KF5DocTools)
)
 
kde5_src_configure

diff --git a/kde-frameworks/kinit/kinit-.ebuild 
b/kde-frameworks/kinit/kinit-.ebuild
index 1533421..8a6bc3b 100644
--- a/kde-frameworks/kinit/kinit-.ebuild
+++ b/kde-frameworks/kinit/kinit-.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Helper library to speed up start of applications on KDE work 
spaces"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="+caps"
+IUSE="+caps +man"
 
 RDEPEND="
$(add_frameworks_dep kconfig)
@@ -26,12 +26,14 @@ RDEPEND="
caps? ( sys-libs/libcap )
 "
 DEPEND="${RDEPEND}
+   man? ( $(add_frameworks_dep kdoctools) )
x11-proto/xproto
 "
 
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package caps Libcap)
+   $(cmake-utils_use_find_package man KF5DocTools)
)
 
kde5_src_configure

diff --git a/kde-frameworks/kinit/metadata.xml 
b/kde-frameworks/kinit/metadata.xml
index b617e62..0443c28 100644
--- a/kde-frameworks/kinit/metadata.xml
+++ b/kde-frameworks/kinit/metadata.xml
@@ -4,5 +4,6 @@
kde

Capabilities support for improved security 
and better OOM handling
+   Build and install man pages

 



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

2015-11-13 Thread Michael Palimaka
commit: 64e7057a6c24372debbeea60ca758f74df4eedce
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:03:19 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=64e7057a

kde-frameworks/kded: add man USE flag

Upstream-commit: eb91ab667cb00e4e3cf5851f3fc9bbcd3957ac1a

Package-Manager: portage-2.2.24

 kde-frameworks/kded/kded-5.16.0.ebuild | 12 ++--
 kde-frameworks/kded/kded-.ebuild   | 12 ++--
 kde-frameworks/kded/metadata.xml   |  3 +++
 3 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kded/kded-5.16.0.ebuild 
b/kde-frameworks/kded/kded-5.16.0.ebuild
index ce9e45c..0975e7a 100644
--- a/kde-frameworks/kded/kded-5.16.0.ebuild
+++ b/kde-frameworks/kded/kded-5.16.0.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Central daemon of KDE workspaces"
 LICENSE="LGPL-2+"
 KEYWORDS=" ~amd64 ~x86"
-IUSE=""
+IUSE="+man"
 
 RDEPEND="
$(add_frameworks_dep kconfig)
@@ -24,5 +24,13 @@ RDEPEND="
dev-qt/qtwidgets:5
 "
 DEPEND="${RDEPEND}
-   $(add_frameworks_dep kdoctools)
+   man? ( $(add_frameworks_dep kdoctools) )
 "
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package man KF5DocTools)
+   )
+
+   kde5_src_configure
+}

diff --git a/kde-frameworks/kded/kded-.ebuild 
b/kde-frameworks/kded/kded-.ebuild
index 9174c8e..57622e3 100644
--- a/kde-frameworks/kded/kded-.ebuild
+++ b/kde-frameworks/kded/kded-.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Central daemon of KDE workspaces"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE=""
+IUSE="+man"
 
 RDEPEND="
$(add_frameworks_dep kconfig)
@@ -24,5 +24,13 @@ RDEPEND="
dev-qt/qtwidgets:5
 "
 DEPEND="${RDEPEND}
-   $(add_frameworks_dep kdoctools)
+   man? ( $(add_frameworks_dep kdoctools) )
 "
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package man KF5DocTools)
+   )
+
+   kde5_src_configure
+}

diff --git a/kde-frameworks/kded/metadata.xml b/kde-frameworks/kded/metadata.xml
index a23f444..1f21592 100644
--- a/kde-frameworks/kded/metadata.xml
+++ b/kde-frameworks/kded/metadata.xml
@@ -2,4 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
kde
+   
+   Build and install man pages
+   
 



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

2015-11-13 Thread Michael Palimaka
commit: d43abe3aac4c773e15697b43c94048eb8b0c375a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 15:59:10 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d43abe3a

kde-frameworks/kconfigwidgets: add man USE flag

Upstream-commit: 57c8e076a7cb12a20faf109e8ac6da7815489697

Package-Manager: portage-2.2.24

 kde-frameworks/kconfigwidgets/kconfigwidgets-.ebuild | 12 ++--
 kde-frameworks/kconfigwidgets/metadata.xml   |  3 +++
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-.ebuild 
b/kde-frameworks/kconfigwidgets/kconfigwidgets-.ebuild
index f1f54e7..49074b2 100644
--- a/kde-frameworks/kconfigwidgets/kconfigwidgets-.ebuild
+++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Framework providing an assortment of configuration-related 
widgets"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE=""
+IUSE="+man"
 
 RDEPEND="
$(add_frameworks_dep kauth)
@@ -26,5 +26,13 @@ RDEPEND="
!http://www.gentoo.org/dtd/metadata.dtd;>
 
kde
+   
+   Build and install man pages
+   
 



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

2015-11-13 Thread Michael Palimaka
commit: a4debe00677055ca79bb9996f0b8425dc6e782f9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 15:50:03 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4debe00

kde-frameworks/kservice: add configure option so man USE flag actually does 
something

Package-Manager: portage-2.2.24

 kde-frameworks/kservice/kservice-5.16.0.ebuild | 10 +-
 kde-frameworks/kservice/kservice-.ebuild   | 10 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kservice/kservice-5.16.0.ebuild 
b/kde-frameworks/kservice/kservice-5.16.0.ebuild
index e9d51cb..3dab53b 100644
--- a/kde-frameworks/kservice/kservice-5.16.0.ebuild
+++ b/kde-frameworks/kservice/kservice-5.16.0.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="Advanced plugin and service introspection"
 LICENSE="LGPL-2 LGPL-2.1+"
 KEYWORDS=" ~amd64 ~x86"
-IUSE="man"
+IUSE="+man"
 
 RDEPEND="
$(add_frameworks_dep kconfig)
@@ -27,3 +27,11 @@ DEPEND="${RDEPEND}
 
 # requires running kde environment
 RESTRICT="test"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package man KF5DocTools)
+   )
+
+   kde5_src_configure
+}

diff --git a/kde-frameworks/kservice/kservice-.ebuild 
b/kde-frameworks/kservice/kservice-.ebuild
index 205ed2f..c7fad56 100644
--- a/kde-frameworks/kservice/kservice-.ebuild
+++ b/kde-frameworks/kservice/kservice-.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="Advanced plugin and service introspection"
 LICENSE="LGPL-2 LGPL-2.1+"
 KEYWORDS=""
-IUSE="man"
+IUSE="+man"
 
 RDEPEND="
$(add_frameworks_dep kconfig)
@@ -27,3 +27,11 @@ DEPEND="${RDEPEND}
 
 # requires running kde environment
 RESTRICT="test"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package man KF5DocTools)
+   )
+
+   kde5_src_configure
+}



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

2015-11-13 Thread Michael Palimaka
commit: 83c0b253f13fb33444a94697e41710e4faae00bf
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 17:08:14 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 17:10:18 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=83c0b253

eclass: kde-apps/oxygen-icons -> kde-frameworks

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

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 2cc0c3f..cc13d9f 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -336,7 +336,7 @@ fi
 
 # all packages needs oxygen icons for basic iconset
 if [[ ${PN} != oxygen-icons ]]; then
-   kderdepend+=" kde-apps/oxygen-icons"
+   kderdepend+=" kde-frameworks/oxygen-icons"
 fi
 
 # add a dependency over kde4-l10n



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

2015-11-13 Thread Ian Delaney
commit: e4dae9de50707ae3503e28b0d2c5e01667a43757
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri Nov 13 15:44:45 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Nov 13 15:46:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4dae9de

dev-python/python-musicbrainz-ngs: bump to vn. 0.5

add new proxy maintainer or metadata, submitted via, and closes,
the gentoo bug, comes with a doc build and IUSE examples

Gentoo bug: #550092

Package-Manager: portage-2.2.24

 dev-python/python-musicbrainz-ngs/Manifest |  1 +
 dev-python/python-musicbrainz-ngs/metadata.xml |  5 ++-
 .../python-musicbrainz-ngs-0.5.ebuild  | 47 ++
 3 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-musicbrainz-ngs/Manifest 
b/dev-python/python-musicbrainz-ngs/Manifest
index 89e5f06..2e5faca 100644
--- a/dev-python/python-musicbrainz-ngs/Manifest
+++ b/dev-python/python-musicbrainz-ngs/Manifest
@@ -1 +1,2 @@
 DIST python-musicbrainz-ngs-0.4.tar.gz 54296 SHA256 
9251f370b3c1f85018a1bb90989dfd4f63e2a5457a56380543d93abec9675edb SHA512 
a40df9512a6b81932560595699dc460b57d3b755c642d489d6e21b3a680385b245a458ac23fed0a922090079d25bf4f562258e81a855d71398531353577a3f19
 WHIRLPOOL 
47880ec80bbd96c8c4470dad0b786a98aa8ecbb7b3a3761b1eb13db4ce1437415bef89b4bb5f50dc35a9982efcdd0f876baa2fe488cdc3038ada6b1197aab905
+DIST python-musicbrainzngs0.5.tar.gz 62517 SHA256 
ea84abc60fcb5152418dd49e8fdecf3e68759304a71bef422c3b1376886c5b7a SHA512 
b0bca65b83d737390d8edc8ae15082941767e7f129deab05b275dcf98a821316f816ca5a01a064d39e87b33b128d2ba18f9d21e6fc681194a018162a6628c17e
 WHIRLPOOL 
904dac82bef5710eed99b97b659d303cc98bc7f6ccea36a050156897402411f6659d94dc9b0001ece6ec0296b88976301e7adb345777ed2627122ad7b009

diff --git a/dev-python/python-musicbrainz-ngs/metadata.xml 
b/dev-python/python-musicbrainz-ngs/metadata.xml
index 84c0eba..51ea0bc 100644
--- a/dev-python/python-musicbrainz-ngs/metadata.xml
+++ b/dev-python/python-musicbrainz-ngs/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   proxy-maintainers

-   maintainer-nee...@gentoo.org
+   gerion.ent...@t-online.de
+   Gerion Entrup
+   Proxied maintainer; set to assignee in all 
bugs


 This library implements webservice bindings for the Musicbrainz NGS site, also 
known as /ws/2.

diff --git 
a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.5.ebuild 
b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.5.ebuild
new file mode 100644
index 000..86dd3fc
--- /dev/null
+++ b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.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
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN="${PN/%-ngs/ngs}"
+
+DESCRIPTION="Python bindings for the MusicBrainz NGS and the Cover Art Archive 
webservices"
+HOMEPAGE="https://github.com/alastair/python-musicbrainzngs;
+SRC_URI="https://github.com/alastair/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_PN}${PV}.tar.gz"
+
+LICENSE="BSD-2 ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   # Prevent un-needed d'loading
+   sed -e "s/, 'sphinx.ext.intersphinx'//" -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( examples )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/normaliz/files/, sci-mathematics/normaliz/

2015-11-13 Thread Thomas Kahle
commit: 58275ce7ddf2287f6b1457d0b7912fcd722eb4c3
Author: Thomas Kahle  gentoo  org>
AuthorDate: Fri Nov 13 15:58:50 2015 +
Commit: Thomas Kahle  gentoo  org>
CommitDate: Fri Nov 13 15:59:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58275ce7

sci-mathematics/normaliz: add gmp-6.1 compatibility

Fixes bug 565366.

Package-Manager: portage-2.2.20.1

 .../files/normaliz-3.0.0-gmp61-compat.patch| 70 ++
 sci-mathematics/normaliz/normaliz-3.0.0.ebuild |  1 +
 2 files changed, 71 insertions(+)

diff --git a/sci-mathematics/normaliz/files/normaliz-3.0.0-gmp61-compat.patch 
b/sci-mathematics/normaliz/files/normaliz-3.0.0-gmp61-compat.patch
new file mode 100644
index 000..cf6f81f
--- /dev/null
+++ b/sci-mathematics/normaliz/files/normaliz-3.0.0-gmp61-compat.patch
@@ -0,0 +1,70 @@
+diff --git a/source/libnormaliz/HilbertSeries.cpp 
b/source/libnormaliz/HilbertSeries.cpp
+index 311b839..47a84cd 100644
+--- a/source/libnormaliz/HilbertSeries.cpp
 b/source/libnormaliz/HilbertSeries.cpp
+@@ -399,7 +399,7 @@ void HilbertSeries::computeHilbertQuasiPolynomial() const {
+ //divide by gcd //TODO operate directly on vector
+ Matrix QP(quasi_poly);
+ mpz_class g = QP.matrix_gcd();
+-g = gcd(g,quasi_denom);
++g = libnormaliz::gcd(g,quasi_denom);
+ quasi_denom /= g;
+ QP.scalar_division(g);
+ //we use a normed shift, so that the cylcic shift % period always yields 
a non-negative integer
+diff --git a/source/libnormaliz/matrix.cpp b/source/libnormaliz/matrix.cpp
+index d643eca..ae7684c 100644
+--- a/source/libnormaliz/matrix.cpp
 b/source/libnormaliz/matrix.cpp
+@@ -735,7 +735,7 @@ Integer Matrix::matrix_gcd() const{
+ Integer g=0,h;
+ for (size_t i = 0; i  1) {
+ c /= g;
+ B.scalar_division(g);
+diff --git a/source/libnormaliz/vector_operations.cpp 
b/source/libnormaliz/vector_operations.cpp
+index 7c676e9..7103775 100644
+--- a/source/libnormaliz/vector_operations.cpp
 b/source/libnormaliz/vector_operations.cpp
+@@ -240,7 +240,7 @@ Integer v_gcd(const vector& v){
+ size_t i, size=v.size();
+ Integer g=0;
+ for (i = 0; i < size; i++) {
+-g=gcd(g,v[i]);
++g = libnormaliz::gcd(g,v[i]);
+ if (g==1) {
+ return 1;
+ }
+@@ -255,7 +255,7 @@ Integer v_lcm(const vector& v){
+ size_t i,size=v.size();
+ Integer g=1;
+ for (i = 0; i < size; i++) {
+-g=lcm(g,v[i]);
++g = libnormaliz::lcm(g,v[i]);
+ if (g==0) {
+ return 0;
+ }

diff --git a/sci-mathematics/normaliz/normaliz-3.0.0.ebuild 
b/sci-mathematics/normaliz/normaliz-3.0.0.ebuild
index 749e006..834f990 100644
--- a/sci-mathematics/normaliz/normaliz-3.0.0.ebuild
+++ b/sci-mathematics/normaliz/normaliz-3.0.0.ebuild
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/${MYP}
 
 src_prepare () {
+   epatch "${FILESDIR}/${P}-gmp61-compat.patch"
epatch "${FILESDIR}/${P}-respect-flags.patch"
epatch "${FILESDIR}/${PN}-2.12.2-gcc49.patch"
 



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

2015-11-13 Thread Michael Palimaka
commit: 8004d904836f17c99c9ae719e803d1d050552fbd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:49:36 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:52:37 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8004d904

profiles: KDE Frameworks 5.16.0 has been released

 profiles/package.mask/frameworks-5.16.0 | 72 -
 1 file changed, 72 deletions(-)

diff --git a/profiles/package.mask/frameworks-5.16.0 
b/profiles/package.mask/frameworks-5.16.0
deleted file mode 100644
index ef62424..000
--- a/profiles/package.mask/frameworks-5.16.0
+++ /dev/null
@@ -1,72 +0,0 @@
-# Michael Palimaka 

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

2015-11-13 Thread Michael Palimaka
commit: 49e9c799b7a06470b68c6b06c36759c3ae36b7da
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:40:56 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:52:37 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=49e9c799

kde-frameworks/oxygen-icons: package has no tests

Package-Manager: portage-2.2.24

 kde-frameworks/oxygen-icons/oxygen-icons-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild 
b/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
index c7a6222..3d27bb2 100644
--- a/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
@@ -7,6 +7,7 @@ EAPI=5
 KDE_AUTODEPS="false"
 KDE_DEBUG="false"
 KDE_DOXYGEN="false"
+KDE_TEST="false"
 KMNAME="oxygen-icons5"
 inherit kde5
 



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

2015-11-13 Thread Michael Palimaka
commit: 1995d980f0a477f87e9851f2459e3963bede2bf2
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Nov 13 12:48:22 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:52:37 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1995d980

kde-apps/spectacle: Upstream dropped libkipi support

Package-Manager: portage-2.2.20.1

 kde-apps/spectacle/spectacle-.ebuild | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/kde-apps/spectacle/spectacle-.ebuild 
b/kde-apps/spectacle/spectacle-.ebuild
index 12a4f97..547c119 100644
--- a/kde-apps/spectacle/spectacle-.ebuild
+++ b/kde-apps/spectacle/spectacle-.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Screenshot capture utility"
 
 KEYWORDS=""
-IUSE="kipi"
+IUSE=""
 
 DEPEND="
$(add_frameworks_dep kconfig)
@@ -30,15 +30,7 @@ DEPEND="
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
x11-libs/libxcb
-   kipi? ( $(add_kdeapps_dep libkipi) )
 "
 RDEPEND="${DEPEND}
!kde-apps/ksnapshot
 "
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package kipi KF5Kipi)
-   )
-   kde5_src_configure
-}



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

2015-11-13 Thread Michael Palimaka
commit: c1de8fc44a05b0933200303f4ec080ef12718d42
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 17:11:56 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 17:12:02 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1de8fc4

kde-base/kdelibs: remove old

Package-Manager: portage-2.2.24

 kde-base/kdelibs/kdelibs-4.14.14.ebuild | 303 
 1 file changed, 303 deletions(-)

diff --git a/kde-base/kdelibs/kdelibs-4.14.14.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.14.ebuild
deleted file mode 100644
index ca8747b..000
--- a/kde-base/kdelibs/kdelibs-4.14.14.ebuild
+++ /dev/null
@@ -1,303 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_MIN_VERSION="3.3.1-r1"
-CPPUNIT_REQUIRED="optional"
-DECLARATIVE_REQUIRED="always"
-OPENGL_REQUIRED="optional"
-KDE_HANDBOOK="optional"
-inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
-
-EGIT_BRANCH="KDE/4.14"
-
-DESCRIPTION="KDE libraries needed by all KDE programs"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
-LICENSE="LGPL-2.1"
-IUSE="cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k
-kerberos libressl lzma cpu_flags_x86_mmx nls openexr +policykit spell
-cpu_flags_x86_sse cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
-
-REQUIRED_USE="
-   udisks? ( udev )
-   upower? ( udev )
-"
-
-# needs the kate regression testsuite from svn
-RESTRICT="test"
-
-COMMONDEPEND="
-   >=app-misc/strigi-0.7.7
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xsl-stylesheets
-   >=dev-libs/libattica-0.4.2
-   >=dev-libs/libdbusmenu-qt-0.3.2[qt4(+)]
-   dev-libs/libpcre[unicode]
-   dev-libs/libxml2
-   dev-libs/libxslt
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/giflib
-   media-libs/libpng:0=
-   media-libs/phonon[qt4]
-   sys-libs/zlib
-   virtual/jpeg:0
-   >=x11-misc/shared-mime-info-0.60
-   acl? ( virtual/acl )
-   alsa? ( media-libs/alsa-lib )
-   !aqua? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXcursor
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXft
-   x11-libs/libXpm
-   x11-libs/libXrender
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   !kernel_SunOS? (
-   || (
-   sys-libs/libutempter
-   >=sys-freebsd/freebsd-lib-9.0
-   )
-   )
-   )
-   bzip2? ( app-arch/bzip2 )
-   crypt? ( app-crypt/qca:2[qt4(+)] )
-   fam? ( virtual/fam )
-   jpeg2k? ( media-libs/jasper )
-   kerberos? ( virtual/krb5 )
-   openexr? (
-   media-libs/openexr:=
-   media-libs/ilmbase:=
-   )
-   policykit? ( >=sys-auth/polkit-qt-0.103.0[qt4(+)] )
-   spell? ( app-text/enchant )
-   ssl? (
-   libressl? ( dev-libs/libressl )
-   !libressl? ( dev-libs/openssl:0 )
-   )
-   udev? ( virtual/udev )
-   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
-"
-DEPEND="${COMMONDEPEND}
-   doc? ( app-doc/doxygen )
-   nls? ( virtual/libintl )
-"
-RDEPEND="${COMMONDEPEND}
-   !dev-qt/qtphonon
-   !<=kde-base/plasma-workspace-4.7.1:4
-   !<=kde-base/kcontrol-4.4.50:4
-   >=app-crypt/gnupg-2.0.11
-   app-misc/ca-certificates
-   $(add_kdebase_dep kde-env '' 4.14.3)
-   sys-apps/dbus[X]
-   !aqua? (
-   udisks? ( sys-fs/udisks:2 )
-   x11-apps/iceauth
-   x11-apps/rgb
-   >=x11-misc/xdg-utils-1.0.2-r3
-   upower? ( || ( >=sys-power/upower-0.9.23 
sys-power/upower-pm-utils ) )
-   )
-   udev? ( app-misc/media-player-info )
-"
-PDEPEND="
-   $(add_kdebase_dep katepart '' 4.14.3)
-   || (
-   $(add_kdeapps_dep kfmclient '' 4.14.3)
-   x11-misc/xdg-utils
-   )
-   handbook? (
-   || (
-   $(add_kdebase_dep khelpcenter '' 4.14.3)
-   kde-plasma/khelpcenter:5[compat(+)]
-   )
-   )
-   policykit? ( || (
-   >=sys-auth/polkit-kde-agent-0.99
-   kde-plasma/polkit-kde-agent
-   ) )
-"
-
-PATCHES=(
-   "${FILESDIR}/dist/01_gentoo_set_xdg_menu_prefix-1.patch"
-   "${FILESDIR}/dist/02_gentoo_append_xdg_config_dirs-1.patch"
-   "${FILESDIR}/${PN}-4.14.5-fatalwarnings.patch"
-   "${FILESDIR}/${PN}-4.14.5-mimetypes.patch"
-   "${FILESDIR}/${PN}-4.4.90-xslt.patch"
-   "${FILESDIR}/${PN}-4.6.3-no_suid_kdeinit.patch"
-

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

2015-11-13 Thread Michael Palimaka
commit: c0d457ee0393c0fd461098797324f542d4bd5c0e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 17:11:31 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 17:11:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d457ee

kde-base/kdelibs: version bump

Package-Manager: portage-2.2.24

 kde-base/kdelibs/Manifest   |   1 +
 kde-base/kdelibs/kdelibs-4.14.14.ebuild | 303 
 2 files changed, 304 insertions(+)

diff --git a/kde-base/kdelibs/Manifest b/kde-base/kdelibs/Manifest
index cf0331c..bc95438 100644
--- a/kde-base/kdelibs/Manifest
+++ b/kde-base/kdelibs/Manifest
@@ -1,2 +1,3 @@
 DIST kdelibs-4.14.13.tar.xz 11633656 SHA256 
61131ac45cfe34dc5e76cfe5ebcb13c7d2ed8b64c371272cb2d11787e1b240ad SHA512 
8987f68310b6e97b9658c91a68a4b3195976a20250edeca9c0f58404e7a121b3cd8d1b56175f00c406ca210eef0cca99af349288e317caaad6d0be8afbf10ae9
 WHIRLPOOL 
bf3a89f6e3e148723a83e682bc7fa5a94717624d9fc2d62b71679c9fe6f967ad051e1678018cd6ab047a81da9a0cf2472db15c9cc74dbc44f985600880e3e56a
+DIST kdelibs-4.14.14.tar.xz 11631016 SHA256 
63199b12957211b5ba0250b82da1d8ebc84cd5e55df287ea588cc69745c0b614 SHA512 
93e6bb918449df51bc39b7b952e9487f77759616ebdae1f6f244e3a6dd7a60ee49ca2cf21eca7bc90226b7a7b9669096717ceefbc2af43cc96291f849dfe3791
 WHIRLPOOL 
603652472b0e813cf101d41b55afc7ed1b373f7cb7b5757cac2713615481483c1f8618968673cad5e79d5e42af505acb5bf932f29bfd142b4d9cf2616e8655d8
 DIST kdelibs-4.14.8.tar.xz 11648060 SHA256 
705fa8a9b3b3c962aa99d040eb32e68863ba4c2f567b82b9513379defbc39bbb SHA512 
0cd5e8dd5cec7cf84bc66c6732f4967610211e521898da41601d24174f909043bafacbb9bd9775666cebb132747e2861c6c8ff07de61be708975f44dbbfb856e
 WHIRLPOOL 
6405ee6b273899a26c39fa005c18be7270888113f93302990003b92ca96c52303ce853c5378c812f4ddf53f40c7b6ff9e2a958bc86a676d1e3abbfe4f3d96bd4

diff --git a/kde-base/kdelibs/kdelibs-4.14.14.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.14.ebuild
new file mode 100644
index 000..ca8747b
--- /dev/null
+++ b/kde-base/kdelibs/kdelibs-4.14.14.ebuild
@@ -0,0 +1,303 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_MIN_VERSION="3.3.1-r1"
+CPPUNIT_REQUIRED="optional"
+DECLARATIVE_REQUIRED="always"
+OPENGL_REQUIRED="optional"
+KDE_HANDBOOK="optional"
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+
+EGIT_BRANCH="KDE/4.14"
+
+DESCRIPTION="KDE libraries needed by all KDE programs"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+LICENSE="LGPL-2.1"
+IUSE="cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k
+kerberos libressl lzma cpu_flags_x86_mmx nls openexr +policykit spell
+cpu_flags_x86_sse cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
+
+REQUIRED_USE="
+   udisks? ( udev )
+   upower? ( udev )
+"
+
+# needs the kate regression testsuite from svn
+RESTRICT="test"
+
+COMMONDEPEND="
+   >=app-misc/strigi-0.7.7
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   >=dev-libs/libattica-0.4.2
+   >=dev-libs/libdbusmenu-qt-0.3.2[qt4(+)]
+   dev-libs/libpcre[unicode]
+   dev-libs/libxml2
+   dev-libs/libxslt
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/giflib
+   media-libs/libpng:0=
+   media-libs/phonon[qt4]
+   sys-libs/zlib
+   virtual/jpeg:0
+   >=x11-misc/shared-mime-info-0.60
+   acl? ( virtual/acl )
+   alsa? ( media-libs/alsa-lib )
+   !aqua? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXcursor
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   !kernel_SunOS? (
+   || (
+   sys-libs/libutempter
+   >=sys-freebsd/freebsd-lib-9.0
+   )
+   )
+   )
+   bzip2? ( app-arch/bzip2 )
+   crypt? ( app-crypt/qca:2[qt4(+)] )
+   fam? ( virtual/fam )
+   jpeg2k? ( media-libs/jasper )
+   kerberos? ( virtual/krb5 )
+   openexr? (
+   media-libs/openexr:=
+   media-libs/ilmbase:=
+   )
+   policykit? ( >=sys-auth/polkit-qt-0.103.0[qt4(+)] )
+   spell? ( app-text/enchant )
+   ssl? (
+   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0 )
+   )
+   udev? ( virtual/udev )
+   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
+"
+DEPEND="${COMMONDEPEND}
+   doc? ( app-doc/doxygen )
+   nls? ( virtual/libintl )
+"
+RDEPEND="${COMMONDEPEND}
+   

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

2015-11-13 Thread Michael Palimaka
commit: c70ee3f71b5cfb8d97356c521adc4df2aa16cf3a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Nov 10 21:21:39 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 17:11:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70ee3f7

kde4-base.eclass: Add 4.14.14 SRC_URI

 eclass/kde4-base.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 44e52d1..70b99eb 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -455,6 +455,9 @@ _calculate_src_uri() {
4.14.13)
# Part of 15.08.2 actually, sigh. Not 
stable for next release!

SRC_URI="mirror://kde/stable/applications/15.08.2/src/${_kmname_pv}.tar.xz" ;;
+   4.14.14)
+   # Part of 15.08.3 actually, sigh. Not 
stable for next release!
+   
SRC_URI="mirror://kde/stable/applications/15.08.3/src/${_kmname_pv}.tar.xz" ;;
??.?.[6-9]? | ??.??.[4-9]?)
# Unstable KDE Applications releases

SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" 
;;



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

2015-11-13 Thread Michael Palimaka
commit: 304bc81cd9f7e4c7741b3f00358d5a20d128576e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 17:21:12 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 17:21:18 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=304bc81c

eclass: remove code that appeared out of nowhere

 eclass/kde5.eclass | 5 -
 1 file changed, 5 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index aad8416..4253da9 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -417,11 +417,6 @@ kde5_pkg_nofetch() {
eerror "This is not a bug. Please do not file bugs or contact upstream 
about this."
eerror ""
eerror "Please consult the upstream release schedule to see when this "
-   if [[ ${KDE_HANDBOOK} = forceoptional ]] ; then
-   if ! use_if_iuse handbook ; then
-   punt_bogus_dep KF5 DocTools
-   fi
-   fi
eerror "package is scheduled to be released:"
eerror "https://techbase.kde.org/Schedules;
 }



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

2015-11-13 Thread Agostino Sarubbo
commit: ac7f96d6395a8e637d57b410f5ab5f041e674604
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 13 16:03:50 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 13 16:03:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7f96d6

app-portage/porthole: amd64 stable wrt bug #565666

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

 app-portage/porthole/porthole-0.6.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/porthole/porthole-0.6.1-r4.ebuild 
b/app-portage/porthole/porthole-0.6.1-r4.ebuild
index 29cead5..039e3d2 100644
--- a/app-portage/porthole/porthole-0.6.1-r4.ebuild
+++ b/app-portage/porthole/porthole-0.6.1-r4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/porthole/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE="nls"
 LANGS="de pl ru vi it fr tr"
 for X in $LANGS; do IUSE="${IUSE} linguas_${X}"; done



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

2015-11-13 Thread Michael Palimaka
commit: 03484f8df11f36983d7a00409b0b42f326355806
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Nov  4 17:20:02 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 17:18:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03484f8d

kde5.eclass: introduce "forceoptional" value for KDE_HANDBOOK

 eclass/kde5.eclass | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index e76a969..7a5d222 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -80,6 +80,8 @@ fi
 # If set to "false", do nothing.
 # Otherwise, add "+handbook" to IUSE, add the appropriate dependency, and
 # generate and install KDE handbook.
+# If set to "forceoptional", remove a KF5DocTools dependency from the root
+# CMakeLists.txt in addition to the above.
 : ${KDE_HANDBOOK:=false}
 
 # @ECLASS-VARIABLE: KDE_DOC_DIR
@@ -418,7 +420,7 @@ kde5_src_prepare() {
popd > /dev/null || die
fi
 
-   if [[ ${KDE_HANDBOOK} = true && -d ${KDE_DOC_DIR} && 
${CATEGORY} != kde-apps ]] ; then
+   if [[ ${KDE_HANDBOOK} != false && -d ${KDE_DOC_DIR} && 
${CATEGORY} != kde-apps ]] ; then
pushd ${KDE_DOC_DIR} > /dev/null || die
for lang in *; do
if ! has ${lang} ${LINGUAS} ; then
@@ -458,6 +460,12 @@ kde5_src_prepare() {
;;
esac
 
+   if [[ ${KDE_HANDBOOK} = forceoptional ]] ; then
+   if ! use_if_iuse handbook ; then
+   punt_bogus_dep KF5 DocTools
+   fi
+   fi
+
cmake-utils_src_prepare
 }
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/oxygen-icons/, kde-apps/oxygen-icons/, profiles/updates/

2015-11-13 Thread Michael Palimaka
commit: ed241567d199a9fb0571db5e1d5912be89eee1ab
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Nov 10 00:25:09 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:36:38 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ed241567

kde-apps/oxygen-icons: pkgmove to kde-frameworks/oxygen-icons

Package-Manager: portage-2.2.20.1

 {kde-apps => kde-frameworks}/oxygen-icons/metadata.xml|  0
 .../oxygen-icons/oxygen-icons-.ebuild | 11 +++
 profiles/updates/4Q-2015  |  1 +
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/kde-apps/oxygen-icons/metadata.xml 
b/kde-frameworks/oxygen-icons/metadata.xml
similarity index 100%
rename from kde-apps/oxygen-icons/metadata.xml
rename to kde-frameworks/oxygen-icons/metadata.xml

diff --git a/kde-apps/oxygen-icons/oxygen-icons-.ebuild 
b/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
similarity index 74%
rename from kde-apps/oxygen-icons/oxygen-icons-.ebuild
rename to kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
index ff7387a..c7a6222 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-.ebuild
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-.ebuild
@@ -4,16 +4,19 @@
 
 EAPI=5
 
-KMNAME="oxygen-icons5"
 KDE_AUTODEPS="false"
+KDE_DEBUG="false"
+KDE_DOXYGEN="false"
+KMNAME="oxygen-icons5"
 inherit kde5
 
 DESCRIPTION="Oxygen SVG icon theme"
-HOMEPAGE="https://kde.org/;
-
 LICENSE="LGPL-3"
 KEYWORDS=""
 IUSE=""
 
 DEPEND="$(add_frameworks_dep extra-cmake-modules)"
-RDEPEND="!kde-apps/oxygen-icons:4"
+RDEPEND="
+   !kde-apps/oxygen-icons
+   !kde-frameworks/oxygen-icons:4
+"

diff --git a/profiles/updates/4Q-2015 b/profiles/updates/4Q-2015
index 33f3059..5eeb731 100644
--- a/profiles/updates/4Q-2015
+++ b/profiles/updates/4Q-2015
@@ -1 +1,2 @@
 move kde-apps/kapture kde-apps/spectacle
+move kde-apps/oxygen-icons kde-frameworks/oxygen-icons



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

2015-11-13 Thread Michael Palimaka
commit: 92ee5a2a172ebb19be92712c9ad4cd847a7fd7f5
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Nov 10 01:21:27 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:36:38 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=92ee5a2a

Documentation: Regenerate files

 .../package.accept_keywords/.kde-frameworks-live/kde-frameworks-live| 1 +
 Documentation/package.accept_keywords/kde-frameworks-live.keywords  | 1 +
 Documentation/package.mask/kde-frameworks-live  | 1 +
 Documentation/package.unmask/kde-frameworks-live| 1 +
 sets/kdelibs| 2 +-
 5 files changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
index ca41f2b..d87a182 100644
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
@@ -1,5 +1,6 @@
 ~kde-frameworks/attica- **
 ~kde-frameworks/baloo- **
+~kde-frameworks/breeze-icons- **
 ~kde-frameworks/bluez-qt- **
 ~kde-frameworks/breeze-icons- **
 ~kde-frameworks/extra-cmake-modules- **

diff --git a/Documentation/package.accept_keywords/kde-frameworks-live.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
index e919e16..e6d78af 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-live.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
@@ -3,6 +3,7 @@
 # Edit Documentation/package.keywords/.kde-frameworks-live.base/ files instead.
 ~kde-frameworks/attica- **
 ~kde-frameworks/baloo- **
+~kde-frameworks/breeze-icons- **
 ~kde-frameworks/bluez-qt- **
 ~kde-frameworks/breeze-icons- **
 ~kde-frameworks/extra-cmake-modules- **

diff --git a/Documentation/package.mask/kde-frameworks-live 
b/Documentation/package.mask/kde-frameworks-live
index 10ce993..280f030 100644
--- a/Documentation/package.mask/kde-frameworks-live
+++ b/Documentation/package.mask/kde-frameworks-live
@@ -3,6 +3,7 @@
 # Edit Documentation/package.unmask/.kde-frameworks-live/ files instead.
 ~kde-frameworks/attica-
 ~kde-frameworks/baloo-
+~kde-frameworks/breeze-icons-
 ~kde-frameworks/bluez-qt-
 ~kde-frameworks/breeze-icons-
 ~kde-frameworks/extra-cmake-modules-

diff --git a/Documentation/package.unmask/kde-frameworks-live 
b/Documentation/package.unmask/kde-frameworks-live
index 10ce993..280f030 100644
--- a/Documentation/package.unmask/kde-frameworks-live
+++ b/Documentation/package.unmask/kde-frameworks-live
@@ -3,6 +3,7 @@
 # Edit Documentation/package.unmask/.kde-frameworks-live/ files instead.
 ~kde-frameworks/attica-
 ~kde-frameworks/baloo-
+~kde-frameworks/breeze-icons-
 ~kde-frameworks/bluez-qt-
 ~kde-frameworks/breeze-icons-
 ~kde-frameworks/extra-cmake-modules-

diff --git a/sets/kdelibs b/sets/kdelibs
index 0e2170a..706e95f 100644
--- a/sets/kdelibs
+++ b/sets/kdelibs
@@ -6,5 +6,5 @@ kde-base/kde-env:4
 kde-base/kdelibs:4
 kde-base/kfilemetadata:4
 kde-base/kdepimlibs:4
+kde-apps/oxygen-icons-4.14.50
 kde-base/katepart:4
-kde-frameworks/oxygen-icons-4.14.50



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

2015-11-13 Thread Michael Palimaka
commit: 464059a509311dbecbfae09f413460898d5dc466
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Nov 10 01:15:23 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:36:38 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=464059a5

sets: Update kdelibs, kdelibs-4.14, kde-frameworks-live

 sets/kde-frameworks-live | 1 +
 sets/kdelibs | 2 +-
 sets/kdelibs-4.14| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sets/kde-frameworks-live b/sets/kde-frameworks-live
index 90cc4cd..f882880 100644
--- a/sets/kde-frameworks-live
+++ b/sets/kde-frameworks-live
@@ -1,5 +1,6 @@
 ~kde-frameworks/attica-
 ~kde-frameworks/baloo-
+~kde-frameworks/breeze-icons-
 ~kde-frameworks/bluez-qt-
 ~kde-frameworks/breeze-icons-
 ~kde-frameworks/extra-cmake-modules-

diff --git a/sets/kdelibs b/sets/kdelibs
index 706e95f..0e2170a 100644
--- a/sets/kdelibs
+++ b/sets/kdelibs
@@ -6,5 +6,5 @@ kde-base/kde-env:4
 kde-base/kdelibs:4
 kde-base/kfilemetadata:4
 kde-base/kdepimlibs:4
-kde-apps/oxygen-icons-4.14.50
 kde-base/katepart:4
+kde-frameworks/oxygen-icons-4.14.50

diff --git a/sets/kdelibs-4.14 b/sets/kdelibs-4.14
index d63dea3..154662b 100644
--- a/sets/kdelibs-4.14
+++ b/sets/kdelibs-4.14
@@ -6,5 +6,5 @@
 

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

2015-11-13 Thread Michael Palimaka
commit: f6c43b6cff4f760c7a67bf0a8f632b602b60921a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 15:39:00 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:46:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c43b6c

profiles: mask kde-frameworks/{knotifications,ktextwidgets}[speech]

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2729330..cfcfa72 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,11 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Michael Palimaka  (13 Nov 2015)
+# Requires unreleased dependencies
+kde-frameworks/knotifications speech
+kde-frameworks/ktextwidgets speech
+
 # Rick Farina  (06 Oct 2015)
 # forward porting this patch is non-trivial, mask for now
 =net-wireless/wpa_supplicant-2.5 wimax



[gentoo-commits] repo/gentoo:master commit in: media-sound/cantata/, virtual/freedesktop-icon-theme/, www-client/chromium/, ...

2015-11-13 Thread Michael Palimaka
commit: b9db3a043ecd2585f5bbcc9d28362e7fab44fdac
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Nov 10 02:16:40 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:46:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9db3a04

kde-apps/oxygen-icons: pkgmove to kde-frameworks/oxygen-icons

kde4-base.eclass: Recognize KDEBASE in kde-frameworks
kde4-functions.eclass: Change RDEPEND
chromium.eclass: Minor change
Various ebuilds: kde-apps/oxygen-icons -> kde-frameworks/oxygen-icons

Package-Manager: portage-2.2.23

 app-leechcraft/lc-core/lc-core-0.6.60.ebuild  | 2 +-
 app-leechcraft/lc-core/lc-core-0.6.65.ebuild  | 2 +-
 app-leechcraft/lc-core/lc-core-0.6.70.ebuild  | 2 +-
 app-leechcraft/lc-core/lc-core-.ebuild| 2 +-
 eclass/chromium.eclass| 2 +-
 eclass/kde4-base.eclass   | 2 +-
 eclass/kde4-functions.eclass  | 2 +-
 {kde-apps => kde-frameworks}/oxygen-icons/Manifest| 0
 {kde-apps => kde-frameworks}/oxygen-icons/metadata.xml| 0
 {kde-apps => kde-frameworks}/oxygen-icons/oxygen-icons-4.14.3.ebuild  | 0
 lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild | 4 ++--
 media-sound/cantata/cantata-1.5.1.ebuild  | 2 +-
 net-im/qutim/qutim-0.3.2.ebuild   | 2 +-
 net-im/qutim/qutim-0.3.3_p1.ebuild| 2 +-
 net-irc/quassel/quassel-0.12.2-r2.ebuild  | 2 +-
 net-irc/quassel/quassel-0.12.2.ebuild | 2 +-
 net-irc/quassel/quassel-.ebuild   | 2 +-
 profiles/updates/4Q-2015  | 1 +
 virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild| 2 +-
 www-client/chromium/chromium-46.0.2490.86.ebuild  | 2 +-
 www-client/chromium/chromium-47.0.2526.49.ebuild  | 2 +-
 www-client/chromium/chromium-47.0.2526.58.ebuild  | 2 +-
 www-client/chromium/chromium-48.0.2547.0.ebuild   | 2 +-
 www-client/chromium/chromium-48.0.2552.0.ebuild   | 2 +-
 .../google-chrome-unstable-48.0.2560.0_p1.ebuild  | 2 +-
 www-client/google-chrome/google-chrome-46.0.2490.86_p1.ebuild | 2 +-
 x11-themes/oxygen-molecule/oxygen-molecule-3.2.ebuild | 2 +-
 x11-themes/tangerine-icon-theme/tangerine-icon-theme-0.27.ebuild  | 2 +-
 28 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/app-leechcraft/lc-core/lc-core-0.6.60.ebuild 
b/app-leechcraft/lc-core/lc-core-0.6.60.ebuild
index e811201..4f1323d 100644
--- a/app-leechcraft/lc-core/lc-core-0.6.60.ebuild
+++ b/app-leechcraft/lc-core/lc-core-0.6.60.ebuild
@@ -29,7 +29,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
dev-qt/qtsvg:4
|| (
-   kde-apps/oxygen-icons
+   kde-frameworks/oxygen-icons
x11-themes/kfaenza
 )"
 

diff --git a/app-leechcraft/lc-core/lc-core-0.6.65.ebuild 
b/app-leechcraft/lc-core/lc-core-0.6.65.ebuild
index 80761a9..1df615c 100644
--- a/app-leechcraft/lc-core/lc-core-0.6.65.ebuild
+++ b/app-leechcraft/lc-core/lc-core-0.6.65.ebuild
@@ -29,7 +29,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
dev-qt/qtsvg:4
|| (
-   kde-apps/oxygen-icons
+   kde-frameworks/oxygen-icons
x11-themes/kfaenza
 )"
 

diff --git a/app-leechcraft/lc-core/lc-core-0.6.70.ebuild 
b/app-leechcraft/lc-core/lc-core-0.6.70.ebuild
index 5defdda..f7ca3c9 100644
--- a/app-leechcraft/lc-core/lc-core-0.6.70.ebuild
+++ b/app-leechcraft/lc-core/lc-core-0.6.70.ebuild
@@ -30,7 +30,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
dev-qt/qtsvg:4
|| (
-   kde-apps/oxygen-icons
+   kde-frameworks/oxygen-icons
x11-themes/kfaenza
 )"
 

diff --git a/app-leechcraft/lc-core/lc-core-.ebuild 
b/app-leechcraft/lc-core/lc-core-.ebuild
index df3e7fb..a0eb2c1 100644
--- a/app-leechcraft/lc-core/lc-core-.ebuild
+++ b/app-leechcraft/lc-core/lc-core-.ebuild
@@ -30,7 +30,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
dev-qt/qtsvg:4
|| (
-   kde-apps/oxygen-icons
+   kde-frameworks/oxygen-icons
x11-themes/kfaenza
 )"
 

diff --git a/eclass/chromium.eclass b/eclass/chromium.eclass
index e4da665..ae6a84b 100644
--- a/eclass/chromium.eclass
+++ b/eclass/chromium.eclass
@@ -140,7 +140,7 @@ chromium_pkg_postinst() {
elog "Depending on your desktop environment, you may need"
   

[gentoo-commits] proj/kde:master commit in: kde-frameworks/breeze-icons/files/, kde-frameworks/breeze-icons/

2015-11-13 Thread Michael Palimaka
commit: d125fee364d01bbfb0f0349adf6bae7fc0c0f3f2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:48:51 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:52:37 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d125fee3

kde-frameworks/breeze-icons: remove old

Package-Manager: portage-2.2.24

 .../breeze-icons/breeze-icons-5.4.3.ebuild | 22 -
 .../files/breeze-icons-5.4.3-CMakeLists.txt.patch  | 37 --
 2 files changed, 59 deletions(-)

diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.4.3.ebuild 
b/kde-frameworks/breeze-icons/breeze-icons-5.4.3.ebuild
deleted file mode 100644
index a19dc35..000
--- a/kde-frameworks/breeze-icons/breeze-icons-5.4.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-KDE_DOXYGEN="false"
-KDE_TEST="false"
-KMNAME="breeze"
-inherit kde5
-
-DESCRIPTION="Breeze SVG icon theme"
-SRC_URI="mirror://kde/stable/plasma/${PV}/${KMNAME}-${PV}.tar.xz"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
-RDEPEND="!https://github.com/shimmerproject/Orion;)



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

2015-11-13 Thread Michael Palimaka
commit: 333015c13287c3feb1aa3a0f573a2dcd1f539abd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:47:49 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:52:37 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=333015c1

kde-frameworks: 5.16.0 moved to main tree

Package-Manager: portage-2.2.24

 kde-frameworks/attica/attica-5.16.0.ebuild | 17 -
 kde-frameworks/baloo/baloo-5.16.0.ebuild   | 32 -
 kde-frameworks/bluez-qt/bluez-qt-5.16.0.ebuild | 29 
 .../breeze-icons/breeze-icons-5.16.0.ebuild| 19 -
 .../extra-cmake-modules-5.16.0.ebuild  | 45 
 .../frameworkintegration-5.16.0.ebuild | 48 -
 .../kactivities/kactivities-5.16.0.ebuild  | 36 --
 kde-frameworks/kapidox/kapidox-5.16.0.ebuild   | 29 
 kde-frameworks/karchive/karchive-5.16.0.ebuild | 28 
 kde-frameworks/kauth/kauth-5.16.0.ebuild   | 33 -
 kde-frameworks/kbookmarks/kbookmarks-5.16.0.ebuild | 30 
 kde-frameworks/kcmutils/kcmutils-5.16.0.ebuild | 32 -
 kde-frameworks/kcodecs/kcodecs-5.16.0.ebuild   | 14 
 .../kcompletion/kcompletion-5.16.0.ebuild  | 22 --
 kde-frameworks/kconfig/kconfig-5.16.0.ebuild   | 24 ---
 .../kconfigwidgets/kconfigwidgets-5.16.0.ebuild| 30 
 .../kcoreaddons/kcoreaddons-5.16.0.ebuild  | 41 ---
 kde-frameworks/kcrash/kcrash-5.16.0.ebuild | 39 --
 .../kdbusaddons/kdbusaddons-5.16.0.ebuild  | 29 
 .../kdeclarative/kdeclarative-5.16.0.ebuild| 32 -
 kde-frameworks/kded/kded-5.16.0.ebuild | 36 --
 .../kdelibs4support/kdelibs4support-5.16.0.ebuild  | 83 --
 .../kdesignerplugin/kdesignerplugin-5.16.0.ebuild  | 54 --
 kde-frameworks/kdesu/kdesu-5.16.0.ebuild   | 33 -
 kde-frameworks/kdewebkit/kdewebkit-5.16.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.16.0.ebuild | 32 -
 kde-frameworks/kdoctools/kdoctools-5.16.0.ebuild   | 24 ---
 kde-frameworks/kemoticons/kemoticons-5.16.0.ebuild | 26 ---
 .../kfilemetadata/kfilemetadata-5.16.0.ebuild  | 39 --
 .../kglobalaccel/kglobalaccel-5.16.0.ebuild| 31 
 kde-frameworks/kguiaddons/kguiaddons-5.16.0.ebuild | 23 --
 kde-frameworks/khtml/khtml-5.16.0.ebuild   | 66 -
 kde-frameworks/ki18n/ki18n-5.16.0.ebuild   | 21 --
 .../kiconthemes/kiconthemes-5.16.0.ebuild  | 27 ---
 kde-frameworks/kidletime/kidletime-5.16.0.ebuild   | 25 ---
 .../kimageformats/kimageformats-5.16.0.ebuild  | 34 -
 kde-frameworks/kinit/kinit-5.16.0.ebuild   | 40 ---
 kde-frameworks/kio/kio-5.16.0.ebuild   | 82 -
 .../kitemmodels/kitemmodels-5.16.0.ebuild  | 15 
 kde-frameworks/kitemviews/kitemviews-5.16.0.ebuild | 21 --
 .../kjobwidgets/kjobwidgets-5.16.0.ebuild  | 36 --
 kde-frameworks/kjs/kjs-5.16.0.ebuild   | 22 --
 kde-frameworks/kjsembed/kjsembed-5.16.0.ebuild | 26 ---
 .../kmediaplayer/kmediaplayer-5.16.0.ebuild| 21 --
 kde-frameworks/knewstuff/knewstuff-5.16.0.ebuild   | 33 -
 .../knotifications/knotifications-5.16.0.ebuild| 45 
 .../knotifyconfig/knotifyconfig-5.16.0.ebuild  | 25 ---
 kde-frameworks/kpackage/kpackage-5.16.0.ebuild | 22 --
 kde-frameworks/kparts/kparts-5.16.0.ebuild | 31 
 kde-frameworks/kpeople/kpeople-5.16.0.ebuild   | 33 -
 kde-frameworks/kplotting/kplotting-5.16.0.ebuild   | 19 -
 kde-frameworks/kpty/kpty-5.16.0.ebuild | 19 -
 kde-frameworks/kross/kross-5.16.0.ebuild   | 32 -
 kde-frameworks/krunner/krunner-5.16.0.ebuild   | 28 
 kde-frameworks/kservice/kservice-5.16.0.ebuild | 37 --
 .../ktexteditor/ktexteditor-5.16.0.ebuild  | 53 --
 .../ktextwidgets/ktextwidgets-5.16.0.ebuild| 38 --
 .../kunitconversion/kunitconversion-5.16.0.ebuild  | 19 -
 kde-frameworks/kwallet/kwallet-5.16.0.ebuild   | 41 ---
 .../kwidgetsaddons/kwidgetsaddons-5.16.0.ebuild| 22 --
 .../kwindowsystem/kwindowsystem-5.16.0.ebuild  | 41 ---
 kde-frameworks/kxmlgui/kxmlgui-5.16.0.ebuild   | 42 ---
 .../kxmlrpcclient/kxmlrpcclient-5.16.0.ebuild  | 23 --
 .../modemmanager-qt/modemmanager-qt-5.16.0.ebuild  | 22 --
 .../networkmanager-qt-5.16.0.ebuild| 27 ---
 kde-frameworks/plasma/plasma-5.16.0.ebuild | 68 --
 kde-frameworks/solid/solid-5.16.0.ebuild   | 33 -
 kde-frameworks/sonnet/sonnet-5.16.0.ebuild | 31 
 .../threadweaver/threadweaver-5.16.0.ebuild| 17 -
 69 files 

[gentoo-commits] proj/sci:master commit in: sci-biology/SEECER/, sci-biology/SEECER/files/

2015-11-13 Thread Martin Mokrejs
commit: c10c56b06fbaf0b0127db70aa6ad7b7910694d2e
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Fri Nov 13 17:26:00 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Nov 13 17:26:00 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c10c56b0

sci-biology/SEECER: remove hardcoded paths

Package-Manager: portage-2.2.18

 sci-biology/SEECER/ChangeLog   |  7 
 ...ECER-0.1.3-r1.ebuild => SEECER-0.1.3-r2.ebuild} |  3 ++
 .../SEECER/files/remove-hardcoded-paths.patch  | 49 ++
 3 files changed, 59 insertions(+)

diff --git a/sci-biology/SEECER/ChangeLog b/sci-biology/SEECER/ChangeLog
index eae131d..2872b27 100644
--- a/sci-biology/SEECER/ChangeLog
+++ b/sci-biology/SEECER/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*SEECER-0.1.3-r2 (13 Nov 2015)
+
+  13 Nov 2015; Martin Mokrejs 
+  +SEECER-0.1.3-r2.ebuild, +files/remove-hardcoded-paths.patch,
+  -SEECER-0.1.3-r1.ebuild:
+  sci-biology/SEECER: remove hardcoded paths
+
   12 Nov 2015; Martin Mokrejs 
   SEECER-0.1.3-r1.ebuild:
   sci-biology/SEECER: install also the main program wrapper

diff --git a/sci-biology/SEECER/SEECER-0.1.3-r1.ebuild 
b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild
similarity index 93%
rename from sci-biology/SEECER/SEECER-0.1.3-r1.ebuild
rename to sci-biology/SEECER/SEECER-0.1.3-r2.ebuild
index 1110b97..730c429 100644
--- a/sci-biology/SEECER/SEECER-0.1.3-r1.ebuild
+++ b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=5
 
+inherit eutils
+
 DESCRIPTION="SEquencing Error Corrector for RNA-Seq reads"
 HOMEPAGE="http://sb.cs.cmu.edu/seecer/;
 SRC_URI="
@@ -27,6 +29,7 @@ S="${S}"/SEECER
 src_prepare(){
# 
http://seecer-rna-read-error-correction-mailing-list.21961.x6.nabble.com/Segmentation-fault-in-step-4-td41.html
cp -p "${FILESDIR}"/replace_ids.cc "${S}"/src/ || die
+   epatch "${FILESDIR}"/remove-hardcoded-paths.patch
 }
 
 src_install(){

diff --git a/sci-biology/SEECER/files/remove-hardcoded-paths.patch 
b/sci-biology/SEECER/files/remove-hardcoded-paths.patch
new file mode 100644
index 000..9258e50
--- /dev/null
+++ b/sci-biology/SEECER/files/remove-hardcoded-paths.patch
@@ -0,0 +1,49 @@
+--- SEECER-0.1.3/SEECER/bin/run_seecer.sh.old  2015-11-13 18:17:53.985784977 
+0100
 SEECER-0.1.3/SEECER/bin/run_seecer.sh  2015-11-13 18:20:19.995787411 
+0100
+@@ -25,8 +25,8 @@
+ #
+ 
+ 
+-BINDIR='bin/' #this can be hardcoded to /absolute/path/to/SEECER/bin/
+-JF="../jellyfish-1.1.11/bin/jellyfish"#this may be hardcoded to 
/absolute/path/to/jellyfish/bin/
++BINDIR='' #this can be hardcoded to /absolute/path/to/SEECER/bin/
++JF="jellyfish"#this may be hardcoded to /absolute/path/to/jellyfish/bin/
+ 
+ K=17
+ SEECER_PARAMS=""
+@@ -149,7 +149,7 @@
+ then
+ echo "++ Step 1: Replacing Ns ... and stripping off read IDs"
+ echo
+-${BINDIR}/random_sub_N $RS_ARGS
++"${BINDIR}"random_sub_N $RS_ARGS
+ fi;
+ 
+ if [ ! -r $Read1_N ];
+@@ -166,7 +166,7 @@
+ then
+ echo "++ Step 2: Running JELLYFISH to count kmers ..."
+ echo
+-bash ${BINDIR}/run_jellyfish.sh $JF $TMPDIR/counts_${K}_${LCOUNT} $K 
$LCOUNT $TMPDIR $Read1_N $Read2_N
++bash "${BINDIR}"run_jellyfish.sh $JF $TMPDIR/counts_${K}_${LCOUNT} $K 
$LCOUNT $TMPDIR $Read1_N $Read2_N
+ fi;
+ 
+ if [ ! -r $TMPDIR/counts_${K}_${LCOUNT} ];
+@@ -185,7 +185,7 @@
+ echo 
"---"
+ echo " *** Start time: " `date`;
+ 
+-${BINDIR}/seecer $Read1_N $Read2_N $SEECER_PARAMS --kmer $K -k 
$TMPDIR/counts_${K}_${LCOUNT} -o $TMPDIR/corrected.fasta
++"${BINDIR}"seecer $Read1_N $Read2_N $SEECER_PARAMS --kmer $K -k 
$TMPDIR/counts_${K}_${LCOUNT} -o $TMPDIR/corrected.fasta
+ echo " *** End time: " `date`;
+ echo 
"---"
+ echo
+@@ -204,7 +204,7 @@
+ if [ $SeecerStep -le 4 ];
+ then
+ echo "++ Step 4: Cleaning and putting back original read IDs ... We 
finish soon!"
+-${BINDIR}/replace_ids $TMPDIR/corrected.fasta $Reads $Reads_N $Reads_O
++"${BINDIR}"replace_ids $TMPDIR/corrected.fasta $Reads $Reads_N $Reads_O
+ #rm $TMPDIR/corrected.fasta
+ fi;
+  



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

2015-11-13 Thread Mike Gilbert
commit: 4e9e5cd161444b50a30200b37a4a7797fcd14150
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Nov 13 16:25:09 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Nov 13 16:25:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9e5cd1

www-client/chromium: Beta channel bump (47.0.2526.58)

Package-Manager: portage-2.2.24_p19

 www-client/chromium/Manifest| 2 +-
 .../{chromium-47.0.2526.16.ebuild => chromium-47.0.2526.58.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 540132e..e1c0639 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-46.0.2490.86-lite.tar.xz 275908972 SHA256 
bc8cc67e9b197e6aebe977b3af70ea57041c020c93a13264515a0dac81937bc6 SHA512 
63a23aca030c86be8f12a16884b17e2c3e8c97fd580ea989e34465f9fa91378aeb11c6718e969e0a640e2a8cb0a8999b1ca003409a0436a84dfba500a58f0160
 WHIRLPOOL 
60a9d4bb5c62d3a781ef0ed0731782fc039a58d0e514cc2e17fb36fdd070894159c4aff7d3711471c2af56d401ef334feb2148eeb08da3601017cf3e6ac07522
-DIST chromium-47.0.2526.16-lite.tar.xz 302984700 SHA256 
771deecde8d861e6ac7ba125113269566cad6a9dbdcf129eeac1005b38691096 SHA512 
fed1e62c98ec2c21d7ff4b0357fdcd67b536b2bdf9eec3b043dd50127c073749cf8e138e7909481992ab3b4de4a47d34ede3bc348b4dad4964c4c2cd9cf52f84
 WHIRLPOOL 
c45149bb9b91c215be65254680d878c5260ecdfb0a97325fd5726ad67d6fcedae8b70bb158ba1be1e10aed10cb6713625f444a85348c08098f25710df53be239
 DIST chromium-47.0.2526.49-lite.tar.xz 317398984 SHA256 
32fe2246fc25542475c9702853eef9299f097ddeeea7700f275965189da8ac8f SHA512 
8d927c564d39182ff35f3089164cfacee12a81d6e46cd349e114ba97ad5a8d807dc24873ef1eccef36a9a75f83a7bb83552d89da4cb6141933ce1e0c07187963
 WHIRLPOOL 
a99a3abc6698bb32dfaff2674e816431178653187cebcfacfdf549bd862e93dcd47405f484d2784ead2be5fb722dff2c88eaaac2aeae2d35a55af4ab87ac1f11
+DIST chromium-47.0.2526.58-lite.tar.xz 317393916 SHA256 
86cf7abde8056ab22215f7651eaab29fc0c1dcbc9dfa57dd40409418b800551d SHA512 
555fad79cbcd967ecf4b001d703c9fee3b9506e7e7cec9ad59a200ebb7cd39b75fc764d1a52662c328381b97cbf08438f521a04d6bffba48da1adc54b29597eb
 WHIRLPOOL 
e75ba2c6353ae24a0ae3175bec544404145ed66f602ea8d46671da7792645272f51e71a728ca3c398d1a35da651e8545a65e927cd4f1d5b418d9c1d72442ebb8
 DIST chromium-48.0.2547.0-lite.tar.xz 306282056 SHA256 
cfbdce75bd8904d4a43d5bc7acc82481bfe840c17894294cb0b3d79c2386cee2 SHA512 
706c7e6699b7e07a819d29c88a678c62507251cb08ccd4516e2ce847519a34356d49762037a3fefac8adff39f1f9b7c0a6284fa455ffccd98e6074d1ac346d1f
 WHIRLPOOL 
7694f443375dfdc17c90fd4b6c603b210b5e34ad39cfbe93ee9bcdebf0d5600f389b5ffd54fd3438460ffa88e4d456ad20e5b0553582b8ce0389f2bd7c7e15f5
 DIST chromium-48.0.2552.0-lite.tar.xz 306545148 SHA256 
ab72fd1e4ff9c2d2d8d931e12ba52395044cd136f1927c1cdb137fdef9dd0ad1 SHA512 
1133d4670133ff9a18a2fbad08fcfb5cb2f28e9df092417ca17c0f5360767fa597eb85a0f55de7e2dc06e90a55068410da890664cc1bd071cc85631acebad16d
 WHIRLPOOL 
e13788bb8c21a06fc81c0bc2dfe03b13e19089eb8c59301c92666ec7745ac65a527f5a1179c9633194c63b562a2958154b0afc8c173e2a4db59eefada85580e0

diff --git a/www-client/chromium/chromium-47.0.2526.16.ebuild 
b/www-client/chromium/chromium-47.0.2526.58.ebuild
similarity index 100%
rename from www-client/chromium/chromium-47.0.2526.16.ebuild
rename to www-client/chromium/chromium-47.0.2526.58.ebuild



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

2015-11-13 Thread Michael Palimaka
commit: 5e22916fd3616ee47b16b06e67555ef2b6b5bd8b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Nov  4 18:52:29 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 17:18:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e22916f

kde5.eclass: introduce forceoptional value for KDE_TEST

 eclass/kde5.eclass | 8 
 1 file changed, 8 insertions(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 7a5d222..0f50623 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -93,6 +93,8 @@ fi
 # @DESCRIPTION:
 # If set to "false", do nothing.
 # For any other value, add test to IUSE and add a dependency on 
dev-qt/qttest:5.
+# If set to "forceoptional", remove a Qt5Test dependency from the root
+# CMakeLists.txt in addition to the above.
 if [[ ${CATEGORY} = kde-frameworks ]]; then
: ${KDE_TEST:=true}
 else
@@ -466,6 +468,12 @@ kde5_src_prepare() {
fi
fi
 
+   if [[ ${KDE_TEST} = forceoptional ]] ; then
+   if ! use_if_iuse test ; then
+   punt_bogus_dep Qt5 Test
+   fi
+   fi
+
cmake-utils_src_prepare
 }
 



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

2015-11-13 Thread Brian Evans
commit: 4b17ca5389dea0f8244b84a40e6abb95c9a1c900
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Nov 13 19:08:54 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Nov 13 19:08:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b17ca53

dev-php/xdebug: Adjust Manifest for upstream changes again wrt bug 565234

Package-Manager: portage-2.2.24

 dev-php/xdebug/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest
index c9599c8..b03925a 100644
--- a/dev-php/xdebug/Manifest
+++ b/dev-php/xdebug/Manifest
@@ -2,4 +2,4 @@ DIST xdebug-2.2.6.tgz 256161 SHA256 
6dd1cba0605e75009331aa3625a19ef49ade5a75aa9f
 DIST xdebug-2.2.7.tgz 256437 SHA256 
4fce7fc794ccbb1dd0b961191cd0323516e216502fe7209b03711fc621642245 SHA512 
ddbf2b2c4086962e1e51767ebf0ab61f6199a2aad8d85be40c3fb731247a93744365757803cc6e3f190dc130282cbf7f01a6f9f8acac277011e7d767a24b2ba3
 WHIRLPOOL 
d050dfa80a6f6be845a5a201164b508020c2ca492cad520f92fe470205d3bdd6f1721c16c0ed02614da28f9c7c0bb56c6567dc95c65e45352a9738bb14d2aa86
 DIST xdebug-2.3.1.tgz 266218 SHA256 
b50365896089c76d6d64924b66428cc5ef6b4802371e3d422581b3c34d3ca64c SHA512 
aca3ce1546f8b99482f55c0f09e532addecff7db4cc81818260b2d3524fd6888e05c15ed0f98f25a139c40e011540705f02aab56f4c52d90212a843459493bd2
 WHIRLPOOL 
69e4545c1489f240a23ba4ee70afec754471e5cbffdd48a1d5f5db1eace13982807b1e30ae2efd541f79b658613e770ad2dea1ca016a67037e5b5b59ce08fb9c
 DIST xdebug-2.3.3.tgz 268381 SHA256 
b27bd09b23136d242dbc94f4503c98f012a521d5597002c9d463a63c6b0cdfe3 SHA512 
212604e87caa67b3734befa0f57580532b0edd346ed871bbaba72ba8319ba60eb8d66649cb5716df250f28ef1cd2384ccc6f651b90ab4936dbcb45ef6c5f7438
 WHIRLPOOL 
f228a2527dc9f2a166bdd4f2920537d5bc66e00f528f21ca05b7038ca535fb3011f3f39a39871c5ac0a62d46d3c3f3eb4a76d33e9c33c79b633be252e89af23e
-DIST xdebug-2.4.0beta1.tgz 262867 SHA256 
77530ada88264aa5a82b56af5d19935ece571454fb6f9ff6c3e2757ef06dd1a5 SHA512 
b5a8456851781cdc26791e588eb596a0fbd13263ca3dadb9115826f039ad5f7e3e5fb4a20905c66bc8ffb16d9b87f9b7289c7aa4c0b0ea1d0e825335cd0c9185
 WHIRLPOOL 
efbf574dc26a6b97ab0071c4257048dbfd59f28fe875f70207a3f883ea9287ae6572bbfde8ef263a260d37496af5d008d9741793c8f1db48643f3cfabc3a71d1
+DIST xdebug-2.4.0beta1.tgz 269305 SHA256 
7936814fff7cae80bdf4106e9cc9e7c350d236f5a58a1d6ddd28d1829ae99acf SHA512 
8d0e9ae9544f930c965e06713a89e5f0e64b43aaa78055805541641106b136c7ff1d1bd675e671147e32fbec0d4c45f0efed9676486dd89fb287f97f75d75464
 WHIRLPOOL 
955e24a2f27313ffc4765eeb2d6dc67ef6ed77cb2f337e650566ec357334db24ab31cb100cbee1fef45bda3b183e92a656b9014b6b60f8b17b6168f7311d6a7d



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

2015-11-13 Thread Brian Evans
commit: f392a36d60fddd74cc53b8974c80ca5fa5bfcc7e
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Nov 13 19:05:20 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Nov 13 19:05:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f392a36d

dev-php/xdebug-client: Adjust Manifest for upstream changes again wrt bug 565234

Package-Manager: portage-2.2.24

 dev-php/xdebug-client/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/xdebug-client/Manifest b/dev-php/xdebug-client/Manifest
index 32ccef0..5b848b3 100644
--- a/dev-php/xdebug-client/Manifest
+++ b/dev-php/xdebug-client/Manifest
@@ -5,4 +5,4 @@ DIST xdebug-2.2.6.tgz 256161 SHA256 
6dd1cba0605e75009331aa3625a19ef49ade5a75aa9f
 DIST xdebug-2.2.7.tgz 256437 SHA256 
4fce7fc794ccbb1dd0b961191cd0323516e216502fe7209b03711fc621642245 SHA512 
ddbf2b2c4086962e1e51767ebf0ab61f6199a2aad8d85be40c3fb731247a93744365757803cc6e3f190dc130282cbf7f01a6f9f8acac277011e7d767a24b2ba3
 WHIRLPOOL 
d050dfa80a6f6be845a5a201164b508020c2ca492cad520f92fe470205d3bdd6f1721c16c0ed02614da28f9c7c0bb56c6567dc95c65e45352a9738bb14d2aa86
 DIST xdebug-2.3.1.tgz 266218 SHA256 
b50365896089c76d6d64924b66428cc5ef6b4802371e3d422581b3c34d3ca64c SHA512 
aca3ce1546f8b99482f55c0f09e532addecff7db4cc81818260b2d3524fd6888e05c15ed0f98f25a139c40e011540705f02aab56f4c52d90212a843459493bd2
 WHIRLPOOL 
69e4545c1489f240a23ba4ee70afec754471e5cbffdd48a1d5f5db1eace13982807b1e30ae2efd541f79b658613e770ad2dea1ca016a67037e5b5b59ce08fb9c
 DIST xdebug-2.3.3.tgz 268381 SHA256 
b27bd09b23136d242dbc94f4503c98f012a521d5597002c9d463a63c6b0cdfe3 SHA512 
212604e87caa67b3734befa0f57580532b0edd346ed871bbaba72ba8319ba60eb8d66649cb5716df250f28ef1cd2384ccc6f651b90ab4936dbcb45ef6c5f7438
 WHIRLPOOL 
f228a2527dc9f2a166bdd4f2920537d5bc66e00f528f21ca05b7038ca535fb3011f3f39a39871c5ac0a62d46d3c3f3eb4a76d33e9c33c79b633be252e89af23e
-DIST xdebug-2.4.0beta1.tgz 262867 SHA256 
77530ada88264aa5a82b56af5d19935ece571454fb6f9ff6c3e2757ef06dd1a5 SHA512 
b5a8456851781cdc26791e588eb596a0fbd13263ca3dadb9115826f039ad5f7e3e5fb4a20905c66bc8ffb16d9b87f9b7289c7aa4c0b0ea1d0e825335cd0c9185
 WHIRLPOOL 
efbf574dc26a6b97ab0071c4257048dbfd59f28fe875f70207a3f883ea9287ae6572bbfde8ef263a260d37496af5d008d9741793c8f1db48643f3cfabc3a71d1
+DIST xdebug-2.4.0beta1.tgz 269305 SHA256 
7936814fff7cae80bdf4106e9cc9e7c350d236f5a58a1d6ddd28d1829ae99acf SHA512 
8d0e9ae9544f930c965e06713a89e5f0e64b43aaa78055805541641106b136c7ff1d1bd675e671147e32fbec0d4c45f0efed9676486dd89fb287f97f75d75464
 WHIRLPOOL 
955e24a2f27313ffc4765eeb2d6dc67ef6ed77cb2f337e650566ec357334db24ab31cb100cbee1fef45bda3b183e92a656b9014b6b60f8b17b6168f7311d6a7d



[gentoo-commits] proj/gkey-seeds:master commit in: /

2015-11-13 Thread Brian Dolbec
commit: dd9b37e41f7deb7727f013429f277bc6b65f8b50
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Nov 13 18:25:22 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Nov 13 18:25:22 2015 +
URL:https://gitweb.gentoo.org/proj/gkey-seeds.git/commit/?id=dd9b37e4

Gentoo-keys: Update gentoo-devs.seeds

 gentoo-devs.seeds |  12 ++--
 gentoo-devs.seeds.sig | Bin 639 -> 639 bytes
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gentoo-devs.seeds b/gentoo-devs.seeds
index ee589ff..3a935be 100644
--- a/gentoo-devs.seeds
+++ b/gentoo-devs.seeds
@@ -1621,11 +1621,11 @@
 }, 
 "lejonet": {
 "fingerprint": [
-"C79B230DED54F2A3C359998DE99A2854D5980C65"
+"AD7920A76FAB6482ADD168DED4F46A05270273AF"
 ], 
 "keydir": "lejonet", 
 "keys": [
-"C79B230DED54F2A3C359998DE99A2854D5980C65"
+"AD7920A76FAB6482ADD168DED4F46A05270273AF"
 ], 
 "name": "Daniel Kuehn", 
 "nick": "lejonet", 
@@ -1903,11 +1903,11 @@
 }, 
 "mpagano": {
 "fingerprint": [
-"EEE2601D0763B60F848C9E143C33C650B576E4E3"
+"52CCA0B0F6310B170142F83F92A6DBEC81F2B137"
 ], 
 "keydir": "mpagano", 
 "keys": [
-"EEE2601D0763B60F848C9E143C33C650B576E4E3"
+"52CCA0B0F6310B170142F83F92A6DBEC81F2B137"
 ], 
 "name": "Mike Pagano", 
 "nick": "mpagano", 
@@ -3187,11 +3187,11 @@
 }, 
 "xmw": {
 "fingerprint": [
-"67B0837F8855C12235D40817927ADD0C62EEF090"
+"8BE8B3F0643045FB055A8417FB6DC7DA476C3DAF"
 ], 
 "keydir": "xmw", 
 "keys": [
-"67B0837F8855C12235D40817927ADD0C62EEF090"
+"8BE8B3F0643045FB055A8417FB6DC7DA476C3DAF"
 ], 
 "name": "Michael Weber", 
 "nick": "xmw", 

diff --git a/gentoo-devs.seeds.sig b/gentoo-devs.seeds.sig
index 123ea7c..73418a7 100644
Binary files a/gentoo-devs.seeds.sig and b/gentoo-devs.seeds.sig differ



[gentoo-commits] data/api:master commit in: files/gentoo-keys/seeds/

2015-11-13 Thread Brian Dolbec
commit: 500812c83c51a17fbbcd1febd0a211de1adef18e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Nov 13 18:25:36 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Nov 13 18:25:36 2015 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=500812c8

Gentoo-keys: Update gentoo-devs.seeds

 files/gentoo-keys/seeds/gentoo-devs.seeds |  12 ++--
 files/gentoo-keys/seeds/gentoo-devs.seeds.sig | Bin 639 -> 639 bytes
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds 
b/files/gentoo-keys/seeds/gentoo-devs.seeds
index ee589ff..3a935be 100644
--- a/files/gentoo-keys/seeds/gentoo-devs.seeds
+++ b/files/gentoo-keys/seeds/gentoo-devs.seeds
@@ -1621,11 +1621,11 @@
 }, 
 "lejonet": {
 "fingerprint": [
-"C79B230DED54F2A3C359998DE99A2854D5980C65"
+"AD7920A76FAB6482ADD168DED4F46A05270273AF"
 ], 
 "keydir": "lejonet", 
 "keys": [
-"C79B230DED54F2A3C359998DE99A2854D5980C65"
+"AD7920A76FAB6482ADD168DED4F46A05270273AF"
 ], 
 "name": "Daniel Kuehn", 
 "nick": "lejonet", 
@@ -1903,11 +1903,11 @@
 }, 
 "mpagano": {
 "fingerprint": [
-"EEE2601D0763B60F848C9E143C33C650B576E4E3"
+"52CCA0B0F6310B170142F83F92A6DBEC81F2B137"
 ], 
 "keydir": "mpagano", 
 "keys": [
-"EEE2601D0763B60F848C9E143C33C650B576E4E3"
+"52CCA0B0F6310B170142F83F92A6DBEC81F2B137"
 ], 
 "name": "Mike Pagano", 
 "nick": "mpagano", 
@@ -3187,11 +3187,11 @@
 }, 
 "xmw": {
 "fingerprint": [
-"67B0837F8855C12235D40817927ADD0C62EEF090"
+"8BE8B3F0643045FB055A8417FB6DC7DA476C3DAF"
 ], 
 "keydir": "xmw", 
 "keys": [
-"67B0837F8855C12235D40817927ADD0C62EEF090"
+"8BE8B3F0643045FB055A8417FB6DC7DA476C3DAF"
 ], 
 "name": "Michael Weber", 
 "nick": "xmw", 

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
index 123ea7c..73418a7 100644
Binary files a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig and 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig differ



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

2015-11-13 Thread Martin Mokrejs
commit: e563ef0844dacf85a0dffc25c134f108465c7255
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Fri Nov 13 19:10:20 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Nov 13 19:10:20 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e563ef08

sci-biology/jellyfish: fix filename generated by pkgconfig

Package-Manager: portage-2.2.18

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

diff --git a/sci-biology/jellyfish/ChangeLog b/sci-biology/jellyfish/ChangeLog
index 5abd4ea..9132f22 100644
--- a/sci-biology/jellyfish/ChangeLog
+++ b/sci-biology/jellyfish/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  13 Nov 2015; Martin Mokrejs 
+  jellyfish-1.1.11.ebuild:
+  sci-biology/jellyfish: fix filename generated by pkgconfig
+
   04 May 2015; Justin Lecher  jellyfish-1.1.11.ebuild,
   jellyfish-2.1.3.ebuild, jellyfish-2.1.4.ebuild:
   sci-biology/jellyfish: Correct license from HalfLICENSE to BSD as they are

diff --git a/sci-biology/jellyfish/jellyfish-1.1.11.ebuild 
b/sci-biology/jellyfish/jellyfish-1.1.11.ebuild
index 2154ee6..9d36444 100644
--- a/sci-biology/jellyfish/jellyfish-1.1.11.ebuild
+++ b/sci-biology/jellyfish/jellyfish-1.1.11.ebuild
@@ -24,8 +24,7 @@ DEPEND="${RDEPEND}
 
 src_install(){
default
-   # beware the filename say 2.0 instead of 2.1. does it matter?
-   sed -e "s#jellyfish-${PV}#jellyfish#" -i 
"${D}"/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
+   sed -e "s#jellyfish-${PV}#jellyfish#" -i 
"${D}"/usr/lib64/pkgconfig/jellyfish-1.1.pc || die
mkdir -p "${D}/usr/include/${PN}" || die
mv "${D}"/usr/include/"${P}"/"${PN}"/* "${D}/usr/include/${PN}/" || die
rm -rf "${D}/usr/include/${P}"



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

2015-11-13 Thread Zac Medico
commit: 1ac5e7f9b92b33f76cdb1e6e6f7e5bba42f2b496
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Nov 13 07:18:38 2015 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Nov 13 17:52:01 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=1ac5e7f9

GenChangeLogs: parallelize remaining git calls, scale linearly (bug 565540)

Move all git calls to the subprocesses, so performance scales linearly
with --jobs.

X-Gentoo-Bug: 565540
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=565540
Acked-by: Alexander Berntsen  gentoo.org>

 bin/egencache | 33 ++---
 1 file changed, 18 insertions(+), 15 deletions(-)

diff --git a/bin/egencache b/bin/egencache
index b44ad11..1cc2f3d 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -781,6 +781,23 @@ class GenChangeLogs(object):
encoding=_encodings['stdio'], errors='strict')
 
def generate_changelog(self, cp):
+
+   os.chdir(os.path.join(self._repo_path, cp))
+   # Determine whether ChangeLog is up-to-date by comparing
+   # the newest commit timestamp with the ChangeLog timestamp.
+   lmod = self.grab(['git', self._work_tree, 'log', 
'--format=%ct', '-1', '.'])
+   if not lmod:
+   # This cp has not been added to the repo.
+   return
+
+   try:
+   cmod = os.stat('ChangeLog').st_mtime
+   except OSError:
+   cmod = 0
+
+   if float(cmod) >= float(lmod):
+   return
+
try:
output = io.open(self._changelog_output,
mode='w', encoding=_encodings['repo.content'],
@@ -913,21 +930,7 @@ class GenChangeLogs(object):
return
 
for cp in self._portdb.cp_all():
-   os.chdir(os.path.join(self._repo_path, cp))
-   # Determine whether ChangeLog is up-to-date by comparing
-   # the newest commit timestamp with the ChangeLog 
timestamp.
-   lmod = self.grab(['git', self._work_tree, 'log', 
'--format=%ct', '-1', '.'])
-   if not lmod:
-   # This cp has not been added to the repo.
-   continue
-
-   try:
-   cmod = os.stat('ChangeLog').st_mtime
-   except OSError:
-   cmod = 0
-
-   if float(cmod) < float(lmod):
-   yield 
AsyncFunction(target=self.generate_changelog, args=[cp])
+   yield AsyncFunction(target=self.generate_changelog, 
args=[cp])
 
def run(self):
return run_main_scheduler(



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

2015-11-13 Thread Michał Górny
commit: de80573c43225138e4cc702528235e2313381a1e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 17:38:21 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 17:38:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de80573c

dev-python/python-docs: Bump to 2.7.10

 dev-python/python-docs/Manifest  |  1 +
 dev-python/python-docs/python-docs-2.7.10.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/dev-python/python-docs/Manifest b/dev-python/python-docs/Manifest
index dca8a19..a474a28 100644
--- a/dev-python/python-docs/Manifest
+++ b/dev-python/python-docs/Manifest
@@ -1,3 +1,4 @@
+DIST python-2.7.10-docs-html.tar.bz2 4566934 SHA256 
e5f399365f16679a32cd79d2b1bd0906c8838b7ea83f5a0c8236d2324e61 SHA512 
a108bf969e3ef457dc7b562bc9ba26425f12e79ab249ab0a7300b829cc8e6473d93582afabf99d0c0f63cba5651c6620b96513a28ad5ddd9f41704ca650d0ce8
 WHIRLPOOL 
0ea6d4a6aa7d5c249ff1d1c8f64b356f6c84e3e33c4d1c50b6a8b1661bc17e21537a9ac49c9d2716190f4d977b11c921f5ef11cec8316b8faf7630335417239b
 DIST python-2.7.8-docs-html.tar.bz2 4511331 SHA256 
e0aa9b08bf2cad4d7769e86fc7d0b05f5d0af0609c757a5c633841c5a703c73f SHA512 
97f37704e832268d6b5d13ac7a9839405fba0dae59e59e8fef35085e658f9bdb731f024509387f1d4ab07c1457695ab74c180c146d3e76a5f074f7bb265d8c4d
 WHIRLPOOL 
e561ea060bd1cf4c13bf6b819d038d9667eb49376cfb1c913c9253ac71ccbdfe82ff172bb73970c00b3116ae9a10ec17a711f8d9ff7ffa01a80f228bea67f9e1
 DIST python-3.2.5-docs-html.tar.bz2 4435429 SHA256 
5a7f7f79d58cf87511aae66784ae71e3e108ca8185bd40706c4bb43e5e0348bc SHA512 
020da66dd701716da5b1038fb4502f2a5978987f7dfc6832ad3aa778427b68747dfcf232e1af8a35f2cffb20ce30a4888fee54aa8fc16981d874006e477fc01e
 WHIRLPOOL 
85c419700a2e0b860c3a682c2c9f3da60a319bd6346eb35d40ccb4ab31737bb5154e584b7c562acc2a60b466099a6d493334362afeedcf4192f8ef15a4be2994
 DIST python-3.3.2-docs-html.tar.bz2 4907895 SHA256 
7434bbb654c45ccc29825f15df2137944c53c5b737a94eadbcbb006dd2848cd4 SHA512 
56e44e826257e7939da21a2051ad3e742fc44a7d7cf3ab24f1f4d0709b73ad9d5d642f6c78b7bfd8ff70ef9e4b621dff5760b75ec6db6a69cf3052ab63b1d214
 WHIRLPOOL 
cff83134aaf7ef3778bed8b3a7ab6bd9873ab24bffc250b30e12fda1b448acc8b7515990efeec1a6a789fbba96067b665aab858224e0343b6f38c520382b5584

diff --git a/dev-python/python-docs/python-docs-2.7.10.ebuild 
b/dev-python/python-docs/python-docs-2.7.10.ebuild
new file mode 100644
index 000..ad2fb35
--- /dev/null
+++ b/dev-python/python-docs/python-docs-2.7.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="HTML documentation for Python"
+HOMEPAGE="http://www.python.org/doc/;
+SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2;
+
+LICENSE="PSF-2"
+SLOT="2.7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/python-${PV}-docs-html"
+
+src_install() {
+   dohtml -A xml -A inv -r ./
+   echo 
"PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > 
"60python-docs-${SLOT}"
+   doenvd "60python-docs-${SLOT}"
+}
+
+pkg_postrm() {
+   if ! has_version "=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
+   rm -f "${EROOT}etc/env.d/65python-docs"
+   fi
+}



[gentoo-commits] proj/sci:master commit in: sci-biology/SEECER/files/, sci-biology/SEECER/

2015-11-13 Thread Martin Mokrejs
commit: 6af16cbc76de1d4d8a1726e81880cfccb28adbb6
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Fri Nov 13 19:03:02 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Nov 13 19:03:02 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6af16cbc

sci-biology/SEECER: patch crappy shellscripts to at leats die on error; require 
jellyfish-1.1.11

Package-Manager: portage-2.2.18

 sci-biology/SEECER/ChangeLog   |  5 +++
 sci-biology/SEECER/SEECER-0.1.3-r2.ebuild  |  3 +-
 .../SEECER/files/remove-hardcoded-paths.patch  | 47 +++---
 3 files changed, 48 insertions(+), 7 deletions(-)

diff --git a/sci-biology/SEECER/ChangeLog b/sci-biology/SEECER/ChangeLog
index 2872b27..b72cc46 100644
--- a/sci-biology/SEECER/ChangeLog
+++ b/sci-biology/SEECER/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  13 Nov 2015; Martin Mokrejs 
+  SEECER-0.1.3-r2.ebuild, files/remove-hardcoded-paths.patch:
+  sci-biology/SEECER: patch crappy shellscripts to at leats die on error;
+  require jellyfish-1.1.11
+
 *SEECER-0.1.3-r2 (13 Nov 2015)
 
   13 Nov 2015; Martin Mokrejs 

diff --git a/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild 
b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild
index 730c429..3a9138c 100644
--- a/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild
+++ b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild
@@ -18,11 +18,12 @@ KEYWORDS="~amd64"
 IUSE=""
 
 # although has bundled jellyfish-1.1.11 copy it just calls the executable 
during runtime
+# seems jellyfish-2 does not accept same commandline arguments
 DEPEND="
sci-libs/gsl
sci-biology/seqan"
 RDEPEND="${DEPEND}
-   sci-biology/jellyfish"
+   =sci-biology/jellyfish-1.1.11"
 
 S="${S}"/SEECER
 

diff --git a/sci-biology/SEECER/files/remove-hardcoded-paths.patch 
b/sci-biology/SEECER/files/remove-hardcoded-paths.patch
index 9258e50..4e317e6 100644
--- a/sci-biology/SEECER/files/remove-hardcoded-paths.patch
+++ b/sci-biology/SEECER/files/remove-hardcoded-paths.patch
@@ -1,5 +1,40 @@
 SEECER-0.1.3/SEECER/bin/run_seecer.sh.old  2015-11-13 18:17:53.985784977 
+0100
-+++ SEECER-0.1.3/SEECER/bin/run_seecer.sh  2015-11-13 18:20:19.995787411 
+0100
+--- SEECER-0.1.3/SEECER/bin/run_jellyfish.sh.ori   2015-11-13 
18:40:01.595807104 +0100
 SEECER-0.1.3/SEECER/bin/run_jellyfish.sh   2015-11-13 18:51:45.655818838 
+0100
+@@ -3,22 +3,27 @@
+ LCOUNT=$4
+ TMPDIR=$5
+ 
++if [ -z "$JF" ]; then
++echo "No path to jellyfish binary provided, exiting.";
++exit 255;
++fi
++
+ if [ "$#" -eq "4" ];
+ then
+-$JF count -m $3 -o $TMPDIR/jf_tmp -c 3 -s 1000 -t 32 --both-strands $6
++$JF count -m $3 -o $TMPDIR/jf_tmp -c 3 -s 1000 -t 32 --both-strands $6 || 
exit 255
+ else
+-$JF count -m $3 -o $TMPDIR/jf_tmp -c 3 -s 1000 -t 32 --both-strands $6 $7
++$JF count -m $3 -o $TMPDIR/jf_tmp -c 3 -s 1000 -t 32 --both-strands $6 $7 
|| exit 255
+ fi;
+ 
+ # merge
+ N_TMP=`ls -1 $TMPDIR/jf_tmp_* | wc -l`
+ if [ $N_TMP -eq 1 ]
+ then
+-mv $TMPDIR/jf_tmp_0 $TMPDIR/jf_merged_$3
++mv $TMPDIR/jf_tmp_0 $TMPDIR/jf_merged_$3 || exit 255
+ else
+-$JF merge $TMPDIR/jf_tmp_* -o $TMPDIR/jf_merged_$3
++$JF merge $TMPDIR/jf_tmp_* -o $TMPDIR/jf_merged_$3 || exit 255
+ rm $TMPDIR/jf_tmp_*
+ fi
+ 
+-$JF dump --lower-count=$LCOUNT -o $2 -c $TMPDIR/jf_merged_$3
++$JF dump --lower-count=$LCOUNT -o $2 -c $TMPDIR/jf_merged_$3 || exit 255
+ rm $TMPDIR/jf_merged_$3
+--- SEECER-0.1.3/SEECER/bin/run_seecer.sh.ori  2015-11-13 18:40:16.215807347 
+0100
 SEECER-0.1.3/SEECER/bin/run_seecer.sh  2015-11-13 18:53:03.695820138 
+0100
 @@ -25,8 +25,8 @@
  #
  
@@ -16,7 +51,7 @@
  echo "++ Step 1: Replacing Ns ... and stripping off read IDs"
  echo
 -${BINDIR}/random_sub_N $RS_ARGS
-+"${BINDIR}"random_sub_N $RS_ARGS
++"${BINDIR}"random_sub_N $RS_ARGS || exit 255
  fi;
  
  if [ ! -r $Read1_N ];
@@ -25,7 +60,7 @@
  echo "++ Step 2: Running JELLYFISH to count kmers ..."
  echo
 -bash ${BINDIR}/run_jellyfish.sh $JF $TMPDIR/counts_${K}_${LCOUNT} $K 
$LCOUNT $TMPDIR $Read1_N $Read2_N
-+bash "${BINDIR}"run_jellyfish.sh $JF $TMPDIR/counts_${K}_${LCOUNT} $K 
$LCOUNT $TMPDIR $Read1_N $Read2_N
++bash "${BINDIR}"run_jellyfish.sh $JF $TMPDIR/counts_${K}_${LCOUNT} $K 
$LCOUNT $TMPDIR $Read1_N $Read2_N || exit 255
  fi;
  
  if [ ! -r $TMPDIR/counts_${K}_${LCOUNT} ];
@@ -34,7 +69,7 @@
  echo " *** Start time: " `date`;
  
 -${BINDIR}/seecer $Read1_N $Read2_N $SEECER_PARAMS --kmer $K -k 
$TMPDIR/counts_${K}_${LCOUNT} -o $TMPDIR/corrected.fasta
-+"${BINDIR}"seecer $Read1_N $Read2_N $SEECER_PARAMS --kmer $K -k 
$TMPDIR/counts_${K}_${LCOUNT} -o $TMPDIR/corrected.fasta
++"${BINDIR}"seecer $Read1_N $Read2_N $SEECER_PARAMS --kmer $K -k 
$TMPDIR/counts_${K}_${LCOUNT} -o $TMPDIR/corrected.fasta || exit 255
  echo 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Scrubber/

2015-11-13 Thread Patrice Clement
commit: beb500b1139cb7c8198b9738f43d9539cd1d0e40
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Nov 13 09:25:09 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Nov 13 19:58:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb500b1

dev-perl/HTML-Scrubber: Remove vulnerable version. Fixes security bug 564688.

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

 .../HTML-Scrubber/HTML-Scrubber-0.90.0-r1.ebuild | 20 
 dev-perl/HTML-Scrubber/Manifest  |  1 -
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/HTML-Scrubber/HTML-Scrubber-0.90.0-r1.ebuild 
b/dev-perl/HTML-Scrubber/HTML-Scrubber-0.90.0-r1.ebuild
deleted file mode 100644
index bacc0d4..000
--- a/dev-perl/HTML-Scrubber/HTML-Scrubber-0.90.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=NIGELM
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="Perl extension for scrubbing/sanitizing html"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-perl/HTML-Parser"
-DEPEND="${REPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/HTML-Scrubber/Manifest b/dev-perl/HTML-Scrubber/Manifest
index ca13f17..1f85d8a 100644
--- a/dev-perl/HTML-Scrubber/Manifest
+++ b/dev-perl/HTML-Scrubber/Manifest
@@ -1,2 +1 @@
-DIST HTML-Scrubber-0.09.tar.gz 26840 SHA256 
b62f3cdd2933221cd68042869e76e7adf11b37b4e130a7f8bcfdc09cde52ec6d SHA512 
2a0500c1733effe488c2c84e678169ae428efef717ea8e01c99b0e461326bfa4ad6e805b7da6757a0ce2e2bb74f61772eaf8fdfdba4936782dd27538ce09dd05
 WHIRLPOOL 
b1064f55b73548ecf764f8613dadaf2208defd31b987b8c47d58ed55d400add5c0a01c9061c24d323532e763b4c822ff1ee3b2cee5f288cb4ebfc1af09f5d646
 DIST HTML-Scrubber-0.15.tar.gz 34250 SHA256 
7133e317e5963168a445836d144f35c69fc9c4edad0025fb17c46729ea432ed4 SHA512 
1c8fefdc686c6ae25f0eb11b02ef21b7960f72d48dc756e57cd0ea7cf40e26573c2229d13e9b58080c28a9a8a4a4f7edb74e6b335ac843708024526a2960a88e
 WHIRLPOOL 
98bd78bc8355a4b1e89c0fcbcd3fdcceb1f3da50d53ef8c74fe8a933b960ceba79cabfcce2e1ccd61df08656decbc4c02e2f87c58f57eeb2f6fc3bda7e73b30f



[gentoo-commits] proj/pms: Tag deleted: eapi-6-approved-2015-11-08

2015-11-13 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Nov 13 20:31:57 2015 +

Tag deleted: eapi-6-approved-2015-11-08




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

2015-11-13 Thread Anthony G. Basile
commit: 5daf04d9fba77b5b1f129aaed05ed25f2f761cc4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Nov 13 22:37:06 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Nov 13 22:37:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5daf04d9

sys-kernel/hardened-sources: version bump to 4.2.6-r1

vanilla-4.2.6 + genpatches-4.2-8 + grsecurity-3.1-4.2.6-201511122040

Package-Manager: portage-2.2.20.1

 sys-kernel/hardened-sources/Manifest   |  1 +
 .../hardened-sources-4.2.6-r1.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index 06fa1ee..d5786a2 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -8,5 +8,6 @@ DIST hardened-patches-4.1.7-2.extras.tar.bz2 1419438 SHA256 
c8c0fc29c39eafbcea10
 DIST hardened-patches-4.2.5-2.extras.tar.bz2 1610883 SHA256 
0204a7e8774e28992e8ecb1d2209e5628a7188a79936c941fe172c29b6b39a21 SHA512 
b529924c08441e6a2142046de3d0fb843d0c0b03f53f73b9309522b33b30bd6e036b90e3d0ae46adf09a5d3901216c76b0a32a219e57a41cb0b3d1b00125f9b9
 WHIRLPOOL 
89db72fb3b289f53a67fbd4050d96acf1c9fdd00b58fd9d62121bce81d8602523bf58dfff98ef4409b86a6c8ea4db14c98ed54c8602b26fa490ca044d9409379
 DIST hardened-patches-4.2.5-3.extras.tar.bz2 1611828 SHA256 
4004c66a98b6021798bbbde4ac7e3920df80cf99e73b6789d1c2ca65b853c39c SHA512 
09a551e49687ce2d3bce93c969f826f2e8aeb098dda650364912505cb79005994f26e2be13390f354a28172fa78401d7db85b173eb7754f997c9024ece18c50a
 WHIRLPOOL 
29e9fdeedf0def9ba99a88041bc8f5399f67daeb6b9410d5a6de78ebc4c572b2950f4278fca9beac828b445ad688b3c9cdc01a05e7812f65f160ec749d7c1dbb
 DIST hardened-patches-4.2.6-1.extras.tar.bz2 1642886 SHA256 
eb4ff90d10dc7423c2b01f07e140210a79626fd6d0cb51d1d60acd8d75bf5105 SHA512 
54b609cadb7522487cec0086f46faafe76c88537db3b11ef5b684d4fa86994576f913992afe4b039e627f1d4794830e85e31500a7ae21e114f9f52a723e7ce36
 WHIRLPOOL 
99a1ce5a3704319c8814fccfd58bd2c2db46e54aa5e755ebc8611899f170522474060acb199b79be07aab7e14cf55ebd4aa9b51eab099d8430caa208b27ba462
+DIST hardened-patches-4.2.6-2.extras.tar.bz2 1643933 SHA256 
b808ad9840863b3a85dab76e9bfffc53d2470918c5d0f5d641478f610c6f4cb8 SHA512 
731505d8675f13fba12a5a975582f0cddfae71569150415afcd05b3066b485abf81b9ccb5fe37f9ed3379be6f9bed7a7347a37ba0c4a2262bf10e9ba187e2858
 WHIRLPOOL 
758f5c1cba2ccc13591276dbd0be7b339aafe9b649e8c7e4c90c7355a5cd93de95dbe7075fff3ed2331a85e4284967ef4dbaead08cb0832c536fc27cf00af336
 DIST linux-4.1.tar.xz 83017828 SHA256 
caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 WHIRLPOOL 
85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8
 DIST linux-4.2.tar.xz 85507784 SHA256 
cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb SHA512 
a87bbce3c0c6d810a41bbba1c0dcaae80dc38dded9f8571e97fa4ee5a468d655daf52d260911412f7c7da3171a5114e89d63da14b1753b9a3eb2cc38fd89b9ee
 WHIRLPOOL 
2058e664ee287cc03119ff3dd0155b7018b9c789a13a1012f190e516172f845dcb2d977c8e6a6951e9bd720e5e8cdfa3b888cce392c9b02780520e77475870d0

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.2.6-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.2.6-r1.ebuild
new file mode 100644
index 000..04d434c
--- /dev/null
+++ b/sys-kernel/hardened-sources/hardened-sources-4.2.6-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base"
+K_GENPATCHES_VER="8"
+K_DEBLOB_AVAILABLE="1"
+
+inherit kernel-2
+detect_version
+
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
+HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
+SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
+UNIPATCH_EXCLUDE="
+   1500_XATTR_USER_PREFIX.patch
+   1600_dm-crypt-limit-max-segment-size.patch
+   2900_dev-root-proc-mount-fix.patch"
+
+DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
+HOMEPAGE="http://www.gentoo.org/proj/en/hardened/;
+IUSE="deblob"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND=">=sys-devel/gcc-4.5"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+
+   local GRADM_COMPAT="sys-apps/gradm-3.1*"
+
+   ewarn
+   ewarn "Users of grsecurity's RBAC system must ensure they are using"
+   ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
+   ewarn "It is strongly recommended that the following command is issued"
+   ewarn "prior to booting a ${PF} kernel for the first time:"
+   ewarn
+   

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

2015-11-13 Thread Anthony G. Basile
commit: 8a13529a3af811c01b276b03f0d68a7bd294ec53
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Nov 13 22:39:09 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Nov 13 22:39:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a13529a

sys-kernel/hardened-sources: remove older unstable versions.

Package-Manager: portage-2.2.20.1

 sys-kernel/hardened-sources/Manifest   |  3 --
 .../hardened-sources-4.2.5-r1.ebuild   | 46 --
 .../hardened-sources-4.2.5-r2.ebuild   | 46 --
 .../hardened-sources/hardened-sources-4.2.6.ebuild | 46 --
 4 files changed, 141 deletions(-)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index d5786a2..368ef74 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -5,9 +5,6 @@ DIST deblob-check-4.2 681496 SHA256 
8b72723b3f5c651ba45017f557372dd25a43a1ce1b9b
 DIST genpatches-4.1-11.base.tar.xz 233284 SHA256 
4189cfd2c7d1a1d7f28c8a596ad36741ce087c7c4cfbe0d5d20a0ee889328d18 SHA512 
e5944edf832070d6072ab8efc242165afcfb689874687196c96389c6176ca9772e72e82836aba40ad05840536acae6efd6e72890efd692d903018d47489a90f8
 WHIRLPOOL 
13cb400b330443025f77dee6c710ca9886991a7032fa3ff925d53ed4fc03d07ece5647dca65de1a149073362db1d7a0b374a21d980eafcae09a4b01584c64cb6
 DIST genpatches-4.2-8.base.tar.xz 191276 SHA256 
395dc09c285606e830be9b002eec8968394ec2ac67eaec6673c0703196e708d8 SHA512 
216d8c9be1c3ed1fcc612e3739bf7186e996b6fca8ce3d08be4ea9da16f7d4f63a01d6e8606a83d2743f94ffe1640da9f2c1d588fddab51e0f25b090141a353d
 WHIRLPOOL 
fdb58098517642e5ec075218b612f765b559b6c850bfd678d3eb7fb0479bd175c6eb01896e552525eb6025a93e72ce204fa57c77f96a028ac0f93bc0c59d13c0
 DIST hardened-patches-4.1.7-2.extras.tar.bz2 1419438 SHA256 
c8c0fc29c39eafbcea107b8237087fd0e185297e2df9ffeaafc6b3a4736b7a45 SHA512 
dac324e265174777d8b9c2369f57e52833b4228b3291e41952a9791ce41b9abf378e1d9a0521566c3a0e42de15a16afa5fe379985b7fee78b1b2b3b815d7cdd4
 WHIRLPOOL 
7638001f1b95e4af1d051b13648f486aa0eca524157e1a46dd2023fbd86313e0a5e8043653d7388b7286d42cc6e7c0f07cde2de3d5aee6cc058d12538a0980c1
-DIST hardened-patches-4.2.5-2.extras.tar.bz2 1610883 SHA256 
0204a7e8774e28992e8ecb1d2209e5628a7188a79936c941fe172c29b6b39a21 SHA512 
b529924c08441e6a2142046de3d0fb843d0c0b03f53f73b9309522b33b30bd6e036b90e3d0ae46adf09a5d3901216c76b0a32a219e57a41cb0b3d1b00125f9b9
 WHIRLPOOL 
89db72fb3b289f53a67fbd4050d96acf1c9fdd00b58fd9d62121bce81d8602523bf58dfff98ef4409b86a6c8ea4db14c98ed54c8602b26fa490ca044d9409379
-DIST hardened-patches-4.2.5-3.extras.tar.bz2 1611828 SHA256 
4004c66a98b6021798bbbde4ac7e3920df80cf99e73b6789d1c2ca65b853c39c SHA512 
09a551e49687ce2d3bce93c969f826f2e8aeb098dda650364912505cb79005994f26e2be13390f354a28172fa78401d7db85b173eb7754f997c9024ece18c50a
 WHIRLPOOL 
29e9fdeedf0def9ba99a88041bc8f5399f67daeb6b9410d5a6de78ebc4c572b2950f4278fca9beac828b445ad688b3c9cdc01a05e7812f65f160ec749d7c1dbb
-DIST hardened-patches-4.2.6-1.extras.tar.bz2 1642886 SHA256 
eb4ff90d10dc7423c2b01f07e140210a79626fd6d0cb51d1d60acd8d75bf5105 SHA512 
54b609cadb7522487cec0086f46faafe76c88537db3b11ef5b684d4fa86994576f913992afe4b039e627f1d4794830e85e31500a7ae21e114f9f52a723e7ce36
 WHIRLPOOL 
99a1ce5a3704319c8814fccfd58bd2c2db46e54aa5e755ebc8611899f170522474060acb199b79be07aab7e14cf55ebd4aa9b51eab099d8430caa208b27ba462
 DIST hardened-patches-4.2.6-2.extras.tar.bz2 1643933 SHA256 
b808ad9840863b3a85dab76e9bfffc53d2470918c5d0f5d641478f610c6f4cb8 SHA512 
731505d8675f13fba12a5a975582f0cddfae71569150415afcd05b3066b485abf81b9ccb5fe37f9ed3379be6f9bed7a7347a37ba0c4a2262bf10e9ba187e2858
 WHIRLPOOL 
758f5c1cba2ccc13591276dbd0be7b339aafe9b649e8c7e4c90c7355a5cd93de95dbe7075fff3ed2331a85e4284967ef4dbaead08cb0832c536fc27cf00af336
 DIST linux-4.1.tar.xz 83017828 SHA256 
caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 WHIRLPOOL 
85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8
 DIST linux-4.2.tar.xz 85507784 SHA256 
cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb SHA512 
a87bbce3c0c6d810a41bbba1c0dcaae80dc38dded9f8571e97fa4ee5a468d655daf52d260911412f7c7da3171a5114e89d63da14b1753b9a3eb2cc38fd89b9ee
 WHIRLPOOL 
2058e664ee287cc03119ff3dd0155b7018b9c789a13a1012f190e516172f845dcb2d977c8e6a6951e9bd720e5e8cdfa3b888cce392c9b02780520e77475870d0

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.2.5-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.2.5-r1.ebuild
deleted file mode 100644
index 04d434c..000
--- a/sys-kernel/hardened-sources/hardened-sources-4.2.5-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General 

[gentoo-commits] proj/pms: New tag: eapi-6-approved-2015-11-13

2015-11-13 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Nov 13 20:22:28 2015 +

New tag: eapi-6-approved-2015-11-13




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

2015-11-13 Thread Ulrich Müller
commit: ee8ac4085912ddd6755c55d488560b18fd92d2eb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Nov 13 20:19:22 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Nov 13 20:19:22 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=ee8ac408

Merge branch 'eapi-6'

 eapi-cheatsheet.tex  | 17 +++--
 eapi-differences.tex |  4 
 ebuild-env-vars.tex  | 19 +++
 3 files changed, 34 insertions(+), 6 deletions(-)



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

2015-11-13 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Nov 13 20:34:22 2015 +

Branch deleted: eapi-6




[gentoo-commits] proj/pms:eapi-6 commit in: /

2015-11-13 Thread Ulrich Müller
commit: 8f8f9cddbfe892ab76aa91b2b80310a97f312f4e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Nov 13 20:19:14 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Nov 13 20:19:14 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=8f8f9cdd

EAPI 6 has been reapproved by the Council.

Bug: 565700

 eapi-cheatsheet.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index c0a29c4..250df41 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -324,7 +324,7 @@ differences between these previous EAPIs.
 See \featureref{stablemask}.
 \end{description}
 
-\section{EAPI 6 (2015-11-08)}
+\section{EAPI 6 (2015-11-13)}
 \label{sec:cs:eapi6}
 \subsection{Additions/Changes}
 \label{sec:cs:eapi6-additions}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/, profiles/base/, profiles/arch/arm/, profiles/arch/hppa/, ...

2015-11-13 Thread Daniel Kuehn
commit: a9dcc0c6e1ffde18035c9cb85c83f3749bb52c37
Author: Daniel Kuehn  gentoo  org>
AuthorDate: Fri Nov 13 21:28:08 2015 +
Commit: Daniel Kuehn  gentoo  org>
CommitDate: Fri Nov 13 21:30:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9dcc0c6

profiles: Move the global mask and arch-specific unmasks to the top of use.mask

Moved the entries for globally masking and arch-specific unmasking to the top
of their respective use.mask file, as instructed by hwoarang

 profiles/arch/amd64/use.mask   | 10 +-
 profiles/arch/arm/use.mask | 10 +-
 profiles/arch/hppa/use.mask| 14 +++---
 profiles/arch/powerpc/use.mask |  9 +
 profiles/arch/x86/use.mask |  9 +
 profiles/base/use.mask | 13 +++--
 6 files changed, 34 insertions(+), 31 deletions(-)

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index c6ca828..f8fe6ce 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -10,6 +10,11 @@
 # cilk has been ported to this arch.
 -cilk
 
+# 2015/11/13 - Daniel Kuehn 
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # Mike Gilbert  (19 Oct 2014)
 # sys-libs/libapparmor
 -apparmor
@@ -228,9 +233,4 @@ capslib
 # fdk-aac is already keyworded here
 -fdk
 
-# 2015/11/13 - Daniel Kuehn 
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
-
 # NOT NECESSARY - SECTION

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index c30bb1b..a3b6e65 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -1,6 +1,11 @@
 # Unmask the flag which corresponds to ARCH.
 -arm
 
+# 2015/11/13 - Daniel Kuehn 
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # Unmask arm arch specific flags
 -iwmmxt
 
@@ -259,8 +264,3 @@ numa
 # toolkit for nvidia binary drivers
 cg
 
-# 2015/11/13 - Daniel Kuehn 
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
-

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index be05a3c..6e2027a 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -3,6 +3,12 @@
 
 # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to 
.
 
+# 2015/11/13 - Daniel Kuehn 
+# ACKED-BY: jer
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # Jeroen Roovers  (16 Oct 2015)
 # HPPA has no NUMA support in the kernel
 numa
@@ -350,7 +356,7 @@ h323
 # Doug Goldstein  (27 Apr 2007)
 # Dell does not ship or sell HPPA systems
 dell
-
+p
 # Matt Turner 
-# ACKED-BY: jer
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
-
 # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to 
.

diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
index dce5207..182d14d 100644
--- a/profiles/arch/powerpc/use.mask
+++ b/profiles/arch/powerpc/use.mask
@@ -1,6 +1,11 @@
 # PPC Specific use flags
 #
 
+# 2015/11/13 - Daniel Kuehn 
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # Jeroen Roovers  (22 Sep 2015)
 # sci-libs/mkl is not supported on PPC
 mkl
@@ -230,8 +235,4 @@ clvm
 # Unmask systemd since it is keyworded here.
 -systemd
 
-# 2015/11/13 - Daniel Kuehn 
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
 

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 5c61d14..ec44ea3 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -5,6 +5,11 @@
 # Unmask the flag which corresponds to ARCH.
 -x86
 
+# 2015/11/13 - Daniel Kuehn 
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # cilk has been ported to this arch.
 -cilk
 
@@ -211,8 +216,4 @@ win64
 # fdk-aac is already keyworded here
 -fdk
 
-# 2015/11/13 - Daniel Kuehn 
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
 

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 258a744..ae48a6d 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -2,6 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Daniel Kuehn 

  1   2   >