[gentoo-commits] gentoo commit in src/patchsets/binutils/2.26.1: 00_all_0001-Add-mips-and-s390-build-targets-for-gold.patch 00_all_0002-ld-Add-a-linker-configure-option-enable-relro.patch 00_all_0003-

2016-07-03 Thread Mike Frysinger (vapier)
vapier  16/07/04 05:57:52

  Added:   

00_all_0001-Add-mips-and-s390-build-targets-for-gold.patch

00_all_0002-ld-Add-a-linker-configure-option-enable-relro.patch

00_all_0003-ld-tests-make-address-matches-more-flexible.patch
00_all_0004-ld-always-warn-about-textrels-in-files.patch

00_all_0005-gold-ld-add-support-for-poisoned-system-directories.patch

00_all_0006-ld-enable-new-dtags-by-default-for-linux-gnu-targets.patch
00_all_0007-gold-ld-enable-gnu-hash-by-default.patch

00_all_0008-libiberty-install-PIC-version-of-libiberty.a.patch
README.history
  Log:
  initial 2.26.1 patchset based on last 2.25.1 patchset (and on new git branch)

Revision  ChangesPath
1.1  
src/patchsets/binutils/2.26.1/00_all_0001-Add-mips-and-s390-build-targets-for-gold.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.26.1/00_all_0001-Add-mips-and-s390-build-targets-for-gold.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.26.1/00_all_0001-Add-mips-and-s390-build-targets-for-gold.patch?rev=1.1=text/plain

Index: 00_all_0001-Add-mips-and-s390-build-targets-for-gold.patch
===
>From 8f711d3426e1157e8faa83b3d7e6f4c0ad8bb440 Mon Sep 17 00:00:00 2001
From: Cary Coutant 
Date: Thu, 17 Mar 2016 15:37:10 -0700
Subject: [PATCH] Add mips and s390 build targets for gold.

* configure.ac: Add mips and s390 to the gold target check.
* configure: Regenerate.

(cherry picked from commit ea01647092eefeca9336b36809962ff097306b41)
---
 configure| 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4977d97e770b..606385461e44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,7 +351,7 @@ case "${ENABLE_GOLD}" in
   # Check for target supported by gold.
   case "${target}" in
 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-| aarch64*-*-* | tilegx*-*-*)
+| aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
  configdirs="$configdirs gold"
  if test x${ENABLE_GOLD} = xdefault; then
default_ld=gold
diff --git a/configure b/configure
index 34b66f7ea123..09b01f1769bb 100755
--- a/configure
+++ b/configure
@@ -2972,7 +2972,7 @@ case "${ENABLE_GOLD}" in
   # Check for target supported by gold.
   case "${target}" in
 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-| aarch64*-*-* | tilegx*-*-*)
+| aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
  configdirs="$configdirs gold"
  if test x${ENABLE_GOLD} = xdefault; then
default_ld=gold
-- 
2.8.0.rc3.226.g39d4020




1.1  
src/patchsets/binutils/2.26.1/00_all_0002-ld-Add-a-linker-configure-option-enable-relro.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.26.1/00_all_0002-ld-Add-a-linker-configure-option-enable-relro.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.26.1/00_all_0002-ld-Add-a-linker-configure-option-enable-relro.patch?rev=1.1=text/plain

Index: 00_all_0002-ld-Add-a-linker-configure-option-enable-relro.patch
===
>From 68ead870a7388dd4833ea22135ca50e5f82d4ca5 Mon Sep 17 00:00:00 2001
From: "H.J. Lu" 
Date: Wed, 22 Jun 2016 05:37:24 -0700
Subject: [PATCH] ld: Add a linker configure option --enable-relro

Add a configure option --enable-relro to decide whether -z relro should
be enabled in ELF linker by default.  Default to yes for all Linux
targets, except FRV, HPPA, IA64 and MIPS, since many relro tests fail
on these targets.

PR ld/20283
* NEWS: Mention --enable-relro.
* configure.ac: Add --enable-relro.
(DEFAULT_LD_Z_RELRO): New.  Set by --enable-relro.
* configure.tgt (ac_default_ld_z_relro): Default it to 1 for
some Linux targets.
* config.in: Regenerated.
* configure: Likewise.
* emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
link_info.relro to DEFAULT_LD_Z_RELRO.
* testsuite/config/default.exp (ld_elf_shared_opt): New.
* testsuite/lib/ld-lib.exp (run_dump_test): Pass
$ld_elf_shared_opt to ld for ELF targets with shared object
support.
(run_ld_link_tests): Likewise.

(cherry picked from commit 647e4d46495f2bfb0950fd1066c8a660173cca40)
---
 ld/config.in|  3 +++
 ld/configure| 22 ++
 ld/configure.ac | 18 ++
 ld/configure.tgt 

[gentoo-commits] gentoo commit in src/patchsets/binutils/2.26.1: - New directory

2016-07-03 Thread Mike Frysinger (vapier)
vapier  16/07/04 05:57:18

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/binutils/2.26.1 added to the 
repository



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

2016-07-03 Thread Robin H. Johnson
commit: f99593cc304527d7b3cc5e964ffad51556e1434c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jul  4 05:03:46 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jul  4 05:04:11 2016 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f99593cc

x86_64: updated networking

Many new servers ship with 10GbE cards only, and having those drivers in
the install media initramfs can be very useful for installing; so
include them if they get built.

Also include support for bonding, vxlan and macvlan for their increased
frequency and similar booting cases.

Signed-off-by: Robin H. Johnson  gentoo.org>

 arch/x86_64/modules_load | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
index 4d6429f..451eaa0 100644
--- a/arch/x86_64/modules_load
+++ b/arch/x86_64/modules_load
@@ -14,7 +14,7 @@ MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old 
arcmsr BusLogic ncr53
 MODULES_WAITSCAN="scsi_wait_scan"
 
 # Hardware (Network)
-MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3"
+MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3 
macvlan vxlan bonding vxge cxgb4 cxgb cxgb3 tulip samsung-sxgbe ixgbe ixgb"
 
 # iSCSI support
 MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"



[gentoo-commits] proj/genkernel:master commit in: arch/um/, defaults/, arch/mips/, netboot/

2016-07-03 Thread Robin H. Johnson
commit: d975f1794ddd95a874285dd2902e3d6db77180f6
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jul  4 05:13:53 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jul  4 05:13:56 2016 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d975f179

busybox: always include printf.

Commit cc02d07dedbc737855ec0711dd52d4654c9a7404 switched to more use of
printf, but we need to ensure it's always included in busybox to be
safely used.

Signed-off-by: Robin H. Johnson  gentoo.org>

 arch/mips/nb-busybox.cf | 2 +-
 arch/um/busy-config | 2 +-
 defaults/busy-config| 2 +-
 netboot/busy-config | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/mips/nb-busybox.cf b/arch/mips/nb-busybox.cf
index 6053e5c..2dd1826 100644
--- a/arch/mips/nb-busybox.cf
+++ b/arch/mips/nb-busybox.cf
@@ -163,7 +163,7 @@ CONFIG_NICE=y
 # CONFIG_NOHUP is not set
 # CONFIG_OD is not set
 CONFIG_PRINTENV=y
-# CONFIG_PRINTF is not set
+CONFIG_PRINTF=y
 CONFIG_PWD=y
 # CONFIG_REALPATH is not set
 CONFIG_RM=y

diff --git a/arch/um/busy-config b/arch/um/busy-config
index c543820..7179e42 100644
--- a/arch/um/busy-config
+++ b/arch/um/busy-config
@@ -104,7 +104,7 @@ CONFIG_MKDIR=y
 CONFIG_MKNOD=y
 CONFIG_MV=y
 # CONFIG_OD is not set
-# CONFIG_PRINTF is not set
+CONFIG_PRINTF=y
 CONFIG_PWD=y
 # CONFIG_REALPATH is not set
 CONFIG_RM=y

diff --git a/defaults/busy-config b/defaults/busy-config
index c3a4238..d1eac0f 100644
--- a/defaults/busy-config
+++ b/defaults/busy-config
@@ -245,7 +245,7 @@ CONFIG_MV=y
 # CONFIG_NOHUP is not set
 # CONFIG_OD is not set
 # CONFIG_PRINTENV is not set
-# CONFIG_PRINTF is not set
+CONFIG_PRINTF=y
 CONFIG_PWD=y
 CONFIG_READLINK=y
 # CONFIG_FEATURE_READLINK_FOLLOW is not set

diff --git a/netboot/busy-config b/netboot/busy-config
index d4b9e29..2d88403 100644
--- a/netboot/busy-config
+++ b/netboot/busy-config
@@ -196,7 +196,7 @@ CONFIG_NICE=y
 # CONFIG_NOHUP is not set
 # CONFIG_OD is not set
 CONFIG_PRINTENV=y
-# CONFIG_PRINTF is not set
+CONFIG_PRINTF=y
 CONFIG_PWD=y
 CONFIG_READLINK=y
 # CONFIG_FEATURE_READLINK_FOLLOW is not set



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-deps/

2016-07-03 Thread Nicolas Bock
commit: 9d222ad30ef25c872ba3beafef9efbd6a7f1b38d
Author: Nicolas Bock  gentoo  org>
AuthorDate: Sun Jul  3 06:58:03 2016 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Mon Jul  4 05:02:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d222ad3

dev-vcs/git-deps: Added first draft of enabling server mode

Package-Manager: portage-2.2.28

 dev-vcs/git-deps/git-deps-.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-vcs/git-deps/git-deps-.ebuild 
b/dev-vcs/git-deps/git-deps-.ebuild
index d8c27be..3058952 100644
--- a/dev-vcs/git-deps/git-deps-.ebuild
+++ b/dev-vcs/git-deps/git-deps-.ebuild
@@ -18,7 +18,9 @@ LICENSE="GPL-2"
 SLOT="0"
 
 RDEPEND="
+   dev-python/flask
dev-python/pygit2
+   net-libs/nodejs
${PYTHON_DEPS}
"
 DEPEND="${RDEPEND}"
@@ -27,3 +29,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 src_install() {
python_foreach_impl python_newexe git-deps.py git-deps
 }
+
+pkg_postinst() {
+   einfo "Please run 'npm install browserify' to use git-deps with the web 
UI."
+}



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

2016-07-03 Thread Hans de Graaff
commit: f6b34430374f52f0ed3425195219a4a28daf0bb3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  4 04:47:34 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  4 04:47:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b34430

dev-ruby/simplecov: add 0.12.0

Package-Manager: portage-2.2.28

 dev-ruby/simplecov/Manifest|  1 +
 dev-ruby/simplecov/simplecov-0.12.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/simplecov/Manifest b/dev-ruby/simplecov/Manifest
index 2923961..3ca9b11 100644
--- a/dev-ruby/simplecov/Manifest
+++ b/dev-ruby/simplecov/Manifest
@@ -1 +1,2 @@
 DIST simplecov-0.11.2.gem 54784 SHA256 
82e330864f84955d6c443e7d233474e91731b2850ba35b21997a8aad798712dc SHA512 
c93ea47a6e3c9b62fd83adf1e480da66fc82ce50106b1749a9d94b7e90ef2aaf34c14c67b1ac12268765695da62895b12f060051a05c26dac41ed7df7575e3f3
 WHIRLPOOL 
34b891f608fcf3c2d021a96952be0f19c45b643ee8b5d58dfb102f8211a1fbd07e6a8a54a296a8ef0ae39f22bfcf797aad9ea979e1a9d0654335c272cec33be2
+DIST simplecov-0.12.0.gem 54784 SHA256 
7de16175818d86c71b75deb81f141eaf1ce231244a90135815f50b6c5df6d039 SHA512 
759a7aae2552deb5f1e213c7547f688a34d56e7baa9ce914b25ae8e43515b09e90d15ce9de5b651bc70a439beed4041f0c8c7c3dc0113dedfb7bcb80dacf9edd
 WHIRLPOOL 
08a3186c543ffbb274ee96690f4bfd5f18f4c2b4bd4ee4eca71369ab027c557adbea7c5124ce72b7ceedee851149595a7e0b4549deff55df91ac14049046a5cd

diff --git a/dev-ruby/simplecov/simplecov-0.12.0.ebuild 
b/dev-ruby/simplecov/simplecov-0.12.0.ebuild
new file mode 100644
index 000..33cfef0
--- /dev/null
+++ b/dev-ruby/simplecov/simplecov-0.12.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Code coverage with a configuration library and merging across 
test suites"
+HOMEPAGE="https://www.ruby-toolbox.com/projects/simplecov 
https://github.com/colszowka/simplecov;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0.8"
+IUSE="doc"
+
+ruby_add_rdepend ">=dev-ruby/json-1.8 =dev-ruby/docile-1.1.0"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   dev-ruby/test-unit:2
+   dev-util/cucumber
+   dev-util/aruba
+   dev-ruby/capybara
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/ s:^:#:' spec/helper.rb features/support/env.rb 
|| die
+}
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec spec/*spec.rb || die
+
+#  ${RUBY} -S cucumber features || die
+}



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

2016-07-03 Thread Hans de Graaff
commit: 4fa1b5bf8f438a696545b749c2e2651ab4c0fa3d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  4 04:41:56 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  4 04:41:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa1b5bf

dev-ruby/seed-fu: add 2.3.6

Package-Manager: portage-2.2.28

 dev-ruby/seed-fu/Manifest |  1 +
 dev-ruby/seed-fu/seed-fu-2.3.6.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/seed-fu/Manifest b/dev-ruby/seed-fu/Manifest
index 674046a..5c26645 100644
--- a/dev-ruby/seed-fu/Manifest
+++ b/dev-ruby/seed-fu/Manifest
@@ -1 +1,2 @@
 DIST seed-fu-2.3.5.tar.gz 13158 SHA256 
6e7c996116102c36c27100716ce081ee492745448430f3366515114474874fde SHA512 
1a0f91ae7a357789d2be57de89d57fb9e76552532f5cf2e3b933b6c67a46e42c54de260fdc0a68fa03bf9e59dc25ac019b959ac5ba178b1a1674559fbc1a9a89
 WHIRLPOOL 
4f3e643bc87666906c96a7bdc3f7d6dd69175bcc15d974775d4935382111faa67301447dd92cf9731a83be36f487455e6dbeee61b539981028b96cced4fc3b24
+DIST seed-fu-2.3.6.tar.gz 13177 SHA256 
dd6bca1e045eb5d6c4409741a297806da885dcbc55cd9adbb99c5eebcdbddfb7 SHA512 
90affb04a0a9b6917501e4961888cba6a13b0b779ca9d11481bad2267db05666467448cc58df995da71718ad46c744301de3bbbaa3edce6b1eb8884207d54771
 WHIRLPOOL 
14dfe69ed46e6fa0396697d02368f4b40b55a8b2cfa81aa3515999fcd49b58a113e72410d34650901443c58d2f8277d3b2526ef03482afd7a28de416bae5d82b

diff --git a/dev-ruby/seed-fu/seed-fu-2.3.6.ebuild 
b/dev-ruby/seed-fu/seed-fu-2.3.6.ebuild
new file mode 100644
index 000..acfd7c4
--- /dev/null
+++ b/dev-ruby/seed-fu/seed-fu-2.3.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Advanced seed data handling for Rails"
+HOMEPAGE="https://github.com/mbleigh/seed-fu;
+SRC_URI="https://github.com/mbleigh/${PN}/archive/v.${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RUBY_S="${PN}-v.${PV}"
+
+ruby_add_rdepend "
+   >=dev-ruby/activerecord-3.1:*
+   >=dev-ruby/activesupport-3.1:*"
+ruby_add_bdepend "test? ( dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' spec/spec_helper.rb || die "sed failed"
+}



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

2016-07-03 Thread Yixun Lan
commit: a1df494121b3fe1099eb622b3880628bd596d079
Author: Marshall Brewer  sina  cn>
AuthorDate: Sat Jul  2 15:58:18 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jul  4 03:07:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1df4941

dev-python/protobuf-python: version bump 3.0.0_beta3_p1

- changed subslot to 0/10b3 to correspond with protobuf

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1816

Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/protobuf-python/Manifest  | 2 +-
 ...thon-3.0.0_beta3.ebuild => protobuf-python-3.0.0_beta3_p1.ebuild} | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/protobuf-python/Manifest 
b/dev-python/protobuf-python/Manifest
index 2e9b096..464268a 100644
--- a/dev-python/protobuf-python/Manifest
+++ b/dev-python/protobuf-python/Manifest
@@ -1 +1 @@
-DIST protobuf-3.0.0_beta3.tar.gz 3654440 SHA256 
d8d11564ff4085e7095cf5601fdc094946e6dbb0085863829668eb3a50b1ae0d SHA512 
b8e0e73ab03d18b6715d875aff8552a603d46feaa5b7b4fb225ba841ff917381bdecf5083202ec1753fd1e82a8d0281937fba6d0f0928261a68c035f509360fd
 WHIRLPOOL 
dbc8896a0b1bb92a5e0a586c6952c7b32b2c0cfce03ed5c2f39634d038977f50fbc3b2e9297944316f73d258d21b6766a4fae8f86b65e096f92ed93b0bf1615e
+DIST protobuf-3.0.0_beta3_p1.tar.gz 3673779 SHA256 
494726c9a6a45a20cd085795a26e4f05627e9b3b1fa5ab21a8b0edc5db8173dc SHA512 
bebe655ffa6f8dd9bfbf4d2fcce160de6d45f50fd802b8907833cde3f232b7b44186d06fe9cc01ed5dc7b4a040fd3069e2ec7d2704da596e8d3af80f8dba7e8b
 WHIRLPOOL 
d35dca8e402741e4d30c9c787f5927c7fe7f22619ddb3ca20d302c27fbeb929cecd55cc7e6785b28acb76c89893d2baf7fce3f685a3f186006e1e30a2901ae1b

diff --git a/dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.0.0_beta3_p1.ebuild
similarity index 91%
rename from dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild
rename to dev-python/protobuf-python/protobuf-python-3.0.0_beta3_p1.ebuild
index 6e1efb2..6cc1979 100644
--- a/dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.0.0_beta3_p1.ebuild
@@ -9,13 +9,14 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
 inherit distutils-r1
 
 MY_PV=${PV/_beta/-beta-}
+MY_PV=${MY_PV/_p/.}
 
 DESCRIPTION="Google's Protocol Buffers - official Python bindings"
 HOMEPAGE="https://github.com/google/protobuf/ 
https://developers.google.com/protocol-buffers/;
 SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> 
protobuf-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0/10"
+SLOT="0/10b3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
@@ -30,7 +31,7 @@ DEPEND="${RDEPEND}
dev-python/six[${PYTHON_USEDEP}]"
 S="${WORKDIR}/protobuf-${MY_PV}/python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-PATCHES=( "${FILESDIR}/${P}-link-against-installed-lib.patch" )
+PATCHES=( "${FILESDIR}/${PN}-3.0.0_beta3-link-against-installed-lib.patch" )
 
 python_test() {
distutils_install_for_testing



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

2016-07-03 Thread Yixun Lan
commit: 842bba13133c19720953a8d420400b3de075ec5e
Author: Marshall Brewer  sina  cn>
AuthorDate: Sat Jul  2 16:01:03 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jul  4 03:07:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842bba13

dev-libs/protobuf: version bump 3.0.0_beta3_p1

- moved -DGOOGLE_PROTOBUF_NO_RTTI from append-cxxflags to append-cppflags
- changed subslot to 0/10b3 to trigger rebuilds of problematic consumer
  protobuf-c

Package-Manager: portage-2.3.0
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=586972
Closes: https://github.com/gentoo/gentoo/pull/1816

Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/protobuf/Manifest   | 2 +-
 .../{protobuf-3.0.0_beta3.ebuild => protobuf-3.0.0_beta3_p1.ebuild}  | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/protobuf/Manifest b/dev-libs/protobuf/Manifest
index 9ef6e17..7701631 100644
--- a/dev-libs/protobuf/Manifest
+++ b/dev-libs/protobuf/Manifest
@@ -1,3 +1,3 @@
 DIST protobuf-2.5.0.tar.bz2 1866763 SHA256 
13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 SHA512 
5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee
 WHIRLPOOL 
7e6786e1f20bf253d0e386a95c2bbfe1b443f484d492f97552cadcea62c24461436aa88130e3ff20b4dc9f352c101458cb8c03686f1cc4e6e2133b6e78f5b70d
 DIST protobuf-2.6.1.tar.bz2 2021416 SHA256 
ee445612d544d885ae240ffbcbf9267faa9f593b7b101f21d58beceb92661910 SHA512 
8b092b87fcd79223db199cd3d330f3d43689b47f345aa4e34028dcf1680d609a5d5a89ab08588e817b566d3b265834c38f1db580bc1c144b512ce74d35f2a174
 WHIRLPOOL 
b8d7f5e6b85670520435fd1107eb67035c822c2dad9689dadc29754de3bf8076ac256cf3fe3e719e99c0ccb03ed78edecb91afbe96b611073b60ae3fb3f29b1a
-DIST protobuf-3.0.0_beta3.tar.gz 3654440 SHA256 
d8d11564ff4085e7095cf5601fdc094946e6dbb0085863829668eb3a50b1ae0d SHA512 
b8e0e73ab03d18b6715d875aff8552a603d46feaa5b7b4fb225ba841ff917381bdecf5083202ec1753fd1e82a8d0281937fba6d0f0928261a68c035f509360fd
 WHIRLPOOL 
dbc8896a0b1bb92a5e0a586c6952c7b32b2c0cfce03ed5c2f39634d038977f50fbc3b2e9297944316f73d258d21b6766a4fae8f86b65e096f92ed93b0bf1615e
+DIST protobuf-3.0.0_beta3_p1.tar.gz 3673779 SHA256 
494726c9a6a45a20cd085795a26e4f05627e9b3b1fa5ab21a8b0edc5db8173dc SHA512 
bebe655ffa6f8dd9bfbf4d2fcce160de6d45f50fd802b8907833cde3f232b7b44186d06fe9cc01ed5dc7b4a040fd3069e2ec7d2704da596e8d3af80f8dba7e8b
 WHIRLPOOL 
d35dca8e402741e4d30c9c787f5927c7fe7f22619ddb3ca20d302c27fbeb929cecd55cc7e6785b28acb76c89893d2baf7fce3f685a3f186006e1e30a2901ae1b

diff --git a/dev-libs/protobuf/protobuf-3.0.0_beta3.ebuild 
b/dev-libs/protobuf/protobuf-3.0.0_beta3_p1.ebuild
similarity index 97%
rename from dev-libs/protobuf/protobuf-3.0.0_beta3.ebuild
rename to dev-libs/protobuf/protobuf-3.0.0_beta3_p1.ebuild
index fd536b1..4194c06 100644
--- a/dev-libs/protobuf/protobuf-3.0.0_beta3.ebuild
+++ b/dev-libs/protobuf/protobuf-3.0.0_beta3_p1.ebuild
@@ -10,13 +10,14 @@ inherit python-r1 autotools flag-o-matic toolchain-funcs 
elisp-common multilib-m
 # If you bump this package, also consider bumping the official language 
bindings!
 # At the current time these are java and python.
 MY_PV=${PV/_beta/-beta-}
+MY_PV=${MY_PV/_p/.}
 
 DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding 
structured data"
 HOMEPAGE="https://github.com/google/protobuf/ 
https://developers.google.com/protocol-buffers/;
 SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0/10"
+SLOT="0/10b3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="emacs examples java python static-libs test vim-syntax zlib"
 
@@ -32,7 +33,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.5.0-emacs-24.4.patch"
"${FILESDIR}/${PN}-3.0.0_beta2-disable-local-gmock.patch" )
 
 src_prepare() {
-   append-cxxflags -DGOOGLE_PROTOBUF_NO_RTTI
+   append-cppflags -DGOOGLE_PROTOBUF_NO_RTTI
default
eautoreconf
 }



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

2016-07-03 Thread Yixun Lan
commit: 1688e3c5fea6bdae45edd230ca607ea99cae50e0
Author: Marshall Brewer  sina  cn>
AuthorDate: Sat Jul  2 15:59:59 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jul  4 03:07:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1688e3c5

dev-java/protobuf-java: version bump 3.0.0_beta3_p1

changed subslot to 0/10b3 to correspond with protobuf

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1816

Signed-off-by: Yixun Lan  gentoo.org>

 dev-java/protobuf-java/Manifest| 2 +-
 ...buf-java-3.0.0_beta3.ebuild => protobuf-java-3.0.0_beta3_p1.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-java/protobuf-java/Manifest b/dev-java/protobuf-java/Manifest
index 2e9b096..464268a 100644
--- a/dev-java/protobuf-java/Manifest
+++ b/dev-java/protobuf-java/Manifest
@@ -1 +1 @@
-DIST protobuf-3.0.0_beta3.tar.gz 3654440 SHA256 
d8d11564ff4085e7095cf5601fdc094946e6dbb0085863829668eb3a50b1ae0d SHA512 
b8e0e73ab03d18b6715d875aff8552a603d46feaa5b7b4fb225ba841ff917381bdecf5083202ec1753fd1e82a8d0281937fba6d0f0928261a68c035f509360fd
 WHIRLPOOL 
dbc8896a0b1bb92a5e0a586c6952c7b32b2c0cfce03ed5c2f39634d038977f50fbc3b2e9297944316f73d258d21b6766a4fae8f86b65e096f92ed93b0bf1615e
+DIST protobuf-3.0.0_beta3_p1.tar.gz 3673779 SHA256 
494726c9a6a45a20cd085795a26e4f05627e9b3b1fa5ab21a8b0edc5db8173dc SHA512 
bebe655ffa6f8dd9bfbf4d2fcce160de6d45f50fd802b8907833cde3f232b7b44186d06fe9cc01ed5dc7b4a040fd3069e2ec7d2704da596e8d3af80f8dba7e8b
 WHIRLPOOL 
d35dca8e402741e4d30c9c787f5927c7fe7f22619ddb3ca20d302c27fbeb929cecd55cc7e6785b28acb76c89893d2baf7fce3f685a3f186006e1e30a2901ae1b

diff --git a/dev-java/protobuf-java/protobuf-java-3.0.0_beta3.ebuild 
b/dev-java/protobuf-java/protobuf-java-3.0.0_beta3_p1.ebuild
similarity index 98%
rename from dev-java/protobuf-java/protobuf-java-3.0.0_beta3.ebuild
rename to dev-java/protobuf-java/protobuf-java-3.0.0_beta3_p1.ebuild
index abaadaa..e8a1e75 100644
--- a/dev-java/protobuf-java/protobuf-java-3.0.0_beta3.ebuild
+++ b/dev-java/protobuf-java/protobuf-java-3.0.0_beta3_p1.ebuild
@@ -8,13 +8,14 @@ JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 java-pkg-simple
 
 MY_PV=${PV/_beta/-beta-}
+MY_PV=${MY_PV/_p/.}
 
 DESCRIPTION="Google's Protocol Buffers - official Java Bindings"
 HOMEPAGE="https://github.com/google/protobuf/ 
https://developers.google.com/protocol-buffers/;
 SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> 
protobuf-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0/10"
+SLOT="0/10b3"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~sh ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos"
 IUSE="nano"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/scite/

2016-07-03 Thread Göktürk Yüksek
commit: b970ad2bf09d6cdfd04dd76db5a71ed078f8d2b7
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 23:34:01 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jul  4 00:03:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b970ad2b

app-editors/scite: revbump to fix vdb breakage

Commit aa9fbd757f0eb2345f1702affb3ada5352cfad2f changes the slot
dependency for one of the packages in RDEPEND in place. Revbump to fix
possible vdb breakage.

Package-Manager: portage-2.2.28

 app-editors/scite/{scite-3.6.2.ebuild => scite-3.6.2-r1.ebuild} | 0
 app-editors/scite/{scite-3.6.4.ebuild => scite-3.6.4-r1.ebuild} | 0
 app-editors/scite/{scite-3.6.5.ebuild => scite-3.6.5-r1.ebuild} | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-editors/scite/scite-3.6.2.ebuild 
b/app-editors/scite/scite-3.6.2-r1.ebuild
similarity index 100%
rename from app-editors/scite/scite-3.6.2.ebuild
rename to app-editors/scite/scite-3.6.2-r1.ebuild

diff --git a/app-editors/scite/scite-3.6.4.ebuild 
b/app-editors/scite/scite-3.6.4-r1.ebuild
similarity index 100%
rename from app-editors/scite/scite-3.6.4.ebuild
rename to app-editors/scite/scite-3.6.4-r1.ebuild

diff --git a/app-editors/scite/scite-3.6.5.ebuild 
b/app-editors/scite/scite-3.6.5-r1.ebuild
similarity index 100%
rename from app-editors/scite/scite-3.6.5.ebuild
rename to app-editors/scite/scite-3.6.5-r1.ebuild



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

2016-07-03 Thread Göktürk Yüksek
commit: b6ed47fc578522a2fe79c00af487167ceb5808b3
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 23:24:10 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jul  4 00:03:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ed47fc

dev-python/minidb: revbump to fix vdb breakage

Commit 85dab0e18944605c7417a6f758edcf4f3021b910 adds PYTHON_REQ_USE in
place which introduces a new runtime dependency on python. Revbump to
fix possible vdb breakage.

Package-Manager: portage-2.2.28

 dev-python/minidb/{minidb-2.0.1.ebuild => minidb-2.0.1-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/minidb/minidb-2.0.1.ebuild 
b/dev-python/minidb/minidb-2.0.1-r1.ebuild
similarity index 100%
rename from dev-python/minidb/minidb-2.0.1.ebuild
rename to dev-python/minidb/minidb-2.0.1-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-video/openshot/

2016-07-03 Thread Göktürk Yüksek
commit: 71d6391bc781baebf7bddfbafa4dc65c55c4dc26
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 23:26:52 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jul  4 00:03:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d6391b

media-video/openshot: revbump to fix vdb breakage

Commit 3279c3bd1ca2574de59af1a6abd7cc17e5233557 adds a package to
RDEPEND in place. Revbump to fix possible vdb breakage.

Package-Manager: portage-2.2.28

 media-video/openshot/{openshot-2.0.6.ebuild => openshot-2.0.6-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-video/openshot/openshot-2.0.6.ebuild 
b/media-video/openshot/openshot-2.0.6-r1.ebuild
similarity index 100%
rename from media-video/openshot/openshot-2.0.6.ebuild
rename to media-video/openshot/openshot-2.0.6-r1.ebuild



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

2016-07-03 Thread Göktürk Yüksek
commit: c7710e95b3c238ca8509cfb845fc774392b54761
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 23:41:49 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jul  4 00:03:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7710e95

app-text/sigil: fix license, remove unused inherit, add missing dep

- The correct license is GPL-3+ according to [0]
- Inherit on eutils isn't required
- Missing dep on unzip

[0] https://github.com/Sigil-Ebook/Sigil/blob/master/src/main.cpp#L10

Package-Manager: portage-2.2.28

 app-text/sigil/sigil-0.8.7-r1.ebuild | 6 +++---
 app-text/sigil/sigil-0.9.5-r1.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-text/sigil/sigil-0.8.7-r1.ebuild 
b/app-text/sigil/sigil-0.8.7-r1.ebuild
index 6b75376..134769c 100644
--- a/app-text/sigil/sigil-0.8.7-r1.ebuild
+++ b/app-text/sigil/sigil-0.8.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ CMAKE_MIN_VERSION="3.0"
 
 # This ebuild could use some python checks, as sigil contains python plugin 
architecture.
 
-inherit eutils cmake-utils
+inherit cmake-utils
 
 MY_PN="Sigil"
 
@@ -15,7 +15,7 @@ DESCRIPTION="Sigil is a multi-platform WYSIWYG ebook editor 
for ePub format"
 HOMEPAGE="http://sigil-ebook.com/;
 SRC_URI="https://github.com/Sigil-Ebook/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/app-text/sigil/sigil-0.9.5-r1.ebuild 
b/app-text/sigil/sigil-0.9.5-r1.ebuild
index 9a890d2..f07c613 100644
--- a/app-text/sigil/sigil-0.9.5-r1.ebuild
+++ b/app-text/sigil/sigil-0.9.5-r1.ebuild
@@ -7,7 +7,7 @@ CMAKE_MIN_VERSION="3.0"
 
 PYTHON_COMPAT=( python3_4 python3_5 )
 
-inherit eutils cmake-utils python-single-r1
+inherit cmake-utils python-single-r1
 
 my_pn="Sigil"
 
@@ -15,7 +15,7 @@ DESCRIPTION="Sigil is a multi-platform WYSIWYG ebook editor 
for ePub format"
 HOMEPAGE="http://sigil-ebook.com/;
 
SRC_URI="https://github.com/Sigil-Ebook/${my_pn}/releases/download/${PV}/${my_pn}-${PV}-Code.zip;
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
@@ -45,6 +45,7 @@ DEPEND="${RDEPEND}
>=sys-devel/gcc-4.8
virtual/pkgconfig
>=dev-qt/linguist-tools-5.4:5
+   app-arch/unzip
 "
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: media-video/openshot/

2016-07-03 Thread Göktürk Yüksek
commit: a0f613f9e291237eea8fcbed7aa407aca9cd37af
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 23:55:32 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jul  4 00:04:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f613f9

media-video/openshot: fix license, HOMEPAGE

The correct license is GPL3+ according to [0].

[0] 
http://bazaar.launchpad.net/~openshot.code/openshot/main/view/head:/openshot/openshot.py#L10

Package-Manager: portage-2.2.28

 media-video/openshot/openshot-2.0.6-r1.ebuild | 4 ++--
 media-video/openshot/openshot-2.0.7-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-video/openshot/openshot-2.0.6-r1.ebuild 
b/media-video/openshot/openshot-2.0.6-r1.ebuild
index e492b10..b9338fe 100644
--- a/media-video/openshot/openshot-2.0.6-r1.ebuild
+++ b/media-video/openshot/openshot-2.0.6-r1.ebuild
@@ -14,10 +14,10 @@ MY_PN="${PN}-qt"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Free, open-source, non-linear video editor to create and edit 
videos and movies"
-HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot;
+HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot;
 SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 
1-2)/${PV}/+download/${MY_P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="1"
 KEYWORDS="~amd64 ~x86"
 

diff --git a/media-video/openshot/openshot-2.0.7-r1.ebuild 
b/media-video/openshot/openshot-2.0.7-r1.ebuild
index 01ff0a1..14ce333 100644
--- a/media-video/openshot/openshot-2.0.7-r1.ebuild
+++ b/media-video/openshot/openshot-2.0.7-r1.ebuild
@@ -14,10 +14,10 @@ MY_PN="${PN}-qt"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Free, open-source, non-linear video editor to create and edit 
videos and movies"
-HOMEPAGE="http://www.openshot.org/ https://launchpad.net/libopenshot;
+HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot;
 SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 
1-2)/${PV}/+download/${MY_P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="1"
 KEYWORDS="~amd64 ~x86"
 



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

2016-07-03 Thread Göktürk Yüksek
commit: 1e81deb0d3c80e070ad9f2146e46f6a3b8358165
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 23:16:54 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jul  4 00:03:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e81deb0

app-text/sigil: revbump to fix vdb breakage

Commit 4219ef5e126e9f93a8950bf064d508421c910099 removes packages from
RDEPEND in place. Revbump to fix possible vdb breakage.

Package-Manager: portage-2.2.28

 app-text/sigil/{sigil-0.9.5.ebuild => sigil-0.9.5-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-text/sigil/sigil-0.9.5.ebuild 
b/app-text/sigil/sigil-0.9.5-r1.ebuild
similarity index 100%
rename from app-text/sigil/sigil-0.9.5.ebuild
rename to app-text/sigil/sigil-0.9.5-r1.ebuild



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

2016-07-03 Thread Zac Medico
commit: c19292c68540a2e5dfb11dc476bb319ac12f2b96
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul  3 22:57:52 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul  3 23:01:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19292c6

net-im/bitlbee: add ${EPREFIX} to configure args

Package-Manager: portage-2.3.0

 net-im/bitlbee/bitlbee-3.4.2.ebuild | 6 --
 net-im/bitlbee/bitlbee-.ebuild  | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-im/bitlbee/bitlbee-3.4.2.ebuild 
b/net-im/bitlbee/bitlbee-3.4.2.ebuild
index dceb0c2..8a75327 100644
--- a/net-im/bitlbee/bitlbee-3.4.2.ebuild
+++ b/net-im/bitlbee/bitlbee-3.4.2.ebuild
@@ -133,8 +133,10 @@ src_configure() {
# NOTE: bitlbee's configure script is not an autotool creation,
# so that is why we don't use econf.
./configure \
-   --prefix=/usr --datadir=/usr/share/bitlbee \
-   --etcdir=/etc/bitlbee --plugindir=/usr/$(get_libdir)/bitlbee \
+   --prefix="${EPREFIX}/usr" \
+   --datadir="${EPREFIX}/usr/share/bitlbee" \
+   --etcdir="${EPREFIX}/etc/bitlbee" \
+   --plugindir="${EPREFIX}/usr/$(get_libdir)/bitlbee" \
--systemdsystemunitdir=$(systemd_get_unitdir) \
--doc=1 --strip=0 ${myconf} || die "econf failed"
 

diff --git a/net-im/bitlbee/bitlbee-.ebuild 
b/net-im/bitlbee/bitlbee-.ebuild
index dceb0c2..8a75327 100644
--- a/net-im/bitlbee/bitlbee-.ebuild
+++ b/net-im/bitlbee/bitlbee-.ebuild
@@ -133,8 +133,10 @@ src_configure() {
# NOTE: bitlbee's configure script is not an autotool creation,
# so that is why we don't use econf.
./configure \
-   --prefix=/usr --datadir=/usr/share/bitlbee \
-   --etcdir=/etc/bitlbee --plugindir=/usr/$(get_libdir)/bitlbee \
+   --prefix="${EPREFIX}/usr" \
+   --datadir="${EPREFIX}/usr/share/bitlbee" \
+   --etcdir="${EPREFIX}/etc/bitlbee" \
+   --plugindir="${EPREFIX}/usr/$(get_libdir)/bitlbee" \
--systemdsystemunitdir=$(systemd_get_unitdir) \
--doc=1 --strip=0 ${myconf} || die "econf failed"
 



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

2016-07-03 Thread Göktürk Yüksek
commit: 1e10dc0838571ac5a7de521e0cb036aeba2fefda
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 22:53:30 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  3 22:53:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e10dc08

sys-apps/roccat-tools: bump ebuild copyright year

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/roccat-tools/roccat-tools-3.9.0.ebuild 
b/sys-apps/roccat-tools/roccat-tools-3.9.0.ebuild
index 7aae56b..30616e5 100644
--- a/sys-apps/roccat-tools/roccat-tools-3.9.0.ebuild
+++ b/sys-apps/roccat-tools/roccat-tools-3.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/

2016-07-03 Thread Göktürk Yüksek
commit: 5912b53227153ff46b6ef2c4c5ad2fb77c8b80a0
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 22:57:03 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  3 22:57:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5912b532

app-dicts/myspell-ru: bump ebuild copyright year

Package-Manager: portage-2.2.28

 app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild 
b/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild
index a72273e..7cf515a 100644
--- a/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild
+++ b/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-07-03 Thread Göktürk Yüksek
commit: da7441dae78b721fe5b227d84d1570f6d1ac3f76
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 22:54:58 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  3 22:54:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7441da

dev-libs/libgaminggear: bump ebuild copyright year

Package-Manager: portage-2.2.28

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

diff --git a/dev-libs/libgaminggear/libgaminggear-0.11.2.ebuild 
b/dev-libs/libgaminggear/libgaminggear-0.11.2.ebuild
index e2cdc0d..2e0cc24 100644
--- a/dev-libs/libgaminggear/libgaminggear-0.11.2.ebuild
+++ b/dev-libs/libgaminggear/libgaminggear-0.11.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-07-03 Thread Göktürk Yüksek
commit: 1ab758a65966ca0ec3dd409d6859d9acb2a3b5d0
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul  3 22:50:24 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  3 22:50:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab758a6

dev-python/django-tastypie: bump ebuild copyright year

Package-Manager: portage-2.2.28

 dev-python/django-tastypie/django-tastypie-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild 
b/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild
index ca895ff..9a477d0 100644
--- a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild
+++ b/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] dev/jmbsvicetto:master commit in: www-apps/dokuwiki/

2016-07-03 Thread Jorge Manuel B. S. Vicetto
commit: 30f288892284841396419b939461f516fb78edd0
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Jul  3 22:28:38 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Jul  3 22:28:38 2016 +
URL:https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=30f28889

Add hotfix 20160626a.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/dokuwiki/Manifest  |  1 +
 www-apps/dokuwiki/dokuwiki-20160626a.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/www-apps/dokuwiki/Manifest b/www-apps/dokuwiki/Manifest
index 8a1623d..c1da57e 100644
--- a/www-apps/dokuwiki/Manifest
+++ b/www-apps/dokuwiki/Manifest
@@ -3,3 +3,4 @@ DIST dokuwiki-2014-09-29d.tgz 3283317 SHA256 
6fc6794e13c8e3fe07f5e02bd09cc3a1674
 DIST dokuwiki-2015-08-10.tgz 3399960 SHA256 
bdede4c71e95c1bd6a8daaa65e2ccfa8ef7372022504b9358f175df964f0a399 SHA512 
745edc9ff60d2d145936693a4c66cecc4059c88c6a6fdfcce28cac0f74896f43c9156a11469902be34f278e2138c61a2ee5a8547994bd9163816c25429d8eb1b
 WHIRLPOOL 
74b443432c9b30e4fcfe034a2898cec41ba2142775fe4ee1ae60def332aa572e04f8691914a329975a31d116fdb5e12af3b24d2552c7098ac20cc82c7d960603
 DIST dokuwiki-2015-08-10a.tgz 3406922 SHA256 
98f0868c0cf9fc6664b57f89149fa537b73222bcc010247771e4afc08c8199fd SHA512 
61108e7dbfa0ce6a142d9a77fbffbfc29cd0ed38ecd52558ab4043703a62d570c230d57822eeb6da2a9e34f6cbf72ac25416e7f97c55b5deae121f34393a9850
 WHIRLPOOL 
7d4a59669220b8b6abd632a4f074c2643c703d8c7f0c59293536f9f620af92e6a25e896fb48e084dd576456fc8399df53331606628288b97508b2950a3323a77
 DIST dokuwiki-2016-06-26.tgz 3463168 SHA256 
4d0cb8dc8b256b54e9412a8c1b73af13b079960920934085a4528e52b63eaa26 SHA512 
d118ece34c931905c4a0aa73b991a34430085f9d86d8d3541a3b41250ad714b80854937fb8588bef6ac7f15ac3f279bf28dd6cbea50d9c8552604eaee4898d44
 WHIRLPOOL 
bac42d15fb3488693eedff93491a2955205a0592cd8410f0e3c69fd1f2d708ad58d1fa4e0ef0a891e214698883dcfd4fb45cea32ac7e2ead575694eb612eb454
+DIST dokuwiki-2016-06-26a.tgz 3464161 SHA256 
dfdb243cc766482eeefd99e70215b289c9aa0bd8bee83068f438440d7b1a1ce6 SHA512 
5b0cb2efa0a1bc8d0601b7d19e34ac1d077522e9de2418fc0209a4162757833111e6fe659c5f2383143759a33b5613ad9783ebe42371b4c715ee5dc582b48249
 WHIRLPOOL 
0f381e629e9b810e98c46c3f89b98ddd1e716c63d71b9c1954e23c47ebcc3de9fbfdecda88be4022e750b24b2771b7f4ec0345bd76330daf315c4b9d070abe5a

diff --git a/www-apps/dokuwiki/dokuwiki-20160626a.ebuild 
b/www-apps/dokuwiki/dokuwiki-20160626a.ebuild
new file mode 100644
index 000..2060b51
--- /dev/null
+++ b/www-apps/dokuwiki/dokuwiki-20160626a.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit webapp
+
+# upstream uses dashes in the datestamp
+MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
+MY_PV="${MY_BASE_PV}${PV:8:1}"
+
+DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs."
+HOMEPAGE="http://wiki.splitbrain.org/wiki:dokuwiki;
+SRC_URI="http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="gd"
+
+DEPEND=""
+RDEPEND="
+   >=dev-lang/php-5.3[xml]
+   virtual/httpd-php:*
+   gd? ( ||
+   (
+   dev-lang/php[gd]
+   media-gfx/imagemagick
+   )
+   )
+"
+
+need_httpd_cgi
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+   # create initial changes file
+   touch data/changes.log
+}
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc README
+   rm -f README COPYING
+
+   docinto scripts
+   dodoc bin/*
+   rm -rf bin
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # Copy custom .htaccess that works with both apache 2.2 and 2.4
+   for dir in "conf" "data" "inc" "inc/lang"; do
+   insinto "${MY_HTDOCSDIR}/${dir}"
+   newins "${FILESDIR}/htaccess" ".htaccess"
+   done
+
+   # Use custom .htaccess.dist that works with both apache 2.2 and 2.4
+   insinto "${MY_HTDOCSDIR}/"
+   newins "${FILESDIR}/htaccess-dist" ".htaccess.dist"
+
+   for x in $(find data/ -not -name '.htaccess'); do
+   webapp_serverowned "${MY_HTDOCSDIR}"/${x}
+   done
+
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess.dist
+   webapp_configfile "${MY_HTDOCSDIR}"/conf
+
+   for x in $(find conf/ -not -name 'msg'); do
+   webapp_configfile "${MY_HTDOCSDIR}"/${x}
+   done
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   webapp_src_install
+}



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

2016-07-03 Thread Göktürk Yüksek
commit: 80e5033261032d6e950180c1081ac998894bafd7
Author: Alexander Golubev  gmail  com>
AuthorDate: Thu Jun 23 01:30:37 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  3 22:18:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e50332

media-sound/clementine: a couple dependency fixes

- Fix udisks version required
- Fix boost slot

Reviewed-by: David Seifert  gentoo.org>

 ...ine-1.3.1.ebuild => clementine-1.2.3-r1.ebuild} | 119 +++--
 ...ine-1.3.1.ebuild => clementine-1.3.1-r1.ebuild} |   4 +-
 media-sound/clementine/clementine-.ebuild  |   2 +-
 3 files changed, 63 insertions(+), 62 deletions(-)

diff --git a/media-sound/clementine/clementine-1.3.1.ebuild 
b/media-sound/clementine/clementine-1.2.3-r1.ebuild
similarity index 51%
copy from media-sound/clementine/clementine-1.3.1.ebuild
copy to media-sound/clementine/clementine-1.2.3-r1.ebuild
index d3af6df..5f728cb 100644
--- a/media-sound/clementine/clementine-1.3.1.ebuild
+++ b/media-sound/clementine/clementine-1.2.3-r1.ebuild
@@ -2,25 +2,25 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
+EAPI=5
 
 EGIT_REPO_URI="https://github.com/clementine-player/Clementine.git;
 
-LANGS=" af ar be bg bn br bs ca cs cy da de el en_CA en_GB eo es et eu fa fi 
fr ga gl he he_IL hi hr hu hy ia id is it ja ka kk ko lt lv mr ms my nb nl oc 
pa pl pt pt_BR ro ru si_LK sk sl sr sr@latin sv te tr tr_TR uk uz vi zh_CN 
zh_TW"
+LANGS=" af ar be bg bn br bs ca cs cy da de el en_CA en_GB eo es es_AR et eu 
fa fi fr ga gl he hi hr hu hy ia id is it ja ka kk ko lt lv mr ms nb nl oc pa 
pl pt pt_BR ro ru sk sl sr sr@latin sv te tr uk uz vi zh_CN zh_TW"
 
 inherit cmake-utils flag-o-matic fdo-mime gnome2-utils virtualx
-[[ ${PV} == ** ]] && inherit git-r3
+[[ ${PV} == ** ]] && inherit git-2
 
 DESCRIPTION="A modern music player and library organizer based on Amarok 1.4 
and Qt4"
 HOMEPAGE="http://www.clementine-player.org 
https://github.com/clementine-player/Clementine;
 [[ ${PV} == ** ]] || \
-SRC_URI="https://github.com/clementine-player/Clementine/archive/${PV/_}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://github.com/clementine-player/Clementine/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 [[ ${PV} == ** ]] || \
 KEYWORDS="~amd64 ~x86"
-IUSE="amazoncloud box cdda +dbus debug dropbox googledrive ipod lastfm mms 
moodbar mtp projectm pulseaudio skydrive test +udisks vkontakte wiimote"
+IUSE="ayatana box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar 
mtp projectm skydrive system-sqlite test ubuntu-one +udisks wiimote"
 IUSE+="${LANGS// / linguas_}"
 
 REQUIRED_USE="
@@ -28,72 +28,75 @@ REQUIRED_USE="
wiimote? ( dbus )
 "
 
+# qca dep is temporary for bug #489850
 COMMON_DEPEND="
-   dev-db/sqlite:=
+   app-crypt/qca:2[qt4(+)]
+   >=dev-qt/qtcore-4.5:4
+   >=dev-qt/qtgui-4.5:4
+   dbus? ( >=dev-qt/qtdbus-4.5:4 )
+   >=dev-qt/qtopengl-4.5:4
+   >=dev-qt/qtsql-4.5:4[sqlite]
+   system-sqlite? ( dev-db/sqlite:3[fts3(+)] )
+   >=media-libs/taglib-1.8[mp4]
>=dev-libs/glib-2.24.1-r1
dev-libs/libxml2
dev-libs/protobuf:=
dev-libs/qjson
-   >=dev-qt/qtcore-4.5:4
-   >=dev-qt/qtgui-4.5:4
-   >=dev-qt/qtopengl-4.5:4
-   >=dev-qt/qtsql-4.5:4
+   media-libs/libechonest:=
+   >=media-libs/libmygpo-qt-1.0.7
>=media-libs/chromaprint-0.6
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-libs/libechonest:=[qt4]
-   >=media-libs/libmygpo-qt-1.0.8
-   >=media-libs/taglib-1.8[mp4]
+   media-libs/gstreamer:0.10
+   media-libs/gst-plugins-base:0.10
sys-libs/zlib
-   dev-libs/crypto++
virtual/glu
virtual/opengl
x11-libs/libX11
+   ayatana? ( dev-libs/libindicate-qt )
cdda? ( dev-libs/libcdio )
-   dbus? ( >=dev-qt/qtdbus-4.5:4 )
ipod? ( >=media-libs/libgpod-0.8.0 )
lastfm? ( >=media-libs/liblastfm-1[qt4(+)] )
mtp? ( >=media-libs/libmtp-1.0.0 )
moodbar? ( sci-libs/fftw:3.0 )
-   projectm? ( media-libs/glew:=
-   >=media-libs/libprojectm-1.2.0 )
+   projectm? ( media-libs/glew:= )
 "
-# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is 
required; check if this can be overcome someway;
-# Libprojectm-1.2 seams to work fine, so no reasons to use bundled version; 
check the clementine's patches:
+# now only presets are used, libprojectm is internal
 # 
https://github.com/clementine-player/Clementine/tree/master/3rdparty/libprojectm/patches
-# Still possibly essential but not applied yet patches are:
-# 06-fix-numeric-locale.patch
-# 08-stdlib.h-for-rand.patch
+# r1966 "Compile with a static sqlite by default, since Qt 4.7 doesn't seem to 
expose the symbols we need to use FTS"
 RDEPEND="${COMMON_DEPEND}
-   dbus? ( udisks? ( sys-fs/udisks:2 ) )

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

2016-07-03 Thread Göktürk Yüksek
commit: 5fed2e48db334156e3241ed5e0f6bef75ae30a1f
Author: Alexander Golubev  gmail  com>
AuthorDate: Thu Jun 23 01:32:06 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  3 22:19:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fed2e48

media-sound/clementine: several enhancements in the live ebuild

- remove amazoncloud support due to removed in upstream
- add seafile sharing service support
- add udisks2 support
- remove dep upon media-libs/libechonest due to it is not required anymore

Reviewed-by: David Seifert  gentoo.org>

 media-sound/clementine/clementine-.ebuild | 13 -
 media-sound/clementine/metadata.xml   |  2 ++
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/media-sound/clementine/clementine-.ebuild 
b/media-sound/clementine/clementine-.ebuild
index 4edecab..b52c4d2 100644
--- a/media-sound/clementine/clementine-.ebuild
+++ b/media-sound/clementine/clementine-.ebuild
@@ -20,11 +20,12 @@ LICENSE="GPL-3"
 SLOT="0"
 [[ ${PV} == ** ]] || \
 KEYWORDS="~amd64 ~x86"
-IUSE="amazoncloud box cdda +dbus debug dropbox googledrive ipod lastfm mms 
moodbar mtp projectm pulseaudio skydrive test +udisks vkontakte wiimote"
+IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp 
projectm pulseaudio seafile skydrive test +udisks udisks_legacy vkontakte 
wiimote"
 IUSE+="${LANGS// / linguas_}"
 
 REQUIRED_USE="
udisks? ( dbus )
+   udisks_legacy? ( dbus )
wiimote? ( dbus )
 "
 
@@ -41,7 +42,6 @@ COMMON_DEPEND="
>=media-libs/chromaprint-0.6
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
-   media-libs/libechonest:=[qt4]
>=media-libs/libmygpo-qt-1.0.8
>=media-libs/taglib-1.8[mp4]
sys-libs/zlib
@@ -65,7 +65,8 @@ COMMON_DEPEND="
 # 06-fix-numeric-locale.patch
 # 08-stdlib.h-for-rand.patch
 RDEPEND="${COMMON_DEPEND}
-   dbus? ( udisks? ( sys-fs/udisks:2 ) )
+   dbus? ( udisks? ( sys-fs/udisks:2 )
+   udisks_legacy? ( sys-fs/udisks:0 ) )
mms? ( media-plugins/gst-plugins-libmms:1.0 )
mtp? ( gnome-base/gvfs )
media-plugins/gst-plugins-meta:1.0
@@ -78,10 +79,10 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
dev-qt/qttest:4
dev-cpp/gmock
-   amazoncloud? ( dev-cpp/sparsehash )
box? ( dev-cpp/sparsehash )
dropbox? ( dev-cpp/sparsehash )
googledrive? ( dev-cpp/sparsehash )
+   seafile? ( dev-cpp/sparsehash )
pulseaudio? ( media-sound/pulseaudio )
skydrive? ( dev-cpp/sparsehash )
test? ( gnome-base/gsettings-desktop-schemas )
@@ -118,7 +119,8 @@ src_configure() {
-DENABLE_AMAZON_CLOUD_DRIVE="$(usex amazoncloud)"
-DENABLE_AUDIOCD="$(usex cdda)"
-DENABLE_DBUS="$(usex dbus)"
-   -DENABLE_DEVICEKIT="$(usex udisks)"
+   -DENABLE_UDISKS2="$(usex udisks)"
+   -DENABLE_DEVICEKIT="$(usex udisks_legacy)"
-DENABLE_LIBGPOD="$(usex ipod)"
-DENABLE_LIBLASTFM="$(usex lastfm)"
-DENABLE_LIBMTP="$(usex mtp)"
@@ -130,6 +132,7 @@ src_configure() {
-DENABLE_DROPBOX="$(usex dropbox)"
-DENABLE_GOOGLE_DRIVE="$(usex googledrive)"
-DENABLE_LIBPULSE="$(usex pulseaudio)"
+   -DENABLE_SEAFILE="$(usex seafile)"
-DENABLE_SKYDRIVE="$(usex skydrive)"
-DENABLE_VK="$(usex vkontakte)"
-DENABLE_SPOTIFY_BLOB=OFF

diff --git a/media-sound/clementine/metadata.xml 
b/media-sound/clementine/metadata.xml
index 64bd4a1..dc6050b 100644
--- a/media-sound/clementine/metadata.xml
+++ b/media-sound/clementine/metadata.xml
@@ -21,9 +21,11 @@
Use liblastfm for fetching song info, 
scrobbling and radio streams
Enable moodbar support
Build with ProjectM visualization
+   Enable support for seafile: a file sync 
service
Enable Skydrive support
Use the system-wide 
dev-db/sqlite installation
Enable Ubuntu One support
+   Enable storage management support 
via legacy sys-fs/udisks:0
Enable vk.com support
Enable support for Wii remote




[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/files/libexec/, net-firewall/nftables/, ...

2016-07-03 Thread Göktürk Yüksek
commit: 160075aa919934526da27ff062ecf2fd75d0cf59
Author: Nicholas Vinson  gmail  com>
AuthorDate: Sat Jun  4 23:41:47 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  3 22:00:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160075aa

net-firewall/nftables: Update support & service files

- remove extraneous "exit $?" from files/libexec/nftables.sh
- rename nftables.init-r2 to nftables.init
- recreate & rewrite files/systemd/nftables.service into a proper systemd 
service
- Update nftables-0.6.ebuild to use new file names.

Package-Manager: portage-2.3.0_rc1

 net-firewall/nftables/files/libexec/nftables.sh|  1 -
 .../files/{nftables.init-r2 => nftables.init}  |  4 ++--
 .../files/systemd/nftables-restore.service | 14 +
 ...{nftables-0.6.ebuild => nftables-0.6-r1.ebuild} | 24 ++
 4 files changed, 36 insertions(+), 7 deletions(-)

diff --git a/net-firewall/nftables/files/libexec/nftables.sh 
b/net-firewall/nftables/files/libexec/nftables.sh
index 2d8c9f0..f720b9b 100755
--- a/net-firewall/nftables/files/libexec/nftables.sh
+++ b/net-firewall/nftables/files/libexec/nftables.sh
@@ -147,4 +147,3 @@ deletetable() {
 }
 
 main "$@"
-exit $?

diff --git a/net-firewall/nftables/files/nftables.init-r2 
b/net-firewall/nftables/files/nftables.init
similarity index 97%
rename from net-firewall/nftables/files/nftables.init-r2
rename to net-firewall/nftables/files/nftables.init
index 5a59fbc..217251e 100644
--- a/net-firewall/nftables/files/nftables.init-r2
+++ b/net-firewall/nftables/files/nftables.init
@@ -1,6 +1,6 @@
 #!/sbin/openrc-run
-# Copyright 2014 Nicholas Vinson
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 2014-2016 Nicholas Vinson
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 extra_commands="clear list panic save"

diff --git a/net-firewall/nftables/files/systemd/nftables-restore.service 
b/net-firewall/nftables/files/systemd/nftables-restore.service
new file mode 100644
index 000..61eaee2
--- /dev/null
+++ b/net-firewall/nftables/files/systemd/nftables-restore.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Store and restore nftables firewall rules
+ConditionPathExists=/var/lib/nftables-rules-save
+Before=network.target
+Before=shutdown.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/libexec/nftables/nftables.sh load /var/lib/nftables/rules-save
+ExecStop=/usr/libexec/nftables/nftables.sh store /var/lib/nftables/rules-save
+
+[Install]
+WantedBy=basic.target

diff --git a/net-firewall/nftables/nftables-0.6.ebuild 
b/net-firewall/nftables/nftables-0.6-r1.ebuild
similarity index 64%
rename from net-firewall/nftables/nftables-0.6.ebuild
rename to net-firewall/nftables/nftables-0.6-r1.ebuild
index d97df4d..550c6da 100644
--- a/net-firewall/nftables/nftables-0.6.ebuild
+++ b/net-firewall/nftables/nftables-0.6-r1.ebuild
@@ -57,12 +57,28 @@ src_install() {
default
 
dodir /usr/libexec/${PN}
-   insinto /usr/libexec/${PN}
-   doins /usr/libexec/${PN}/${PN}.sh
+   exeinto /usr/libexec/${PN}
+   doexe "${FILESDIR}"/libexec/${PN}.sh
 
newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   newinitd "${FILESDIR}"/${PN}.init-r2 ${PN}
+   newinitd "${FILESDIR}"/${PN}.init ${PN}
keepdir /var/lib/nftables
 
-   systemd_dounit "${FILESDIR}"/systemd/${PN}{,-{re,}store}.service
+   systemd_dounit "${FILESDIR}"/systemd/${PN}-restore.service
+   systemd_enable_service basic.target ${PN}-restore.service
+}
+
+pkg_postinst() {
+   local save_file
+   save_file="${EROOT}var/lib/nftables/rules-save"
+
+   elog "In order for the nftables-restore systemd service to start, "
+   elog "the file, ${save_file}, must exist.  To create this "
+   elog "file run the following command: "
+   elog ""
+   elog "  touch '${save_file}'"
+   elog ""
+   elog "Afterwards, the nftables-restore service should be manually 
started "
+   elog "to ensure firewall changes are stored on system shutdown.  The "
+   elog "systemd service will function normally thereafter."
 }



[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/files/, net-firewall/nftables/

2016-07-03 Thread Göktürk Yüksek
commit: 4bb40c4276fd8bf1f0e109a033eae18dab1da480
Author: Nicholas Vinson  gmail  com>
AuthorDate: Fri Jun  3 03:28:53 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  3 21:58:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb40c42

net-firewall/nftables: version bump to 0.6

Fixes bug #584898 and updates the nftables-0.5-pdf-doc.patch to match
upstream submission.

Gentoo-bug: 584898
Package-Manager: portage-2.3.0_rc1

 net-firewall/nftables/Manifest |  1 +
 .../nftables/files/nftables-0.5-pdf-doc.patch  | 22 +++
 net-firewall/nftables/nftables-0.6.ebuild  | 68 ++
 3 files changed, 80 insertions(+), 11 deletions(-)

diff --git a/net-firewall/nftables/Manifest b/net-firewall/nftables/Manifest
index 78785f2..99fde80 100644
--- a/net-firewall/nftables/Manifest
+++ b/net-firewall/nftables/Manifest
@@ -1 +1,2 @@
 DIST nftables-0.5.tar.gz 216740 SHA256 
b48991f4e9e73b689bc254fa06b3ff3c1f937241d333291cb2ae72c0cd2398b6 SHA512 
5d804ac9bb340446e52e5b0e86b726216ecc0d1eb42738cf133ba1acc5b442f720f5644005e02b9e3e8fae4e2bdc64d32560d6c6b1b26fe15bde24d62db51679
 WHIRLPOOL 
348d511c7ee530e6fb04b9828babad45407e4b60c443aaa8902aa9535705ff54cb78cd5e5c8ba970b57b97406b00718e94ab8a346fceaa82803bdaad84d30285
+DIST nftables-0.6.tar.gz 252523 SHA256 
85dd7fa4e741c0be02efddbc57b5d300e1147f09ec6f81d0399110f96dc958f0 SHA512 
17f3b94687865e077dc082cf61b29ab2854fd1ffe18212a8d424f2876aef8db9780dd4d06dca8e6d093498151d47bab73e40e1f54062a83a23a3cbe75f27e921
 WHIRLPOOL 
d15eaf81426d73bea28752f96727d291120120fb2aaa994d421d900974eb45062957435e077664fb916780f636ed9b61889dbec8b627d5d309512bae96f02874

diff --git a/net-firewall/nftables/files/nftables-0.5-pdf-doc.patch 
b/net-firewall/nftables/files/nftables-0.5-pdf-doc.patch
index b6f7834..d09faa3 100644
--- a/net-firewall/nftables/files/nftables-0.5-pdf-doc.patch
+++ b/net-firewall/nftables/files/nftables-0.5-pdf-doc.patch
@@ -4,22 +4,22 @@ generation.
 --- a/configure.ac
 +++ b/configure.ac
 @@ -27,10 +27,16 @@
- AS_IF([test "x$enable_debug" = "xno"], [with_debug=no], 
[with_debug=yes]),
- [with_debug=yes])
- AC_SUBST(with_debug)
- AM_CONDITIONAL([BUILD_DEBUG], [test "x$with_debug" != xno])
+ AC_CONFIG_HEADER([config.h])
+ 
+ AC_DEFINE([_GNU_SOURCE], [], [Enable various GNU extensions])
+ AC_DEFINE([_STDC_FORMAT_MACROS], [], [printf-style format macros])
  
 +AC_ARG_ENABLE([pdf-doc],
-+AS_HELP_STRING([--enable-pdf-doc], [Enable PDF documentation]),
++AS_HELP_STRING([--disable-pdf-doc], [Disable PDF documentation]),
 +AS_IF([test "x$enable_pdf_doc" = "xno"], [enable_pdf_doc=no],
-+[enable_pdf_doc=yes]), [enable_pdf_doc=no])
++[enable_pdf_doc=yes]), [enable_pdf_doc=yes])
 +AM_CONDITIONAL([BUILD_PDF], [test "x$enable_pdf_doc" == "xyes" ])
 +
- # Checks for programs.
- AC_PROG_CC
- AC_PROG_MKDIR_P
- AC_PROG_INSTALL
- AC_PROG_SED
+ AC_ARG_ENABLE([debug],
+ AS_HELP_STRING([--enable-debug], [Disable debugging]),
+ AS_IF([test "x$enable_debug" = "xno"], [with_debug=no], 
[with_debug=yes]),
+ [with_debug=yes])
+ AC_SUBST(with_debug)
 @@ -61,15 +67,15 @@
)]
  )

diff --git a/net-firewall/nftables/nftables-0.6.ebuild 
b/net-firewall/nftables/nftables-0.6.ebuild
new file mode 100644
index 000..d97df4d
--- /dev/null
+++ b/net-firewall/nftables/nftables-0.6.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools linux-info systemd
+
+DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
+HOMEPAGE="http://netfilter.org/projects/nftables/;
+SRC_URI="http://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug doc gmp +readline"
+
+RDEPEND=">=net-libs/libmnl-1.0.3
+   >=net-libs/libnftnl-1.0.6
+   gmp? ( dev-libs/gmp:0= )
+   readline? ( sys-libs/readline:0= )"
+DEPEND="${RDEPEND}
+   >=app-text/docbook2X-0.8.8-r4
+   doc? ( >=app-text/dblatex-0.3.7 )
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig"
+
+S="${WORKDIR}/v${PV}"
+
+PATCHES=( "${FILESDIR}/${PN}-0.5-pdf-doc.patch" )
+
+pkg_setup() {
+   if kernel_is ge 3 13; then
+   CONFIG_CHECK="~NF_TABLES"
+   linux-info_pkg_setup
+   else
+   eerror "This package requires kernel version 3.13 or newer to 
work properly."
+   fi
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --sbindir="${EPREFIX}"/sbin \
+   $(use_enable doc pdf-doc) \
+   $(use_enable debug) \
+   $(use_with readline cli) \
+   $(use_with !gmp mini_gmp)
+}
+
+src_install() {
+   default
+
+   dodir /usr/libexec/${PN}
+

[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/files/, net-firewall/nftables/files/systemd/, ...

2016-07-03 Thread Göktürk Yüksek
commit: 715ae3980dad1558c0dc9f090f10835551138e59
Author: Nicholas Vinson  gmail  com>
AuthorDate: Sat Jun  4 23:28:16 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  3 21:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715ae398

net-firewall/nftables: Remove outdated files

Package-Manager: portage-2.3.0_rc1

 net-firewall/nftables/Manifest |   1 -
 net-firewall/nftables/files/nftables.init  | 166 -
 net-firewall/nftables/files/nftables.init-r1   | 263 -
 .../files/systemd/nftables-restore.service |  14 --
 .../nftables/files/systemd/nftables-store.service  |  11 -
 .../nftables/files/systemd/nftables.service|   6 -
 net-firewall/nftables/nftables-0.5-r4.ebuild   |  67 --
 7 files changed, 528 deletions(-)

diff --git a/net-firewall/nftables/Manifest b/net-firewall/nftables/Manifest
index 99fde80..ee4654f 100644
--- a/net-firewall/nftables/Manifest
+++ b/net-firewall/nftables/Manifest
@@ -1,2 +1 @@
-DIST nftables-0.5.tar.gz 216740 SHA256 
b48991f4e9e73b689bc254fa06b3ff3c1f937241d333291cb2ae72c0cd2398b6 SHA512 
5d804ac9bb340446e52e5b0e86b726216ecc0d1eb42738cf133ba1acc5b442f720f5644005e02b9e3e8fae4e2bdc64d32560d6c6b1b26fe15bde24d62db51679
 WHIRLPOOL 
348d511c7ee530e6fb04b9828babad45407e4b60c443aaa8902aa9535705ff54cb78cd5e5c8ba970b57b97406b00718e94ab8a346fceaa82803bdaad84d30285
 DIST nftables-0.6.tar.gz 252523 SHA256 
85dd7fa4e741c0be02efddbc57b5d300e1147f09ec6f81d0399110f96dc958f0 SHA512 
17f3b94687865e077dc082cf61b29ab2854fd1ffe18212a8d424f2876aef8db9780dd4d06dca8e6d093498151d47bab73e40e1f54062a83a23a3cbe75f27e921
 WHIRLPOOL 
d15eaf81426d73bea28752f96727d291120120fb2aaa994d421d900974eb45062957435e077664fb916780f636ed9b61889dbec8b627d5d309512bae96f02874

diff --git a/net-firewall/nftables/files/nftables.init 
b/net-firewall/nftables/files/nftables.init
deleted file mode 100644
index b849402..000
--- a/net-firewall/nftables/files/nftables.init
+++ /dev/null
@@ -1,166 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2014 Nicholas Vinson
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-extra_commands="clear list panic save"
-extra_started_commands="reload"
-
-depend() {
-need localmount #434774
-before net
-}
-
-checkkernel() {
-if ! nft list tables >/dev/null 2>&1; then
-eerror "Your kernel lacks nftables support, please load"
-eerror "appropriate modules and try again."
-return 1
-fi
-return 0
-}
-
-checkconfig() {
-if [ ! -f ${NFTABLES_SAVE} ]; then
-eerror "Not starting nftables.  First create some rules then run:"
-eerror "rc-service nftables save"
-return 1
-fi
-return 0
-}
-
-getfamilies() {
-local families
-for l3f in ip arp ip6 bridge inet; do
-if nft list tables ${l3f} > /dev/null 2>&1; then
-families="${families}${l3f} "
-fi
-done
-echo ${families}
-}
-
-clearNFT() {
-local l3f line table chain
-
-for l3f in $(getfamilies); do
-nft list tables ${l3f} | while read line; do
-table=$(echo ${line} | sed "s/table[ \t]*//")
-nft flush table ${l3f} ${table}
-nft list table ${l3f} ${table} | while read l; do
-chain=$(echo $l | grep -o 'chain [^[:space:]]\+' |\
-cut -d ' ' -f2)
-if [ -n "${chain}" ]; then
-nft flush chain ${l3f} ${table} ${chain}
-nft delete chain ${l3f} ${table} ${chain}
-fi
-done
-nft delete table ${l3f} ${table}
-done
-done
-}
-
-addpanictable() {
-local l3f=$1
-nft add table ${l3f} panic
-nft add chain ${l3f} panic input \{ type filter hook input priority 0\; \}
-nft add chain ${l3f} panic output \{ type filter hook output priority 0\; 
\}
-nft add chain ${l3f} panic forward \{ type filter hook forward priority 
0\; \}
-nft add rule ${l3f} panic input drop
-nft add rule ${l3f} panic output drop
-nft add rule ${l3f} panic forward drop
-}
-
-start_pre() {
-checkkernel || return 1
-checkconfig || return 1
-   return 0
-}
-
-start() {
-ebegin "Loading nftables state and starting firewall"
-clearNFT
-nft -f ${NFTABLES_SAVE}
-eend $?
-}
-
-stop() {
-if yesno ${SAVE_ON_STOP:-yes}; then
-save || return 1
-fi
-
-ebegin "Stopping firewall"
-clearNFT
-eend $?
-}
-
-reload() {
-checkkernel || return 1
-# checkrules || return 1
-ebegin "Flushing firewall"
-clearNFT
-
-start
-}
-
-clear() {
-clearNFT
-}
-
-list() {
-local l3f
-
-for l3f in $(getfamilies); do
-nft list tables ${l3f} | while read line; do
-line=$(echo ${line} | sed "s/table/table ${l3f}/")
-echo "$(nft list ${line})"
-done
-done
-}
-
-save() {
-

[gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/files/, dev-util/mdds/

2016-07-03 Thread Andreas Hüttel
commit: 61f75fc670bbfde60dee8ad7de53369312fdd9de
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 11:15:39 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f75fc6

dev-util/mdds: Drop old

Package-Manager: portage-2.2.28

 dev-util/mdds/Manifest |  3 --
 ...-0.11.2-include_algorithm_unconditionally.patch | 33 ---
 dev-util/mdds/mdds-0.10.3.ebuild   | 34 ---
 dev-util/mdds/mdds-0.11.2-r1.ebuild| 38 --
 dev-util/mdds/mdds-0.12.0.ebuild   | 34 ---
 5 files changed, 142 deletions(-)

diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest
index b394d50..246867c 100644
--- a/dev-util/mdds/Manifest
+++ b/dev-util/mdds/Manifest
@@ -1,5 +1,2 @@
 DIST mdds-1.2.0.tar.bz2 284962 SHA256 
f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6 SHA512 
433787dcb406cdce9025f32b93d8a9bec6cacf84292d05aaa32df0cb06926cf1b804a19a42c133e152e64688b4f0bff0b20818ca6571de6a5cdee0d2d0055bdd
 WHIRLPOOL 
9767a5165b63fbf971d050cb3f0dafa2e6f286b4561274a14872fe19824705bf3e4b173e3bc404f064b94dad9db0bbe8275dfba083ea6c8e1cb4a11ba0d1b69e
-DIST mdds_0.10.3.tar.bz2 151389 SHA256 
db10932dbe7e9b5b9b3f513bc8165ab7e29c3bf75702b3c3cfff6956c521e0c2 SHA512 
52be0fe4eedc8a44f61944e078d8f0d2490bfea27451c5d4772b6d46d71562702d3b90b34c5721d8bdf6de2ea32a4a9126e310614bb36e0d573c047dfc9f3fcb
 WHIRLPOOL 
17a461cf01f286ccb0e8b351e627dc870db5676a3698cf99f1520b01562138a8d74fa99ccca901d81b5f354abf95ff35d2a7957a3bf2dae16d92aee12e62f8b1
-DIST mdds_0.11.2.tar.bz2 15 SHA256 
cd0a0dc8b35d6582efad6898546c86714eb058696ba26b0e7f8914faa002a5ab SHA512 
b0e00d50be9b8319dabfe7e607849af27a52be9b46d770849b919444b905bf198d99edcefe1be15e6018b79839443b3a709fe22b84ac11e2267f02bec5139633
 WHIRLPOOL 
a505c4b746c7ffefe3ea74fd0eb7c2ae46b4c598e1136cf9e9cfe44a4c48db2bb1b84528a5f0a86cc1b7a5c9d5b7d82522bd7836ed5e4de61d9664a863e1b014
-DIST mdds_0.12.0.tar.bz2 152285 SHA256 
2a22de23ca828886625120e9d40fccd6333458a1934a13d2c982b6f9403e5981 SHA512 
462f6e3701eb7cce872ce0a76d826886eedccf5ca20293d03744b6d6d5ff1ef16770c6abce1c9118829e252e90783e206d281006d0d4e7e9b328ed9ae37264c1
 WHIRLPOOL 
f86314644d80ae1b75a4cc1af6ebc4a3df3b65eac4244abc0fbf69893020509abae3be7e758d90a07eafffb866d67dcb75968b38a411e747d7f361a7d2905f0b
 DIST mdds_0.12.1.tar.bz2 153265 SHA256 
23565e9d7810a6ac30478833813db847f80e927b414a7be07b7cc03ed3aae83d SHA512 
852f58e1f3c18aef78646c2bd6b34dc544fc06cba7ef6bda2a44fd5e681bf47bbf7389505061ddd81797b0bdf343e55f060397a1ccc582c73990bc74d36575a6
 WHIRLPOOL 
d4f144e59806310c6a719600b88b4a0d9816d94dd48298458f459bc696b97ab4e82152ac7e4d9dcb3e8aa66a5fd67377c82c6bb161bf93135e0c6b73d01fb02e

diff --git 
a/dev-util/mdds/files/mdds-0.11.2-include_algorithm_unconditionally.patch 
b/dev-util/mdds/files/mdds-0.11.2-include_algorithm_unconditionally.patch
deleted file mode 100644
index 9b0f097..000
--- a/dev-util/mdds/files/mdds-0.11.2-include_algorithm_unconditionally.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From c45e0499dded11dc2aacea40b470ab1431ea535a Mon Sep 17 00:00:00 2001
-From: David Tardon 
-Date: Thu, 29 Jan 2015 10:04:56 +0100
-Subject: [PATCH]  is needed unconditionally
-

- include/mdds/multi_type_vector_types.hpp | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/include/mdds/multi_type_vector_types.hpp 
b/include/mdds/multi_type_vector_types.hpp
-index db8d584..0a36333 100644
 a/include/mdds/multi_type_vector_types.hpp
-+++ b/include/mdds/multi_type_vector_types.hpp
-@@ -32,6 +32,8 @@
- #include "compat/unique_ptr.hpp"
- #include "global.hpp"
- 
-+#include 
-+
- #ifdef MDDS_MULTI_TYPE_VECTOR_USE_DEQUE
- #include 
- #else
-@@ -40,7 +42,6 @@
- #include 
- 
- #if defined(MDDS_UNIT_TEST) || defined (MDDS_MULTI_TYPE_VECTOR_DEBUG)
--#include 
- #include 
- #include 
- using std::cout;
--- 
-2.2.2
-

diff --git a/dev-util/mdds/mdds-0.10.3.ebuild b/dev-util/mdds/mdds-0.10.3.ebuild
deleted file mode 100644
index 792d73d..000
--- a/dev-util/mdds/mdds-0.10.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A collection of multi-dimensional data structure and indexing 
algorithm"
-HOMEPAGE="https://code.google.com/p/multidimalgorithm/;
-SRC_URI="http://kohei.us/files/${PN}/src/${P/-/_}.tar.bz2;
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="https://code.google.com/p/multidimalgorithm/;
-SRC_URI="http://kohei.us/files/${PN}/src/${P/-/_}.tar.bz2;
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-libs/boost:="
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P/-/_}

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

2016-07-03 Thread Andreas Hüttel
commit: 2b4574415deed51e376fd32c40e38b10a5c7021b
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 11:21:07 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b457441

media-libs/libfreehand: Drop old, latest version is stable

Package-Manager: portage-2.2.28

 media-libs/libfreehand/Manifest |  2 -
 media-libs/libfreehand/libfreehand-0.0.0.ebuild | 50 -
 media-libs/libfreehand/libfreehand-0.1.0.ebuild | 49 
 3 files changed, 101 deletions(-)

diff --git a/media-libs/libfreehand/Manifest b/media-libs/libfreehand/Manifest
index 769fce6..de26a63 100644
--- a/media-libs/libfreehand/Manifest
+++ b/media-libs/libfreehand/Manifest
@@ -1,3 +1 @@
-DIST libfreehand-0.0.0.tar.xz 268908 SHA256 
5a38eb890ca8b658f17e5e22d39c654052d24b90a699b6a4b6834880e3afc912 SHA512 
9577053fbdd21431e7331e61b0f855e1c3ff7c056be2b64fa600cc383a917ace2850f25f3d0b7517bcbe18055ef6b2cd87f17d3a0f044e33775c0092c06f879d
 WHIRLPOOL 
18d0a4f8240a209c36affcb9761913c32b0bc6599f024f656fbed295dab591e09f8a2cad4c46fee80e00ae87c83b05f2a08abbf7c079f0d4a591eed59d27ee91
-DIST libfreehand-0.1.0.tar.xz 265592 SHA256 
5119aac8b0b28d749905f8094e526b9a018a2e4a208b5d0317c7554a62af4706 SHA512 
8b3bdd3df158d4371f5007abaa5fd11f7039e0f3e2bbef9540b730ca3fcf94cbf6bd50a8bf917c948fb5257f1b0704b2a10b7cb49b1becdedfef52b41a826f90
 WHIRLPOOL 
a0244a4e4191fddfece2f53deb1b53ed9e325faf20ebfe8b1bc9ce35a3899f4310cd92f1d1628c955f5aa3cf5e5c483f7448809ef2b867014f445e9549f0
 DIST libfreehand-0.1.1.tar.xz 492916 SHA256 
ec6676d0c63f7feac7801a1fe18dd7abe9044b39c3882fc99b9afef39bdf1d30 SHA512 
552b6b8c00aabe0d557fdacf4bfe8b0b4c2d34ec6f15820f3a54da76b4f24ca5842ba38ea756d05b947a0e8cf48d351429abef64b25508ea032a92965e9c91e2
 WHIRLPOOL 
2b82b4a3790df93fb52ec872ed38c1c991ce63b35fd25c87c60c2816f3275b6fa8f7d607fc6f9bd41c6bcbc0fca44efc11e5486b4d0bd47077543ce5e69d9fd8

diff --git a/media-libs/libfreehand/libfreehand-0.0.0.ebuild 
b/media-libs/libfreehand/libfreehand-0.0.0.ebuild
deleted file mode 100644
index f2148e0..000
--- a/media-libs/libfreehand/libfreehand-0.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libfreehand/"
-inherit base eutils
-[[ ${PV} ==  ]] && inherit autotools git-2
-
-DESCRIPTION="Library for import of FreeHand drawings"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libfreehand/;
-[[ ${PV} ==  ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   app-text/libwpd:0.9
-   app-text/libwpg:0.2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-util/gperf
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   [[ -d m4 ]] || mkdir "m4"
-   base_src_prepare
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(use_enable static-libs static) \
-   --disable-werror \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/media-libs/libfreehand/libfreehand-0.1.0.ebuild 
b/media-libs/libfreehand/libfreehand-0.1.0.ebuild
deleted file mode 100644
index b371c00..000
--- a/media-libs/libfreehand/libfreehand-0.1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libfreehand/"
-inherit base eutils
-[[ ${PV} ==  ]] && inherit autotools git-2
-
-DESCRIPTION="Library for import of FreeHand drawings"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand;
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-util/gperf
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   [[ -d m4 ]] || mkdir "m4"
-   base_src_prepare
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(use_enable static-libs static) \
-   --disable-werror \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



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

2016-07-03 Thread Andreas Hüttel
commit: db5a2123065b6b8b2fe724fd78a886f454c21b2d
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 11:13:52 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5a2123

dev-libs/libixion: Drop old

Package-Manager: portage-2.2.28

 dev-libs/libixion/Manifest  |  1 -
 dev-libs/libixion/libixion-0.7.0.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
index 76a8cbd..04eb638 100644
--- a/dev-libs/libixion/Manifest
+++ b/dev-libs/libixion/Manifest
@@ -1,4 +1,3 @@
 DIST libixion-0.11.1.tar.xz 30 SHA256 
c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede SHA512 
e205a5cf532e0522291f5f2a52c2e2c0cdf8d2ed094e5553943650744359d67adf629229a63c8fa90b15dde7765fee14d4f147fe51a6cdf79b2855509858
 WHIRLPOOL 
aff1350bd1e3a5fec3f0a0cd3f51a88c873bd28469884b48d3fc316782819465f7d193e019fc753474663326b27680c1d12ce3050e6a082a75073040147dfbd8
-DIST libixion-0.7.0.tar.bz2 398089 SHA256 
c9594ec93e911b40b26784ccdae47df8ea3a7d9b57bbad876733e4efcedf5581 SHA512 
bda96a9cefb4bd842cd399a74c2fb5791d2a1d1d06d07106e1a121dc0bc02c00bef371b480ab1a7f922d5292c4d94fa8f7faaa2c6cd7596f2bc08b6ddfc929f5
 WHIRLPOOL 
0881a4b350eb6e8dc30ec166630cf46f85af07f41010b51b1b359787641d7f742ae10f1d4b1b3e438460bdb72468f43158c5baf1da95a0b70ed9d380c230f7d3
 DIST libixion-0.9.0.tar.xz 351388 SHA256 
2112b4304667c4c2cdb8f3d331cc4ba696ea581db7d228b5b06ea2559e7531a5 SHA512 
da6ca9e79841f1f529328e39a2977d95a261ddaaf4a254bfc46de004d52d4b1e8fc0c8c1cbeb3e8ee18e9a5663b046cf1d3f232f31bdd83db75a766be654f49b
 WHIRLPOOL 
f35087fce0a0e53650b988b36ecde8378aa75d2a4b769f6046dce544b9fe89a0025c82a6ab2564b5a12c813e0726875c088d5cc37cfcad055d79d2c5563d53af
 DIST libixion-0.9.1.tar.xz 356500 SHA256 
77e35c163cd27657b83626a6da26c3b90f37ba9089d00aa25f384a9ac4b4e3a1 SHA512 
074318c6db01ec13f6cbdfb8d7d04aede9f20cac4c23476b570a37638b0e68170aabf977520b94dfc2dce079314109c2e70d64376f9f314890d4d60854458c03
 WHIRLPOOL 
ed79f0ed5705f8f8c5a24603fa4386b8822b477a21896d13eaf5fbe52d0f12fbf451f68de49314d8736160f82895047ba4d387431f989683553316d523bb0ce4

diff --git a/dev-libs/libixion/libixion-0.7.0.ebuild 
b/dev-libs/libixion/libixion-0.7.0.ebuild
deleted file mode 100644
index 527d181..000
--- a/dev-libs/libixion/libixion-0.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://gitorious.org/ixion/ixion.git"
-
-[[ ${PV} ==  ]] && GITECLASS="git-2 autotools"
-inherit eutils ${GITECLASS}
-unset GITECLASS
-
-DESCRIPTION="General purpose formula parser & interpreter"
-HOMEPAGE="https://gitlab.com/ixion/ixion;
-[[ ${PV} ==  ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.bz2;
-
-LICENSE="MIT"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/boost:=[threads]"
-DEPEND="${RDEPEND}
-   >=dev-util/mdds-0.10.1:=
-   

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

2016-07-03 Thread Andreas Hüttel
commit: ff8d5354d86bb7729cbefceced7654d904a80748
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 11:07:32 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8d5354

app-text/writerperfect: Drop old

Package-Manager: portage-2.2.28

 app-text/writerperfect/Manifest   |  2 --
 app-text/writerperfect/writerperfect-0.8.1.ebuild | 37 
 app-text/writerperfect/writerperfect-0.8.2.ebuild | 41 ---
 3 files changed, 80 deletions(-)

diff --git a/app-text/writerperfect/Manifest b/app-text/writerperfect/Manifest
index ac68767..d06bd2d 100644
--- a/app-text/writerperfect/Manifest
+++ b/app-text/writerperfect/Manifest
@@ -1,5 +1,3 @@
-DIST writerperfect-0.8.1.tar.xz 249728 SHA256 
87a4d6a0bf1743557336969c87c1955c7532b6e2fe4cc925653d7e16bae8e327 SHA512 
a2df89ffdad454a800b1df28442403802ba67b1a76b5bfacc809f4798501988a1aecf63eccf10d395019021008fa0aad82fba090be06b99c52e5bfa0df21
 WHIRLPOOL 
ffaae317a0fcf89f68f9bfce823cbfa4bd70e8426f81a228a129bccd234666eba435be598fc3559bfe303e3473891998fbebfe8d437709ad462b5e2ce5f2129b
-DIST writerperfect-0.8.2.tar.xz 261984 SHA256 
12291dd0c7a77b16544905846ce8d6eb328e728bd5153dbdb6ad3003beb49dbc SHA512 
4432e9a7cb78d687fd7b1cf287a88bc752d29b0364f8c2615b2a8b3ca8376437ff44800013646af7d4c8904810145752e9eddc8e01f036041ff4de192348ce0b
 WHIRLPOOL 
fa529da7535cd6ec7744137af16fdc9166b9b270af5c75b1a13538f3345c61256035272b310e484ed5070677e28ad8b7871d9eb7f1d0d92d5b2943063f7723c7
 DIST writerperfect-0.9.2.tar.xz 274760 SHA256 
e4040ec20436d5a763632243787bbb86cffd82ddf0da6aa674827e0401c2b601 SHA512 
07679176c9c3f159c177cae65d499550f5cf86b34af26d32fb1d445176a3a8ff773c48b677cbbaa3514b81f5c5e83a358f8ba1ab0b567e182aeb05d8a4fc8bcb
 WHIRLPOOL 
5bee7d9ac16ff74e2c70093a629ae0d417e7e3cd71b7a78bbdb5f62c1d9a7ea46962ba0816742b38937d3b2907d9b7a6f888c95e4da20e7bc4f736702a844dcf
 DIST writerperfect-0.9.4.tar.xz 288092 SHA256 
6714bf945a657550eb84bd2f1f0b78b894f59536d8302942810134426f7a23ea SHA512 
9bb180e9b681687145a129c0abab41d1cbd7db874d393fff2ed3a65f64b94cc3a104c32889fcab2739d791d7f109a48e4b1e7ae0b5577505df7069cefc64
 WHIRLPOOL 
bc56d1a28e2589426fb439feeebf2667b1839fcabf1094ca0dbe5913bd1db80c51f205152151dcf1866a11b3478478b7fabbef10136447126d995222d4019b6b
 DIST writerperfect-0.9.5.tar.xz 302176 SHA256 
aa01122659482627f9adcff91bb242c37092c7f8537bfa5dc44e1a3c89aad9e2 SHA512 
7467a798da362883101780b598e9a673c10f86f29c01ece1438ea524a0413a00928274f87895f3a8ae26f6784cdcc34e0e84039ca591dc3f75b2e25c53744ccc
 WHIRLPOOL 
9034673daad0929348f71fde157245126e73caf46db8279bfddd2b01e4ab5a72e67eb9a6dd34fa13c9f9848a693f2440d33852d51126204c5e8c1fa8dd760031

diff --git a/app-text/writerperfect/writerperfect-0.8.1.ebuild 
b/app-text/writerperfect/writerperfect-0.8.1.ebuild
deleted file mode 100644
index a65d5ce..000
--- a/app-text/writerperfect/writerperfect-0.8.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="Various formats to Open document format converter"
-HOMEPAGE="http://libwpd.sf.net;
-SRC_URI="mirror://sourceforge/libwpd/writerperfect-${PV}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="debug gsf +visio +wpg +wps"
-
-RDEPEND="
-   app-text/libwpd:0.9
-   gsf? ( gnome-extra/libgsf )
-   visio? ( media-libs/libvisio )
-   wpg? ( app-text/libwpg:0.2 )
-   wps? ( =app-text/libwps-0.2* )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-S=${WORKDIR}/writerperfect-${PV}
-
-src_configure() {
-   econf \
-   --disable-werror \
-   $(use_enable debug) \
-   $(use_with gsf libgsf) \
-   $(use_with wpg libwpg) \
-   $(use_with wps libwps) \
-   $(use_with visio libvisio)
-}

diff --git a/app-text/writerperfect/writerperfect-0.8.2.ebuild 
b/app-text/writerperfect/writerperfect-0.8.2.ebuild
deleted file mode 100644
index b1aec47..000
--- a/app-text/writerperfect/writerperfect-0.8.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Various formats to Open document format converter"
-HOMEPAGE="http://libwpd.sf.net;
-SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="+cdr debug gsf +mspub +mwaw +visio +wps"
-
-RDEPEND="
-   app-text/libwpd:0.9
-   app-text/libwpg:0.2
-   =app-text/libodfgen-0.0*
-   cdr? ( media-libs/libcdr )
-   gsf? ( gnome-extra/libgsf )
-   mspub? ( app-text/libmspub )
-   mwaw? ( =app-text/libmwaw-0.1* )
-   visio? ( media-libs/libvisio )
-   

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

2016-07-03 Thread Andreas Hüttel
commit: 60608eb3d5f73d8c15dc4e655b17d96e6274f871
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun 12 23:08:37 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60608eb3

app-text/libwpd: Drop old

Package-Manager: portage-2.2.28

 app-text/libwpd/libwpd-0.10.0-r2.ebuild | 55 
 app-text/libwpd/libwpd-0.10.0.ebuild| 56 -
 2 files changed, 111 deletions(-)

diff --git a/app-text/libwpd/libwpd-0.10.0-r2.ebuild 
b/app-text/libwpd/libwpd-0.10.0-r2.ebuild
deleted file mode 100644
index ecc9ce0..000
--- a/app-text/libwpd/libwpd-0.10.0-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit alternatives eutils
-
-DESCRIPTION="WordPerfect Document import/export library"
-HOMEPAGE="http://libwpd.sf.net;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0.10"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
-IUSE="doc +tools"
-
-COMMON_DEPEND="dev-libs/librevenge"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-RDEPEND="${COMMON_DEPEND}
-   !http://libwpd.sf.net;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0.10"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
-IUSE="doc test +tools"
-
-RDEPEND="dev-libs/librevenge"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-RDEPEND="${RDEPEND}
-   !

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

2016-07-03 Thread Andreas Hüttel
commit: 702e98a26ed7b7aae61aa1b4bfdb0cac01edb6f3
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 11:17:20 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702e98a2

dev-libs/librevenge: Drop old

Package-Manager: portage-2.2.28

 dev-libs/librevenge/Manifest|  1 -
 dev-libs/librevenge/librevenge-0.0.1.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/dev-libs/librevenge/Manifest b/dev-libs/librevenge/Manifest
index 2a920e8..2c241c1 100644
--- a/dev-libs/librevenge/Manifest
+++ b/dev-libs/librevenge/Manifest
@@ -1,4 +1,3 @@
-DIST librevenge-0.0.1.tar.xz 390796 SHA256 
0cb22773dd1b268f71b291fba0e27127853e8e55ac6ec0fcf5370487d77d SHA512 
65cc0e089a24e291700cca4a3f4d390d4646a1d6d847c060c068d53b525b7c69f0d870d2cafaf4d2f52cc102608e5a26c8883a455d031841e03cfbd32051e422
 WHIRLPOOL 
d0645652b4f7834e5f14ccc24ba567d1fcf036183185c5b00e64615fce303ac5f9137b729ebf62615390ad8a482205b545158b4cdb9ffdedc8b429d57ded5a78
 DIST librevenge-0.0.2.tar.xz 396628 SHA256 
f6f280c4345546aad16aeafd5cf2e4a4ac31a81606171755465bba0d96efcf0f SHA512 
28e53aefdfe8585ef148781e53379a986b5becb459a27dffe8546341e7ada6a3323bc27ab3170227a532e796869b634ad0443324af72b16835a4287a64994637
 WHIRLPOOL 
648006d5024370e31e8b1bc2db4a7182572aa1ff5c4473754c02cbd33f30c51361fd4b6e6cd450aa40d08372eddd136c140cc7cac53e29188593b146fb55f121
 DIST librevenge-0.0.3.tar.xz 420288 SHA256 
7ce7784ac732cb702cb42704779f4a36dfcd2f7187ba6ea12b500c9e0f2e16e4 SHA512 
568ad98c861c13cda3461aad50df164a37f53e8e169231da7043dbfcab963b7870169badbe67c73532278ea229fea36c7dba4f0f03ea95730c17f49d01c0a2be
 WHIRLPOOL 
025f5c2ef740c6ce59d378366b3cd78abab211e077a08029af8d58e6de05a28992c5457cbd8e77a84fb756ad5dc638b0cef9146c9d3b13519590b2e7872fc7ed
 DIST librevenge-0.0.4.tar.xz 421604 SHA256 
933f0729f04267cc354b9a02bc3e9afefa5512a3bdd0b45f159ee14a3e3347b2 SHA512 
c4c2c98bac3522c8bd487058f4db19d85ad0d99159c4de4ffde91a10ea3adb7f995ebe8ccf6afcf533d81f50fb654bf265b9cd197508f85b5b68a101ca279712
 WHIRLPOOL 
25e886e305799a983ecb23fc69452bd6936495305b248398c89e20add79828e6ae52a0b98e8e0465d241178a09b11ec0dfdc2e8bab78ade27c022e5933fff371

diff --git a/dev-libs/librevenge/librevenge-0.0.1.ebuild 
b/dev-libs/librevenge/librevenge-0.0.1.ebuild
deleted file mode 100644
index 829840f..000
--- a/dev-libs/librevenge/librevenge-0.0.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="A helper library for REVerse ENGineered formats filters"
-HOMEPAGE="http://sf.net/p/libwpd/librevenge;
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/librevenge"
-   inherit git-r3 autotools
-   KEYWORDS=""
-else
-   SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
-fi
-
-LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
-SLOT="0"
-IUSE="doc test"
-
-RDEPEND="
-   dev-libs/boost:=
-   sys-libs/zlib[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )
-"
-
-src_prepare() {
-   [[ ${PV} =  ]] && eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   --disable-static \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable test tests) \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}"
-}
-
-multilib_src_install_all() {
-   prune_libtool_files --all
-}



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

2016-07-03 Thread Andreas Hüttel
commit: 8b50f9e4460db1f1b08410c73ec776d820ad2fb7
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 11:19:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b50f9e4

media-libs/libcdr: Drop old

Package-Manager: portage-2.2.28

 media-libs/libcdr/Manifest|  1 -
 media-libs/libcdr/libcdr-0.1.0.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/media-libs/libcdr/Manifest b/media-libs/libcdr/Manifest
index cc1bdc9..61a2e66 100644
--- a/media-libs/libcdr/Manifest
+++ b/media-libs/libcdr/Manifest
@@ -1,5 +1,4 @@
 DIST libcdr-0.0.14.tar.xz 570728 SHA256 
720b693ba5e777f099f41ecd40418a16674ab29d823f7d62a23be170781dd8a0 SHA512 
08f5cdf6926f2305ffc24ca7f03709c4f6045ed6c3aad15bc524b8c8d6bf1b873bb8bf9acd39ca112f0f51ba5324f1cf6a72d2f04ec9139d6c61a58a337a92a8
 WHIRLPOOL 
fad944466269e1b8794fa7a3bd4ab471c5b0ff8cf0122c9eeaf109f51ad7092334e326c7e60c0ef1a7ae670425e2a5edf70c742bca9fc8c52a042322e66e058d
 DIST libcdr-0.0.16.tar.xz 569644 SHA256 
4c8a6586920f7b040ce51fa375eb87507291e0de4f568469db25f52915bc1135 SHA512 
59b65b95806bce3c97c1a0762bb80ce0845e444a23b7b4683c74d6c0c9155664e7a7e558d787f6cfa69460f657e4d7416ae8e8947e426f04e369b42fc5da4838
 WHIRLPOOL 
a0021dc4b8640fc2c192ead7b34a9c98536dcfcc2d13b65028768cb61a0ed96a163e8189a1b16751a62bdb7853d210fdfd9d3343870140eb6fe9cd95011c24af
-DIST libcdr-0.1.0.tar.xz 562240 SHA256 
a9bd1faca049cf1e2285b27da213a499434591919227beb209b191ad1bb240e8 SHA512 
823c98a7185d5dd31bac240d007056f36fb290085efa3392d75f4ed26a4703ffeb2b9be0d9a19417473fb44c4e3abad7242773f5455431040bcfffc8aa51d18e
 WHIRLPOOL 
a1dfe38eec531eb10c01416aa7b83ec70c9736cba24aa6d2e4cf3f7f0bf0e6260f38d746663537b97c2875af9f9c87fa755d695effdb58a87cf2f3ee9f24eeb5
 DIST libcdr-0.1.1.tar.xz 564668 SHA256 
d0a6e0667e5a37fe059bcb81d5077fc2abffc7e7bac86fe302fbcf927d58df1f SHA512 
a655b5390022fb5049d2f75fe836a693033943060d820942d59eb0a34548363ff183e0f32d22ec277d1f8b5c7ab89ab1fba933f17ef1239d14d053bd6a5cf624
 WHIRLPOOL 
f7d5b6b1655f86ac3b843957e476ab17f2ef234bb5073678d182760cd6a370d24c98b14570474221d9f5ef9b24ffc76a5f4f82d596f466a7324dac95a04b9d77
 DIST libcdr-0.1.2.tar.xz 602024 SHA256 
6bdb20bcdec5ad1a115d0a3aada7d4b2758e9d22801d72b4ecc2e55fb3d5d42c SHA512 
c5c08444fa28be13b60ba1aa515a47606de80b079cbabb0276f54064820fecb2a6ee50a8b33a6cc1b2f5f46323d3de7f00822aadec5c3058a14adebf5255da91
 WHIRLPOOL 
bd3137e234bfa37e82f121b431bb47c5fe5844d3ccf3d73b1aa5660ee732a2705fca0280777111f22bac4056f2f82be7df1e93eb6668dc7c4062727635d89b10

diff --git a/media-libs/libcdr/libcdr-0.1.0.ebuild 
b/media-libs/libcdr/libcdr-0.1.0.ebuild
deleted file mode 100644
index da99f3d..000
--- a/media-libs/libcdr/libcdr-0.1.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/"
-inherit autotools eutils
-[[ ${PV} ==  ]] && inherit git-r3
-
-DESCRIPTION="Library parsing the Corel cdr documents"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   dev-libs/icu:=
-   dev-libs/librevenge
-   media-libs/lcms:2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-0.1.1-boost-1.59.patch"
-   epatch_user
-   [[ -d m4 ]] || mkdir "m4"
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(use_enable static-libs static) \
-   --disable-werror \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



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

2016-07-03 Thread Andreas Hüttel
commit: f9241ed98dee2354af0cb4346d471f9409e62616
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 10:03:28 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9241ed9

app-text/libabw: Drop old, latest version is stable

Package-Manager: portage-2.2.28

 app-text/libabw/Manifest|  2 --
 app-text/libabw/libabw-0.0.2.ebuild | 41 -
 app-text/libabw/libabw-0.1.0.ebuild | 41 -
 3 files changed, 84 deletions(-)

diff --git a/app-text/libabw/Manifest b/app-text/libabw/Manifest
index efab26d..dafaa6d 100644
--- a/app-text/libabw/Manifest
+++ b/app-text/libabw/Manifest
@@ -1,3 +1 @@
-DIST libabw-0.0.2.tar.xz 307432 SHA256 
d5cec855722e3c9caf451db2557aa8c81b279a562e67593477c58b02e948b594 SHA512 
3c656fb7d3e2b4388ea33fbc380ffd01d03abefffa6089f21708b78da75cce71f95a067f05b389823ca3857b2ec14aae9371978062571aa74bf854c6948fcd82
 WHIRLPOOL 
fb112e1a94b8983518ac3911215ea6f31091d922dfe4c3b80efbba747a71b100aa37aeb75753085d5cab15bb6b15541d401c0b55d29c85f716c972b1f3ff49fd
-DIST libabw-0.1.0.tar.xz 282268 SHA256 
ee99b280b7af226a48fd9afd395cc10bef2d8e4f844151277e90793706dfc0c1 SHA512 
209965359e1446862039c88c4199815583bbc4f63f3f0549f4261d3cb54ab0fb483480068d68a9bf9fe65fe6e3f9b0e05efe4cf8b9163efeadba129a70f93fd2
 WHIRLPOOL 
801eda0667c80b09f60e47c68fe759c3d245dd82d17b8d8dafe359c9bc96639dce44f18ab88dac92b338ca459dd8b69859aa795286c4fac4aab7a290213dfb22
 DIST libabw-0.1.1.tar.xz 287628 SHA256 
cfc698c2dd4ab592138a941ae26e2e18c3dac69bc196b5167df7f5eb88fc217e SHA512 
853dd86ecc79e8590d3163e05e145ad66240ae3cf12d206d021775a94bfb33d70aa5acdcdd193ac747baeae1ba0eed18099ea6f4515be23bdd70b431e96c4b1a
 WHIRLPOOL 
4672c825279b20b1df92d52950eba6344d4ca99711f050069e35503b995f05fafe597706f6587d08409af3f59a64717da365e2e6101ce23665819f25ce4da9f7

diff --git a/app-text/libabw/libabw-0.0.2.ebuild 
b/app-text/libabw/libabw-0.0.2.ebuild
deleted file mode 100644
index 150d9e6..000
--- a/app-text/libabw/libabw-0.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Library parsing abiword documents"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libabw/;
-SRC_URI="http://dev-www.libreoffice.org/src//${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   app-text/libwpd:0.9
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --disable-werror \
-   $(use_enable static-libs static) \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/app-text/libabw/libabw-0.1.0.ebuild 
b/app-text/libabw/libabw-0.1.0.ebuild
deleted file mode 100644
index a593522..000
--- a/app-text/libabw/libabw-0.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Library parsing abiword documents"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libabw/;
-SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --disable-werror \
-   $(use_enable static-libs static) \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/files/, app-text/liblangtag/

2016-07-03 Thread Andreas Hüttel
commit: 07db21d1127589d482e1c91da725014ba87273db
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 12:07:47 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07db21d1

app-text/liblangtag: Drop old

Package-Manager: portage-2.2.28

 app-text/liblangtag/Manifest   |  2 -
 .../liblangtag/files/liblangtag-0.5.1-gcc45.patch  | 30 ---
 app-text/liblangtag/liblangtag-0.5.1.ebuild| 45 --
 app-text/liblangtag/liblangtag-0.5.2.ebuild| 41 
 4 files changed, 118 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 7c65ad2..ad706ae 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,4 +1,2 @@
-DIST liblangtag-0.5.1.tar.bz2 651785 SHA256 
c3dd456762cd0b5fd1687f066c4bdf253d70b14729851b9cd05936a1cb46923b SHA512 
006ed5b8621bfc4330589eeba8581dd2214a29c985f782b0c123012105ac6ea447f1d7593daec86b0126daf7929e6845208c633c63df67beca2d6201a6961bbf
 WHIRLPOOL 
80f48834b00ba7732f07a7e88ae092a3f0f0168c3de176ad0544e130b8e0c3991a169ed4d502cdc9aff0af1fe3df43ac961d4c8517b9240b9934ea901c0626e5
-DIST liblangtag-0.5.2.tar.bz2 658800 SHA256 
2b8dc5fa86486a1277c64e9b429eaf8ce0fcbef473b9123bb0374b711848f1c3 SHA512 
73a40fbdef7820c3e1556b242e06e24040d048f62be8f9aeced0f12d0e606dfd8d49eb740bda4f0b07566c3d963d249c2440dbc9e865e1a3a11eb4fffcaa33a7
 WHIRLPOOL 
fd04e243e5069723666acb1ed58fff2f33455916f76bfd871ef59de0ebd6b0ae392527bff13be09aab120bf72ab3b3af25b031cbb6097f04c3922652e0777e6a
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133

diff --git a/app-text/liblangtag/files/liblangtag-0.5.1-gcc45.patch 
b/app-text/liblangtag/files/liblangtag-0.5.1-gcc45.patch
deleted file mode 100644
index 61bd1d0..000
--- a/app-text/liblangtag/files/liblangtag-0.5.1-gcc45.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 4a5ec00d229d9ccf293dc21ce64eb42de7e8118c Mon Sep 17 00:00:00 2001
-From: Jung-uk Kim 
-Date: Thu, 9 May 2013 15:59:35 -0400
-Subject: [PATCH] Fix duplicate typedef introduced in 57c47aa.
-

- liblangtag/lt-trie.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/liblangtag/lt-trie.c b/liblangtag/lt-trie.c
-index d2162c9..301a6da 100644
 a/liblangtag/lt-trie.c
-+++ b/liblangtag/lt-trie.c
-@@ -33,11 +33,11 @@ struct _lt_trie_t {
-   lt_iter_tmpl_t  parent;
-   lt_trie_node_t *root;
- };
--typedef struct _lt_trie_iter_t {
-+struct _lt_trie_iter_t {
-   lt_iter_tparent;
-   lt_list_t   *stack;
-   lt_string_t *pos_str;
--} lt_trie_iter_t;
-+};
- 
- /*< private >*/
- static lt_trie_node_t *
--- 
-1.8.2.3
-

diff --git a/app-text/liblangtag/liblangtag-0.5.1.ebuild 
b/app-text/liblangtag/liblangtag-0.5.1.ebuild
deleted file mode 100644
index b1c41fc..000
--- a/app-text/liblangtag/liblangtag-0.5.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/;
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2;
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-   dev-libs/glib
-   dev-libs/libxml2
-   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
-   sys-devel/gettext
-   test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}/${P}-gcc45.patch"
-)
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable introspection)
-   $(use_enable test)
-   )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install
-   prune_libtool_files --all
-}

diff --git a/app-text/liblangtag/liblangtag-0.5.2.ebuild 
b/app-text/liblangtag/liblangtag-0.5.2.ebuild
deleted file mode 100644

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

2016-07-03 Thread Andreas Hüttel
commit: 84005d2dfe83cee89b4961a494d95f2d0a7a14eb
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 12:04:14 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84005d2d

media-libs/libgltf: Drop old, latest version is stable

Package-Manager: portage-2.2.28

 media-libs/libgltf/Manifest |  1 -
 media-libs/libgltf/libgltf-0.0.1.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/media-libs/libgltf/Manifest b/media-libs/libgltf/Manifest
index aa8ba78..b18edd4 100644
--- a/media-libs/libgltf/Manifest
+++ b/media-libs/libgltf/Manifest
@@ -1,2 +1 @@
-DIST libgltf-0.0.1.tar.bz2 348202 SHA256 
2569bd6521a6afc53484746035478f1f8a8f002baa6c3d7ea83764e4db576345 SHA512 
7009b9f9fcf4033bf4a884bbc017a740390418552495f2f2c940bdac43ecebb9899f6f4b3b18f28f6fca2f352992c61aeecccf3087ceb272891a8710e678268e
 WHIRLPOOL 
a89f7531705cbabb460b6890fbc99007a8cbde1d775a77531d467b5ab9e10d4867358c11ad7c35e2064f6236d906a7bfce569e23ac1b6f74b9e448444e053af6
 DIST libgltf-0.0.2.tar.bz2 538040 SHA256 
d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b SHA512 
74ca5e5e0f38ee5a67e870b49f4adf6c9710dc696afb776149618c05d15e3527d605143230f7ceacd199b609bcbb683cfc72d8e4ef22ba5b9ca777c8a2b53dcf
 WHIRLPOOL 
fbac1dc41cab63d4f322893d1b55d513fe8eefad5d625db703134dc429b3b87b5b6d36c481810d6e819c8f8213846b700d318421ac7858347c5ddf1cd875a246

diff --git a/media-libs/libgltf/libgltf-0.0.1.ebuild 
b/media-libs/libgltf/libgltf-0.0.1.ebuild
deleted file mode 100644
index 40e42ba..000
--- a/media-libs/libgltf/libgltf-0.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://gerrit.libreoffice.org/libgltf.git"
-inherit base eutils
-[[ ${PV} ==  ]] && inherit autotools git-2
-
-DESCRIPTION="C++ Library for rendering OpenGL models stored in glTF format"
-HOMEPAGE="http://www.libreoffice.org;
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.bz2;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE="debug test"
-
-RDEPEND="virtual/opengl"
-
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   media-libs/glew:=
-   media-libs/glm
-   sys-devel/libtool
-   virtual/pkgconfig
-"
-
-# testsuite not in tarball
-# only in git; unsure
-RESTRICT="test"
-
-src_prepare() {
-   [[ -d m4 ]] || mkdir "m4"
-   base_src_prepare
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --disable-werror \
-   $(use_enable test tests)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



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

2016-07-03 Thread Andreas Hüttel
commit: 1fef8a1da808284891c379117d2545987da1294e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 10:05:04 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fef8a1d

app-text/libebook: Drop old

Package-Manager: portage-2.2.28

 app-text/libebook/Manifest  |  2 --
 app-text/libebook/libebook-0.0.2.ebuild | 50 -
 app-text/libebook/libebook-0.1.1.ebuild | 50 -
 3 files changed, 102 deletions(-)

diff --git a/app-text/libebook/Manifest b/app-text/libebook/Manifest
index ceaa0d4..c7a48aa 100644
--- a/app-text/libebook/Manifest
+++ b/app-text/libebook/Manifest
@@ -1,3 +1 @@
-DIST libe-book-0.0.2.tar.bz2 409605 SHA256 
c6f10ca827a2060e1a64497fbf43c5c113a07d4673f17a7c2c3da4ac6e2677ae SHA512 
843fb7c92e7bedb3f7747e3baa547b14845718075c6fc5f12fdc0af91ca976014b651b8cc5960e7ae2bf7c89dcad99b9fd60712c68faccbcbd84fd0f54683e78
 WHIRLPOOL 
357fbac27c16d0e4cc2fb97561e8af817de65223099c6e1824a33b90a58b473aa2d379dc715c4dfd33aab168bdafa6be61b0076ad443ddb79d6be14322653591
-DIST libe-book-0.1.1.tar.bz2 466712 SHA256 
90353fc60827a33b391d0b63ecfe5239229d489af99ff6ea014ede3b39fa32b5 SHA512 
5d952cac33ece4481057686f89f5a953508e6d5b8ddfdb45c745f79c881cd4429ec0a8024144bfc9cc3a53f7a201f25e831f9125f7cc4fc8591563df09d1feec
 WHIRLPOOL 
ff702630f2b8e05edaba25bc2f003f21f2ba838a7876aaa03777146083cd4539479f74785a02b41e166e448de2b27e83e9816cfd8dd2d8fc7b314716929a4d8b
 DIST libe-book-0.1.2.tar.bz2 465922 SHA256 
b710a57c633205b933015474d0ac0862253d1c52114d535dd09b20939a0d1850 SHA512 
82982874f9c0f5e400166e9367a4b6017cf11bbd69e2e79240137385a5d68ddea08f13676f8c5d0e983f441de17cda9f4b5f7c90c5cb3515e319de638edf3a38
 WHIRLPOOL 
068e8ed47ea5ad231c47d8848157db6c0bdd03425f87f181c2b3ce23c8006a9d7e6848d9dee960d3ad0fd5dbc24f8e7a4d15249056a0ae58debbb653d10a8228

diff --git a/app-text/libebook/libebook-0.0.2.ebuild 
b/app-text/libebook/libebook-0.0.2.ebuild
deleted file mode 100644
index 2797c91..000
--- a/app-text/libebook/libebook-0.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN="libe-book"
-MY_P="${MY_PN}-${PV}"
-
-inherit eutils
-
-DESCRIPTION="Library parsing various ebook formats"
-HOMEPAGE="http://www.sourceforge.net/projects/libebook/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="doc test"
-
-RDEPEND="
-   >=app-text/libwpd-0.9.5:0.9
-   dev-libs/icu:=
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost:=
-   dev-util/gperf
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-RDEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-   econf \
-   --disable-static \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable test tests) \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/app-text/libebook/libebook-0.1.1.ebuild 
b/app-text/libebook/libebook-0.1.1.ebuild
deleted file mode 100644
index 3f385d9..000
--- a/app-text/libebook/libebook-0.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN="libe-book"
-MY_P="${MY_PN}-${PV}"
-
-inherit eutils
-
-DESCRIPTION="Library parsing various ebook formats"
-HOMEPAGE="http://www.sourceforge.net/projects/libebook/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-libs/icu:=
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost:=
-   dev-util/gperf
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-RDEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-   econf \
-   --disable-static \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable test tests) \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



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

2016-07-03 Thread Andreas Hüttel
commit: 96b3180886b83e42930f674f10a8e5d0c937ed3e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 10:09:14 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b31808

app-text/libmwaw: Drop old

base.eclass usage eliminated.

Package-Manager: portage-2.2.28

 app-text/libmwaw/Manifest  |  3 ---
 app-text/libmwaw/libmwaw-0.1.10.ebuild | 45 --
 app-text/libmwaw/libmwaw-0.2.0.ebuild  | 45 --
 app-text/libmwaw/libmwaw-0.3.5.ebuild  | 44 -
 4 files changed, 137 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index ee5d620..cc6fde7 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,5 +1,2 @@
-DIST libmwaw-0.1.10.tar.xz 737680 SHA256 
9a4547923c6db24e51733f91ecd74a9c479473962c94fa6ae4260e1fdd4db3dd SHA512 
02c9fcaa8e71df81ccf4aeff1bc990735e1f629f7a80c1160fc8ceedcc1c53e23b7726c9e360516ebe43a730d4d38da5ecdc0b325afd2ac723dad662fd232d73
 WHIRLPOOL 
8858c296d13da94f7c2d13a97b7be5c43db98c596fc37779e77a4811984626f4597cd68f438bc0587a323f25c74d4d5a4a0fa5e5b564c5459c2e6101687b663f
-DIST libmwaw-0.2.0.tar.xz 808604 SHA256 
c30f228681ba2fc3715c9e41fcf2c3bb2b873911acb22602ab7b2eb1eeed85bd SHA512 
31a4641d30eaae8a6e4a7c38a875996c657c901efbf4b631a0575f8fa33a1bfe5c7fadfb867ba1d4c4a9ed321d304a4d1727d1d61596cedd75b6bf3bf0094094
 WHIRLPOOL 
81d7ad03f38d59c24fa6dcc87a586c7774c934e749becd465e8d58a54873072837c39ab52cfaf87011ddc03a24bf57aa52f804d70398c7091b42165456c22155
-DIST libmwaw-0.3.5.tar.xz 1069012 SHA256 
34fedad820078e0d51150518c51e537363d1d2d3301c203dd0cc31970281a9ef SHA512 
37468ecec556eb1ace77beb36ca176675ad5c9c362409b7cf689fedfb284e5e2c9cf776337dfd3500169d3af2adb976658e6d8edac02579d59ff11f8cdb6234c
 WHIRLPOOL 
0e6e84b9ed42be6b944fe328135d117eb61e524007a473ed259d206c8c2d2d162f075ba7f13c72f49f49fe7acd44ecfbfbaa3cc1c8eefcbd214ee2b507c8a5d0
 DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 
015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 
fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1
 WHIRLPOOL 
ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f
 DIST libmwaw-0.3.7.tar.xz 1167156 SHA256 
057611e871c279a28fcbede78dda11e500b9d5b341ab7064d6dce470f6fee8f9 SHA512 
17f15f029633a22f8e7db7855b32dd5f4061e1eb3df865426bb736d2a5f3b7c0f631c22506aaed77e5fc4bce0e881c1f28f58a600c1155eac91d5897027b5499
 WHIRLPOOL 
8a9a05879e5c657be144685730e444290e3746949d77d7d3f1fe0700a32e86b786d93ae60ad4175c179b081263773f0a8121434f789b7413fbce5c7221b02111

diff --git a/app-text/libmwaw/libmwaw-0.1.10.ebuild 
b/app-text/libmwaw/libmwaw-0.1.10.ebuild
deleted file mode 100644
index 7d213fb..000
--- a/app-text/libmwaw/libmwaw-0.1.10.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   >=app-text/libwpd-0.9.5:0.9
-   app-text/libwpg:0.2
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-sharedptr=boost \
-   --enable-zip \
-   --disable-werror \
-   $(use_enable static-libs static) \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/app-text/libmwaw/libmwaw-0.2.0.ebuild 
b/app-text/libmwaw/libmwaw-0.2.0.ebuild
deleted file mode 100644
index 90a77f1..000
--- a/app-text/libmwaw/libmwaw-0.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   app-text/libwpd:0.9
-   >=app-text/libwpg-0.2.2:0.2
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   sys-devel/libtool
-   

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

2016-07-03 Thread Andreas Hüttel
commit: 6242516d52f616d27ace4fe1b52c7544e365
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 10:07:38 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6242516d

app-text/libmspub: Drop old, latest version is stable

Package-Manager: portage-2.2.28

 app-text/libmspub/Manifest  |  2 --
 app-text/libmspub/libmspub-0.0.6.ebuild | 54 -
 app-text/libmspub/libmspub-0.1.1.ebuild | 53 
 3 files changed, 109 deletions(-)

diff --git a/app-text/libmspub/Manifest b/app-text/libmspub/Manifest
index 2166453..eeeb1f6 100644
--- a/app-text/libmspub/Manifest
+++ b/app-text/libmspub/Manifest
@@ -1,3 +1 @@
-DIST libmspub-0.0.6.tar.xz 353356 SHA256 
4cd4e3e9e3eef5ae676fa18415f3f342c17c28e5167d7354115a5cc2ea96a2f9 SHA512 
270046ddda02ddbde03d2deb0c0e643be85d6bfdb2ca532f425bb2c8ae84925ec621c41205123630b9afebf603615610edd472996a3e7272fb90ca5357257b16
 WHIRLPOOL 
95326bd3ac495bb119eb35b479b72cc5c594f3fe8dd779c033a08f2df8b39b04f99203d0d5524dcfe56ed36fa4e227d561e49fd8ab5aa1cb7d461491483394fa
-DIST libmspub-0.1.1.tar.xz 340096 SHA256 
d0ac8ec68a7546a3fd084c82024d1939937886c99b843c9fd8b62f8257c8fb5b SHA512 
5f9059f6b9c0517f3e85078d5f90c8c914b17219e5d6f266baa60df0e7d03c0d015c5bfc334f51ee1885b8e17b14588519b18d5952a6338ce1b364f3afb04489
 WHIRLPOOL 
9719ec2022331cca6236451151b09f8850a91128e561f4077fb9b80b279a79fbf4c9a2875e488b9af548544ea796aa473885a54fec5949e97ba52dd7765a6102
 DIST libmspub-0.1.2.tar.xz 345556 SHA256 
b0baabf82d20c08ad000e80fa02154ce2f2ffde1ee60240d6e3a917c3b35560f SHA512 
c19025a2b887c33f5966b0972204ab2a8ae841b82df38eaf53c0cdc8f99d93cccab5e1c78143a79d5aef9c7a7387bd6f2cf34833a00861058e0e4687f48be714
 WHIRLPOOL 
0ba2e79d0b9d0eecd632cba551251c40bf49331d98e9c6e657a9870bebfb4d68e755c738b0c8f3055b2c1cc8336d9ec00c98b147d3a960d3ccb63dd5fad534af

diff --git a/app-text/libmspub/libmspub-0.0.6.ebuild 
b/app-text/libmspub/libmspub-0.0.6.ebuild
deleted file mode 100644
index 248deee..000
--- a/app-text/libmspub/libmspub-0.0.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/"
-[[ ${PV} ==  ]] && inherit autotools git-2
-inherit base eutils
-
-DESCRIPTION="Library parsing the Microsoft Publisher documents"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libmspub;
-[[ ${PV} ==  ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ppc x86"
-
-IUSE="doc static-libs"
-
-RDEPEND="
-   app-text/libwpd:0.9
-   app-text/libwpg:0.2
-   dev-libs/icu:=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-libs/boost
-   sys-devel/libtool
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   base_src_prepare
-   [[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(use_enable static-libs static) \
-   --disable-werror \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/app-text/libmspub/libmspub-0.1.1.ebuild 
b/app-text/libmspub/libmspub-0.1.1.ebuild
deleted file mode 100644
index 447b193..000
--- a/app-text/libmspub/libmspub-0.1.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/"
-inherit base eutils
-[[ ${PV} ==  ]] && inherit autotools git-2
-
-DESCRIPTION="Library parsing Microsoft Publisher documents"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub;
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
-
-IUSE="doc static-libs"
-
-RDEPEND="
-   dev-libs/icu:=
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-libs/boost
-   sys-devel/libtool
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   base_src_prepare
-   [[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(use_enable static-libs static) \
-   --disable-werror \
-   $(use_with doc docs)

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

2016-07-03 Thread Andreas Hüttel
commit: 2eb82785b797f7f5b6c97e106f1eb882d202e708
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 10:12:02 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb82785

app-text/libodfgen: Drop old

Package-Manager: portage-2.2.28

 app-text/libodfgen/Manifest   |  2 --
 app-text/libodfgen/libodfgen-0.0.4.ebuild | 39 -
 app-text/libodfgen/libodfgen-0.1.3.ebuild | 41 ---
 3 files changed, 82 deletions(-)

diff --git a/app-text/libodfgen/Manifest b/app-text/libodfgen/Manifest
index 61c2494..a833fa0 100644
--- a/app-text/libodfgen/Manifest
+++ b/app-text/libodfgen/Manifest
@@ -1,4 +1,2 @@
-DIST libodfgen-0.0.4.tar.xz 296224 SHA256 
8f7a46f05417afbe957d0c3f88e375631b8651ea99bb2c231595408bc4224099 SHA512 
5d637139c30ce24e11f4ae102b3374c95afb66e6300ef6f45dd4c2957b36bc3c56da53d49b2b6c8ba9bbadc118dffeab11421b85a9ba47e1ccf101bc1cd75e1d
 WHIRLPOOL 
3382383a1a6edbdc183fe649812ee0285294845fdc5c47a8329cadf2fe0374f20189a9e6db0fc166d096c85400466ed56dcc1709e6728fe6b0e1e5b4c3f8c468
-DIST libodfgen-0.1.3.tar.xz 334744 SHA256 
d3a09d987e9c0955846cad1e8a885a9c7a76bfaff75d4c1b5626844c62808eba SHA512 
c93abc1ce100c38876b70c1458515086f93b1c376df905fd05d428f69e3f7c709a26c38b18583f878a7f2850b069b99917aeb44426d6decb3be3081bec039c86
 WHIRLPOOL 
74d17ed0320807cf4ddbd92452a59205b0195694c26692fda8c201964df3f56a38c27b65b9bcdaee58469bbf1e91c4a901903de9bb9e6c6050854678f611d2e7
 DIST libodfgen-0.1.4.tar.xz 356480 SHA256 
249b5ed8e1acc0fee32b4381b31b4ad9453b674d4f13886bda5e9dd2b4a5f1e1 SHA512 
b9229a6aea7dab1de2315a3632a3494bb785fafa8035e8f323176e76553f05cef8fc7b3e0b5fe6c154b4d8bd7ef69526703c580629dcac63adfd552539fcad69
 WHIRLPOOL 
de779e605c2f15b95108df405a860a9285d756c374681df416c26dcd77f5b893c07a3e89ae6d2a62275b518c921f8a4930ff29886607aada8d6bcf0d055c9462
 DIST libodfgen-0.1.6.tar.xz 359988 SHA256 
03b210ab44f05e38091508cdca6ba0ff73de3ea8a168f849b8f1c5059c20b9e9 SHA512 
bc5e6908ee14c576adececdf8a94ae01f2ed487e6f2490e41aab787e1e8f72a3fb2a786f51ceeefa327710af215741ce13bcf4bb3d99d2aaf403f568c5db75a5
 WHIRLPOOL 
2c71505c0189a59bb893c7edfd8e4050c7a60f6193e2a77ed63090d8f80618332b0f0c2020d1fc1f319b5635386381b6fea6d3d5117678d9c425d7661a70ddf1

diff --git a/app-text/libodfgen/libodfgen-0.0.4.ebuild 
b/app-text/libodfgen/libodfgen-0.0.4.ebuild
deleted file mode 100644
index 097b15d..000
--- a/app-text/libodfgen/libodfgen-0.0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
-HOMEPAGE="http://libwpd.sf.net;
-SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   =app-text/libetonyek-0.0*
-   app-text/libwpd:0.9
-   app-text/libwpg:0.2
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   virtual/pkgconfig
-"
-
-src_configure() {
-   econf \
-   --disable-static \
-   --disable-werror \
-   --with-sharedptr=boost \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/app-text/libodfgen/libodfgen-0.1.3.ebuild 
b/app-text/libodfgen/libodfgen-0.1.3.ebuild
deleted file mode 100644
index 63251dc..000
--- a/app-text/libodfgen/libodfgen-0.1.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
-HOMEPAGE="http://libwpd.sf.net;
-SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
-
-# git://git.code.sf.net/p/libwpd/libodfgen
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-RDEPEND="
-   dev-libs/librevenge
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   econf \
-   --disable-static \
-   --disable-werror \
-   --with-sharedptr=boost \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/, app-text/libetonyek/files/

2016-07-03 Thread Andreas Hüttel
commit: 9dbaba3637a5b6395a2ab18c4687b88d2802c286
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 10:06:49 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbaba36

app-text/libetonyek: Drop old

Package-Manager: portage-2.2.28

 app-text/libetonyek/Manifest   |  1 -
 .../libetonyek/files/libetonyek-0.0.3-comma.patch  | 11 
 .../files/libetonyek-0.0.3-lexical_cast.patch  | 56 
 app-text/libetonyek/libetonyek-0.0.3.ebuild| 59 --
 4 files changed, 127 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index c70916d..c057d31 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,3 +1,2 @@
-DIST libetonyek-0.0.3.tar.xz 341276 SHA256 
b5b96cd0857fc9a740d6ec737d613d95e9524103b9ab5a15bb6e645621d943e6 SHA512 
9d60170e4404582e29bc3f04c4389f37fa6d1aedb2bf5f90fbc47230a02f184237cd3f49f8f578ccf92e2b28a84dd438a63f8e0c219697e15df3d47c86954a55
 WHIRLPOOL 
2a1334edd7843b0a8c05f04a9613fc7a580c93385f729d397224004ea07a417c6601e4295558b610a0a0458cf2d9ccd4b8d346d74d28caa490f61e59987471f1
 DIST libetonyek-0.1.3.tar.xz 372884 SHA256 
fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 SHA512 
912cb94e6cd63a162a8831368f953c4e6fb14b582a13a7ce93c0bcbb63b688fcbe4733dbb883d6a9faee2011ca5e888d00adda075c2a58d00858770ed68d6844
 WHIRLPOOL 
5fe864e37f6611c8cda92243a13e08e38ce1fd6f9544ddee7d3392fa9bfe573cd9af6ddd0ff03c7a0cee19b63c46b96398d985eaeb7367cd06aac8796d3655b8
 DIST libetonyek-0.1.6.tar.xz 1243364 SHA256 
df54271492070fbcc6aad9f81ca89658b25dd106cc4ab6b04b067b7a43dcc078 SHA512 
10ae0403d98f33b27be4c3c905dec3df48cc01ce438f8760298edeadb76dd74da997edbd7dc03635fbc168b318bfe6e130f2306f495dfbf4135dd6dfcccabb4e
 WHIRLPOOL 
932704f1d8bb1269e6be8e3fd7bd64af01ba0f098272befc747da9a4bd225bb201542bebf31d6e6338e613835fca4d7c6e2c1454df4ed764af30459393b6d73b

diff --git a/app-text/libetonyek/files/libetonyek-0.0.3-comma.patch 
b/app-text/libetonyek/files/libetonyek-0.0.3-comma.patch
deleted file mode 100644
index 1504acc..000
--- a/app-text/libetonyek/files/libetonyek-0.0.3-comma.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 libetonyek-0.0.3/src/lib/KEYEnum.h 2013-12-06 09:40:36.0 +0100
-+++ libetonyek-0.0.3/src/lib/KEYEnum.h 2013-12-15 06:21:26.372083749 +0100
-@@ -33,7 +33,7 @@
-   KEY_CAPITALIZATION_NONE,
-   KEY_CAPITALIZATION_ALL_CAPS,
-   KEY_CAPITALIZATION_SMALL_CAPS,
--  KEY_CAPITALIZATION_TITLE,
-+  KEY_CAPITALIZATION_TITLE
- };
- 
- }

diff --git a/app-text/libetonyek/files/libetonyek-0.0.3-lexical_cast.patch 
b/app-text/libetonyek/files/libetonyek-0.0.3-lexical_cast.patch
deleted file mode 100644
index 19a5aea..000
--- a/app-text/libetonyek/files/libetonyek-0.0.3-lexical_cast.patch
+++ /dev/null
@@ -1,56 +0,0 @@
 libetonyek-0.0.3/src/lib/KEY2ParserUtils.cpp   2013-12-01 
21:44:51.0 +0100
-+++ libetonyek-0.0.3/src/lib/KEY2ParserUtils.cpp   2013-12-15 
06:53:07.474721349 +0100
-@@ -125,7 +125,7 @@
-   return KEYSize(size.second, size.first);
- }
- 
--bool KEY2ParserUtils::bool_cast(const char *const value)
-+bool KEY2ParserUtils::bool_cast(const char *value)
- {
-   KEY2Tokenizer tok;
-   switch (tok(value))
-@@ -142,6 +142,16 @@
-   return false;
- }
- 
-+double KEY2ParserUtils::double_cast(const char *value)
-+{
-+  return lexical_cast(value);
-+}
-+
-+int KEY2ParserUtils::int_cast(const char *value)
-+{
-+  return lexical_cast(value);
-+}
-+
- double KEY2ParserUtils::deg2rad(double value)
- {
-   // normalize range
 libetonyek-0.0.3/src/lib/KEY2ParserUtils.h 2013-10-30 22:04:38.0 
+0100
-+++ libetonyek-0.0.3/src/lib/KEY2ParserUtils.h 2013-12-15 06:50:40.296884951 
+0100
-@@ -81,6 +81,8 @@
- * @returns the boolean value of the string
- */
-   static bool bool_cast(const char *value);
-+  static double double_cast(const char *value);
-+  static int int_cast(const char *value);
- 
-   static double deg2rad(double value);
- 
 libetonyek-0.0.3/src/lib/KEY2StyleParser.cpp   2013-12-06 
10:36:13.0 +0100
-+++ libetonyek-0.0.3/src/lib/KEY2StyleParser.cpp   2013-12-15 
06:53:45.353451061 +0100
-@@ -62,12 +62,12 @@
- 
- optional readDouble(const KEYXMLReader )
- {
--  return readNumber(reader, KEY2Token::f, _cast);
-+  return readNumber(reader, KEY2Token::f, 
::double_cast);
- }
- 
- optional readInt(const KEYXMLReader )
- {
--  return readNumber(reader, KEY2Token::i, _cast);
-+  return readNumber(reader, KEY2Token::i, ::double_cast);
- }
- 
- optional readColor(const KEYXMLReader )

diff --git a/app-text/libetonyek/libetonyek-0.0.3.ebuild 
b/app-text/libetonyek/libetonyek-0.0.3.ebuild
deleted file mode 100644
index b125b75..000
--- a/app-text/libetonyek/libetonyek-0.0.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 

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

2016-07-03 Thread Joerg Bornkessel
commit: 439cb2883c63842a8d8c111c704717cd23b7fd1f
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sun Jul  3 20:16:09 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Sun Jul  3 20:17:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439cb288

media-plugins/vdr-suspendoutput: bump, this fix wrt bug 574162; clean up old

Package-Manager: portage-2.3.0

 media-plugins/vdr-suspendoutput/Manifest|  2 +-
 ...ndoutput-1.0.1.ebuild => vdr-suspendoutput-2.0.1.ebuild} | 13 +++--
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/media-plugins/vdr-suspendoutput/Manifest 
b/media-plugins/vdr-suspendoutput/Manifest
index 4e9a3a3f..dadf510 100644
--- a/media-plugins/vdr-suspendoutput/Manifest
+++ b/media-plugins/vdr-suspendoutput/Manifest
@@ -1 +1 @@
-DIST vdr-suspendoutput-1.0.1.tgz 33489 SHA256 
70ff2f8a4d12a85ea290da3245ede76979c722120cd1e9b9d44c9e8be454f88f SHA512 
8f572dd966f5dc92d7a2fc855f8468282e3582b003e6dc44b6ee94c8c406a79aea77bf6de54aae54c76964bdf82b2253705de1dfd177a5e9b9c192464e94332f
 WHIRLPOOL 
0a6c716badd71fed0eb737a9fc98315e46e402ba8ebae19af0fb28a599a30d573e8dcb5f85839289f34045b8e923d81b9e0edf7971b3264f2196ef4acb159966
+DIST vdr-suspendoutput-2.0.1.tgz 34753 SHA256 
d95973df361187cb40f11bae6e1aee019c2bdae6b3776f9eb074fc1b464a6df2 SHA512 
25f308d0d35bdff03aa9578f974e9c87ccc6113fa72bc8516383357c415c50e3f40c68bda8f073986efc2a85884446cbb2e10e32ed43e78c54c1413fd90aa13a
 WHIRLPOOL 
77f60687815e33c315e70332e6a6b95a429ae9eb9059dc8a0e0fa0549d07f0381f07b4afec2df13f50ee2c862c19bbfd01a50731d0d15d1f44fcf22650dcd405

diff --git a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild 
b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
similarity index 62%
rename from media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild
rename to media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
index 490c1f3..cfdbe77 100644
--- a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild
+++ b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI=6
 
 inherit vdr-plugin-2
 
@@ -17,3 +17,12 @@ IUSE=""
 
 DEPEND="media-video/vdr"
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+   vdr-plugin-2_src_prepare
+
+   # compile fix, wrt bug 574162
+   sed -e 246c"unsigned int TimeoutMs, bool runOnce)" \
+   -e 254c"unsigned int TimeoutMs, bool runOnce)" \
+   -i timer.h
+}
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/, app-office/libreoffice/files/

2016-07-03 Thread Andreas Hüttel
commit: dbc7c3c450ca1253f502aecfc117e37f0e22e0f1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 20:10:29 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:10:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc7c3c4

app-office/libreoffice: Fix build with gcc-6, bug 584892

Package-Manager: portage-2.3.0

 .../files/libreoffice-5.1.4.2-gcc6.patch   | 40 ++
 app-office/libreoffice/libreoffice-5.1.4.2.ebuild  |  3 ++
 app-office/libreoffice/libreoffice-5.1..ebuild |  3 ++
 3 files changed, 46 insertions(+)

diff --git a/app-office/libreoffice/files/libreoffice-5.1.4.2-gcc6.patch 
b/app-office/libreoffice/files/libreoffice-5.1.4.2-gcc6.patch
new file mode 100644
index 000..9e7ee73
--- /dev/null
+++ b/app-office/libreoffice/files/libreoffice-5.1.4.2-gcc6.patch
@@ -0,0 +1,40 @@
+From 91fcc0032c2d0d343b914dfe3bea0b0bf1589e91 Mon Sep 17 00:00:00 2001
+From: Rene Engelhard 
+Date: Tue, 24 May 2016 16:35:57 +0200
+Subject: [PATCH] KDE4 cflags no /usr/include usage to fix build failure with
+ gcc6
+
+Change-Id: I53106b9ebfa7cc5c7b6c6d6f3bb3a4e5f2261f4f
+---
+ configure.ac | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 091abb4..86cc7b6 100644
+--- a/configure.ac
 b/configure.ac
+@@ -7,6 +7,7 @@ the root of your Qt installation by exporting QT4DIR 
before running "configure".
+ if test "x$kde_incdir" = "xno"; then
+ AC_MSG_ERROR([KDE4 headers not found.  Please specify the root of 
your KDE4 installation by exporting KDE4DIR before running "configure".])
+ fi
++if test "$kde_incdir" = "/usr/include"; then kde_incdir=; fi
+ 
+ dnl Check for KDE4 libraries
+ AC_MSG_CHECKING([for KDE4 libraries])
+@@ -11134,7 +11135,12 @@ the root of your Qt installation by exporting QT4DIR 
before running "configure".
+ fi
+ 
+ PKG_CHECK_MODULES([QT4],[QtNetwork QtGui])
+-KDE4_CFLAGS="-I$kde_incdir $QT4_CFLAGS -DQT_CLEAN_NAMESPACE 
-DQT_THREAD_SUPPORT"
++if ! test -z "$kde_incdir"; then
++  KDE4_CFLAGS="-I$kde_incdir $QT4_CFLAGS -DQT_CLEAN_NAMESPACE 
-DQT_THREAD_SUPPORT"
++else
++  KDE4_CFLAGS="$QT4_CFLAGS -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT"
++fi
++
+ KDE4_LIBS="-L$kde_libdir -lkio -lkfile -lkdeui -lkdecore -L$qt_lib_dir 
$QT4_LIBS"
+ KDE4_CFLAGS=$(printf '%s' "$KDE4_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g")
+ FilterLibs "$KDE4_LIBS"
+-- 
+2.9.0
+

diff --git a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild 
b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
index 22da8a7..ca9fc14 100644
--- a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
+++ b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
@@ -242,6 +242,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 "
 
 PATCHES=(
+   # from 5.2 branch
+   "${FILESDIR}/${PN}-5.1.4.2-gcc6.patch"
+
# not upstreamable stuff
"${FILESDIR}/${PN}-4.4-system-pyuno.patch"
 )

diff --git a/app-office/libreoffice/libreoffice-5.1..ebuild 
b/app-office/libreoffice/libreoffice-5.1..ebuild
index 164ac1e..52653526 100644
--- a/app-office/libreoffice/libreoffice-5.1..ebuild
+++ b/app-office/libreoffice/libreoffice-5.1..ebuild
@@ -242,6 +242,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 "
 
 PATCHES=(
+   # from 5.2 branch
+   "${FILESDIR}/${PN}-5.1.4.2-gcc6.patch"
+
# not upstreamable stuff
"${FILESDIR}/${PN}-4.4-system-pyuno.patch"
 )



[gentoo-commits] proj/vdr/testing:master commit in: media-tv/mantis-v4l-dvb-hg/, profiles/, media-video/reelbox-ehd-driver/files/, /, ...

2016-07-03 Thread Joerg Bornkessel
commit: cb1837543f164cf7e8a97416470d601ffb30d975
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sun Jul  3 20:01:19 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Sun Jul  3 20:01:19 2016 +
URL:https://gitweb.gentoo.org/proj/vdr/testing.git/commit/?id=cb183754

clean up all packages, wrt bug 557798

 media-libs/libcle266mpegdec/ChangeLog  |  12 --
 media-libs/libcle266mpegdec/Manifest   |  24 
 .../files/digest-libcle266mpegdec-0.4  |   3 -
 .../files/digest-libcle266mpegdec-0.5  |   3 -
 .../libcle266mpegdec/libcle266mpegdec-0.4.ebuild   |  17 ---
 .../libcle266mpegdec/libcle266mpegdec-0.5.ebuild   |  17 ---
 media-libs/libcle266mpegdec/metadata.xml   |   6 -
 media-tv/mantis-v4l-dvb-hg/ChangeLog   |   8 --
 media-tv/mantis-v4l-dvb-hg/Manifest|   3 -
 .../mantis-v4l-dvb-hg/mantis-v4l-dvb-hg-0.1.ebuild | 128 -
 media-tv/mantis-v4l-dvb-hg/metadata.xml|  10 --
 media-tv/s2-liplianin/ChangeLog|   8 --
 media-tv/s2-liplianin/Manifest |   3 -
 media-tv/s2-liplianin/metadata.xml |  10 --
 media-tv/s2-liplianin/s2-liplianin-0.1.ebuild  | 127 
 media-tv/vdrseriestimer/ChangeLog  |  10 --
 media-tv/vdrseriestimer/Manifest   |  32 --
 .../files/digest-vdrseriestimer-0.2.5.2|   3 -
 media-tv/vdrseriestimer/files/epgsearchdirs.conf   |   1 -
 .../vdrseriestimer/files/epgsearchuservars.conf|   6 -
 .../files/epgsearchuservars.extended.conf  |   6 -
 .../files/vdrseriestimer-0.2.5.2-gentoo-conf.diff  |  11 --
 media-tv/vdrseriestimer/metadata.xml   |  10 --
 .../vdrseriestimer/vdrseriestimer-0.2.5.2.ebuild   |  57 -
 media-video/infosatepg/ChangeLog   |  25 
 media-video/infosatepg/Manifest|  20 
 .../infosatepg/files/digest-infosatepg-0.1.2   |   3 -
 .../infosatepg/files/infosatepg-0.1.2-gcc4.diff|  12 --
 media-video/infosatepg/infosatepg-0.1.2.ebuild |  55 -
 media-video/infosatepg/metadata.xml|  12 --
 media-video/reelbox-ehd-bin/ChangeLog  |  41 ---
 media-video/reelbox-ehd-bin/Manifest   |  13 ---
 media-video/reelbox-ehd-bin/files/reelbox-ehd  |  34 --
 media-video/reelbox-ehd-bin/metadata.xml   |  14 ---
 .../reelbox-ehd-bin/reelbox-ehd-bin-11210.ebuild   |  53 -
 .../reelbox-ehd-bin/reelbox-ehd-bin-12133.ebuild   |  52 -
 .../reelbox-ehd-bin/reelbox-ehd-bin-12384.ebuild   |  52 -
 .../reelbox-ehd-bin/reelbox-ehd-bin-14244.ebuild   |  56 -
 .../reelbox-ehd-bin/reelbox-ehd-bin-9302.ebuild|  52 -
 media-video/reelbox-ehd-driver/ChangeLog   |  46 
 media-video/reelbox-ehd-driver/Manifest|  13 ---
 .../reelbox-ehd-driver/files/45-reelbox.rules  |   3 -
 media-video/reelbox-ehd-driver/files/hdshm.conf|   2 -
 media-video/reelbox-ehd-driver/metadata.xml|  14 ---
 .../reelbox-ehd-driver-11210.ebuild|  51 
 .../reelbox-ehd-driver-12133.ebuild|  50 
 .../reelbox-ehd-driver-12384-r1.ebuild |  74 
 .../reelbox-ehd-driver-12384.ebuild|  50 
 .../reelbox-ehd-driver-13986.ebuild|  77 -
 media-video/reelbox-ehd-headers/ChangeLog  |  35 --
 media-video/reelbox-ehd-headers/Manifest   |  15 ---
 media-video/reelbox-ehd-headers/files/Make.common  | 110 --
 .../reelbox-ehd-headers/files/osdpip_12384.diff|  11 --
 .../reelbox-ehd-headers/files/osdpip_13986.diff|  11 --
 media-video/reelbox-ehd-headers/metadata.xml   |  14 ---
 .../reelbox-ehd-headers-11210.ebuild   |  43 ---
 .../reelbox-ehd-headers-12133.ebuild   |  42 ---
 .../reelbox-ehd-headers-12384.ebuild   |  49 
 .../reelbox-ehd-headers-13986.ebuild   |  49 
 .../reelbox-ehd-headers-9302.ebuild|  41 ---
 media-video/reelbox-ehd-tools/ChangeLog|  44 ---
 media-video/reelbox-ehd-tools/Manifest |  12 --
 media-video/reelbox-ehd-tools/metadata.xml |  14 ---
 .../reelbox-ehd-tools-11210.ebuild |  58 --
 .../reelbox-ehd-tools-12133.ebuild |  57 -
 .../reelbox-ehd-tools-12384.ebuild |  58 --
 .../reelbox-ehd-tools-13986.ebuild |  61 --
 .../reelbox-ehd-tools-9302.ebuild  |  49 
 media-video/reelbox-ehd-xine/ChangeLog |  16 ---
 media-video/reelbox-ehd-xine/Manifest  |   7 --
 media-video/reelbox-ehd-xine/metadata.xml  |  14 ---
 .../reelbox-ehd-xine-12384-r1.ebuild   |  58 --
 

[gentoo-commits] repo/gentoo:master commit in: app-office/lotus-notes/, profiles/

2016-07-03 Thread Andreas Hüttel
commit: 901f9ba4efa8eccae358ebd1c13f19184ebee2e7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:58:49 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:58:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901f9ba4

package.mask, metadata: drop lotus-notes to maintainer-needed and mask for 
removal

 app-office/lotus-notes/metadata.xml | 4 
 profiles/package.mask   | 6 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-office/lotus-notes/metadata.xml 
b/app-office/lotus-notes/metadata.xml
index 13ce236..097975e 100644
--- a/app-office/lotus-notes/metadata.xml
+++ b/app-office/lotus-notes/metadata.xml
@@ -1,8 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   off...@gentoo.org
-   Gentoo Office project
-   
 

diff --git a/profiles/package.mask b/profiles/package.mask
index ca52156..e5f07db 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel  (3 Jul 2016)
+# One of the last reverse dependencies of the deprecated libgnomeprint*
+# libs and some others; unmaintained; obsolete version.
+# Masked for removal in 30 days.
+app-office/lotus-notes
+
 # Hans de Graaff  (2 Jul 2016)
 # This slot has unfixed security issues. With dev-ruby/rails:3.2
 # masked there are no reverse dependencies anymore.



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

2016-07-03 Thread Andreas Hüttel
commit: 79886d735462a1004916e8b6fd3433886f1ce44d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:53:48 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:54:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79886d73

dev-libs/hyphen: Add missing DEPEND on dev-lang/perl, bug 583904

Package-Manager: portage-2.3.0

 dev-libs/hyphen/hyphen-2.8.6.ebuild | 6 --
 dev-libs/hyphen/hyphen-2.8.8.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-libs/hyphen/hyphen-2.8.6.ebuild 
b/dev-libs/hyphen/hyphen-2.8.6.ebuild
index 849fb13..930c4cc 100644
--- a/dev-libs/hyphen/hyphen-2.8.6.ebuild
+++ b/dev-libs/hyphen/hyphen-2.8.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,9 @@ KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-text/hunspell"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+"
 
 DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"
 

diff --git a/dev-libs/hyphen/hyphen-2.8.8.ebuild 
b/dev-libs/hyphen/hyphen-2.8.8.ebuild
index 628a462..d72f860 100644
--- a/dev-libs/hyphen/hyphen-2.8.8.ebuild
+++ b/dev-libs/hyphen/hyphen-2.8.8.ebuild
@@ -14,7 +14,9 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86
 IUSE="static-libs"
 
 RDEPEND="app-text/hunspell"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+"
 
 DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"
 



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

2016-07-03 Thread Zac Medico
commit: 90e5c1037f2504426584257e5b82daae3bfceb8a
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul  3 19:44:09 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul  3 19:45:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e5c103

dev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir

Package-Manager: portage-2.3.0

 dev-libs/keybinder/keybinder-0.3.0-r200.ebuild | 4 ++--
 dev-libs/keybinder/keybinder-0.3.0-r300.ebuild | 4 ++--
 dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild 
b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
index bdcbb18..916cf2e 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -51,7 +51,7 @@ src_configure() {
$(use_enable introspection) \
$(use_enable python) \
${myconf} \
-   --with-html-dir=/usr/share/doc/${PF}/html
+   --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
 }
 
 src_install() {

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild 
b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
index 4ed13fe..724c6fa 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
 src_configure() {
econf \
$(use_enable introspection) \
-   --with-html-dir=/usr/share/doc/${PF}/html
+   --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
 }
 
 src_install() {

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild 
b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
index 5db4191..fee8390 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
 src_configure() {
econf \
$(use_enable introspection) \
-   --with-html-dir=/usr/share/doc/${PF}/html
+   --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
 }
 
 src_install() {



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

2016-07-03 Thread Andreas Hüttel
commit: 2b05acbef55d3ea65b8efd7473bc02f34f003910
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:42:51 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:42:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b05acbe

media-libs/harfbuzz: Remove old

Package-Manager: portage-2.3.0

 media-libs/harfbuzz/Manifest  |   1 -
 media-libs/harfbuzz/harfbuzz-1.2.6.ebuild | 102 --
 2 files changed, 103 deletions(-)

diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
index 23fcb6b..7dc4462 100644
--- a/media-libs/harfbuzz/Manifest
+++ b/media-libs/harfbuzz/Manifest
@@ -1,4 +1,3 @@
 DIST harfbuzz-0.9.41.tar.bz2 1188176 SHA256 
d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c SHA512 
821b2fbd0d668c90e9e0040f60b7cfd8d35954d218045cebfb5e9c6ba29aba4230d0cd8e951697c26afcc4da447177fe967fa323449499fa710b52dd7e1a7011
 WHIRLPOOL 
84ba899d8fbc27b19d255d3c40e2d1f92c8c0dcc0a764b5c83c8c470af4902891f954d11aa64b6eb69aac0e8cf55c36ee9babff0a9260fc9f6286ce48330accb
 DIST harfbuzz-1.1.3.tar.bz2 1294579 SHA256 
d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7 SHA512 
e418a1543ec2a1e58e5d8d0ba9a40e8675eda13c94c664ff83ed6303c724f078cf1744883b454c46ec40157db8dc05e7f2cf5e52200601bb1e13827d8dfbaccf
 WHIRLPOOL 
9d18d985df77ff841b1a87d25f17eb472517e109a051f2ed213b44ec91de3a499853cf7d93e23f5ac4c199ec65f2dd02300e05097cb4983565ebb9227c8d3810
-DIST harfbuzz-1.2.6.tar.bz2 1336078 SHA256 
7537bacccb3524df0cd2a4d5bc7e168bcc10e8171e0324f3cd522583868192c1 SHA512 
00963674f41d12fb231c59813693f7b665924a1b57d9410a7a00de533aa6c5693b3852fbf03b8ed07183fb2e648b9250d949df59830e38c6adc0360ae8580edc
 WHIRLPOOL 
ae575709ff48c7c4b06417ecdd2712c5e8ce4c6ed789a64fdf50e884ce35258e5d3d35138ee81a232e852694bba96e4f4455827a74aec97d1143979a638cf5ef
 DIST harfbuzz-1.2.7.tar.bz2 1345389 SHA256 
bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026 SHA512 
e1edfa0bf4936f7d47e5622547429b7f573710ac0c4fc023a7b00e1dceca8aa7f02800166eea0c883ae44d2886c50416d61791a8a8240ddaab9f4e389dadfff2
 WHIRLPOOL 
2ffcdb29b2a0506afb99e337c426c2e71cbc9ebf75add0ad25367fef6162984109260d6434fd1bf4fa9a8faba520eab1d5b1059286cd0d6d8a602dbf13d9181e

diff --git a/media-libs/harfbuzz/harfbuzz-1.2.6.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.2.6.ebuild
deleted file mode 100644
index 03f88f1..000
--- a/media-libs/harfbuzz/harfbuzz-1.2.6.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
-[[ ${PV} ==  ]] && inherit git-r3 autotools
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils libtool multilib-minimal python-any-r1 xdg-utils
-
-DESCRIPTION="An OpenType text shaping engine"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz;
-[[ ${PV} ==  ]] || 
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2;
-
-LICENSE="Old-MIT ISC icu"
-SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
-[[ ${PV} ==  ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
-
-IUSE="+cairo fontconfig +glib +graphite icu +introspection static-libs test 
+truetype"
-REQUIRED_USE="introspection? ( glib )"
-
-RDEPEND="
-   cairo? ( x11-libs/cairo:= )
-   fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] )
-   glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
-   graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
-   icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.34:= )
-   truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   virtual/pkgconfig
-   test? ( ${PYTHON_DEPS} )
-"
-# eautoreconf requires gobject-introspection-common
-# ragel needed if regenerating *.hh files from *.rl
-[[ ${PV} =  ]] && DEPEND="${DEPEND}
-   >=dev-libs/gobject-introspection-common-1.34
-   dev-util/ragel
-"
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   xdg_environment_reset
-
-   if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then
-   # on Darwin/Solaris we need to link with g++, like automake 
defaults
-   # to, but overridden by upstream because on Linux this is not
-   # necessary, bug #449126
-   sed -i \
-   -e 's/\/CXXLINK/' \
-   src/Makefile.am || die
-   sed -i \
-   -e '/libharfbuzz_la_LINK = /s/\/CXXLINK/' \
-   src/Makefile.in || die
-   sed -i \
-

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

2016-07-03 Thread Andreas Hüttel
commit: d07b8dd933bff7da2751c7b81b4ba5444545df5e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:36:40 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:36:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07b8dd9

app-office/calligra: Specify okular slot operator by writing the dependency 
manually, bug 577216

Package-Manager: portage-2.3.0

 app-office/calligra/calligra-2.9.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligra/calligra-2.9.11.ebuild 
b/app-office/calligra/calligra-2.9.11.ebuild
index a60a989..27e0844 100644
--- a/app-office/calligra/calligra-2.9.11.ebuild
+++ b/app-office/calligra/calligra-2.9.11.ebuild
@@ -99,7 +99,7 @@ RDEPEND="
)
marble? ( $(add_kdeapps_dep marble) )
mysql? ( virtual/mysql )
-   okular? ( $(add_kdeapps_dep okular) )
+   okular? ( >=kde-apps/okular-4.4:4=[aqua=] )
opengl? (
media-libs/glew
virtual/glu



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

2016-07-03 Thread Jeroen Roovers
commit: 7691558f34811786e6f11b0d20d8c6a17fa99261
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul  3 19:25:55 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul  3 19:25:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7691558f

net-im/pidgin: Stable for HPPA (bug #586698).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

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

diff --git a/net-im/pidgin/pidgin-2.11.0.ebuild 
b/net-im/pidgin/pidgin-2.11.0.ebuild
index 110d48a..f17e8ae 100644
--- a/net-im/pidgin/pidgin-2.11.0.ebuild
+++ b/net-im/pidgin/pidgin-2.11.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0/2" # libpurple version
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-freebsd 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-freebsd 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile mxit pie"
 IUSE+=" networkmanager nls perl silc tcl tk spell sasl ncurses"
 IUSE+=" groupwise prediction python +xscreensaver zephyr zeroconf" # mono"



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

2016-07-03 Thread Jeroen Roovers
commit: edf8bff15561ebc02f18f3872203bf3b4bd7760e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul  3 19:20:30 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul  3 19:21:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf8bff1

dev-libs/elfutils: Stable for HPPA (bug #585476).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

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

diff --git a/dev-libs/elfutils/elfutils-0.166.ebuild 
b/dev-libs/elfutils/elfutils-0.166.ebuild
index 1bf7fd7..aaf7753 100644
--- a/dev-libs/elfutils/elfutils-0.166.ebuild
+++ b/dev-libs/elfutils/elfutils-0.166.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils"
 
 # This pkg does not actually seem to compile currently in a uClibc



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

2016-07-03 Thread Jeroen Roovers
commit: c0e3abf053e8d3c2215e206effd3a898a20dfb90
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul  3 19:20:51 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul  3 19:21:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e3abf0

dev-libs/gmp: Stable for HPPA (bug #586540).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

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

diff --git a/dev-libs/gmp/gmp-6.1.0.ebuild b/dev-libs/gmp/gmp-6.1.0.ebuild
index fd1d48b..528e255 100644
--- a/dev-libs/gmp/gmp-6.1.0.ebuild
+++ b/dev-libs/gmp/gmp-6.1.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
 SLOT="0/10.4"
-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="+asm doc cxx pgo static-libs"
 
 DEPEND="sys-devel/m4



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

2016-07-03 Thread Jeroen Roovers
commit: ec2e203f1af7ca9c841c3c3fb94525cf6ac01d6c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul  3 19:17:25 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul  3 19:21:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2e203f

app-admin/sysstat: Version bump.

Package-Manager: portage-2.3.0

 app-admin/sysstat/Manifest  |  2 +
 app-admin/sysstat/sysstat-11.2.5.ebuild | 93 +
 app-admin/sysstat/sysstat-11.3.5.ebuild | 93 +
 3 files changed, 188 insertions(+)

diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
index 4fb4ca1..72e3adf 100644
--- a/app-admin/sysstat/Manifest
+++ b/app-admin/sysstat/Manifest
@@ -2,5 +2,7 @@ DIST sysstat-11.0.2.tar.xz 291256 SHA256 
acd87fdfbe7c796480f14fc26119d8f785d2682
 DIST sysstat-11.2.2.tar.xz 323376 SHA256 
e92c9980c6dde7e7faa3b91eb56c82de37139dc4d07eb69ca137eed44d161f5a SHA512 
c7cf8134db3366588de58d64c6f852b23974ef99737960d8ec44f93d986690da8f83126132deaee4e02e565518d48678e32e969fa0ad9de36d9ccddfe4639506
 WHIRLPOOL 
7ab889d9d00ea5e54b0eecc312fc1f080b05151c2bed3cc648b5e301753e53cc348f34b1f2d0a5dec7d07083da7623acaa439f6c295b9b748812f6cce6065d8d
 DIST sysstat-11.2.3.tar.xz 323396 SHA256 
a7d8f194c1aa71dfe28fb96687c587b8866bd32fa27ee89825fe6aa79416d5ca SHA512 
f5fe350531710cd0e67836dfe596dbbe32c8a22e2b26285e311dd8a6c643ad0eda3ae75789e587bc54747026b73f708ab55346d34e8fe5c49782001b6780a42a
 WHIRLPOOL 
8da1755ded464622e159c9298c40e5c413d9f717301795495deb9e7b9329d7f0292d09cde2775af02870e8157f6287ecc4dbd4d5c3dcc6f0eafab8fddb8eabc6
 DIST sysstat-11.2.4.tar.xz 323472 SHA256 
2fb41049ef72c58c29e5966b27f31d8a30f8f468ef994c4ad0f20900fa0473b7 SHA512 
e22ce08a1a058004b40fb15a452631a8bbafce98aa899874243c4b9e392f9ac83f63d20e010d706a6da895712a31cfba845ecf6c4844810648007a5388f237f4
 WHIRLPOOL 
67ba7c639d425339a48c2d65f946585ebf28082f4c35e83206bd7ce19814c1acd29172304a8824d3837d77476db24c9d81635a65d450c4656b9c8c2919650e63
+DIST sysstat-11.2.5.tar.xz 323544 SHA256 
4d5c9cd9122aa933ac477f369eb40c66236365a88516577c9655516f6f32e8e4 SHA512 
895970728be18a2ab3eac8df462a7c31ab0363b18e05deebf9332a8fb0b0f2f13876d1f5515eaf72537eed436d3f8802e36b9e0e7624d1ca360483f8705f40e6
 WHIRLPOOL 
98efe23ee3e35d220c0a9e857e9ba2a76475c88b91f270c8a185000ef7ff5e2ac913a2d7c0b69b29ae394c36337f5d81cf6eedcf246a3f9e66f121384916
 DIST sysstat-11.3.3.tar.xz 335712 SHA256 
3e9bbfcb703a6831af17cf701744d2d7f7e302a8f7f7cae469b47a3cb0507d54 SHA512 
d28144124b62d42520586d8e72be1131c00a738e599c56872cd31f00061f3e187d1ffc80d0db20323b1cb709433fd926073f22a116222cbfce86e97d1bbecd0d
 WHIRLPOOL 
ce209792b69b4de6a0ab95cf50448c27ad4572be79fc22f9764b3907f7b60eb6b91621bbd504a7da0227c9654937aa569e32414a4279000ab2a6bbdb5d5e381e
 DIST sysstat-11.3.4.tar.xz 338244 SHA256 
84231474b243eaffaf4b83e5a801085144361a1c8a50e9ea8a5d52ad269d20b1 SHA512 
87fc46a52b4aaa4ae6b69ad1ca9d201025ba0ebe766203586bf9b4820f64a0a514f645eeedc9ca24016acf9f0c784c60516f0b630aa6342c1c0c0408fcdb719a
 WHIRLPOOL 
5c65adfb11078b51bb53e382e0d60ac65c39eb19c9fbe1247d0e005306aefa06e764594ed08cb0f710dd20bf6a8b3cbdd2fedff72a3dde75fc7008f75bfecdb6
+DIST sysstat-11.3.5.tar.xz 343364 SHA256 
aa06ab8132d618ed7737346ac882732d54c9f2956f6ab3c9d36657c5e1923709 SHA512 
1a791cf3d671093e4bcb3f4b4b487c6935d356c3c8caf6a716b42a40254814a3d18c2589cfba7a353efa285863259d08b9393c36a4df6401cd6015b3f08cc244
 WHIRLPOOL 
fec50f8c08b1b96de57c856ea1ee8fcdb55f5c7a1ab022dedb67e062f72a57491a189dd907e2653c86aa0344aad2bd90b139eb85c0976749361d38ea0ba5f4cc

diff --git a/app-admin/sysstat/sysstat-11.2.5.ebuild 
b/app-admin/sysstat/sysstat-11.2.5.ebuild
new file mode 100644
index 000..3f9181c
--- /dev/null
+++ b/app-admin/sysstat/sysstat-11.2.5.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic multilib systemd toolchain-funcs
+
+DESCRIPTION="System performance tools for Linux"
+HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/;
+SRC_URI="${HOMEPAGE}${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="debug isag nls lm_sensors selinux static"
+
+CDEPEND="
+   isag? (
+   dev-lang/tk:0
+   dev-vcs/rcs
+   sci-visualization/gnuplot
+   )
+   nls? ( virtual/libintl )
+   lm_sensors? ( sys-apps/lm_sensors )
+"
+DEPEND="
+   ${CDEPEND}
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${CDEPEND}
+   selinux? ( sec-policy/selinux-sysstat )
+"
+
+SYSSTAT_FAKE_RC_DIR=Gentoo-does-not-use-rc.d
+
+src_prepare() {
+   if use nls; then
+   strip-linguas -i nls/
+   local lingua pofile
+   for pofile in nls/*.po; do
+   lingua=${pofile/nls\/}
+   lingua=${lingua/.po}
+   if ! has 

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

2016-07-03 Thread Jeroen Roovers
commit: ac33e3b669e8d5c8b053f392974d56ca8230a386
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul  3 19:18:52 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul  3 19:21:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac33e3b6

app-admin/sysstat: Old.

Package-Manager: portage-2.3.0

 app-admin/sysstat/Manifest  |  2 -
 app-admin/sysstat/sysstat-11.2.3.ebuild | 93 -
 app-admin/sysstat/sysstat-11.2.4.ebuild | 93 -
 app-admin/sysstat/sysstat-11.3.3.ebuild | 93 -
 app-admin/sysstat/sysstat-11.3.4.ebuild | 93 -
 5 files changed, 374 deletions(-)

diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
index 72e3adf..829e2e4 100644
--- a/app-admin/sysstat/Manifest
+++ b/app-admin/sysstat/Manifest
@@ -1,8 +1,6 @@
 DIST sysstat-11.0.2.tar.xz 291256 SHA256 
acd87fdfbe7c796480f14fc26119d8f785d26827d74a0f5bced6c492a91f1b96 SHA512 
4bb5f2ee14346d83c59bd4da36ae8fc6c13197eabb808b1b5db84b593f07d8b366b1f6329abed8d43e2a8497a89de0f89a398b741d4ca23b4a3a95973b5f0f54
 WHIRLPOOL 
98daee288e22f803f19bbe423eb999f527e8997f2ffd3fe1fe784363260365ee833dd33b755f44d6bfcc685f70b47cb8fd70fdd9a3fa679829c1e608bd65f8e2
 DIST sysstat-11.2.2.tar.xz 323376 SHA256 
e92c9980c6dde7e7faa3b91eb56c82de37139dc4d07eb69ca137eed44d161f5a SHA512 
c7cf8134db3366588de58d64c6f852b23974ef99737960d8ec44f93d986690da8f83126132deaee4e02e565518d48678e32e969fa0ad9de36d9ccddfe4639506
 WHIRLPOOL 
7ab889d9d00ea5e54b0eecc312fc1f080b05151c2bed3cc648b5e301753e53cc348f34b1f2d0a5dec7d07083da7623acaa439f6c295b9b748812f6cce6065d8d
-DIST sysstat-11.2.3.tar.xz 323396 SHA256 
a7d8f194c1aa71dfe28fb96687c587b8866bd32fa27ee89825fe6aa79416d5ca SHA512 
f5fe350531710cd0e67836dfe596dbbe32c8a22e2b26285e311dd8a6c643ad0eda3ae75789e587bc54747026b73f708ab55346d34e8fe5c49782001b6780a42a
 WHIRLPOOL 
8da1755ded464622e159c9298c40e5c413d9f717301795495deb9e7b9329d7f0292d09cde2775af02870e8157f6287ecc4dbd4d5c3dcc6f0eafab8fddb8eabc6
 DIST sysstat-11.2.4.tar.xz 323472 SHA256 
2fb41049ef72c58c29e5966b27f31d8a30f8f468ef994c4ad0f20900fa0473b7 SHA512 
e22ce08a1a058004b40fb15a452631a8bbafce98aa899874243c4b9e392f9ac83f63d20e010d706a6da895712a31cfba845ecf6c4844810648007a5388f237f4
 WHIRLPOOL 
67ba7c639d425339a48c2d65f946585ebf28082f4c35e83206bd7ce19814c1acd29172304a8824d3837d77476db24c9d81635a65d450c4656b9c8c2919650e63
 DIST sysstat-11.2.5.tar.xz 323544 SHA256 
4d5c9cd9122aa933ac477f369eb40c66236365a88516577c9655516f6f32e8e4 SHA512 
895970728be18a2ab3eac8df462a7c31ab0363b18e05deebf9332a8fb0b0f2f13876d1f5515eaf72537eed436d3f8802e36b9e0e7624d1ca360483f8705f40e6
 WHIRLPOOL 
98efe23ee3e35d220c0a9e857e9ba2a76475c88b91f270c8a185000ef7ff5e2ac913a2d7c0b69b29ae394c36337f5d81cf6eedcf246a3f9e66f121384916
-DIST sysstat-11.3.3.tar.xz 335712 SHA256 
3e9bbfcb703a6831af17cf701744d2d7f7e302a8f7f7cae469b47a3cb0507d54 SHA512 
d28144124b62d42520586d8e72be1131c00a738e599c56872cd31f00061f3e187d1ffc80d0db20323b1cb709433fd926073f22a116222cbfce86e97d1bbecd0d
 WHIRLPOOL 
ce209792b69b4de6a0ab95cf50448c27ad4572be79fc22f9764b3907f7b60eb6b91621bbd504a7da0227c9654937aa569e32414a4279000ab2a6bbdb5d5e381e
 DIST sysstat-11.3.4.tar.xz 338244 SHA256 
84231474b243eaffaf4b83e5a801085144361a1c8a50e9ea8a5d52ad269d20b1 SHA512 
87fc46a52b4aaa4ae6b69ad1ca9d201025ba0ebe766203586bf9b4820f64a0a514f645eeedc9ca24016acf9f0c784c60516f0b630aa6342c1c0c0408fcdb719a
 WHIRLPOOL 
5c65adfb11078b51bb53e382e0d60ac65c39eb19c9fbe1247d0e005306aefa06e764594ed08cb0f710dd20bf6a8b3cbdd2fedff72a3dde75fc7008f75bfecdb6
 DIST sysstat-11.3.5.tar.xz 343364 SHA256 
aa06ab8132d618ed7737346ac882732d54c9f2956f6ab3c9d36657c5e1923709 SHA512 
1a791cf3d671093e4bcb3f4b4b487c6935d356c3c8caf6a716b42a40254814a3d18c2589cfba7a353efa285863259d08b9393c36a4df6401cd6015b3f08cc244
 WHIRLPOOL 
fec50f8c08b1b96de57c856ea1ee8fcdb55f5c7a1ab022dedb67e062f72a57491a189dd907e2653c86aa0344aad2bd90b139eb85c0976749361d38ea0ba5f4cc

diff --git a/app-admin/sysstat/sysstat-11.2.3.ebuild 
b/app-admin/sysstat/sysstat-11.2.3.ebuild
deleted file mode 100644
index 2dc8b97..000
--- a/app-admin/sysstat/sysstat-11.2.3.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic multilib systemd toolchain-funcs
-
-DESCRIPTION="System performance tools for Linux"
-HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/;
-SRC_URI="${HOMEPAGE}${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
-IUSE="debug +doc isag nls lm_sensors selinux static"
-
-CDEPEND="
-   isag? (
-   dev-lang/tk:0
-   dev-vcs/rcs
-   sci-visualization/gnuplot
-   )
-   nls? ( virtual/libintl )
-   lm_sensors? ( sys-apps/lm_sensors )
-"
-DEPEND="
-   

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

2016-07-03 Thread Andreas Hüttel
commit: 432384028d4eaf1060ca3f44b3f546187c9a195d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:18:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:18:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43238402

app-text/liblangtag: Fix license, bump EAPI, migrate away from autotools-utils

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.8.ebuild | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index f39ad36..3f5ed5d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -2,41 +2,39 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit xdg-utils autotools-utils
+inherit xdg-utils eutils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/;
 SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2;
 
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
+LICENSE="|| ( LGPL-3 MPL-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="introspection static-libs test"
 
 RDEPEND="
-   dev-libs/glib
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
-   test? ( dev-libs/check )"
+   test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"
 
 src_configure() {
xdg_environment_reset
-   local myeconfargs=(
-   $(use_enable introspection)
+   econf \
+   $(use_enable introspection) \
$(use_enable test)
-   )
-   autotools-utils_src_configure
 }
 
 src_install() {
-   autotools-utils_src_install
+   default
prune_libtool_files --all
 }



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

2016-07-03 Thread Justin Lecher
commit: 9bc5c4a843f5b0fcf8958fbcebc012bfc52c2660
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jul  3 19:17:34 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jul  3 19:17:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc5c4a8

sys-kernel/kergen: Version Bump

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

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

 sys-kernel/kergen/Manifest | 2 +-
 sys-kernel/kergen/{kergen-0.1.1.ebuild => kergen-0.1.4.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/kergen/Manifest b/sys-kernel/kergen/Manifest
index a196377..9f2548b 100644
--- a/sys-kernel/kergen/Manifest
+++ b/sys-kernel/kergen/Manifest
@@ -1,2 +1,2 @@
-DIST kergen-0.1.1.tar.gz 109207 SHA256 
a618cb8918fb4849c76eeb73211471829633d03ac36b31d6bc35cafee248a5f9 SHA512 
6667b630c850b93d1edca554d8dc22f834a38d7fcdd222721973593c4272d65034db4bfe3983b53135ae02e3fda9c29af208168e38ea82048792c6a791afd4fe
 WHIRLPOOL 
1acb14be792554682dc93b9712914495d9ef4013bc68317873d8fe97ef6147c1148dfb459e2ef0491d6ef2a699f15b25cc60025a35b5b42d7c1e48e4fa6421fe
 DIST kergen-0.1.3.tar.gz 109717 SHA256 
6b3b90478321946e988a1b74932c748743389b82e181d51020ceed5f5b85c4c0 SHA512 
decc5cc832f8741bb7f2e058b23c165c458bc9bce0e854d46292e741f33aadc731a9c0f428567b9143134d874b6bdd20defeb1377eabc51b347c0de3066e4aae
 WHIRLPOOL 
854e5fafc406e01f1eee5a4f079d8f6af6684b01dd39affb918c5908174b924d9f50da0dcf2f1894e4d7884d0703b87906f5b74a73d46977aeb3fefecba625d6
+DIST kergen-0.1.4.tar.gz 135566 SHA256 
76e1c6498d758cac4144417acac2e4c097f9376b6b7187809c67f85366d4480c SHA512 
40140f66bf3072836dcd187a2b1a8e5ee19da853fbe6a3a3a7203a2e8b4d3e871045aad187dcc23879f67d5ab11b832682c1ac0b788594b570da40a825d5
 WHIRLPOOL 
163fe5c87fdb8509aa62bdd4fe9f23a2da9c6308a644bb7898385bc9ffcb05e9b3157ae4799743535d5a67eac0ca4d4ea9901641b6e38fba652612feb41faad5

diff --git a/sys-kernel/kergen/kergen-0.1.1.ebuild 
b/sys-kernel/kergen/kergen-0.1.4.ebuild
similarity index 79%
rename from sys-kernel/kergen/kergen-0.1.1.ebuild
rename to sys-kernel/kergen/kergen-0.1.4.ebuild
index dc0e6c1..8544397 100644
--- a/sys-kernel/kergen/kergen-0.1.1.ebuild
+++ b/sys-kernel/kergen/kergen-0.1.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python3_{3,4} )
+PYTHON_COMPAT=( python3_{3,4,5} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/unifont/

2016-07-03 Thread Mike Gilbert
commit: 75b6b95b1b29dc085f84a9660583534a1f11bcc4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul  3 19:06:20 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul  3 19:09:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b6b95b

media-fonts/unifont: bump to 9.0.01

Package-Manager: portage-2.3.0_p7

 media-fonts/unifont/Manifest  |  1 +
 media-fonts/unifont/unifont-9.0.01.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/media-fonts/unifont/Manifest b/media-fonts/unifont/Manifest
index 6161dce..6fdea1b 100644
--- a/media-fonts/unifont/Manifest
+++ b/media-fonts/unifont/Manifest
@@ -8,3 +8,4 @@ DIST unifont-7.0.03.tar.gz 18372349 SHA256 
3b5f2f3aa1bee9fdd3b23b17c0a3206948c31
 DIST unifont-7.0.05.tar.gz 19572577 SHA256 
cf926e9f3d9b4f263eb81633af700b40ef1cd149d44abdc3880c3f650bb09ca9 SHA512 
96383ffd7539f28a789b6d32d62f9cf810de033415c44eae9c3815ff8b0fa4e348294fadfa8d9c8e51745977f801495f660d3c5e949a9ea9bf0bdc8824501c49
 WHIRLPOOL 
1d28aacdb685e73c17d5dd44d2106f7c9e07550a26a6020401ee2a55f37f5068baa0fe86fcbafee00e0c8f929bd1dc00f04660e15fa8999f6742814e93945342
 DIST unifont-7.0.06.tar.gz 19656923 SHA256 
d04e8c86aaaf7214b5212340ee853a35502b9fa311561007be3a8cf465dabf3b SHA512 
c53f47d11673c8856a7efd410819c845bc25273f4ddc1a535d59253342b319d53b8336ef97b5ec01cbbf3d2596ab7138c4a03d1302bfda70a3f7e1796f412447
 WHIRLPOOL 
3865bb933f02347d3407f277c3df4b6839ed01953ede9ec858fac59c41f3afdd68f07cad52a9de297b5cc43516a005a783b6f4901876320a1bdb39bf672f3e52
 DIST unifont-8.0.01.tar.gz 19157156 SHA256 
4b20bfc6412bce9302cd321f39d7c0185c3c69f9deaf9ab7ea89c4e105fbcb9c SHA512 
171b8caff9d2f821fa0759a55d102edcaf23be592c0619c8148c95aac353834bf096591710e9dedf18aa6c1dde051d1caee5c7b2b3a0d302ae9ab64bcfd731a5
 WHIRLPOOL 
c72637d4549ce476a6327160e589137a9e9c24bdabd3a341a08b7d91bdee2208bc49b0cedc11ca43a0cdef50123b09148f9fde2b1c073b12005140cc091e9c0a
+DIST unifont-9.0.01.tar.gz 18287287 SHA256 
2bd54b92aa31e1bf9d6a03023150fc3d5989ff6b9aa650c7892429ad4ca7e493 SHA512 
ff9de0293c7ee6394b9de5c41b43cfe797051222f27010871d44aa7a626d7db880f253679b7ff88c2b3621de42b67c3b1f0c97db37e7cf13ad72855acb55192a
 WHIRLPOOL 
f3091bf7785d3dbed0fd198ef683f3e07f0f854f71f92928193f212df6387a3486866d15982b2df9cdfd989a9cfd0617b42ba235df1a062ca786a3fdd8662507

diff --git a/media-fonts/unifont/unifont-9.0.01.ebuild 
b/media-fonts/unifont/unifont-9.0.01.ebuild
new file mode 100644
index 000..06a86e5
--- /dev/null
+++ b/media-fonts/unifont/unifont-9.0.01.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit font toolchain-funcs
+
+DESCRIPTION="GNU Unifont - a Pan-Unicode X11 bitmap iso10646 font"
+HOMEPAGE="http://unifoundry.com/;
+SRC_URI="mirror://gnu/${PN}/${P}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="fontforge utils"
+
+DEPEND="
+   fontforge? (
+   app-text/bdf2psf
+   dev-lang/perl
+   dev-perl/GD[png(-)]
+   media-gfx/fontforge
+   x11-apps/bdftopcf
+   )
+"
+RDEPEND="
+   utils? (
+   dev-lang/perl
+   dev-perl/GD[png(-)]
+   )
+"
+
+S=${WORKDIR}/${PN}-${PV%.*}
+
+src_prepare() {
+   sed -i -e 's/install -s/install/' src/Makefile || die
+   default
+}
+
+src_compile() {
+   if use fontforge || use utils; then
+   tc-export CC
+   makeargs=(
+   CFLAGS="${CFLAGS}"
+   BUILDFONT=$(usex fontforge 1 '')
+   )
+   emake -j1 "${makeargs[@]}"
+   fi
+}
+
+src_install() {
+   makeargs+=(
+   DESTDIR="${ED%/}"
+   PCFDEST="${ED%/}${FONTDIR}"
+   TTFDEST="${ED%/}${FONTDIR}"
+   USRDIR=usr
+   )
+   use utils || makeargs+=( -C font )
+   emake -j1 "${makeargs[@]}" install
+   font_xfont_config
+   font_fontconfig
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/unifont/

2016-07-03 Thread Mike Gilbert
commit: 025b2535d2c8550852b61f9d1c6d9c81e2fd66d7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul  3 19:09:10 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul  3 19:09:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025b2535

media-fonts/unifont: remove old

Package-Manager: portage-2.3.0_p7

 media-fonts/unifont/Manifest|  9 
 media-fonts/unifont/unifont-5.1.20080914.ebuild | 33 -
 media-fonts/unifont/unifont-6.3.20131006.ebuild | 49 ---
 media-fonts/unifont/unifont-6.3.20131020.ebuild | 53 -
 media-fonts/unifont/unifont-6.3.20131217.ebuild | 53 -
 media-fonts/unifont/unifont-6.3.20140204.ebuild | 55 --
 media-fonts/unifont/unifont-7.0.01.ebuild   | 62 -
 media-fonts/unifont/unifont-7.0.03.ebuild   | 61 
 media-fonts/unifont/unifont-7.0.05.ebuild   | 61 
 media-fonts/unifont/unifont-7.0.06.ebuild   | 61 
 10 files changed, 497 deletions(-)

diff --git a/media-fonts/unifont/Manifest b/media-fonts/unifont/Manifest
index 6fdea1b..236ed6d 100644
--- a/media-fonts/unifont/Manifest
+++ b/media-fonts/unifont/Manifest
@@ -1,11 +1,2 @@
-DIST unifont-5.1.20080914.tar.gz 8550619 SHA256 
4d2aafedd64c48b8703f2abd4e10a5a8087d21120707cb6171c97ff0661b0edd SHA512 
70258c9d60d7149323f9d3b52a1b0f223d43551a387eacb935e0ac11b83a0622f35d6a8fdec2d82319de69e375cc9b5be1df943ca604bf3b8fcb46002fb26d1d
 WHIRLPOOL 
1b93f867d2926fa88164da559a311ade0676d7257cabdfe91b89b687fd6b7e36b07e75a4d144fda86b1158a1f0a6062fc7a52b5c930127eb9b8e759d2678ecdb
-DIST unifont-6.3.20131006.tar.gz 8199388 SHA256 
d7274e2092f5d756900201cb218b33b6713e4388b2542a7b2f8527d89d6cb03a SHA512 
3c9aebeff9141726f7574908875653372d675293720aa9069cd3f6569724f9c38d16760d15ba737c3e53faafc07b4248171c29319ddcc498043f2aa1738b01e3
 WHIRLPOOL 
98c04358ded5f63e8a01a7291235aa03397dc2377e23158b7c1f98e85b18f41138271adffa236a0ec1d3f6ad796b4061ac969e2aa2851da0f9f984d976cf9ed5
-DIST unifont-6.3.20131020.tar.gz 9177825 SHA256 
fd8bc3d612e3353babe1b37c602f843b3bea624b3a67918c712b71692afcc305 SHA512 
3ce9db5e01daefc41a1bd8ecfee71913e8132f7ed72507fdfa756c8081b97cfc10a48d880ecebd9737015ed7e0932fa847dd77f04633582a1a05980a4744e34b
 WHIRLPOOL 
f7ca4b6cd913145512a5409c7ddba5872a303f97ae73193fbed28d44ccedf11517b51d4497dfb3710a80dc704333f182d4001656419f62b3c91140b6d7953c27
-DIST unifont-6.3.20131217.tar.gz 12707613 SHA256 
5176d5f4fae414ff435ac74ea8dd3764b5415174f692f38e1b31af08706b9cf7 SHA512 
75cfed7953c487aa94b58794eb3d36e8fedb9bb5e09273baa1c7061caee8a8b4bea665bfe981d0c069bbae384bdd64065c6ddcb230d539098893fb4bf6f0825c
 WHIRLPOOL 
9428815ef6e397eedb882505e632dd76771dc58980b9c2e348521f06f0de92834cc6f625abff27fff86bf9a3cc559116859fcdaee9786c3335d23261382ccefe
-DIST unifont-6.3.20140204.tar.gz 17326730 SHA256 
0cf43382f357921d641aa6576fd3c311136177e6fd8bd5296e77cd2023881164 SHA512 
0eaab2f71ea09b3ebe679d69d1506bbdd9840c7a485d114a1ed8e71c765197f650084f5bd9a146f58eccf55b5cd5a14d496bb502ed771f400a003cb029f24793
 WHIRLPOOL 
fbb858d16790b10af151d74498418a55bc61ba9b219d5d1c23f8f3da0b0bd3dd20dcaf7225ca9dc2be9abfb86d2687dce795ef7421f8fa85e5d0ec4710e02e68
-DIST unifont-7.0.01.tar.gz 18151259 SHA256 
4fe2d8e859640febe8c5c3a42df01a37179959a5b13d033c06cbb18b36898d93 SHA512 
ef59798732df658e796ce49e4b25e45e3b67a0739269c3bc327f7f5c0b90c1b478a7427f766f13b2f3f16641bb023e3e7feff3467fad06f7f76024f6c6eaef3e
 WHIRLPOOL 
e335c82d31b6ba0bc0fdcbd18b4345a2ee4711f51104688220b18111a4e646cfe78b410f834f665fd6e0bde38864fe77296bd9eb7fe5b38448a1f9470030e46d
-DIST unifont-7.0.03.tar.gz 18372349 SHA256 
3b5f2f3aa1bee9fdd3b23b17c0a3206948c3148dfd3ca0404696ea06d63c72cd SHA512 
98aa522d213cdbbb279ed564945aaff73069c1108312237fea1dc5215579b700f68e3a08acf15d4db75caf855cbc6fdccfc15f1c7ab646f7b742552f561e3da9
 WHIRLPOOL 
55d9dfc98d2021ce47f1d1841622587d6461f1e926abfaacb5cd33f2b28278ab7e7fd5b5b73a05a31c9fae3ac1bd9e730ad74fd4cdf1768fc63faefb8aa4c6ff
-DIST unifont-7.0.05.tar.gz 19572577 SHA256 
cf926e9f3d9b4f263eb81633af700b40ef1cd149d44abdc3880c3f650bb09ca9 SHA512 
96383ffd7539f28a789b6d32d62f9cf810de033415c44eae9c3815ff8b0fa4e348294fadfa8d9c8e51745977f801495f660d3c5e949a9ea9bf0bdc8824501c49
 WHIRLPOOL 
1d28aacdb685e73c17d5dd44d2106f7c9e07550a26a6020401ee2a55f37f5068baa0fe86fcbafee00e0c8f929bd1dc00f04660e15fa8999f6742814e93945342
-DIST unifont-7.0.06.tar.gz 19656923 SHA256 
d04e8c86aaaf7214b5212340ee853a35502b9fa311561007be3a8cf465dabf3b SHA512 
c53f47d11673c8856a7efd410819c845bc25273f4ddc1a535d59253342b319d53b8336ef97b5ec01cbbf3d2596ab7138c4a03d1302bfda70a3f7e1796f412447
 WHIRLPOOL 
3865bb933f02347d3407f277c3df4b6839ed01953ede9ec858fac59c41f3afdd68f07cad52a9de297b5cc43516a005a783b6f4901876320a1bdb39bf672f3e52
 DIST unifont-8.0.01.tar.gz 19157156 SHA256 
4b20bfc6412bce9302cd321f39d7c0185c3c69f9deaf9ab7ea89c4e105fbcb9c SHA512 

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

2016-07-03 Thread Andreas Hüttel
commit: 40b905abee9c308bab21617c56d07811236b3100
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 19:05:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 19:05:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b905ab

app-text/liblangtag: Really only use introspection if explicitly enabled, bug 
571880

Package-Manager: portage-2.3.0

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

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index 525f81d..f39ad36 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
+   introspection? ( dev-libs/gobject-introspection-common )
sys-devel/gettext
test? ( dev-libs/check )"
 



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

2016-07-03 Thread Andreas Hüttel
commit: 9da5ff70bba24428a31bfe7f4b42fbebde15ca83
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 18:45:22 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 18:45:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da5ff70

app-office/libreoffice: Optionally enable the system tray quickstarter, bug 
561842

Package-Manager: portage-2.3.0

 app-office/libreoffice/libreoffice-5.1..ebuild | 6 ++
 app-office/libreoffice/libreoffice-5.2..ebuild | 6 ++
 app-office/libreoffice/libreoffice-.ebuild | 6 ++
 app-office/libreoffice/metadata.xml| 1 +
 4 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.1..ebuild 
b/app-office/libreoffice/libreoffice-5.1..ebuild
index 22da8a7..164ac1e 100644
--- a/app-office/libreoffice/libreoffice-5.1..ebuild
+++ b/app-office/libreoffice/libreoffice-5.1..ebuild
@@ -79,7 +79,7 @@ unset ADDONS_SRC
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
 IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf 
gnome google
-gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc
+gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres quickstarter 
telepathy test vlc
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
@@ -411,8 +411,6 @@ src_configure() {
# --enable-*-link: link to the library rather than just dlopen on 
runtime
# --enable-release-build: build the libreoffice as release
# --disable-fetch-external: prevent dowloading during compile phase
-   # --disable-systray: quickstarter does not actually work at all so do 
not
-   #   promote it
# --enable-extension-integration: enable any extension integration 
support
# --without-{fonts,myspell-dicts,ppsd}: prevent install of sys pkgs
# --disable-report-builder: too much java packages pulled in without 
pkgs
@@ -440,7 +438,6 @@ src_configure() {
--disable-gstreamer-0-10 \
--disable-report-builder \
--disable-online-update \
-   --disable-systray \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo 
"system") \
--with-build-version="Gentoo official package" \
--enable-extension-integration \
@@ -476,6 +473,7 @@ src_configure() {
$(use_enable mysql ext-mariadb-connector) \
$(use_enable odk) \
$(use_enable postgres postgresql-sdbc) \
+   $(use_enable quickstarter systray) \
$(use_enable telepathy) \
$(use_enable vlc) \
$(use_with coinmp system-coinmp) \

diff --git a/app-office/libreoffice/libreoffice-5.2..ebuild 
b/app-office/libreoffice/libreoffice-5.2..ebuild
index 8f34304..7c0b3e4 100644
--- a/app-office/libreoffice/libreoffice-5.2..ebuild
+++ b/app-office/libreoffice/libreoffice-5.2..ebuild
@@ -78,7 +78,7 @@ unset ADDONS_SRC
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
 IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf 
gnome google
-gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc
+gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres quickstarter 
telepathy test vlc
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
@@ -398,8 +398,6 @@ src_configure() {
# --enable-*-link: link to the library rather than just dlopen on 
runtime
# --enable-release-build: build the libreoffice as release
# --disable-fetch-external: prevent dowloading during compile phase
-   # --disable-systray: quickstarter does not actually work at all so do 
not
-   #   promote it
# --enable-extension-integration: enable any extension integration 
support
# --without-{fonts,myspell-dicts,ppsd}: prevent install of sys pkgs
# --disable-report-builder: too much java packages pulled in without 
pkgs
@@ -428,7 +426,6 @@ src_configure() {
--disable-hardlink-deliver \
--disable-online-update \
--disable-report-builder \
-   --disable-systray \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo 
"system") \
--with-build-version="Gentoo official package" \
--enable-extension-integration \
@@ -465,6 +462,7 @@ src_configure() {
$(use_enable mysql ext-mariadb-connector) \
$(use_enable odk) \
$(use_enable postgres postgresql-sdbc) \
+   $(use_enable quickstarter systray) \
$(use_enable telepathy) \
$(use_enable vlc) \
$(use_with coinmp system-coinmp) \

diff --git 

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

2016-07-03 Thread Andreas Hüttel
commit: 1bd2c5d83a1647e59819af6e1edbe65dad6ead2a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul  3 18:08:26 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 18:45:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd2c5d8

dev-libs/yaz: add missing slot operator on dev-libs/icu dependency

Package-Manager: portage-2.3.0

 dev-libs/yaz/yaz-3.0.53.ebuild | 2 +-
 dev-libs/yaz/yaz-4.2.30.ebuild | 2 +-
 dev-libs/yaz/yaz-4.2.51.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/yaz/yaz-3.0.53.ebuild b/dev-libs/yaz/yaz-3.0.53.ebuild
index 6d3e253..7d4fb2e 100644
--- a/dev-libs/yaz/yaz-3.0.53.ebuild
+++ b/dev-libs/yaz/yaz-3.0.53.ebuild
@@ -18,7 +18,7 @@ RDEPEND="dev-libs/libxml2
dev-libs/libxslt
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   icu? ( dev-libs/icu )
+   icu? ( dev-libs/icu:= )
tcpd? ( sys-apps/tcp-wrappers )
ziffy? ( net-libs/libpcap )"
 DEPEND="${RDEPEND}

diff --git a/dev-libs/yaz/yaz-4.2.30.ebuild b/dev-libs/yaz/yaz-4.2.30.ebuild
index 8745232..c92db40 100644
--- a/dev-libs/yaz/yaz-4.2.30.ebuild
+++ b/dev-libs/yaz/yaz-4.2.30.ebuild
@@ -18,7 +18,7 @@ RDEPEND="dev-libs/libxml2
dev-libs/libxslt
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   icu? ( dev-libs/icu )
+   icu? ( dev-libs/icu:= )
tcpd? ( sys-apps/tcp-wrappers )
ziffy? ( net-libs/libpcap )"
 DEPEND="${RDEPEND}

diff --git a/dev-libs/yaz/yaz-4.2.51.ebuild b/dev-libs/yaz/yaz-4.2.51.ebuild
index 8745232..c92db40 100644
--- a/dev-libs/yaz/yaz-4.2.51.ebuild
+++ b/dev-libs/yaz/yaz-4.2.51.ebuild
@@ -18,7 +18,7 @@ RDEPEND="dev-libs/libxml2
dev-libs/libxslt
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   icu? ( dev-libs/icu )
+   icu? ( dev-libs/icu:= )
tcpd? ( sys-apps/tcp-wrappers )
ziffy? ( net-libs/libpcap )"
 DEPEND="${RDEPEND}



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

2016-07-03 Thread Mike Gilbert
commit: a9c810832dc49fb0e444a53fb841b77e2be558e3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun 20 20:30:16 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul  3 18:25:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c81083

distutils-r1.eclass: reset XDG env vars

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

 eclass/distutils-r1.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index c545290..fb0362c 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -80,7 +80,7 @@ esac
 if [[ ! ${_DISTUTILS_R1} ]]; then
 
 [[ ${EAPI} == [45] ]] && inherit eutils
-inherit toolchain-funcs
+inherit toolchain-funcs xdg-utils
 
 if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then
inherit multiprocessing python-r1
@@ -749,6 +749,7 @@ distutils-r1_src_prepare() {
 
 distutils-r1_src_configure() {
python_export_utf8_locale
+   xdg_environment_reset # Bug 577704
 
if declare -f python_configure >/dev/null; then
_distutils-r1_run_foreach_impl python_configure



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2016-07-03 Thread Zac Medico
commit: bb6912e1264137a3ba52d4fdc491ab26b2644a07
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul  3 17:55:43 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul  3 17:59:13 2016 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=bb6912e1

eshowkw: remove unused portage.db import

 pym/gentoolkit/eshowkw/__init__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pym/gentoolkit/eshowkw/__init__.py 
b/pym/gentoolkit/eshowkw/__init__.py
index 42a3860..707c266 100644
--- a/pym/gentoolkit/eshowkw/__init__.py
+++ b/pym/gentoolkit/eshowkw/__init__.py
@@ -12,7 +12,6 @@ from portage import output as porto
 from portage import settings as ports
 from portage import config as portc
 from portage import portdbapi as portdbapi
-from portage import db as portdb
 
 from gentoolkit.eshowkw.keywords_header import keywords_header
 from gentoolkit.eshowkw.keywords_content import keywords_content



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

2016-07-03 Thread Johannes Huber
commit: 78565ea3fdb167fa375e352f70ad5eb22c0318a4
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jul  3 09:36:48 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul  3 17:52:50 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=78565ea3

kde-apps/kdepim-l10n: Sync LINGUAS->L10N with tree

Package-Manager: portage-2.2.28

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

 kde-apps/kdepim-l10n/kdepim-l10n-16.04.2.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-16.04.2.ebuild 
b/kde-apps/kdepim-l10n/kdepim-l10n-16.04.2.ebuild
index 6f7fe07..69c0e23 100644
--- a/kde-apps/kdepim-l10n/kdepim-l10n-16.04.2.ebuild
+++ b/kde-apps/kdepim-l10n/kdepim-l10n-16.04.2.ebuild
@@ -27,14 +27,14 @@ MY_LANGS="ar ast bg bs ca ca@valencia cs da de el en_GB eo 
es et eu fa fi fr ga
 gl he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro
 ru sk sl sr sv tr ug uk wa zh_CN zh_TW"
 
-IUSE="$(printf 'linguas_%s ' ${MY_LANGS})"
+IUSE="$(printf 'l10n_%s ' ${MY_LANGS//[@_]/-})"
 
 PIM_L10N="kdepim kdepimlibs kdepim-runtime pim"
 
 URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
 SRC_URI=""
 for my_lang in ${MY_LANGS} ; do
-   SRC_URI="${SRC_URI} linguas_${my_lang}? ( 
${URI_BASE/kdepim/kde}/kde-l10n-${my_lang}-${PV}.tar.xz )"
+   SRC_URI="${SRC_URI} l10n_${my_lang/[@_]/-}? ( 
${URI_BASE/kdepim/kde}/kde-l10n-${my_lang}-${PV}.tar.xz )"
 done
 
 S="${WORKDIR}"
@@ -42,12 +42,10 @@ S="${WORKDIR}"
 pkg_setup() {
if [[ -z ${A} ]]; then
elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
+   elog "None of the requested L10N are supported by ${P}."
elog
elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
+   elog "${MY_LANGS//[@_]/-}"
elog
fi
[[ -n ${A} ]] && kde5_pkg_setup
@@ -65,7 +63,7 @@ src_prepare() {
default
[[ -n ${A} ]] || return
 
-   # add all linguas to cmake
+   # add all l10n to cmake
cat <<-EOF > CMakeLists.txt || die
 project(kdepim-l10n)
 cmake_minimum_required(VERSION 2.8.12)
@@ -87,10 +85,11 @@ EOF
 
# Remove everything except kdepim, kdepimlibs, kdepim-runtime and pim
local LNG DIR
-   for LNG in ${LINGUAS}; do
+   for LNG in ${MY_LANGS}; do
DIR="kde-l10n-${LNG}-${PV}"
SDIR="${S}/${DIR}/5/${LNG}"
if [[ -d "${DIR}" ]] ; then
+   einfo " L10N: ${LNG/[@_]/-}"
 
for SUBDIR in data docs messages scripts ; do
if [[ -d "${SDIR}/${SUBDIR}" ]] ; then



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2016-07-03 Thread Zac Medico
commit: 84aa6c743581222a3f4a8a855dbcb77a2774c5b6
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul  3 06:08:13 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul  3 17:50:27 2016 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=84aa6c74

eshowkw: migrate to PORTAGE_REPOSITORIES (bug 587856)

Since PORTDIR_OVERLAY is deprecated, migrate to PORTAGE_REPOSITORIES.

X-Gentoo-bug: 587856
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=587856

 pym/gentoolkit/eshowkw/__init__.py | 32 +++-
 1 file changed, 27 insertions(+), 5 deletions(-)

diff --git a/pym/gentoolkit/eshowkw/__init__.py 
b/pym/gentoolkit/eshowkw/__init__.py
index ded166d..42a3860 100644
--- a/pym/gentoolkit/eshowkw/__init__.py
+++ b/pym/gentoolkit/eshowkw/__init__.py
@@ -1,5 +1,5 @@
 #  vim:fileencoding=utf-8
-# Copyright 2010 Gentoo Foundation
+# Copyright 2010-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 __package__ = 'gentoolkit.eshowkw'
@@ -122,10 +122,32 @@ def main(argv, indirect = False):
msg_err = 'No ebuilds at "%s"' % currdir
raise SystemExit(msg_err)
package= '%s/%s' % (os.path.basename(os.path.abspath('../')), 
os.path.basename(currdir))
-   ourtree = os.path.abspath('../../')
-   overlays = '%s %s' % (ports['PORTDIR_OVERLAY'], ourtree)
-   mysettings = portc(local_config=False, env={'PORTDIR_OVERLAY': 
overlays})
-   dbapi = portdbapi(mysettings=mysettings)
+   ourtree = os.path.realpath('../..')
+   ourstat = os.stat(ourtree)
+   ourstat = (ourstat.st_ino, ourstat.st_dev)
+   for repo in ports.repositories:
+   try:
+   repostat = os.stat(repo.location)
+   except OSError:
+   continue
+   if ourstat == (repostat.st_ino, repostat.st_dev):
+   dbapi = 
portdbapi(mysettings=portc(local_config=False))
+   break
+   else:
+   repos = {}
+   for repo in ports.repositories:
+   repos[repo.name] = repo.location
+
+   with open(os.path.join(ourtree, 'profiles', 
'repo_name'),
+   'rt') as f:
+   repo_name = f.readline().strip()
+
+   repos[repo_name] = ourtree
+   repos = ''.join('[{}]\nlocation={}\n'.format(k, v)
+   for k, v in repos.items())
+   mysettings = portc(local_config=False,
+   env={'PORTAGE_REPOSITORIES': repos})
+   dbapi = portdbapi(mysettings=mysettings)
# specify that we want just our nice tree we are in cwd
dbapi.porttrees = [ourtree]
process_display(package, keywords, dbapi)



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/, dev-erlang/iconv/, dev-erlang/p1_pgsql/, ...

2016-07-03 Thread Amadeusz Piotr Żołnowski
commit: 92e5cec4164e9f2c8cdc924072ff854d4f879b50
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sun Jul  3 15:36:34 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun Jul  3 17:39:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e5cec4

dev-erlang: Add ~ia64 and ~sparc keywords back

These packages have been debundled from ejabberd which used to have
~ia64 ~sparc keywords. These had to be removed temporarily until
dev-util/rebar has these keywords.

 dev-erlang/cache_tab/cache_tab-1.0.2.ebuild | 2 +-
 dev-erlang/eredis/eredis-1.0.8.ebuild   | 2 +-
 dev-erlang/esip/esip-1.0.4.ebuild   | 2 +-
 dev-erlang/ezlib/ezlib-1.0.1.ebuild | 2 +-
 dev-erlang/fast_tls/fast_tls-1.0.3.ebuild   | 2 +-
 dev-erlang/fast_xml/fast_xml-1.1.3.ebuild   | 2 +-
 dev-erlang/fast_yaml/fast_yaml-1.0.3.ebuild | 2 +-
 dev-erlang/goldrush/goldrush-0.1.8.1.ebuild | 2 +-
 dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild | 2 +-
 dev-erlang/iconv/iconv-1.0.0.ebuild | 2 +-
 dev-erlang/jiffy/jiffy-0.14.7.ebuild| 2 +-
 dev-erlang/lager/lager-3.2.0.ebuild | 2 +-
 dev-erlang/luerl/luerl-0.2.ebuild   | 2 +-
 dev-erlang/meck/meck-0.8.3.ebuild   | 2 +-
 dev-erlang/p1_mysql/p1_mysql-1.0.1.ebuild   | 2 +-
 dev-erlang/p1_oauth2/p1_oauth2-0.6.1.ebuild | 2 +-
 dev-erlang/p1_pam/p1_pam-1.0.0.ebuild   | 2 +-
 dev-erlang/p1_pgsql/p1_pgsql-1.1.0.ebuild   | 2 +-
 dev-erlang/p1_utils/p1_utils-1.0.4.ebuild   | 2 +-
 dev-erlang/p1_xmlrpc/p1_xmlrpc-1.15.1.ebuild| 2 +-
 dev-erlang/proper/proper-1.1_p20160426.ebuild   | 2 +-
 dev-erlang/protobuffs/protobuffs-0.8.2.ebuild   | 2 +-
 dev-erlang/riak_pb/riak_pb-2.1.0.7.ebuild   | 2 +-
 dev-erlang/riakc/riakc-2.1.1_p2015.ebuild   | 2 +-
 dev-erlang/sqlite3/sqlite3-1.1.5.ebuild | 2 +-
 dev-erlang/stringprep/stringprep-1.0.3.ebuild   | 2 +-
 dev-erlang/stun/stun-1.0.3.ebuild   | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/dev-erlang/cache_tab/cache_tab-1.0.2.ebuild 
b/dev-erlang/cache_tab/cache_tab-1.0.2.ebuild
index 4124f3b..a4952ce 100644
--- a/dev-erlang/cache_tab/cache_tab-1.0.2.ebuild
+++ b/dev-erlang/cache_tab/cache_tab-1.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-erlang/p1_utils-1.0.1
>=dev-lang/erlang-17.1"

diff --git a/dev-erlang/eredis/eredis-1.0.8.ebuild 
b/dev-erlang/eredis/eredis-1.0.8.ebuild
index e217762..5f3539d 100644
--- a/dev-erlang/eredis/eredis-1.0.8.ebuild
+++ b/dev-erlang/eredis/eredis-1.0.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/wooga/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-17.1"
 RDEPEND="${DEPEND}"

diff --git a/dev-erlang/esip/esip-1.0.4.ebuild 
b/dev-erlang/esip/esip-1.0.4.ebuild
index fef701f..29afe12 100644
--- a/dev-erlang/esip/esip-1.0.4.ebuild
+++ b/dev-erlang/esip/esip-1.0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-erlang/fast_tls-1.0.0
>=dev-erlang/stun-1.0.0

diff --git a/dev-erlang/ezlib/ezlib-1.0.1.ebuild 
b/dev-erlang/ezlib/ezlib-1.0.1.ebuild
index 6cd731f..ccc7700 100644
--- a/dev-erlang/ezlib/ezlib-1.0.1.ebuild
+++ b/dev-erlang/ezlib/ezlib-1.0.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-17.1
sys-libs/zlib"

diff --git a/dev-erlang/fast_tls/fast_tls-1.0.3.ebuild 
b/dev-erlang/fast_tls/fast_tls-1.0.3.ebuild
index 5a7529d..a7d3daa 100644
--- a/dev-erlang/fast_tls/fast_tls-1.0.3.ebuild
+++ b/dev-erlang/fast_tls/fast_tls-1.0.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-erlang/p1_utils-1.0.3
>=dev-lang/erlang-17.1

diff --git a/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild 
b/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild
index ecc3c1d..6e6ba40 100644
--- a/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild
+++ b/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc 

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

2016-07-03 Thread Amadeusz Piotr Żołnowski
commit: 6060c98ece21117982fac1fc258a140e79404966
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sun Jul  3 15:45:07 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun Jul  3 17:39:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6060c98e

net-im/ejabberd: Add ~ia64 ~sparc keyword back

ejabberd has been debundled and has got a new dependency
(dev-util/rebar) which hasn't got these keywords at the time.

Package-Manager: portage-2.3.0

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

diff --git a/net-im/ejabberd/ejabberd-16.04.ebuild 
b/net-im/ejabberd/ejabberd-16.04.ebuild
index 441023e..bf0b04b 100644
--- a/net-im/ejabberd/ejabberd-16.04.ebuild
+++ b/net-im/ejabberd/ejabberd-16.04.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 REQUIRED_USE="mssql? ( odbc )"
 # TODO: Add 'tools' flag.
 IUSE="captcha debug full-xml hipe ldap mssql mysql nls odbc pam postgres redis



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

2016-07-03 Thread Johannes Huber
commit: 9f5b1bebecee4885078fd1bb8a3066b83235dc81
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul  3 16:54:21 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul  3 16:54:21 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f5b1beb

sets: Add kde-frameworks-5.24

 sets/kde-frameworks-5.24 | 72 
 1 file changed, 72 insertions(+)

diff --git a/sets/kde-frameworks-5.24 b/sets/kde-frameworks-5.24
new file mode 100644
index 000..c2653c5
--- /dev/null
+++ b/sets/kde-frameworks-5.24
@@ -0,0 +1,72 @@
+

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

2016-07-03 Thread Johannes Huber
commit: 33c03e943e5ce51927bdbe6ce65a346c58002142
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul  3 17:06:00 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul  3 17:06:00 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=33c03e94

profiles: Mask KDE Frameworks 5.24.0

 profiles/package.mask/kde-frameworks-5.24.0 | 75 +
 1 file changed, 75 insertions(+)

diff --git a/profiles/package.mask/kde-frameworks-5.24.0 
b/profiles/package.mask/kde-frameworks-5.24.0
new file mode 100644
index 000..18eb793
--- /dev/null
+++ b/profiles/package.mask/kde-frameworks-5.24.0
@@ -0,0 +1,75 @@
+# Johannes Huber  (3 Jul 2016)
+# KDE Frameworks 5.24.0 mask
+# Not released yet.
+~kde-frameworks/attica-5.24.0
+~kde-frameworks/baloo-5.24.0
+~kde-frameworks/bluez-qt-5.24.0
+~kde-frameworks/breeze-icons-5.24.0
+~kde-frameworks/extra-cmake-modules-5.24.0
+~kde-frameworks/frameworkintegration-5.24.0
+~kde-frameworks/kactivities-5.24.0
+~kde-frameworks/kactivities-stats-5.24.0
+~kde-frameworks/kapidox-5.24.0
+~kde-frameworks/karchive-5.24.0
+~kde-frameworks/kauth-5.24.0
+~kde-frameworks/kbookmarks-5.24.0
+~kde-frameworks/kcmutils-5.24.0
+~kde-frameworks/kcodecs-5.24.0
+~kde-frameworks/kcompletion-5.24.0
+~kde-frameworks/kconfig-5.24.0
+~kde-frameworks/kconfigwidgets-5.24.0
+~kde-frameworks/kcoreaddons-5.24.0
+~kde-frameworks/kcrash-5.24.0
+~kde-frameworks/kdbusaddons-5.24.0
+~kde-frameworks/kdeclarative-5.24.0
+~kde-frameworks/kded-5.24.0
+~kde-frameworks/kdelibs4support-5.24.0
+~kde-frameworks/kdesignerplugin-5.24.0
+~kde-frameworks/kdesu-5.24.0
+~kde-frameworks/kdewebkit-5.24.0
+~kde-frameworks/kdnssd-5.24.0
+~kde-frameworks/kdoctools-5.24.0
+~kde-frameworks/kemoticons-5.24.0
+~kde-frameworks/kfilemetadata-5.24.0
+~kde-frameworks/kglobalaccel-5.24.0
+~kde-frameworks/kguiaddons-5.24.0
+~kde-frameworks/khtml-5.24.0
+~kde-frameworks/ki18n-5.24.0
+~kde-frameworks/kiconthemes-5.24.0
+~kde-frameworks/kidletime-5.24.0
+~kde-frameworks/kimageformats-5.24.0
+~kde-frameworks/kinit-5.24.0
+~kde-frameworks/kio-5.24.0
+~kde-frameworks/kitemmodels-5.24.0
+~kde-frameworks/kitemviews-5.24.0
+~kde-frameworks/kjobwidgets-5.24.0
+~kde-frameworks/kjs-5.24.0
+~kde-frameworks/kjsembed-5.24.0
+~kde-frameworks/kmediaplayer-5.24.0
+~kde-frameworks/knewstuff-5.24.0
+~kde-frameworks/knotifications-5.24.0
+~kde-frameworks/knotifyconfig-5.24.0
+~kde-frameworks/kpackage-5.24.0
+~kde-frameworks/kparts-5.24.0
+~kde-frameworks/kpeople-5.24.0
+~kde-frameworks/kplotting-5.24.0
+~kde-frameworks/kpty-5.24.0
+~kde-frameworks/kross-5.24.0
+~kde-frameworks/krunner-5.24.0
+~kde-frameworks/kservice-5.24.0
+~kde-frameworks/ktexteditor-5.24.0
+~kde-frameworks/ktextwidgets-5.24.0
+~kde-frameworks/kunitconversion-5.24.0
+~kde-frameworks/kwallet-5.24.0
+~kde-frameworks/kwayland-5.24.0
+~kde-frameworks/kwidgetsaddons-5.24.0
+~kde-frameworks/kwindowsystem-5.24.0
+~kde-frameworks/kxmlgui-5.24.0
+~kde-frameworks/kxmlrpcclient-5.24.0
+~kde-frameworks/modemmanager-qt-5.24.0
+~kde-frameworks/networkmanager-qt-5.24.0
+~kde-frameworks/oxygen-icons-5.24.0
+~kde-frameworks/plasma-5.24.0
+~kde-frameworks/solid-5.24.0
+~kde-frameworks/sonnet-5.24.0
+~kde-frameworks/threadweaver-5.24.0



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

2016-07-03 Thread Johannes Huber
commit: 71cfa9cb11e783cb310b2e45ad1389b6cb0dbed0
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul  3 16:59:28 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul  3 16:59:28 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=71cfa9cb

Documentation: Add KDE Frameworks 5.24

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-frameworks-5.24/_HEADER_  |  2 +
 .../.kde-frameworks-5.24/kde-frameworks-5.24   |  1 +
 .../.kde-frameworks-5.24/more-deps |  0
 .../kde-frameworks-5.24.keywords   | 75 ++
 Documentation/package.mask/kde-frameworks-5.24 | 75 ++
 .../package.unmask/.kde-frameworks-5.24/_HEADER_   |  2 +
 .../.kde-frameworks-5.24/kde-frameworks-5.24   |  1 +
 Documentation/package.unmask/kde-frameworks-5.24   | 75 ++
 9 files changed, 232 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 417af13..b3246bd 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,7 +9,7 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF_RELEASES="5.21 5.23"
+KF_RELEASES="5.21 5.23 5.24"
 KF_RELEASE=${KF_RELEASE:-5.21}
 
 PLASMA_RELEASES="5.5 5.6 5.7"

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.24/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.24/_HEADER_
new file mode 100644
index 000..87eb6e7
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.24/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.24 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.24/ files 
instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.24/kde-frameworks-5.24
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.24/kde-frameworks-5.24
new file mode 12
index 000..112446f
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.24/kde-frameworks-5.24
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-5.24
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.24/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.24/more-deps
new file mode 100644
index 000..e69de29

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.24.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.24.keywords
new file mode 100644
index 000..f505d3e
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.24.keywords
@@ -0,0 +1,75 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.24 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.24/ files 
instead.
+

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfig/, kde-frameworks/kdnssd/, kde-frameworks/ktexteditor/, ...

2016-07-03 Thread Johannes Huber
commit: e6e7d8227d1f7863560a3cc2b60ba1382dd73da6
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul  3 17:17:02 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul  3 17:17:02 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6e7d822

kde-frameworks: Version bump KDE Frameworks 5.24.0

Package-Manager: portage-2.3.0

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

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

2016-07-03 Thread Johannes Huber
commit: c5eb028e08c0f127a8ad51da8e52b00d940b825b
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul  3 16:52:00 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul  3 16:52:00 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5eb028e

kde5.eclass: Mark KDE Frameworks 5.24.0 as unreleased

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

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



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

2016-07-03 Thread Pacho Ramos
commit: f73569b44376793ae93d7dc0136bc8d556b5943f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:39:53 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 17:01:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73569b4

gnome-extra/gnome-builder: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-builder/Manifest |  1 +
 .../gnome-builder/gnome-builder-3.20.4.ebuild  | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/gnome-extra/gnome-builder/Manifest 
b/gnome-extra/gnome-builder/Manifest
index 53170cb..f809875 100644
--- a/gnome-extra/gnome-builder/Manifest
+++ b/gnome-extra/gnome-builder/Manifest
@@ -1 +1,2 @@
 DIST gnome-builder-3.18.1.tar.xz 1510460 SHA256 
501c95220dcf8ca44a5748e863492377fe2c3aee78a95973d6819b1836e5407c SHA512 
8e53b0d7a0afe440708bf33357408424cca5302e4516f85af18d04bce787012db681c93b6f48e9d41d8cb1a7c050d5e68770bf2e1ed8814ed43fa91e1d60c0f1
 WHIRLPOOL 
d805338a3b49fe56794ddd9dca1ff047a4a9c87de24d06fed377637dba4e2ce8cf953cc8770e8745666dde1abfaabee9c68827631605a24e76e06148bed03f5b
+DIST gnome-builder-3.20.4.tar.xz 1816816 SHA256 
b3e69495cd0fcfd3e3a7590f52aadaae7f45393eefd47ab5581a851cdd489041 SHA512 
fcfc525ab0e4149cb45bab24e6d3a8214503e576c094750e02e6e3795d42871fa16ba350b8ebbb64ab17848de1f78eacdeed613b3f17d736793127d5b8299b46
 WHIRLPOOL 
6026b60285723a2befae40f7c0f91ae956d9a270182c276f5307e6003306057a007ef1148bfba02a88088ba5199ce05e08dfb0e3b659c2da6e64842156f32239

diff --git a/gnome-extra/gnome-builder/gnome-builder-3.20.4.ebuild 
b/gnome-extra/gnome-builder/gnome-builder-3.20.4.ebuild
new file mode 100644
index 000..ddbb2de
--- /dev/null
+++ b/gnome-extra/gnome-builder/gnome-builder-3.20.4.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+VALA_MIN_API_VERSION="0.30"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 python-single-r1 vala virtualx
+
+DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Builder;
+
+LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+introspection python vala webkit"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# FIXME: some unittests seem to hang forever
+RDEPEND="
+   >=dev-libs/glib-2.47.92:2[dbus]
+   dev-libs/libgit2[ssh,threads]
+   >=dev-libs/libgit2-glib-0.23.4[ssh]
+   dev-libs/libpcre:3
+   >=dev-libs/libpeas-1.18.0
+   >=dev-libs/libxml2-2.9
+   dev-util/uncrustify
+   sys-devel/clang
+   >=x11-libs/gtk+-3.20.0:3[introspection?]
+   >=x11-libs/gtksourceview-3.20.0:3.0[introspection?]
+   >=x11-libs/pango-1.38.0
+   introspection? ( >=dev-libs/gobject-introspection-1.47.92:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-python/pygobject-3.19.3:3 )
+   vala? ( $(vala_depend) )
+   webkit? ( >=net-libs/webkit-gtk-2.12.0:4= )
+"
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-util/desktop-file-utils
+   >=dev-util/gtk-doc-am-1.11
+   >=dev-util/intltool-0.50.1
+   >=sys-devel/gettext-0.18
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   use python && export PYTHON3_CONFIG="$(python_get_PYTHON_CONFIG)"
+   gnome2_src_configure \
+   --enable-editorconfig \
+   --disable-static \
+   $(use_enable introspection) \
+   $(use_enable python python-pack-plugin) \
+   $(use_enable vala vala-pack-plugin) \
+   $(use_enable webkit)
+}
+
+src_test() {
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name 
"${S}/data/gsettings" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data/gsettings" virtx emake check
+}



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

2016-07-03 Thread Pacho Ramos
commit: b0a3b6010f1406fe8f51d3509455640625e0d33d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 17:00:26 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 17:01:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a3b601

x11-misc/colord: Version bump

Package-Manager: portage-2.3.0_rc1

 x11-misc/colord/Manifest|   1 +
 x11-misc/colord/colord-1.3.2.ebuild | 162 
 2 files changed, 163 insertions(+)

diff --git a/x11-misc/colord/Manifest b/x11-misc/colord/Manifest
index 0bd482b..71e0dd5 100644
--- a/x11-misc/colord/Manifest
+++ b/x11-misc/colord/Manifest
@@ -1 +1,2 @@
 DIST colord-1.2.12.tar.xz 1214992 SHA256 
d5241864c16a37f9e40d38d5009255456495a67f170ce0dc9250774442d68c3a SHA512 
5ce8f4fd10b92ec0cb54a05017ab050753381663a43e40d959606bb5f71ddce5456a3d67f8ce0538a2c945136834c66615f3615fdfb3e1eaaf5f5ca7a9e9c4eb
 WHIRLPOOL 
5b04acfc8de34758252f0215371f75b9ccab8f80194a9624d6b4c3651929266032f3e9e1e05b48fb82572891e93d6082739c022b2624978b0f8ece7e323e1b48
+DIST colord-1.3.2.tar.xz 1235968 SHA256 
d4ab3f11ec5e98d1079242fda7ad0a84a51da93572405561362a6ce2c274b8f5 SHA512 
c45780a70ce71009536a2ed51fc0b063b81d31e6168e8ce42a5d0b0d2bcf596558aa909ae247b12d6d92c1cdeb3fd0d69ea497ca1dc4717bce90eb87c2dfafeb
 WHIRLPOOL 
473365bd595d3f425a678f0b11dc198592206fdcb4781e1bd3454a3c6d5c645c145ee3f39ebaa7844b3ac56e200d758f98434f8655f260e2b6bfa81c6c2db9c7

diff --git a/x11-misc/colord/colord-1.3.2.ebuild 
b/x11-misc/colord/colord-1.3.2.ebuild
new file mode 100644
index 000..29e5e54
--- /dev/null
+++ b/x11-misc/colord/colord-1.3.2.ebuild
@@ -0,0 +1,162 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit autotools bash-completion-r1 check-reqs gnome2 user systemd udev vala 
multilib-minimal
+
+DESCRIPTION="System service to accurately color manage input and output 
devices"
+HOMEPAGE="https://www.freedesktop.org/software/colord/;
+SRC_URI="https://www.freedesktop.org/software/colord/releases/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0/2" # subslot = libcolord soname version
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+
+# We prefer policykit enabled by default, bug #448058
+IUSE="argyllcms examples extra-print-profiles +gusb +introspection +policykit 
scanner systemd +udev vala"
+REQUIRED_USE="
+   gusb? ( udev )
+   scanner? ( udev )
+   vala? ( introspection )
+"
+
+COMMON_DEPEND="
+   dev-db/sqlite:3=
+   >=dev-libs/glib-2.44.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/lcms-2.6:2=[${MULTILIB_USEDEP}]
+   argyllcms? ( media-gfx/argyllcms )
+   gusb? ( >=dev-libs/libgusb-0.2.7[introspection?,${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.8:= )
+   policykit? ( >=sys-auth/polkit-0.103 )
+   scanner? (
+   media-gfx/sane-backends
+   sys-apps/dbus )
+   systemd? ( >=sys-apps/systemd-44:0= )
+   udev? (
+   virtual/udev
+   virtual/libgudev:=[${MULTILIB_USEDEP}]
+   virtual/libudev:=[${MULTILIB_USEDEP}]
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   !media-gfx/shared-color-profiles
+   !<=media-gfx/colorhug-client-0.1.13
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/libxslt
+   >=dev-util/gtk-doc-am-1.9
+   >=dev-util/intltool-0.35
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
+   extra-print-profiles? ( media-gfx/argyllcms )
+   vala? ( $(vala_depend) )
+"
+
+# FIXME: needs pre-installed dbus service files
+RESTRICT="test"
+
+# According to upstream comment in colord.spec.in, building the extra print
+# profiles requires >=4G of memory
+CHECKREQS_MEMORY="4G"
+
+pkg_pretend() {
+   use extra-print-profiles && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+   use extra-print-profiles && check-reqs_pkg_setup
+   enewgroup colord
+   enewuser colord -1 -1 /var/lib/colord colord
+}
+
+src_prepare() {
+   # Adapt to Gentoo paths
+   sed -i -e 's/spotread/argyll-spotread/' \
+   src/sensors/cd-sensor-argyll.c \
+   configure.ac || die
+
+   eautoreconf
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   # Reverse tools require gusb
+   # bash-completion test does not work on gentoo
+   local myconf=(
+   --disable-bash-completion
+   --disable-examples
+   --disable-static
+   --enable-libcolordcompat
+   --with-daemon-user=colord
+   --localstatedir="${EPREFIX}"/var
+   $(multilib_native_use_enable argyllcms argyllcms-sensor)
+   $(multilib_native_use_enable extra-print-profiles 
print-profiles)
+   

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

2016-07-03 Thread Pacho Ramos
commit: 92fbe24242b387f812efc2a6648762e996133b31
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:50:04 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 17:01:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fbe242

Revert "gnome-extra/gnome-builder: Version bump"

This reverts commit e5326a4ada55afbcce90da197295f7ecc9074dbd.

 gnome-extra/gnome-builder/Manifest |  1 -
 .../gnome-builder/gnome-builder-3.20.4.ebuild  | 74 --
 2 files changed, 75 deletions(-)

diff --git a/gnome-extra/gnome-builder/Manifest 
b/gnome-extra/gnome-builder/Manifest
index f809875..53170cb 100644
--- a/gnome-extra/gnome-builder/Manifest
+++ b/gnome-extra/gnome-builder/Manifest
@@ -1,2 +1 @@
 DIST gnome-builder-3.18.1.tar.xz 1510460 SHA256 
501c95220dcf8ca44a5748e863492377fe2c3aee78a95973d6819b1836e5407c SHA512 
8e53b0d7a0afe440708bf33357408424cca5302e4516f85af18d04bce787012db681c93b6f48e9d41d8cb1a7c050d5e68770bf2e1ed8814ed43fa91e1d60c0f1
 WHIRLPOOL 
d805338a3b49fe56794ddd9dca1ff047a4a9c87de24d06fed377637dba4e2ce8cf953cc8770e8745666dde1abfaabee9c68827631605a24e76e06148bed03f5b
-DIST gnome-builder-3.20.4.tar.xz 1816816 SHA256 
b3e69495cd0fcfd3e3a7590f52aadaae7f45393eefd47ab5581a851cdd489041 SHA512 
fcfc525ab0e4149cb45bab24e6d3a8214503e576c094750e02e6e3795d42871fa16ba350b8ebbb64ab17848de1f78eacdeed613b3f17d736793127d5b8299b46
 WHIRLPOOL 
6026b60285723a2befae40f7c0f91ae956d9a270182c276f5307e6003306057a007ef1148bfba02a88088ba5199ce05e08dfb0e3b659c2da6e64842156f32239

diff --git a/gnome-extra/gnome-builder/gnome-builder-3.20.4.ebuild 
b/gnome-extra/gnome-builder/gnome-builder-3.20.4.ebuild
deleted file mode 100644
index ddbb2de..000
--- a/gnome-extra/gnome-builder/gnome-builder-3.20.4.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{3_3,3_4,3_5} )
-VALA_MIN_API_VERSION="0.30"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 python-single-r1 vala virtualx
-
-DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Builder;
-
-LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+introspection python vala webkit"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# FIXME: some unittests seem to hang forever
-RDEPEND="
-   >=dev-libs/glib-2.47.92:2[dbus]
-   dev-libs/libgit2[ssh,threads]
-   >=dev-libs/libgit2-glib-0.23.4[ssh]
-   dev-libs/libpcre:3
-   >=dev-libs/libpeas-1.18.0
-   >=dev-libs/libxml2-2.9
-   dev-util/uncrustify
-   sys-devel/clang
-   >=x11-libs/gtk+-3.20.0:3[introspection?]
-   >=x11-libs/gtksourceview-3.20.0:3.0[introspection?]
-   >=x11-libs/pango-1.38.0
-   introspection? ( >=dev-libs/gobject-introspection-1.47.92:= )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-python/pygobject-3.19.3:3 )
-   vala? ( $(vala_depend) )
-   webkit? ( >=net-libs/webkit-gtk-2.12.0:4= )
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-util/desktop-file-utils
-   >=dev-util/gtk-doc-am-1.11
-   >=dev-util/intltool-0.50.1
-   >=sys-devel/gettext-0.18
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   use python && export PYTHON3_CONFIG="$(python_get_PYTHON_CONFIG)"
-   gnome2_src_configure \
-   --enable-editorconfig \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable python python-pack-plugin) \
-   $(use_enable vala vala-pack-plugin) \
-   $(use_enable webkit)
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name 
"${S}/data/gsettings" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data/gsettings" virtx emake check
-}



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

2016-07-03 Thread Pacho Ramos
commit: 775c6ef5b4e84a90783f4904d325b52f0d577b7f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:37:40 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 17:01:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775c6ef5

gnome-extra/gnome-builder: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-builder/Manifest |  1 -
 .../gnome-builder/gnome-builder-3.16.3.ebuild  | 60 --
 2 files changed, 61 deletions(-)

diff --git a/gnome-extra/gnome-builder/Manifest 
b/gnome-extra/gnome-builder/Manifest
index b124ce1..53170cb 100644
--- a/gnome-extra/gnome-builder/Manifest
+++ b/gnome-extra/gnome-builder/Manifest
@@ -1,2 +1 @@
-DIST gnome-builder-3.16.3.tar.xz 1733356 SHA256 
a1d7b287d39ce724114c128e25bb00e273ecd8982ed22c8aba48cad9c4d51e61 SHA512 
bd552763e958dd121f20adefab68de7d40d66fb3253c21ac9fe97eef7ffb5e98ea2b4ba21522db2cf1626c989bd6c04b27a16ba5e7ecb0bb66afc6299979652c
 WHIRLPOOL 
e690fafd8271fd9fd2908424f684bf2704bb768e51e50a8a983eb32f22e1d6807d66f381ebee849b8d7b73d4658301a57fbe6eeb32958ca9dd84ecb934a01d61
 DIST gnome-builder-3.18.1.tar.xz 1510460 SHA256 
501c95220dcf8ca44a5748e863492377fe2c3aee78a95973d6819b1836e5407c SHA512 
8e53b0d7a0afe440708bf33357408424cca5302e4516f85af18d04bce787012db681c93b6f48e9d41d8cb1a7c050d5e68770bf2e1ed8814ed43fa91e1d60c0f1
 WHIRLPOOL 
d805338a3b49fe56794ddd9dca1ff047a4a9c87de24d06fed377637dba4e2ce8cf953cc8770e8745666dde1abfaabee9c68827631605a24e76e06148bed03f5b

diff --git a/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild 
b/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild
deleted file mode 100644
index 8fd9e13..000
--- a/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{3_3,3_4} )
-
-inherit gnome2 python-single-r1 virtualx
-
-DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Builder;
-
-LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+introspection"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# FIXME: some unittests seem to hang forever
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/gjs-1.42
-   >=dev-libs/glib-2.44:2
-   dev-libs/libgit2[ssh,threads]
-   >=dev-libs/libgit2-glib-0.22.6[ssh]
-   >=dev-libs/libxml2-2.9
-   dev-python/pygobject:3
-   >=dev-util/devhelp-3.16
-   dev-util/uncrustify
-   sys-devel/clang
-   >=x11-libs/gtk+-3.16.1:3[introspection?]
-   >=x11-libs/gtksourceview-3.16.1:3.0[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.42 )
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/gtk-doc-am-1.11
-   >=dev-util/intltool-0.50.1
-   >=sys-devel/gettext-0.18
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection) \
-   PYTHON3_CONFIG="$(python_get_PYTHON_CONFIG)"
-}
-
-src_test() {
-   # FIXME: this should be handled at eclass level
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name 
"${S}/data/gsettings" || die
-
-   GSETTINGS_SCHEMA_DIR="${S}/data/gsettings" Xemake check
-}



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

2016-07-03 Thread Pacho Ramos
commit: d3725e9a6e327e90f647e68ff54edb38d50110aa
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 17:01:10 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 17:01:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3725e9a

gnome-extra/gnome-color-manager: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-color-manager/Manifest   |  1 +
 .../gnome-color-manager-3.20.0.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/gnome-extra/gnome-color-manager/Manifest 
b/gnome-extra/gnome-color-manager/Manifest
index 958b756..14acb4e 100644
--- a/gnome-extra/gnome-color-manager/Manifest
+++ b/gnome-extra/gnome-color-manager/Manifest
@@ -1 +1,2 @@
 DIST gnome-color-manager-3.18.0.tar.xz 2647648 SHA256 
83d06f3b76b89b6c56bd6e4f792e15c67b561682fa9d59b60cbf716f6130a435 SHA512 
4f1259681ee5f3762b1e4212e7b48c2caaa371d5cec00aa1ee4506f908310c8bbe4ff3e05e857707573475bfae0e61364d72c2d942d1d3fe5d978d2ca02c627c
 WHIRLPOOL 
24e90187d17591450ac23da6afce3736e9380c2be75f0e3e7c470cebd5c849e8a40adf697cf42cc9269c419190379395d450fbe4a60eace40e16fe5ecf3ad8ae
+DIST gnome-color-manager-3.20.0.tar.xz 2661180 SHA256 
fc4b8b075e79c1633ad935fb42e2aa06bf31a3e7e15360c705c771366e540793 SHA512 
1c308fcf3f0d752f23fbbcd701272e05ede481260dffc77203d255b93da0278cd593558461309df0ea95d77b60c176c5ba2c695c27ec5042914a22272f033505
 WHIRLPOOL 
3ca5af3e491e7949f3af70611bcc304999d9afc4547442eb989d974aec4e95b993430eca9076f689e9239ee8bc88879c8773cb42574ed60c60913763e4f31158

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.20.0.ebuild 
b/gnome-extra/gnome-color-manager/gnome-color-manager-3.20.0.ebuild
new file mode 100644
index 000..07dadcf
--- /dev/null
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.20.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 virtualx
+
+DESCRIPTION="Color profile manager for the GNOME desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="packagekit raw"
+
+# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
+RDEPEND="
+   >=dev-libs/glib-2.31.10:2
+   >=media-libs/lcms-2.2:2
+   >=media-libs/libcanberra-0.10[gtk3]
+   media-libs/libexif
+   media-libs/tiff:0=
+
+   >=x11-libs/gtk+-3.3.8:3
+   >=x11-libs/vte-0.25.1:2.91
+   >=x11-misc/colord-1.3.1:0=
+   >=x11-libs/colord-gtk-0.1.20
+
+   packagekit? ( app-admin/packagekit-base )
+   raw? ( media-gfx/exiv2 )
+"
+# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
+DEPEND="${RDEPEND}
+   app-text/docbook-sgml-dtd:4.1
+   app-text/docbook-sgml-utils
+   dev-libs/appstream-glib
+   dev-libs/libxslt
+   >=dev-util/intltool-0.35
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_configure() {
+   # Always enable tests since they are check_PROGRAMS anyway
+   # appstream does not want to be relax by default !
+   gnome2_src_configure \
+   --disable-static \
+   --enable-tests \
+   $(use_enable packagekit) \
+   $(use_enable raw exiv) \
+   APPSTREAM_UTIL=$(type -P true)
+}
+
+src_test() {
+   virtx emake check
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   if ! has_version media-gfx/argyllcms ; then
+   elog "If you want to do display or scanner calibration, you 
will need to"
+   elog "install media-gfx/argyllcms"
+   fi
+}



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

2016-07-03 Thread Johannes Huber
commit: 6e03709bc788e66bf56e0c8aec4874d7fc0d03d7
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jul  3 16:43:24 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul  3 16:43:24 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e03709b

kde4-base.eclass: Cleanup SRC_URIs

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

 eclass/kde4-base.eclass | 10 --
 1 file changed, 10 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 8f09871..f5e2c61 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -452,10 +452,6 @@ _calculate_src_uri() {
case ${KDEBASE} in
kde-base)
case ${PV} in
-   4.4.11.1)
-   # KDEPIM 4.4, special case
-   # TODO: Remove this part when KDEPIM 
4.4 gets out of the tree
-   
SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;;
4.4.20*)
# KDEPIM 4.4 no-akonadi branch, special 
case
# TODO: Remove this part when KDEPIM 
4.4 gets out of the tree
@@ -463,18 +459,12 @@ _calculate_src_uri() {
4.?.[6-9]? | 4.??.[6-9]?)
# Unstable KDE SC releases

SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;;
-   4.11.19)
-   # Part of 15.04.1 actually, sigh. Not 
stable for next release!
-   
SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
4.11.22)
# Part of 15.08.0 actually, sigh. Not 
stable for next release!

SRC_URI="mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;;
4.14.3)
# Last SC release

SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;;
-   4.14.8)
-   # Part of 15.04.1 actually, sigh. Used 
by kdelibs and KDE PIM 4.
-   
SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
4.14.10)
# Part of 15.04.3 actually, sigh. Used 
by last version of KDE PIM 4.

SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;



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

2016-07-03 Thread Johannes Huber
commit: 32512ee7aaabe65b95842536ff48a61fdfe06a94
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  3 16:45:57 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul  3 16:45:57 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=32512ee7

kde4-*.eclass: Migrate to L10N flags

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

 eclass/kde4-base.eclass  |  4 ++--
 eclass/kde4-functions.eclass | 43 +++
 2 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index f5e2c61..59a1932 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -341,13 +341,13 @@ fi
 
 # add a dependency over kde4-l10n
 if [[ ${KDEBASE} != "kde-base" && -n ${KDE_LINGUAS} ]]; then
-   for _lingua in ${KDE_LINGUAS}; do
+   for _lingua in $(kde4_lingua_to_l10n ${KDE_LINGUAS}); do
# if our package has linguas, pull in kde4-l10n with selected 
lingua enabled,
# but only for selected ones.
# this can't be done on one line because if user doesn't use 
any localisation
# then he is probably not interested in kde4-l10n at all.
kderdepend+="
-   linguas_${_lingua}? ( $(add_kdeapps_dep kde4-l10n 
"linguas_${_lingua}(+)") )
+   l10n_${_lingua}? ( $(add_kdeapps_dep kde4-l10n 
"l10n_${_lingua}(+)") )
"
done
unset _lingua

diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 8c2fa4a..a600d55 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -76,6 +76,27 @@ case ${KDE_SCM} in
*) die "KDE_SCM: ${KDE_SCM} is not supported" ;;
 esac
 
+# @FUNCTION: kde4_lingua_to_l10n
+# @USAGE: ...
+# @INTERNAL
+# @DESCRIPTION:
+# Output l10n flag name(s) (without prefix(es)) appropriate for given KDE
+# locale(s).
+kde4_lingua_to_l10n() {
+   local l
+   for l; do
+   case ${l} in
+   ca@valencia) echo ca-valencia;;
+   sr@ijekavian) echo sr-ijekavsk;;
+   sr@ijekavianlatin) echo sr-Latn-ijekavsk;;
+   sr@latin|sr@Latn) echo sr-Latn;;
+   uz@cyrillic) echo uz-Cyrl;;
+   *@*) die "${FUNCNAME}: Unhandled KDE_LINGUAS: ${l}";;
+   *) echo "${l/_/-}";;
+   esac
+   done
+}
+
 # @ECLASS-VARIABLE: KDE_LINGUAS
 # @DESCRIPTION:
 # This is a whitespace-separated list of translations this ebuild supports.
@@ -86,8 +107,8 @@ esac
 #
 # Example: KDE_LINGUAS="de en_GB nl"
 if [[ ${KDE_BUILD_TYPE} != live || -n ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then
-   for _lingua in ${KDE_LINGUAS}; do
-   IUSE="${IUSE} linguas_${_lingua}"
+   for _lingua in $(kde4_lingua_to_l10n ${KDE_LINGUAS}); do
+   IUSE="${IUSE} l10n_${_lingua}"
done
 fi
 
@@ -139,7 +160,7 @@ comment_all_add_subdirectory() {
 
 # @FUNCTION: enable_selected_linguas
 # @DESCRIPTION:
-# Enable translations based on LINGUAS settings and translations supported by
+# Enable translations based on L10N settings and translations supported by
 # the package (see KDE_LINGUAS). By default, translations are found in 
"${S}"/po
 # but this default can be overridden by defining KDE_LINGUAS_DIR.
 enable_selected_linguas() {
@@ -147,11 +168,6 @@ enable_selected_linguas() {
 
local x
 
-   # if there is no linguas defined we enable everything
-   if ! $(env | grep -q "^LINGUAS="); then
-   return 0
-   fi
-
# @ECLASS-VARIABLE: KDE_LINGUAS_DIR
# @DESCRIPTION:
# Specified folder where application translations are located.
@@ -171,7 +187,7 @@ enable_selected_linguas() {
 
 # @FUNCTION: enable_selected_doc_linguas
 # @DESCRIPTION:
-# Enable only selected linguas enabled doc folders.
+# Enable only selected L10N enabled doc folders.
 enable_selected_doc_linguas() {
debug-print-function ${FUNCNAME} "$@"
 
@@ -195,11 +211,6 @@ enable_selected_doc_linguas() {
-e 
"/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE
 /" \
-i CMakeLists.txt || die 'failed to comment out 
all handbooks'
else
-   # if there is no linguas defined we enable everything 
(i.e. comment out nothing)
-   if ! $(env | grep -q "^LINGUAS="); then
-   return 0
-   fi
-
# Disable subdirectories recursively
comment_all_add_subdirectory "${handbookdir}"
 
@@ -213,7 +224,7 @@ enable_selected_doc_linguas() {
# Add requested translations
local lingua
for lingua in en ${KDE_LINGUAS}; do
-   if [[ ${lingua} = 

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/edbrowse/

2016-07-03 Thread Ulrich Müller
commit: 50972cd3e8ebb2dccb938140445b3c9044105f09
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul  3 16:29:23 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul  3 16:39:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50972cd3

app-accessibility/edbrowse: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 app-accessibility/edbrowse/edbrowse-3.5.1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild 
b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
index c26fb87..4239a3a 100644
--- a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
+++ b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild
@@ -8,10 +8,12 @@ inherit eutils
 DESCRIPTION="editor, browser, and mail client using the /bin/ed interface"
 HOMEPAGE="http://the-brannons.com/edbrowse/;
 SRC_URI="http://the-brannons.com/${PN}/${P}.zip;
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="libressl linguas_fr odbc"
+IUSE="libressl odbc l10n_fr"
+
 COMMON_DEPEND=">=dev-lang/spidermonkey-24.0:24
>=sys-libs/readline-6.0
>=net-misc/curl-7.36.0
@@ -52,7 +54,7 @@ src_install() {
dobin setup.ebrc
dohtml usersguide.html philosophy.html
dodoc sample.ebrc
-   if use linguas_fr; then
+   if use l10n_fr; then
dohtml usersguide_fr.html philosophy_fr.html
dodoc sample_fr.ebrc
fi



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dvdisaster/

2016-07-03 Thread Ulrich Müller
commit: 2c8200b867d4608b574c51e2e1469e77ce76680e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul  3 16:35:40 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul  3 16:39:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8200b8

app-cdr/dvdisaster: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 app-cdr/dvdisaster/dvdisaster-0.72.4.ebuild | 14 +++---
 app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild | 12 ++--
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/app-cdr/dvdisaster/dvdisaster-0.72.4.ebuild 
b/app-cdr/dvdisaster/dvdisaster-0.72.4.ebuild
index cf42944..26d545d 100644
--- a/app-cdr/dvdisaster/dvdisaster-0.72.4.ebuild
+++ b/app-cdr/dvdisaster/dvdisaster-0.72.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,9 +14,9 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="debug nls"
 
-dvdi_langs="cs de it pt_BR ru sv"
+dvdi_langs="cs de it pt-BR ru sv"
 for dvdi_lang in ${dvdi_langs}; do
-   IUSE+=" linguas_${dvdi_lang}"
+   IUSE+=" l10n_${dvdi_lang}"
 done
 unset dvdi_lang
 
@@ -65,10 +65,10 @@ src_install() {
 
local dvdi_lang
for dvdi_lang in ${dvdi_langs}; do
-   use linguas_${dvdi_lang} || rm -rf \
-   ${dest}/doc/${PF}/${dvdi_lang} \
-   ${dest}/doc/${PF}/CREDITS.${dvdi_lang} \
-   ${dest}/man/${dvdi_lang}
+   use l10n_${dvdi_lang} || rm -rf \
+   ${dest}/doc/${PF}/${dvdi_lang/-/_} \
+   ${dest}/doc/${PF}/CREDITS.${dvdi_lang/-/_} \
+   ${dest}/man/${dvdi_lang/-/_}
done
 
rm -f "${ED}"/usr/bin/*-uninstall.sh

diff --git a/app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild 
b/app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild
index 4236bf6d..d405f40 100644
--- a/app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild
+++ b/app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild
@@ -14,9 +14,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="debug nls"
 
-dvdi_langs="cs de it pt_BR ru sv"
+dvdi_langs="cs de it pt-BR ru sv"
 for dvdi_lang in ${dvdi_langs}; do
-   IUSE+=" linguas_${dvdi_lang}"
+   IUSE+=" l10n_${dvdi_lang}"
 done
 unset dvdi_lang
 
@@ -62,10 +62,10 @@ src_install() {
 
local dvdi_lang
for dvdi_lang in ${dvdi_langs}; do
-   use linguas_${dvdi_lang} || rm -rf \
-   ${dest}/doc/${PF}/${dvdi_lang} \
-   ${dest}/doc/${PF}/CREDITS.${dvdi_lang} \
-   ${dest}/man/${dvdi_lang}
+   use l10n_${dvdi_lang} || rm -rf \
+   ${dest}/doc/${PF}/${dvdi_lang/-/_} \
+   ${dest}/doc/${PF}/CREDITS.${dvdi_lang/-/_} \
+   ${dest}/man/${dvdi_lang/-/_}
done
 
rm -f "${D}"usr/bin/*-uninstall.sh



[gentoo-commits] repo/gentoo:master commit in: app-backup/pdumpfs/

2016-07-03 Thread Ulrich Müller
commit: aa6713016475150cdc2c02e043a7c6af7ec94362
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul  3 16:31:03 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul  3 16:39:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa671301

app-backup/pdumpfs: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild 
b/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild
index 3a7ca10..f2270cd 100644
--- a/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild
+++ b/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,14 +6,14 @@ EAPI=5
 
 inherit eutils
 
-DESCRIPTION="a daily backup system similar to Plan9's dumpfs"
+DESCRIPTION="A daily backup system similar to Plan9's dumpfs"
 HOMEPAGE="http://0xcc.net/pdumpfs/;
 SRC_URI="http://0xcc.net/pdumpfs/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
 
 DEPEND=">=dev-lang/ruby-2.0.0_p598"
 
@@ -39,7 +39,7 @@ src_install() {
doman man/man8/pdumpfs.8
dohtml -r doc/*
 
-   if use linguas_ja; then
+   if use l10n_ja; then
insinto /usr/share/man/ja/man8
doins man/ja/man8/pdumpfs.8
fi



[gentoo-commits] repo/gentoo:master commit in: sys-block/gparted/

2016-07-03 Thread Pacho Ramos
commit: 55ce0d7a3e4ecba415a5cd1d8f4a3fb5c5e4b80b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:12:07 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ce0d7a

sys-block/gparted: Drop old

Package-Manager: portage-2.3.0_rc1

 sys-block/gparted/Manifest  |  1 -
 sys-block/gparted/gparted-0.25.0.ebuild | 90 -
 2 files changed, 91 deletions(-)

diff --git a/sys-block/gparted/Manifest b/sys-block/gparted/Manifest
index 914e205..fe8abd0 100644
--- a/sys-block/gparted/Manifest
+++ b/sys-block/gparted/Manifest
@@ -1,2 +1 @@
-DIST gparted-0.25.0.tar.gz 3240180 SHA256 
2d996d5f4921d49eae850a1824acb8ab1299b1ea9bbb9c607248cd6c8cdc94ae SHA512 
c15b27ad85f5f4937d87e9eb3b6dadb4b0502cc076eed726d23fbd08667bdb1263539a5552e85ecc2195a4e8d4556a898130ab0aa407bbe3bcbd18148c4765c9
 WHIRLPOOL 
5e540e73e72042f521ad23f7145c24c6394274d0765f577153b45e34191d609baa0600be12bb46511600be60072759a7af9a37fe2684101b8d1ca7ab214585ca
 DIST gparted-0.26.0.tar.gz 3299035 SHA256 
bcf339328c183e1d825d41267cf435b193f1312fc3b9ce207e6087e653e27fb4 SHA512 
1017e1f460dd24d08959f018e51d523ae461b29350a136eb3a6cca524a966ad235edee80063fe1b6a0e1a5445e2b30086efbc98d7b948f61e9ddf758c03fc049
 WHIRLPOOL 
38bdf9384ee87b12dfc7b4de81fefb1ee0847430ec5ab971dfbb28f0c32f778ad6c0f4655d9e3e3d9de1d9c665a9361933ebb707f42613d17e1167dfce5de931

diff --git a/sys-block/gparted/gparted-0.25.0.ebuild 
b/sys-block/gparted/gparted-0.25.0.ebuild
deleted file mode 100644
index 1cc3abb..000
--- a/sys-block/gparted/gparted-0.25.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Gnome Partition Editor"
-HOMEPAGE="http://gparted.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 
xfs"
-
-# FIXME: add gpart support
-COMMON_DEPEND="
-   >=dev-cpp/glibmm-2.14:2
-   >=dev-cpp/gtkmm-2.22:2.4
-   >=dev-libs/glib-2:2
-   >=sys-block/parted-3.2:=
-"
-RDEPEND="${COMMON_DEPEND}
-   !policykit? (
-   kde? ( kde-apps/kdesu ) )
-   policykit? ( sys-auth/polkit )
-
-   >=sys-apps/util-linux-2.20
-   >=sys-fs/e2fsprogs-1.41
-   btrfs? ( sys-fs/btrfs-progs )
-   dmraid? (
-   >=sys-fs/lvm2-2.02.45
-   sys-fs/dmraid
-   sys-fs/multipath-tools )
-   f2fs? ( sys-fs/f2fs-tools )
-   fat? (
-   sys-fs/dosfstools
-   sys-fs/mtools )
-   hfs? (
-   sys-fs/diskdev_cmds
-   virtual/udev
-   sys-fs/hfsutils )
-   jfs? ( sys-fs/jfsutils )
-   mdadm? ( sys-fs/mdadm )
-   ntfs? ( >=sys-fs/ntfs3g-2011.4.12[ntfsprogs] )
-   reiserfs? ( sys-fs/reiserfsprogs )
-   reiser4? ( sys-fs/reiser4progs )
-   xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/gnome-doc-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   sed -i -e 's:Exec=@gksuprog@ :Exec=:' gparted.desktop.in.in || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-doc \
-   --enable-online-resize \
-   GKSUPROG=$(type -P true)
-}
-
-src_install() {
-   gnome2_src_install
-
-   local _ddir="${D}"/usr/share/applications
-
-   if use policykit; then
-   sed -i -e 's:/usr/sbin/gparted %f:gparted-pkexec:' 
"${_ddir}"/gparted.desktop
-   insinto /usr/share/polkit-1/actions/
-   doins "${FILESDIR}"/org.gentoo.pkexec.gparted.policy
-   dobin "${FILESDIR}"/gparted-pkexec
-   else
-   if use kde; then
-   cp "${_ddir}"/gparted{,-kde}.desktop
-   sed -i -e 's:Exec=:Exec=kdesu :' 
"${_ddir}"/gparted-kde.desktop
-   echo 'OnlyShowIn=KDE;' >> "${_ddir}"/gparted-kde.desktop
-   fi
-   fi
-}



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

2016-07-03 Thread Pacho Ramos
commit: eb232b5bdc6f3bf0c3ae9bf5cee113ae2bd3dcd0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:23:41 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb232b5b

www-client/epiphany: Version bump

Package-Manager: portage-2.3.0_rc1

 www-client/epiphany/Manifest   |  1 +
 www-client/epiphany/epiphany-3.20.3.ebuild | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 77fd434..006cb3c 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1 +1,2 @@
 DIST epiphany-3.18.7.tar.xz 3059580 SHA256 
90513aea04d66a4387da076db1b8104b54d3657a81aff2d629b527b32d9eec76 SHA512 
a2a47bbe282f089b14ff48e33ec00dc11a66377d2583db3f7f2dc621e6e1d53640bca6861293933e988db200d221b1f36c74e32372fd6a89eeb7c436a8f8e3f2
 WHIRLPOOL 
05a6b13019daf9c598577300ab6addb934bacadd4c6b62b07c9a4d22dfdb0da686aea5d6dc7b73cdeff6b8e3f2f903b43a802c7707cfc70d42d68b9a728c895f
+DIST epiphany-3.20.3.tar.xz 2182864 SHA256 
4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2 SHA512 
853a8efd67374f5550263cf4f102ac680b6b5bf1e948d5bb4448bc3dbe89401034709e391e527bce50a8f210cf2ae525d7f5c8e997fd665946986c5078caf3a9
 WHIRLPOOL 
a7736abe4e121b15f27dc5ca32a7d9f6a26e2526523d605d8394d179e362b99c99067f7a2bc6f36004b9424e0fe295b2f6bb7a294b7dfbcceb7bb0ce3a80420c

diff --git a/www-client/epiphany/epiphany-3.20.3.ebuild 
b/www-client/epiphany/epiphany-3.20.3.ebuild
new file mode 100644
index 000..2fbe155
--- /dev/null
+++ b/www-client/epiphany/epiphany-3.20.3.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 virtualx
+
+DESCRIPTION="GNOME webbrowser based on Webkit"
+HOMEPAGE="https://wiki.gnome.org/Apps/Web;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=app-crypt/gcr-3.5.5:=
+   >=app-crypt/libsecret-0.14
+   >=app-text/iso-codes-0.35
+   >=dev-libs/glib-2.44.0:2[dbus]
+   >=dev-libs/libxml2-2.6.12:2
+   >=dev-libs/libxslt-1.1.7
+   >=gnome-base/gsettings-desktop-schemas-0.0.1
+   >=net-dns/avahi-0.6.22[dbus]
+   >=net-libs/webkit-gtk-2.11.4:4=
+   >=net-libs/libsoup-2.48:2.4
+   >=x11-libs/gtk+-3.19.1:3
+   >=x11-libs/libnotify-0.5.1:=
+   gnome-base/gnome-desktop:3=
+
+   dev-db/sqlite:3
+   x11-libs/libwnck:3
+   x11-libs/libX11
+"
+# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
+RDEPEND="${COMMON_DEPEND}
+   x11-themes/adwaita-icon-theme
+   !www-client/epiphany-extensions
+"
+# paxctl needed for bug #407085
+# eautoreconf requires gnome-common-3.5.5
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   sys-apps/paxctl
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
+   "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
+
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
+   "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
+)
+
+src_configure() {
+   # Many years have passed since gecko based epiphany went away,
+   # hence, stop relying on nss for migrating from that versions.
+   gnome2_src_configure \
+   --disable-nss \
+   --enable-shared \
+   --disable-static \
+   --with-distributor-name=Gentoo \
+   $(use_enable test tests)
+}
+
+src_test() {
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
+}



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

2016-07-03 Thread Pacho Ramos
commit: fb4788a7af80e45d63788ed879b58a9ac2d6ff73
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:26:42 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4788a7

x11-libs/goffice: Version bump

Package-Manager: portage-2.3.0_rc1

 x11-libs/goffice/Manifest   |  1 +
 x11-libs/goffice/goffice-0.10.31.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
index 665bf2b..9318073 100644
--- a/x11-libs/goffice/Manifest
+++ b/x11-libs/goffice/Manifest
@@ -1,2 +1,3 @@
 DIST goffice-0.10.29.tar.xz 2379280 SHA256 
b395dcf062f8575788aeab087b66ae21c2e22a7661309adc81d1825b507b7ff9 SHA512 
7e6bf2e3d469f8428e6f0c4c7b381ac9f855b3c491cb70676df15aa33f0d15a899147d488c8478b57aabd206bfe61b811352c05be0f9d8458a611b7aa6f4
 WHIRLPOOL 
44d83acd5fd65ee566a25c48fec5b8bbd7bbb6e5843a2aa51b2406991d515399da0ad55831b822f5102c6c30ca065ba05f6282fc24183aed4d0476b6f998cbf6
+DIST goffice-0.10.31.tar.xz 2386264 SHA256 
9d1fc2dcc131742348ed6e1597e2fab143cbf73e7067c5c05a3f3565266ed5a5 SHA512 
bdc497bd61c9b1e303afba6c9ed5f2d23a09e380702959a64d6877ce5ad7c7c495e63650686135aef137206ebec285227c9ee24cb3f73c64d7e5a504bf49bfc6
 WHIRLPOOL 
c270d7a29a555173ed1d0f2942d5b32ff90102cbc9ad14e07d307701533bf5f9b8813328457fa122376aaf56eba6df71f971f369fcb7cff7d16f9530cdbe
 DIST goffice-0.8.17.tar.xz 1814488 SHA256 
165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 SHA512 
61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c
 WHIRLPOOL 
12ac2587af25c41686797b9bd5ff93429687217cb3d14e130067685701fd0685ed1c4f9900eb34a15cfb30dcdfe9ebe9f9856a1b4eb6684555d0a9cb1ef86ff1

diff --git a/x11-libs/goffice/goffice-0.10.31.ebuild 
b/x11-libs/goffice/goffice-0.10.31.ebuild
new file mode 100644
index 000..1f36ed7
--- /dev/null
+++ b/x11-libs/goffice/goffice-0.10.31.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="A library of document-centric objects and utilities"
+HOMEPAGE="https://git.gnome.org/browse/goffice/;
+
+LICENSE="GPL-2"
+SLOT="0.10"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="+introspection"
+
+# FIXME: add lasem to tree
+RDEPEND="
+   >=app-text/libspectre-0.2.6:=
+   >=dev-libs/glib-2.38.0:2
+   dev-libs/libxslt
+   >=gnome-base/librsvg-2.22:2
+   >=gnome-extra/libgsf-1.14.24:=[introspection?]
+   >=dev-libs/libxml2-2.4.12:2
+   >=x11-libs/pango-1.24:=
+   >=x11-libs/cairo-1.10:=[svg]
+   x11-libs/libXext:=
+   x11-libs/libXrender:=
+   >=x11-libs/gdk-pixbuf-2.22:2
+   >=x11-libs/gtk+-3.8.7:3
+   introspection? (
+   >=dev-libs/gobject-introspection-1:=
+   >=gnome-extra/libgsf-1.14.23:= )
+"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   virtual/perl-Getopt-Long
+   virtual/perl-IO-Compress
+   virtual/perl-Compress-Raw-Zlib
+   >=dev-util/gtk-doc-am-1.12
+   >=dev-util/intltool-0.35
+   virtual/pkgconfig
+"
+# eautoreconf requires:
+# gnome-base/gnome-common
+
+src_configure() {
+   gnome2_src_configure \
+   --without-lasem \
+   --with-gtk \
+   --with-config-backend=gsettings \
+   $(use_enable introspection)
+}



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

2016-07-03 Thread Pacho Ramos
commit: ebb9bddb8ba06da8588b53326029b85d494202a4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:09:31 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb9bddb

net-misc/rygel: Version bump

Package-Manager: portage-2.3.0_rc1

 net-misc/rygel/Manifest|  1 +
 net-misc/rygel/rygel-0.30.3.ebuild | 85 ++
 2 files changed, 86 insertions(+)

diff --git a/net-misc/rygel/Manifest b/net-misc/rygel/Manifest
index 4a0c40b..4a51287 100644
--- a/net-misc/rygel/Manifest
+++ b/net-misc/rygel/Manifest
@@ -1 +1,2 @@
 DIST rygel-0.28.3.tar.xz 2214632 SHA256 
bedb76ecb1f36b721914b5c65934f8cd01f281f9ab40c22c583902c22f169c77 SHA512 
5597d21f7f227b370f3e714350d97b763a5192a7d645bd108b5a4c9cc69f5d0fd71e9e8e995c1ca112c91f62908081d16dfdddf32381c0f6107298f9c57ec0e4
 WHIRLPOOL 
20a1e2783f9b4ee9ffac96ba6e3d721f584a262b01e4e0b41969e7c58bf36b2560617287a71b943cd412a1589d854022204f45198a9ad46098d1a93d94a4e64d
+DIST rygel-0.30.3.tar.xz 3904728 SHA256 
7171ac2538d9868b0e564430041fe3485f1cf3b25e2540474d0b1480605e054e SHA512 
5d7b676e18d7ecd65ced3dd76bd017ea56a294d2f6b0dedd62210d1538e780d3b21d39931c43d96e16cfe6c2f55ff11106d48505af97842e79da7e79a2b08000
 WHIRLPOOL 
8f24db663fe11369972fc75e5797c3f0e70df37f36428712208a3c18166e8c892042c7c794ac5b914f6c7fc3031e302be1fd1a50b496ace34d90b5094b47f734

diff --git a/net-misc/rygel/rygel-0.30.3.ebuild 
b/net-misc/rygel/rygel-0.30.3.ebuild
new file mode 100644
index 000..857c160
--- /dev/null
+++ b/net-misc/rygel/rygel-0.30.3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 systemd versionator virtualx
+
+DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
+HOMEPAGE="https://wiki.gnome.org/Projects/Rygel;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X +introspection +sqlite tracker test transcode"
+
+# The deps for tracker? and transcode? are just the earliest available
+# version at the time of writing this ebuild
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8:0.8
+   >=dev-libs/libxml2-2.7:2
+   >=media-libs/gupnp-dlna-0.9.4:2.0
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libmediaart-0.7:2.0
+   media-plugins/gst-plugins-soup:1.0
+   >=net-libs/gssdp-0.13
+   >=net-libs/gupnp-0.20.14
+   >=net-libs/gupnp-av-0.12.8
+   >=net-libs/libsoup-2.44:2.4
+   >=sys-apps/util-linux-2.20
+   x11-misc/shared-mime-info
+   introspection? ( >=dev-libs/gobject-introspection-1.33.4:= )
+   sqlite? (
+   >=dev-db/sqlite-3.5:3
+   dev-libs/libunistring:=
+   )
+   tracker? ( >=app-misc/tracker-0.16:= )
+   transcode? (
+   media-libs/gst-plugins-bad:1.0
+   media-plugins/gst-plugins-twolame:1.0
+   media-plugins/gst-plugins-libav:1.0
+   )
+   X? ( >=x11-libs/gtk+-3:3 )
+"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.40
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+# Maintainer only
+#  >=dev-lang/vala-0.22
+#   dev-libs/libxslt
+
+src_configure() {
+   # We set xsltproc because man pages are provided by upstream
+   # and we do not want to regenerate them automagically.
+   gnome2_src_configure \
+   XSLTPROC=$(type -P false) \
+   --enable-gst-launch-plugin \
+   --enable-mediathek-plugin \
+   --with-media-engine=gstreamer \
+   --enable-nls \
+   --with-systemduserunitdir=$(systemd_get_userunitdir) \
+   $(use_enable introspection) \
+   $(use_enable sqlite media-export-plugin) \
+   $(use_enable sqlite lms-plugin) \
+   $(use_enable test tests) \
+   $(use_enable tracker tracker-plugin) \
+   $(use_with X ui)
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   if ! version_is_at_least 0.28.2-r1 ${REPLACING_VERSIONS}; then
+   elog "This version stops forcing the automatical starting of"
+   elog "rygel as upstream pretends. This way, it will honor the"
+   elog "user settings at Sharing section in gnome-control-center."
+   elog "If you desire to keep getting rygel autostarting always"
+   elog "you will need to configure your desktop to do it."
+   fi
+}



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

2016-07-03 Thread Pacho Ramos
commit: 8d3f7cf82adceac5fa7eabc0feb24d7c20e18c42
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:16:11 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3f7cf8

sys-libs/libosinfo: Version bump

Package-Manager: portage-2.3.0_rc1

 sys-libs/libosinfo/Manifest   |  1 +
 sys-libs/libosinfo/libosinfo-0.3.1.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest
index e1c889f..f9ce86e 100644
--- a/sys-libs/libosinfo/Manifest
+++ b/sys-libs/libosinfo/Manifest
@@ -1 +1,2 @@
 DIST libosinfo-0.3.0.tar.gz 1816516 SHA256 
538a3468792e919edf5364fe102d751353ae600a92ad3a24f024424a182cefbc SHA512 
c935fcc74c76e3f7a5617ebffcd775fd15c4687cb84667cd944c99e8024a92b8997a8640afe690acdd6a769442a957cadb32c7ea9c44aa82181f8cf8a40e64e2
 WHIRLPOOL 
b12b934f66de25b1619c158990db59c1d766747dbf8c6540ee5e765d1d86de4f2d0eef07bccf461fd8087a6fa4d4ae902ef82a289fe4e7fa31e20f34f219f7df
+DIST libosinfo-0.3.1.tar.gz 1839185 SHA256 
50b272943d68b77d5259f72be860acfd048126bc27e7aa9c2f9c77a7eacf3894 SHA512 
41f42654c89f9573dade40814a9dca5eca28bbf093ad35f63dc72d443b6e8c066feb9c848d0ff167ad2f3fd72499d49fbdde36f8ea063bfce40dece6d53e
 WHIRLPOOL 
83662ba7b7887483380cc1915a29fea60ad7fde39a8227600d59b074034a80019e6616c0dca316b79f06043488ae0d39c6834901320be478b8658c49cf46ea6f

diff --git a/sys-libs/libosinfo/libosinfo-0.3.1.ebuild 
b/sys-libs/libosinfo/libosinfo-0.3.1.ebuild
new file mode 100644
index 000..87fcb73
--- /dev/null
+++ b/sys-libs/libosinfo/libosinfo-0.3.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 udev vala
+
+DESCRIPTION="GObject library for managing information about real and virtual 
OSes"
+HOMEPAGE="http://libosinfo.org/;
+SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+
+IUSE="+introspection +vala test"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.36.0:2
+   >=dev-libs/libxslt-1.0.0:=
+   dev-libs/libxml2:=
+   >=net-libs/libsoup-2.42:2.4
+   sys-apps/hwids
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
+"
+DEPEND="${RDEPEND}
+   dev-libs/gobject-introspection-common
+   >=dev-util/gtk-doc-am-1.10
+   virtual/pkgconfig
+   test? ( dev-libs/check )
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   use vala && vala_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable test tests) \
+   $(use_enable introspection) \
+   $(use_enable vala) \
+   --disable-coverage
+}



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

2016-07-03 Thread Pacho Ramos
commit: 6fe324e80fab0ea4f5e0dae11c0b362310107aca
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:24:32 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe324e8

x11-libs/goffice: Drop old

Package-Manager: portage-2.3.0_rc1

 x11-libs/goffice/Manifest   |  1 -
 x11-libs/goffice/goffice-0.10.27.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
index 6f45d12..665bf2b 100644
--- a/x11-libs/goffice/Manifest
+++ b/x11-libs/goffice/Manifest
@@ -1,3 +1,2 @@
-DIST goffice-0.10.27.tar.xz 2363972 SHA256 
3717b400fd190f18cf1dd7a16e1991b1f7c7cbdfeb1993656e7972347168d8c0 SHA512 
31776e03928f7128319d3db7b6a049fbd2b9bbab5654df7fd4b65c62ec96323a298e00d61d129bf4fbd7c148d0e94eee06014bef30f544225f1fc7ddf903
 WHIRLPOOL 
7bef90d215ccb11ac25419fef025a542ef7403091b29345d3a5565dfea6e4cc77783251db7a8286809a8e22e1008b966c0b279ed9fdf4acf5535de8a90d8a32d
 DIST goffice-0.10.29.tar.xz 2379280 SHA256 
b395dcf062f8575788aeab087b66ae21c2e22a7661309adc81d1825b507b7ff9 SHA512 
7e6bf2e3d469f8428e6f0c4c7b381ac9f855b3c491cb70676df15aa33f0d15a899147d488c8478b57aabd206bfe61b811352c05be0f9d8458a611b7aa6f4
 WHIRLPOOL 
44d83acd5fd65ee566a25c48fec5b8bbd7bbb6e5843a2aa51b2406991d515399da0ad55831b822f5102c6c30ca065ba05f6282fc24183aed4d0476b6f998cbf6
 DIST goffice-0.8.17.tar.xz 1814488 SHA256 
165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 SHA512 
61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c
 WHIRLPOOL 
12ac2587af25c41686797b9bd5ff93429687217cb3d14e130067685701fd0685ed1c4f9900eb34a15cfb30dcdfe9ebe9f9856a1b4eb6684555d0a9cb1ef86ff1

diff --git a/x11-libs/goffice/goffice-0.10.27.ebuild 
b/x11-libs/goffice/goffice-0.10.27.ebuild
deleted file mode 100644
index 9093e1a..000
--- a/x11-libs/goffice/goffice-0.10.27.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A library of document-centric objects and utilities"
-HOMEPAGE="https://git.gnome.org/browse/goffice/;
-
-LICENSE="GPL-2"
-SLOT="0.10"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="+introspection"
-
-# Build fails with -gtk
-# FIXME: add lasem to tree
-RDEPEND="
-   >=app-text/libspectre-0.2.6:=
-   >=dev-libs/glib-2.38.0:2
-   dev-libs/libxslt
-   >=gnome-base/librsvg-2.22:2
-   >=gnome-extra/libgsf-1.14.24:=[introspection?]
-   >=dev-libs/libxml2-2.4.12:2
-   >=x11-libs/pango-1.24:=
-   >=x11-libs/cairo-1.10:=[svg]
-   x11-libs/libXext:=
-   x11-libs/libXrender:=
-   >=x11-libs/gdk-pixbuf-2.22:2
-   >=x11-libs/gtk+-3.8.7:3
-   introspection? (
-   >=dev-libs/gobject-introspection-1:=
-   >=gnome-extra/libgsf-1.14.23:= )
-"
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   virtual/perl-Getopt-Long
-   virtual/perl-IO-Compress
-   virtual/perl-Compress-Raw-Zlib
-   >=dev-util/gtk-doc-am-1.12
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-"
-# eautoreconf requires:
-# gnome-base/gnome-common
-
-src_configure() {
-   gnome2_src_configure \
-   --without-lasem \
-   --with-gtk \
-   --with-config-backend=gsettings \
-   $(use_enable introspection)
-}



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

2016-07-03 Thread Pacho Ramos
commit: b9e2b75ff8e36dc0cf45ae27bbc17357d152d329
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:08:48 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e2b75f

net-misc/rygel: Drop old

Package-Manager: portage-2.3.0_rc1

 net-misc/rygel/Manifest   |  1 -
 net-misc/rygel/rygel-0.28.2-r1.ebuild | 84 ---
 2 files changed, 85 deletions(-)

diff --git a/net-misc/rygel/Manifest b/net-misc/rygel/Manifest
index 4133d2e..4a0c40b 100644
--- a/net-misc/rygel/Manifest
+++ b/net-misc/rygel/Manifest
@@ -1,2 +1 @@
-DIST rygel-0.28.2.tar.xz 2244840 SHA256 
9ea23df7186caac5f1aad3137edf6d507d339b9a469fc3133df4043fa66b61f5 SHA512 
23d8ff2315c12e70f3c160f9047709bc3d491b3a4782a02d7c7c1a136700dcf55b880feb6a2a2ea08978377fe234a63fbb05d0dc79bfa05978886ec23da46300
 WHIRLPOOL 
f21503dbcd2b1280501e6b16c4a55f3de436bcc91b7f77220111d60dbec942778df231c35c7d065a5ccd4ccd608ffa256258b36139340d2d2b7fa27a46295d1d
 DIST rygel-0.28.3.tar.xz 2214632 SHA256 
bedb76ecb1f36b721914b5c65934f8cd01f281f9ab40c22c583902c22f169c77 SHA512 
5597d21f7f227b370f3e714350d97b763a5192a7d645bd108b5a4c9cc69f5d0fd71e9e8e995c1ca112c91f62908081d16dfdddf32381c0f6107298f9c57ec0e4
 WHIRLPOOL 
20a1e2783f9b4ee9ffac96ba6e3d721f584a262b01e4e0b41969e7c58bf36b2560617287a71b943cd412a1589d854022204f45198a9ad46098d1a93d94a4e64d

diff --git a/net-misc/rygel/rygel-0.28.2-r1.ebuild 
b/net-misc/rygel/rygel-0.28.2-r1.ebuild
deleted file mode 100644
index 63e70db..000
--- a/net-misc/rygel/rygel-0.28.2-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 versionator virtualx
-
-DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
-HOMEPAGE="https://wiki.gnome.org/Projects/Rygel;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X +introspection +sqlite tracker test transcode"
-
-# The deps for tracker? and transcode? are just the earliest available
-# version at the time of writing this ebuild
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8:0.8
-   >=dev-libs/libxml2-2.7:2
-   >=media-libs/gupnp-dlna-0.9.4:2.0
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libmediaart-0.7:2.0
-   media-plugins/gst-plugins-soup:1.0
-   >=net-libs/gssdp-0.13
-   >=net-libs/gupnp-0.20.14
-   >=net-libs/gupnp-av-0.12.4
-   >=net-libs/libsoup-2.44:2.4
-   >=sys-apps/util-linux-2.20
-   x11-misc/shared-mime-info
-   introspection? ( >=dev-libs/gobject-introspection-1.33.4:= )
-   sqlite? (
-   >=dev-db/sqlite-3.5:3
-   dev-libs/libunistring:=
-   )
-   tracker? ( >=app-misc/tracker-0.16:= )
-   transcode? (
-   media-libs/gst-plugins-bad:1.0
-   media-plugins/gst-plugins-twolame:1.0
-   media-plugins/gst-plugins-libav:1.0
-   )
-   X? ( >=x11-libs/gtk+-3:3 )
-"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.40
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-# Maintainer only
-#  >=dev-lang/vala-0.22
-#   dev-libs/libxslt
-
-src_configure() {
-   # We set xsltproc because man pages are provided by upstream
-   # and we do not want to regenerate them automagically.
-   gnome2_src_configure \
-   XSLTPROC=$(type -P false) \
-   --enable-gst-launch-plugin \
-   --enable-mediathek-plugin \
-   --with-media-engine=gstreamer \
-   --enable-nls \
-   $(use_enable introspection) \
-   $(use_enable sqlite media-export-plugin) \
-   $(use_enable test tests) \
-   $(use_enable tracker tracker-plugin) \
-   $(use_with X ui)
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   if ! version_is_at_least 0.28.2-r1 ${REPLACING_VERSIONS}; then
-   elog "This version stops forcing the automatical starting of"
-   elog "rygel as upstream pretends. This way, it will honor the"
-   elog "user settings at Sharing section in gnome-control-center."
-   elog "If you desire to keep getting rygel autostarting always"
-   elog "you will need to configure your desktop to do it."
-   fi
-}



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

2016-07-03 Thread Pacho Ramos
commit: 002b8a8d3d3bbe607eda7bf5ee025787f1003592
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:29:37 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002b8a8d

x11-libs/libwnck: Version bump

Package-Manager: portage-2.3.0_rc1

 x11-libs/libwnck/Manifest  |  1 +
 x11-libs/libwnck/libwnck-3.20.1.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
index ea05279..b765f0a 100644
--- a/x11-libs/libwnck/Manifest
+++ b/x11-libs/libwnck/Manifest
@@ -2,3 +2,4 @@ DIST libwnck-2.31.0.tar.xz 630792 SHA256 
83f732d20781fc88b22cdc6aaf2d4f388db6d3d
 DIST libwnck-3.14.0.tar.xz 675916 SHA256 
f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c SHA512 
bf5953d06697b6f623f82fe3ab3158ad3a794712bf08822fe901023e740afe4b47cc026854707b77c0c63d38614133fbef589d62385a39b99ce7e8c66c8940be
 WHIRLPOOL 
945127110134e3b23f986fb3024b6a77577f42f9067e5760663849351687969398da0e69dca29f2e0950c8f5f364eb9e822c25d719c2f976fbf36f2e13c89d5c
 DIST libwnck-3.14.1.tar.xz 683652 SHA256 
bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa SHA512 
9ea05047b88e3bb47ab7d144089abbad8384a15b3d435ac250bd67ef45466f3bd264e6b4e36bb12d4acebb7da8c210ea7dae03ab5e020d7d6c1beb1658b97972
 WHIRLPOOL 
12a6c251f32814342f3ede40d28585c5d0afc79a51be136c0b3f30457104e3eb941ec1eafc0e53ec1acf9f4e73e633cb124ffc6d0b88edf3e8da6019ee095599
 DIST libwnck-3.20.0.tar.xz 693244 SHA256 
0b2f3ffbbacc6b7baeeace4799011d4c0c938cc24187a20c1a9b32b607ea56d2 SHA512 
b4e29c0c12674b64b05f47f1696752ecee14862b446d98d125709ebfff22d3bd65aead172398d82902a87110abefb1328041e217bf515369b89845577188ff7c
 WHIRLPOOL 
8b2e0989462f61d267e7367337a5bfe0b467726a70199ed7495ac43d2d5c5e8fd5bf1af20798963d5297b6794adbe2125c656bcb489ab94ba2cc7a0cf83415c7
+DIST libwnck-3.20.1.tar.xz 693932 SHA256 
1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72 SHA512 
68e9ec8795a0c54edfb31299f48daed5b8c8aab9462a38fd6336f88c29cb96cff66bf852a6049fc34c28bd6cab2e5e6863a711b0ce726999ca7f8e9b07f0eaf0
 WHIRLPOOL 
2a3370a410203c92845fc65333566a176f6d69459f6aab0b4c31e08902b655284e4ecfde84fc116bc6b6d8db14b593a3faf9077f76b0f823ab283e12387d12f5

diff --git a/x11-libs/libwnck/libwnck-3.20.1.ebuild 
b/x11-libs/libwnck/libwnck-3.20.1.ebuild
new file mode 100644
index 000..71725d5
--- /dev/null
+++ b/x11-libs/libwnck/libwnck-3.20.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit flag-o-matic gnome2
+
+DESCRIPTION="A window navigation construction kit"
+HOMEPAGE="https://developer.gnome.org/libwnck/stable/;
+
+LICENSE="LGPL-2+"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+
+IUSE="+introspection startup-notification tools"
+
+RDEPEND="
+   x11-libs/cairo[X]
+   >=x11-libs/gtk+-3.16:3[introspection?]
+   >=dev-libs/glib-2.32:2
+   x11-libs/libX11
+   x11-libs/libXres
+   x11-libs/libXext
+   introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
+   startup-notification? ( >=x11-libs/startup-notification-0.4 )
+   x86-interix? ( sys-libs/itx-bind )
+"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.40.6
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+# eautoreconf needs
+#  gnome-base/gnome-common
+
+src_configure() {
+   if use x86-interix; then
+   # activate the itx-bind package...
+   append-flags "-I${EPREFIX}/usr/include/bind"
+   append-ldflags "-L${EPREFIX}/usr/lib/bind"
+   fi
+
+   # Don't collide with SLOT=1
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable introspection) \
+   $(use_enable startup-notification) \
+   $(use_enable tools) \
+   --program-suffix=-${SLOT}
+}



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

2016-07-03 Thread Pacho Ramos
commit: b9789805c4e9c9d480d3e3cfc78b74a0ea0ce5b0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:21:59 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9789805

www-client/epiphany: Drop old

Package-Manager: portage-2.3.0_rc1

 www-client/epiphany/Manifest   |  1 -
 www-client/epiphany/epiphany-3.18.4.ebuild | 88 --
 2 files changed, 89 deletions(-)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index ecd5055..77fd434 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,2 +1 @@
-DIST epiphany-3.18.4.tar.xz 3054500 SHA256 
be699d48437abae754e669187215df73e21533f461e513b79537d7a1c1c1 SHA512 
b23fe348d4ef18b4f4227352216ed377d741897dbc44221da83a0a7a1395a5aca6ca89066112f664c7724b5ad1a58c9dab1e415ab408176a33fc9cbd9bd12be7
 WHIRLPOOL 
dae50483ed1889abcbc62b96f338711ac2f9b8cd5f13b370725df015acec2b278013b122dd5dfc1e99101868c5bc94b040812a28e878f44160ed59ec53da4a46
 DIST epiphany-3.18.7.tar.xz 3059580 SHA256 
90513aea04d66a4387da076db1b8104b54d3657a81aff2d629b527b32d9eec76 SHA512 
a2a47bbe282f089b14ff48e33ec00dc11a66377d2583db3f7f2dc621e6e1d53640bca6861293933e988db200d221b1f36c74e32372fd6a89eeb7c436a8f8e3f2
 WHIRLPOOL 
05a6b13019daf9c598577300ab6addb934bacadd4c6b62b07c9a4d22dfdb0da686aea5d6dc7b73cdeff6b8e3f2f903b43a802c7707cfc70d42d68b9a728c895f

diff --git a/www-client/epiphany/epiphany-3.18.4.ebuild 
b/www-client/epiphany/epiphany-3.18.4.ebuild
deleted file mode 100644
index 400817e..000
--- a/www-client/epiphany/epiphany-3.18.4.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 virtualx
-
-DESCRIPTION="GNOME webbrowser based on Webkit"
-HOMEPAGE="https://wiki.gnome.org/Apps/Web;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="nss test"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
-
-COMMON_DEPEND="
-   >=app-crypt/gcr-3.5.5
-   >=app-crypt/libsecret-0.14
-   >=app-text/iso-codes-0.35
-   >=dev-libs/glib-2.38:2[dbus]
-   >=dev-libs/libxml2-2.6.12:2
-   >=dev-libs/libxslt-1.1.7
-   >=gnome-base/gsettings-desktop-schemas-0.0.1
-   >=net-dns/avahi-0.6.22[dbus]
-   >=net-libs/webkit-gtk-2.9.5:4
-   >=net-libs/libsoup-2.48:2.4
-   >=x11-libs/gtk+-3.13:3
-   >=x11-libs/libnotify-0.5.1:=
-   gnome-base/gnome-desktop:3=
-
-   dev-db/sqlite:3
-   x11-libs/libwnck:3
-   x11-libs/libX11
-
-   nss? ( dev-libs/nss )
-"
-# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-   !www-client/epiphany-extensions
-"
-# paxctl needed for bug #407085
-# eautoreconf requires gnome-common-3.5.5
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   sys-apps/paxctl
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Fix unittests
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
-   epatch "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
-
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
-   epatch "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-shared \
-   --disable-static \
-   --with-distributor-name=Gentoo \
-   $(use_enable nss) \
-   $(use_enable test tests)
-}
-
-src_compile() {
-   # needed to avoid "Command line `dbus-launch ...' exited with non-zero 
exit status 1"
-   unset DISPLAY
-   gnome2_src_compile
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-
-   unset DISPLAY
-   GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/gparted/

2016-07-03 Thread Pacho Ramos
commit: d89c06f4ea1d8d9fad6d7ee72686ad0e82444ba8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  3 16:13:10 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  3 16:33:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89c06f4

sys-block/gparted: Version bump

Package-Manager: portage-2.3.0_rc1

 sys-block/gparted/Manifest  |  1 +
 sys-block/gparted/gparted-0.26.1.ebuild | 87 +
 2 files changed, 88 insertions(+)

diff --git a/sys-block/gparted/Manifest b/sys-block/gparted/Manifest
index fe8abd0..17cfcd8 100644
--- a/sys-block/gparted/Manifest
+++ b/sys-block/gparted/Manifest
@@ -1 +1,2 @@
 DIST gparted-0.26.0.tar.gz 3299035 SHA256 
bcf339328c183e1d825d41267cf435b193f1312fc3b9ce207e6087e653e27fb4 SHA512 
1017e1f460dd24d08959f018e51d523ae461b29350a136eb3a6cca524a966ad235edee80063fe1b6a0e1a5445e2b30086efbc98d7b948f61e9ddf758c03fc049
 WHIRLPOOL 
38bdf9384ee87b12dfc7b4de81fefb1ee0847430ec5ab971dfbb28f0c32f778ad6c0f4655d9e3e3d9de1d9c665a9361933ebb707f42613d17e1167dfce5de931
+DIST gparted-0.26.1.tar.gz 3311059 SHA256 
2f54b642d25aef5ccdd9f06671c16350c005834df5c3eb13a9b7f33246372dc1 SHA512 
cba792751f8e984cbb4e1e0baaa97d0022ba47bd400312734ed5ae4a1bea07bc46ed522ca19a84b74ad503387fc9bd9d9cd85cdd647ba2ec028b39f8da502b67
 WHIRLPOOL 
f1b840f74d5888009e19c7c03bb5b7d4e65056e92f2e215a952a23a2446f702aa4a712ac56c22ecba772f7d39f671e55b97792b8506234974de94260b2057ad4

diff --git a/sys-block/gparted/gparted-0.26.1.ebuild 
b/sys-block/gparted/gparted-0.26.1.ebuild
new file mode 100644
index 000..a799c01
--- /dev/null
+++ b/sys-block/gparted/gparted-0.26.1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Gnome Partition Editor"
+HOMEPAGE="http://gparted.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+ FDL-1.2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 
xfs"
+
+COMMON_DEPEND="
+   >=dev-cpp/glibmm-2.14:2
+   >=dev-cpp/gtkmm-2.22:2.4
+   >=dev-libs/glib-2:2
+   >=sys-block/parted-3.2:=
+"
+RDEPEND="${COMMON_DEPEND}
+   !policykit? (
+   kde? ( kde-plasma/kde-cli-tools[kdesu] ) )
+   policykit? ( sys-auth/polkit )
+
+   >=sys-apps/util-linux-2.20
+   >=sys-fs/e2fsprogs-1.41
+   btrfs? ( sys-fs/btrfs-progs )
+   dmraid? (
+   >=sys-fs/lvm2-2.02.45
+   sys-fs/dmraid
+   sys-fs/multipath-tools )
+   f2fs? ( sys-fs/f2fs-tools )
+   fat? (
+   sys-fs/dosfstools
+   sys-fs/mtools )
+   hfs? (
+   sys-fs/diskdev_cmds
+   virtual/udev
+   sys-fs/hfsutils )
+   jfs? ( sys-fs/jfsutils )
+   mdadm? ( sys-fs/mdadm )
+   ntfs? ( >=sys-fs/ntfs3g-2011.4.12[ntfsprogs] )
+   reiserfs? ( sys-fs/reiserfsprogs )
+   reiser4? ( sys-fs/reiser4progs )
+   xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/gnome-doc-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   sed -i -e 's:Exec=@gksuprog@ :Exec=:' gparted.desktop.in.in || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --enable-doc \
+   --enable-online-resize \
+   GKSUPROG=$(type -P true)
+}
+
+src_install() {
+   gnome2_src_install
+
+   local _ddir="${D}"/usr/share/applications
+
+   if use policykit; then
+   sed -i -e 's:/usr/sbin/gparted %f:gparted-pkexec:' 
"${_ddir}"/gparted.desktop
+   insinto /usr/share/polkit-1/actions/
+   doins "${FILESDIR}"/org.gentoo.pkexec.gparted.policy
+   dobin "${FILESDIR}"/gparted-pkexec
+   else
+   if use kde; then
+   cp "${_ddir}"/gparted{,-kde}.desktop
+   sed -i -e 's:Exec=:Exec=kdesu5 :' 
"${_ddir}"/gparted-kde.desktop
+   echo 'OnlyShowIn=KDE;' >> "${_ddir}"/gparted-kde.desktop
+   fi
+   fi
+}



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

2016-07-03 Thread Sergei Trofimovich
commit: 4031368c8dc22253e9dd2f24997ed239d0f04315
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul  3 16:15:51 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  3 16:15:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4031368c

dev-util/rebar: keyword ~sparc, bug #583012

Package-Manager: portage-2.3.0

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

diff --git a/dev-util/rebar/rebar-2.6.1.ebuild 
b/dev-util/rebar/rebar-2.6.1.ebuild
index 4c508f2..96d706c 100644
--- a/dev-util/rebar/rebar-2.6.1.ebuild
+++ b/dev-util/rebar/rebar-2.6.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/erlang"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kde4-l10n/

2016-07-03 Thread Michał Górny
commit: 30acc29edb868d0c68d6152bf29db1a63d685e49
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 12:45:35 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  3 16:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30acc29e

kde-apps/kde4-l10n: Migrate to L10N

 kde-apps/kde4-l10n/kde4-l10n-15.12.3-r1.ebuild | 20 ++--
 kde-apps/kde4-l10n/kde4-l10n-16.04.2.ebuild| 42 --
 2 files changed, 29 insertions(+), 33 deletions(-)

diff --git a/kde-apps/kde4-l10n/kde4-l10n-15.12.3-r1.ebuild 
b/kde-apps/kde4-l10n/kde4-l10n-15.12.3-r1.ebuild
index a49561d..45a8a0c 100644
--- a/kde-apps/kde4-l10n/kde4-l10n-15.12.3-r1.ebuild
+++ b/kde-apps/kde4-l10n/kde4-l10n-15.12.3-r1.ebuild
@@ -39,13 +39,13 @@ LURI_BASE="mirror://kde/stable/${LV}/src/${KMNAME}"
 SRC_URI=""
 
 for MY_LANG in ${LEGACY_LANGS} ; do
-   IUSE="${IUSE} linguas_${MY_LANG}"
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${LURI_BASE}/${KMNAME}-${MY_LANG}-${LV}.tar.xz )"
+   IUSE="${IUSE} l10n_${MY_LANG/[@_]/-}"
+   SRC_URI="${SRC_URI} l10n_${MY_LANG/[@_]/-}? ( 
${LURI_BASE}/${KMNAME}-${MY_LANG}-${LV}.tar.xz )"
 done
 
 for MY_LANG in ${MY_LANGS} ; do
-   IUSE="${IUSE} linguas_${MY_LANG}"
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE}/${KMNAME}-${MY_LANG}-${PV}.tar.xz )"
+   IUSE="${IUSE} l10n_${MY_LANG/[@_]/-}"
+   SRC_URI="${SRC_URI} l10n_${MY_LANG/[@_]/-}? ( 
${URI_BASE}/${KMNAME}-${MY_LANG}-${PV}.tar.xz )"
 done
 
 S="${WORKDIR}"
@@ -53,12 +53,10 @@ S="${WORKDIR}"
 src_unpack() {
if [[ -z ${A} ]]; then
elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
+   elog "None of the requested L10N are supported by ${P}."
elog
elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
+   elog "${MY_LANGS//[@_]/-}"
elog
fi
 
@@ -67,9 +65,9 @@ src_unpack() {
 
 src_prepare() {
local LNG DIR LDIR SDIR
-   # add all linguas to cmake
+   # add all l10n to cmake
if [[ -n ${A} ]]; then
-   for LNG in ${LINGUAS}; do
+   for LNG in ${MY_LANGS} ; do
DIR="${KMNAME}-${LNG}-${PV}"
LDIR="${KMNAME}-${LNG}-${LV}"
SDIR="${S}/${DIR}/4/${LNG}"
@@ -97,7 +95,7 @@ src_prepare() {
einfo "   messages..."
for path in $(grep -v "^#" 
"${REMOVE_MSGS}") ; do
rm -f "${SDIR}"/messages/${path}
-   # Quirk for LINGUAS=sr variants
+   # Quirk for L10N=sr variants
if [[ ${LNG} = "sr" ]] ; then
rm -f 
"${SDIR}"/${LNG}\@*/messages/${path} || die
fi

diff --git a/kde-apps/kde4-l10n/kde4-l10n-16.04.2.ebuild 
b/kde-apps/kde4-l10n/kde4-l10n-16.04.2.ebuild
index 959c6a2..b4a2e81 100644
--- a/kde-apps/kde4-l10n/kde4-l10n-16.04.2.ebuild
+++ b/kde-apps/kde4-l10n/kde4-l10n-16.04.2.ebuild
@@ -34,18 +34,18 @@ MY_LANGS="ar ast bg bs ca ca@valencia cs da de el en_GB eo 
es et eu fa fi fr ga
 gl he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro
 ru sk sl sr sv tr ug uk wa zh_CN zh_TW"
 
-IUSE="+minimal test $(printf 'linguas_%s ' ${MY_LANGS})"
+IUSE="+minimal test $(printf 'l10n_%s ' ${MY_LANGS//[@_]/-})"
 
 URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
 LURI_BASE="mirror://kde/stable/${LV}/src/${KMNAME}"
 SRC_URI=""
 
 for MY_LANG in ${LEGACY_LANGS} ; do
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${LURI_BASE}/${KMNAME}-${MY_LANG}-${LV}.tar.xz )"
+   SRC_URI="${SRC_URI} l10n_${MY_LANG/[@_]/-}? ( 
${LURI_BASE}/${KMNAME}-${MY_LANG}-${LV}.tar.xz )"
 done
 
 for MY_LANG in ${MY_LANGS} ; do
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE}/${KMNAME}-${MY_LANG}-${PV}.tar.xz )"
+   SRC_URI="${SRC_URI} l10n_${MY_LANG/[@_]/-}? ( 
${URI_BASE}/${KMNAME}-${MY_LANG}-${PV}.tar.xz )"
 done
 
 S="${WORKDIR}"
@@ -53,12 +53,10 @@ S="${WORKDIR}"
 pkg_setup() {
if [[ -z ${A} ]]; then
elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
+   elog "None of the requested L10N are supported by ${P}."
elog
elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
+   elog "${MY_LANGS//[@_]/-}"
elog
fi
  

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

2016-07-03 Thread Michał Górny
commit: e1d85c805e877677dcde6a7a819f150c3d5d7c2a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 12:55:56 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  3 16:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d85c80

app-office/calligra-l10n: Migrate to L10N

 app-office/calligra-l10n/calligra-l10n-2.9.11.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/app-office/calligra-l10n/calligra-l10n-2.9.11.ebuild 
b/app-office/calligra-l10n/calligra-l10n-2.9.11.ebuild
index 7c3cb84..582a141 100644
--- a/app-office/calligra-l10n/calligra-l10n-2.9.11.ebuild
+++ b/app-office/calligra-l10n/calligra-l10n-2.9.11.ebuild
@@ -34,8 +34,8 @@ SRC_URI=""
 SLOT="4"
 
 for MY_LANG in ${MY_LANGS} ; do
-   IUSE="${IUSE} linguas_${MY_LANG}"
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.xz )"
+   IUSE="${IUSE} l10n_${MY_LANG/[@_]/-}"
+   SRC_URI="${SRC_URI} l10n_${MY_LANG/[@_]/-}? ( 
${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.xz )"
 done
 unset MY_LANG
 
@@ -45,19 +45,17 @@ src_unpack() {
local lng dir
if [[ -z ${A} ]]; then
elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
+   elog "None of the requested L10N are supported by ${P}."
elog
elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
+   elog "${MY_LANGS//[@_]/-}"
elog
fi
 
[[ -n ${A} ]] && unpack ${A}
cd "${S}"
 
-   # add all linguas to cmake
+   # add all L10N to cmake
if [[ -n ${A} ]]; then
for lng in ${MY_LANGS}; do
dir="${PN}-${lng}-${PV}"



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

2016-07-03 Thread Michał Górny
commit: d082f623a064bedb7f46d96fa5b1d9433c155cb3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 30 21:51:39 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  3 16:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d082f623

profiles/desc: Add l10n* flags for KDE4

 profiles/desc/l10n.desc | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index a11f04a..62cfaf0 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -75,6 +75,7 @@ gu - Gujarati
 gug - Paraguayan Guarani
 he - Hebrew
 hi - Hindi
+hne - Chhattisgarhi
 hr - Croatian
 hsb - Upper Sorbian
 hu - Hungarian
@@ -131,6 +132,7 @@ sa - Sanskrit
 sat - Santali
 sco - Scots
 sd - Sindhi
+se - Northern Sami
 si - Sinhala
 sid - Sidamo
 sk - Slovak
@@ -138,7 +140,9 @@ sl - Slovenian
 son - Songhai languages
 sq - Albanian
 sr - Serbian
+sr-ijekavsk - Serbian (Ijekavian pronunciation)
 sr-Latn - Serbian (Latin script)
+sr-Latn-ijekavsk - Serbian (Latin script, Ijekavian pronunciation)
 ss - Swati
 st - Southern Sotho
 sv - Swedish
@@ -160,11 +164,13 @@ ug - Uyghur
 uk - Ukrainian
 ur-PK - Urdu (Pakistan)
 uz - Uzbek
+uz-Cyrl - Uzbek (Cyrillic script)
 ve - Venda
 vi - Vietnamese
 wa - Walloon
 xh - Xhosa
 zh - Chinese
 zh-CN - Chinese (China)
+zh-HK - Chinese (Hong Kong)
 zh-TW - Chinese (Taiwan)
 zu - Zulu



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

2016-07-03 Thread Michał Górny
commit: c956ebc489ff0f590908a8f11693d01a13122c52
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  1 09:08:14 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  3 16:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c956ebc4

kde-apps/kde-l10n: Migrate to L10N

 kde-apps/kde-l10n/kde-l10n-15.12.3-r2.ebuild | 22 ++
 kde-apps/kde-l10n/kde-l10n-16.04.2.ebuild| 12 +---
 2 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/kde-apps/kde-l10n/kde-l10n-15.12.3-r2.ebuild 
b/kde-apps/kde-l10n/kde-l10n-15.12.3-r2.ebuild
index 41c76ff..c6b07dd 100644
--- a/kde-apps/kde-l10n/kde-l10n-15.12.3-r2.ebuild
+++ b/kde-apps/kde-l10n/kde-l10n-15.12.3-r2.ebuild
@@ -34,12 +34,12 @@ MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB eo es 
et eu fa fi fr ga gl
 he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru
 sk sl sr sv tr ug uk wa zh_CN zh_TW"
 
-IUSE="$(printf 'linguas_%s ' ${MY_LANGS})"
+IUSE="$(printf 'l10n_%s ' ${MY_LANGS//[_@]/-})"
 
 URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
 SRC_URI="mirror://kde/stable/plasma/${KHC_PV}/${KHC}.tar.xz"
 for my_lang in ${MY_LANGS} ; do
-   SRC_URI="${SRC_URI} linguas_${my_lang}? ( 
${URI_BASE}/${PN}-${my_lang}-${PV}.tar.xz )"
+   SRC_URI="${SRC_URI} l10n_${my_lang//[_@]/-}? ( 
${URI_BASE}/${PN}-${my_lang}-${PV}.tar.xz )"
 done
 
 S="${WORKDIR}"
@@ -47,12 +47,10 @@ S="${WORKDIR}"
 pkg_setup() {
if [[ -z ${A} ]]; then
elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
+   elog "None of the requested L10N are supported by ${P}."
elog
elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
+   elog "${MY_LANGS//[@_]/-}"
elog
fi
MULTIBUILD_VARIANTS=( l10n khelpcenter-l10n )
@@ -75,9 +73,9 @@ src_unpack() {
 
 src_prepare() {
default
-   [[ ${LINGUAS} = "" ]] && return
+   [[ ${L10N} = "" ]] && return
 
-   # add all linguas to cmake
+   # add all l10n to cmake
cat <<-EOF > CMakeLists.txt || die
 project(kde-l10n)
 cmake_minimum_required(VERSION 2.8.12)
@@ -100,7 +98,7 @@ EOF
if [[ -d ${KHC}/po ]] ; then
pushd ${KHC}/po > /dev/null || die
for lang in *; do
-   if [[ -d ${lang} ]] && ! has ${lang} ${LINGUAS} ; then
+   if [[ -d ${lang} ]] && ! has "${lang/[@_]/-}" ${L10N} ; 
then
rm -r ${lang} || die
if [[ -e CMakeLists.txt ]] ; then
cmake_comment_add_subdirectory ${lang}
@@ -148,15 +146,15 @@ src_configure() {
fi
kde5_src_configure
}
-   [[ ${LINGUAS} != "" ]] && multibuild_foreach_variant myconfigure
+   [[ ${L10N} != "" ]] && multibuild_foreach_variant myconfigure
 }
 
 src_compile() {
-   [[ ${LINGUAS} != "" ]] && multibuild_foreach_variant kde5_src_compile
+   [[ ${L10N} != "" ]] && multibuild_foreach_variant kde5_src_compile
 }
 
 src_test() { :; }
 
 src_install() {
-   [[ ${LINGUAS} != "" ]] && multibuild_foreach_variant kde5_src_install
+   [[ ${L10N} != "" ]] && multibuild_foreach_variant kde5_src_install
 }

diff --git a/kde-apps/kde-l10n/kde-l10n-16.04.2.ebuild 
b/kde-apps/kde-l10n/kde-l10n-16.04.2.ebuild
index b57d3e0..af44a91 100644
--- a/kde-apps/kde-l10n/kde-l10n-16.04.2.ebuild
+++ b/kde-apps/kde-l10n/kde-l10n-16.04.2.ebuild
@@ -31,12 +31,12 @@ MY_LANGS="ar ast bg bs ca ca@valencia cs da de el en_GB eo 
es et eu fa fi fr ga
 gl he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro
 ru sk sl sr sv tr ug uk wa zh_CN zh_TW"
 
-IUSE="$(printf 'linguas_%s ' ${MY_LANGS})"
+IUSE="$(printf 'l10n_%s ' ${MY_LANGS//[_@]/-})"
 
 URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
 SRC_URI=""
 for my_lang in ${MY_LANGS} ; do
-   SRC_URI="${SRC_URI} linguas_${my_lang}? ( 
${URI_BASE}/${PN}-${my_lang}-${PV}.tar.xz )"
+   SRC_URI="${SRC_URI} l10n_${my_lang//[_@]/-}? ( 
${URI_BASE}/${PN}-${my_lang}-${PV}.tar.xz )"
 done
 
 S="${WORKDIR}"
@@ -44,12 +44,10 @@ S="${WORKDIR}"
 pkg_setup() {
if [[ -z ${A} ]]; then
elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
+   elog "None of the requested L10N are supported by ${P}."
elog
elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
+   elog "${MY_LANGS//[@_]/-}"
elog
fi
[[ -n ${A} ]] && kde5_pkg_setup
@@ -67,7 +65,7 @@ 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-l10n/

2016-07-03 Thread Michał Górny
commit: 167c45876320bbea3bcbd9d749bcd438b6832c25
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 12:52:09 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  3 16:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167c4587

kde-apps/kdepim-l10n: Migrate to L10N

 kde-apps/kdepim-l10n/kdepim-l10n-15.12.3.ebuild | 14 ++
 kde-apps/kdepim-l10n/kdepim-l10n-4.14.3-r1.ebuild   | 16 +++-
 kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild | 14 ++
 3 files changed, 19 insertions(+), 25 deletions(-)

diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-15.12.3.ebuild 
b/kde-apps/kdepim-l10n/kdepim-l10n-15.12.3.ebuild
index 57055dc..e8c8248 100644
--- a/kde-apps/kdepim-l10n/kdepim-l10n-15.12.3.ebuild
+++ b/kde-apps/kdepim-l10n/kdepim-l10n-15.12.3.ebuild
@@ -35,8 +35,8 @@ URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
 SRC_URI=""
 
 for MY_LANG in ${MY_LANGS} ; do
-   IUSE="${IUSE} linguas_${MY_LANG}"
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
+   IUSE="${IUSE} l10n_${MY_LANG/[@_]/-}"
+   SRC_URI="${SRC_URI} l10n_${MY_LANG/[@_]/-}? ( 
${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
 done
 
 S="${WORKDIR}"
@@ -44,12 +44,10 @@ S="${WORKDIR}"
 src_unpack() {
if [[ -z ${A} ]]; then
elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
+   elog "None of the requested L10N are supported by ${P}."
elog
elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
+   elog "${MY_LANGS//[@_]/-}"
elog
fi
 
@@ -60,9 +58,9 @@ src_prepare() {
default
 
local LNG DIR
-   # add all linguas to cmake
+   # add all l10n to cmake
if [[ -n ${A} ]]; then
-   for LNG in ${LINGUAS}; do
+   for LNG in ${MY_LANGS}; do
DIR="kde-l10n-${LNG}-${PV}"
SDIR="${S}/${DIR}/5/${LNG}"
if [[ -d "${DIR}" ]] ; then

diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3-r1.ebuild 
b/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3-r1.ebuild
index 66fbf72..523c2b8 100644
--- a/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3-r1.ebuild
+++ b/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,8 +31,8 @@ URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
 SRC_URI=""
 
 for MY_LANG in ${MY_LANGS} ; do
-   IUSE="${IUSE} linguas_${MY_LANG}"
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
+   IUSE="${IUSE} l10n_${MY_LANG/[@_]/-}"
+   SRC_URI="${SRC_URI} l10n_${MY_LANG/[@_]/-}? ( 
${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
 done
 
 S="${WORKDIR}"
@@ -40,12 +40,10 @@ S="${WORKDIR}"
 src_unpack() {
if [[ -z ${A} ]]; then
elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
+   elog "None of the requested L10N are supported by ${P}."
elog
elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
+   elog "${MY_LANGS//[@_]/-}"
elog
fi
 
@@ -55,9 +53,9 @@ src_unpack() {
 
 src_prepare() {
local LNG DIR
-   # add all linguas to cmake
+   # add all l10n to cmake
if [[ -n ${A} ]]; then
-   for LNG in ${LINGUAS}; do
+   for LNG in ${MY_LANGS}; do
DIR="kde-l10n-${LNG}-${PV}"
if [[ -d "${DIR}" ]] ; then
echo "add_subdirectory( ${DIR} )" >> 
"${S}"/CMakeLists.txt

diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild 
b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
index 3f02b70..56d98aa 100644
--- a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
+++ b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
@@ -32,8 +32,8 @@ URI_BASE="mirror://kde/Attic/4.4.5/src/kde-l10n"
 SRC_URI=""
 
 for MY_LANG in ${MY_LANGS} ; do
-   IUSE="${IUSE} linguas_${MY_LANG}"
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE}/kde-l10n-${MY_LANG}-4.4.5.tar.bz2 )"
+   IUSE="${IUSE} l10n_${MY_LANG/[@_]/-}"
+   SRC_URI="${SRC_URI} l10n_${MY_LANG/[@_]/-}? ( 
${URI_BASE}/kde-l10n-${MY_LANG}-4.4.5.tar.bz2 )"
 done
 
 S="${WORKDIR}"
@@ -42,12 +42,10 @@ src_unpack() {
local LNG DIR
if [[ -z ${A} ]]; then

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

2016-07-03 Thread Michał Górny
commit: 4cd5b18679a3e4bcb1049c4213fca6570639851a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 30 17:26:21 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  3 16:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd5b186

kde4-*.eclass: Migrate to L10N flags

 eclass/kde4-base.eclass  |  4 ++--
 eclass/kde4-functions.eclass | 43 +++
 2 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index b6ee447..6f71dea 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -333,13 +333,13 @@ fi
 
 # add a dependency over kde4-l10n
 if [[ ${KDEBASE} != "kde-base" && -n ${KDE_LINGUAS} ]]; then
-   for _lingua in ${KDE_LINGUAS}; do
+   for _lingua in $(kde4_lingua_to_l10n ${KDE_LINGUAS}); do
# if our package has linguas, pull in kde4-l10n with selected 
lingua enabled,
# but only for selected ones.
# this can't be done on one line because if user doesn't use 
any localisation
# then he is probably not interested in kde4-l10n at all.
kderdepend+="
-   linguas_${_lingua}? ( $(add_kdeapps_dep kde4-l10n 
"linguas_${_lingua}(+)") )
+   l10n_${_lingua}? ( $(add_kdeapps_dep kde4-l10n 
"l10n_${_lingua}(+)") )
"
done
unset _lingua

diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 8c2fa4a..a600d55 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -76,6 +76,27 @@ case ${KDE_SCM} in
*) die "KDE_SCM: ${KDE_SCM} is not supported" ;;
 esac
 
+# @FUNCTION: kde4_lingua_to_l10n
+# @USAGE: ...
+# @INTERNAL
+# @DESCRIPTION:
+# Output l10n flag name(s) (without prefix(es)) appropriate for given KDE
+# locale(s).
+kde4_lingua_to_l10n() {
+   local l
+   for l; do
+   case ${l} in
+   ca@valencia) echo ca-valencia;;
+   sr@ijekavian) echo sr-ijekavsk;;
+   sr@ijekavianlatin) echo sr-Latn-ijekavsk;;
+   sr@latin|sr@Latn) echo sr-Latn;;
+   uz@cyrillic) echo uz-Cyrl;;
+   *@*) die "${FUNCNAME}: Unhandled KDE_LINGUAS: ${l}";;
+   *) echo "${l/_/-}";;
+   esac
+   done
+}
+
 # @ECLASS-VARIABLE: KDE_LINGUAS
 # @DESCRIPTION:
 # This is a whitespace-separated list of translations this ebuild supports.
@@ -86,8 +107,8 @@ esac
 #
 # Example: KDE_LINGUAS="de en_GB nl"
 if [[ ${KDE_BUILD_TYPE} != live || -n ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then
-   for _lingua in ${KDE_LINGUAS}; do
-   IUSE="${IUSE} linguas_${_lingua}"
+   for _lingua in $(kde4_lingua_to_l10n ${KDE_LINGUAS}); do
+   IUSE="${IUSE} l10n_${_lingua}"
done
 fi
 
@@ -139,7 +160,7 @@ comment_all_add_subdirectory() {
 
 # @FUNCTION: enable_selected_linguas
 # @DESCRIPTION:
-# Enable translations based on LINGUAS settings and translations supported by
+# Enable translations based on L10N settings and translations supported by
 # the package (see KDE_LINGUAS). By default, translations are found in 
"${S}"/po
 # but this default can be overridden by defining KDE_LINGUAS_DIR.
 enable_selected_linguas() {
@@ -147,11 +168,6 @@ enable_selected_linguas() {
 
local x
 
-   # if there is no linguas defined we enable everything
-   if ! $(env | grep -q "^LINGUAS="); then
-   return 0
-   fi
-
# @ECLASS-VARIABLE: KDE_LINGUAS_DIR
# @DESCRIPTION:
# Specified folder where application translations are located.
@@ -171,7 +187,7 @@ enable_selected_linguas() {
 
 # @FUNCTION: enable_selected_doc_linguas
 # @DESCRIPTION:
-# Enable only selected linguas enabled doc folders.
+# Enable only selected L10N enabled doc folders.
 enable_selected_doc_linguas() {
debug-print-function ${FUNCNAME} "$@"
 
@@ -195,11 +211,6 @@ enable_selected_doc_linguas() {
-e 
"/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE
 /" \
-i CMakeLists.txt || die 'failed to comment out 
all handbooks'
else
-   # if there is no linguas defined we enable everything 
(i.e. comment out nothing)
-   if ! $(env | grep -q "^LINGUAS="); then
-   return 0
-   fi
-
# Disable subdirectories recursively
comment_all_add_subdirectory "${handbookdir}"
 
@@ -213,7 +224,7 @@ enable_selected_doc_linguas() {
# Add requested translations
local lingua
for lingua in en ${KDE_LINGUAS}; do
-   if [[ ${lingua} = en ]] || use 
linguas_${lingua}; then
+

  1   2   >