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

2017-06-04 Thread Hans de Graaff
commit: c7d8f9b075a8d685fe141718afd90cd9a64df44a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun  5 04:36:39 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun  5 04:36:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d8f9b0

dev-ruby/nokogiri: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/nokogiri/Manifest|  2 -
 dev-ruby/nokogiri/nokogiri-1.7.0.1.ebuild | 93 ---
 dev-ruby/nokogiri/nokogiri-1.7.0.ebuild   | 93 ---
 3 files changed, 188 deletions(-)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index 993f7c60d10..20b03e3c663 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1,5 +1,3 @@
 DIST nokogiri-1.6.8.1-git.tgz 5708322 SHA256 
e1d5a3bb2a0d1ee2496c1c6c89bf3e5676862af068e86b1afe34e2a781aa806f SHA512 
a4546917e5979810ad4fe0f693f11f00fc719379fecefa68e36e512b128db1de083add4e80dfe3fa0546294ec68aa0f3f890575812b851e884bcbf2165f944d7
 WHIRLPOOL 
8a4f8c49f07f840154fc2d5087a035777fbe61717cff89d4acd1384fc945b61d012f33c756ad20bf5cc5e93d06f36868d42c217a337cddb8de7cb0fd54244116
-DIST nokogiri-1.7.0-git.tgz 5708495 SHA256 
51f7816d372c5585710fe6c87181e5b33792641fe877e50512c35c82fe1f259b SHA512 
30f040a5cdb783993c729dd7667dad59620bec0c7d4f8ceb40a55eaafa17ad145cb29e6656affac69076897d642e4f7adc5e3f8eb3da98a5a640ddca6f058580
 WHIRLPOOL 
ba6468e1985dd18d03d7b3f1946b21c10cff447389987a5ae79a891dd525ce9f92abd4689411cc35182f4223e972f2bc3d456e5e45ea5bcd0be7d1db0e0df548
-DIST nokogiri-1.7.0.1-git.tgz 5708578 SHA256 
a85cd203842684aa69851bfa480ccdba0914879f13708520c4890ce66f631326 SHA512 
0944ad6fdd060c6b1e24340537e6001d6ed253edbfac18bdf5aa016d466e95e2bc113cde3c8cbee2c9009c0d4d11bc9d1a8e409f02fb48d064bf9cf3da987f8d
 WHIRLPOOL 
58febb74e78917481e5ee1ea9f5eb4e4b2453245c78a79f0e408483fe5d650540ceaf4412d1ffa698c1dbb3428830d71ee6082db3582d6aed4e8ae7c94c6b633
 DIST nokogiri-1.7.1-git.tgz 5712371 SHA256 
3706832f06443cc1b13969bd3fe1dcc0094dca56fe16203db5f0c7e410ae8583 SHA512 
82a10eff835d562a215f8a38e660f43f5d05f54fae6c6ec21cb5e4797b747be6a8eeb2e42f3c2b5710294073be8d1a987d881f7845526f0ea3ca52a0feb508d8
 WHIRLPOOL 
04a3124a603e1c25e61bd649dfa6b32c2e1b7e9efe0d55a3564730799926ad21c5f63ceb041fba44929a36027855cd96a4212d1b9877cd95a8c83de30c7d0ad9
 DIST nokogiri-1.7.2-git.tgz 5713798 SHA256 
af0a875a82abe297eb4ed020d19ee8e180bb00afa49a025cc572e0beb4323bf7 SHA512 
6ab6f051304133181e50ffdd87cd07e22188841e08e52048d2f9cfaf552f98f1e7c2b84fbee0f251721735d3e25cf3e0850977d25dd256f55dc65bd05f56d740
 WHIRLPOOL 
147681446f78609f045e149416403181b112f634f4a2f8c3dc77d552e28e91dd74580df15b0ea1ba107d51fa43241cfc8b9fe2d4db23ece3301fa3c41dec9be3

diff --git a/dev-ruby/nokogiri/nokogiri-1.7.0.1.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.7.0.1.ebuild
deleted file mode 100644
index bd987fd9892..000
--- a/dev-ruby/nokogiri/nokogiri-1.7.0.1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md STANDARD_RESPONSES.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="ext"
-
-inherit ruby-fakegem eutils multilib
-
-DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
-HOMEPAGE="http://nokogiri.org/;
-LICENSE="MIT"
-SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-RDEPEND="${RDEPEND}
-   >=dev-libs/libxml2-2.9.2:=
-   dev-libs/libxslt
-   virtual/libiconv"
-DEPEND="${DEPEND}
-   >=dev-libs/libxml2-2.9.2
-   dev-libs/libxslt
-   virtual/libiconv"
-
-ruby_add_bdepend "
-   dev-ruby/hoe
-   >=dev-ruby/pkg-config-1.1.7
-   dev-ruby/rexical
-   dev-ruby/rdoc
-   dev-ruby/racc
-   test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -i \
-   -e '/tasks\/cross_compile/s:^:#:' \
-   -e '/:test.*prerequisites/s:^:#:' \
-   -e '/license/ s:^:#:' \
-   Rakefile || die
-   # Remove the cross compilation options since they interfere with
-   # native building.
-   sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
-   sed -i -e '/cross_config_options/d' Rakefile || die
-}
-
-each_ruby_configure() {
-   NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
-   ${RUBY} -Cext/${PN} extconf.rb \
-   --with-zlib-include="${EPREFIX}"/usr/include \
-   --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
-   --with-iconv-include="${EPREFIX}"/usr/include \
-   --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
-

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

2017-06-04 Thread Hans de Graaff
commit: 7e67629bddac6f9cdb8c8f843ab12785c5517f7e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun  5 04:42:27 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun  5 04:42:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e67629b

dev-ruby/nokogiri: add 1.8.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/nokogiri/Manifest  |  1 +
 dev-ruby/nokogiri/nokogiri-1.8.0.ebuild | 93 +
 2 files changed, 94 insertions(+)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index 20b03e3c663..23dda66df7d 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1,3 +1,4 @@
 DIST nokogiri-1.6.8.1-git.tgz 5708322 SHA256 
e1d5a3bb2a0d1ee2496c1c6c89bf3e5676862af068e86b1afe34e2a781aa806f SHA512 
a4546917e5979810ad4fe0f693f11f00fc719379fecefa68e36e512b128db1de083add4e80dfe3fa0546294ec68aa0f3f890575812b851e884bcbf2165f944d7
 WHIRLPOOL 
8a4f8c49f07f840154fc2d5087a035777fbe61717cff89d4acd1384fc945b61d012f33c756ad20bf5cc5e93d06f36868d42c217a337cddb8de7cb0fd54244116
 DIST nokogiri-1.7.1-git.tgz 5712371 SHA256 
3706832f06443cc1b13969bd3fe1dcc0094dca56fe16203db5f0c7e410ae8583 SHA512 
82a10eff835d562a215f8a38e660f43f5d05f54fae6c6ec21cb5e4797b747be6a8eeb2e42f3c2b5710294073be8d1a987d881f7845526f0ea3ca52a0feb508d8
 WHIRLPOOL 
04a3124a603e1c25e61bd649dfa6b32c2e1b7e9efe0d55a3564730799926ad21c5f63ceb041fba44929a36027855cd96a4212d1b9877cd95a8c83de30c7d0ad9
 DIST nokogiri-1.7.2-git.tgz 5713798 SHA256 
af0a875a82abe297eb4ed020d19ee8e180bb00afa49a025cc572e0beb4323bf7 SHA512 
6ab6f051304133181e50ffdd87cd07e22188841e08e52048d2f9cfaf552f98f1e7c2b84fbee0f251721735d3e25cf3e0850977d25dd256f55dc65bd05f56d740
 WHIRLPOOL 
147681446f78609f045e149416403181b112f634f4a2f8c3dc77d552e28e91dd74580df15b0ea1ba107d51fa43241cfc8b9fe2d4db23ece3301fa3c41dec9be3
+DIST nokogiri-1.8.0-git.tgz 5751531 SHA256 
33ace509edf84a7e4271f720f8838e49ceedcc9f12e56dc2314e0984e170ef17 SHA512 
a65715318e095332c3540b28eda4036321a4663ad6ffa9b7dce69a690fe6b5ab1bc9e0d1d1639a2bf426daee8c79163b5c6d78e295e27cd9bacea416895b5139
 WHIRLPOOL 
8b13aa4256709f2db9af40390f955fa29fae55777cefa7ae9cb194eb435b61f5f15d0472d9cc5fb6c09677b017de59a2a732397d470bae51c6c2a94da9b9f45f

diff --git a/dev-ruby/nokogiri/nokogiri-1.8.0.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.8.0.ebuild
new file mode 100644
index 000..28c709e38d4
--- /dev/null
+++ b/dev-ruby/nokogiri/nokogiri-1.8.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md STANDARD_RESPONSES.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="ext"
+
+inherit ruby-fakegem eutils multilib
+
+DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
+HOMEPAGE="http://nokogiri.org/;
+LICENSE="MIT"
+SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+   >=dev-libs/libxml2-2.9.2:=
+   dev-libs/libxslt
+   virtual/libiconv"
+DEPEND="${DEPEND}
+   >=dev-libs/libxml2-2.9.2
+   dev-libs/libxslt
+   virtual/libiconv"
+
+ruby_add_bdepend "
+   dev-ruby/hoe
+   >=dev-ruby/pkg-config-1.1.7
+   dev-ruby/rexical
+   dev-ruby/rdoc
+   dev-ruby/racc
+   test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/tasks\/cross_compile/s:^:#:' \
+   -e '/:test.*prerequisites/s:^:#:' \
+   -e '/license/ s:^:#:' \
+   Rakefile || die
+   # Remove the cross compilation options since they interfere with
+   # native building.
+   sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
+   sed -i -e '/cross_config_options/d' Rakefile || die
+}
+
+each_ruby_configure() {
+   NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
+   ${RUBY} -Cext/${PN} extconf.rb \
+   --with-zlib-include="${EPREFIX}"/usr/include \
+   --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
+   --with-iconv-include="${EPREFIX}"/usr/include \
+   --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
+   --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
+   --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
+   --with-xslt-dir="${EPREFIX}"/usr \
+   --with-iconvlib=iconv \
+   || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
+   ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical 
failed"
+   fi
+
+   if ! [[ -f 

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

2017-06-04 Thread Hans de Graaff
commit: 40a3b57b9ff9033855124a926451818bf4fcc048
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun  5 04:35:09 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun  5 04:35:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a3b57b

dev-ruby/cri: add 2.9.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/cri/Manifest |  1 +
 dev-ruby/cri/cri-2.9.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/cri/Manifest b/dev-ruby/cri/Manifest
index ab36c1faa52..1dfd34bee79 100644
--- a/dev-ruby/cri/Manifest
+++ b/dev-ruby/cri/Manifest
@@ -1,2 +1,3 @@
 DIST cri-2.7.1.gem 25088 SHA256 
989fc14d1986c9c252c84e1b22e300fd139ef6bc4c9c57762a93cbf7eb4fd5f5 SHA512 
37d641390dc83550c254b3c48018f7f2c53f73161807c299cb78ef84b8625e5f00cd8c877ac464ece5c6623d7118872c45648ed56c2bd5f53ae62cd66b8e24d1
 WHIRLPOOL 
85a5eb19f439d8fb53c56139bf6fe14faef2790c2eb5c319b2e8c52d92807f257771180afcf7af4342747cd69ae4787ad5266fb3f01bb2a2c01fba9f9f8fc9a5
 DIST cri-2.8.0.gem 25600 SHA256 
61da9c5aa44d46b0e1e4bc2a7f310ed6f521883aeb318a456fb237ba6e005240 SHA512 
ea8543debfda3a9e6ed1ea304b93dcf12114cdade532981b6c1e854ce37fa0c939455b7501f7b36a6efbdd1fd6b77696b97f9baacdb7029f55a9e707c19225a6
 WHIRLPOOL 
b31d1bb63e59ffdcc9fc6d3e8cd7090ad9a7dac9a7602e68883c5417e69bef36fccd65f740f362ab46d85dfb22899a813782d1405ae14e779bc56b4bcc085478
+DIST cri-2.9.1.gem 26624 SHA256 
add77bfd624700abd48a13a3569c224caedaf98a40961bc901fda781897e5efe SHA512 
5abf0ba9315563c4b12ccc11ccb74811fea4de16f25ea2b81fb0854bdeef418bfdc45ab84320f5d71d89bfdcefe5e2a6eb66900aec9231ac1ca999c84b944805
 WHIRLPOOL 
fc8ebfd8b7442e18f674ce894048d9b8e7792f4dfbf231c036991f16c28a243863bdb1ee58271717d7d7959348b7e8cbf5536ac9bdae566ef1927161daab9f39

diff --git a/dev-ruby/cri/cri-2.9.1.ebuild b/dev-ruby/cri/cri-2.9.1.ebuild
new file mode 100644
index 000..16ea0e256d4
--- /dev/null
+++ b/dev-ruby/cri/cri-2.9.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.adoc"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
+HOMEPAGE="http://rubygems.org/gems/cri;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/colored-1.2"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+   test? ( dev-ruby/yard dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
+   sed -i -e '/rubocop/ s:^:#:' \
+   -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib -S rake test_unit || die
+}



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

2017-06-04 Thread Hans de Graaff
commit: a5072f02f225c46f56f0eedbf931eee41b6990d6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun  5 04:39:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun  5 04:39:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5072f02

dev-ruby/colored: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/colored/colored-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/colored/colored-1.2.ebuild 
b/dev-ruby/colored/colored-1.2.ebuild
index 9a9c62abd76..781fc172b59 100644
--- a/dev-ruby/colored/colored-1.2.ebuild
+++ b/dev-ruby/colored/colored-1.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2017-06-04 Thread Robin H. Johnson
commit: afa35fcb5be87d86d24c70a00a8e3ca42fd96549
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jun  5 04:16:07 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun  5 04:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa35fcb

package.mask: remove redis versions no longer in tree.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c375a778ff9..d00b9d3347e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -514,15 +514,12 @@ x11-libs/gtk+:1
 # odd revisions are slotted lua, 
 # even revisions are unslotted lua
 =dev-db/redis-3.2.5-r1
-=dev-db/redis-3.2.5-r2 # except somebody bumped it out of pattern
 =dev-db/redis-3.2.5-r5
 =dev-db/redis-3.2.6-r1
-=dev-db/redis-3.2.6-r2 # except somebody bumped it out of pattern
 =dev-db/redis-3.2.6-r5
 =dev-db/redis-3.2.8-r1
 =dev-db/redis-3.2.8-r3
 
-
 # Ian Stakenvicius (17 Nov 2016)
 # Does not honour LD_LIBRARY_PATH set in the environment, causing
 # all mozilla packages to fail in src_install() when xpcshell is



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

2017-06-04 Thread Benda XU
commit: f100b0ac555c58f4e1e9e6913bab4eae72df45ea
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Jun  5 02:00:12 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Jun  5 02:01:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f100b0ac

app-portage/gentoolkit: keep revdep-rebuild for Prefix.

  revdep-rebuild has been rewritten in python and works on Prefix.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-portage/gentoolkit/gentoolkit-0.4.0.ebuild | 10 --
 1 file changed, 10 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
index 75a2edcd905..871d8dcb64d 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
@@ -33,16 +33,6 @@ python_prepare_all() {
 
 python_install_all() {
distutils-r1_python_install_all
-
-   # remove on Gentoo Prefix platforms where it's broken anyway
-   if use prefix; then
-   elog "The revdep-rebuild command is removed, the preserve-libs"
-   elog "feature of portage will handle issues."
-   rm "${ED}"/usr/bin/revdep-rebuild*
-   rm "${ED}"/usr/share/man/man1/revdep-rebuild.1
-   rm -rf "${ED}"/etc/revdep-rebuild
-   rm -rf "${ED}"/var
-   fi
 }
 
 pkg_postinst() {



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

2017-06-04 Thread Mart Raudsepp
commit: 3a843cda1c64d25aea43a80a298c369bc400173c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jun  5 00:47:38 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun  5 00:47:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a843cda

x11-libs/pango: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/pango/Manifest |   1 -
 x11-libs/pango/files/1.40.4-pango-view.1.in | 113 
 x11-libs/pango/pango-1.40.4.ebuild  |  64 
 3 files changed, 178 deletions(-)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index e3198197b62..ce57f328113 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -1,4 +1,3 @@
 DIST pango-1.40.3.tar.xz 1061044 SHA256 
abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3 SHA512 
ff82395e8487624dffe212975b72b3383dcebb197a8675c8b409665e3e2e30fc23d9a6c25c3129a115adb7182b2a71a49550dbe881eb7ee9bbc572de6ba18d27
 WHIRLPOOL 
ba160e7a9f5ecfbb4d88f780b4a9a5f555f38407d4f50f6ae0b0d276a3d4100dce4af519ceadce8b95c3432976af4409e119cfd18bd7c636d70e6c33ed7c5b4c
-DIST pango-1.40.4.tar.xz 1062600 SHA256 
f8fdc5fc66356dc4edf915048cc065a0e0cb70b3b2598f62bda320129a3e SHA512 
8c7413f6712eaf9fd4bd92a9260a85e7e4bd5e1a03c4c89db139e1704e8681e9834f8b98394b9f4b87babd45155a15b6cffd583ad8f89a48a4849305d43aa613
 WHIRLPOOL 
c061c32c46171dfbf988f0c9498c19cef725d7f56e5dd57d042ebef2c408ba8299ff34eac03f590080d4657cd24f0d53737c224573c96584eb99b3f0fb1f4fdc
 DIST pango-1.40.5.tar.xz 1065152 SHA256 
24748140456c42360b07b2c77a1a2e1216d07c056632079557cd4e815b9d01c9 SHA512 
40e8bf85dbb4b6fd35da3acec06a0d2b9dde95a3c5a212d243dbcbc0d00f12bd061757a04cb2f4a8db61329efd7ed9be53e3f5d6a2eb2a3defba1d12f9eed43d
 WHIRLPOOL 
8d8eec25ba18096ce9c5fae2ce9f1d54e908784482669daa8f505863f7b5529c50fd432fb93c3d8d6bb3ef2ac311c59e68667393dc0442335a97171c480d2294
 DIST pango-1.40.6.tar.xz 832040 SHA256 
ca152b7383a1e9f7fd74ae96023dc6770dc5043414793bfe768ff06b6759e573 SHA512 
d916b364a77de3e68779e6d841d95bca456daf89405b92eaf51dceef093a9761cbb6c48f4c2971dec47c0bbdb645a3f3f4fb9af425274bf1d1822b278575e1f7
 WHIRLPOOL 
45f32e02007c53f079499c5d4b92c67ed528e3c2108f414b3ef18b53c8114a8fe2ae4f71707ecb977e224e86a5b05d8e048f39f8deef41d6342194b19a84d6e3

diff --git a/x11-libs/pango/files/1.40.4-pango-view.1.in 
b/x11-libs/pango/files/1.40.4-pango-view.1.in
deleted file mode 100644
index 78ba55d3e67..000
--- a/x11-libs/pango/files/1.40.4-pango-view.1.in
+++ /dev/null
@@ -1,113 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
-.TH PANGO-VIEW "1" "February 2017" "pango-view (pango) 1.40.4" "User Commands"
-.SH NAME
-pango-view \- Pango text viewer
-.SH DESCRIPTION
-.SS "Usage:"
-.IP
-pango\-view [OPTION...] \- FILE
-.SS "Help Options:"
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Show help options
-.TP
-\fB\-\-help\-all\fR
-Show all help options
-.TP
-\fB\-\-help\-cairo\fR
-Options understood by the cairo backend
-.SS "Cairo backend options:"
-.TP
-\fB\-\-annotate\fR=\fI\,1\/\fR or 2
-Annotate the output
-.SS "Application Options:"
-.TP
-\fB\-\-no\-auto\-dir\fR
-No layout direction according to contents
-.TP
-\fB\-\-backend\fR=\fI\,cairo\/\fR/ft2
-Pango backend to use for rendering (default: cairo)
-.TP
-\fB\-\-background\fR=\fI\,red\/\fR/#rrggbb/#rrggbbaa/transparent
-Set the background color
-.TP
-\fB\-q\fR, \fB\-\-no\-display\fR
-Do not display (just write to file or whatever)
-.TP
-\fB\-\-dpi\fR=\fI\,number\/\fR
-Set the resolution
-.TP
-\fB\-\-align\fR=\fI\,left\/\fR/center/right
-Text alignment
-.TP
-\fB\-\-ellipsize\fR=\fI\,start\/\fR/middle/end
-Ellipsization mode
-.TP
-\fB\-\-font\fR=\fI\,description\/\fR
-Set the font description
-.TP
-\fB\-\-foreground\fR=\fI\,red\/\fR/#rrggbb/#rrggbbaa
-Set the text color
-.TP
-\fB\-\-gravity\fR=\fI\,south\/\fR/east/north/west/auto
-Base gravity: glyph rotation
-.TP
-\fB\-\-gravity\-hint\fR=\fI\,natural\/\fR/strong/line
-Gravity hint
-.TP
-\fB\-\-header\fR
-Display the options in the output
-.TP
-\fB\-\-height=\fR+points/\-numlines
-Height in points (positive) or number of lines (negative) for ellipsizing
-.TP
-\fB\-\-hinting\fR=\fI\,none\/\fR/auto/full
-Hinting style
-.TP
-\fB\-\-indent\fR=\fI\,points\/\fR
-Width in points to indent paragraphs
-.TP
-\fB\-\-justify\fR
-Align paragraph lines to be justified
-.TP
-\fB\-\-language\fR=\fI\,en_US\/\fR/etc
-Language to use for font selection
-.TP
-\fB\-\-margin\fR=\fI\,CSS\-style\/\fR numbers in pixels
-Set the margin on the output in pixels
-.TP
-\fB\-\-markup\fR
-Interpret text as Pango markup
-.TP
-\fB\-o\fR, \fB\-\-output\fR=\fI\,file\/\fR
-Save rendered image to output file
-.TP
-\fB\-\-pixels\fR
-Use pixel units instead of points (sets dpi to 72)
-.TP
-\fB\-\-rtl\fR
-Set base direction to right\-to\-left
-.TP
-\fB\-\-rotate\fR=\fI\,degrees\/\fR
-Angle at which to rotate results
-.TP
-\fB\-n\fR, \fB\-\-runs\fR=\fI\,integer\/\fR
-Run Pango layout engine this many 

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

2017-06-04 Thread Mart Raudsepp
commit: 3b9b37db9d348905a6245bb0b11c871f9f0ecbbe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jun  5 00:23:17 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun  5 00:44:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9b37db

x11-libs/pango: bump to 1.40.6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/pango/Manifest|  1 +
 x11-libs/pango/pango-1.40.6.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index bc69288395f..e3198197b62 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -1,3 +1,4 @@
 DIST pango-1.40.3.tar.xz 1061044 SHA256 
abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3 SHA512 
ff82395e8487624dffe212975b72b3383dcebb197a8675c8b409665e3e2e30fc23d9a6c25c3129a115adb7182b2a71a49550dbe881eb7ee9bbc572de6ba18d27
 WHIRLPOOL 
ba160e7a9f5ecfbb4d88f780b4a9a5f555f38407d4f50f6ae0b0d276a3d4100dce4af519ceadce8b95c3432976af4409e119cfd18bd7c636d70e6c33ed7c5b4c
 DIST pango-1.40.4.tar.xz 1062600 SHA256 
f8fdc5fc66356dc4edf915048cc065a0e0cb70b3b2598f62bda320129a3e SHA512 
8c7413f6712eaf9fd4bd92a9260a85e7e4bd5e1a03c4c89db139e1704e8681e9834f8b98394b9f4b87babd45155a15b6cffd583ad8f89a48a4849305d43aa613
 WHIRLPOOL 
c061c32c46171dfbf988f0c9498c19cef725d7f56e5dd57d042ebef2c408ba8299ff34eac03f590080d4657cd24f0d53737c224573c96584eb99b3f0fb1f4fdc
 DIST pango-1.40.5.tar.xz 1065152 SHA256 
24748140456c42360b07b2c77a1a2e1216d07c056632079557cd4e815b9d01c9 SHA512 
40e8bf85dbb4b6fd35da3acec06a0d2b9dde95a3c5a212d243dbcbc0d00f12bd061757a04cb2f4a8db61329efd7ed9be53e3f5d6a2eb2a3defba1d12f9eed43d
 WHIRLPOOL 
8d8eec25ba18096ce9c5fae2ce9f1d54e908784482669daa8f505863f7b5529c50fd432fb93c3d8d6bb3ef2ac311c59e68667393dc0442335a97171c480d2294
+DIST pango-1.40.6.tar.xz 832040 SHA256 
ca152b7383a1e9f7fd74ae96023dc6770dc5043414793bfe768ff06b6759e573 SHA512 
d916b364a77de3e68779e6d841d95bca456daf89405b92eaf51dceef093a9761cbb6c48f4c2971dec47c0bbdb645a3f3f4fb9af425274bf1d1822b278575e1f7
 WHIRLPOOL 
45f32e02007c53f079499c5d4b92c67ed528e3c2108f414b3ef18b53c8114a8fe2ae4f71707ecb977e224e86a5b05d8e048f39f8deef41d6342194b19a84d6e3

diff --git a/x11-libs/pango/pango-1.40.6.ebuild 
b/x11-libs/pango/pango-1.40.6.ebuild
new file mode 100644
index 000..0b59c658a54
--- /dev/null
+++ b/x11-libs/pango/pango-1.40.6.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 multilib-minimal toolchain-funcs
+
+DESCRIPTION="Internationalized text layout and rendering library"
+HOMEPAGE="http://www.pango.org/;
+
+LICENSE="LGPL-2+ FTL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="X +introspection test"
+
+RDEPEND="
+   >=media-libs/harfbuzz-1.2.3:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+   >=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}]
+   >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+   X? (
+   >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
+   )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.20
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
+   test? ( media-fonts/cantarell )
+   X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
+   !<=sys-devel/autoconf-2.63:2.5
+"
+
+multilib_src_configure() {
+   tc-export CXX
+
+   ECONF_SOURCE=${S} \
+   gnome2_src_configure \
+   --with-cairo \
+   $(multilib_native_use_enable introspection) \
+   $(use_with X xft) \
+   "$(usex X --x-includes="${EPREFIX}/usr/include" "")" \
+   "$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "")"
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/html docs/html || die
+   fi
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}



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

2017-06-04 Thread Anthony G. Basile
commit: 5f28b00d4e9317a624642c8c5c6f984dd71df509
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun  5 00:19:26 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun  5 00:19:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f28b00d

dev-libs/libressl: drop 2.5.3 for security bug #616780

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/libressl/Manifest  |  1 -
 dev-libs/libressl/libressl-2.5.3.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
index d8384a3307b..d82de384f41 100644
--- a/dev-libs/libressl/Manifest
+++ b/dev-libs/libressl/Manifest
@@ -1,5 +1,4 @@
 DIST libressl-2.3.10.tar.gz 3015911 SHA256 
2d0b5aade0c5ed31a3c194fad5f8dd71cdd218b70205342739d24a625a54c4d3 SHA512 
c783a1923a03a9c7c5d77a16dd4f9c798374c50e332ee7bc94ad6d5c2e112fb3db1de987ce84b3aaf822a1f68f4385270fafd687870bc8b275cc581619cb1d1e
 WHIRLPOOL 
cbfb31375b767f74e73ff04078cd2ef0b23501900269770e9b540d9ee58714e1f87068b8c11799e62d78edc22eeb4e535c61c6db4a63f3f3b30ae90871a2269c
 DIST libressl-2.4.5.tar.gz 3016462 SHA256 
d300c4e358aee951af6dfd1684ef0c034758b47171544230f3ccf6ce24fe4347 SHA512 
bdbd0fcb868e77e5fba26da7653fe6e7f7b5017455e1beb13e11b42b8db0742b9ca6442f0949adc91ddc1f53fb93549a6c0529795cd34db2bf887cbca2d33070
 WHIRLPOOL 
1caa2e18304ec86f15f73e935a586d774aaa3c4248970596a7fa869f718ef9d12f6211e2abdbee90af4e4f83dfba77b45b3529dcc1077fe71e26e3beecf38bbf
 DIST libressl-2.5.0.tar.gz 3012855 SHA256 
8652bf6b55ab51fb37b686a3f604a2643e0e8fde2c56e6a936027d12afda6eae SHA512 
6372b27f1696e957389646a05b0572ad6936443b34fee0e57153b063831e00318fa1b434e3e0369f0c3df872e15ad3bee2f85db0851021444612f2a6f266a332
 WHIRLPOOL 
9b145915734a1914f0d36df04a8b35aa2ce2c91f7d6b3a978c5c6845314c56c61718fce6c471ba1a03f3d1ff052246c3db767adee99bc3d38a6bd692b9086ad0
-DIST libressl-2.5.3.tar.gz 3285151 SHA256 
14e34cc586ec4ce5763f76046dcf366c45104b2cc71d77b63be5505608e68a30 SHA512 
e5ba2abb8a0835a025d2777d9c0e8e95813777af8167e322d8e5ae20485c32b628ced77141b156fd3619b65a5afae1a5bc90a7252166a9a54f7e3d23388b3bd0
 WHIRLPOOL 
687d2b0f2f4294bbc16022056cae7e9f1dd70f168aa087e5d12e4e0eb498b8df05de48c262e5c6b094ea4cbff68a3c74255f369029f377a91e0f34f23e2daf4a
 DIST libressl-2.5.4.tar.gz 3286042 SHA256 
107a5b522fbb8318d4c3be668075e5e607296f0a9255d71674caa94571336efa SHA512 
8ca86c14af0020c90bef4651892799864938dab9d898172269cb78bad5963314e064f2b4c46e6a04e0b85d1eddbd1840b734803c11ceec8fd6bb1290e0fe204c
 WHIRLPOOL 
f1cfb1b126759275172616eadbc40e20ae8bbc615bfa4e49e68b3c5a9f66e6503007531a2ff59df482ebf6902008b431ca5891d73e6c8887862f11e00f76b423

diff --git a/dev-libs/libressl/libressl-2.5.3.ebuild 
b/dev-libs/libressl/libressl-2.5.3.ebuild
deleted file mode 100644
index 320352af000..000
--- a/dev-libs/libressl/libressl-2.5.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="http://www.libressl.org/;
-SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
-
-LICENSE="ISC openssl"
-# Reflects ABI of libcrypto.so and libssl.so.  Since these can differ,
-# we'll try to use the max of either.  However, if either change between
-# versions, we have to change the subslot to trigger rebuild of consumers.
-SLOT="0/43"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="+asm static-libs"
-
-RDEPEND="!dev-libs/openssl:0"
-DEPEND="${RDEPEND}"
-PDEPEND="app-misc/ca-certificates"
-
-src_prepare() {
-   touch crypto/Makefile.in
-
-   sed -i \
-   -e '/^[ \t]*CFLAGS=/s#-g ##' \
-   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
-   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
-   configure || die "fixing CFLAGS failed"
-
-   eapply_user
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable asm) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-   emake check
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   prune_libtool_files
-}



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

2017-06-04 Thread Mart Raudsepp
commit: 4c000d4f347a059a39ac9f4a8198ef8c729ce9cd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jun  5 00:10:44 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun  5 00:10:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c000d4f

dev-util/sysprof: clarify the purpose of USE=systemd in local metadata

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/sysprof/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-util/sysprof/metadata.xml b/dev-util/sysprof/metadata.xml
index 472e9918b4c..066ec096b82 100644
--- a/dev-util/sysprof/metadata.xml
+++ b/dev-util/sysprof/metadata.xml
@@ -15,4 +15,8 @@
Sysprof handles shared libraries and applications do not need to be 
recompiled.
In fact they don't even have to be restarted.
 
+
+   Build the sysprofd daemon service, required to run 
the UI without root permissions.
+   Relies on sys-apps/systemd running as the init 
system.
+
 



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

2017-06-04 Thread Mart Raudsepp
commit: 1a7e90ee9f2bd18cd861cb43cc877e4268824d76
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jun  5 00:05:01 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun  5 00:05:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7e90ee

dev-util/sysprof: Add previously missing polkit dependency for USE=gtk too

Gentoo-bug: 620450
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/sysprof/sysprof-3.22.2.ebuild | 4 +++-
 dev-util/sysprof/sysprof-3.24.1.ebuild | 5 -
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-util/sysprof/sysprof-3.22.2.ebuild 
b/dev-util/sysprof/sysprof-3.22.2.ebuild
index 95c9ebbdc81..baa9bad8132 100644
--- a/dev-util/sysprof/sysprof-3.22.2.ebuild
+++ b/dev-util/sysprof/sysprof-3.22.2.ebuild
@@ -15,7 +15,9 @@ IUSE="debug gtk systemd"
 
 RDEPEND="
>=dev-libs/glib-2.44:2
-   gtk? ( >=x11-libs/gtk+-3.21.5:3 )
+   gtk? (
+   sys-auth/polkit
+   >=x11-libs/gtk+-3.22.0:3 )
systemd? (
sys-auth/polkit
>=sys-apps/systemd-222 )

diff --git a/dev-util/sysprof/sysprof-3.24.1.ebuild 
b/dev-util/sysprof/sysprof-3.24.1.ebuild
index 93e9abc09be..bc46f88d423 100644
--- a/dev-util/sysprof/sysprof-3.24.1.ebuild
+++ b/dev-util/sysprof/sysprof-3.24.1.ebuild
@@ -15,7 +15,9 @@ IUSE="debug gtk systemd"
 
 RDEPEND="
>=dev-libs/glib-2.44:2
-   gtk? ( >=x11-libs/gtk+-3.22.0:3 )
+   gtk? (
+   sys-auth/polkit
+   >=x11-libs/gtk+-3.22.0:3 )
systemd? (
sys-auth/polkit
>=sys-apps/systemd-222 )
@@ -35,6 +37,7 @@ pkg_pretend() {
 
 src_configure() {
# introspection & vala not use in build system
+   # --with-sysprofd=host currently unavailable from ebuild
gnome2_src_configure \
$(use_enable debug) \
$(use_enable gtk) \



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

2017-06-04 Thread Mart Raudsepp
commit: 99d7564a0925ef45db5912050bf0af066d89cef8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jun  5 00:13:08 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun  5 00:13:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d7564a

dev-util/sysprof: upgrade myself to a regular secondary maintainer, not backup

Might want to take this under full gnome  g.o wing as well, though.
Also add some tag indentation where definitely appropriate.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/sysprof/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/sysprof/metadata.xml b/dev-util/sysprof/metadata.xml
index 066ec096b82..ea79c2ed134 100644
--- a/dev-util/sysprof/metadata.xml
+++ b/dev-util/sysprof/metadata.xml
@@ -2,12 +2,12 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
-tetrom...@gentoo.org
-Alexandre Rostovtsev
+   tetrom...@gentoo.org
+   Alexandre Rostovtsev
 
 
-l...@gentoo.org
-Backup maintainer, CC on bugs and assign to 
remaining
+   l...@gentoo.org
+   Mart Raudsepp
 
 
Sysprof is a sampling CPU profiler for Linux that profiles the entire 
system,



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/, dev-libs/tvision/files/

2017-06-04 Thread Andreas Sturmlechner
commit: 7912f0be85446a42535ba2b4f8f73788e065407e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 23:13:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 23:14:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7912f0be

dev-libs/tvision: Fix invalid characters

Gentoo-bug: 620824

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/tvision/files/tvision-2.1.0_pre2-gcc6.patch | 20 +---
 dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild|  8 
 2 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/dev-libs/tvision/files/tvision-2.1.0_pre2-gcc6.patch 
b/dev-libs/tvision/files/tvision-2.1.0_pre2-gcc6.patch
index 30f8ade3354..8570bb04222 100644
--- a/dev-libs/tvision/files/tvision-2.1.0_pre2-gcc6.patch
+++ b/dev-libs/tvision/files/tvision-2.1.0_pre2-gcc6.patch
@@ -28,21 +28,19 @@ Fix gcc-6 compilation errors; bug 594176
  
 --- a/classes/tvtext1.cc
 +++ b/classes/tvtext1.cc
-@@ -110,10 +110,10 @@
+@@ -110,8 +110,8 @@
  char TCheckBoxes::button[] = " [ ] ";
  char TCheckBoxes::obutton[] = " [ ] ";
  
--TScrollChars TScrollBar::vChars = {30, 31, 177, 254, 178}; // ���
--TScrollChars TScrollBar::ovChars = {30, 31, 177, 254, 178}; // ���
--TScrollChars TScrollBar::hChars = {17, 16, 177, 254, 178}; // ���
--TScrollChars TScrollBar::ohChars = {17, 16, 177, 254, 178}; // ���
-+TScrollChars TScrollBar::vChars = {30, 31, (char) 177, (char) 254, (char) 
178}; // ���
-+TScrollChars TScrollBar::ovChars = {30, 31, (char) 177, (char) 254, (char) 
178}; // ���
-+TScrollChars TScrollBar::hChars = {17, 16, (char) 177, (char) 254, (char) 
178}; // ���
-+TScrollChars TScrollBar::ohChars = {17, 16, (char) 177, (char) 254, (char) 
178}; // ���
+-TScrollChars TScrollBar::vChars = {30, 31, 177, 254, 178};
+-TScrollChars TScrollBar::ovChars = {30, 31, 177, 254, 178};
+-TScrollChars TScrollBar::hChars = {17, 16, 177, 254, 178};
+-TScrollChars TScrollBar::ohChars = {17, 16, 177, 254, 178};
++TScrollChars TScrollBar::vChars = {30, 31, (char) 177, (char) 254, (char) 
178};
++TScrollChars TScrollBar::ovChars = {30, 31, (char) 177, (char) 254, (char) 
178};
++TScrollChars TScrollBar::hChars = {17, 16, (char) 177, (char) 254, (char) 
178};
++TScrollChars TScrollBar::ohChars = {17, 16, (char) 177, (char) 254, (char) 
178};
  
- char TButton::shadows[] = "\xDC\xDB\xDF"; // ���
- char TButton::oshadows[] = "\xDC\xDB\xDF"; // ���
 --- a/classes/x11/x11src.cc
 +++ b/classes/x11/x11src.cc
 @@ -94,6 +94,10 @@

diff --git a/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild 
b/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild
index 3e21aab2f9e..800f4b2a0c1 100644
--- a/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild
+++ b/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild
@@ -30,6 +30,14 @@ PATCHES=(
"${FILESDIR}/${P}-build-system.patch" # for EAPI=6
 )
 
+src_prepare() {
+   # Strip hunk from invalid characters for gcc6.patch
+   sed -e ":TScrollChars: s:; // \x1E\x1F\xB1\xFE\xB2:;:" \
+   -e ":TScrollChars: s:; // \x11\x10\xB1\xFE\xB2:;:" \
+   -i classes/tvtext1.cc || die
+   default
+}
+
 src_configure() {
./configure --fhs || die
 }



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

2017-06-04 Thread Andreas Sturmlechner
commit: 34828651c9e88bc73478052310ed57b1e9f469bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 22:46:21 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 23:14:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34828651

dev-libs/tvision: Revert gcc-6 fix

No easy fix without an invalid patch file.
Gentoo-bug: 620824

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild 
b/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
index 01dccfa54ed..7c979b1df73 100644
--- a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
+++ b/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
@@ -24,7 +24,6 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-gcc44.patch
epatch "${FILESDIR}"/${P}-ldconfig.patch
epatch "${FILESDIR}"/${P}-flags.patch
-   epatch "${FILESDIR}"/${P}-gcc6.patch
 }
 
 src_compile() {



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

2017-06-04 Thread Thomas Deutschmann
commit: 93030ee0c2dbe7d901d23b121fbbb54b3b278a8c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun  4 22:59:06 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun  4 22:59:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93030ee0

dev-lang/go: x86 stable wrt bug #619554

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-lang/go/go-1.8.3.ebuild b/dev-lang/go/go-1.8.3.ebuild
index 7bd87301f7c..b01c31dca86 100644
--- a/dev-lang/go/go-1.8.3.ebuild
+++ b/dev-lang/go/go-1.8.3.ebuild
@@ -39,7 +39,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is



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

2017-06-04 Thread Michael Weber
commit: da804516b577bac088f1827bc96a8076cebd3210
Author: Michael Weber  gentoo  org>
AuthorDate: Sun Jun  4 22:36:19 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Jun  4 22:52:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da804516

net-misc/clipgrab: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/clipgrab/Manifest  |  1 +
 net-misc/clipgrab/clipgrab-3.6.5.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/net-misc/clipgrab/Manifest b/net-misc/clipgrab/Manifest
index 3f3e188d714..829fb9e4fe9 100644
--- a/net-misc/clipgrab/Manifest
+++ b/net-misc/clipgrab/Manifest
@@ -1 +1,2 @@
 DIST clipgrab-3.5.6.tar.gz 470379 SHA256 
b6088625209fd0fefa3078d3131b71efc0d27af36e6207dadeab79831586a672 SHA512 
7a8e3311e3e081ea65e572b2e4fabcaae99424e80f8d18b91a4a8e9d26088e5cb5c4f752128bda7493a4ab07ff8e93844450d6e9d95be8d03f1c95b6f8ea23c9
 WHIRLPOOL 
d446796bd80dabfa13dd96f61615e979da78ea09d305d40b1018df1d461a6b432f7881b690af7f2ead554e4689539ffcbb166d491e2f4e5f4b3e135babd922a6
+DIST clipgrab-3.6.5.tar.bz2 318937 SHA256 
3c09dca63a3cea7d7b5f9adf34b44594a83e9927ab6372b6bc185102a8ccf994 SHA512 
fc411a55cd1233113ca8121f9334d67a8aa449930c69b977e05fd9f164659d395a4fc81a7b8260109d9141670963e55f00e46d880457c862139e4d2be7107932
 WHIRLPOOL 
a272f25a49a130e71e158ce7c5b05a48244f01def57bc744509510f04db3f08da5cd2c9f448f10f2ee09ddc603231c27bf3aed6a870fcd794fc1b11a90e70f04

diff --git a/net-misc/clipgrab/clipgrab-3.6.5.ebuild 
b/net-misc/clipgrab/clipgrab-3.6.5.ebuild
new file mode 100644
index 000..bade9f59783
--- /dev/null
+++ b/net-misc/clipgrab/clipgrab-3.6.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit qt4-r2 eutils
+
+DESCRIPTION="Download from various internet video services like Youtube etc."
+HOMEPAGE="http://clipgrab.de/en;
+SRC_URI="https://download.${PN}.de/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-qt/qtwebkit:4"
+RDEPEND="${DEPEND}
+   || ( media-video/libav media-video/ffmpeg )"
+
+src_install() {
+   dobin ${PN}
+
+   make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitebrowser/

2017-06-04 Thread Michael Weber
commit: 849e38164c14b6d390a6aef730c0509674cd1850
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Jun  2 19:53:39 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Jun  4 22:52:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849e3816

dev-db/sqlitebrowser: Remove old version.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-db/sqlitebrowser/Manifest  |  1 -
 dev-db/sqlitebrowser/sqlitebrowser-3.8.0-r1.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/dev-db/sqlitebrowser/Manifest b/dev-db/sqlitebrowser/Manifest
index 0a3fc3ba994..395bf793d12 100644
--- a/dev-db/sqlitebrowser/Manifest
+++ b/dev-db/sqlitebrowser/Manifest
@@ -1,2 +1 @@
-DIST sqlitebrowser-3.8.0.tar.gz 1538043 SHA256 
f638a751bccde4bf0305a75685e2a72d26fc3e3a69d7e15fd84573f88c1a4d92 SHA512 
6e262e3bd3b26a1574a69cc9f306774cc9fe69f87c3253aba6b40c35f2491bc0636b6d5e705526e039ee9d8ed27d21a4529a624d62e8879a3917cfb502a65589
 WHIRLPOOL 
35d3594643a65e6b69bec816430dab3017c3ba197a12ab56ed9f027525db02a635789fda723bbd823d2f66b3933ee2381181ea7e95151be515cf1ddceeb9c8f9
 DIST sqlitebrowser-3.9.1.tar.gz 1704713 SHA256 
d0d2e06a69927ba1d0b955f3261ce70c61befc5bd5ddaa06752dae8bb4219ed8 SHA512 
c1e88063fac864f60a9802ae378e13d6f3a09e2f4e71e50c6abca4967a941c444a64617bad2dfc743cf9a6be554af9c73e4c61533300ed9a51652234ffdbd225
 WHIRLPOOL 
50c27ef3405573806e3c8939b69652f25896b9281b59d609cd3210faeb793d707d11ecdea4dada045eb4aa4da375327669566f71ecdbd151f669be1c2419a197

diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.8.0-r1.ebuild 
b/dev-db/sqlitebrowser/sqlitebrowser-3.8.0-r1.ebuild
deleted file mode 100644
index e75e489a89f..000
--- a/dev-db/sqlitebrowser/sqlitebrowser-3.8.0-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-CMAKE_MAKEFILE_GENERATOR=ninja
-
-inherit eutils cmake-utils
-
-DESCRIPTION="SQLite Database Browser"
-HOMEPAGE="http://sqlitebrowser.org;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="qt5 test"
-
-RDEPEND="
-   dev-cpp/antlr-cpp:2
-   dev-db/sqlite:3
-   dev-libs/qcustomplot[qt5=]
-   x11-libs/qscintilla:=
-   !qt5? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   )
-   qt5? (
-   dev-qt/qtnetwork:5
-   dev-qt/qttest:5
-   dev-qt/qtwidgets:5
-   )"
-DEPEND="${RDEPEND}
-   qt5? ( dev-qt/linguist-tools:5 )
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.7.0-unbundle.patch )
-
-src_prepare() {
-   # https://github.com/qingfengxia/qhexedit still bundled
-   # x11-libs/qscintilla[qt4?,qt5?] still bundled
-   find libs/{antlr-2.7.7,qcustomplot-source} -delete || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_use qt5)
-   $(cmake-utils_use_enable test TESTING)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   doicon images/sqlitebrowser.svg
-}



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

2017-06-04 Thread Michael Weber
commit: 5c5a29323b20138103ace226b0048059d792b779
Author: Michael Weber  gentoo  org>
AuthorDate: Sun Jun  4 22:51:52 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Jun  4 22:52:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5a2932

sci-libs/opencascade: Remove RESTRICT=fetch (bug 619300, bug 600514).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/opencascade/opencascade-6.7.1-r1.ebuild | 3 ---
 sci-libs/opencascade/opencascade-6.8.0-r1.ebuild | 3 ---
 sci-libs/opencascade/opencascade-6.9.0-r1.ebuild | 3 ---
 sci-libs/opencascade/opencascade-6.9.1-r1.ebuild | 3 ---
 4 files changed, 12 deletions(-)

diff --git a/sci-libs/opencascade/opencascade-6.7.1-r1.ebuild 
b/sci-libs/opencascade/opencascade-6.7.1-r1.ebuild
index 1883666c47d..de1201862ab 100644
--- a/sci-libs/opencascade/opencascade-6.7.1-r1.ebuild
+++ b/sci-libs/opencascade/opencascade-6.7.1-r1.ebuild
@@ -30,9 +30,6 @@ DEPEND="app-eselect/eselect-opencascade
tbb? ( dev-cpp/tbb )"
 RDEPEND="${DEPEND}"
 
-# https://bugs.gentoo.org/show_bug.cgi?id=600514
-RESTRICT="fetch"
-
 CHECKREQS_MEMORY="256M"
 CHECKREQS_DISK_BUILD="3584M"
 

diff --git a/sci-libs/opencascade/opencascade-6.8.0-r1.ebuild 
b/sci-libs/opencascade/opencascade-6.8.0-r1.ebuild
index d646e876d67..1164f28ccc4 100644
--- a/sci-libs/opencascade/opencascade-6.8.0-r1.ebuild
+++ b/sci-libs/opencascade/opencascade-6.8.0-r1.ebuild
@@ -30,9 +30,6 @@ DEPEND="app-eselect/eselect-opencascade
tbb? ( dev-cpp/tbb )"
 RDEPEND="${DEPEND}"
 
-# https://bugs.gentoo.org/show_bug.cgi?id=600514
-RESTRICT="fetch"
-
 CHECKREQS_MEMORY="256M"
 CHECKREQS_DISK_BUILD="3584M"
 

diff --git a/sci-libs/opencascade/opencascade-6.9.0-r1.ebuild 
b/sci-libs/opencascade/opencascade-6.9.0-r1.ebuild
index 18a7db0b2d8..df80ca41482 100644
--- a/sci-libs/opencascade/opencascade-6.9.0-r1.ebuild
+++ b/sci-libs/opencascade/opencascade-6.9.0-r1.ebuild
@@ -32,9 +32,6 @@ DEPEND="app-eselect/eselect-opencascade
vtk? ( || ( =sci-libs/${MY_VTK}*[imaging] =sci-libs/${MY_VTK}*[qt4] 
=sci-libs/${MY_VTK}*[rendering] =sci-libs/${MY_VTK}*[views] 
=sci-libs/${MY_VTK}*[all-modules] ) )"
 RDEPEND="${DEPEND}"
 
-# https://bugs.gentoo.org/show_bug.cgi?id=600514
-RESTRICT="fetch"
-
 CHECKREQS_MEMORY="256M"
 CHECKREQS_DISK_BUILD="3584M"
 

diff --git a/sci-libs/opencascade/opencascade-6.9.1-r1.ebuild 
b/sci-libs/opencascade/opencascade-6.9.1-r1.ebuild
index 45c52394ebb..02db66a9487 100644
--- a/sci-libs/opencascade/opencascade-6.9.1-r1.ebuild
+++ b/sci-libs/opencascade/opencascade-6.9.1-r1.ebuild
@@ -32,9 +32,6 @@ DEPEND="app-eselect/eselect-opencascade
vtk? ( || ( =sci-libs/${MY_VTK}*[imaging] =sci-libs/${MY_VTK}*[qt4] 
=sci-libs/${MY_VTK}*[rendering] =sci-libs/${MY_VTK}*[views] 
=sci-libs/${MY_VTK}*[all-modules] ) )"
 RDEPEND="${DEPEND}"
 
-# https://bugs.gentoo.org/show_bug.cgi?id=600514
-RESTRICT="fetch"
-
 CHECKREQS_MEMORY="256M"
 CHECKREQS_DISK_BUILD="3584M"
 



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

2017-06-04 Thread Sergei Trofimovich
commit: 012198cf588da9978020d7b2dc103a9a6b933473
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 22:30:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 22:30:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012198cf

dev-util/ninja: ia64 stable, bug #614074

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-util/ninja/ninja-1.7.2.ebuild 
b/dev-util/ninja/ninja-1.7.2.ebuild
index 3627aef385e..e770eda0283 100644
--- a/dev-util/ninja/ninja-1.7.2.ebuild
+++ b/dev-util/ninja/ninja-1.7.2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/ninja-build/ninja.git;
 else
SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 fi
 
 DESCRIPTION="A small build system similar to make"



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

2017-06-04 Thread Sergei Trofimovich
commit: da4279b2c185a71c550ddc223ce572a1308d5b2c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 22:24:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 22:24:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4279b2

app-portage/gentoolkit: ia64 stable, bug #612538

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-portage/gentoolkit/gentoolkit-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild
index 69594c081d9..d4ca2562952 100644
--- a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}



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

2017-06-04 Thread Sergei Trofimovich
commit: a33c96daacf4239d0398259e33408464e50a9842
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 20:20:04 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 22:13:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33c96da

sys-devel/automake: ia64 stable, bug #608272

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-devel/automake/automake-1.15-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.15-r2.ebuild 
b/sys-devel/automake/automake-1.15-r2.ebuild
index 45a82de9808..162bc51f3c7 100644
--- a/sys-devel/automake/automake-1.15-r2.ebuild
+++ b/sys-devel/automake/automake-1.15-r2.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.gnu.org/software/automake/;
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/

2017-06-04 Thread Manuel Rüger
commit: 1032d214d0755820e397c88cc6649e662e4f9f73
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jun  4 22:10:55 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jun  4 22:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1032d214

sys-cluster/kubectl: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/kubectl/Manifest |  1 -
 sys-cluster/kubectl/kubectl-1.6.2.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index d04ab6aa97d..55dd163b01c 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -1,2 +1 @@
-DIST kubernetes-1.6.2.tar.gz 21975834 SHA256 
2af4bcc196a90b78baf65d5bcdf6cbb613d71d3952a98813e15bb6a41f3b922c SHA512 
a2a248610407d391c9cadd0c54d97dda7ba459532f2e971708dbdca94d34559aab97c80069ba10b79d64188211c17c4014fa7410bc4e64a9bb55eae5b9a96a36
 WHIRLPOOL 
d0d30f2a876a6dc986321aff5f472707cb9bc2dc3a2c63a37afd1dce19069a3b53185580df21050b8cdf68691f99288c03f3bbac665d2f20d23310ca7eb0067c
 DIST kubernetes-1.6.4.tar.gz 21984028 SHA256 
8042628d49fd8d2382ad487a08b89d68b72d3dbaf24c1cc7c452ae7c72e9c0b9 SHA512 
86eb104ff3d822f362b1afce46063e8533c1c6d7ab981d2038d04636281d135b5edacce94a8200e3a57ec14f8906df90fb3dce82a44539b664015542c159e2a0
 WHIRLPOOL 
d3fa467f2cc644985fd45f06e5a9a32b36a6136b6099c4fa9f9e9cd2e9eecb1d58f74cdf64ee5a4c73071ff3f8361e89b80b794e6cfe005a2c0d6b8def9d557d

diff --git a/sys-cluster/kubectl/kubectl-1.6.2.ebuild 
b/sys-cluster/kubectl/kubectl-1.6.2.ebuild
deleted file mode 100644
index 637d85f31c8..000
--- a/sys-cluster/kubectl/kubectl-1.6.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/kubernetes/..."
-ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="CLI to run commands against Kubernetes clusters"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-go/go-bindata"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN%/*}/hack/lib/golang.sh || die
-   sed -i -e "/export PATH/d" src/${EGO_PN%/*}/hack/generate-bindata.sh || 
die
-}
-
-src_compile() {
-   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN%/*} 
WHAT=cmd/${PN}
-}
-
-src_install() {
-   pushd src/${EGO_PN%/*} || die
-   dobin _output/bin/${PN}
-   popd || die
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/

2017-06-04 Thread Manuel Rüger
commit: f287ceb7bdeb2265396005c5f611b30eccf0ceb2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jun  4 22:10:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jun  4 22:10:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f287ceb7

sys-cluster/minikube: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/minikube/Manifest   |  2 --
 sys-cluster/minikube/minikube-0.18.0.ebuild | 43 -
 sys-cluster/minikube/minikube-0.19.0.ebuild | 43 -
 3 files changed, 88 deletions(-)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index 16919c670e0..5ff01f5dd42 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -1,3 +1 @@
-DIST minikube-0.18.0.tar.gz 16528540 SHA256 
9852627033582fcf6f23ae99604f26130e65cee0396a04bfe71c8439d645acf5 SHA512 
10eae27b29aa037009fa59efbe4970029b7007303dd3b3ef9f0a3fc0872dc4a01133706513094349e8df700c445a38f6008aa3167c6d51c38617c5d66a7f162d
 WHIRLPOOL 
6d7b1d77a13634795c19c0b95e3db7be11b90c81ff07bee73576bfcaa842bdf3f13fba1dfaa415c13db48410ed08f03bd7cbb16152ce7a6e3af7f957b7dc3f96
-DIST minikube-0.19.0.tar.gz 16564469 SHA256 
41501ffaff36a96fba3a91fb08755873712ffeadcd008254b702e18b5b45 SHA512 
af5cfa6fafc5ac16227bda88395924f1baaeebe1ced468e5033fd89ab23c87a59c81889c4fa7382ff900f3dec33205550899ac612b20d0a65df820bc37cc8c76
 WHIRLPOOL 
b3eec9f8d55da969a6a6d08d24cedc6d74875f4222032458a309042a33a046b1af22f0fb5f37f1e6d6200d53eb16abb51b7fbdbf578ff9b53a6f19a9876a589b
 DIST minikube-0.19.1.tar.gz 16578098 SHA256 
5b5c0076620ed29e7a9d446537873248a72cb117f544024082e3b089bb47d38a SHA512 
00cf342a628e6b67ab579a71f86af2113cbe6cb0f0759616894a5107b1bf2610a7564924fa6f531d9a68ee126bd3132f612d811f84a15579a3bdedcf783a7d91
 WHIRLPOOL 
ce7f5763ca53f58ce7e8d9665d131b5132857bd91de1dca8c44b04c6212eeac497fe54b4ecf2af321ab3d21aac56d2d7a6ca4964ed26a9667eb01f5eb33fb532

diff --git a/sys-cluster/minikube/minikube-0.18.0.ebuild 
b/sys-cluster/minikube/minikube-0.18.0.ebuild
deleted file mode 100644
index 6221d6e9250..000
--- a/sys-cluster/minikube/minikube-0.18.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit python-any-r1 golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/minikube/..."
-ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Single Node Kubernetes Cluster"
-HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-DEPEND="dev-go/go-bindata
-   ${PYTHON_DEPS}"
-RDEPEND=">=sys-cluster/kubectl-1.5.3"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -i -e 's/ -s -w/ -w/' -e 's#$(GOPATH)/bin/go-bindata#go-bindata#' 
-e 's#GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...##' 
src/${EGO_PN%/*}/Makefile || die
-   sed -i -e "s/get_rev(), get_version(), get_tree_state()/get_rev(), 
get_version(), 'gitTreeState=clean'/"  src/${EGO_PN%/*}/hack/get_k8s_version.py 
|| die
-}
-
-src_compile() {
-   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
-   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN%/*}
-}
-
-src_install() {
-   pushd src/${EGO_PN%/*} || die
-   dobin out/minikube out/localkube
-   dodoc CHANGELOG.md DRIVERS.md README.md ROADMAP.md
-   popd || die
-}

diff --git a/sys-cluster/minikube/minikube-0.19.0.ebuild 
b/sys-cluster/minikube/minikube-0.19.0.ebuild
deleted file mode 100644
index 4530f2a4c00..000
--- a/sys-cluster/minikube/minikube-0.19.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit python-any-r1 golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/minikube/..."
-ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Single Node Kubernetes Cluster"
-HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-DEPEND="dev-go/go-bindata
-   ${PYTHON_DEPS}"
-RDEPEND=">=sys-cluster/kubectl-1.6.0"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -i -e 's/ -s -w/ -w/' -e 's#$(GOPATH)/bin/go-bindata#go-bindata#' 
-e 's#GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...##' 
src/${EGO_PN%/*}/Makefile || die
-   sed -i -e "s/get_rev(), get_version(), get_tree_state()/get_rev(), 
get_version(), 'gitTreeState=clean'/"  src/${EGO_PN%/*}/hack/get_k8s_version.py 
|| die
-}
-
-src_compile() {
-   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/

2017-06-04 Thread Manuel Rüger
commit: 0a3307766a3a7957c4654669d65b8625083e37ec
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jun  4 22:10:14 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jun  4 22:10:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a330776

sys-cluster/minikube: Version bump to 0.19.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/minikube/Manifest   |  1 +
 sys-cluster/minikube/minikube-0.19.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index 9651b69a04f..16919c670e0 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -1,2 +1,3 @@
 DIST minikube-0.18.0.tar.gz 16528540 SHA256 
9852627033582fcf6f23ae99604f26130e65cee0396a04bfe71c8439d645acf5 SHA512 
10eae27b29aa037009fa59efbe4970029b7007303dd3b3ef9f0a3fc0872dc4a01133706513094349e8df700c445a38f6008aa3167c6d51c38617c5d66a7f162d
 WHIRLPOOL 
6d7b1d77a13634795c19c0b95e3db7be11b90c81ff07bee73576bfcaa842bdf3f13fba1dfaa415c13db48410ed08f03bd7cbb16152ce7a6e3af7f957b7dc3f96
 DIST minikube-0.19.0.tar.gz 16564469 SHA256 
41501ffaff36a96fba3a91fb08755873712ffeadcd008254b702e18b5b45 SHA512 
af5cfa6fafc5ac16227bda88395924f1baaeebe1ced468e5033fd89ab23c87a59c81889c4fa7382ff900f3dec33205550899ac612b20d0a65df820bc37cc8c76
 WHIRLPOOL 
b3eec9f8d55da969a6a6d08d24cedc6d74875f4222032458a309042a33a046b1af22f0fb5f37f1e6d6200d53eb16abb51b7fbdbf578ff9b53a6f19a9876a589b
+DIST minikube-0.19.1.tar.gz 16578098 SHA256 
5b5c0076620ed29e7a9d446537873248a72cb117f544024082e3b089bb47d38a SHA512 
00cf342a628e6b67ab579a71f86af2113cbe6cb0f0759616894a5107b1bf2610a7564924fa6f531d9a68ee126bd3132f612d811f84a15579a3bdedcf783a7d91
 WHIRLPOOL 
ce7f5763ca53f58ce7e8d9665d131b5132857bd91de1dca8c44b04c6212eeac497fe54b4ecf2af321ab3d21aac56d2d7a6ca4964ed26a9667eb01f5eb33fb532

diff --git a/sys-cluster/minikube/minikube-0.19.1.ebuild 
b/sys-cluster/minikube/minikube-0.19.1.ebuild
new file mode 100644
index 000..52263b1bebc
--- /dev/null
+++ b/sys-cluster/minikube/minikube-0.19.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit python-any-r1 golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/minikube"
+ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Single Node Kubernetes Cluster"
+HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io;
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+DEPEND="dev-go/go-bindata
+   ${PYTHON_DEPS}"
+RDEPEND=">=sys-cluster/kubectl-1.6.4"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e 's/ -s -w/ -w/' -e 's#$(GOPATH)/bin/go-bindata#go-bindata#' 
-e 's#GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...##' 
src/${EGO_PN}/Makefile || die
+   sed -i -e "s/get_rev(), get_version(), get_tree_state()/get_rev(), 
get_version(), 'gitTreeState=clean'/"  src/${EGO_PN}/hack/get_k8s_version.py || 
die
+}
+
+src_compile() {
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN}
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin out/minikube out/localkube
+   dodoc -r docs CHANGELOG.md README.md
+   popd || die
+}



[gentoo-commits] proj/kde:master commit in: media-sound/kaudiocreator/

2017-06-04 Thread Andreas Sturmlechner
commit: e8041b0002df5b40f3c867251725bcc1378c5218
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 21:59:48 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 21:59:48 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8041b00

media-sound/kaudiocreator: Fix elog typo

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/media-sound/kaudiocreator/kaudiocreator-.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-.ebuild
index 44f63f1425..5bc8f02020 100644
--- a/media-sound/kaudiocreator/kaudiocreator-.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-.ebuild
@@ -51,7 +51,7 @@ pkg_postinst() {
has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
 
if [[ ${stcnt} -lt 1 ]] ; then
-   ewarn "You you should emerge at least one of the following 
packages"
+   ewarn "You should emerge at least one of the following packages"
ewarn "for ${PN} to do anything useful."
fi
elog "Optional runtime dependencies:"



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

2017-06-04 Thread Andreas Sturmlechner
commit: 6750e73483dd78296a2cb69de29b73a01b2e49ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 21:44:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 21:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6750e734

media-sound/kaudiocreator: Fix elog typo

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
index dcb40b9acb7..00a7dc1a086 100644
--- a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
@@ -39,7 +39,7 @@ pkg_postinst() {
has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
 
if [[ ${stcnt} -lt 1 ]] ; then
-   ewarn "You you should emerge at least one of the following 
packages"
+   ewarn "You should emerge at least one of the following packages"
ewarn "for ${PN} to do anything useful."
fi
elog "Optional runtime dependencies:"



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

2017-06-04 Thread Thomas Deutschmann
commit: ddf1da777ba1363c0c0aea3729a9a519d7da2ddc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun  4 21:39:54 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun  4 21:40:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf1da77

net-misc/asterisk: Security bump to v13.15.1 (bug #614738)

Addresses

 - http://downloads.asterisk.org/pub/security/AST-2017-001.html
 - http://downloads.asterisk.org/pub/security/AST-2017-002.html
 - http://downloads.asterisk.org/pub/security/AST-2017-003.html
 - http://downloads.asterisk.org/pub/security/AST-2017-004.html

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/asterisk/Manifest | 2 +-
 net-misc/asterisk/{asterisk-13.14.0.ebuild => asterisk-13.15.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index ff1f51dbd99..155271de74e 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -1,4 +1,4 @@
 DIST asterisk-11.25.1.tar.gz 35125897 SHA256 
dc9c282ca1142b286e5a5c391647d6be73f35524c8def37718de866e8384a57c SHA512 
37144b7296f929bdb707853690a12d4c1403741221c943becc88c18fe20587ba2381425574e97647c10efa9f98200336ddae7e3433740e5a509a837ed28ca02c
 WHIRLPOOL 
afc4cea1e4b7fcad7b1cfdff738cc3f6b28b9aaea0fd5a1a53b632c6fd5977f80e45984c68d51f96424eceda16cd92e45281a53abed48f6577677c51fed14a44
-DIST asterisk-13.14.0.tar.gz 32808599 SHA256 
86ecbd75b670788ac6cf1134ee94f8f8135e1ad6993c849f3efb23ca5e09a28b SHA512 
9f6468b24f2d1118e5332d04053fbeec4ae42eb1eaf277b8a28922d08bdde75a79b859e65b0ae3d5780c68104b9496cbaef5b8ae1d7bae26aaf9ebe8613f74ff
 WHIRLPOOL 
91e621ecbda67a1a9ac8139f977939b38c762145f07d12c8267250d5938b9f052d6ad988dd82165e152c94cd19869edf40f0ed115489cbdcb16587894046a237
+DIST asterisk-13.15.1.tar.gz 32828857 SHA256 
03d29bcb0e1791809fb21fa80c3a7e8ab2f521e1f4397f625d1fe982f64186e2 SHA512 
2ee19853431b890c988b69e03604b0d39b9764a93074c22a9975bde7d6f432582a00c2e841be6c6fd5f86fab338b9e717d4a7912e4fbac5034cb7a0dcf3b2337
 WHIRLPOOL 
61c8aca091a0e7805096136a38bf805b8e0c6247112ed40d30c981b2b607551cc749fd4be0bfd166ecea54f4d31c2b56e09740154231c43265ecae95fca5c57e
 DIST gentoo-asterisk-patchset-3.17.tar.bz2 5074 SHA256 
2af864f0b40b42c55f3c3ac737856942c9393a47ebf6d982d9214b85a2ad SHA512 
37f86f3c699b2643afd8080391e817a282571694bb56e00efd0734918dbc33d6c12a2463dbc24667597420863b4f506870140fbb8ef3f1700124ef790ae7252d
 WHIRLPOOL 
79017eeb3737953515286db6386bfd848f7501b6f2abbc1ba6b6865a75495ce999d555e3112336abae23371a21a2d64a10f1d173e285314bb5bab22bfe2d4c1a
 DIST gentoo-asterisk-patchset-4.04.tar.bz2 5024 SHA256 
785c5fd1b173f34a8bf230d899d8e491442bba42ad32c57710e19be9cfba90fd SHA512 
667d4d7af6fa9a6611e27d30537c4ce3d1c6318714d3c1619190bbce19dd11d5d3c3b5b3adf9a87b7510d738ff5279fefb7593cef5b7798cd98f6dcffcb2b4ad
 WHIRLPOOL 
025c885834ae6c77ce148a6cbbfe8f044480c94216956079c995743821561dc62f4d62ec899cf4d94bc6d14b1b96fc6d21afa6c106477a53fe2fe6def6fb6d41

diff --git a/net-misc/asterisk/asterisk-13.14.0.ebuild 
b/net-misc/asterisk/asterisk-13.15.1.ebuild
similarity index 99%
rename from net-misc/asterisk/asterisk-13.14.0.ebuild
rename to net-misc/asterisk/asterisk-13.15.1.ebuild
index cae88a322b8..5c7afd9ba76 100644
--- a/net-misc/asterisk/asterisk-13.14.0.ebuild
+++ b/net-misc/asterisk/asterisk-13.15.1.ebuild
@@ -66,7 +66,7 @@ CDEPEND="dev-db/sqlite:3
snmp? ( net-analyzer/net-snmp )
span? ( media-libs/spandsp )
speex? ( media-libs/speex )
-   srtp? ( net-libs/libsrtp )
+   srtp? ( net-libs/libsrtp:= )
vorbis? ( media-libs/libvorbis )"
 
 DEPEND="${CDEPEND}



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

2017-06-04 Thread Jeroen Roovers
commit: b9f2a20c36b90e0c9911a0b1f680d92056b1b58d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 21:29:14 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 21:29:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f2a20c

x11-misc/xlockmore: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/xlockmore/Manifest  |   1 +
 x11-misc/xlockmore/xlockmore-5.54.ebuild | 106 +++
 2 files changed, 107 insertions(+)

diff --git a/x11-misc/xlockmore/Manifest b/x11-misc/xlockmore/Manifest
index ee3c6c193e0..28f419f9846 100644
--- a/x11-misc/xlockmore/Manifest
+++ b/x11-misc/xlockmore/Manifest
@@ -2,3 +2,4 @@ DIST xlockmore-5.47.tar.xz 1610604 SHA256 
94e3adee284eec09dc27405bfc24651446e8c6
 DIST xlockmore-5.50.tar.xz 1632968 SHA256 
635f72df44589d028200acf604093959968a7e19f79c4363a76599615f563a29 SHA512 
627a905c4641d6083676a766931f23c06e2ac5af9b43447ccf03143d329d24b786aac6b248318929399b5fae98f1ec17e676466b5cbd09f180377c483694c569
 WHIRLPOOL 
2485b7805632581077554b7f2e460d94c0c094d7470e26550e8f32fb4d794ea4c2a111403542d9c07560cf0a0b2e8076cdc789336d09f3798827546ed68b8451
 DIST xlockmore-5.52.tar.xz 1621284 SHA256 
dd7898829e29525536b146a136aa8bef0cd75706fbc4b60885f5b2e48305944d SHA512 
46eb07cf95577059a6c8bfc3ba4d0540fd4e23f84469b1b20ce2926d5c210032d98d8082e780600c5777d875e5875b1d7427947c29a5625dcb4c40b2d9234adc
 WHIRLPOOL 
cb73164419147c18bfedee6b3f22cae033f4c2b8d031efad37cf7b4df9dba15912aef77e6e1ad14a396d71582a9bb89ffddca029cc723877c0e260a8d333aec2
 DIST xlockmore-5.53.tar.xz 1621432 SHA256 
4973659c3b1d9747e79e29f3e5a5d04f3a0cb36f35ba88507c69be2e04db4967 SHA512 
5a03a6f444e34e1f677c14ae91f77d8cbac3abab9b25278cb00094e79d4ee8e34b593367f828fe3e9687a5dca952ebb14b3d29e3e73279530543f1963b41e5b6
 WHIRLPOOL 
cae78aa0d02b6b449c909dfa56a6ba47469a7af0b07fad2859eb805c542e91b3a2143d09ec771d4a39271063b3f149ddee7f3f4397896089257d280929f806a7
+DIST xlockmore-5.54.tar.xz 1647652 SHA256 
9f4facb9721cc01450db0c11ffecd26a739b046e425e02628831a66080a0af55 SHA512 
027a750d8fb9d17619441a8f76456614e0b91b4963a80810e24d4aff46a8c3217464347b0910c00ce54c25ab6678159dec3c3ea60ee61f7624015950590d7f5d
 WHIRLPOOL 
7640aa4ca3ac1c9e152a0b6d7491a03c404aadbad523199e8a8015359ee86b8185fd522a4809d604195980b804131931734211cb2c7ef748caaa0460dd46faba

diff --git a/x11-misc/xlockmore/xlockmore-5.54.ebuild 
b/x11-misc/xlockmore/xlockmore-5.54.ebuild
new file mode 100644
index 000..c5181b227ac
--- /dev/null
+++ b/x11-misc/xlockmore/xlockmore-5.54.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils flag-o-matic pam
+
+DESCRIPTION="Just another screensaver application for X"
+HOMEPAGE="http://www.sillycycle.com/xlockmore.html;
+SRC_URI="http://www.sillycycle.com/xlock/${P}.tar.xz;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama 
xlockrc vtlock"
+
+REQUIRED_USE="
+   || ( crypt pam )
+   pam? ( !xlockrc )
+   xlockrc? ( !pam )
+"
+RDEPEND="
+   gtk? ( x11-libs/gtk+:2 )
+   imagemagick? ( media-gfx/imagemagick:= )
+   motif? ( >=x11-libs/motif-2.3:0 )
+   nas? ( media-libs/nas )
+   opengl? (
+   virtual/opengl
+   virtual/glu
+   truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
+   )
+   pam? ( virtual/pam )
+   truetype? ( media-libs/freetype:2 )
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXpm
+   x11-libs/libXt
+   xinerama? ( x11-libs/libXinerama )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-proto/xineramaproto
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.46-freetype261.patch
+   "${FILESDIR}"/${PN}-5.47-CXX.patch
+   "${FILESDIR}"/${PN}-5.47-strip.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+
+   if use opengl && use truetype; then
+   myconf=( --with-ftgl )
+   append-flags -DFTGL213
+   else
+   myconf=( --without-ftgl )
+   fi
+
+   myconf+=(
+   $(use_enable pam)
+   $(use_enable xlockrc)
+   $(use_enable vtlock)
+   $(use_with crypt)
+   $(use_with debug editres)
+   $(use_with gtk gtk2)
+   $(use_with imagemagick magick)
+   $(use_with motif)
+   $(use_with nas)
+   $(use_with opengl mesa)
+   $(use_with opengl)
+   $(use_with truetype freetype)
+   $(use_with truetype ttf)
+   $(use_with xinerama)
+   --disable-mb
+   --enable-appdefaultdir=/usr/share/X11/app-defaults
+   

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

2017-06-04 Thread Jeroen Roovers
commit: 47f3339179c53af0e2fcd0a28252449ab6b7be68
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 21:26:56 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 21:26:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f33391

x11-terms/guake: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-terms/guake/Manifest   |  1 +
 x11-terms/guake/guake-0.8.9.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest
index 4bc24b82605..ee21e67bec2 100644
--- a/x11-terms/guake/Manifest
+++ b/x11-terms/guake/Manifest
@@ -1,3 +1,4 @@
 DIST guake-0.8.3.tar.gz 380656 SHA256 
3e4c254209f4afceac9a46c3e161b5673408ccd0690804014127a914c76f75d1 SHA512 
cf2fa505c774e608b0e1faf677c0725ea4b72d1ef5273e3504d75b57867d524bffdc5fa76ee88b76096305c7f897a746c477daf5543d765baea3a349099b8651
 WHIRLPOOL 
9eaa09a1c36fa69d586e1e38955bca477461bd19fd63dc3e25f72358bb8345f2a6f181b9d8d67728b2ce0c94861c90940d34eaa18b07b6c0b46303199f2d1a99
 DIST guake-0.8.7.tar.gz 393683 SHA256 
ea8df0091ff95ac337f3cd6ce144b56828a40c377416ede21a70985be784f5b0 SHA512 
fa2e496bbb5b5dd7d66dc9c8784913f79c3ebfed57385b528361e0221ad00974c1654c66b0d2e3cded7e888b8e660e7ed12f19528a8dad53b3d3fbe981734740
 WHIRLPOOL 
9c46403f1c15a3fe592fa1414f871d793af5905f204f2d47f3413b42b225096828fd71f7506396f583e4ebc12ee984c616c04b8b687c0f80ec8f584f495e5a91
 DIST guake-0.8.8.tar.gz 395143 SHA256 
dbed79b7350e40412121b21d03a26c480a93add315d3a196c450cc62e4e1a42e SHA512 
cbff208ea985669c5063793aaa74504a0de92127b52af23499b7c95df7c3841558ae61586e56771ce8e0d444bbe95a95e12e1af41f8a4ac9c74c13b3e9df8dc2
 WHIRLPOOL 
94474c908ce179fa78eb9db96b2d054ccbf93fce30cbfdf4d6bff922c704494f7eac6ca5eadc9c6a68372089a2bc9ff6e5b008f27769c792c70968034f763ace
+DIST guake-0.8.9.tar.gz 403678 SHA256 
09de63d24e35182ecb84a300375ef3591f0b0df38f9695633945835a1abc1c2e SHA512 
fecf481fe5940e64b51329e0fdfacfc26083755bc4fbc8358b92fd5c78c5d2ce0bdc65a2af2e9b0679c04d61c4be6cd202179a0c45965c4a71ee82246f53c02c
 WHIRLPOOL 
96ac6a5bb9b5c03b0a79294669933d2797c61666309828f8f2c27c64e54f3d7e2a53ea822a645515336c238743b1c61618cdf31461c1f3b61816184b85c98c23

diff --git a/x11-terms/guake/guake-0.8.9.ebuild 
b/x11-terms/guake/guake-0.8.9.ebuild
new file mode 100644
index 000..2a8e13d3800
--- /dev/null
+++ b/x11-terms/guake/guake-0.8.9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT=yes
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils gnome2 python-single-r1
+
+DESCRIPTION="Drop-down terminal for GTK+ desktops"
+HOMEPAGE="https://github.com/Guake/guake;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/gconf-python[${PYTHON_USEDEP}]
+   dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/vte:0[python]
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README.rst )
+
+src_prepare() {
+   eapply_user
+
+   eautoreconf
+
+   gnome2_src_prepare
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_pkg_postrm
+}



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

2017-06-04 Thread Jeroen Roovers
commit: 6aded2c8857a00ba90a110aa343b8a3d48c533d7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 21:27:37 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 21:27:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aded2c8

x11-terms/guake: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-terms/guake/Manifest   |  2 --
 x11-terms/guake/guake-0.8.3.ebuild | 55 --
 x11-terms/guake/guake-0.8.7.ebuild | 54 -
 3 files changed, 111 deletions(-)

diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest
index ee21e67bec2..45cf37e757a 100644
--- a/x11-terms/guake/Manifest
+++ b/x11-terms/guake/Manifest
@@ -1,4 +1,2 @@
-DIST guake-0.8.3.tar.gz 380656 SHA256 
3e4c254209f4afceac9a46c3e161b5673408ccd0690804014127a914c76f75d1 SHA512 
cf2fa505c774e608b0e1faf677c0725ea4b72d1ef5273e3504d75b57867d524bffdc5fa76ee88b76096305c7f897a746c477daf5543d765baea3a349099b8651
 WHIRLPOOL 
9eaa09a1c36fa69d586e1e38955bca477461bd19fd63dc3e25f72358bb8345f2a6f181b9d8d67728b2ce0c94861c90940d34eaa18b07b6c0b46303199f2d1a99
-DIST guake-0.8.7.tar.gz 393683 SHA256 
ea8df0091ff95ac337f3cd6ce144b56828a40c377416ede21a70985be784f5b0 SHA512 
fa2e496bbb5b5dd7d66dc9c8784913f79c3ebfed57385b528361e0221ad00974c1654c66b0d2e3cded7e888b8e660e7ed12f19528a8dad53b3d3fbe981734740
 WHIRLPOOL 
9c46403f1c15a3fe592fa1414f871d793af5905f204f2d47f3413b42b225096828fd71f7506396f583e4ebc12ee984c616c04b8b687c0f80ec8f584f495e5a91
 DIST guake-0.8.8.tar.gz 395143 SHA256 
dbed79b7350e40412121b21d03a26c480a93add315d3a196c450cc62e4e1a42e SHA512 
cbff208ea985669c5063793aaa74504a0de92127b52af23499b7c95df7c3841558ae61586e56771ce8e0d444bbe95a95e12e1af41f8a4ac9c74c13b3e9df8dc2
 WHIRLPOOL 
94474c908ce179fa78eb9db96b2d054ccbf93fce30cbfdf4d6bff922c704494f7eac6ca5eadc9c6a68372089a2bc9ff6e5b008f27769c792c70968034f763ace
 DIST guake-0.8.9.tar.gz 403678 SHA256 
09de63d24e35182ecb84a300375ef3591f0b0df38f9695633945835a1abc1c2e SHA512 
fecf481fe5940e64b51329e0fdfacfc26083755bc4fbc8358b92fd5c78c5d2ce0bdc65a2af2e9b0679c04d61c4be6cd202179a0c45965c4a71ee82246f53c02c
 WHIRLPOOL 
96ac6a5bb9b5c03b0a79294669933d2797c61666309828f8f2c27c64e54f3d7e2a53ea822a645515336c238743b1c61618cdf31461c1f3b61816184b85c98c23

diff --git a/x11-terms/guake/guake-0.8.3.ebuild 
b/x11-terms/guake/guake-0.8.3.ebuild
deleted file mode 100644
index 7355a080eac..000
--- a/x11-terms/guake/guake-0.8.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GCONF_DEBUG=no
-GNOME2_LA_PUNT=yes
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils gnome2 python-single-r1
-
-DESCRIPTION="Drop-down terminal for GTK+ desktops"
-HOMEPAGE="https://github.com/Guake/guake;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gconf-python[${PYTHON_USEDEP}]
-   dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pygtk[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/vte:0[python]
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README.rst )
-
-src_prepare() {
-   eautoreconf
-
-   gnome2_src_prepare
-
-   G2CONF="--disable-static"
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_pkg_postrm
-}

diff --git a/x11-terms/guake/guake-0.8.7.ebuild 
b/x11-terms/guake/guake-0.8.7.ebuild
deleted file mode 100644
index 2a8e13d3800..000
--- a/x11-terms/guake/guake-0.8.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT=yes
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils gnome2 python-single-r1
-
-DESCRIPTION="Drop-down terminal for GTK+ desktops"
-HOMEPAGE="https://github.com/Guake/guake;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gconf-python[${PYTHON_USEDEP}]
-   dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pygtk[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/vte:0[python]
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-"
-
-DOCS=( 

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

2017-06-04 Thread Jeroen Roovers
commit: 077224ae662f4481c3351de01198849ac9f7e980
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 21:32:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 21:32:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077224ae

x11-misc/i3lock: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/i3lock/Manifest  |  1 +
 x11-misc/i3lock/i3lock-2.9.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index f1e592867b0..b7ac12ae1d6 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1 +1,2 @@
 DIST i3lock-2.8.tar.bz2 19884 SHA256 
028fc0f74df10826514d5a4ed38f6895935d1f5d47ca9fcffc64b076aaf6e2f4 SHA512 
b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f
 WHIRLPOOL 
2335d74701765495e82b9665673180fa03c288ffb3ef728cec756d7910c5d39efab0dc8a88b06493e085cefde7924ae0f3af454a2a68a02ce9c6213e27312e01
+DIST i3lock-2.9.tar.bz2 21103 SHA256 
8ada0af0f8c03551ba4af138b80d4c853d8c1a88b1c96bddb85c9fcfad2da84d SHA512 
5e35899f07505231119f6eee5ccd1e02f328560422283228b02b1c649e7e7c094345bb7b0f877b2ea783fc8f3041728f0811e9294acdf57b65a907ff14af3317
 WHIRLPOOL 
5b49243519fc81093a973e4b07d21035ef076284eecd072bbcff4ed16fcca15a4d09356aaad74c5d41575d53ade9128b21d0f45f10420358fb6e6a4d07753943

diff --git a/x11-misc/i3lock/i3lock-2.9.ebuild 
b/x11-misc/i3lock/i3lock-2.9.ebuild
new file mode 100644
index 000..f99aa982024
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.9.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="http://i3wm.org/i3lock/;
+SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   dev-libs/libev
+   virtual/pam
+   x11-libs/cairo[xcb]
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:' ${PN}.pam || die
+
+   tc-export CC
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2017-06-04 Thread Jeroen Roovers
commit: ad48ac6eee53ad0484a9f0de157a4361645c26ff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 21:29:50 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 21:29:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad48ac6e

x11-misc/xlockmore: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/xlockmore/Manifest  |   1 -
 x11-misc/xlockmore/xlockmore-5.52.ebuild | 106 ---
 2 files changed, 107 deletions(-)

diff --git a/x11-misc/xlockmore/Manifest b/x11-misc/xlockmore/Manifest
index 28f419f9846..2d9c262c03d 100644
--- a/x11-misc/xlockmore/Manifest
+++ b/x11-misc/xlockmore/Manifest
@@ -1,5 +1,4 @@
 DIST xlockmore-5.47.tar.xz 1610604 SHA256 
94e3adee284eec09dc27405bfc24651446e8c6edd6a5bc565550b08f563a0d8d SHA512 
0690255cafa0e32d5b2920a611a76107565591331ef12e442069d4a7fba38b18b43a581f29488969695390aef92d4868681efb9b2a06fbb73960d4bcd4b13484
 WHIRLPOOL 
c76dd5c9111d7e17fcbf4572d95773fd40b14f3895fb5b2e86aa36bc2b15da0b6d1fc5bcbf776da976113a76c7f14caf2507495359e0f8a15996cf574c498903
 DIST xlockmore-5.50.tar.xz 1632968 SHA256 
635f72df44589d028200acf604093959968a7e19f79c4363a76599615f563a29 SHA512 
627a905c4641d6083676a766931f23c06e2ac5af9b43447ccf03143d329d24b786aac6b248318929399b5fae98f1ec17e676466b5cbd09f180377c483694c569
 WHIRLPOOL 
2485b7805632581077554b7f2e460d94c0c094d7470e26550e8f32fb4d794ea4c2a111403542d9c07560cf0a0b2e8076cdc789336d09f3798827546ed68b8451
-DIST xlockmore-5.52.tar.xz 1621284 SHA256 
dd7898829e29525536b146a136aa8bef0cd75706fbc4b60885f5b2e48305944d SHA512 
46eb07cf95577059a6c8bfc3ba4d0540fd4e23f84469b1b20ce2926d5c210032d98d8082e780600c5777d875e5875b1d7427947c29a5625dcb4c40b2d9234adc
 WHIRLPOOL 
cb73164419147c18bfedee6b3f22cae033f4c2b8d031efad37cf7b4df9dba15912aef77e6e1ad14a396d71582a9bb89ffddca029cc723877c0e260a8d333aec2
 DIST xlockmore-5.53.tar.xz 1621432 SHA256 
4973659c3b1d9747e79e29f3e5a5d04f3a0cb36f35ba88507c69be2e04db4967 SHA512 
5a03a6f444e34e1f677c14ae91f77d8cbac3abab9b25278cb00094e79d4ee8e34b593367f828fe3e9687a5dca952ebb14b3d29e3e73279530543f1963b41e5b6
 WHIRLPOOL 
cae78aa0d02b6b449c909dfa56a6ba47469a7af0b07fad2859eb805c542e91b3a2143d09ec771d4a39271063b3f149ddee7f3f4397896089257d280929f806a7
 DIST xlockmore-5.54.tar.xz 1647652 SHA256 
9f4facb9721cc01450db0c11ffecd26a739b046e425e02628831a66080a0af55 SHA512 
027a750d8fb9d17619441a8f76456614e0b91b4963a80810e24d4aff46a8c3217464347b0910c00ce54c25ab6678159dec3c3ea60ee61f7624015950590d7f5d
 WHIRLPOOL 
7640aa4ca3ac1c9e152a0b6d7491a03c404aadbad523199e8a8015359ee86b8185fd522a4809d604195980b804131931734211cb2c7ef748caaa0460dd46faba

diff --git a/x11-misc/xlockmore/xlockmore-5.52.ebuild 
b/x11-misc/xlockmore/xlockmore-5.52.ebuild
deleted file mode 100644
index c5181b227ac..000
--- a/x11-misc/xlockmore/xlockmore-5.52.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils flag-o-matic pam
-
-DESCRIPTION="Just another screensaver application for X"
-HOMEPAGE="http://www.sillycycle.com/xlockmore.html;
-SRC_URI="http://www.sillycycle.com/xlock/${P}.tar.xz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama 
xlockrc vtlock"
-
-REQUIRED_USE="
-   || ( crypt pam )
-   pam? ( !xlockrc )
-   xlockrc? ( !pam )
-"
-RDEPEND="
-   gtk? ( x11-libs/gtk+:2 )
-   imagemagick? ( media-gfx/imagemagick:= )
-   motif? ( >=x11-libs/motif-2.3:0 )
-   nas? ( media-libs/nas )
-   opengl? (
-   virtual/opengl
-   virtual/glu
-   truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
-   )
-   pam? ( virtual/pam )
-   truetype? ( media-libs/freetype:2 )
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXpm
-   x11-libs/libXt
-   xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-proto/xineramaproto
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.46-freetype261.patch
-   "${FILESDIR}"/${PN}-5.47-CXX.patch
-   "${FILESDIR}"/${PN}-5.47-strip.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=()
-
-   if use opengl && use truetype; then
-   myconf=( --with-ftgl )
-   append-flags -DFTGL213
-   else
-   myconf=( --without-ftgl )
-   fi
-
-   myconf+=(
-   $(use_enable pam)
-   $(use_enable xlockrc)
-   $(use_enable vtlock)
-   $(use_with crypt)
-   $(use_with debug editres)
-   $(use_with gtk gtk2)
-   $(use_with imagemagick magick)
-   $(use_with motif)
-   $(use_with nas)
-

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

2017-06-04 Thread Jeroen Roovers
commit: d79ad316c52e0feb104abc05c4427095e2f47527
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 20:50:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 21:21:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79ad316

dev-python/pysnmp: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pysnmp/Manifest|  1 +
 dev-python/pysnmp/pysnmp-4.3.7.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/pysnmp/Manifest b/dev-python/pysnmp/Manifest
index bfae0a2371a..9d2fbd54ac9 100644
--- a/dev-python/pysnmp/Manifest
+++ b/dev-python/pysnmp/Manifest
@@ -1,2 +1,3 @@
 DIST pysnmp-4.3.3.tar.gz 403779 SHA256 
c837d35cbb2c1e067b7b8ed752d962481ef8d7ff11e4cdd8bfb0840c4a786318 SHA512 
4b3e4a1785a852eb0b03266d2efbc586c01030f4653482bfea91b64a78098554589e76d38fe43c6b2d734ea3624a42878a2e3b6b7cfbf883e8bf8ad07ff43f81
 WHIRLPOOL 
f04c9f6eece5d31bb4941cfdbfa3216fb5a65b2b2b1b097bd72ca500506262c0458d6d774b99c766f2016fb46ea50bc9a8b741825f820a0a7970dac7ac934977
 DIST pysnmp-4.3.5.tar.gz 404793 SHA256 
38253fe95cea33f352fb36e85f3c2874043401724300c4888df74835161169d2 SHA512 
0878ff1b42a28aaea9ed97137971d606457ae392b701eb7a2f6fd5eb59349e7d2ca1193a3d468ad83ee3eb91cd74ec160c7d90ef750164a717c0ae57fcef5784
 WHIRLPOOL 
5bfc88686232bdad59208984588418b3811d6d92dc58a0d5e0a18364eb44d99032981a5ee65a3f9fdbf7947e2bd6038763d44880ab19e59ff4611df824e06134
+DIST pysnmp-4.3.7.tar.gz 424464 SHA256 
fd0e139bf3768eaaa1e2b339c23c19a74c8086fe4307252e2e5b4c3a070d89db SHA512 
c6c5f8927b9e142cfd0731ad2e2fc0b9e479b9e2e177acdd2e49e9e8744dd248a0dc79e05066389ad16ca869a88abc44cde1e987fa5ec2ee92f5d2ffb02c8560
 WHIRLPOOL 
590ac6f51407ba9f66ee108d7dccbe6d362a0b0f57bf2fba1c0d30b7e02a8006f80e8c8a98f88435722fe1928e919967eecd0c628a632e23e1ff212a8c22b254

diff --git a/dev-python/pysnmp/pysnmp-4.3.7.ebuild 
b/dev-python/pysnmp/pysnmp-4.3.7.ebuild
new file mode 100644
index 000..0b3d4e9fa7d
--- /dev/null
+++ b/dev-python/pysnmp/pysnmp-4.3.7.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python SNMP library"
+HOMEPAGE="http://pysnmp.sf.net/ https://pypi.python.org/pypi/pysnmp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+RDEPEND="
+   >=dev-python/pyasn1-0.2.3[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   default
+
+   if use doc; then
+   touch docs/source/conf.py
+   emake -C docs html
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/* )
+   docinto examples
+   use examples && dodoc -r examples/* docs/mibs
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   elog "You may also be interested in the following packages: "
+   elog "dev-python/pysnmp-apps - example programs using pysnmp"
+   elog "dev-python/pysnmp-mibs - IETF and other mibs"
+   elog "net-libs/libsmi - to dump MIBs in python format"
+}



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

2017-06-04 Thread Jeroen Roovers
commit: 52480244962fc69df86b6e99ca5799b4fe9961d4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 21:20:13 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 21:21:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52480244

net-analyzer/mtr: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/mtr/mtr-0.87-r1.ebuild | 61 -
 1 file changed, 61 deletions(-)

diff --git a/net-analyzer/mtr/mtr-0.87-r1.ebuild 
b/net-analyzer/mtr/mtr-0.87-r1.ebuild
deleted file mode 100644
index 7ae0169ea4b..000
--- a/net-analyzer/mtr/mtr-0.87-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils fcaps flag-o-matic
-
-DESCRIPTION="My TraceRoute, an Excellent network diagnostic tool"
-HOMEPAGE="http://www.bitwizard.nl/mtr/;
-SRC_URI="ftp://ftp.bitwizard.nl/mtr/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="gtk ipv6"
-
-RDEPEND="
-   sys-libs/ncurses:0=
-   gtk? (
-   dev-libs/glib:2
-   x11-libs/gtk+:2
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   sys-devel/autoconf
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS FORMATS NEWS README SECURITY TODO )
-FILECAPS=( cap_net_raw usr/sbin/mtr )
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.80-impl-dec.patch
-   "${FILESDIR}"/${PN}-0.87-ipv6.patch
-   "${FILESDIR}"/${PN}-0.87-tinfo.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # In the source's configure script -lresolv is commented out. 
Apparently it
-   # is needed for 64bit macos still.
-   [[ ${CHOST} == *-darwin* ]] && append-libs -lresolv
-
-   econf \
-   $(use_enable ipv6) \
-   $(use_with gtk) \
-   --disable-gtktest
-}
-
-pkg_postinst() {
-   fcaps_pkg_postinst
-
-   if use prefix && [[ ${CHOST} == *-darwin* ]] ; then
-   ewarn "mtr needs root privileges to run.  To grant them:"
-   ewarn " % sudo chown root ${EPREFIX}/usr/sbin/mtr"
-   ewarn " % sudo chmod u+s ${EPREFIX}/usr/sbin/mtr"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/mtr/files/, net-analyzer/mtr/

2017-06-04 Thread Jeroen Roovers
commit: b8c97104e5233bc17c08be04d117cceb5422df0c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 21:19:22 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 21:21:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c97104

net-analyzer/mtr: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/mtr/Manifest  |  1 +
 net-analyzer/mtr/files/mtr-0.88-tinfo.patch| 13 +++
 net-analyzer/mtr/files/mtr--tinfo.patch| 16 -
 .../mtr/{mtr-.ebuild => mtr-0.88.ebuild}   | 26 +-
 net-analyzer/mtr/mtr-.ebuild   |  2 +-
 5 files changed, 25 insertions(+), 33 deletions(-)

diff --git a/net-analyzer/mtr/Manifest b/net-analyzer/mtr/Manifest
index ea08e245715..1a56c41e055 100644
--- a/net-analyzer/mtr/Manifest
+++ b/net-analyzer/mtr/Manifest
@@ -1,2 +1,3 @@
 DIST gtk-2.0-for-mtr.m4.bz2 2508 SHA256 
59152f9a4a1af5cf09f2aaa804c9071afe3eb6632162f1660d85c820db342eba SHA512 
0f593b761d7a9399469f1f7bb3992133b391a2ce760ecfad96237561992802c192b810f4722763685d5f6e7a76bd2806abf08e1850bdce00e5cd3af4c810210f
 WHIRLPOOL 
8bfa2cd70c2aba06473692cdf3e091a983aab69cdb5be3d0382b6b87c05bcc577ecb1afab26afc17ee16d07a1161fe84f17e3cc9ae0a150364f34667cfba5779
 DIST mtr-0.87.tar.gz 184645 SHA256 
193947c61d23b154c8dc03677e90e8fd912f8f18567ab76ce619b7856c4af19f SHA512 
172ba2f78a6ee4deb427ac2fb00dff16843215dbd23663fbe41fcc957ffe278b408a73a0c7e1c05788b235e2d03fb53f9971b8b82d4de2f95edcaa9f2cff3cf9
 WHIRLPOOL 
39fc9b60c1eccfdb1159a184f7089f13d1a8fbc35f16b7c23b746f3da709894f99571a57ef3431ca601112691c0e693b86a9941ed20bc236d2630f282e43d641
+DIST mtr-0.88.tar.gz 296225 SHA256 
1e1fe4972cd972f9e5362226ebd16643ab763e6ece3b135b0f60c27e50e51e20 SHA512 
81e16b8dfe2e31ca82fc456a51794b96b2dd06f4a86524ddc38abf53275b4b8ae6709792397021dfffbd4b00cf4f74b35d4085ca16fa08cf6f6e2e6b0c615533
 WHIRLPOOL 
24f1c50b9ad6a3884bee1745b479c8223bbd60d86a869c266549f3f51fa0ba5774b28fbbabc3cc386792410f0413038ad8c6a34d2863ab00b3730bcaaa736222

diff --git a/net-analyzer/mtr/files/mtr-0.88-tinfo.patch 
b/net-analyzer/mtr/files/mtr-0.88-tinfo.patch
new file mode 100644
index 000..c7252b74435
--- /dev/null
+++ b/net-analyzer/mtr/files/mtr-0.88-tinfo.patch
@@ -0,0 +1,13 @@
+--- a/configure.ac
 b/configure.ac
+@@ -101,7 +101,10 @@
+   # (On Solaris 11.3, ncurses builds and links for us, but curses does not.)
+   [AC_SEARCH_LIBS(
+ [initscr], [ncurses curses],
++  [AC_SEARCH_LIBS(
++[raw], [ncurses curses cursesX tinfo],
+ [AC_DEFINE([HAVE_CURSES], [1], [Define if a curses library available])],
++[with_ncurses=no])],
+ [with_ncurses=no])
+ ])
+ AM_CONDITIONAL([WITH_CURSES], [test "x$with_ncurses" = xyes])

diff --git a/net-analyzer/mtr/files/mtr--tinfo.patch 
b/net-analyzer/mtr/files/mtr--tinfo.patch
deleted file mode 100644
index 92e261cd736..000
--- a/net-analyzer/mtr/files/mtr--tinfo.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -101,8 +101,11 @@
-   # (On Solaris 11.3, ncurses builds and links for us, but curses does not.)
-   [AC_SEARCH_LIBS(
- [initscr], [ncurses curses],
--[AC_DEFINE([HAVE_CURSES], [1], [Define if a curses library available])],
--[with_ncurses=no])
-+  AC_SEARCH_LIBS(
-+  [raw], [ncurses curses cursesX tinfo],
-+  [AC_DEFINE([HAVE_CURSES], [1], [Define if a curses library available])],
-+  [with_ncurses=no]),
-+  [with_ncurses=no])
- ])
- AM_CONDITIONAL([WITH_CURSES], [test "x$with_ncurses" = xyes])
- 

diff --git a/net-analyzer/mtr/mtr-.ebuild b/net-analyzer/mtr/mtr-0.88.ebuild
similarity index 66%
copy from net-analyzer/mtr/mtr-.ebuild
copy to net-analyzer/mtr/mtr-0.88.ebuild
index 53906d9e1e6..997a4da8bc0 100644
--- a/net-analyzer/mtr/mtr-.ebuild
+++ b/net-analyzer/mtr/mtr-0.88.ebuild
@@ -2,16 +2,15 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils fcaps flag-o-matic git-r3
+inherit autotools eutils fcaps flag-o-matic
 
 DESCRIPTION="My TraceRoute, an Excellent network diagnostic tool"
 HOMEPAGE="http://www.bitwizard.nl/mtr/;
-EGIT_REPO_URI="https://github.com/traviscross/mtr.git;
-SRC_URI="mirror://gentoo/gtk-2.0-for-mtr.m4.bz2"
+SRC_URI="ftp://ftp.bitwizard.nl/mtr/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="gtk ipv6 ncurses"
 
 RDEPEND="
@@ -30,27 +29,18 @@ DEPEND="
 DOCS=( AUTHORS FORMATS NEWS README SECURITY TODO )
 FILECAPS=( cap_net_raw usr/sbin/mtr )
 PATCHES=(
-   "${FILESDIR}"/${PN}--tinfo.patch
+   "${FILESDIR}"/${PN}-0.88-tinfo.patch
 )
 
-src_unpack() {
-   git-r3_src_unpack
-   unpack ${A}
-}
-
 src_prepare() {
-   # Keep this comment and following mv, even in case 

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

2017-06-04 Thread Lars Wendler
commit: 9c1b2aba59a76d4140ab9ca91210cde654fc0aae
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jun  4 20:54:23 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jun  4 21:11:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1b2aba

dev-vcs/mercurial: Bunp to version 4.2.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-4.2.1.ebuild | 134 +++
 2 files changed, 135 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index fc74b0c8b1c..77d47a46a02 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -1,3 +1,4 @@
 DIST mercurial-3.8.4.tar.gz 4775341 SHA256 
4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6 SHA512 
2ee785f631f9ae346e10ca77251a9ce6d3dacd598588c39f1a69ce1f4b668866f6109d682428512c37c300b26741b74672195538d66845e85cfff5ead886cf4c
 WHIRLPOOL 
1f0a12cc6d00f3544ab00e011a9ff9308fe1652c0598045ddba2a41ba17b55c291da200bce85d4c600d673b8746e936c441ffa7398ad810d1069bd97fb32f2db
 DIST mercurial-4.1.3.tar.gz 5134965 SHA256 
103d2ae187d5c94110c0e86ccc3b46f55fcd8e21c78d1c209bac7b59a73e86d8 SHA512 
794c513b7e061bc56d270ef57adc0fadeffd5bcc988da0934b24db686b76bf573aef2bbaa3baa9220f31463795bc6e6a99fc1284ebcf8d7e49f42b8129347811
 WHIRLPOOL 
a2f5d5e3e89f794415521bf0bc93ff0e8a67aec6c39951437b6b585f9f6d604bd556af10cce50951128c746719db54ea48f86fb7c262a36a29576ba539be1e79
+DIST mercurial-4.2.1.tar.gz 5317692 SHA256 
d7d5572f5aa0797fbf2168440eaa51149df88645fe37af8b15fa660d9a8158a0 SHA512 
0349fb5343210869bacb2247d30546676e5cf486f64fb8ebb2b1c6cdf7d564e7b754a43fb5b61c7d7e66a67609c514c8e15f415f4189bccbebb2fbb5a5474645
 WHIRLPOOL 
f64df61fe2a10abca4765f150952e5d529034909666f1bee6df40d628af52d650086bd51c5d2db2e0ce2874f38fd439bb9d958bda3d2d63dccbf861b933d51f1
 DIST mercurial-4.2.tar.gz 5303367 SHA256 
23a412308fc9c2b354a0e91a89588a4af2af061b47da80bc4233ccb0cceef47d SHA512 
bd03134a70fe0576a31d86cb6ca2d232b8f98bd9b038dc972a4d332889bb39c776f47d44ea9c45588d6e53590a8e3fbd48ca25238525919b8e44beab3d3c79cb
 WHIRLPOOL 
930882698c0e662f5fadc8a57a14ce00270cce70f7a9f8f0081647a28c3558aeda1a4d7bc5aa7e264cb60ec85051dae6a16cc62df0f51be3cc406bf587ff5485

diff --git a/dev-vcs/mercurial/mercurial-4.2.1.ebuild 
b/dev-vcs/mercurial/mercurial-4.2.1.ebuild
new file mode 100644
index 000..a04546c6f07
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-4.2.1.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="https://www.mercurial-scm.org/;
+SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg
+
+   rm -f doc/*.?.txt
+   dodoc CONTRIBUTORS
+   cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
+
+   dobin hgeditor
+   dobin contrib/hgk
+   python_foreach_impl python_doscript contrib/hg-ssh
+
+   if use emacs; then
+   elisp-install ${PN} contrib/mercurial.el* || die "elisp-install 
failed!"
+   elisp-site-file-install "${FILESDIR}"/${SITEFILE}
+   fi
+
+   local RM_CONTRIB=(hgk hg-ssh bash_completion zsh_completion wix 
buildrpm 

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

2017-06-04 Thread Thomas Deutschmann
commit: 392123b10b26f74cc438cec7da3d08c5e11b9586
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun  4 21:06:35 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun  4 21:06:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392123b1

mail-client/roundcube: Security bump to v1.2.5 (bug #618322)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 mail-client/roundcube/Manifest   |  1 +
 mail-client/roundcube/roundcube-1.2.5.ebuild | 74 
 2 files changed, 75 insertions(+)

diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
index 524e92c1112..06b5d280b83 100644
--- a/mail-client/roundcube/Manifest
+++ b/mail-client/roundcube/Manifest
@@ -1 +1,2 @@
 DIST roundcubemail-1.2.4.tar.gz 3602288 SHA256 
76b52a6405e0fc36b6829bf21200badbc681b18c95c7b3d9098e90f9de7ed9cc SHA512 
299ab90d6dba9325efdea2e0498e4345e13c78fd8b85e0848827e5127e4cf210e66327ad264f5609373d9de2237cf396907dcb9cc2901c13e18899e4233a3c77
 WHIRLPOOL 
99788f7a1852e94a304a62dcd3ad400bff4b20bc68285d09cdce480ecd39ff4306f04b1d9795f8983577c63ebf83ac887fba1e695870a2218379bcf71ec0fef7
+DIST roundcubemail-1.2.5.tar.gz 3602701 SHA256 
9c4d65951cc636d0e2e2296bfdf55fb53e23a4611fa96f17fb5d354db91bec38 SHA512 
8f17c8222a59123e438a3683e5f2fbfef28c966899a271a2a11c25535e7188ff57846847108190a4d20ff53eccd10a2a7e88e8a5f958e9bc38c69e53824e7928
 WHIRLPOOL 
48bfc729da9e9ceb88a5125e7d713016b48986eb8debb21a2d92404011361ceddc536871b21acbe1094d4be365727a6f15a0c66433736fb34879a55aba009528

diff --git a/mail-client/roundcube/roundcube-1.2.5.ebuild 
b/mail-client/roundcube/roundcube-1.2.5.ebuild
new file mode 100644
index 000..fabaf4db309
--- /dev/null
+++ b/mail-client/roundcube/roundcube-1.2.5.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit webapp
+
+MY_PN=${PN}mail
+MY_P=${MY_PN}-${PV/_/-}
+
+DESCRIPTION="A browser-based multilingual IMAP client with an application-like 
user interface"
+HOMEPAGE="https://roundcube.net;
+SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV/_/-}/${MY_P}.tar.gz;
+
+# roundcube is GPL-licensed, the rest of the licenses here are
+# for bundled PEAR components, googiespell and utf8.class.php
+LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+# this function only sets DEPEND so we need to include that in RDEPEND
+need_httpd_cgi
+
+RDEPEND="
+   ${DEPEND}
+   
>=dev-lang/php-5.3.7[crypt,filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,sqlite?,ssl?,unicode,xml]
+   >=dev-php/PEAR-Auth_SASL-1.0.6
+   >=dev-php/PEAR-Mail_Mime-1.8.9
+   >=dev-php/PEAR-Mail_mimeDecode-1.5.5
+   >=dev-php/PEAR-Net_IDNA2-0.1.1
+   >=dev-php/PEAR-Net_SMTP-1.6.2
+   virtual/httpd-php
+   enigma? ( >=dev-php/PEAR-Crypt_GPG-1.4.0 app-crypt/gnupg )
+   ldap? ( >=dev-php/PEAR-Net_LDAP2-2.0.12 dev-php/PEAR-Net_LDAP3 )
+   managesieve? ( >=dev-php/PEAR-Net_Sieve-1.3.2 )
+   mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
+   spell? ( dev-lang/php[curl,spell] )
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+   webapp_src_preinst
+   dodoc CHANGELOG INSTALL README.md UPGRADING
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r [[:lower:]]* SQL
+   doins .htaccess
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/logs
+   webapp_serverowned "${MY_HTDOCSDIR}"/temp
+
+   webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
+   webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE.txt"
+   webapp_src_install
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+
+   ewarn
+   ewarn "When upgrading from <= 0.9, note that the old configuration 
files"
+   ewarn "named main.inc.php and db.inc.php are deprecated and should be"
+   ewarn "replaced with one single config.inc.php file."
+   ewarn
+   ewarn "Run the ./bin/update.sh script to convert those"
+   ewarn "or manually merge the files."
+   ewarn
+   ewarn "The new config.inc.php should only contain options that"
+   ewarn "differ from the ones listed in defaults.inc.php."
+   ewarn
+}



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

2017-06-04 Thread Richard Freeman
commit: 61197107d3ce78752ecf9cb3d556e3d1c4c7b91a
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun Jun  4 20:57:31 2017 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun Jun  4 20:58:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61197107

app-misc/sleepyhead: Update to latest beta for qt5 support

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/sleepyhead/Manifest  |  1 +
 app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/app-misc/sleepyhead/Manifest b/app-misc/sleepyhead/Manifest
index 59cc1efe869..058d74feb0f 100644
--- a/app-misc/sleepyhead/Manifest
+++ b/app-misc/sleepyhead/Manifest
@@ -1,2 +1,3 @@
 DIST sleepyhead-0.9.2.2.tgz 1399077 SHA256 
49bcc7cf2b8351026a1f30b44d71a8500b9c74c6f6ac1aeeb14ca3b039ee7123 SHA512 
bb6219c8575b8723b2db063d9a40b164d1aa50223b63468457c85b18895aefc74835d55bcd1f7d0e48e942531bd77041a749e44d870189d9ba011ad85d13c7fa
 WHIRLPOOL 
3e1955aa2d1ab96da8a4f091f15538ba2bd091d935a2b9acaa012c7aadf304e7dcf5cf0f3284e0ed4c29d11f39420f236144adcaec0646f0f4d879c375a822c8
 DIST sleepyhead-0.9.3.tgz 1804053 SHA256 
b807f12c3f767037dd2e5bfdeb1f353e425ad537509be4cf3918ec61cf2efea2 SHA512 
e50476e9b64ce056d33a55798a86b26fef6db4e8c6058e4e6c5c547e15acb745ea5d79bf3978713583da943626b2395894ed8109fa30a55ca15fa53ff29a2ac9
 WHIRLPOOL 
5759d97c0309a5c9f312ae9fde85531bc718da4fffe375d6f08b06dd2f34877e935339fa56634f482a3bfc66877c0ad0f4577832f3f89a64ec24dc18b880b826
+DIST sleepyhead-1.0.0_beta2.tar.bz2 3404013 SHA256 
db6152a47df69c5cf85a75171d64c2208a953d838ea5c974c2399e8d7cc94353 SHA512 
147a853bd77e6277b70d5d70f9b82f46c3f6328283c30b38d77e698146519367c9fa02f8fb21c687237657ceb78d7bc9ee07e4e8ccdbe41652ddd8dc55049eca
 WHIRLPOOL 
f07f7dc916e93e213998daecdb469b838e10c642ce87bbdba415e89eccbdab3392b5cbd8414e391270ccd8687b2cdc1cebc8e098ec8eac43ab5d6702a2cc

diff --git a/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild 
b/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild
new file mode 100644
index 000..c9b052f2e44
--- /dev/null
+++ b/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils qmake-utils
+DESCRIPTION="Software used to analyze data from CPAP machines"
+HOMEPAGE="https://sleepyhead.jedimark.net/;
+
+# Point to any required sources; these will be automatically downloaded by
+# Portage.
+SRC_URI="https://gitlab.com/sleepyhead/sleepyhead-code/repository/archive.tar.bz2?ref=1.0.0-beta-2
 -> ${P}.tar.bz2"
+LICENSE="GPL-3"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="virtual/opengl
+   x11-libs/libX11
+   dev-qt/qtcore:5=
+   dev-qt/qtgui:5=
+   dev-qt/qtopengl:5=
+   dev-qt/qtwebkit:5=
+   dev-qt/qtserialport:5=
+   virtual/glu"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/sleepyhead-code-1.0.0-beta-2-6b1c125218475720e1bf7c920ed3d10140b0b7c2"
+
+src_unpack() {
+   unpack ${A}
+   cd "${S}"
+}
+
+src_prepare() {
+   eapply_user
+   rm configure
+   cd "${S}/3rdparty/quazip/"
+#  epatch "${FILESDIR}/common_gui.patch"
+
+   sed -i '1i#define OF(x) x' quazip/ioapi.h quazip/unzip.c quazip/unzip.h 
\
+  quazip/zip.c quazip/zip.h
+   cd "${S}"
+   eqmake5 SleepyHeadQT.pro
+}
+
+src_install() {
+   cd "${S}/sleepyhead"
+   dobin SleepyHead || die
+   dodoc ../README || die
+   dodoc docs/* || die
+}



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

2017-06-04 Thread Thomas Deutschmann
commit: cacce1c76fc3f72971acc28703d0df7059d69936
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun  4 20:55:26 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun  4 20:55:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacce1c7

www-apps/mediawiki: Security bump to v1.27.3 (bug #614906)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/mediawiki/Manifest|  1 +
 www-apps/mediawiki/mediawiki-1.27.3.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/www-apps/mediawiki/Manifest b/www-apps/mediawiki/Manifest
index e894c90ce0c..8bfcd01964e 100644
--- a/www-apps/mediawiki/Manifest
+++ b/www-apps/mediawiki/Manifest
@@ -1 +1,2 @@
 DIST mediawiki-1.27.1.tar.gz 31504507 SHA256 
08a676c392625cf3c5730a6c1b9390ab1e11dcc17cfd0ff97a2ae3917ef5a36a SHA512 
0bf3df06af8251729e9c01106a3eea7bdb4b6f27388501c627cb714cbff722f408ade725d7223ab69e79e036cf2a09b1f9a0659f45898508347638b50d440cda
 WHIRLPOOL 
8621c0a788422b82f15a4702f8cc8869ca08bf76bef0cf4b26c003882a4310b6960d877299ad1995b1f6c02dc177856b9745696f78d6205884772761efd666f1
+DIST mediawiki-1.27.3.tar.gz 31509270 SHA256 
11d470582b52a471b4e99735b36a44b230681847a97ef032c2fc050fd8aea823 SHA512 
bc6228342b589a3acb0f5623b9ef45982d7aab032ff322aaf7bda7ac3ee16a7732b8013698d8f509da4310bbb65c12a73b7bbe4612d5e0e3d93965199efdc8eb
 WHIRLPOOL 
23fd4432a52c454a8354fcd325d9081b888f14f199020e43798eaa3cb904c8b7fff70e5c38ee77fcf982d755deeaea2071cfcb2133b1b88a92a7afdab56577a9

diff --git a/www-apps/mediawiki/mediawiki-1.27.3.ebuild 
b/www-apps/mediawiki/mediawiki-1.27.3.ebuild
new file mode 100644
index 000..61b793163c6
--- /dev/null
+++ b/www-apps/mediawiki/mediawiki-1.27.3.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit webapp versionator
+
+MY_BRANCH=$(get_version_component_range 1-2)
+
+DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
+HOMEPAGE="http://www.mediawiki.org;
+SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="imagemagick mysql postgres sqlite"
+
+RDEPEND=">=dev-lang/php-5.5.9[json,mysql?,postgres?,session,xml,xmlreader]
+   imagemagick? ( virtual/imagemagick-tools )
+   !imagemagick? ( dev-lang/php[gd] )
+   sqlite? (
+   dev-db/sqlite:3[fts3(+)]
+   >=dev-lang/php-5.5.9[pdo]
+   || ( dev-lang/php[sqlite] dev-lang/php[sqlite3] )
+   )
+   virtual/httpd-php"
+
+need_httpd_cgi
+
+RESTRICT="test"
+
+src_install() {
+   webapp_src_preinst
+
+   # First we install docs and then copy everything left into htdocs dir
+   # to avoid bugs like #236411.
+
+   # We ensure the directories are prepared for writing.  The post-
+   # install instructions guide the user to enable the feature.
+   local DOCS="FAQ HISTORY INSTALL README RELEASE-NOTES-${PV:0:4} UPGRADE"
+   dodoc ${DOCS} docs/*.txt
+   docinto php-memcached
+   dodoc docs/php-memcached/*
+
+   # Clean everything not used at the site...
+   rm -rf ${DOCS} COPYING tests docs || die
+   find . -name Makefile -delete || die
+   # and install
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # If imagemagick is enabled then setup for image upload.
+   # We ensure the directory is prepared for writing.
+   if use imagemagick ; then
+   webapp_serverowned "${MY_HTDOCSDIR}"/images
+   fi
+
+   webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
+   webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
+   webapp_src_install
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+
+   if [[ -n ${REPLACING_VERSIONS} ]]; then
+   echo
+   elog "=== Consult the release notes ==="
+   elog "Before doing anything, stop and consult the release notes"
+   elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
+   echo
+   elog "These detail bug fixes, new features and functionality, 
and any"
+   elog "particular points that may need to be noted during the 
upgrade procedure."
+   echo
+   ewarn "Back up existing files and the database before upgrade."
+   ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki;
+   ewarn "provides an overview of the backup process."
+   echo
+   fi
+}



[gentoo-commits] proj/kde:master commit in: media-sound/kaudiocreator/

2017-06-04 Thread Andreas Sturmlechner
commit: 5ffc1fedd812317ebef44147b4b76a4ce7e65e4b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 20:52:22 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 20:52:22 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ffc1fed

media-sound/kaudiocreator: Add pkg_postinst log about optional RDEPENDs

Reported-by: David Zaslavsky  ellipsix.net>
Gentoo-bug: 604368

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-sound/kaudiocreator/kaudiocreator-.ebuild | 20 +++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-.ebuild
index f43cf75925..44f63f1425 100644
--- a/media-sound/kaudiocreator/kaudiocreator-.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-.ebuild
@@ -37,9 +37,27 @@ DEPEND="
media-libs/phonon[qt5]
>=media-libs/taglib-1.5
 "
-
 RDEPEND="${DEPEND}
$(add_kdeapps_dep audiocd-kio)
 "
 
 DOCS=( Changelog TODO )
+
+pkg_postinst() {
+   local stcnt=0
+
+   has_version media-libs/flac && stcnt=$((stcnt+1))
+   has_version media-sound/lame && stcnt=$((stcnt+1))
+   has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
+
+   if [[ ${stcnt} -lt 1 ]] ; then
+   ewarn "You you should emerge at least one of the following 
packages"
+   ewarn "for ${PN} to do anything useful."
+   fi
+   elog "Optional runtime dependencies:"
+   elog "FLAC - media-libs/flac"
+   elog "MP3  - media-sound/lame"
+   elog "OGG  - media-sound/vorbis-tools"
+
+   kde5_pkg_postinst
+}



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

2017-06-04 Thread Michał Górny
commit: 681908add7a62af88579b5b42ed70a27af89cfb1
Author: Florian Tham  gmail  com>
AuthorDate: Tue Feb 14 20:21:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  4 20:49:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681908ad

app-admin/rcm: New package.

rcm is a management suite for dotfiles.

Bug: https://bugs.gentoo.org/572240
Closes: https://github.com/gentoo/gentoo/pull/3972

 app-admin/rcm/Manifest |  1 +
 app-admin/rcm/metadata.xml | 19 +++
 app-admin/rcm/rcm-1.3.1.ebuild | 20 
 3 files changed, 40 insertions(+)

diff --git a/app-admin/rcm/Manifest b/app-admin/rcm/Manifest
new file mode 100644
index 000..1333b2036e6
--- /dev/null
+++ b/app-admin/rcm/Manifest
@@ -0,0 +1 @@
+DIST rcm-1.3.1.tar.gz 89437 SHA256 
9c8f92dba63ab9cb8a6b3d0ccf7ed8edf3f0fb388b044584d74778145fae7f8f SHA512 
1fd8ad6f8bee1617769bddbef8d9b99f0b2bedc82c9833523370dfda4583c425f1ab8f2195f11236d1385553a2a49ead6d4c5f0803deeb56737b6836a0d9
 WHIRLPOOL 
a5614c0901d413ac49584234dd8fc989e5add6d8f6af6a743e76998bb4655e84596e8d564c2ef5f0b80ab3c7c729eadb7c65d3ae40c370378ae72da7205bf4bd

diff --git a/app-admin/rcm/metadata.xml b/app-admin/rcm/metadata.xml
new file mode 100644
index 000..4d26f07cf22
--- /dev/null
+++ b/app-admin/rcm/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   fgtham+genb...@gmail.com
+   Florian Tham
+   Proxy maintainer - set to assignee on 
bugs
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   thoughtbot/rcm
+   
+   
+   rcm is a management suite for dotfiles.
+   
+

diff --git a/app-admin/rcm/rcm-1.3.1.ebuild b/app-admin/rcm/rcm-1.3.1.ebuild
new file mode 100644
index 000..ffe71806135
--- /dev/null
+++ b/app-admin/rcm/rcm-1.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="rc file (dotfile) management"
+HOMEPAGE="https://github.com/thoughtbot/rcm;
+SRC_URI="https://thoughtbot.github.io/${PN}/dist/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-util/cram )"
+
+src_test() {
+   emake -j1 check
+}



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

2017-06-04 Thread Andreas Sturmlechner
commit: 02f9caab082f41d7502d5a20ebbac08dbe563356
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 20:17:36 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 20:21:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f9caab

media-sound/kaudiocreator: Add pkg_postinst log about optional RDEPENDs

Reported-by: David Zaslavsky  ellipsix.net>
Gentoo-bug: 604368

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../kaudiocreator/kaudiocreator-1.3-r3.ebuild  | 24 +++---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
index 355b11cf5bc..dcb40b9acb7 100644
--- a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ pl pt_BR pt ro ru se sk sl sr@ijekavianlatin sr@ijekavian 
sr@Latn sr sv ta tg
 th tr ug uk xh zh_CN zh_HK zh_TW"
 inherit kde4-base
 
-DESCRIPTION="KDE CD ripper and audio encoder frontend"
+DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
 HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645;
 SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2;
 
@@ -24,10 +24,28 @@ DEPEND="
media-libs/libdiscid
>=media-libs/taglib-1.5
 "
-
 RDEPEND="${DEPEND}
kde-frameworks/kdelibs:4[udev,udisks(+)]
$(add_kdeapps_dep audiocd-kio)
 "
 
 DOCS=( Changelog TODO )
+
+pkg_postinst() {
+   local stcnt=0
+
+   has_version media-libs/flac && stcnt=$((stcnt+1))
+   has_version media-sound/lame && stcnt=$((stcnt+1))
+   has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
+
+   if [[ ${stcnt} -lt 1 ]] ; then
+   ewarn "You you should emerge at least one of the following 
packages"
+   ewarn "for ${PN} to do anything useful."
+   fi
+   elog "Optional runtime dependencies:"
+   elog "FLAC - media-libs/flac"
+   elog "MP3  - media-sound/lame"
+   elog "OGG  - media-sound/vorbis-tools"
+
+   kde4-base_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/openslp/

2017-06-04 Thread Sergei Trofimovich
commit: 4812f7da2f4b3f0517223d7a1f416f99e7336f71
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 20:17:08 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 20:17:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4812f7da

net-libs/openslp: ia64 stable, bug #595542

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/openslp/openslp-2.0.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/openslp/openslp-2.0.0-r4.ebuild 
b/net-libs/openslp/openslp-2.0.0-r4.ebuild
index 70f0d7b692d..c35ff61807d 100644
--- a/net-libs/openslp/openslp-2.0.0-r4.ebuild
+++ b/net-libs/openslp/openslp-2.0.0-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/openslp/${P}.tar.gz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="libressl"
 RESTRICT="test"
 



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

2017-06-04 Thread Sergei Trofimovich
commit: 8add29f269540341607951808e229b1e7bf0970a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 20:12:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 20:12:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8add29f2

sys-apps/diffutils: ia64 stable, bug #612794

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/diffutils/diffutils-3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/diffutils/diffutils-3.5.ebuild 
b/sys-apps/diffutils/diffutils-3.5.ebuild
index 426af27f7e9..4f4cc34faea 100644
--- a/sys-apps/diffutils/diffutils-3.5.ebuild
+++ b/sys-apps/diffutils/diffutils-3.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/diffutils/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls static"
 
 DEPEND="app-arch/xz-utils



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

2017-06-04 Thread Sergei Trofimovich
commit: b24e870357b77c3fa7a2d8a86947a23a3c04ba6b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 20:00:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 20:03:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24e8703

sys-libs/binutils-libs: ia64 stable, bug #612436

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-libs/binutils-libs/binutils-libs-2.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.27.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.27.ebuild
index 6283a35a0c3..17de45b112f 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.27.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.27.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.bz2
 LICENSE="|| ( GPL-3 LGPL-3 )"
 # The shared lib SONAMEs use the ${PV} in them.
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="64-bit-bfd multitarget nls static-libs"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



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

2017-06-04 Thread Kristian Fiskerstrand
commit: d8b906c9e05cdc16717cef42c2e05834f285892c
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Sun Jun  4 19:38:43 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Sun Jun  4 19:39:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b906c9

app-office/texmaker: Remove qt4 support

Dropping ppc keywords to satisfy dependencies

Gentoo-Bug: 620686

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-office/texmaker/texmaker-4.5-r2.ebuild | 84 ++
 1 file changed, 84 insertions(+)

diff --git a/app-office/texmaker/texmaker-4.5-r2.ebuild 
b/app-office/texmaker/texmaker-4.5-r2.ebuild
new file mode 100644
index 000..cc50ff4d0d2
--- /dev/null
+++ b/app-office/texmaker/texmaker-4.5-r2.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils qmake-utils readme.gentoo
+
+DESCRIPTION="A nice LaTeX-IDE"
+HOMEPAGE="http://www.xm1math.net/texmaker/;
+SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+COMMON_DEPEND="
+   app-text/hunspell
+   sys-libs/zlib
+   x11-libs/libX11
+   x11-libs/libXext
+   app-text/poppler:=[qt5]
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtscript:5
+   dev-qt/qtsingleapplication[X,qt5]
+   dev-qt/qtwebkit:5[printsupport]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+RDEPEND="${COMMON_DEPEND}
+   app-text/ghostscript-gpl
+   app-text/psutils
+   media-libs/netpbm
+   virtual/latex-base"
+
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-unbundle.patch
+   "${FILESDIR}"/${P}-modern-styles.patch
+   )
+
+DOCS=( utilities/AUTHORS utilities/CHANGELOG.txt )
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   find singleapp hunspell -delete || die
+
+   epatch "${PATCHES[@]}"
+
+   cat >> ${PN}.pro <<- EOF
+   exists(texmakerx_my.pri):include(texmakerx_my.pri)
+   EOF
+
+   cp "${FILESDIR}"/texmakerx_my.pri . || die
+
+   sed \
+   -e '/^#include/s:hunspell/::g' \
+   -e '/^#include/s:singleapp/::g' \
+   -i *.cpp *.h || die
+
+   DOC_CONTENTS="A user manual with many screenshots is available at:
+   ${EPREFIX}/usr/share/${PN}/usermanual_en.html"
+}
+
+src_configure() {
+   local myeqmakeargs=(
+   ${PN}.pro
+   PREFIX="${EPREFIX}/usr"
+   DESKTOPDIR="${EPREFIX}/usr/share/applications"
+   ICONDIR="${EPREFIX}/usr/share/pixmaps"
+   )
+   eqmake5 ${myeqmakeargs[@]}
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+   readme.gentoo_create_doc
+}



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

2017-06-04 Thread Sergei Trofimovich
commit: 5d1a9d1ab43b89477c099a1950f85d6e53dddfd4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 19:33:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 19:33:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1a9d1a

app-arch/bzip2: ia64 stable, bug #620466

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-arch/bzip2/bzip2-1.0.6-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild 
b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
index b66502f0c42..0adb2223922 100644
--- a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz;
 
 LICENSE="BZIP2"
 SLOT="0"
-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="static static-libs"
 
 PATCHES=(



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

2017-06-04 Thread Sergei Trofimovich
commit: 8386686301ae1a200a3f49097e3fcb61f54b3c80
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 18:52:31 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 19:24:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83866863

sys-apps/openrc: ia64 stable, bug #618758

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/openrc/openrc-0.26.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/openrc/openrc-0.26.2.ebuild 
b/sys-apps/openrc/openrc-0.26.2.ebuild
index cf6f38d149a..55c4afe5d9b 100644
--- a/sys-apps/openrc/openrc-0.26.2.ebuild
+++ b/sys-apps/openrc/openrc-0.26.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
 fi
 
 LICENSE="BSD-2"



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

2017-06-04 Thread Michał Górny
commit: 76bccec6ec493858922102d9fead5500d4a33574
Author: Karol Grudziński 
AuthorDate: Sat Jun  3 11:23:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  4 19:22:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bccec6

net-im/skypeforlinux: Version bump to 5.3.0.1

- Bump to 5.3.0.1
- Also add correct ABI requirements:
  'Skype for Linux' is currently 64-bit only package and it should
  depend on 64-bit versions of libraries.

Bug: https://bugs.gentoo.org/618370
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-im/skypeforlinux/Manifest |   1 +
 net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index d9678910020..07ca9467bc8 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1,2 +1,3 @@
 DIST skypeforlinux_5.0.0.5-1.x86_64.rpm 67525460 SHA256 
afd90e232849e90508f7ce06c765d850e9353f8074443d9f1d99fc0c53789cef SHA512 
fe09406d57cc02910078c4ede54986753a671cd7b31fa6733f7c111cecf0cc574b13f08980470a32b9921b77ab1fc2cac24faef5fcd2110e8e579003d6e035f0
 WHIRLPOOL 
87cf34808494a4b46788e9f8539b5b435a59bfa583456bd8c0c6c17f890e3ff6b44a168d25c588cdaf98431db0b3261f423c021cf9aa85b92bbed772c91b6376
 DIST skypeforlinux_5.1.0.1-1.x86_64.rpm 67541387 SHA256 
ca05f35ed845e63bccb86256b7bd1de06bc312fd0c07f027995121bc807f6bac SHA512 
ea9caf93fb6b115c9bf2972bd36d479f1ed365ed2462d6b0fc312d8566df30dbb7273de26f3f6240042bf3ddd49865c3509bf11b884eae938344456327cf3697
 WHIRLPOOL 
611272ca0c9f1c76510f7a2ae6411214f203aa9c2855271359d38f2f64c6e7ccdcd827afa45453f0658ae1f10889b5c7716ff5eec29a344035f55ad46b3f3051
+DIST skypeforlinux_5.3.0.1-1.x86_64.rpm 68386976 SHA256 
6ce0c4f39de94f65c47a56126d9413bef159086f1065c4ba5803ab2540a79c04 SHA512 
ff0ff8724d7887ab3960cabd5d78119dbd61ccf45a2b1ab94ed09eba41af435eeeb86566d0f0f22a7e9c6c8ba19b72841ca3c1acab547675ac518990e8a73ff0
 WHIRLPOOL 
19c72110cbfe80c17a14e851a40547dfeac39eafddca11c04b598de4809adeaf4cfa4417019c227cd9217935f6bc18b59b1c6fa6d7444ddc15e9b4427ef20332

diff --git a/net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild 
b/net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild
new file mode 100644
index 000..257adc73a2f
--- /dev/null
+++ b/net-im/skypeforlinux/skypeforlinux-5.3.0.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit eutils pax-utils rpm multilib-build
+
+DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
+HOMEPAGE="https://www.skype.com/;
+SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm;
+
+LICENSE="Skype-TOS no-source-code"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="pax_kernel"
+
+S="${WORKDIR}"
+QA_PREBUILT=opt/skypeforlinux/skypeforlinux
+RESTRICT="mirror bindist strip" #299368
+
+RDEPEND="dev-libs/atk[${MULTILIB_USEDEP}]
+   dev-libs/expat[${MULTILIB_USEDEP}]
+   dev-libs/glib:2[${MULTILIB_USEDEP}]
+   dev-libs/nspr[${MULTILIB_USEDEP}]
+   dev-libs/nss[${MULTILIB_USEDEP}]
+   gnome-base/gconf:2[${MULTILIB_USEDEP}]
+   gnome-base/libgnome-keyring[${MULTILIB_USEDEP}]
+   media-libs/alsa-lib[${MULTILIB_USEDEP}]
+   media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
+   media-libs/freetype:2[${MULTILIB_USEDEP}]
+   net-print/cups[${MULTILIB_USEDEP}]
+   sys-apps/dbus[${MULTILIB_USEDEP}]
+   sys-devel/gcc[cxx]
+   sys-libs/glibc
+   virtual/ttf-fonts
+   x11-libs/cairo[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   x11-libs/gtk+:2[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXScrnSaver[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   x11-libs/pango[${MULTILIB_USEDEP}]"
+
+src_unpack() {
+   rpm_src_unpack ${A}
+}
+
+src_prepare() {
+   default
+   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
+   -i usr/bin/skypeforlinux || die
+   sed -e "s!^Exec=.*!Exec=${EPREFIX}/opt/bin/skypeforlinux!" \
+   -e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
+   -i usr/share/applications/skypeforlinux.desktop || die
+}
+
+src_install() {
+   insinto /opt/skypeforlinux/locales
+   doins usr/share/skypeforlinux/locales/*.pak
+
+   insinto 

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

2017-06-04 Thread Michał Górny
commit: 7574a657220c77ad6095b229d2f5bed6422e9940
Author: Karol Grudziński 
AuthorDate: Sun May 21 18:26:43 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  4 19:22:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7574a657

gnome-base/libgnome-keyring: Add multilib support

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../libgnome-keyring-3.12.0-r1.ebuild  | 64 ++
 1 file changed, 64 insertions(+)

diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild 
b/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild
new file mode 100644
index 000..4ed645886e6
--- /dev/null
+++ b/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.16"
+VALA_USE_DEPEND="vapigen"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1 vala multilib-minimal
+
+DESCRIPTION="Compatibility library for accessing secrets"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeKeyring;
+
+LICENSE="LGPL-2+ GPL-2+" # tests are GPL-2
+SLOT="0"
+IUSE="debug +introspection test vala"
+REQUIRED_USE="vala? ( introspection )"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~mips ~sh 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.16.0:2[${MULTILIB_USEDEP}]
+   >=dev-libs/libgcrypt-1.2.2:0=[${MULTILIB_USEDEP}]
+   >=sys-apps/dbus-1[${MULTILIB_USEDEP}]
+   >=gnome-base/gnome-keyring-3.1.92
+   introspection? ( >=dev-libs/gobject-introspection-1.30.0 )
+"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( ${PYTHON_DEPS} )
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+
+   # FIXME: Remove silly CFLAGS, report upstream
+   sed -e 's:CFLAGS="$CFLAGS -g:CFLAGS="$CFLAGS:' \
+   -e 's:CFLAGS="$CFLAGS -O0:CFLAGS="$CFLAGS:' \
+   -i configure.ac configure || die "sed failed"
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" gnome2_src_configure \
+   $(multilib_native_use_enable vala)
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/reference/gnome-keyring/html 
docs/reference/gnome-keyring/html || die
+   fi
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}
+
+multilib_src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   dbus-launch emake check || die "tests failed"
+}



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

2017-06-04 Thread Michał Górny
commit: f8dfd226aca0447e65a33dd4beb624bd079d2e94
Author: Karol Grudziński 
AuthorDate: Sat Jun  3 11:31:09 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  4 19:22:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8dfd226

net-im/skypeforlinux: Drop ebuilds for unavailable versions

- Skype removed 5.0.0.5 and 5.1.0.1 RPMs from their server

Bug: https://bugs.gentoo.org/620488
Closes: https://github.com/gentoo/gentoo/pull/4687
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-im/skypeforlinux/Manifest |   2 -
 net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild | 106 --
 net-im/skypeforlinux/skypeforlinux-5.1.0.1.ebuild | 106 --
 3 files changed, 214 deletions(-)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 07ca9467bc8..5a544f572f9 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1,3 +1 @@
-DIST skypeforlinux_5.0.0.5-1.x86_64.rpm 67525460 SHA256 
afd90e232849e90508f7ce06c765d850e9353f8074443d9f1d99fc0c53789cef SHA512 
fe09406d57cc02910078c4ede54986753a671cd7b31fa6733f7c111cecf0cc574b13f08980470a32b9921b77ab1fc2cac24faef5fcd2110e8e579003d6e035f0
 WHIRLPOOL 
87cf34808494a4b46788e9f8539b5b435a59bfa583456bd8c0c6c17f890e3ff6b44a168d25c588cdaf98431db0b3261f423c021cf9aa85b92bbed772c91b6376
-DIST skypeforlinux_5.1.0.1-1.x86_64.rpm 67541387 SHA256 
ca05f35ed845e63bccb86256b7bd1de06bc312fd0c07f027995121bc807f6bac SHA512 
ea9caf93fb6b115c9bf2972bd36d479f1ed365ed2462d6b0fc312d8566df30dbb7273de26f3f6240042bf3ddd49865c3509bf11b884eae938344456327cf3697
 WHIRLPOOL 
611272ca0c9f1c76510f7a2ae6411214f203aa9c2855271359d38f2f64c6e7ccdcd827afa45453f0658ae1f10889b5c7716ff5eec29a344035f55ad46b3f3051
 DIST skypeforlinux_5.3.0.1-1.x86_64.rpm 68386976 SHA256 
6ce0c4f39de94f65c47a56126d9413bef159086f1065c4ba5803ab2540a79c04 SHA512 
ff0ff8724d7887ab3960cabd5d78119dbd61ccf45a2b1ab94ed09eba41af435eeeb86566d0f0f22a7e9c6c8ba19b72841ca3c1acab547675ac518990e8a73ff0
 WHIRLPOOL 
19c72110cbfe80c17a14e851a40547dfeac39eafddca11c04b598de4809adeaf4cfa4417019c227cd9217935f6bc18b59b1c6fa6d7444ddc15e9b4427ef20332

diff --git a/net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild 
b/net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
deleted file mode 100644
index c5a2bef1406..000
--- a/net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils pax-utils rpm
-
-DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
-HOMEPAGE="https://www.skype.com/;
-SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm;
-
-LICENSE="Skype-TOS no-source-code"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="pax_kernel"
-
-S="${WORKDIR}"
-QA_PREBUILT=opt/skypeforlinux/skypeforlinux
-RESTRICT="mirror bindist strip" #299368
-
-RDEPEND="dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   gnome-base/libgnome-keyring
-   media-libs/alsa-lib
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   net-print/cups
-   sys-apps/dbus
-   sys-devel/gcc[cxx]
-   sys-libs/glibc
-   virtual/ttf-fonts
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango"
-
-src_unpack() {
-   rpm_src_unpack ${A}
-}
-
-src_prepare() {
-   default
-   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
-   -i usr/bin/skypeforlinux || die
-   sed -e "s!^Exec=.*!Exec=${EPREFIX}/opt/bin/skypeforlinux!" \
-   -e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
-   -i usr/share/applications/skypeforlinux.desktop || die
-}
-
-src_install() {
-   insinto /opt/skypeforlinux/locales
-   doins usr/share/skypeforlinux/locales/*.pak
-
-   insinto 
/opt/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release
-   doins 
usr/share/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node
-
-   insinto /opt/skypeforlinux/resources
-   doins usr/share/skypeforlinux/resources/*.asar
-
-   insinto /opt/skypeforlinux
-   doins usr/share/skypeforlinux/*.pak
-   doins usr/share/skypeforlinux/*.bin
-   doins usr/share/skypeforlinux/*.dat
-   doins usr/share/skypeforlinux/version
-   exeinto /opt/skypeforlinux
-   doexe usr/share/skypeforlinux/*.so
-   doexe 

[gentoo-commits] repo/gentoo:master commit in: virtual/perl-File-Path/

2017-06-04 Thread Tobias Klausmann
commit: cbffc17302401206bd684b2007fc0bd4d410dbb6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:18 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbffc173

virtual/perl-File-Path-2.130.0-r0: add alpha keyword

Gentoo-Bug: 620304

 virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild 
b/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild
index fc2d84c560d..7bb7db7e4bc 100644
--- a/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild
+++ b/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



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

2017-06-04 Thread Tobias Klausmann
commit: 6e0e00fff9f465bd743f1dfc4a42d9c3ed51d076
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:17 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0e00ff

dev-lang/perl-5.24.1-r2: add alpha keyword

Gentoo-Bug: 620304

 dev-lang/perl/perl-5.24.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.24.1-r2.ebuild 
b/dev-lang/perl/perl-5.24.1-r2.ebuild
index f3448f5f6dd..a6707ed295a 100644
--- a/dev-lang/perl/perl-5.24.1-r2.ebuild
+++ b/dev-lang/perl/perl-5.24.1-r2.ebuild
@@ -29,7 +29,7 @@ HOMEPAGE="http://www.perl.org/;
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SHORT_PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="



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

2017-06-04 Thread Tobias Klausmann
commit: c6a38aa57ea694014c7965976008e288eb66a03c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:13 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a38aa5

media-libs/mesa-17.0.6-r0: add alpha keyword

Gentoo-Bug: 620234

 media-libs/mesa/mesa-17.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-17.0.6.ebuild 
b/media-libs/mesa/mesa-17.0.6.ebuild
index 86e95726fe0..d3ce0b4c0bd 100644
--- a/media-libs/mesa/mesa-17.0.6.ebuild
+++ b/media-libs/mesa/mesa-17.0.6.ebuild
@@ -25,7 +25,7 @@ if [[ $PV ==  ]]; then
SRC_URI=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2017-06-04 Thread Tobias Klausmann
commit: e759e32b548a8704dde584669c0fc0b4785b0820
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:14 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e759e32b

x11-base/xorg-server-1.19.3-r0: add alpha keyword

Gentoo-Bug: 620234

 x11-base/xorg-server/xorg-server-1.19.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-1.19.3.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.3.ebuild
index 7f7d900886a..3c4eaed216e 100644
--- a/x11-base/xorg-server/xorg-server-1.19.3.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.3.ebuild
@@ -9,7 +9,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/xserver"
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${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"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
 IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd 
tslib +udev unwind"



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

2017-06-04 Thread Tobias Klausmann
commit: 106d3efe16041a5c96244018b6242cadf4bf013e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:16 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106d3efe

x11-libs/libdrm-2.4.80-r0: add alpha keyword

Gentoo-Bug: 620234

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

diff --git a/x11-libs/libdrm/libdrm-2.4.80.ebuild 
b/x11-libs/libdrm/libdrm-2.4.80.ebuild
index 604ec97f434..127c755e8bd 100644
--- a/x11-libs/libdrm/libdrm-2.4.80.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.80.ebuild
@@ -14,7 +14,7 @@ else
SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2;
 fi
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"
 for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"



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

2017-06-04 Thread Tobias Klausmann
commit: fb34d7d867e98866c4f498385d916215620a0408
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:14 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb34d7d8

x11-drivers/xf86-input-libinput-0.25.1-r0: add alpha keyword

Gentoo-Bug: 620234

 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild
index bea4b8e4c26..934304f7b69 100644
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild
@@ -7,7 +7,7 @@ inherit linux-info xorg-2
 
 DESCRIPTION="X.org input driver based on libinput"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/libinput-1.5.0:0="



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

2017-06-04 Thread Tobias Klausmann
commit: 7e72e307495772f6ec4d627f3cccbbece706ff06
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:17 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e72e307

x11-libs/libxkbcommon-0.7.1-r0: add alpha keyword

Gentoo-Bug: 620234

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

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
index 1097603771d..c4ca2681397 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
@@ -17,7 +17,7 @@ inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
 HOMEPAGE="https://xkbcommon.org/;
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="X doc test"
 
 DEPEND="sys-devel/bison



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

2017-06-04 Thread Tobias Klausmann
commit: 084d46b7747a99a42b5642c5958a7da521f0253f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:12 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084d46b7

media-libs/libepoxy-1.4.2-r0: add alpha keyword

Gentoo-Bug: 620234

 media-libs/libepoxy/libepoxy-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libepoxy/libepoxy-1.4.2.ebuild 
b/media-libs/libepoxy/libepoxy-1.4.2.ebuild
index 980132c9dfc..0f9a9e43e85 100644
--- a/media-libs/libepoxy/libepoxy-1.4.2.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.4.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



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

2017-06-04 Thread Tobias Klausmann
commit: b45e0c080bea11e0fdab89e08ac29c90191496c1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:12 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45e0c08

dev-libs/wayland-1.13.0-r0: add alpha keyword

Gentoo-Bug: 620234

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

diff --git a/dev-libs/wayland/wayland-1.13.0.ebuild 
b/dev-libs/wayland/wayland-1.13.0.ebuild
index bb9b1ab1ced..5da4ef57104 100644
--- a/dev-libs/wayland/wayland-1.13.0.ebuild
+++ b/dev-libs/wayland/wayland-1.13.0.ebuild
@@ -18,7 +18,7 @@ if [[ $PV = * ]]; then
SRC_URI=""
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
+   KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 fi
 
 LICENSE="MIT"



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

2017-06-04 Thread Tobias Klausmann
commit: 0ac4f1934684549973d2b83a69b146ed93248536
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac4f193

dev-libs/libpthread-stubs-0.4-r0: add alpha keyword

Gentoo-Bug: 620234

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
index 37a2d46c223..b17412b5ef3 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2017-06-04 Thread Tobias Klausmann
commit: 3ef00059df65285fe36d4d6410ccb89b4f3fb2e3
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:16 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef00059

x11-libs/libXpresent-1.0.0-r0: add alpha keyword

Gentoo-Bug: 620234

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

diff --git a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild 
b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
index 3fa8bce7d3b..0d5d23abc68 100644
--- a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
+++ b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X Present Extension C Library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/

2017-06-04 Thread Tobias Klausmann
commit: ce846aac374f8b05e5210d039a785e63644b6310
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:15 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce846aac

x11-drivers/xf86-video-ati-7.9.0-r0: add alpha keyword

Gentoo-Bug: 620234

 x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
index 1a7ec2d9208..402ac0dff77 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/;
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]



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

2017-06-04 Thread Tobias Klausmann
commit: 19c3b42e036d3fbe74e02a132645d2ee2e931ea6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:19 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c3b42e

app-arch/bzip2-1.0.6-r8: add alpha keyword

Gentoo-Bug: 620466

 app-arch/bzip2/bzip2-1.0.6-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild 
b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
index cbeb5e837eb..b66502f0c42 100644
--- a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz;
 
 LICENSE="BZIP2"
 SLOT="0"
-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="static static-libs"
 
 PATCHES=(



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

2017-06-04 Thread Tobias Klausmann
commit: dd5f9361cf0d7fc4eeec4b309aa055f50036ecc9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:20 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5f9361

app-admin/logrotate-3.12.2-r0: add alpha keyword

Gentoo-Bug: 620522

 app-admin/logrotate/logrotate-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logrotate/logrotate-3.12.2.ebuild 
b/app-admin/logrotate/logrotate-3.12.2.ebuild
index 930ab1dc2ca..b73823ba852 100644
--- a/app-admin/logrotate/logrotate-3.12.2.ebuild
+++ b/app-admin/logrotate/logrotate-3.12.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> $
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acl +cron selinux"
 
 CDEPEND="



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

2017-06-04 Thread Tobias Klausmann
commit: 8a3f76d29244545add820c1605dce1a0f32dec91
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:21 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3f76d2

dev-python/pip-9.0.1-r1: add alpha keyword

Gentoo-Bug: 620762

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

diff --git a/dev-python/pip/pip-9.0.1-r1.ebuild 
b/dev-python/pip/pip-9.0.1-r1.ebuild
index aa9ef3e8455..29526cd1fb6 100644
--- a/dev-python/pip/pip-9.0.1-r1.ebuild
+++ b/dev-python/pip/pip-9.0.1-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pip.pypa.io/ 
https://pypi.python.org/pypi/pip/ https://github.
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 SLOT="0"
 
 # Check pip/_vendor/vendor.txt for this



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

2017-06-04 Thread Tobias Klausmann
commit: 6fef50e44a6ee9e17cac321487aaf517fa3815e2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:10 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fef50e4

dev-libs/libevdev-1.5.7-r0: add alpha keyword

Gentoo-Bug: 620234

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

diff --git a/dev-libs/libevdev/libevdev-1.5.7.ebuild 
b/dev-libs/libevdev/libevdev-1.5.7.ebuild
index ccec4ef8703..b7441c5584d 100644
--- a/dev-libs/libevdev/libevdev-1.5.7.ebuild
+++ b/dev-libs/libevdev/libevdev-1.5.7.ebuild
@@ -18,7 +18,7 @@ else
 fi
 
 RESTRICT="test" # Tests need to run as root.
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/

2017-06-04 Thread Tobias Klausmann
commit: 5028c5f31f06f7994139229c459ebd64295132ad
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:19 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5028c5f3

media-radio/unixcw-3.5.1-r0: add alpha keyword

Gentoo-Bug: 620336

 media-radio/unixcw/unixcw-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/unixcw/unixcw-3.5.1.ebuild 
b/media-radio/unixcw/unixcw-3.5.1.ebuild
index 69d6b1119b9..a77d32a4348 100644
--- a/media-radio/unixcw/unixcw-3.5.1.ebuild
+++ b/media-radio/unixcw/unixcw-3.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86"
+KEYWORDS="alpha amd64 ~ppc x86"
 IUSE="alsa ncurses pulseaudio suid qt5"
 
 RDEPEND="ncurses? ( sys-libs/ncurses:= )



[gentoo-commits] repo/gentoo:master commit in: perl-core/File-Path/

2017-06-04 Thread Tobias Klausmann
commit: 37e3ec3b83470ec3c600c3443018381a3aa9c43d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:18 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e3ec3b

perl-core/File-Path-2.130.0-r0: add alpha keyword

Gentoo-Bug: 620304

 perl-core/File-Path/File-Path-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/File-Path/File-Path-2.130.0.ebuild 
b/perl-core/File-Path/File-Path-2.130.0.ebuild
index 031f8b442fe..81c1969a8d8 100644
--- a/perl-core/File-Path/File-Path-2.130.0.ebuild
+++ b/perl-core/File-Path/File-Path-2.130.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="File path and name utilities"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/

2017-06-04 Thread Tobias Klausmann
commit: 1fbc94c1d3851ee5ed76f29395d5af4a1d836023
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:13 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbc94c1

x11-apps/xkbcomp-1.4.0-r0: add alpha keyword

Gentoo-Bug: 620234

 x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
index 3e816df294e..5bf712dc0c9 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"



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

2017-06-04 Thread Tobias Klausmann
commit: 3184d24053449b89cfac6424f8f70b8c6c95
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3184d240

dev-libs/libinput-1.7.2-r0: add alpha keyword

Gentoo-Bug: 620234

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

diff --git a/dev-libs/libinput/libinput-1.7.2.ebuild 
b/dev-libs/libinput/libinput-1.7.2.ebuild
index 056409f5fb6..d23406c2448 100644
--- a/dev-libs/libinput/libinput-1.7.2.ebuild
+++ b/dev-libs/libinput/libinput-1.7.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/10"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE="input_devices_wacom test"
 # Tests require write access to udev rules directory which is a no-no for live 
system.
 # Other tests are just about logs, exported symbols and autotest of the test 
library.



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

2017-06-04 Thread Tobias Klausmann
commit: 102f5da289590fbb291c0f79972f4451676c2e24
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:09 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102f5da2

media-fonts/unifont-9.0.06-r0: add alpha keyword

Gentoo-Bug: 620192

 media-fonts/unifont/unifont-9.0.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/unifont/unifont-9.0.06.ebuild 
b/media-fonts/unifont/unifont-9.0.06.ebuild
index 2530f6b540d..d2068993017 100644
--- a/media-fonts/unifont/unifont-9.0.06.ebuild
+++ b/media-fonts/unifont/unifont-9.0.06.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="fontforge utils"
 
 DEPEND="



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

2017-06-04 Thread Tobias Klausmann
commit: ba7243d78835697d48e94d436a49fbdcc6f57bfc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:08 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7243d7

dev-python/pytz-2017.2-r0: add alpha keyword

Gentoo-Bug: 620022

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

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



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

2017-06-04 Thread Tobias Klausmann
commit: fc2260acfe1e0130226c7bf61886030ec798a4fb
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:09 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2260ac

dev-util/strace-4.16-r0: add alpha keyword

Gentoo-Bug: 620086

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

diff --git a/dev-util/strace/strace-4.16.ebuild 
b/dev-util/strace/strace-4.16.ebuild
index 504eb9acbda..74b709da3f1 100644
--- a/dev-util/strace/strace-4.16.ebuild
+++ b/dev-util/strace/strace-4.16.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2 autotools
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   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"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2017-06-04 Thread Tobias Klausmann
commit: 281a32e487c75663f007d63b5fef5f587d0ce721
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:09 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281a32e4

app-misc/tmux-2.3-r1: add alpha keyword

Gentoo-Bug: 620076

 app-misc/tmux/tmux-2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmux/tmux-2.3-r1.ebuild b/app-misc/tmux/tmux-2.3-r1.ebuild
index 8ec2f28ce7d..8f4589f1670 100644
--- a/app-misc/tmux/tmux-2.3-r1.ebuild
+++ b/app-misc/tmux/tmux-2.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/opal/

2017-06-04 Thread Tobias Klausmann
commit: 712eb82a56b9cef563d8d99f23cbc33e78737437
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:08 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712eb82a

net-libs/opal-3.10.11-r1: add alpha keyword

Gentoo-Bug: 620004

 net-libs/opal/opal-3.10.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/opal/opal-3.10.11-r1.ebuild 
b/net-libs/opal/opal-3.10.11-r1.ebuild
index c1cd0de8ddb..0fc6d24a2b7 100644
--- a/net-libs/opal/opal-3.10.11-r1.ebuild
+++ b/net-libs/opal/opal-3.10.11-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2
 
 LICENSE="MPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
 ipv6 ivr java ldap libav lid +plugins sbc +sip +sipim +sound srtp ssl 
static-libs
 stats swig theora +video vpb vxml +wav x264 x264-static +xml"



[gentoo-commits] repo/gentoo:master commit in: net-misc/srf-ip-conn-srv/, net-misc/srf-ip-conn-srv/files/

2017-06-04 Thread Richard Farina
commit: e4c107e78a3730aa1d9bee740c58c9075941abfe
Author: Zero_Chaos  gentoo  org>
AuthorDate: Sun Jun  4 18:53:24 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Sun Jun  4 18:53:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c107e7

net-misc/srf-ip-conn-srv: initial ebuild, won't bind to port for me, bug open 
upstream, help welcome

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/srf-ip-conn-srv/Manifest  |  2 +
 net-misc/srf-ip-conn-srv/files/srf-ip-conn-srv |  6 +++
 net-misc/srf-ip-conn-srv/metadata.xml  | 10 
 .../srf-ip-conn-srv/srf-ip-conn-srv-.ebuild| 58 ++
 net-misc/srf-ip-conn-srv/srf-ip-conn-srv.pid   |  1 +
 5 files changed, 77 insertions(+)

diff --git a/net-misc/srf-ip-conn-srv/Manifest 
b/net-misc/srf-ip-conn-srv/Manifest
new file mode 100644
index 000..6755e9ba8fc
--- /dev/null
+++ b/net-misc/srf-ip-conn-srv/Manifest
@@ -0,0 +1,2 @@
+DIST jsmn-35086597a72d.tar.gz 11056 SHA256 
9cf211b926e5fa288cb40037823d70f9c3e61cb696cf35fc15e29e8f48307376 SHA512 
0cec27867f3ffd39ae1040e5236b7710a0e1b31fd184da6b56aed3995379da64907dc00aa01692f244ed5ea59ec995d62bacfd3a130bd1dd59724405f24560bd
 WHIRLPOOL 
7dc2d6ec236f8377cc48539b3a7df774d51322827d1ee50e8548dd7cf540933912e7747f88ab1e12ff02131205ea4efe80c8709b04284d0397a0a6f3e667193a
+DIST srf-ip-conn-140c9b8a8619.tar.gz 112882 SHA256 
e46f16afa0454fa4ed094666e4bed606f9b910bbc18c9c93087efb9ed95b2c5f SHA512 
6f6e6fbc1b3d17fb36ef48c530756d2c4b2bee0a0e9016355ca57ac7124ca2b18c845110d40818673b200a3700b92f6b40664d157a158979705146aad579186b
 WHIRLPOOL 
0b03c01fac2f12a8217386e534fab7de5e473a26b50cd329eaa64a8a2b5225b4b46ffc5b275f2ad2dc89b27e2026b1bfd3eebc85d242433519aa7a41dd0c9cef

diff --git a/net-misc/srf-ip-conn-srv/files/srf-ip-conn-srv 
b/net-misc/srf-ip-conn-srv/files/srf-ip-conn-srv
new file mode 100644
index 000..4bc3f9d30f3
--- /dev/null
+++ b/net-misc/srf-ip-conn-srv/files/srf-ip-conn-srv
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [[ "$*" == *-c* ]]; then
+  /usr/bin/srf-ip-conn-srv-target "$@"
+else
+  /usr/bin/srf-ip-conn-srv-target -c /etc/srf-ip-conn-srv/config.json "$@"
+fi

diff --git a/net-misc/srf-ip-conn-srv/metadata.xml 
b/net-misc/srf-ip-conn-srv/metadata.xml
new file mode 100644
index 000..01afb12df84
--- /dev/null
+++ b/net-misc/srf-ip-conn-srv/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ra...@gentoo.org
+   Radio
+   
+   
+   
+

diff --git a/net-misc/srf-ip-conn-srv/srf-ip-conn-srv-.ebuild 
b/net-misc/srf-ip-conn-srv/srf-ip-conn-srv-.ebuild
new file mode 100644
index 000..f92e83711ca
--- /dev/null
+++ b/net-misc/srf-ip-conn-srv/srf-ip-conn-srv-.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vcs-snapshot git-r3 cmake-utils
+
+DESCRIPTION="SharkRF IP Connector Protocol server"
+HOMEPAGE="https://github.com/sharkrf/srf-ip-conn-srv;
+srfipcon="srf-ip-conn-140c9b8a8619"
+jsmn="jsmn-35086597a72d"
+SRC_URI="https://github.com/sharkrf/srf-ip-conn/archive/140c9b8a86193b8f345c9e113691113310859ff8.tar.gz
 -> ${srfipcon}.tar.gz
+   
https://github.com/zserge/jsmn/archive/35086597a72d94d8393e6a90b96e553d714085bd.tar.gz
 -> ${jsmn}.tar.gz"
+EGIT_REPO_URI="https://github.com/sharkrf/srf-ip-conn-srv.git;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}/build"
+
+CMAKE_IN_SOURCE_BUILD=true
+
+src_unpack() {
+   vcs-snapshot_src_unpack ${A}
+   git-r3_src_unpack
+}
+
+src_prepare() {
+   #set needed paths
+   sed -i "s#\$ENV{JSMN_PATH}#${WORKDIR}/${jsmn}#" CMakeLists.txt
+   sed -i "s#\$ENV{SRF_IP_CONN_PATH}#${WORKDIR}/${srfipcon}#" 
CMakeLists.txt
+
+   #set cflags/ldflags
+   sed -i "s#-O4#${CFLAGS}#" CMakeLists.txt
+   sed -i "s#CMAKE_EXE_LINKER_FLAGS_RELEASE 
\"\"#CMAKE_EXE_LINKER_FLAGS_RELEASE \"${LDFLAGS}\"#" CMakeLists.txt
+
+   #be in a sane directory for eapply_user
+   cd "${WORKDIR}/${P}"
+   eapply_user
+}
+
+src_install() {
+   #add a default banned list to edit
+   sed -i 's#"banlist-file": 
""#"banlist-file":"/etc/srf-ip-conn-srv/banlist.json"#' 
"${WORKDIR}/${P}/config-example.json"
+   echo "{}" > "${ED}/etc/srf-ip-conn-srv/banlist.json"
+
+   insinto /etc/srf-ip-conn-srv
+   doins "${WORKDIR}/${P}/banlist-example.json"
+   newins "${WORKDIR}/${P}/config-example.json" config.json
+   newbin Release/srf-ip-conn-srv srf-ip-conn-srv-target
+
+   dobin "${FILESDIR}/srf-ip-conn-srv"
+}

diff --git a/net-misc/srf-ip-conn-srv/srf-ip-conn-srv.pid 
b/net-misc/srf-ip-conn-srv/srf-ip-conn-srv.pid
new file mode 100644
index 000..e9fe9b5ac5a
--- /dev/null
+++ b/net-misc/srf-ip-conn-srv/srf-ip-conn-srv.pid
@@ -0,0 +1 @@
+22258



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

2017-06-04 Thread Sergei Trofimovich
commit: 59be3223c1f81d3b75bd4ebc85aa7e8586f4591f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 18:49:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 18:49:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59be3223

sys-apps/openrc: ia64 stable, bug #615368

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/openrc/openrc-0.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/openrc/openrc-0.24.2.ebuild 
b/sys-apps/openrc/openrc-0.24.2.ebuild
index cf6f38d149a..55c4afe5d9b 100644
--- a/sys-apps/openrc/openrc-0.24.2.ebuild
+++ b/sys-apps/openrc/openrc-0.24.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
 fi
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/

2017-06-04 Thread Andreas Sturmlechner
commit: 4f029f1983719a67024bf6be5d5f6f94a93fc742
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 18:44:30 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 18:46:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f029f19

net-libs/libktorrent: Fix HOMEPAGE

Gentoo-bug: 620834

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-libs/libktorrent/libktorrent-1.3.1.ebuild | 2 +-
 net-libs/libktorrent/libktorrent-2.0.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild 
b/net-libs/libktorrent/libktorrent-1.3.1.ebuild
index bd19ea9e749..de8e79e6dbb 100644
--- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild
+++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild
@@ -27,7 +27,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="A BitTorrent library based on KDE Platform"
-HOMEPAGE="http://ktorrent.pwsp.net/;
+HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/;
 
 LICENSE="GPL-2"
 SLOT="4"

diff --git a/net-libs/libktorrent/libktorrent-2.0.1.ebuild 
b/net-libs/libktorrent/libktorrent-2.0.1.ebuild
index 74cc60a421c..1abac768ce6 100644
--- a/net-libs/libktorrent/libktorrent-2.0.1.ebuild
+++ b/net-libs/libktorrent/libktorrent-2.0.1.ebuild
@@ -21,7 +21,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="BitTorrent library based on KDE Frameworks"
-HOMEPAGE="http://ktorrent.pwsp.net/;
+HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/;
 
 LICENSE="GPL-2+"
 IUSE=""



[gentoo-commits] proj/kde:master commit in: net-libs/libktorrent/

2017-06-04 Thread Andreas Sturmlechner
commit: 7fa20b22d30ed8d8a57c740dd982ab0360eb2664
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 18:44:59 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 18:44:59 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7fa20b22

net-libs/libktorrent: Fix HOMEPAGE

Gentoo-bug: 620834

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/net-libs/libktorrent/libktorrent-.ebuild 
b/net-libs/libktorrent/libktorrent-.ebuild
index 6882fd6117..6a5bc65b37 100644
--- a/net-libs/libktorrent/libktorrent-.ebuild
+++ b/net-libs/libktorrent/libktorrent-.ebuild
@@ -21,7 +21,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="BitTorrent library based on KDE Frameworks"
-HOMEPAGE="http://ktorrent.pwsp.net/;
+HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/;
 
 LICENSE="GPL-2+"
 IUSE=""



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

2017-06-04 Thread Andreas Sturmlechner
commit: c03ea27a379f8f578f9d5277281eee435c447f47
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 18:46:07 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 18:46:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03ea27a

net-p2p/ktorrent: Fix HOMEPAGE

Thanks-to: Coacher 
Gentoo-bug: 620834

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-p2p/ktorrent/ktorrent-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-5.0.1.ebuild 
b/net-p2p/ktorrent/ktorrent-5.0.1.ebuild
index 92aafee7d77..82958c58e5c 100644
--- a/net-p2p/ktorrent/ktorrent-5.0.1.ebuild
+++ b/net-p2p/ktorrent/ktorrent-5.0.1.ebuild
@@ -26,7 +26,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
-HOMEPAGE="http://ktorrent.pwsp.net/;
+HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/;
 
 LICENSE="GPL-2"
 IUSE="+bwscheduler +downloadorder +infowidget +logviewer



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_kerb/, www-apache/mod_auth_kerb/files/

2017-06-04 Thread Pacho Ramos
commit: 021b4128fab449a793151ee229d692b10ec248bf
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun  4 18:30:07 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun  4 18:31:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021b4128

www-apache/mod_auth_kerb: Fix building with heimdal (#327445)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch | 10 ++
 www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild   |  3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch 
b/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch
new file mode 100644
index 000..a5d3d4ba62c
--- /dev/null
+++ b/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch
@@ -0,0 +1,10 @@
+--- mod_auth_kerb-5.4/src/mod_auth_kerb.c  2010-10-04 16:21:22.169285716 
+0200
 mod_auth_kerb-5.4.new/src/mod_auth_kerb.c  2010-10-04 16:20:41.584250095 
+0200
+@@ -89,6 +89,7 @@
+ #include 
+ #ifdef HEIMDAL
+ #  include 
++#  include 
+ #else
+ #  include 
+ #  include 

diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild 
b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
index 1b067a4769a..1d1b560367c 100644
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
+++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,6 +32,7 @@ PATCHES=(
"${FILESDIR}"/${P}-cachedir.patch
"${FILESDIR}"/${P}-longuser.patch
"${FILESDIR}"/${P}-handle-continue.patch
+   "${FILESDIR}"/${P}-heimdal.patch
 )
 
 src_prepare() {



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

2017-06-04 Thread Justin Lecher
commit: ae67fdd12c0b52ad60ecc5321bca7c2b3c5e23a3
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 18:30:26 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 18:30:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae67fdd1

net-im/gajim: Version Bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=608290
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 net-im/gajim/Manifest|   1 +
 net-im/gajim/gajim-0.16.8.ebuild | 119 +++
 2 files changed, 120 insertions(+)

diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
index cfacdd4ba28..67a217d2561 100644
--- a/net-im/gajim/Manifest
+++ b/net-im/gajim/Manifest
@@ -1 +1,2 @@
 DIST gajim-0.16.6.tar.bz2 4564505 SHA256 
1357ed178ce497d28fc2d48960b999821e1370f42ffaa4669c1cb803fce778dc SHA512 
6c8c2a38429468a1e6f02aae730ff947c649960e8cc672457c1e1733ab2dad6534b1e5ac2e1c0c385e331a6ba817c6e67c1a27443632b9fd43e7ab76ad66c935
 WHIRLPOOL 
c0b3bdd60405123e1d0d004eac1a606dcbf485a8adf500f2c97ede45ebaf727f0c6c29d91066a7172ac459d473d1dc7703537950d8bfd31f1dbac857b734f4cf
+DIST gajim-0.16.8.tar.bz2 4465521 SHA256 
46d4887857455b6e104d0478735edb51569bfa384578ffb4f4da81f1649b6a32 SHA512 
702917f5b81a5009177ad305a65398c3f8fc95e4666dbfb33ef569a7c2a494a8ea7c48133a1f8000337381b29fc63b917103e05f64686affaaedb8aa155ac0e0
 WHIRLPOOL 
b2bc7e5a31f6b44fcb84316e0f084b950dca171ab8f73ae30b1adb5d01f502a809a6f7a18375e9ea75b8e864e7a6c86e5ec1564a5884b9e7f274a529d1247455

diff --git a/net-im/gajim/gajim-0.16.8.ebuild b/net-im/gajim/gajim-0.16.8.ebuild
new file mode 100644
index 000..ef7a2fe9d3d
--- /dev/null
+++ b/net-im/gajim/gajim-0.16.8.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite,xml"
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils python-r1 versionator
+
+MY_PV=${PV/_/-}
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Jabber client written in PyGTK"
+HOMEPAGE="http://www.gajim.org/;
+SRC_URI="
+   http://www.gajim.org/downloads/$(get_version_component_range 
1-2)/${MY_P}.tar.bz2"
+#  test? ( https://dev.gentoo.org/~jlec/distfiles/${PN}-tests-${PV}.tar.xz 
)"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager 
nls spell +srv test X xhtml zeroconf"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   libnotify? ( dbus )
+   gnome? ( gnome-keyring )
+   zeroconf? ( dbus )"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   dev-python/pygtk:2[${PYTHON_USEDEP}]
+   x11-libs/gtk+:2"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40.1
+   virtual/pkgconfig
+   >=sys-devel/gettext-0.17-r1"
+RDEPEND="${COMMON_DEPEND}
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+   >=dev-python/python-nbxmpp-0.5.6[${PYTHON_USEDEP}]
+   crypt? (
+   app-crypt/gnupg
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+   )
+   dbus? (
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-libs/dbus-glib
+   libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
+   zeroconf? ( net-dns/avahi[dbus,gtk,python,${PYTHON_USEDEP}] )
+   )
+   gnome? (
+   dev-python/libgnome-python[${PYTHON_USEDEP}]
+   dev-python/egg-python[${PYTHON_USEDEP}]
+   )
+   gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] )
+   idle? ( x11-libs/libXScrnSaver )
+   jingle? ( net-libs/farstream:0.1[python,${PYTHON_USEDEP}] )
+   kde? ( kde-apps/kwalletmanager )
+   networkmanager? (
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   net-misc/networkmanager
+   )
+   spell? ( app-text/gtkspell:2 )
+   srv? (
+   || (
+   dev-python/libasyncns-python[${PYTHON_USEDEP}]
+   net-dns/bind-tools
+   )
+   )
+   xhtml? ( dev-python/docutils[${PYTHON_USEDEP}] )"
+
+RESTRICT="test"
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+   autotools-utils_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   configuration() {
+   local myeconfargs=(
+   $(use_enable nls)
+   $(use_with X x)
+   --docdir="/usr/share/doc/${PF}"
+   --libdir="$(python_get_sitedir)"
+   --enable-site-packages
+   )
+   run_in_build_dir autotools-utils_src_configure
+   }
+   python_foreach_impl configuration
+}
+
+src_compile() {
+   compilation() {
+   run_in_build_dir 

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

2017-06-04 Thread Justin Lecher
commit: 79a586f9b576b770097e6299878c2f7efe76dbcb
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 18:29:36 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 18:30:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a586f9

dev-python/python-nbxmpp: Version Bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=608290
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/python-nbxmpp/Manifest   |  1 +
 dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/python-nbxmpp/Manifest 
b/dev-python/python-nbxmpp/Manifest
index aa486021368..8eeef552213 100644
--- a/dev-python/python-nbxmpp/Manifest
+++ b/dev-python/python-nbxmpp/Manifest
@@ -1 +1,2 @@
 DIST python-nbxmpp-0.5.3.tar.gz 1514066 SHA256 
b79a6b25a2ed7ac792600544778238b27cf6eef6c8eab79b0bfa46df0c3a9935 SHA512 
a55ce4c05683d46c12cf085c5436ba544044f0ab71ad7c87dbb25cba02c28109089131b617ff51191d294efe50e80171dd2305ead4052bec921b0ad5ad920e20
 WHIRLPOOL 
96d078df5972dde5704dac9fcac31c9ae734c06583c381f5d18d43fca26ae790cebc114991e07b916be35a5dcb24d9ccaad9fe69f22b9bd16099d5d248aea487
+DIST python-nbxmpp-0.5.6.tar.gz 1330311 SHA256 
061f3dcc25f80a1033864d47f6b0efe5bfdc32eafbea79a407943f5beadf552c SHA512 
1ae90dc6d7117e8fae837975dbc4b84a848caef451c8ef99fb106148a12e29429255d0595c0eee26cb185d01e42a84ddb7636f41d4ee259fedf26cf0d956a43c
 WHIRLPOOL 
e0cb0d5766a26d7dcb034f6f6181772aa333604a7e8fa96884b62a232b6a5e7cf28d99f36362692040309d6ba9d7ec466113ef72c0d23927d8de0368612981fa

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild
new file mode 100644
index 000..d46f49ff630
--- /dev/null
+++ b/dev-python/python-nbxmpp/python-nbxmpp-0.5.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="http://python-nbxmpp.gajim.org/;
+SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/repository/archive.tar.gz?ref=nbxmpp-${PV}
 -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""



[gentoo-commits] proj/betagarden:master commit in: media-gfx/u3d/

2017-06-04 Thread Justin Lecher
commit: 8a0525e05e3ea27a3e2d5a84f321a67645911199
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 18:17:26 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 18:17:26 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=8a0525e0

media-gfx/u3d: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 media-gfx/u3d/u3d-1.4.4.ebuild | 28 ++--
 1 file changed, 18 insertions(+), 10 deletions(-)

diff --git a/media-gfx/u3d/u3d-1.4.4.ebuild b/media-gfx/u3d/u3d-1.4.4.ebuild
index a16cb3a..fa83a53 100644
--- a/media-gfx/u3d/u3d-1.4.4.ebuild
+++ b/media-gfx/u3d/u3d-1.4.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit base cmake-utils multilib
+inherit cmake-utils
 
 DESCRIPTION="Port of Intel's U3D library to gnu build tools"
 HOMEPAGE="http://u3d.sourceforge.net/;
@@ -15,22 +15,30 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
-   sys-libs/zlib
-   virtual/jpeg
-   media-libs/libpng
-   "
+   media-libs/libpng:0=
+   sys-libs/zlib
+   virtual/jpeg:0=
+"
 RDEPEND="${DEPEND}"
 
-MYCMAKEARGS="-DU3D_SHARED=ON -DBUILD_SHARED_LIBS=ON"
-
 src_prepare() {
sed \
+   -e "s:LIB_DESTINATION lib:LIB_DESTINATION $(get_libdir):g" \
-e "s:LIB_DESTINATION u3d:LIB_DESTINATION $(get_libdir):g" \
+   -e "s:PLUGIN_DESTINATION lib:PLUGIN_DESTINATION 
$(get_libdir):g" \
-e "s:PLUGIN_DESTINATION u3d:PLUGIN_DESTINATION 
$(get_libdir):g" \
-e "s:BIN_DESTINATION u3d:BIN_DESTINATION bin:g" \
-e "s:INCLUDE_DESTINATION u3d/include:INCLUDE_DESTINATION 
include:g" \
-e "s:SAMPLE_DESTINATION u3d/samples:SAMPLE_DESTINATION 
share/${PN}/samples:g" \
-e "s:DOC_DESTINATION u3d/docs:DOC_DESTINATION 
share/docs/${P}:g" \
-i CMakeLists.txt
-   base_src_prepare
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DU3D_SHARED=ON
+   -DBUILD_SHARED_LIBS=ON
+   )
+   cmake-utils_src_configure
 }



[gentoo-commits] proj/betagarden:master commit in: media-sound/lmms/

2017-06-04 Thread Justin Lecher
commit: ba8c903d19b8c9f588df8be051886cd85b228a72
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 16:37:57 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 16:37:57 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=ba8c903d

media-sound/lmms: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 media-sound/lmms/lmms-.ebuild | 47 ++-
 1 file changed, 26 insertions(+), 21 deletions(-)

diff --git a/media-sound/lmms/lmms-.ebuild 
b/media-sound/lmms/lmms-.ebuild
index 48d0d5e..7f1967f 100644
--- a/media-sound/lmms/lmms-.ebuild
+++ b/media-sound/lmms/lmms-.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit eutils cmake-utils git-2
+inherit eutils cmake-utils git-r3
 
-DESCRIPTION="Free alternative to popular programs such as Fruityloops, Cubase 
and Logic"
+DESCRIPTION="Free alternative for Fruityloops, Cubase and Logic"
 HOMEPAGE="http://lmms.sourceforge.net/;
 EGIT_REPO_URI="git://lmms.git.sf.net/gitroot/${PN}/${PN}"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS=""
-
 IUSE="alsa debug fftw fluidsynth jack ogg portaudio pulseaudio sdl stk vst"
 
-RDEPEND="dev-qt/qtcore:4
+RDEPEND="
+   dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility]
>=media-libs/libsndfile-1.0.11
>=media-libs/libsamplerate-0.1.7
@@ -23,13 +23,17 @@ RDEPEND="dev-qt/qtcore:4
alsa? ( media-libs/alsa-lib )
fftw? ( sci-libs/fftw:3.0 >=x11-libs/fltk-1.3.0_rc3:1 )
jack? ( >=media-sound/jack-audio-connection-kit-0.99.0 )
-   ogg? ( media-libs/libvorbis
-   media-libs/libogg )
+   ogg? (
+   media-libs/libvorbis
+   media-libs/libogg
+   )
fluidsynth? ( media-sound/fluidsynth )
portaudio? ( >=media-libs/portaudio-19_pre )
pulseaudio? ( media-sound/pulseaudio )
-   sdl? ( media-libs/libsdl
-   >=media-libs/sdl-sound-1.0.1 )
+   sdl? (
+   media-libs/libsdl
+   >=media-libs/sdl-sound-1.0.1
+   )
stk? ( media-libs/stk )
vst? ( app-emulation/wine )"
 DEPEND="${RDEPEND}
@@ -45,22 +49,23 @@ DOCS="README AUTHORS TODO"
 PATCHES=( "${FILESDIR}/${PN}-0.4.10-unembedfltk.patch" )
 
 src_configure() {
-   mycmakeargs="${mycmakeargs}
+   local mycmakeargs=(
-DWANT_SYSTEM_SR=TRUE
-DWANT_CAPS=FALSE
-DWANT_TAP=FALSE
-DWANT_SWH=FALSE
-DWANT_CMT=FALSE
-DWANT_CALF=TRUE
-   $(cmake-utils_use_want alsa ALSA)
-   $(cmake-utils_use_want fftw FFTW3F)
-   $(cmake-utils_use_want jack JACK)
-   $(cmake-utils_use_want ogg OGGVORBIS)
-   $(cmake-utils_use_want portaudio PORTAUDIO)
-   $(cmake-utils_use_want pulseaudio PULSEAUDIO)
-   $(cmake-utils_use_want sdl SDL)
-   $(cmake-utils_use_want stk STK)
-   $(cmake-utils_use_want vst VST)
-   $(cmake-utils_use_want fluidsynth SF2)"
+   -DWANT_ALSA=$(usex alsa)
+   -DWANT_FFTW3F=$(usex fftw)
+   -DWANT_JACK=$(usex jack)
+   -DWANT_OGGVORBIS=$(usex ogg)
+   -DWANT_PORTAUDIO=$(usex portaudio)
+   -DWANT_PULSEAUDIO=$(usex pulseaudio)
+   -DWANT_SDL=$(usex sdl)
+   -DWANT_STK=$(usex stk)
+   -DWANT_VST=$(usex vst)
+   -DWANT_SF2=$(usex fluidsynth)
+   )
cmake-utils_src_configure
 }



[gentoo-commits] proj/betagarden:master commit in: x11-themes/murrinastormcloud/

2017-06-04 Thread Justin Lecher
commit: 55f839a0953ebee1f446f4fca0b5432f5c5f6794
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:11:33 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:11:33 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=55f839a0

x11-themes/murrinastormcloud: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild 
b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
index 6661653..f9d94e2 100644
--- a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
+++ b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Theme for Murrine GTK+ 2.x engine known from Xubuntu"
 
HOMEPAGE="http://xfce-look.org/content/show.php/MurrinaStormCloud?content=61418;
 
SRC_URI="http://xfce-look.org/CONTENT/content-files/61418-MurrinaStormCloud-0.3.tar.gz;
@@ -14,5 +16,5 @@ S="${WORKDIR}/"
 
 src_install() {
insinto /usr/share/themes
-   doins -r * || die "doins failed"
+   doins -r *
 }



[gentoo-commits] proj/betagarden:master commit in: dev-util/apg/

2017-06-04 Thread Justin Lecher
commit: 3550809415768247b31ee69880baf9d8429b057f
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 17:09:29 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 17:09:29 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=35508094

dev-util/apg: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-util/apg/apg-6.0.ebuild | 12 ++--
 dev-util/apg/apg-6.1.ebuild | 12 ++--
 dev-util/apg/apg-6.3.ebuild | 12 ++--
 3 files changed, 6 insertions(+), 30 deletions(-)

diff --git a/dev-util/apg/apg-6.0.ebuild b/dev-util/apg/apg-6.0.ebuild
index 2f3e8e8..950332d 100644
--- a/dev-util/apg/apg-6.0.ebuild
+++ b/dev-util/apg/apg-6.0.ebuild
@@ -1,12 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit base
+EAPI=6
 
 DESCRIPTION="ABNF Parser Generator"
-
 HOMEPAGE="http://www.coasttocoastresearch.com/;
 SRC_URI="http://www.coasttocoastresearch.com/${P}/${P}.tar.bz2;
 
@@ -17,8 +14,3 @@ IUSE=""
 
 RDEPEND="!app-admin/apg"
 DEPEND=""
-
-src_install() {
-base_src_install
-dodoc README || die "dodoc failed"
-}

diff --git a/dev-util/apg/apg-6.1.ebuild b/dev-util/apg/apg-6.1.ebuild
index 2642a6e..1dcf708 100644
--- a/dev-util/apg/apg-6.1.ebuild
+++ b/dev-util/apg/apg-6.1.ebuild
@@ -1,12 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit base
+EAPI=6
 
 DESCRIPTION="ABNF Parser Generator"
-
 HOMEPAGE="http://www.coasttocoastresearch.com/;
 SRC_URI="http://www.coasttocoastresearch.com/doc${PV/./}/${P}.tar.bz2;
 
@@ -17,8 +14,3 @@ IUSE=""
 
 RDEPEND="!app-admin/apg"
 DEPEND=""
-
-src_install() {
-base_src_install
-dodoc README || die "dodoc failed"
-}

diff --git a/dev-util/apg/apg-6.3.ebuild b/dev-util/apg/apg-6.3.ebuild
index 2642a6e..1dcf708 100644
--- a/dev-util/apg/apg-6.3.ebuild
+++ b/dev-util/apg/apg-6.3.ebuild
@@ -1,12 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit base
+EAPI=6
 
 DESCRIPTION="ABNF Parser Generator"
-
 HOMEPAGE="http://www.coasttocoastresearch.com/;
 SRC_URI="http://www.coasttocoastresearch.com/doc${PV/./}/${P}.tar.bz2;
 
@@ -17,8 +14,3 @@ IUSE=""
 
 RDEPEND="!app-admin/apg"
 DEPEND=""
-
-src_install() {
-base_src_install
-dodoc README || die "dodoc failed"
-}



[gentoo-commits] proj/betagarden:master commit in: x11-misc/xsw/

2017-06-04 Thread Justin Lecher
commit: 5c12b3e01034982d89fe210e29b5d34e5aa81495
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 18:17:54 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 18:17:54 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=5c12b3e0

x11-misc/xsw: Bump to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 x11-misc/xsw/xsw-0.3.5.ebuild | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/x11-misc/xsw/xsw-0.3.5.ebuild b/x11-misc/xsw/xsw-0.3.5.ebuild
index b8c6c5e..457616e 100644
--- a/x11-misc/xsw/xsw-0.3.5.ebuild
+++ b/x11-misc/xsw/xsw-0.3.5.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit base autotools
+inherit autotools
 
 DESCRIPTION="Slide show presentation tool"
-
 HOMEPAGE="http://code.google.com/p/xsw/;
 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz;
 
@@ -15,19 +14,22 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE="pdf"
 
-DEPEND="media-libs/libsdl
+DEPEND="
+   media-libs/libsdl
media-libs/sdl-ttf
media-libs/sdl-image
media-libs/sdl-gfx"
 RDEPEND="${DEPEND}
pdf? ( media-gfx/imagemagick )"
 
+PATCHES=( "${FILESDIR}"/${PN}-0.3.5-fix-destdir-remove-usr-local-stuff.patch )
+
 src_prepare() {
-   epatch 
"${FILESDIR}"/${PN}-0.3.5-fix-destdir-remove-usr-local-stuff.patch
+   default
eautomake
 }
 
 src_install() {
-   base_src_install
-   dodoc ChangeLog NEWS README REFERENCE THANKS TODO || die 'dodoc failed'
+   default
+   dodoc REFERENCE
 }



[gentoo-commits] proj/betagarden:master commit in: dev-util/diffconvert/

2017-06-04 Thread Justin Lecher
commit: a103c3d1cfffa0099dcd94f4a2d2d2cd98b4ca6d
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 17:09:47 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 17:09:47 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=a103c3d1

dev-util/diffconvert: fix metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-util/diffconvert/diffconvert-1.4.ebuild | 17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/dev-util/diffconvert/diffconvert-1.4.ebuild 
b/dev-util/diffconvert/diffconvert-1.4.ebuild
index da054f0..1734531 100644
--- a/dev-util/diffconvert/diffconvert-1.4.ebuild
+++ b/dev-util/diffconvert/diffconvert-1.4.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit base
-
-DESCRIPTION="Programs for converting diffs (cd2ud, ud2cd, cdiffreverse, 
udiffreverse)"
+DESCRIPTION="Programs for converting diffs"
 HOMEPAGE="http://www.mail-archive.com/bug-gnulib@gnu.org/msg09414.html;
 SRC_URI="http://www.haible.de/bruno/gnu/${P}.tar.gz;
 
@@ -14,16 +12,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND=""
-
 PATCHES=( "${FILESDIR}"/${P}-gcc-4.4.patch )
 
 src_compile() {
-   emake -f Makefile-c++ || die
+   emake -f Makefile-c++
 }
 
 src_install() {
-   dodoc README || die
-   dobin cd2ud ud2cd cdiffreverse udiffreverse || die
+   dodoc README
+   dobin cd2ud ud2cd cdiffreverse udiffreverse
 }



[gentoo-commits] proj/betagarden:master commit in: net-misc/ut-vpn/

2017-06-04 Thread Justin Lecher
commit: 27719bc5f2fdbf4dd80a8b4bd49e57bd8bd9ae62
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:09:36 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:09:36 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=27719bc5

net-misc/ut-vpn: Bump to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 net-misc/ut-vpn/ut-vpn-1.01.ebuild | 21 ++---
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/net-misc/ut-vpn/ut-vpn-1.01.ebuild 
b/net-misc/ut-vpn/ut-vpn-1.01.ebuild
index 149cb29..8f47899 100644
--- a/net-misc/ut-vpn/ut-vpn-1.01.ebuild
+++ b/net-misc/ut-vpn/ut-vpn-1.01.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 inherit toolchain-funcs
 
 DESCRIPTION="UT-VPN"
@@ -12,18 +14,18 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 IUSE="elibc_FreeBSD"
 
-DEPEND="dev-libs/openssl
-   sys-libs/readline
+DEPEND="
+   dev-libs/openssl:0=
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
sys-libs/zlib
-   sys-libs/ncurses
elibc_FreeBSD? ( sys-libs/freebsd-lib dev-libs/libiconv )"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/utvpn-unix-v101-7101-public
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
+src_prepare() {
+   default
 
local makefile=""
if use x86 ;then
@@ -41,11 +43,8 @@ src_unpack() {
-e "/^INSTALL_/s:=/:=${D}/:" Makefile || die
 }
 
-src_compile() {
-   emake || die
-}
-
 src_install() {
+   local x
dodir /usr/bin
emake install || die
 



[gentoo-commits] proj/betagarden:master commit in: sys-fs/metfs/

2017-06-04 Thread Justin Lecher
commit: 3b76747d44fed165b312798b085bdd594a53d051
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:11:34 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:11:34 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=3b76747d

sys-fs/metfs: Bump to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 sys-fs/metfs/metfs-1.0.ebuild | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/sys-fs/metfs/metfs-1.0.ebuild b/sys-fs/metfs/metfs-1.0.ebuild
index 5e39e3a..2c98e13 100644
--- a/sys-fs/metfs/metfs-1.0.ebuild
+++ b/sys-fs/metfs/metfs-1.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="1"
-
-DESCRIPTION="Single-file RC4-based encrypted file system for FUSE."
+EAPI=6
 
+DESCRIPTION="Single-file RC4-based encrypted file system for FUSE"
 HOMEPAGE="http://www.enderunix.org/metfs/;
 SRC_URI="http://www.enderunix.org/${PN}/${P}.tar.gz;
 
@@ -13,19 +12,20 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
 
-RDEPEND="sys-fs/fuse
-   dev-libs/libgcrypt
+RDEPEND="
+   sys-fs/fuse
+   dev-libs/libgcrypt:0=
dev-libs/libtar"
 DEPEND="${RDEPEND}"
 
-src_unpack() {
-   unpack $A
-   cd "${S}"
-
-   sed -i 's|/usr/local/lib/libtar.a|-ltar|' configure || die "sed failed"
+src_prepare() {
+   default
+   sed \
+   -e 's|/usr/local/lib/libtar.a|-ltar|' \
+   -i configure || die "sed failed"
 }
 
 src_install() {
-   dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
-   dobin metfs || die "dodir failed"
+   dodoc AUTHORS ChangeLog README TODO
+   dobin metfs
 }



[gentoo-commits] proj/betagarden:master commit in: app-shells/layman-bashcomp/

2017-06-04 Thread Justin Lecher
commit: e22cb8a03c5d1d3438f3511bb2cb2fe796bba992
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:05:13 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:05:13 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e22cb8a0

app-shells/layman-bashcomp: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild 
b/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild
index e07e4cd..f621dd9 100644
--- a/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild
+++ b/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Bash completion for app-portage/layman"
 HOMEPAGE="http://www.penguindevelopment.org/;
 SRC_URI="http://proj.penguindevelopment.org/${PN}/${P}.tar.gz;
@@ -11,9 +13,3 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="app-shells/bash-completion"
-
-src_install()
-{
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS ChangeLog NEWS TODO
-}



[gentoo-commits] proj/betagarden:master commit in: dev-cpp/libvmime/

2017-06-04 Thread Justin Lecher
commit: 669664e6d8cfb35686c42e65ff9c20e2873bae6a
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:45:15 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:45:15 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=669664e6

dev-cpp/libvmime: fix metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-cpp/libvmime/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-cpp/libvmime/metadata.xml b/dev-cpp/libvmime/metadata.xml
index f9ae9c3..c738316 100644
--- a/dev-cpp/libvmime/metadata.xml
+++ b/dev-cpp/libvmime/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-dag...@gentoo.org
-Robert Piasek
-
-
-vmime
-
+  
+dag...@gentoo.org
+Robert Piasek
+  
+  
+vmime
+  
 



[gentoo-commits] proj/betagarden:master commit in: dev-lang/opal/

2017-06-04 Thread Justin Lecher
commit: 1502b6c1d3b8c0f4bb196b97c1936a3801ea6e5e
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:16:10 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:16:10 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=1502b6c1

dev-lang/opal: Bump EAPI & fix metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-lang/opal/metadata.xml |  2 +-
 dev-lang/opal/opal-2.4b.ebuild | 20 +++-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/dev-lang/opal/metadata.xml b/dev-lang/opal/metadata.xml
index 937d476..a55175a 100644
--- a/dev-lang/opal/metadata.xml
+++ b/dev-lang/opal/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
 r...@gentoo.org
   
 

diff --git a/dev-lang/opal/opal-2.4b.ebuild b/dev-lang/opal/opal-2.4b.ebuild
index b84501a..0579091 100644
--- a/dev-lang/opal/opal-2.4b.ebuild
+++ b/dev-lang/opal/opal-2.4b.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
+EAPI=6
 
 MY_P=ocs-${PV}
 
@@ -16,11 +14,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~sparc ~x86"
 IUSE="X doc +tk +tcl"
 
+REQUIRED_USE="tk? ( tcl )"
+
 DEPEND="
-   >=sys-libs/ncurses-5.4-r5
-   >=sys-libs/readline-4.3-r5
-   =dev-lang/tcl-8.5*
-   =dev-lang/tk-8.5*
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   tcl? ( =dev-lang/tcl-8.5*:* )
+   tk? ( =dev-lang/tk-8.5*:* )
"
 
 S="${WORKDIR}/${MY_P}"
@@ -54,5 +54,7 @@ src_install() {
fi
 
# Fix "OCS=${D}//usr" in binaries (due to broken 
--disable-absolute-pathes)
-   sed -i 's|^OCS=.*|OCS=/usr|' 
"${D}"/usr/bin/{dosfop,oasys,oasys1,ocs,pureDosfop} || die
+   sed \
+   -e 's|^OCS=.*|OCS=/usr|' \
+   -i "${D}"/usr/bin/{dosfop,oasys,oasys1,ocs,pureDosfop} || die
 }



[gentoo-commits] proj/betagarden:master commit in: games-board/infector/

2017-06-04 Thread Justin Lecher
commit: 31f35b8c1899025bf051ca0d3d9fc3ec34d84661
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:08:16 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:08:16 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=31f35b8c

games-board/infector: Bump EAPI

Drop games eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 games-board/infector/infector-0.2-r1.ebuild | 15 ++-
 games-board/infector/metadata.xml   |  4 +++-
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/games-board/infector/infector-0.2-r1.ebuild 
b/games-board/infector/infector-0.2-r1.ebuild
index d184d6a..e6b6a2f 100644
--- a/games-board/infector/infector-0.2-r1.ebuild
+++ b/games-board/infector/infector-0.2-r1.ebuild
@@ -1,12 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="1"
-
-inherit games
-
-DESCRIPTION="Ataxx/Hexxagon clone."
+EAPI=6
 
+DESCRIPTION="Ataxx/Hexxagon clone"
 HOMEPAGE="http://infector.mangobrain.co.uk/;
 SRC_URI="http://infector.mangobrain.co.uk/downloads/${P}.tar.gz;
 
@@ -15,7 +12,8 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
 
-RDEPEND=">=dev-cpp/gtkmm-2.12
+RDEPEND="
+   >=dev-cpp/gtkmm-2.12:2.4=
>=dev-cpp/libglademm-2.6"
 
 DEPEND="${RDEPEND}
@@ -34,8 +32,7 @@ copy_stuff() {
 
 src_install() {
XDG_UTILS_INSTALL_MODE=user \
-   emake DESTDIR="${D}" install \
-   || die "make install failed"
+   emake DESTDIR="${D}" install
 
# xdg-utils workaround
cd "${PORTAGE_BUILDDIR}"/homedir/ || die "cd failed"

diff --git a/games-board/infector/metadata.xml 
b/games-board/infector/metadata.xml
index b969149..9c7e122 100644
--- a/games-board/infector/metadata.xml
+++ b/games-board/infector/metadata.xml
@@ -1,5 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-maintainer-wan...@gentoo.org
+   
+   maintainer-wan...@gentoo.org
+   
 



[gentoo-commits] proj/betagarden:master commit in: app-misc/pipemeter/

2017-06-04 Thread Justin Lecher
commit: a058b2a5f8e3dbd59a1f5874215e83f6308ab833
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:03:16 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:03:16 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=a058b2a5

app-misc/pipemeter: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 app-misc/pipemeter/pipemeter-1.1.3.ebuild | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/app-misc/pipemeter/pipemeter-1.1.3.ebuild 
b/app-misc/pipemeter/pipemeter-1.1.3.ebuild
index ce89b5f..87703dd 100644
--- a/app-misc/pipemeter/pipemeter-1.1.3.ebuild
+++ b/app-misc/pipemeter/pipemeter-1.1.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="0"
+EAPI=6
 
 DESCRIPTION="File pipe progress meter"
 HOMEPAGE="http://spamaps.org/pipemeter.php;
@@ -12,11 +12,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND=""
-
 src_install() {
-   doman ${PN}.1 || die
-   dodoc Changelog README || die
-   dobin ${PN} || die
+   doman ${PN}.1
+   dodoc Changelog README
+   dobin ${PN}
 }



[gentoo-commits] proj/betagarden:master commit in: app-text/prince-bin/

2017-06-04 Thread Justin Lecher
commit: 17e3e6ae01ec9846e8d403806e839b9808d7253b
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:05:25 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:05:25 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=17e3e6ae

app-text/prince-bin: Bump to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 app-text/prince-bin/prince-bin-6.0_p8.ebuild | 18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/app-text/prince-bin/prince-bin-6.0_p8.ebuild 
b/app-text/prince-bin/prince-bin-6.0_p8.ebuild
index af15ac1..2dc0e36 100644
--- a/app-text/prince-bin/prince-bin-6.0_p8.ebuild
+++ b/app-text/prince-bin/prince-bin-6.0_p8.ebuild
@@ -1,31 +1,23 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit eutils
+EAPI=6
 
 MY_PN="prince"
 MY_P="${MY_PN}-${PV/_p/r}-linux"
 
-DESCRIPTION="Converts XML/HTML to PDF."
-
+DESCRIPTION="Converts XML/HTML to PDF"
 HOMEPAGE="http://www.princexml.com/;
 SRC_URI="http://www.princexml.com/download/${MY_P}.tar.gz;
+
 LICENSE="Prince-EULA"
 SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND=""
-
 S="${WORKDIR}/${MY_P}"
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   epatch "${FILESDIR}"/${PN}-6.0-destdir.patch
-}
+PATCHES=( "${FILESDIR}"/${PN}-6.0-destdir.patch )
 
 src_install() {
DESTDIR="${D}" ./install.sh <<<'/usr'



[gentoo-commits] proj/betagarden:master commit in: sys-apps/findpat/

2017-06-04 Thread Justin Lecher
commit: 90e1ea207aa2fcc57036baee60233369e4a9eb7a
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 15:09:34 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 15:09:34 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=90e1ea20

sys-apps/findpat: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 sys-apps/findpat/findpat-1.0.ebuild | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/sys-apps/findpat/findpat-1.0.ebuild 
b/sys-apps/findpat/findpat-1.0.ebuild
index d046310..4f57278 100644
--- a/sys-apps/findpat/findpat-1.0.ebuild
+++ b/sys-apps/findpat/findpat-1.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-DESCRIPTION="Easy to use frontend to find"
+EAPI=6
 
+DESCRIPTION="Easy to use frontend to find"
 HOMEPAGE="http://blog.hartwork.org/?p=272;
 SRC_URI="http://www.hartwork.org/public/${P}.tar.bz2;
 
@@ -10,10 +11,3 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-}



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

2017-06-04 Thread Mike Gilbert
commit: 80de0a062b34f64336e3ac2081c29e161c905d07
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jun  4 18:15:57 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jun  4 18:16:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80de0a06

dev-python/pyodbc: bump to 4.0.16

Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

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

diff --git a/dev-python/pyodbc/Manifest b/dev-python/pyodbc/Manifest
index aab0ca4e547..56c1bc7191b 100644
--- a/dev-python/pyodbc/Manifest
+++ b/dev-python/pyodbc/Manifest
@@ -1,2 +1,3 @@
 DIST pyodbc-3.0.10.tar.gz 68798 SHA256 
a66d4f347f036df49a00addf38ca6769ad52f61acdb931c95bc3a9245d8f2b58 SHA512 
4e275f2dfd17b3cbb3ee4c019f8a394bb849b032edab7ae5e9c6d4d6a4933e606ab46284c89b98d39cd553e82263d86dc0bee1260cd2fafb53cf19a918096647
 WHIRLPOOL 
58dd10b9f5eaef3d077dcb434016710047097406744baa2883758d96d510c38c0ae71ee8abb9cfae1737506fb29744fc6c275fd3ecad2c0371f484dc31432a81
 DIST pyodbc-3.0.7.zip 85722 SHA256 
d8355f2d43b10386070e8564aa973119fdb6e10864e1bbd73f3224cd3baab351 SHA512 
35d4b17324c60f15bc8647961fff0fa74afa02e37e1019a399add468cfd96e0403f2f7259f3c0164e4c7cabce67de7c300c9950602d9293b0b94a84d2ed02ffe
 WHIRLPOOL 
3da4ecf3706a7cfbe8f11e7f3b1891160e02f7331abea6b407cc5809faa8604f291163f3d3342d7bcf5daa54b1f95aca0b397a5412b7bcdb198810f4fcd59eff
+DIST pyodbc-4.0.16.tar.gz 204168 SHA256 
6fd7f100983e700ded8a103391429e43f0b814dc2dc028b904b1798000e72d96 SHA512 
53f80ee7333210a1e20e89aa17ca7c2b57363826ac09069213454951ae35f8de689535c05b2278783e8b4a71d178860c3e1efebf51980343a59a9b190e41dda5
 WHIRLPOOL 
638e026d6c8bfd32be77e89c90762c89153331744e53a0b9582c49fbaf9d9f440ffa2a19a46dd5fc269c968fc2dc6e876e6791bcb718084423e3dbfd132c60d2

diff --git a/dev-python/pyodbc/pyodbc-4.0.16.ebuild 
b/dev-python/pyodbc/pyodbc-4.0.16.ebuild
new file mode 100644
index 000..88343266e08
--- /dev/null
+++ b/dev-python/pyodbc/pyodbc-4.0.16.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="python ODBC module to connect to almost any database"
+HOMEPAGE="https://github.com/mkleehammer/pyodbc;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="mssql"
+
+RDEPEND=">=dev-db/unixODBC-2.3.0
+   mssql? ( >=dev-db/freetds-0.64[odbc] )"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_configure_all() {
+   append-cxxflags -fno-strict-aliasing
+}



  1   2   3   >