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

2017-04-02 Thread Kent Fredric
commit: 204cc8289760cb0fdff9d049a36c53d316ba7fc9
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Apr  3 05:40:21 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Apr  3 05:41:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204cc828

dev-perl/Module-Build: Bump to version 0.422.200

Upstream:
- Proceess rescan_dir's lists and sort
- Be more deterministic
- Don't execute PPM test when link_executable fails
- Initialize MM Compat ENV Vars as empty strings
- Avoid use of '.' in @INC in bootstrap code
  ( doesn't affect gentoo )
- Dont use deprecate.pm

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Module-Build/Manifest |  1 +
 .../Module-Build/Module-Build-0.422.200.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-perl/Module-Build/Manifest b/dev-perl/Module-Build/Manifest
index a3ff4d69a96..4d5940ee01a 100644
--- a/dev-perl/Module-Build/Manifest
+++ b/dev-perl/Module-Build/Manifest
@@ -1,3 +1,4 @@
 DIST Module-Build-0.4205.tar.gz 309120 SHA256 
1e7a597607329db642ad68ddde00c8f48d6f660ced6d2dff4c99c84e0dd1f501 SHA512 
8fe81ea27e1870a489633da1280e7270babaa2d01365a22e854ae7e0c608b5c20885c0eb8d60ea23fe1f54a28b1ffbbf0e635fdf3ccc8539db7d5733d23090c2
 WHIRLPOOL 
860c55b0e222567dc2c8f18909bf6af58ec94f5f85feaa3a4c8ff0586d95a37ca62fe7fc755297a733aacafecbe2806bd256a842ed47b478ace28d5af63f9a59
 DIST Module-Build-0.4216.tar.gz 305240 SHA256 
661e030ee9f83027e8a5067788175d53050b5d1292be1bfd85d44ad141fb7671 SHA512 
46b5d03e6bea1ee33a1202a38d68231daf49931b25b792b41fa39ab3b3c1321d8a47819a2714bf90a981e6686fc566aa5a6067edf61d78fe8166c7e4f83eeaa9
 WHIRLPOOL 
78d027fa13afa8832c916d9939c0639ed3f1e7b056522fceb10aebcdcfe04db6528c74b1a1cf1e0929d1ce5ccec0ec03c26b8ddb3563ae4df4d35612c2bd77c3
 DIST Module-Build-0.4218.tar.gz 305533 SHA256 
1ef0aa529a3f296f894a5e79240a77d71be60dd595e8cad3a0d04c7ea187c0d0 SHA512 
d752226dbc89b1ae65d3dea4f4356cd355288ab73eebc34bd09efa3d4ad5f78d284a705525d8bbc8785babf6cdc93495254a8cc7c67cbd943f88ffaab301
 WHIRLPOOL 
a1c1d6ac5102ccaad3844ae4841540e96a422ba30a0c52b0cab918f087e779631d0d11af0ab0e3cdd492640db126829eb5ac0f4929eed8e28415f74c441c210d
+DIST Module-Build-0.4222.tar.gz 304398 SHA256 
e74b45d9a74736472b74830599cec0d1123f992760f9cd97104f94bee800b160 SHA512 
348c8495df5e665a7dc61c37c9c612ec20f7dbeb6d6692e40c57e44cd5f2a4c0ba538ed24f8d88d8a83fe85b3039dd874d9f6681d31b985429b27123def374c6
 WHIRLPOOL 
5a7c9a42bbb147646d0b20779766125d5d7e2f63ea9c8b25ec2cc778c0a458148ebac84ff2afdc345fc1c32ddc3307c7709075ffb011aa6b9d8635905acb8696

diff --git a/dev-perl/Module-Build/Module-Build-0.422.200.ebuild 
b/dev-perl/Module-Build/Module-Build-0.422.200.ebuild
new file mode 100644
index 000..ab5a8b79aba
--- /dev/null
+++ b/dev-perl/Module-Build/Module-Build-0.422.200.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.4222
+inherit perl-module
+
+DESCRIPTION="Build and install Perl modules"
+
+SLOT="0"
+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="test"
+
+RDEPEND="
+   >=virtual/perl-CPAN-Meta-2.142.60
+   virtual/perl-Data-Dumper
+   >=virtual/perl-ExtUtils-CBuilder-0.270.0
+   virtual/perl-ExtUtils-Install
+   virtual/perl-ExtUtils-Manifest
+   virtual/perl-ExtUtils-MakeMaker
+   >=virtual/perl-ExtUtils-ParseXS-2.210.0
+   >=virtual/perl-File-Spec-0.820.0
+   virtual/perl-Getopt-Long
+   >=virtual/perl-Module-Metadata-1.0.2
+   >=virtual/perl-Perl-OSType-1
+   >=virtual/perl-Test-Harness-3.290.0
+   virtual/perl-Text-ParseWords
+   >=virtual/perl-podlators-2.1.0
+   >=virtual/perl-version-0.870.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-CPAN-Meta-YAML-0.3.0
+   >=virtual/perl-File-Temp-0.150.0
+   >=virtual/perl-Parse-CPAN-Meta-1.440.100
+   test? (
+   >=virtual/perl-Test-Simple-0.490.0
+   )
+"



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

2017-04-02 Thread Hans de Graaff
commit: cb3f8ee22b686954f3ce37515a98f3c86aa0be38
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  3 05:08:25 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  3 05:08:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3f8ee2

dev-ruby/faraday: add 0.12.0.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/faraday/Manifest|  1 +
 dev-ruby/faraday/faraday-0.12.0.1.ebuild | 70 
 2 files changed, 71 insertions(+)

diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
index e6c9b912eaf..dfacbbf577a 100644
--- a/dev-ruby/faraday/Manifest
+++ b/dev-ruby/faraday/Manifest
@@ -1,2 +1,3 @@
 DIST faraday-0.11.0.tar.gz 59736 SHA256 
e19d2fa61f0446170a55ccc9a965b73c652c88ceb6fd0404d9b135012741203b SHA512 
d7e66f7d634b5c517dd688e874557839dbd7f720283dbeb27fd118c8cbcc596898545d62548d3c7c94d7cf49bdcda0d2fa705a1d20fa4d7ce238b38688d5cc62
 WHIRLPOOL 
5ca26dece6a473180345a104eca1091a7cfb1c00452f86dc74b5dbd846fb4a1b1024db7247d46c6a85b8b1064ef536e96ecce1d7af13b0798bd092042d50b095
+DIST faraday-0.12.0.1.tar.gz 61582 SHA256 
aa5a77d8b6a1bf7993e822674b57f74abba4b6ed2985554aee7d50a9a49c86c9 SHA512 
2167c9d45e3376a410d042c77e8117af4354c25fd3b0c84f2dbd8cea664b580a060961ea82d02bd15ec480f774962276aadd65e86a6206161e48ba4050ff
 WHIRLPOOL 
ce5ba71d28a829a04774e6d7f87b5c4ede902dc82ffcf4c0d7f1f43b2ae85dce6581b74d1c9f294d25fb6afc51c86069f3bed259e1b7018d88b475579ed553a3
 DIST faraday-0.9.2.tar.gz 57013 SHA256 
ceaf7838acc09c3c4401f74e49f3169cd20922258817f3af817fe7eedcb592f3 SHA512 
12c4ead8dca6baf6292291943ea1aab1a534509bf92c6e0a621c1c69e3493480fced68aa529d8678847028f2fc2a7672411df7e4d09e65a5e764c957fed1ee72
 WHIRLPOOL 
d2c4545c7b3320099aa1c5cc85fe1ebbb508749abdcf80de6cdf9e98b642f356e9f0b9174e5191b531406c7df39a326f9e4e5f77d0699c85a915699a92983b6e

diff --git a/dev-ruby/faraday/faraday-0.12.0.1.ebuild 
b/dev-ruby/faraday/faraday-0.12.0.1.ebuild
new file mode 100644
index 000..2f2f214091f
--- /dev/null
+++ b/dev-ruby/faraday/faraday-0.12.0.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="HTTP/REST API client library with pluggable components"
+HOMEPAGE="https://github.com/lostisland/faraday;
+SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+=" test? ( sys-process/lsof )"
+
+ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 =dev-ruby/test-unit-2.4
+   dev-ruby/httpclient
+   dev-ruby/rack-test
+   dev-ruby/sinatra
+   dev-ruby/net-http-persistent
+   dev-ruby/patron
+   )"
+
+all_ruby_prepare() {
+   # Remove bundler support.
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile test/helper.rb || die
+   sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
+
+   # Remove simplecov and coveralls support, not needed to run tests.
+   sed -i -e '/simplecov/,/^end/ s:^:#:' \
+   -e '1igem "rack", "~>1.0"; require "yaml"' \
+   test/helper.rb || die
+
+   # Remove tests for adapters that are not packaged for Gentoo.
+   rm test/adapters/em_http_test.rb test/adapters/em_synchrony_test.rb 
test/adapters/excon_test.rb test/adapters/typhoeus_test.rb || die
+
+   # The proxy server is already killed, may be OS X vs Linux issue.
+   sed -i -e '138 s/^/#/' script/test || die
+
+   sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_prepare() {
+   # Make sure the test scripts use the right ruby interpreter
+   sed -i -e 's:ruby:'${RUBY}':' script/* || die
+}
+
+each_ruby_test() {
+   each_fakegem_test
+
+   # Sleep some time to allow the sinatra test server to die
+   einfo "Waiting for test server to stop"
+   sleep 10
+}



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

2017-04-02 Thread Hans de Graaff
commit: 98796a7024d30e9d37b3711f723ee09bad6c4665
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  3 05:00:16 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  3 05:00:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98796a70

dev-ruby/uglifier: add 3.1.12

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/uglifier/Manifest   |  1 +
 dev-ruby/uglifier/uglifier-3.1.12.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index 5a8d96326ed..e78b98de737 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -1,6 +1,7 @@
 DIST uglifier-2.7.2.gem 84480 SHA256 
9f05989ffbcdef532a58062443ab7107319dbec3b76b6d604669853a3e31fa57 SHA512 
03c8fffbd385db9ee0fa8f422bf571ba99803f810828d536f1b00bc99a21108ac0ed232015d39f1ab88441fef0a3371df10944873fbadae6c8bd2624e3e1a65d
 WHIRLPOOL 
e28e8ebbee1e677e8e0eff453ef37e795df3b0e18414a8af5c1143fe463b987bca157fef3aebab247176fd6931cd07993caa462409832a3c8632110bd49e7e8f
 DIST uglifier-3.0.4.tar.gz 94995 SHA256 
00e788927a26aceb374e2e60b83bf5c62969de58aa3cdb20bada9b5b51d73ccb SHA512 
97494f8a195d9a0f4050b08812b8a8fb04a1261b93e48193a1427ede98c50460f99be83cf1335ad5afd19f171e6edd050bfa11a7848059642a04749a385c8cbd
 WHIRLPOOL 
840105087300eb324e874c9818327c17a697649fe09bfa2b340f7d045c5d911eaf37cd22b425bedf216de647962c1a93f16729e2651da0ea9abe271c50ff1243
 DIST uglifier-3.1.1.tar.gz 98747 SHA256 
c82290a5e3a1eeb02f6394a88f79e2eabbe94478921a9cb7b052099097be SHA512 
6ad2c025ca99b32e46faea29fd0d044e420b1c0ca9b0082e4ec989465fb3d65c75c594f71b6122623ab9d695a8c1eef142fc8758e902b61ca3f921bcbf89d251
 WHIRLPOOL 
4bba4789ef125a52729d4c66d99099c583b81bdefea8b2e381562d4878c7a21cff478f66ec41bf07768d773c6bfd50225bb797cccaeb870635f5deac0c4ef944
+DIST uglifier-3.1.12.tar.gz 101665 SHA256 
c01ded15039f9f4661c0d4ffb073111cb124b9848631b2bd9b0dfecf75ebc30b SHA512 
1618d148e58f4ecb6c9c88fc848c8bee83de71ea6181febf3f70bf1375a99ba1a61ed93c68548d75f60c5c5aa0b8d21114f2a37638f2aadfd0d5ffdde570f005
 WHIRLPOOL 
41cc65ef11b7057a456babc18ea0f66bb72b6f44dee7093ec2d5c7584033da4a3b40b557af10ae12994577cf27f973b77af7c7c48c361431c20c2f4f86ec1a67
 DIST uglifier-3.1.3.tar.gz 99621 SHA256 
264d63ebec4887ac4112b8128f32ef961ebe3f3abb5ffb85ea5aaffa34abad55 SHA512 
d4e1421bd672c3140f0319a2130d3c127d49a2784c72c51cfd6d46376dd6c821ddc7878229797d60b5e28b944501f319ca53a5b09fcbeadfe0a3b87bd32d2715
 WHIRLPOOL 
208ce940f729e7598e99dc9b091c7e98131cb4559a6f041be7328552da2beb3c32fb9e68c2567c6f8d914de49458c576b7e31ce40833cfd46c501bc64be755dc
 DIST uglifier-3.1.6.tar.gz 100853 SHA256 
5cec8a824d94f156f86f5aa1e18d4500909faae97b033a7f71c580f71bdac3e3 SHA512 
ef84b95ce22ec8d69f789ef6119c17f1c99374f5055c1234b6fcff0af8822cd265221f23cccf2a3f202f20179d1d33b06c2bb634af465c6093174073767b69b4
 WHIRLPOOL 
93202195f85c33f2560aeefab869c77232a316ab795f037f5dbc02fc8e215b270ea4d1d5776fb039ad94bb04245356a8ccbcd9991c4f4fa4c637287e677306ff
 DIST uglifier-3.1.7.tar.gz 100911 SHA256 
25f47612af6d03ae39ea81dd941bbfbd475226c1322bdbf427fe4221dac57b54 SHA512 
62b46e1031c265a00653301eba4527435161bf867cd21e2212060ca8c429c3d7bcb0108137927ba28514e9492d7533f4e00a9e1990c400faca1a9a47e45ddac1
 WHIRLPOOL 
5e77006cb27a9949dabefb697b7f6c7d6f9193db0681ffdbe7146abad29f6c1fb2872c935dbc97d1c3081b8450bd38ac66fe8d17b3af4662d78078327831f933

diff --git a/dev-ruby/uglifier/uglifier-3.1.12.ebuild 
b/dev-ruby/uglifier/uglifier-3.1.12.ebuild
new file mode 100644
index 000..b23fff6c2bd
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-3.1.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
+HOMEPAGE="https://github.com/lautis/uglifier;
+SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~amd64-linux"
+
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*"
+
+ruby_add_bdepend "test? ( dev-ruby/sourcemap )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+}



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

2017-04-02 Thread Aric Belsito
commit: 7937b78da5a45b2384a89d4c3eb1a83490889377
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Apr  3 01:52:16 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Apr  3 01:52:16 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7937b78d

media-libs/mesa: version bump to 17.0.3

 media-libs/mesa/Manifest   |   2 +
 media-libs/mesa/mesa-17.0.3.ebuild | 517 +
 2 files changed, 519 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index d9697c9..8496eda 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -5,7 +5,9 @@ AUX mesa-13-musl_endian.patch 417 SHA256 
3686132ef3a57b607c223705a18f32da7fa7f58
 DIST mesa-13.0.5.tar.xz 9171480 SHA256 
bfcea7e2c801525a60895c8aff11aa68457ee9aa35d01a4638e1f310a3f5ef87 SHA512 
db5f6a97b40ee6e45ba81280ab4543354e9f274c7112c5a43b8970244f329902a22f68d5eeddad5b64502507f462ffbcc028efc5dff93822adf95d30ba5903c1
 WHIRLPOOL 
164116608908331d4e8d69c4d2b92dc22e8e6d98725a20e8c2da5cc24b4e9ae9e05ee9c7209d55371b419e0f4e6c1d4752a46d149a968a6b83612aa77f7e480e
 DIST mesa-13.0.6.tar.xz 9179236 SHA256 
29ef104a7fc082d352b1599bd6cb1d040be424ccd22f5e0eb7ee9b0e9acd3597 SHA512 
2455e044647f674c2f1dd524143b61b8630713fa929bbf6fe1c981436a9c08dc933553d638a22b32d2799afb77be746355b48b1b20af172141c5b63891e94441
 WHIRLPOOL 
1fdaaf29de96225cf41a3bdeb559a35cf20fda524f80985b2bfdc52095dcb7f6b320704b7ccf754a6f80555925a6a80dfa2b1115a4bdd9bdc1ebb672f115208a
 DIST mesa-17.0.2.tar.xz 9451056 SHA256 
f8f191f909e01e65de38d5bdea5fb057f21649a3aed20948be02348e77a689d4 SHA512 
df0cb47d01dee16d1d72e0a5fd9d49ab412294761ca647cbb6b411e16892b8be503d87911591339d4630d16b7c948897bfa4321b2c5a8a4219fa58b347015471
 WHIRLPOOL 
3cb03a48da994202e6a39f4adc97e8b40f2bcc713f5fb859fbbdc0a068f3842a59bc916fa0e36138cf560c4bf25c3b70425d6ed9ea8096acc8bbd9ddebfd1acc
+DIST mesa-17.0.3.tar.xz 9485792 SHA256 
ca646f5075a002d60ef9123c8a4331cede155c01712ef945a65c59a5e69fe7ed SHA512 
0bcf1609b54fdabb30ec0a500b78e039bd50060c2c7f5a2e57fca29e1a311fb785dadc3cd311018ebe8020d1cc6320181ece2d2aa39d2f215b0ebf2cb0a55165
 WHIRLPOOL 
fdb1d155e3c8aa22ccbe1403240d891381871e6b62cbd104bc83fd5cd6c3645ac58ac88ba3ff0878e7795404fde77481c3374beb60f295569fe020a1389fb853
 EBUILD mesa-13.0.5.ebuild 13682 SHA256 
c0941589335d956bff393fbd26114b2017d1f71fae94e06becaae8a1c52f0b0c SHA512 
e407f73610a8d6c7e3456a051dac01bb577a4714128568f276c7e8811b9fc7ac050f29e2770861c1addb561a6828006cfb9f3f18a215448df61b6f9f03f9a7df
 WHIRLPOOL 
71ebf88582419ef5175a04a5ea2d286fe8d2946c95ab354bc2a3a52386ba7100010d5bf92dc9c0c1f0ee4d65353636e2482ef911663b55f932547613d0520b48
 EBUILD mesa-13.0.6.ebuild 13608 SHA256 
1eec6bc2746825886f65b2ea71742a63c6a1c3822da6e380751248e5e869de2b SHA512 
562514a18f7c9a0606ca358404abaaab86ed78671f0056480eaae2d70581a4ed3a96daa28316021a026f4bb7c1b35d32d8d3ec7a4b2af378d0e1e16cb08dc67d
 WHIRLPOOL 
8856f1a7a347b517d4ba74af483c086b3fec49c8cdf62edbc161de9d3eef5e1ce805bbbac16d5ff58b8cb2095558f888d2f65562a9c45a21e15e1ff54c3ed9de
 EBUILD mesa-17.0.2.ebuild 13635 SHA256 
38045d4ddd3751f2446b74330cc416583d6c5e2cc913c2627e679940477fbca9 SHA512 
8981e0da8ca573c6a4a7ef3c7fc565b208c236bfaffe9b5557f2795363f93edea9c1a4ee7fcac93e40e4286077604df6b855f934bad5af631615f3d5badd7313
 WHIRLPOOL 
5feb6d17ccaf72a14ac88b391b8e5996fe27bc7fb548a32258106b525318297271939743b2e619c3d8ba1e389b3a4f8323ec6c2d4ed1e47775da9068599655f8
+EBUILD mesa-17.0.3.ebuild 13635 SHA256 
38045d4ddd3751f2446b74330cc416583d6c5e2cc913c2627e679940477fbca9 SHA512 
8981e0da8ca573c6a4a7ef3c7fc565b208c236bfaffe9b5557f2795363f93edea9c1a4ee7fcac93e40e4286077604df6b855f934bad5af631615f3d5badd7313
 WHIRLPOOL 
5feb6d17ccaf72a14ac88b391b8e5996fe27bc7fb548a32258106b525318297271939743b2e619c3d8ba1e389b3a4f8323ec6c2d4ed1e47775da9068599655f8
 MISC metadata.xml 2440 SHA256 
98874315e8480a14f26b8395eb2573b85dbe402a8bb30a72aa2cc884bc0512a2 SHA512 
47237a5fd95a9c58b1857b27da2558ecf46266630eeb7514db2f276f0a8c82a0751122d71a27b4949a1a66df75bbe9e5a833b1f12a86214614e6777849d4c5d8
 WHIRLPOOL 
5742264ad29f82e98a96044efb74fb230e7a8cc4d58ad569676e8ffc9a86873d5148de86e8a101a11ee465e204cae47f1ec8d50ba8a8c0d75070cb705a03eef8

diff --git a/media-libs/mesa/mesa-17.0.3.ebuild 
b/media-libs/mesa/mesa-17.0.3.ebuild
new file mode 100644
index 000..69263ea
--- /dev/null
+++ b/media-libs/mesa/mesa-17.0.3.ebuild
@@ -0,0 +1,517 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git;
+
+if [[ ${PV} =  ]]; then
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/;
+
+if [[ $PV ==  ]]; then
+   SRC_URI=""
+else
+   

[gentoo-commits] proj/musl:master commit in: net-libs/libtirpc/, net-libs/libtirpc/files/

2017-04-02 Thread Aric Belsito
commit: bd3c89b549253cc5b1ac0675b07ef6cef4d330eb
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Apr  3 01:35:06 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Apr  3 01:35:06 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=bd3c89b5

net-libs/libtirpc: depend on sys-libs/queue

 net-libs/libtirpc/Manifest |  5 +--
 .../libtirpc/files/0006-fix_queue_h_include.patch  | 44 --
 net-libs/libtirpc/libtirpc-0.2.5.ebuild|  2 +-
 net-libs/libtirpc/libtirpc-1.0.1.ebuild|  2 +-
 4 files changed, 4 insertions(+), 49 deletions(-)

diff --git a/net-libs/libtirpc/Manifest b/net-libs/libtirpc/Manifest
index 6a9ecd0..f48dcc0 100644
--- a/net-libs/libtirpc/Manifest
+++ b/net-libs/libtirpc/Manifest
@@ -3,13 +3,12 @@ AUX 0002-Misc-header-fixes.patch 1074 SHA256 
519dd9015db2505404118e0067c7cbfec22
 AUX 0003-fix_cdefs_h_include.patch 15313 SHA256 
c5bae800d887a08eba89d817b6cc19c4337b14e53f2ce8e9fb7e9984dbfe4168 SHA512 
cf686acda95f8ccca486b518ee2ada42a443b3cc524bf4374b770612f501e0f2a75c61c8586a9d490ce3ee1e373559cf72c380d9fa99a75d0037b74e35fa3647
 WHIRLPOOL 
12915a1d45649695198c20bd609681f640bdbf3a1b40554d051e6a07534b7889a4676990edab90605571f0bc2caaebae074f3c6ec9ef88304c597acd0580b7a8
 AUX 0004-fix_DECLS.patch 29124 SHA256 
bdc844c56cfe2d5b060d59fee009576895504e2df492423ddaedd9915c785650 SHA512 
8d0efe87a0e8444dd10d4b63430dfd038a7591a0a1e54bc539a4023c7421a89caae1c811d6a2ed4e33fd4d0beebd48c11fc28b5de41dbedf0c1e0fbeb8885cf3
 WHIRLPOOL 
5ec477f9dfb79a53b2689dea6e158c42437f0c15e18f0eebd3aede63e59b1191974fd913b26db352feb84d468dd7770e102510022ae2b017aa634f0e9e335a27
 AUX 0005-fix_remaining_issues.patch 373 SHA256 
db061da4e22c4ed9192587a622454e69c6999b5ccfdafa5588957440051277e2 SHA512 
db70a64424904a669534e25c70b13dffb0ddd3437e81f6fee69ac2399e00bdd4e83ee9c65bc0bb789e28c1ac8e030a22461642e699fd371a4f147782a5845912
 WHIRLPOOL 
06e9f643c66867ddf965427e5c874eaa3c4275b961634d3fc669120275e3db8613a9bd997d612976c078584e016234f34e5a4abfeef20eb655997c7825e8cb56
-AUX 0006-fix_queue_h_include.patch 1788 SHA256 
3b8f296eb375052210874ebc3caeadd0cdf689a27e279761e16d76b411e89f8f SHA512 
f5a419d883dc6fc0bc6ebb02c3b1f7ce95aeb2b261eb5a49498b600844a27041b32f146fd8bba3d1769c32a67a15b9e40d9ffe3598d9448ebfc4fde6446e69aa
 WHIRLPOOL 
1e7b71255a11abd45dc88b74d8d8146f60c0a621ebe42f437e45e01f791a0ca020c27f841091f556d33fd284336b2e8cc8fa91fa9ca9ed5dd5904c1a5fe82212
 AUX 0007-no-des.patch 960 SHA256 
12823f030b803045108df782018d04ca253d4439b0e92015ddb140dcd33c1be3 SHA512 
95ad086657d008a01a4072ba7141391cbbe8ac35372b2f063a3f9774eb5dfa12b97bcff0c1b6da2d887001beaa60a8524823df93a8de2fdb73ad2a30340770ba
 WHIRLPOOL 
bd075834fddeff5ae86b90273f5c7b820f88649045e65b63d09dc26c35ada0fd1162dcf8aeb1cd82ad59b9092eceb92e154fa58c9beca540dc31ead7cc96b72e
 AUX git.patch 24736 SHA256 
0a62de190d38660efff0ddbb73b5b6315fdc015c20cf9c235e35c0cf7eeb0e85 SHA512 
4dd540470e9a25b5df0ea2c883dd647f26b71ed82e880c7efa4eed51dd98b898e18964a3ee998ceeadf39caed0a661f110f72157ec70584e33131d0a0f375a00
 WHIRLPOOL 
3b7fe2207ea84b56ce889778c4ef31669afe7dd340270063c1ac09accc3459e4d53bd5d084bfa090ec041fb188cd8bac6aad55d7fd60f43e485c89d53e06b14e
 AUX libtirpc-0.2.5-stdarg.patch 667 SHA256 
2b31b1148af9d96c9a9e6f609c0b5b03424954d6251c18d64b6119afd8afa6f7 SHA512 
2197f8c2ed3b4dbfc54ee37e973a6e275d19c6dde5d066b9ce45beecdbb17c9e620d7c6f0997b7ebfeb2bd1741327028a793b34edd94d59a89c8b36ac102b025
 WHIRLPOOL 
90d4e88c18f0d93ab8dfef4981377c2a6df42ff90b70049d07e203e7b66a5087910fe501cf9e1b93782eb25a8b3a8680c03287ccc563b838f517e5d1524b12c5
 DIST libtirpc-0.2.5.tar.bz2 459094 SHA256 
62f9de7c2c8686c568757730e1fef66502a0e00d6cacf33546d0267984e002db SHA512 
9f8afa1acb04a2c2c558018f2528f8caaa79994a2af2abeed947f914145872ef72988b241e11925c799db0de9ec51fd9baecd2b08150240b22f91e2e55a45194
 WHIRLPOOL 
a2b4f1c4825f2b774c2290cccd9d552bb7566ec9eb5988d3ab619d7870a907600f67e7af39fbc3e245606db8534f114c990145789c383206d3a9cf96cf043d8c
 DIST libtirpc-1.0.1.tar.bz2 495125 SHA256 
5156974f31be7ccbc8ab1de37c4739af6d9d42c87b1d5caf4835dda75fcbb89e SHA512 
c9b449e737bc2bd3d56e31e8352f312e89a7ec2a11b73b5ac314e7d82d3b644c611e422b623912453b67b668f86a6de7bb7f18c9495dd15de8e2798ec2ff41c8
 WHIRLPOOL 
cce6a4e69bd634b40d66594a81c23d2044b63eec16d6c96d6fcfaa7f2ca41fb9af99c8e2b964ec12be82682afa4090b218d7e14399fdfc9b32df6c2234bc3c9e
 DIST libtirpc-glibc-nfs.tar.xz 8948 SHA256 
2677cfedf626f3f5a8f6e507aed5bb8f79a7453b589d684dbbc086e755170d83 SHA512 
90255bf0a27af16164e0710dd940778609925d473f4343093ff19d98cc4f23023788bf4edf0178eae1961afc0ba8b69b273de95b7d7e2afdb706701d8ba6f7ba
 WHIRLPOOL 
06bcf3fd4e424a86071e5c4ddeb89aa571c862e765aae9382d9f9a55ab72cd1c623490555c1a9bd3380a2d04ecb10fb47a75a7dddf449d4368a1a01617226858
-EBUILD libtirpc-0.2.5.ebuild 1920 SHA256 
787410d5dfb2794a29c607fd47db15230d42050eabd9ddc57efe86486e31c64b SHA512 

[gentoo-commits] proj/musl:master commit in: dev-qt/qtwebkit/files/, dev-qt/qtwebkit/

2017-04-02 Thread Aric Belsito
commit: c54fe9a289d547355b69b9309600eeb6bdbb2a3b
Author: Rasmus Thomsen  live  de>
AuthorDate: Sun Apr  2 19:28:07 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Apr  2 19:28:07 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c54fe9a2

dev-qt/qtwebkit: fix disable-gstreamer patch

 dev-qt/qtwebkit/Manifest | 2 +-
 dev-qt/qtwebkit/files/qtwebkit-5.2.1-disable-gstreamer.patch | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwebkit/Manifest b/dev-qt/qtwebkit/Manifest
index 488bab8..fe6d5bf 100644
--- a/dev-qt/qtwebkit/Manifest
+++ b/dev-qt/qtwebkit/Manifest
@@ -1,4 +1,4 @@
-AUX qtwebkit-5.2.1-disable-gstreamer.patch 766 SHA256 
06b0aa301aadc5fb601beb67583dfe416bf840a1266ccef794981a7610218508 SHA512 
cfe59ff3307769ddee1dc0de00097349f6392f605d3ebd2ed1e41e450685d9ce6fa99323d20331a4a25af6cb40cb49d12ee5a5883f5d5219316ac3068aa76353
 WHIRLPOOL 
71062b0c17dd2bde216a01517d1a890958359cdcd9a355f9f7d9b9c8f670ffad74284c4a07346197527d893802d94ef65a1d0e98fb98b4560306449f8d26bf71
+AUX qtwebkit-5.2.1-disable-gstreamer.patch 770 SHA256 
ece0e5c2bc46e5cb5174a6cc946838a9666a77edb4415a75226c064a90c1df5e SHA512 
56a7f24dd7bbd48a5d8db2e205cdca0f635cc84b62bab2bf22cf9cf42f0503033e86b2ec96d0286ffa36ba59d1dca64701c0652b80387aa9e7bef155e49de15e
 WHIRLPOOL 
5b4c1464ef056ce06082db48c396bb24d878d71ec8fa71c33f04e912157267d4a55482fd8c1749883bfea3879fbdd3d61e5fb0fbc0015b61b4d8f8383fc991c4
 AUX qtwebkit-5.3.2-use-gstreamer010.patch 926 SHA256 
444964b7af1ace629efb160efb434ca15e44ccd2c44ed8643019449b42268d3d SHA512 
bc88474a7b3c8b4f86748e6913a302a5d7cc0b7837233aeb27904ccbcb8e25adef6f6e4ee039b0b161eda43c6504bb7cbf053d272884e9ab869279e962942dac
 WHIRLPOOL 
d3fc6a3dd0504cd9efb738fc39780a47b0d3c4875c54cb0c585a2b7f76da9083b3856ae5b74f0f3e4290471ff19e99bc24c1d6932aee7bf38a96636b12c68274
 AUX qtwebkit-5.4.2-system-leveldb.patch 711 SHA256 
791a952174e5b50b0fc2a0e7b12fd6829e88b3fb59b6d8ccefe469df272957e7 SHA512 
d95d6e697d5e0b951465180d3f6bfa0ac16fc0f7a29504f773cf3bb28b1a7472f7bab83f379ea980851b6ed64a7d49cefcb27a503d37e5ce90110318628febcb
 WHIRLPOOL 
e979a7691faeeda737c916c183365619b875dd5fd872f1fcba16ff19549d0d6238c813cf01b0fa9cd649100422ed2de8987191d2343c062d46ee2276d7cd2407
 AUX qtwebkit-5.5.0-fix-backtrace-detection-musl.patch 963 SHA256 
191811606733d24b368bb25a4b0b737a504b1b78b5bb6ef88bb0450be1b6ff16 SHA512 
5cfe5f73e9f9017a73034e45355a4e8772c43b6beface7e7964df54e396eb04e5ca2e39dd3e8e1e7ea2cc0893dc620d8cf65d72703e5fa94786957dbe2af3bd7
 WHIRLPOOL 
005fc53e8ed1e02bdd88ffa3189b28db063dc4695c3277f65f0a459b343a85a378b517e8328f6e9762e9c5b4868fb768531fe24943bed1d25949d6a0e8b01fb3

diff --git a/dev-qt/qtwebkit/files/qtwebkit-5.2.1-disable-gstreamer.patch 
b/dev-qt/qtwebkit/files/qtwebkit-5.2.1-disable-gstreamer.patch
index 05e41a1..69550f2 100644
--- a/dev-qt/qtwebkit/files/qtwebkit-5.2.1-disable-gstreamer.patch
+++ b/dev-qt/qtwebkit/files/qtwebkit-5.2.1-disable-gstreamer.patch
@@ -1,5 +1,5 @@
 Tools/qmake/mkspecs/features/features.prf  2014-03-19 18:35:47.795676444 
+
-+++ Tools/qmake/mkspecs/features/features.prf  2014-03-19 18:36:38.602433220 
+
+--- a/Tools/qmake/mkspecs/features/features.prf2014-03-19 
18:35:47.795676444 +
 b/Tools/qmake/mkspecs/features/features.prf2014-03-19 
18:36:38.602433220 +
 @@ -99,12 +99,6 @@
  
  # HTML5 Media Support for builds with GStreamer



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

2017-04-02 Thread Mike Gilbert
commit: 05eae7f18f2a61e63d2250e02cc497b425c7d77f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Apr  3 00:57:33 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Apr  3 00:57:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05eae7f1

www-client/chromium: remove old

Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

 www-client/chromium/Manifest |   1 -
 www-client/chromium/chromium-57.0.2987.98.ebuild | 645 ---
 2 files changed, 646 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index eb4915cca8f..7c54b5d3a98 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,4 @@
 DIST chromium-57.0.2987.133.tar.xz 525240460 SHA256 
70011770a7e522c92826a3af48d3fd28a46bf8042897d072d20c748cbf828cf7 SHA512 
b53fb357d3f11b45a46b3fe52a10b0d20cf8f3fedc8454ceca6b8d1ea9c526493cfeeb4472766e3f23ceba5cd53b089a2639d6a166fbfa91db05153571b59039
 WHIRLPOOL 
25854c4c1c9b9fde2c0bd9af7c374fe3fe78a19a34703cf54cb157a257c7408bf1bf58c199afbc16009e99bc4a3cdc578e907e78fc45bc781e59ab39b877c374
-DIST chromium-57.0.2987.98.tar.xz 525286840 SHA256 
16b5ecf70fcab8476231636ec20f5415897781b01ed21640283cb358322f792d SHA512 
10b832e1cb3693899499080d62f7b9162dd807308b9228b1aeebf0f3481db85d301fcce16cbc089909f4cd08f77205805c7215127415ab2679d15e5dcb87a912
 WHIRLPOOL 
372dae1469374a156be7343042d48fa27fafcd1007bc64954f88dbb021a793c4ef90ec69b83965ca0b10aa85b0b39d490cd9d106251796184a779ce559ff087d
 DIST chromium-58.0.3029.14.tar.xz 509043400 SHA256 
b7a02ec45d61516552f7377bd066ee1d77a4ededc03c4c53c18373797dc8d8c4 SHA512 
b84c422965c694eee4159bd4f8c102fda5e7d8012adf195c2882f9ef3030a0433fac666de85bfcdd4e635d82a57dfa9f3d4e8000dfb8ada2e068348190a4524c
 WHIRLPOOL 
dc47733b3344f58fa1a3bc3f1dcac5088d9bbfcffa1c395547ff42367d2164f51cced3f9ad4afc7157834339dbe3fbe6790c835345533c917013770fe11ebec7
 DIST chromium-58.0.3029.19.tar.xz 509050504 SHA256 
ffe5b52faf219bee7675460ac56b3d62a3ee9fd2001f4a854224a1445b8af5e6 SHA512 
b1780d4920d14e4861b5e5895accf49d7b65d49345ec243d7d1042ca1d0246cb3b4fcfa383ea3a6ef9a2145bc526be71286af156051a058f4f699b64cce772cb
 WHIRLPOOL 
e5e57370aa06ef8ef7b1e923f684148a1035dc3c4282e6a327cbe4f6e7a472ed724e5c4edb3e5ea91ed3620ea6a9d9f23c5ddb52246ff840b7997e3b00bebc8a
 DIST chromium-59.0.3047.0.tar.xz 517288828 SHA256 
721fab5df661df892880c63b6b3b8a89978f6874afe3de4506e3e762d7cf3ba3 SHA512 
0259aeecd25e734d5d8fcbc51bf976b71ef1a9332852a836c233a413856f319746d7181e3b8315729f08ca7a0959a2a67966ea6ac14442697ab73f27af0067c7
 WHIRLPOOL 
6a93d595ec023b2d4d008e163fec660a54d9d1013d36b2a466f5a35b81e37f6313e961bac49780f0a90eb3f6173da99a2acb09a6976e0ba3c43a9a8bd4937aa4

diff --git a/www-client/chromium/chromium-57.0.2987.98.ebuild 
b/www-client/chromium/chromium-57.0.2987.98.ebuild
deleted file mode 100644
index 85185e08bc8..000
--- a/www-client/chromium/chromium-57.0.2987.98.ebuild
+++ /dev/null
@@ -1,645 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh-CN zh-TW"
-
-inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="component-build cups gconf gnome-keyring gtk3 +hangouts kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx 
+tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-
-# Native Client binaries are compiled with different set of flags, bug #452066.
-QA_FLAGS_IGNORED=".*\.nexe"
-
-# Native Client binaries may be stripped by the build system, which uses the
-# right tools for it, bug #469144 .
-QA_PRESTRIPPED=".*\.nexe"
-
-COMMON_DEPEND="
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   >=dev-libs/elfutils-0.149
-   dev-libs/expat:=
-   dev-libs/glib:2
-   dev-libs/icu:=
-   >=dev-libs/jsoncpp-0.5.0-r1:=
-   dev-libs/libxml2:=[icu]
-   dev-libs/libxslt:=
-   dev-libs/nspr:=
-   >=dev-libs/nss-3.14.3:=
-   >=dev-libs/re2-0.2016.05.01:=
-   gconf? ( >=gnome-base/gconf-2.24.0:= )
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
-   media-libs/freetype:=
-   >=media-libs/harfbuzz-1.3.1:=[icu(+)]
-   media-libs/libexif:=
-   

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

2017-04-02 Thread Lars Wendler
commit: 7665b76b3053e6e604b30e79655fbed46a8deaa7
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr  3 00:10:12 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr  3 00:10:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7665b76b

app-backup/dar: Bump to version 2.5.10

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-backup/dar/Manifest  |  1 +
 app-backup/dar/dar-2.5.10.ebuild | 96 
 2 files changed, 97 insertions(+)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index 7ddeefe90d8..864317d0f93 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1,5 +1,6 @@
 DIST dar-2.4.20.tar.gz 1804634 SHA256 
f0f66108692de8b27e76b1832d9013d9d1dbf45d2f5c222dde3c6f1b308d SHA512 
1ed2e43df05082c01f6a53aa8c1c7328cb27fc3d84115d3f4a07de943fc814b614155f673464cd1a455e3b8c21e30f95da03ed9f72883b58ae005e3696de8143
 WHIRLPOOL 
b3ce8c59efe2f9f988133613b73fe1ec14af39746e7c5fff0c83fa2146218fad3e912f586e9b677af809696105fa9d72dc35122ec3b3ca3ad63b2cdd75fce954
 DIST dar-2.4.23.tar.gz 1819248 SHA256 
2338b5bdd17168db10aed75a2cf6abb99e8058a4e67eba3bfaaec457c04725b1 SHA512 
c9c737f9310eb84aaf0743139b9bacc07dab853a6cc0572882f54a80b6e15aac41af6151b6ca38db61b131fdb05d5cd0e9e6269cdf5bdd3698ce0df754a152c8
 WHIRLPOOL 
35a6e80d7f0dfa8dd7f5385c33ee0ee375f284223a0f268c1eb3a77f8ef2f222a7ae8a5e2d78e60ff5b2d59d9aa106f0b14449e61d3166564a8ca23cfbf3e5e4
 DIST dar-2.4.24.tar.gz 1820097 SHA256 
cb9f0935f4aa1c10daaceef3fbcf165ca73524fd6ce50948cb91e926080825f0 SHA512 
3e5fbaaac7ab8e25776d20c11accba94c30abcbc898e7700e9faa98dee94995e742a9481740f2d286149a198ce661d876d2737fed85f1a2555073436175c5f10
 WHIRLPOOL 
659ac04d22c4781595863b22372755a357f060ab7325623d54e7d258aa3670c026a884775444c2cea232fc3a0410d6c85c06a5f56a14cc39022c72237fe6
+DIST dar-2.5.10.tar.gz 1888334 SHA256 
771c8462b9e65bf646699a14a4e156c75b5bda4301ebf6f5e03bd82c2486a4d8 SHA512 
90727f206634fc7d8ab7ca1faf588cfdb504d7474096b2965fde18a0a3cc54f603f0df3ddd1b00d331951d5d4688a1adb861eec71034e92aa1428e5ba9e665f1
 WHIRLPOOL 
cdfaf5ee6535083e49aef2992010b960650b9804426cc6a52cf0839225d54e7537b8e356acfb398210b480eebf73551875f01ae016d04221c2ac18cc65ee4f05
 DIST dar-2.5.8.tar.gz 1882127 SHA256 
4f2968bb6f769ccfc4db880db4e3bd5596565b4674fa92000d2a17c7bdd4e825 SHA512 
4cb2305173b4ae0ecd6649f69356c2e2972e67ae526a2ab03a2980ea57b1827a351f79ca44171f2869cfd488b907204d03cc45ade7e790d775d49967b27a
 WHIRLPOOL 
32a8cec804fc0e03389dabdf00ad15661e49d84612a350aeda7920991d106023ee655104ce54dbbdf76197b963abc83df29788279faa11ff6314874cfdd7c783
 DIST dar-2.5.9.tar.gz 1886232 SHA256 
6973614afa970d095719bf43d91855c450d0fa5dcf0a45b580055625500ba92e SHA512 
ee7b9180fb5f937b3fdd9a2f615dfecc66bd0c39f95e067ac55fa6c6f038e5abbe8ec8ab639e3eb51dd2cc7e4221a42fb5e783ed2039e0deabaa75e6f93abdac
 WHIRLPOOL 
f0eef9ef3b44860b5693414e5de62becec1195099697ffe424d2ee805b7d2bffa03710d1e95ef49922334ccb708b46e62f7cafa612c74abaaa667a4244212ba3

diff --git a/app-backup/dar/dar-2.5.10.ebuild b/app-backup/dar/dar-2.5.10.ebuild
new file mode 100644
index 000..bb527233dac
--- /dev/null
+++ b/app-backup/dar/dar-2.5.10.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic
+
+DESCRIPTION="A full featured backup tool, aimed for disks"
+HOMEPAGE="http://dar.linux.free.fr/;
+SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+IUSE="dar32 dar64 doc gcrypt gpg lzo nls static static-libs xattr"
+
+RESTRICT="test" # need to be run as root
+
+RDEPEND=">=sys-libs/zlib-1.2.3:=
+   !static? (
+   app-arch/bzip2:=
+   app-arch/xz-utils:=
+   sys-libs/libcap
+   gcrypt? ( dev-libs/libgcrypt:0= )
+   gpg? ( app-crypt/gpgme )
+   lzo? ( dev-libs/lzo:= )
+   xattr? ( sys-apps/attr:= )
+   )"
+
+DEPEND="${RDEPEND}
+   static? (
+   app-arch/bzip2[static-libs]
+   app-arch/xz-utils[static-libs]
+   sys-libs/libcap[static-libs]
+   sys-libs/zlib[static-libs]
+   gcrypt? ( dev-libs/libgcrypt:0=[static-libs] )
+   gpg? (
+   app-crypt/gpgme[static-libs]
+   dev-libs/libassuan[static-libs]
+   dev-libs/libgpg-error[static-libs]
+   )
+   lzo? ( dev-libs/lzo[static-libs] )
+   xattr? ( sys-apps/attr[static-libs] )
+   )
+   nls? (
+   sys-devel/gettext
+   virtual/libintl
+   )
+   doc? ( app-doc/doxygen )"
+
+REQUIRED_USE="?? ( dar32 dar64 )
+   gpg? ( gcrypt )"
+
+#PATCHES=(
+#)
+
+src_configure() {
+   local myconf=( --disable-upx )
+
+   # Bug 103741
+   filter-flags -fomit-frame-pointer
+
+   # 

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

2017-04-02 Thread Lars Wendler
commit: e5326da0a9444d67cfb6ca0683fcc7d61c0fa047
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr  3 00:11:03 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr  3 00:11:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5326da0

app-backup/dar: Removed old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-backup/dar/Manifest  |  2 -
 app-backup/dar/dar-2.4.23.ebuild | 68 
 app-backup/dar/dar-2.5.8.ebuild  | 96 
 3 files changed, 166 deletions(-)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index 864317d0f93..e4ccc688beb 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1,6 +1,4 @@
 DIST dar-2.4.20.tar.gz 1804634 SHA256 
f0f66108692de8b27e76b1832d9013d9d1dbf45d2f5c222dde3c6f1b308d SHA512 
1ed2e43df05082c01f6a53aa8c1c7328cb27fc3d84115d3f4a07de943fc814b614155f673464cd1a455e3b8c21e30f95da03ed9f72883b58ae005e3696de8143
 WHIRLPOOL 
b3ce8c59efe2f9f988133613b73fe1ec14af39746e7c5fff0c83fa2146218fad3e912f586e9b677af809696105fa9d72dc35122ec3b3ca3ad63b2cdd75fce954
-DIST dar-2.4.23.tar.gz 1819248 SHA256 
2338b5bdd17168db10aed75a2cf6abb99e8058a4e67eba3bfaaec457c04725b1 SHA512 
c9c737f9310eb84aaf0743139b9bacc07dab853a6cc0572882f54a80b6e15aac41af6151b6ca38db61b131fdb05d5cd0e9e6269cdf5bdd3698ce0df754a152c8
 WHIRLPOOL 
35a6e80d7f0dfa8dd7f5385c33ee0ee375f284223a0f268c1eb3a77f8ef2f222a7ae8a5e2d78e60ff5b2d59d9aa106f0b14449e61d3166564a8ca23cfbf3e5e4
 DIST dar-2.4.24.tar.gz 1820097 SHA256 
cb9f0935f4aa1c10daaceef3fbcf165ca73524fd6ce50948cb91e926080825f0 SHA512 
3e5fbaaac7ab8e25776d20c11accba94c30abcbc898e7700e9faa98dee94995e742a9481740f2d286149a198ce661d876d2737fed85f1a2555073436175c5f10
 WHIRLPOOL 
659ac04d22c4781595863b22372755a357f060ab7325623d54e7d258aa3670c026a884775444c2cea232fc3a0410d6c85c06a5f56a14cc39022c72237fe6
 DIST dar-2.5.10.tar.gz 1888334 SHA256 
771c8462b9e65bf646699a14a4e156c75b5bda4301ebf6f5e03bd82c2486a4d8 SHA512 
90727f206634fc7d8ab7ca1faf588cfdb504d7474096b2965fde18a0a3cc54f603f0df3ddd1b00d331951d5d4688a1adb861eec71034e92aa1428e5ba9e665f1
 WHIRLPOOL 
cdfaf5ee6535083e49aef2992010b960650b9804426cc6a52cf0839225d54e7537b8e356acfb398210b480eebf73551875f01ae016d04221c2ac18cc65ee4f05
-DIST dar-2.5.8.tar.gz 1882127 SHA256 
4f2968bb6f769ccfc4db880db4e3bd5596565b4674fa92000d2a17c7bdd4e825 SHA512 
4cb2305173b4ae0ecd6649f69356c2e2972e67ae526a2ab03a2980ea57b1827a351f79ca44171f2869cfd488b907204d03cc45ade7e790d775d49967b27a
 WHIRLPOOL 
32a8cec804fc0e03389dabdf00ad15661e49d84612a350aeda7920991d106023ee655104ce54dbbdf76197b963abc83df29788279faa11ff6314874cfdd7c783
 DIST dar-2.5.9.tar.gz 1886232 SHA256 
6973614afa970d095719bf43d91855c450d0fa5dcf0a45b580055625500ba92e SHA512 
ee7b9180fb5f937b3fdd9a2f615dfecc66bd0c39f95e067ac55fa6c6f038e5abbe8ec8ab639e3eb51dd2cc7e4221a42fb5e783ed2039e0deabaa75e6f93abdac
 WHIRLPOOL 
f0eef9ef3b44860b5693414e5de62becec1195099697ffe424d2ee805b7d2bffa03710d1e95ef49922334ccb708b46e62f7cafa612c74abaaa667a4244212ba3

diff --git a/app-backup/dar/dar-2.4.23.ebuild b/app-backup/dar/dar-2.4.23.ebuild
deleted file mode 100644
index c7cd003422b..000
--- a/app-backup/dar/dar-2.4.23.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="A full featured backup tool, aimed for disks"
-HOMEPAGE="http://dar.linux.free.fr/;
-SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
-IUSE="acl dar32 dar64 doc gcrypt lzo nls static static-libs"
-
-RESTRICT="test" # need to be run as root
-
-RDEPEND=">=sys-libs/zlib-1.2.3:=
-   !static? ( app-arch/bzip2:= )
-   acl? ( !static? ( sys-apps/attr:= ) )
-   gcrypt? ( dev-libs/libgcrypt:0= )
-   lzo? ( !static? ( dev-libs/lzo:= ) )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   static? ( app-arch/bzip2[static-libs] )
-   static? ( sys-libs/zlib[static-libs] )
-   acl? ( static? ( sys-apps/attr[static-libs] ) )
-   lzo? ( static? ( dev-libs/lzo[static-libs] ) )
-   nls? ( sys-devel/gettext )
-   doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="?? ( dar32 dar64 )"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
-
-src_configure() {
-   local myconf="--disable-upx"
-
-   # Bug 103741
-   filter-flags -fomit-frame-pointer
-
-   use acl || myconf="${myconf} --disable-ea-support"
-   use dar32 && myconf="${myconf} --enable-mode=32"
-   use dar64 && myconf="${myconf} --enable-mode=64"
-   use doc || myconf="${myconf} --disable-build-html"
-   # use examples && myconf="${myconf} --enable-examples"
-   use gcrypt || myconf="${myconf} --disable-libgcrypt-linking"
-   use lzo || myconf="${myconf} --disable-liblzo2-linking"
-   use nls || myconf="${myconf} --disable-nls"
-   if ! use 

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

2017-04-02 Thread Matt Turner
commit: b3db9f52952fc19b373064cb9f05a27253805b61
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  2 23:39:48 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  2 23:41:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3db9f52

virtual/mpi-2.0-r4: sparc stable

 virtual/mpi/mpi-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild
index 787f1532199..077f170845b 100644
--- a/virtual/mpi/mpi-2.0-r4.ebuild
+++ b/virtual/mpi/mpi-2.0-r4.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="cxx fortran romio threads"
 
 RDEPEND="|| (



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

2017-04-02 Thread Matt Turner
commit: 062827f9921faaa31b5c05f51bd24d6e2ed3e45f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  2 23:40:39 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  2 23:41:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062827f9

dev-libs/boost-1.62.0-r1: sparc stable, bug 590244

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

diff --git a/dev-libs/boost/boost-1.62.0-r1.ebuild 
b/dev-libs/boost/boost-1.62.0-r1.ebuild
index ce2f2410a30..a4478570f25 100644
--- a/dev-libs/boost/boost-1.62.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.62.0-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt"
 
 IUSE="context debug doc icu +nls mpi python static-libs +threads tools"
 



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

2017-04-02 Thread Matt Turner
commit: 46f8b1040e12b47fbe5bad7228f8a0de04d18c41
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  2 23:35:55 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  2 23:41:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f8b104

dev-util/boost-build-1.62.0-r1: sparc stable, bug 590244

 dev-util/boost-build/boost-build-1.62.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
index 709308e52ed..2a3d08d3323 100644
--- a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~amd64-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 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples python test"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )



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

2017-04-02 Thread Matt Turner
commit: 272b3e4c1176bbc176dc74dda6d39803fc1cad4f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  2 23:39:27 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  2 23:41:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272b3e4c

sys-cluster/openmpi-2.0.2: sparc stable

 sys-cluster/openmpi/openmpi-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/openmpi-2.0.2.ebuild 
b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
index 9db43decc9f..5553a3fcd9c 100644
--- a/sys-cluster/openmpi/openmpi-2.0.2.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
@@ -32,7 +32,7 @@ HOMEPAGE="http://www.open-mpi.org;
 SRC_URI="http://www.open-mpi.org/software/ompi/v$(get_version_component_range 
1-2)/downloads/${MY_P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux"
 IUSE="cma cuda cxx elibc_FreeBSD fortran heterogeneous ipv6 java mpi-threads 
numa romio threads
${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} 
${IUSE_OPENMPI_OFED_FEATURES}"
 



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2017-04-02 Thread Göktürk Yüksek
commit: 2283c099d8201e5b9e98830120bfb512298ef680
Author: Henning Schild  hennsch  de>
AuthorDate: Sun Apr  2 07:57:05 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Apr  2 21:11:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2283c099

net-im/telegram-desktop-bin: Cleanup old.

Signed-off-by: Henning Schild  hennsch.de>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.0.5.ebuild  | 59 --
 2 files changed, 62 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 8fe1fa015f0..3e727a8d7f3 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
 DIST tdesktop-1.0.14.tar.gz 15532607 SHA256 
3900da4ffaf229eaa2d679fbd7b890011823e9196c01d3c8563598dcfdef5c8a SHA512 
02c1692fb193d5fd0652b4781f54ad1ec15c6f27bebe8ef7a467962710c9510ae86f353cc191916aeae4ccbbe65ac8e60f638db57d3d54be839a3b9de229d749
 WHIRLPOOL 
7457fe4bf8d171fafba1aee838b02a2a64b679771cf030728048818a1b8a2d4afaa9080089e4fa369f2ccf110018cf1f8cfee1e40fd19862ab6f75360d746551
 DIST tdesktop-1.0.27.tar.gz 15378060 SHA256 
684e8051a6bca6b37898fe288e8cbce82af8e0121f61785971772789b6f5 SHA512 
5b7a7079561eb759a3108bfb961c9161f5ec729bfc80ade25b10a1d6874fbf31a6a5f2dda443671c9f855c442c7dc92365d9d919c97ed2a64d6e2bd421a5
 WHIRLPOOL 
5087db39839e0b062d411532f2a166f3802a8eedddba8d1236f58a2a3221d605118b7606c7d3c8af081969192b63108c7e568ce758ff522ff607b1dee3b36f84
-DIST tdesktop-1.0.5.tar.gz 11570561 SHA256 
e7070817a2cd600fe6beb4f7aba589fe7353f2a3262d6b6868d730f432dc296f SHA512 
8f9eee1d9452f76d94f4e981730bc524bdbe7c79438d0d480a3f4043f4b8331a02657f71c61a830904bef53f5919f072be801f735237c3abf94c1faa6d434b1e
 WHIRLPOOL 
e23525b0e2f61efe024016ec5d43a0c7f09b15dac57b1f2a6cbe8df752ef19c9f3f90903399fbad2bfc636dbbe066f025674dd898b054232d4c2d3cf9034af35
 DIST tsetup.1.0.14.tar.xz 29131804 SHA256 
88dcffe9fe21855dbf335ad6b94d5a998773d4339b5ca42ce53ae01a2835f448 SHA512 
5f1af9a84acf429bd5c09facbdde56b0ada7fbc24d2cf30111aba98a75d338b48606df1922dfb57c25dc54da71a085e1337391a23436d827c1ca17e2a650e156
 WHIRLPOOL 
f4b10e13336c9ceef2753bf4b237bc18f1458b11bcbd00f9157859e598fcd1dcb18b6f19b8f775d1ead2b08db3406a5f511fef19c436503294b0b78a4a5b69bf
 DIST tsetup.1.0.27.tar.xz 28969028 SHA256 
bcd78e93e6fee723ff508f2e393cfa76cc227589daf30fe32d0359cb6033a4ab SHA512 
9168626f500dc90446f559fb88f91b09ec09d4a0e7b515aa0fcc1784b48fb35bdb873e411bbc43f7feac4426bb7ba9c4495c029c31d0e1914c5938f4623f21f7
 WHIRLPOOL 
78cdd9a68befc6131a9246467eeebec26f5c390f793526a6b7305b445a84a14d5fac6bb925ac51b30bfa6e4944dc819963efdbc91a836ab2c739985ec6e5fa57
-DIST tsetup.1.0.5.tar.xz 25228040 SHA256 
1b1fa194fb3fa3b5422116d2a48557c6c6719fdfed971e20019037c6aef11d73 SHA512 
0c63cee89e2479a30431c78fc3a65d9f1008f0943202bb8ad9dece3629cd9e975ed90d9e247c822a9639c25614bd29e4fdbd660b29564af742f2e7a3fefa4830
 WHIRLPOOL 
a6367453bf457483507d5f058da149de56bab815995ef227b76c6fed920bb3eb7c0543f49b927d89e7eef82a483de49178077ad99c60c9c887fd313e8ac83286
 DIST tsetup32.1.0.14.tar.xz 29767600 SHA256 
5902d7164073d61056629490fef041c84083d185e8aa5edf8bffacb52bdb5856 SHA512 
41be6c68b9ddaa2f2f900e74a5e32960166fc33bf2be4d58b03fbc42855fab1aa9173b1853e67fe5aae45af9a01401d80b3f3d185e713a983e9b2ef0798f515a
 WHIRLPOOL 
f71687750f72c76be8af578cafce0bfe54f8bf0df8d40242229ffacad51a8de8b4b02ca7a940c757c102704f390a3212d2df069b5dc7982e23d522c7e6a97c0a
 DIST tsetup32.1.0.27.tar.xz 29759552 SHA256 
0112c1c553b566e18a1e003dc9e62916d073e3a41f6b723e43e9b8095077d2ac SHA512 
e7d9c43d2fd5e4149d7053b8828a7aa37551355688bfc6d9d79acd9adb3c1c0138ed7298a53a259af03a8e5cf161f15e7fdf7dd4925017fb65b861de8bfbea8c
 WHIRLPOOL 
a35426c71856a9a577d8a79a01940c34fc68c9ff1e1ee997648eceb0c425cd0a392969a159e1c6d24f263509a9f83359eb536916debe16ea5b08ef9323f30f83
-DIST tsetup32.1.0.5.tar.xz 25851908 SHA256 
9c2acc15ef496c31f69eec3d9bab0cfb3df0c31d0da9c08f80fe6488f872deb8 SHA512 
f4a0e4f70015afe277497133d393ca677583c165518fbbd11919e566931935e0b48d3c708173f74c7aab43a75264145fb8f6273e76aed3ff2594765c7cd72beb
 WHIRLPOOL 
a28aaa4100b7257bd8a40481beb72e06d46c30feb51e3083897692d8da9fd2c3d5b31953780d61983d8926aee3d873b0da694120ed0f6cb7ea05602c9baac7f3

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.0.5.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.0.5.ebuild
deleted file mode 100644
index 5858bacb2f9..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.0.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( 

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2017-04-02 Thread Göktürk Yüksek
commit: f01bf8b3a821f0e37c1d0fa0e805c439af75f8e1
Author: Henning Schild  hennsch  de>
AuthorDate: Sun Apr  2 07:55:17 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Apr  2 21:11:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01bf8b3

net-im/telegram-desktop-bin: Version bump to 1.0.27

Signed-off-by: Henning Schild  hennsch.de>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.0.27.ebuild | 59 ++
 2 files changed, 62 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index d3ab3466145..8fe1fa015f0 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.0.14.tar.gz 15532607 SHA256 
3900da4ffaf229eaa2d679fbd7b890011823e9196c01d3c8563598dcfdef5c8a SHA512 
02c1692fb193d5fd0652b4781f54ad1ec15c6f27bebe8ef7a467962710c9510ae86f353cc191916aeae4ccbbe65ac8e60f638db57d3d54be839a3b9de229d749
 WHIRLPOOL 
7457fe4bf8d171fafba1aee838b02a2a64b679771cf030728048818a1b8a2d4afaa9080089e4fa369f2ccf110018cf1f8cfee1e40fd19862ab6f75360d746551
+DIST tdesktop-1.0.27.tar.gz 15378060 SHA256 
684e8051a6bca6b37898fe288e8cbce82af8e0121f61785971772789b6f5 SHA512 
5b7a7079561eb759a3108bfb961c9161f5ec729bfc80ade25b10a1d6874fbf31a6a5f2dda443671c9f855c442c7dc92365d9d919c97ed2a64d6e2bd421a5
 WHIRLPOOL 
5087db39839e0b062d411532f2a166f3802a8eedddba8d1236f58a2a3221d605118b7606c7d3c8af081969192b63108c7e568ce758ff522ff607b1dee3b36f84
 DIST tdesktop-1.0.5.tar.gz 11570561 SHA256 
e7070817a2cd600fe6beb4f7aba589fe7353f2a3262d6b6868d730f432dc296f SHA512 
8f9eee1d9452f76d94f4e981730bc524bdbe7c79438d0d480a3f4043f4b8331a02657f71c61a830904bef53f5919f072be801f735237c3abf94c1faa6d434b1e
 WHIRLPOOL 
e23525b0e2f61efe024016ec5d43a0c7f09b15dac57b1f2a6cbe8df752ef19c9f3f90903399fbad2bfc636dbbe066f025674dd898b054232d4c2d3cf9034af35
 DIST tsetup.1.0.14.tar.xz 29131804 SHA256 
88dcffe9fe21855dbf335ad6b94d5a998773d4339b5ca42ce53ae01a2835f448 SHA512 
5f1af9a84acf429bd5c09facbdde56b0ada7fbc24d2cf30111aba98a75d338b48606df1922dfb57c25dc54da71a085e1337391a23436d827c1ca17e2a650e156
 WHIRLPOOL 
f4b10e13336c9ceef2753bf4b237bc18f1458b11bcbd00f9157859e598fcd1dcb18b6f19b8f775d1ead2b08db3406a5f511fef19c436503294b0b78a4a5b69bf
+DIST tsetup.1.0.27.tar.xz 28969028 SHA256 
bcd78e93e6fee723ff508f2e393cfa76cc227589daf30fe32d0359cb6033a4ab SHA512 
9168626f500dc90446f559fb88f91b09ec09d4a0e7b515aa0fcc1784b48fb35bdb873e411bbc43f7feac4426bb7ba9c4495c029c31d0e1914c5938f4623f21f7
 WHIRLPOOL 
78cdd9a68befc6131a9246467eeebec26f5c390f793526a6b7305b445a84a14d5fac6bb925ac51b30bfa6e4944dc819963efdbc91a836ab2c739985ec6e5fa57
 DIST tsetup.1.0.5.tar.xz 25228040 SHA256 
1b1fa194fb3fa3b5422116d2a48557c6c6719fdfed971e20019037c6aef11d73 SHA512 
0c63cee89e2479a30431c78fc3a65d9f1008f0943202bb8ad9dece3629cd9e975ed90d9e247c822a9639c25614bd29e4fdbd660b29564af742f2e7a3fefa4830
 WHIRLPOOL 
a6367453bf457483507d5f058da149de56bab815995ef227b76c6fed920bb3eb7c0543f49b927d89e7eef82a483de49178077ad99c60c9c887fd313e8ac83286
 DIST tsetup32.1.0.14.tar.xz 29767600 SHA256 
5902d7164073d61056629490fef041c84083d185e8aa5edf8bffacb52bdb5856 SHA512 
41be6c68b9ddaa2f2f900e74a5e32960166fc33bf2be4d58b03fbc42855fab1aa9173b1853e67fe5aae45af9a01401d80b3f3d185e713a983e9b2ef0798f515a
 WHIRLPOOL 
f71687750f72c76be8af578cafce0bfe54f8bf0df8d40242229ffacad51a8de8b4b02ca7a940c757c102704f390a3212d2df069b5dc7982e23d522c7e6a97c0a
+DIST tsetup32.1.0.27.tar.xz 29759552 SHA256 
0112c1c553b566e18a1e003dc9e62916d073e3a41f6b723e43e9b8095077d2ac SHA512 
e7d9c43d2fd5e4149d7053b8828a7aa37551355688bfc6d9d79acd9adb3c1c0138ed7298a53a259af03a8e5cf161f15e7fdf7dd4925017fb65b861de8bfbea8c
 WHIRLPOOL 
a35426c71856a9a577d8a79a01940c34fc68c9ff1e1ee997648eceb0c425cd0a392969a159e1c6d24f263509a9f83359eb536916debe16ea5b08ef9323f30f83
 DIST tsetup32.1.0.5.tar.xz 25851908 SHA256 
9c2acc15ef496c31f69eec3d9bab0cfb3df0c31d0da9c08f80fe6488f872deb8 SHA512 
f4a0e4f70015afe277497133d393ca677583c165518fbbd11919e566931935e0b48d3c708173f74c7aab43a75264145fb8f6273e76aed3ff2594765c7cd72beb
 WHIRLPOOL 
a28aaa4100b7257bd8a40481beb72e06d46c30feb51e3083897692d8da9fd2c3d5b31953780d61983d8926aee3d873b0da694120ed0f6cb7ea05602c9baac7f3

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.0.27.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.0.27.ebuild
new file mode 100644
index 000..5858bacb2f9
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.0.27.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( 

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

2017-04-02 Thread Mart Raudsepp
commit: c3b1b1f72d31eac87ee87da9f2004b8a8fff2b12
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 21:01:45 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 21:01:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b1b1f7

gnome-base/gnome-shell: remove double browser-plugin (nsplugin) arg passing to 
configure

There was a --enable-browser-plugin followed by $(use_enable nsplugin 
browser-plugin), making
the first extraneous and not effective. No end result changes, just cosmetics 
to avoid confusion.

Thanks-to: Matt Turner  gentoo.org>

 gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild | 1 -
 gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild| 1 -
 2 files changed, 2 deletions(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild
index f84962db8c1..9356bfbbad2 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.22.3-r1.ebuild
@@ -133,7 +133,6 @@ src_prepare() {
 src_configure() {
# Do not error out on warnings
gnome2_src_configure \
-   --enable-browser-plugin \
--enable-man \
$(use_enable !openrc-force systemd) \
$(use_with bluetooth) \

diff --git a/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild
index ab476dccc84..d1526e08e8f 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild
@@ -132,7 +132,6 @@ src_prepare() {
 src_configure() {
# Do not error out on warnings
gnome2_src_configure \
-   --enable-browser-plugin \
--enable-man \
$(use_enable !openrc-force systemd) \
$(use_with bluetooth) \



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

2017-04-02 Thread Jeroen Roovers
commit: 4490a5fc180d18bd8c3f3852548d3b9848a04bf3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr  2 20:47:35 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr  2 20:47:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4490a5fc

net-misc/youtube-dl: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2017.04.02.ebuild | 98 
 2 files changed, 99 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index eee35b678bd..95cc057a955 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2017.03.16.tar.gz 2631620 SHA256 
55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492 SHA512 
f3b8942f6b2be3b1cfd4bddfb74c17bad48c8ef4bea34114970ecb9d65b5a3dcbe71beba6d7c2dbda168371bbb2e8bbaddce58039bd9d158bf23950a2a88123c
 WHIRLPOOL 
8345da00074e62ec9a9c244cb9ef64930fbd0e5e9e5bc1709bfcf56517cc6312031a09523c3016db2a1542c16a0297bea9d6883a201ae94e347e358307e92422
 DIST youtube-dl-2017.03.24.tar.gz 2643234 SHA256 
b772e58ff9f156cfcff0308a3f13c5ea75b0cf4dc297d1fe9aa4ad2b870c8803 SHA512 
8eb7002dc1d38945373910ef2697bb691f43827237621495ba5501c1a2efd63055b022aaeac403183af58fac8990c733655c28559edf77069a849a1d58b438d0
 WHIRLPOOL 
739d6924dd16dcf6fc469255aed4fd34c704c496d38b833782d6bc8c470cd763479e7ef517701690fe9a2b1dbb1cccbe0e7dd89f2f6e0ddeb6eff998edfb709e
 DIST youtube-dl-2017.03.26.tar.gz 2647102 SHA256 
321558b19c485b2269c394de5546a8d6c0a876ad57dec5b53e0f677251d8da03 SHA512 
24a5c8b85db51efdca828bd5c0b5d1b4e5da8464e627a4cff2c8043be5b73c57d1de962d1d2035f51158cd47785563c8ed3f3d8c83ddd473649ea67844c083a9
 WHIRLPOOL 
375fe45c8ff4bddbe0445027fdc8b605e016cb5963ce710c880ab926e8f7486ef79f8b482a14487a0b91c09e8f4815e61dd7759fbebdefb2bc350639b1490f73
+DIST youtube-dl-2017.04.02.tar.gz 2658223 SHA256 
623e1a80d8e479a68c5620798354a4c238bdeba87f7ae2491ad0628195203f8c SHA512 
65725701c944e5baa77fe22c8fd75873161c60e376f1c2bb174197d7be62ea2d32ba240b13609ec76454cf5c81e41facd6881a1b45f5be9ca984eb1a56785806
 WHIRLPOOL 
13ea7c5e40b6e29854365b6a0778e1c0b4675a73901748a9fadfcb0d26828f75a0999fd2a73ab898b1ed391fa9e5341ca0ddf082b0a8603d788d515a48e68361

diff --git a/net-misc/youtube-dl/youtube-dl-2017.04.02.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.04.02.ebuild
new file mode 100644
index 000..0527ae290b0
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2017.04.02.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_4,3_5})
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="+offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 porncom pornflip pornhd pornotube 
pornovoisines
+   pornoxo ruleporn sexu slutload spankbang spankwire 
sunporno thisav
+   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
+   youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber pornhub redtube tnaflix xhamster
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+   

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

2017-04-02 Thread Jeroen Roovers
commit: 7e41c6c87f99784a3e20156ec9cbaf1fbdc1be95
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr  2 20:48:31 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr  2 20:48:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e41c6c8

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2017.03.24.ebuild | 98 
 2 files changed, 99 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 95cc057a955..b95339de03d 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2017.03.16.tar.gz 2631620 SHA256 
55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492 SHA512 
f3b8942f6b2be3b1cfd4bddfb74c17bad48c8ef4bea34114970ecb9d65b5a3dcbe71beba6d7c2dbda168371bbb2e8bbaddce58039bd9d158bf23950a2a88123c
 WHIRLPOOL 
8345da00074e62ec9a9c244cb9ef64930fbd0e5e9e5bc1709bfcf56517cc6312031a09523c3016db2a1542c16a0297bea9d6883a201ae94e347e358307e92422
-DIST youtube-dl-2017.03.24.tar.gz 2643234 SHA256 
b772e58ff9f156cfcff0308a3f13c5ea75b0cf4dc297d1fe9aa4ad2b870c8803 SHA512 
8eb7002dc1d38945373910ef2697bb691f43827237621495ba5501c1a2efd63055b022aaeac403183af58fac8990c733655c28559edf77069a849a1d58b438d0
 WHIRLPOOL 
739d6924dd16dcf6fc469255aed4fd34c704c496d38b833782d6bc8c470cd763479e7ef517701690fe9a2b1dbb1cccbe0e7dd89f2f6e0ddeb6eff998edfb709e
 DIST youtube-dl-2017.03.26.tar.gz 2647102 SHA256 
321558b19c485b2269c394de5546a8d6c0a876ad57dec5b53e0f677251d8da03 SHA512 
24a5c8b85db51efdca828bd5c0b5d1b4e5da8464e627a4cff2c8043be5b73c57d1de962d1d2035f51158cd47785563c8ed3f3d8c83ddd473649ea67844c083a9
 WHIRLPOOL 
375fe45c8ff4bddbe0445027fdc8b605e016cb5963ce710c880ab926e8f7486ef79f8b482a14487a0b91c09e8f4815e61dd7759fbebdefb2bc350639b1490f73
 DIST youtube-dl-2017.04.02.tar.gz 2658223 SHA256 
623e1a80d8e479a68c5620798354a4c238bdeba87f7ae2491ad0628195203f8c SHA512 
65725701c944e5baa77fe22c8fd75873161c60e376f1c2bb174197d7be62ea2d32ba240b13609ec76454cf5c81e41facd6881a1b45f5be9ca984eb1a56785806
 WHIRLPOOL 
13ea7c5e40b6e29854365b6a0778e1c0b4675a73901748a9fadfcb0d26828f75a0999fd2a73ab898b1ed391fa9e5341ca0ddf082b0a8603d788d515a48e68361

diff --git a/net-misc/youtube-dl/youtube-dl-2017.03.24.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.03.24.ebuild
deleted file mode 100644
index 0527ae290b0..000
--- a/net-misc/youtube-dl/youtube-dl-2017.03.24.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="+offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 porncom pornflip pornhd pornotube 
pornovoisines
-   pornoxo ruleporn sexu slutload spankbang spankwire 
sunporno thisav
-   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
-   youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   drtuber pornhub redtube tnaflix xhamster
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
- 

[gentoo-commits] repo/gentoo:master commit in: app-laptop/mbpfan/

2017-04-02 Thread Göktürk Yüksek
commit: 9672119f6f9cab2a67bb0167cf8170032fdd07bd
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Apr  2 20:01:31 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Apr  2 20:10:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9672119f

app-laptop/mbpfan: bump to 2.0.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-laptop/mbpfan/Manifest|  1 +
 app-laptop/mbpfan/mbpfan-2.0.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/app-laptop/mbpfan/Manifest b/app-laptop/mbpfan/Manifest
index ab157497f55..fc220df4e44 100644
--- a/app-laptop/mbpfan/Manifest
+++ b/app-laptop/mbpfan/Manifest
@@ -1 +1,2 @@
 DIST mbpfan-1.9.1.tar.gz 24393 SHA256 
a7cf850a393ebfce21427b992436b84cc4b20e1cb8d673d45d2c8b991c69e68c SHA512 
04f1f70697ccd182c329588623c6664979e1cc25db8a39a2ea9f6d1ec49f3914172c3ada392fabc9ac51a811f36087dc600426c34c201d02a5d7b791b04f0f3b
 WHIRLPOOL 
a97cc5eb8ebb25353e5fe7b86854daf52bfa99b6ad3a490ef3006fdd9162b8c96840692d1939071e4404438535e4f44f0a5b41cc5cb43b115046fe4b3fd89a8a
+DIST mbpfan-2.0.0.tar.gz 37912 SHA256 
4e8874c7302b8d237faa8bf706acf5bf0ea8ec4ebff2debfc9717bca7d9ea15b SHA512 
9a7f930afe0a151fe50bf3ef1a06a5cecaced0c47f7088a83b91e25dff85d4b0d53494eac5eb1b624bde6ff1d3307a0d9fe6ba392fdacbe58e241d93d11cda6d
 WHIRLPOOL 
051406f3dafc0aecfc0d1afac1e10d9f2a0d9b2a8ddde12282b767b007e1211b88f8e5d48f03d7b46bd5e6b0a9d17088c7011364d16f0b3f09bbafd1bbe552c9

diff --git a/app-laptop/mbpfan/mbpfan-2.0.0.ebuild 
b/app-laptop/mbpfan/mbpfan-2.0.0.ebuild
new file mode 100644
index 000..7cb1c54849c
--- /dev/null
+++ b/app-laptop/mbpfan/mbpfan-2.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info systemd toolchain-funcs
+
+DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros"
+HOMEPAGE="https://github.com/dgraziotin/mbpfan;
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test" # will fail if the hardware is unavailable, not useful
+
+if [[ "${PV}" =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/dgraziotin/${PN}.git"
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   # There's a double linking problem in install
+   emake DESTDIR="${ED}" CC="$(tc-getCC)" install
+
+   # Remove the empty systemd unit directory
+   # It doesn't actually install the unit file
+   rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die
+   # Actually install the sytstemd unit file
+   systemd_dounit ${PN}.service
+   # Install openrc init file
+   newinitd ${PN}.init.gentoo ${PN}
+
+   # make install doesn't install the docs in the right place
+   rm -rf "${ED%/}/usr/share/doc/${PN}" || die
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-laptop/mbpfan/

2017-04-02 Thread Göktürk Yüksek
commit: d85cb12dc210e348dbb3dbfad9237dc914a3146d
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Apr  2 20:03:28 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Apr  2 20:10:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85cb12d

app-laptop/mbpfan: update the live ebuild

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-laptop/mbpfan/mbpfan-.ebuild | 35 ---
 1 file changed, 24 insertions(+), 11 deletions(-)

diff --git a/app-laptop/mbpfan/mbpfan-.ebuild 
b/app-laptop/mbpfan/mbpfan-.ebuild
index c824800ff6f..7cb1c54849c 100644
--- a/app-laptop/mbpfan/mbpfan-.ebuild
+++ b/app-laptop/mbpfan/mbpfan-.ebuild
@@ -1,32 +1,45 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit git-r3 linux-info systemd toolchain-funcs
+inherit linux-info systemd toolchain-funcs
 
 DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros"
 HOMEPAGE="https://github.com/dgraziotin/mbpfan;
-EGIT_REPO_URI="git://github.com/dgraziotin/${PN}.git"
 LICENSE="GPL-3+"
 SLOT="0"
 RESTRICT="test" # will fail if the hardware is unavailable, not useful
 
+if [[ "${PV}" =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/dgraziotin/${PN}.git"
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
 CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
 
-src_prepare() {
-   sed -i -e "s:g++:$(tc-getCXX):g" Makefile || die
-   default
+src_compile() {
+   emake CC="$(tc-getCC)"
 }
 
 src_install() {
-   emake DESTDIR="${D%/}" install
-
-   rm -r "${D}"usr/share/doc/${PN} || die
-   rm -r "${D}"lib/systemd/system || die
+   # There's a double linking problem in install
+   emake DESTDIR="${ED}" CC="$(tc-getCC)" install
 
-   newinitd ${PN}.init.gentoo ${PN}
+   # Remove the empty systemd unit directory
+   # It doesn't actually install the unit file
+   rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die
+   # Actually install the sytstemd unit file
systemd_dounit ${PN}.service
+   # Install openrc init file
+   newinitd ${PN}.init.gentoo ${PN}
+
+   # make install doesn't install the docs in the right place
+   rm -rf "${ED%/}/usr/share/doc/${PN}" || die
 
einstalldocs
 }



[gentoo-commits] proj/betagarden:master commit in: www-client/chromium-bin-debian/

2017-04-02 Thread Sebastian Pipping
commit: b91286a06dea474fd9fcec57f429d80903bec2ab
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Apr  2 19:37:06 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Apr  2 19:37:06 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=b91286a0

www-client/chromium-bin-debian: Add missing runtime dependencies

Thanks to Hanno Boeck!

$ chromium
/usr/lib/chromium/chromium: error while loading shared libraries: 
libchromaprint.so.1: cannot open shared object file: No such file or directory

$ chromium
/usr/lib/chromium/chromium: error while loading shared libraries: 
libxvidcore.so.4: cannot open shared object file: No such file or directory

 .../chromium-bin-debian/chromium-bin-debian-56.0.2924.76_p5-r2.ebuild   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/www-client/chromium-bin-debian/chromium-bin-debian-56.0.2924.76_p5-r2.ebuild 
b/www-client/chromium-bin-debian/chromium-bin-debian-56.0.2924.76_p5-r2.ebuild
index 7292ee1..959722a 100644
--- 
a/www-client/chromium-bin-debian/chromium-bin-debian-56.0.2924.76_p5-r2.ebuild
+++ 
b/www-client/chromium-bin-debian/chromium-bin-debian-56.0.2924.76_p5-r2.ebuild
@@ -48,6 +48,7 @@ RDEPEND="
dev-libs/nss
gnome-base/libgnome-keyring
media-libs/alsa-lib
+   media-libs/chromaprint:0/1
media-libs/flac
media-libs/fontconfig
media-libs/freetype
@@ -61,6 +62,7 @@ RDEPEND="
media-libs/schroedinger
media-libs/soxr
media-libs/x265
+   media-libs/xvid
media-libs/zvbi
>=media-sound/pulseaudio-2.0
media-sound/twolame



[gentoo-commits] proj/betagarden:master commit in: www-client/chromium-bin-debian/

2017-04-02 Thread Sebastian Pipping
commit: e748113a419ec1c9ba82eb0a5f9b05a900a7a0fc
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Apr  2 19:34:43 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Apr  2 19:34:47 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e748113a

www-client/chromium-bin-debian: Make robust towards mirror file removal

 .../chromium-bin-debian-56.0.2924.76_p5-r2.ebuild  | 31 +++---
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git 
a/www-client/chromium-bin-debian/chromium-bin-debian-56.0.2924.76_p5-r2.ebuild 
b/www-client/chromium-bin-debian/chromium-bin-debian-56.0.2924.76_p5-r2.ebuild
index 7c4d5c6..7292ee1 100644
--- 
a/www-client/chromium-bin-debian/chromium-bin-debian-56.0.2924.76_p5-r2.ebuild
+++ 
b/www-client/chromium-bin-debian/chromium-bin-debian-56.0.2924.76_p5-r2.ebuild
@@ -10,21 +10,22 @@ MY_PN=${PN%%-bin-debian}
 
 DESCRIPTION="Chromium build from Debian unstable"
 HOMEPAGE="http://packages.debian.org/sid/chromium;
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN:0:8}-browser/${PN:0:8}_${MY_PV}_amd64.deb
-   
mirror://debian/pool/main/c/crystalhd/libcrystalhd3_0.0~git20110715.fdd2f19-11_amd64.deb
-   mirror://debian/pool/main/f/ffmpeg/libavcodec57_3.2.4-1_amd64.deb
-   mirror://debian/pool/main/f/ffmpeg/libavformat57_3.2.4-1_amd64.deb
-   mirror://debian/pool/main/f/ffmpeg/libavutil55_3.2.4-1_amd64.deb
-   mirror://debian/pool/main/f/ffmpeg/libswresample2_3.2.4-1_amd64.deb
-   mirror://debian/pool/main/i/icu/libicu57_57.1-5_amd64.deb
-   mirror://debian/pool/main/libb/libbluray/libbluray1_0.9.3-3_amd64.deb
-   
mirror://debian/pool/main/libe/libevent/libevent-2.0-5_2.0.21-stable-3_amd64.deb
-   
mirror://debian/pool/main/libo/libopenmpt/libopenmpt0_0.2.7386~beta20.3-3_amd64.deb
-   mirror://debian/pool/main/libs/libssh/libssh-gcrypt-4_0.7.3-2_amd64.deb
-   mirror://debian/pool/main/n/numactl/libnuma1_2.0.11-2.1_amd64.deb
-   mirror://debian/pool/main/r/re2/libre2-3_20170101+dfsg-1_amd64.deb
-   mirror://debian/pool/main/s/shine/libshine3_3.1.0-2.1_amd64.deb
-   mirror://debian/pool/main/x/x265/libx265-95_2.1-2+b2_amd64.deb
+SRC_PREFIX="http://snapshot.debian.org/archive/debian/20170303T152738Z/pool;
+SRC_URI="${SRC_PREFIX}/main/${PN:0:1}/${PN:0:8}-browser/${PN:0:8}_${MY_PV}_amd64.deb
+   
${SRC_PREFIX}/main/c/crystalhd/libcrystalhd3_0.0~git20110715.fdd2f19-11_amd64.deb
+   ${SRC_PREFIX}/main/f/ffmpeg/libavcodec57_3.2.4-1_amd64.deb
+   ${SRC_PREFIX}/main/f/ffmpeg/libavformat57_3.2.4-1_amd64.deb
+   ${SRC_PREFIX}/main/f/ffmpeg/libavutil55_3.2.4-1_amd64.deb
+   ${SRC_PREFIX}/main/f/ffmpeg/libswresample2_3.2.4-1_amd64.deb
+   ${SRC_PREFIX}/main/i/icu/libicu57_57.1-5_amd64.deb
+   ${SRC_PREFIX}/main/libb/libbluray/libbluray1_0.9.3-3_amd64.deb
+   
${SRC_PREFIX}/main/libe/libevent/libevent-2.0-5_2.0.21-stable-3_amd64.deb
+   
${SRC_PREFIX}/main/libo/libopenmpt/libopenmpt0_0.2.7386~beta20.3-3_amd64.deb
+   ${SRC_PREFIX}/main/libs/libssh/libssh-gcrypt-4_0.7.3-2_amd64.deb
+   ${SRC_PREFIX}/main/n/numactl/libnuma1_2.0.11-2.1_amd64.deb
+   ${SRC_PREFIX}/main/r/re2/libre2-3_20170101+dfsg-1_amd64.deb
+   ${SRC_PREFIX}/main/s/shine/libshine3_3.1.0-2.1_amd64.deb
+   ${SRC_PREFIX}/main/x/x265/libx265-95_2.1-2+b2_amd64.deb
"
 
 LICENSE="BSD"



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

2017-04-02 Thread Kent Fredric
commit: c7c93a9b465d4955c299300ec853051fd5aa037e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  2 19:34:48 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  2 19:35:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c93a9b

dev-perl/XML-Compile: Bump to version 1.560.0

Upstream:
- xml2yaml adds --keep-root option (default: true)
- Adds json_friendly option
- Add bin xml2json

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/XML-Compile/Manifest   |  1 +
 dev-perl/XML-Compile/XML-Compile-1.560.0.ebuild | 36 +
 dev-perl/XML-Compile/metadata.xml   | 12 +
 3 files changed, 49 insertions(+)

diff --git a/dev-perl/XML-Compile/Manifest b/dev-perl/XML-Compile/Manifest
index 91c7ba3d107..e3787382201 100644
--- a/dev-perl/XML-Compile/Manifest
+++ b/dev-perl/XML-Compile/Manifest
@@ -1 +1,2 @@
 DIST XML-Compile-1.54.tar.gz 205002 SHA256 
4c640da5b99494eb1375996413e2d0bb42f800836957a5c3de1ddf054c0ae4c2 SHA512 
824318d0c941cd3e17f6c7396b815675f87fa03c5b17de6e2a71cfeefcffec8b2f050b1c6d63e013726a3d57cfc76c4ee29dbde14b91a6b1500341dd9c5e7310
 WHIRLPOOL 
9aad6bd92bc71185908f14f38a8ab604ce87376d7cbe0f55636a72b6191d02596ef00d49221ffb32cfcd03b715adcce32be8acc1861dbf8cd2aa4af4925edf64
+DIST XML-Compile-1.56.tar.gz 207239 SHA256 
822ff1be69305408f0a427f10da2cc76535bdef593a527a6515d75bbc6cc5fbc SHA512 
bd33651aba2270b7d2d61b4660ced63c8979f21d6852001cfbde24f192f52677c92b8fcce1597cc28da4d1791d5f609f8b77b5065d4860545543cdee6e138e9f
 WHIRLPOOL 
8945c1258c7c4db05670c16bb42ab9f1c649978449a64248fb9cd55b5cb0db33ac188ec555d4184d527d5b64ebf77d527a2af36dd31b881ccd02e48faba51d3e

diff --git a/dev-perl/XML-Compile/XML-Compile-1.560.0.ebuild 
b/dev-perl/XML-Compile/XML-Compile-1.560.0.ebuild
new file mode 100644
index 000..9bb1c935a3a
--- /dev/null
+++ b/dev-perl/XML-Compile/XML-Compile-1.560.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=1.56
+inherit perl-module
+
+DESCRIPTION="Compilation based XML Processing"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-Digest-MD5-2.360.0
+   >=dev-perl/Log-Report-1.30.0
+   >=virtual/perl-MIME-Base64-3.100.0
+   >=virtual/perl-Math-BigInt-1.770.0
+   >=virtual/perl-Math-BigRat-0.100.0
+   dev-perl/Types-Serialiser
+   virtual/perl-Scalar-List-Utils
+   >=dev-perl/XML-LibXML-2.10.700
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=dev-perl/Test-Deep-0.95.0
+   >=virtual/perl-Test-Simple-0.540.0
+   >=dev-perl/XML-Compile-Tester-0.900.0
+   )
+"
+src_install() {
+   perl-module_src_install
+   dodoc -r html
+}

diff --git a/dev-perl/XML-Compile/metadata.xml 
b/dev-perl/XML-Compile/metadata.xml
index 01fc816dabd..402e42a6802 100644
--- a/dev-perl/XML-Compile/metadata.xml
+++ b/dev-perl/XML-Compile/metadata.xml
@@ -8,5 +8,17 @@
   
 XML-Compile
 XML::Compile
+XML::Compile::Iterator
+XML::Compile::Schema
+XML::Compile::Schema::BuiltInFacets
+XML::Compile::Schema::BuiltInTypes
+XML::Compile::Schema::Instance
+XML::Compile::Schema::NameSpaces
+XML::Compile::Schema::Specs
+XML::Compile::Translate
+XML::Compile::Translate::Reader
+XML::Compile::Translate::Template
+XML::Compile::Translate::Writer
+XML::Compile::Util
   
 



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

2017-04-02 Thread Agostino Sarubbo
commit: 5d2eae83ed615048a3e80ce3707d82b258708c90
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:06:26 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:06:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2eae83

sys-libs/llvm-libunwind: x86 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
index 7629caa48c5..a5150aa0be8 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz;
 
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="debug +static-libs"
 
 RDEPEND="!sys-libs/libunwind"



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

2017-04-02 Thread Agostino Sarubbo
commit: 511c0118c75da3876d6768e0b7fe47022a83439f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:06:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:06:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511c0118

sys-libs/libcxxrt: x86 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild 
b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
index be35f8cbb40..bba9b8cf610 100644
--- a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
+++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
@@ -21,9 +21,9 @@ fi
 LICENSE="BSD-2"
 SLOT="0"
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="amd64 ~arm64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~mips x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
 else
-   KEYWORDS="amd64 ~arm64"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 IUSE="libunwind +static-libs"
 



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

2017-04-02 Thread Agostino Sarubbo
commit: 3fcbef1e38f3695e3faf2c16e666914dab681e4a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:06:12 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:06:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcbef1e

sys-libs/libcxxabi: x86 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
index 17f46a98d00..df0fa9f1a7d 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz
http://llvm.org/releases/${PV}/${P/abi/}.src.tar.xz;
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="elibc_musl libunwind +static-libs test"
 
 RDEPEND="



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

2017-04-02 Thread Agostino Sarubbo
commit: 7454dda5ba754fbd919e6744e2e2e05d493ad7a1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:05:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:05:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7454dda5

sys-devel/clang: x86 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-devel/clang/clang-3.9.1-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang/clang-3.9.1-r100.ebuild 
b/sys-devel/clang/clang-3.9.1-r100.ebuild
index f422bed0973..7b40276 100644
--- a/sys-devel/clang/clang-3.9.1-r100.ebuild
+++ b/sys-devel/clang/clang-3.9.1-r100.ebuild
@@ -18,7 +18,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 LICENSE="UoI-NCSA"
 # keep in sync with sys-devel/llvm!
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug multitarget python +static-analyzer ${ALL_LLVM_TARGETS[*]}"
 
 
RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,python?,static-analyzer?,${LLVM_TARGET_USEDEPS//
 /,},${MULTILIB_USEDEP}]"



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

2017-04-02 Thread Agostino Sarubbo
commit: f4c0476b02dac733786735d85463a65d7fa4ea7d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:06:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:06:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c0476b

sys-libs/libomp: x86 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-libs/libomp/libomp-3.9.1.ebuild 
b/sys-libs/libomp/libomp-3.9.1.ebuild
index 39f727b673c..5962ffa452f 100644
--- a/sys-libs/libomp/libomp-3.9.1.ebuild
+++ b/sys-libs/libomp/libomp-3.9.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz;
 
 LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
 SLOT="0/3.9"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="hwloc ompt"
 
 RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )"



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

2017-04-02 Thread Agostino Sarubbo
commit: e0a693de3ee79533b5f2d2272efc3700a54e6e57
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:05:55 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:05:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a693de

sys-devel/clang-runtime: x86 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild
index 3ec97bb688a..87e94711875 100644
--- a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libcxx openmp"
 
 # compiler-rt is installed unconditionally



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

2017-04-02 Thread Agostino Sarubbo
commit: fb23b17193e1f612ab77ccd63f14cd9700aae44f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:00:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:00:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb23b171

dev-python/lit: amd64 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/lit/lit-3.9.0.ebuild b/dev-python/lit/lit-3.9.0.ebuild
index 92d64ec47cd..5c17c2b9ad6 100644
--- a/dev-python/lit/lit-3.9.0.ebuild
+++ b/dev-python/lit/lit-3.9.0.ebuild
@@ -15,7 +15,7 @@ EGIT_REPO_URI="http://llvm.org/git/llvm.git
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test"
 
 S=${WORKDIR}/${MY_P}.src/utils/lit



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

2017-04-02 Thread Agostino Sarubbo
commit: 3ffa9722674d4be8e2249061b0d8d9b94bdec3aa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:01:40 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:01:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffa9722

sys-libs/llvm-libunwind: amd64 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
index 7dde1850fe3..7629caa48c5 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz;
 
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="debug +static-libs"
 
 RDEPEND="!sys-libs/libunwind"



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

2017-04-02 Thread Agostino Sarubbo
commit: 41c91a99f2afd522305b3707b6cfaca2e5fc86b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:00:53 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:00:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c91a99

sys-devel/clang: amd64 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-devel/clang/clang-3.9.1-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang/clang-3.9.1-r100.ebuild 
b/sys-devel/clang/clang-3.9.1-r100.ebuild
index 6514a63476a..f422bed0973 100644
--- a/sys-devel/clang/clang-3.9.1-r100.ebuild
+++ b/sys-devel/clang/clang-3.9.1-r100.ebuild
@@ -18,7 +18,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 LICENSE="UoI-NCSA"
 # keep in sync with sys-devel/llvm!
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug multitarget python +static-analyzer ${ALL_LLVM_TARGETS[*]}"
 
 
RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,python?,static-analyzer?,${LLVM_TARGET_USEDEPS//
 /,},${MULTILIB_USEDEP}]"



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

2017-04-02 Thread Agostino Sarubbo
commit: 3ad1d2eb446aedec6365c64e412388118449ef58
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:01:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:01:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad1d2eb

sys-libs/libcxxabi: amd64 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
index 5761554d3ba..17f46a98d00 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz
http://llvm.org/releases/${PV}/${P/abi/}.src.tar.xz;
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="elibc_musl libunwind +static-libs test"
 
 RDEPEND="



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

2017-04-02 Thread Agostino Sarubbo
commit: c1eec390084113485025288de7bac0ad54c7cb3a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:01:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:01:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1eec390

sys-libs/libcxx: amd64 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libcxx/libcxx-3.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-3.9.1.ebuild 
b/sys-libs/libcxx/libcxx-3.9.1.ebuild
index 90128fb84eb..bc29b1a2eea 100644
--- a/sys-libs/libcxx/libcxx-3.9.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.9.1.ebuild
@@ -26,9 +26,9 @@ fi
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"
 if [[ ${PV} !=  ]] ; then
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
 else
-   KEYWORDS="~arm64"
+   KEYWORDS="amd64 ~arm64"
 fi
 IUSE="elibc_glibc elibc_musl libcxxabi +libcxxrt libunwind +static-libs test"
 REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) )



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

2017-04-02 Thread Agostino Sarubbo
commit: 571ffdb62eb42f42788b1b4afeecb542bdd1fcb9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:01:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:01:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571ffdb6

sys-libs/libomp: amd64 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-libs/libomp/libomp-3.9.1.ebuild 
b/sys-libs/libomp/libomp-3.9.1.ebuild
index c2b48f829e8..39f727b673c 100644
--- a/sys-libs/libomp/libomp-3.9.1.ebuild
+++ b/sys-libs/libomp/libomp-3.9.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz;
 
 LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
 SLOT="0/3.9"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="hwloc ompt"
 
 RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )"



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

2017-04-02 Thread Agostino Sarubbo
commit: 72a86d3ef53b55af42f6f8b2c6e61a371017f7f3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:00:59 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:00:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a86d3e

sys-devel/clang-runtime: amd64 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild
index 0fc4f5c8b20..3ec97bb688a 100644
--- a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libcxx openmp"
 
 # compiler-rt is installed unconditionally



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

2017-04-02 Thread Agostino Sarubbo
commit: e16a8de1aaf4cf10951e0292e149e29bfafb49ef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:01:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:01:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16a8de1

sys-libs/libcxxrt: amd64 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild 
b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
index e360aef8b30..be35f8cbb40 100644
--- a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
+++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
@@ -21,9 +21,9 @@ fi
 LICENSE="BSD-2"
 SLOT="0"
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
 else
-   KEYWORDS="~arm64"
+   KEYWORDS="amd64 ~arm64"
 fi
 IUSE="libunwind +static-libs"
 



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

2017-04-02 Thread Agostino Sarubbo
commit: 0c29b55133cd94c8c9240c123b2149aa22e052ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 18:01:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 18:01:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c29b551

sys-devel/llvm: amd64 stable wrt bug #607660

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-devel/llvm/llvm-3.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild 
b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
index 7d52871fc68..33e76bb15e4 100644
--- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild
+++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
@@ -34,7 +34,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="clang debug default-compiler-rt default-libcxx doc gold libedit +libffi
lldb multitarget ncurses ocaml python +sanitize +static-analyzer test 
xml
elibc_musl kernel_Darwin kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"



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

2017-04-02 Thread Agostino Sarubbo
commit: e61084bb21b636625614533af81635d93eca4c70
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 17:33:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 17:33:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61084bb

media-libs/jasper: amd64 stable wrt bug #614012

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/jasper/jasper-2.0.12.ebuild 
b/media-libs/jasper/jasper-2.0.12.ebuild
index 47c832d907a..fe984f232d2 100644
--- a/media-libs/jasper/jasper-2.0.12.ebuild
+++ b/media-libs/jasper/jasper-2.0.12.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
inherit vcs-snapshot
SRC_URI="https://github.com/mdadams/${PN}/archive/version-${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 
 # We limit memory usage to 128 MiB by default, specified in bytes



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

2017-04-02 Thread Agostino Sarubbo
commit: bd0027b988112b2719f43c95859f1921ffe1d821
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 17:32:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 17:32:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0027b9

media-libs/jasper: do not put KEYWORDS on different lines because of an 
ekeyword bug

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/jasper/jasper-2.0.12.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/media-libs/jasper/jasper-2.0.12.ebuild 
b/media-libs/jasper/jasper-2.0.12.ebuild
index 86b1c13ff39..47c832d907a 100644
--- a/media-libs/jasper/jasper-2.0.12.ebuild
+++ b/media-libs/jasper/jasper-2.0.12.ebuild
@@ -14,9 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
inherit vcs-snapshot
SRC_URI="https://github.com/mdadams/${PN}/archive/version-${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
\
-   ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux \
-   ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 
 # We limit memory usage to 128 MiB by default, specified in bytes



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

2017-04-02 Thread Agostino Sarubbo
commit: b855635124c77f5c84b02ea60bb6668d7c7209bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 17:26:55 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 17:26:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8556351

dev-perl/Sub-Quote: amd64 stable wrt bug #614514

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild 
b/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild
index 674a1f12919..cdaf60bfce8 100644
--- a/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild
+++ b/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="efficient generation of subroutines via string eval"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86"
 IUSE="test minimal"
 
 RDEPEND="



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

2017-04-02 Thread Agostino Sarubbo
commit: 9d5f13a9a3c1d0db48ad3bb4add7c6132251d427
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 17:26:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 17:26:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5f13a9

dev-perl/Sub-Name: amd64 stable wrt bug #614514

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Sub-Name/Sub-Name-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Name/Sub-Name-0.150.0.ebuild 
b/dev-perl/Sub-Name/Sub-Name-0.150.0.ebuild
index eef28225dc5..61364d57e76 100644
--- a/dev-perl/Sub-Name/Sub-Name-0.150.0.ebuild
+++ b/dev-perl/Sub-Name/Sub-Name-0.150.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="(Re)name a sub"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~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 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test suggested"
 
 RDEPEND="



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

2017-04-02 Thread Agostino Sarubbo
commit: 973595496209cc9118a46db4db3644664f73eab7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 17:26:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 17:26:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97359549

dev-perl/Devel-CheckBin: amd64 stable wrt bug #614514

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild 
b/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild
index f80b14b0c6f..76080b57f56 100644
--- a/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild
+++ b/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="check that a command is available"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~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 ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-04-02 Thread Agostino Sarubbo
commit: 701f0a7eb6d67b4c92326a4fb6dae8eb241070ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 17:26:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 17:26:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701f0a7e

dev-perl/Role-Tiny: amd64 stable wrt bug #614514

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild 
b/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild
index f7161d8c278..15f5cdb73df 100644
--- a/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild
+++ b/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Roles. Like a nouvelle cuisine portion size slice of Moose"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Method-Modifiers/

2017-04-02 Thread Agostino Sarubbo
commit: 1f117d825ae51b3494aad5a017f09edd4fc8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 17:27:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 17:27:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f117d82

dev-perl/Class-Method-Modifiers: amd64 stable wrt bug #614510

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild 
b/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild
index 62fbd2a5d03..be43477a0c0 100644
--- a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild
+++ b/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="provides Moose-like method modifiers"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-04-02 Thread Agostino Sarubbo
commit: f11ecf791267fd09cc412454f979ea359f3c19da
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 17:26:40 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 17:26:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11ecf79

dev-perl/Moo: amd64 stable wrt bug #614514

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Moo/Moo-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Moo/Moo-2.3.0.ebuild b/dev-perl/Moo/Moo-2.3.0.ebuild
index d6d87275feb..144494f5080 100644
--- a/dev-perl/Moo/Moo-2.3.0.ebuild
+++ b/dev-perl/Moo/Moo-2.3.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 # needs Scalar::Util



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

2017-04-02 Thread David Seifert
commit: 289861a4fadd0f50dfad75f0f30d8cef93331dbf
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Fri Mar 24 18:13:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr  2 16:46:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289861a4

x11-apps/radeontop: kill video_cards_amdgpu USE flag

AMDGPU support requires no additional deps and we already have
sufficiently new version of libdrm in gentoo (>= 2.4.63). This
requirement for the newer libdrm version is the only reason why
upstream made amdgpu support optional.
Closes: https://github.com/gentoo/gentoo/pull/4286

 x11-apps/radeontop/radeontop-1.0.ebuild  | 4 ++--
 x11-apps/radeontop/radeontop-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-apps/radeontop/radeontop-1.0.ebuild 
b/x11-apps/radeontop/radeontop-1.0.ebuild
index 44dc27fcece..9380ee04b30 100644
--- a/x11-apps/radeontop/radeontop-1.0.ebuild
+++ b/x11-apps/radeontop/radeontop-1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="nls video_cards_amdgpu"
+IUSE="nls"
 
 RDEPEND="
sys-libs/ncurses:0=
@@ -46,7 +46,7 @@ src_prepare() {
 src_configure() {
tc-export CC
export nls=$(usex nls 1 0)
-   export amdgpu=$(usex video_cards_amdgpu 1 0)
+   export amdgpu=1
export xcb=1
# Do not add -g or -s to CFLAGS
export plain=1

diff --git a/x11-apps/radeontop/radeontop-.ebuild 
b/x11-apps/radeontop/radeontop-.ebuild
index 5d334bccb1a..1898f2182a8 100644
--- a/x11-apps/radeontop/radeontop-.ebuild
+++ b/x11-apps/radeontop/radeontop-.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/clbr/radeontop.git;
 
 SLOT="0"
 KEYWORDS=""
-IUSE="nls video_cards_amdgpu"
+IUSE="nls"
 
 RDEPEND="
sys-libs/ncurses:0=
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
 src_configure() {
tc-export CC
export nls=$(usex nls 1 0)
-   export amdgpu=$(usex video_cards_amdgpu 1 0)
+   export amdgpu=1
export xcb=1
# Do not add -g or -s to CFLAGS
export plain=1



[gentoo-commits] repo/gentoo:master commit in: virtual/linux-sources/

2017-04-02 Thread Anthony G. Basile
commit: 44dddb26c9e384be11396dcbf993863620288654
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr  2 15:55:40 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr  2 15:55:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44dddb26

virtual/linux-sources: fix bug #614484

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 virtual/linux-sources/linux-sources-3.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/virtual/linux-sources/linux-sources-3.ebuild 
b/virtual/linux-sources/linux-sources-3.ebuild
new file mode 100644
index 000..f8fd8191759
--- /dev/null
+++ b/virtual/linux-sources/linux-sources-3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Virtual for Linux kernel sources"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="firmware"
+
+RDEPEND="
+   firmware? ( sys-kernel/linux-firmware )
+   || (
+   sys-kernel/gentoo-sources
+   sys-kernel/vanilla-sources
+   sys-kernel/ck-sources
+   sys-kernel/git-sources
+   sys-kernel/hardened-sources
+   sys-kernel/mips-sources
+   sys-kernel/openvz-sources
+   sys-kernel/pf-sources
+   sys-kernel/rt-sources
+   sys-kernel/tuxonice-sources
+   sys-kernel/xbox-sources
+   sys-kernel/zen-sources
+   sys-kernel/aufs-sources
+   sys-kernel/raspberrypi-sources
+   )"



[gentoo-commits] repo/gentoo:master commit in: virtual/linux-sources/

2017-04-02 Thread Anthony G. Basile
commit: 2bd7a016f16d1b55dfa6aa772f5eba51614a9e46
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr  2 15:59:24 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr  2 15:59:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd7a016

virtual/linux-sources: remove older buggy versions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 virtual/linux-sources/linux-sources-1.ebuild | 27 ---
 virtual/linux-sources/linux-sources-2.ebuild | 27 ---
 2 files changed, 54 deletions(-)

diff --git a/virtual/linux-sources/linux-sources-1.ebuild 
b/virtual/linux-sources/linux-sources-1.ebuild
deleted file mode 100644
index 029b904de2d..000
--- a/virtual/linux-sources/linux-sources-1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for Linux kernel sources"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="firmware"
-
-DEPEND="firmware? ( sys-kernel/linux-firmware )"
-RDEPEND="|| (
-   sys-kernel/gentoo-sources
-   sys-kernel/vanilla-sources
-   sys-kernel/ck-sources
-   sys-kernel/git-sources
-   sys-kernel/hardened-sources
-   sys-kernel/mips-sources
-   sys-kernel/openvz-sources
-   sys-kernel/pf-sources
-   sys-kernel/rt-sources
-   sys-kernel/tuxonice-sources
-   sys-kernel/xbox-sources
-   sys-kernel/zen-sources
-   sys-kernel/aufs-sources
-   sys-kernel/raspberrypi-sources
-   )"

diff --git a/virtual/linux-sources/linux-sources-2.ebuild 
b/virtual/linux-sources/linux-sources-2.ebuild
deleted file mode 100644
index 6561f9321d1..000
--- a/virtual/linux-sources/linux-sources-2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for Linux kernel sources"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="firmware"
-
-RDEPEND="|| (
-   firmware? ( sys-kernel/linux-firmware )
-   sys-kernel/gentoo-sources
-   sys-kernel/vanilla-sources
-   sys-kernel/ck-sources
-   sys-kernel/git-sources
-   sys-kernel/hardened-sources
-   sys-kernel/mips-sources
-   sys-kernel/openvz-sources
-   sys-kernel/pf-sources
-   sys-kernel/rt-sources
-   sys-kernel/tuxonice-sources
-   sys-kernel/xbox-sources
-   sys-kernel/zen-sources
-   sys-kernel/aufs-sources
-   sys-kernel/raspberrypi-sources
-   )"



[gentoo-commits] repo/gentoo:master commit in: virtual/linux-sources/

2017-04-02 Thread Anthony G. Basile
commit: 703dbb8a2f4e9cfd60084f4a806ec17ffc946974
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr  2 15:58:17 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr  2 15:58:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703dbb8a

virtual/linux-sources: stabilize across all arches

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 virtual/linux-sources/linux-sources-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/linux-sources/linux-sources-3.ebuild 
b/virtual/linux-sources/linux-sources-3.ebuild
index f8fd8191759..deaea9a7312 100644
--- a/virtual/linux-sources/linux-sources-3.ebuild
+++ b/virtual/linux-sources/linux-sources-3.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 DESCRIPTION="Virtual for Linux kernel sources"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="firmware"
 
 RDEPEND="



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

2017-04-02 Thread Kent Fredric
commit: e1638f6d2db589e016f7b1926c6daddcc7eaa606
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  2 14:37:39 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  2 15:49:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1638f6d

dev-perl/Config-Any: Bump to version 0.300.0

- Ensure Cpanel-JSON-XS is an option

Upstream:
- Remove SHILLY from Tarball

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Config-Any/Config-Any-0.300.0.ebuild | 46 +++
 dev-perl/Config-Any/Manifest  |  1 +
 2 files changed, 47 insertions(+)

diff --git a/dev-perl/Config-Any/Config-Any-0.300.0.ebuild 
b/dev-perl/Config-Any/Config-Any-0.300.0.ebuild
new file mode 100644
index 000..e593df04588
--- /dev/null
+++ b/dev-perl/Config-Any/Config-Any-0.300.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION="Load configuration from different file formats, transparently"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix"
+IUSE="test minimal +json"
+
+# json should pull Cpanel-JSON-XS
+RDEPEND="
+   >=dev-perl/Module-Pluggable-3.600.0
+   !minimal? (
+   >=dev-perl/Config-General-2.470.0
+   )
+   minimal? (
+   !=virtual/perl-JSON-PP-2
+   dev-perl/JSON
+   )
+   )
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+
+src_test() {
+   perl_rm_files t/pod.t t/pod-coverage.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Config-Any/Manifest b/dev-perl/Config-Any/Manifest
index f29f0938774..25b59545bb6 100644
--- a/dev-perl/Config-Any/Manifest
+++ b/dev-perl/Config-Any/Manifest
@@ -1,3 +1,4 @@
 DIST Config-Any-0.26.tar.gz 35193 SHA256 
f9ae12d5c1f084385dd9d55dd25c09a6f69f1a76c938d4d06ea3c6d85710a594 SHA512 
15bac8e71340b181dd195ae211add730d8be01fcd7bbf4a7d3ed10b7fd2d7f207501a88a6ed03999d7207672249c4045defc931b7e9eb56e00166fdf7daccfda
 WHIRLPOOL 
1534dfea6d6774be38d61ef683482081cac84c94c51bf8c31a0260d12d2829bc8194fa5edd2ced61c6665e1661ef77e4aa9700c8d980128992722060ba538e53
 DIST Config-Any-0.27.tar.gz 34862 SHA256 
836f6dfff4a7ca2b05cf72e81848f9904ef2b61690f382a76819dc4853289cde SHA512 
3987ab9521e5dc00f12b20f2cf3fb3ddb2fe1275903009064c6d5a29b1e5acfedde1238b9a60f0266a38c70a010fe26b4d29e4e8bccd11a01a19f28fa63625d2
 WHIRLPOOL 
b7e9cbfe24eee5e921cfeb51114fb747b3c869fb19f955861a62338908839c05a2ef9cdd6aa961628790bd9799772331c288ad38dfb1984f960f631f709a5092
 DIST Config-Any-0.29.tar.gz 22124 SHA256 
5793cba5b2c3620d4f466fd1fcb81dbbd43c5aa23116fe0f10b93ce2f95381a9 SHA512 
4c9e9aeca0e21ab50a26ed319298430f95783e5f93577cac59da1d791334c9bcc8d4c19194080697fad2be99b0b426a538196a8a9de2f6eec5a5a015d00f9cbb
 WHIRLPOOL 
5a60fdfc6d4caa41f0eeb431d51eccd51ebd6e9afcf10c4194d9e99a5d23a7cd36a6aecd81acc280647c69d9c33c0e3f5c92b47d6d3d2e0d0e94668c2c87e5c1
+DIST Config-Any-0.30.tar.gz 20026 SHA256 
257e29ff52fcfdd3f9a1d8deb6c63d18d32c4257ab8f2c090164528fd0a23cc0 SHA512 
798165360ff5dd0af2d7720f6b4372dc4fc7eba464fbb8635606aa9d16a86e88f91dcaf22ba3dc4aba52303b695391acb2540f7eac97223af69064b6322b600d
 WHIRLPOOL 
7ee371c9e9bf360b0f0be52abd5c0245e2d04d1bca884a676b17e32fa6cd982d3e0dddf4d169ab8184fd0b1b9d8c45838fa961f2334ce5bf40349dc8651a6408



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cpanel-JSON-XS/

2017-04-02 Thread Kent Fredric
commit: 2ef0bbd5c64198d5e0025115619e86c76d7ae6d0
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  2 15:17:51 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  2 15:49:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef0bbd5

dev-perl/Cpanel-JSON-XS: Bump to version 3.23.100

Upstream:
- Fix need() overallocation

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.100.ebuild  | 24 ++
 dev-perl/Cpanel-JSON-XS/Manifest   |  1 +
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.100.ebuild 
b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.100.ebuild
new file mode 100644
index 000..83068f87934
--- /dev/null
+++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.100.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RURBAN
+DIST_VERSION=3.0231
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   >=virtual/perl-podlators-2.80.0
+"
+src_test() {
+   perl_rm_files t/z_*.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Cpanel-JSON-XS/Manifest b/dev-perl/Cpanel-JSON-XS/Manifest
index 2b9c31d7d1b..94509579fd9 100644
--- a/dev-perl/Cpanel-JSON-XS/Manifest
+++ b/dev-perl/Cpanel-JSON-XS/Manifest
@@ -1 +1,2 @@
 DIST Cpanel-JSON-XS-3.0230.tar.gz 215842 SHA256 
617def67b4e58297b41fa93edb2fba881714cd2c768a5304e83bf86a7af5e820 SHA512 
1f760067d63d471e5954debe32127bd2901d1f0d3013badfff2980728e081717894114436ed59a9b3662a5f37b78583278622cf54c951be60e5c54366b66e9be
 WHIRLPOOL 
55dc931c32341c2579d1e1d65ecadfd9016916129f8591be99b2b3a9656bc7446827949efaa26494e1acde5021dcc4c685ee9c1a14cf272d5d472027ef96
+DIST Cpanel-JSON-XS-3.0231.tar.gz 216155 SHA256 
3670606c1ae4fce31c1c35c43f9344ac3639932e80ab2f3c5a31bdc452578c83 SHA512 
4ccedb878ae37cbd4db86ccf9b4e2c382ebf18682a5f29f2a2e9f59794b28bad4d59752f9e3933549f9eb9fb3c62a939b155abcb2f277b1fdc9115c74443d4f5
 WHIRLPOOL 
b4ed483b51aee02efeb26257198846c21d9e73f822e8e6318ce04655cbac7589f7546b7251fb6430bcac13d6f3ba2483d68fcad646ce2b6080934bb6992c481c



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

2017-04-02 Thread Kent Fredric
commit: 6d9b8399746c409cda0295acf21e52f25fbc7bbc
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  2 15:07:32 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  2 15:49:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9b8399

dev-perl/Moo: Bump to version 2.3.2

Upstream:
- Repackage without SHILLY headers

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Moo/Manifest |  1 +
 dev-perl/Moo/Moo-2.3.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest
index caff0931e19..9f11cff6de3 100644
--- a/dev-perl/Moo/Manifest
+++ b/dev-perl/Moo/Manifest
@@ -2,3 +2,4 @@ DIST Moo-2.02.tar.gz 94253 SHA256 
fb4bfa751f0dd06bd70f2e06e811f85a640501f263
 DIST Moo-2.002005.tar.gz 106129 SHA256 
8147f98a43f7beb808773202b05d3fba25d5fca018ad939d7e529f4d36d6dc68 SHA512 
eb84b6bc13873638efe201562bf4b1c799a2a9ee8dc606236ffbd69cfbc4dbb126a0990e49d29b853e2363cda4cabee4cd338757e107e75da6936a2ff6c5b6b6
 WHIRLPOOL 
fa5b9f78d564183d018bafead56ce7d900ddf40e1a8c74b949c2c1ce27e05a6cc2eb5f1ee37aa4f417410d6fcc3cda39881b56d5f91d36934dd59f36fb3ef8a4
 DIST Moo-2.003000.tar.gz 95980 SHA256 
ccab84b1377e52922026b24b2ed51d83c439757f2b0783fffa73ac22b4fb3dd2 SHA512 
50c13d121c44f7ca1bce718b9d8f392eb5961aa4142609f38bdf24f6127b9b09b0cf2bd3f8593f9253f5bab84e5e7f795c5e7b9f3f859bd516cd146b2fdb4a6c
 WHIRLPOOL 
885538a654eceb068ad6b56bc20aaa3b24da201f5309dc533803032ef31f72c90d574bf590f33ba960cde56a2f14d49e87358f90bd9e0c3fbe2538725ac0acc4
 DIST Moo-2.003001.tar.gz 102996 SHA256 
2351f354bf3e2d1a1c8dbb8a4b789f26fa6dc83a26e1ab52e58a31156cc8c45a SHA512 
e2b40eceb7fc4ad7c1469055f6a450bd03e675792d2a172c590d9ad703bdde83437a73d3017ab5683d9464f34aa0626e79a01b64d5ca0ff9dc149f7637c12165
 WHIRLPOOL 
1f676344c9d407be2c8790e65a4bb41b89b0e0d6b3410e02db336b3abcff74fd1be3854409d7837b3508bd18e0886736f01cceda16063747e98ec354f9d9b975
+DIST Moo-2.003002.tar.gz 96696 SHA256 
f3e9741e79baa63e89f5a08706cd80d18c0a5a37e3d898847e002310e06582f1 SHA512 
103878f4f4b0863125eff67e7a1a24525c565d28ee78eb3f54306daf3bcd6e949f5c451ca3e79448b2f66a74e8f942181c4af7aa79c23b3591ef4331d853ea2d
 WHIRLPOOL 
a3652c0158fc1b5cdbbf9171b69954ddf56703ae1e9f52dbe69c23502c7415f4bb06bfbc544c49711de35218fbfbcf7a8714de9a543dfd72c4723a12ad332f7a

diff --git a/dev-perl/Moo/Moo-2.3.2.ebuild b/dev-perl/Moo/Moo-2.3.2.ebuild
new file mode 100644
index 000..614b5da4dd6
--- /dev/null
+++ b/dev-perl/Moo/Moo-2.3.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.003002
+inherit perl-module
+
+DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+# needs Scalar::Util
+RDEPEND="
+   >=dev-perl/Class-Method-Modifiers-1.100.0
+   >=dev-perl/Devel-GlobalDestruction-0.110.0
+   >=virtual/perl-Exporter-5.570.0
+   >=dev-perl/Module-Runtime-0.14.0
+   >=dev-perl/Role-Tiny-2.0.4
+   >=dev-perl/Sub-Quote-2.3.1
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=dev-perl/Test-Fatal-0.3.0
+   >=virtual/perl-Test-Simple-0.940.0
+   )
+"



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

2017-04-02 Thread Kent Fredric
commit: 71edbf8a01b477a3c7d6c6fdea0922e760f7b80c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  2 15:48:24 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  2 15:49:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71edbf8a

dev-perl/Test-Output: Bump to version 1.31.0

- EAPI6
- Parallel Tests
- Cleanup Pod Tests

Upstream:
- Remove Sub::Exporter dependencies

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Test-Output/Manifest  |  1 +
 dev-perl/Test-Output/Test-Output-1.31.0.ebuild | 31 ++
 dev-perl/Test-Output/metadata.xml  |  1 -
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Test-Output/Manifest b/dev-perl/Test-Output/Manifest
index 7a61c5f30d3..e135d9e79b6 100644
--- a/dev-perl/Test-Output/Manifest
+++ b/dev-perl/Test-Output/Manifest
@@ -1 +1,2 @@
 DIST Test-Output-1.03.tar.gz 12346 SHA256 
3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989 SHA512 
b7f793564c906f40444f249272dde55db1357923da72b6638634aece779d9cc5e8f4d7de0326fabb33e7c11eccf089069532f8f61529526467b579e1bacb4ee1
 WHIRLPOOL 
5fcbe799b28bd451141e44823548115242b02ad3555ae215b5427baefeeacfa7173c91fe0d9b6ff97ac2bbbaeef67d2a3147ab7175be5a3da99f80ffeed8
+DIST Test-Output-1.031.tar.gz 16821 SHA256 
f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4 SHA512 
b443d5a4ab7be1c308b74ebc9a1a50022b404886e8a1dbd2700d974ead506a6976ec6d5c141528cf1c2833174c3afd9023362cb0b4e000f0e878d2e3e9f90e90
 WHIRLPOOL 
0a9fe027d7b0df84e8a5b4779aefdd13bd06e68dd8c95585098c6071ec7d63d8aa2b5d1197a204c02509a98ffde6d14fe8b8b987b097ef71833be5dee654834b

diff --git a/dev-perl/Test-Output/Test-Output-1.31.0.ebuild 
b/dev-perl/Test-Output/Test-Output-1.31.0.ebuild
new file mode 100644
index 000..74a2506c61f
--- /dev/null
+++ b/dev-perl/Test-Output/Test-Output-1.31.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.031
+inherit perl-module
+
+DESCRIPTION="Utilities to test STDOUT and STDERR messages"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   >=dev-perl/Capture-Tiny-0.170.0
+   >=virtual/perl-File-Temp-0.170.0
+   virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   virtual/perl-File-Spec
+   test? (
+   >=virtual/perl-Test-Simple-1.1.10
+   )
+"
+src_test() {
+   perl_rm_files t/pod{,-coverage}.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Test-Output/metadata.xml 
b/dev-perl/Test-Output/metadata.xml
index 2a251624411..7d7aa4c87b7 100644
--- a/dev-perl/Test-Output/metadata.xml
+++ b/dev-perl/Test-Output/metadata.xml
@@ -8,6 +8,5 @@
   
 Test-Output
 Test::Output
-Test::Output::Tie
   
 



[gentoo-commits] proj/musl:master commit in: app-admin/rsyslog/files/8-stable/, app-admin/rsyslog/

2017-04-02 Thread Anthony G. Basile
commit: f9aafb46699946dacad341302479dbaf9e82eb0e
Author: callmetango  users  noreply  github 
 com>
AuthorDate: Sun Apr  2 06:20:17 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr  2 15:28:38 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f9aafb46

app-admin/rsyslog: version bump to 8.25.0-r2

Signed-off-by: Anthony G. Basile  gentoo.org>

 app-admin/rsyslog/Manifest |  4 +-
 ...g-8.24.0-fix-tcpflood-without-librelp-r1.patch} | 60 --
 ...g-8.25.0-r1.ebuild => rsyslog-8.25.0-r2.ebuild} |  2 +-
 3 files changed, 37 insertions(+), 29 deletions(-)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index 91e9443..e8088c6 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -2,12 +2,12 @@ AUX 8-stable/50-default.conf 1701 SHA256 
61c1dd1450f574a21a8d8375faaf3e42f9856df
 AUX 8-stable/50-rsyslog-8.18.0-musl-fix.patch 300 SHA256 
5b8420570bef57aeba55965bbbddb29f966b60a33ef9e7fc5f921820274080b0 SHA512 
20967235e8233588210071a7157a81fe02a1e88d7c7f55855fcc2fe34295269a6e3e3bfccb3d4dd83a6a48da28948c92d6ce47a0c5d817f6b6a4030635f4f896
 WHIRLPOOL 
e8a07737f7e282905bf92112b2d94303605cb2f8da0d5c0598f41bdb8d060a18f5d6f2b70a8f5f3feec5cb0a24109fdf4f2e1ebd0517e8063d72c763e345501f
 AUX 8-stable/50-rsyslog-8.18.0-musl-imptcp-queue.patch 20588 SHA256 
8d6dda439c79dffac2a5d17e3d9a28355cfb8fc264175a871e27304ace259daa SHA512 
de8b82781af2dfef67b2215782721cca2ee5db9d08ed3260f4e3390353a59bf4bd76701df682c4bf537ce817eabf79b062c4b2a3e20e4175e7d77ca08c5a700f
 WHIRLPOOL 
cf1d3c2e434c7843e9874b8138ecb3777cc4e384477b2c3936b9d5c10e13e2493461c433c58760a35ba20638c5acd1e03c7fae718f5d2a6b0017ea34e66b0a67
 AUX 8-stable/README.gentoo 1126 SHA256 
29b4c68f521f2f1f138f44c4635da1a270fed9cbd4a780569754080987aa777c SHA512 
46fdf3350e2005d3ef588d50dfc6d474a1b5d3010329b656879a43cbbd7be0cd91944b88d3838f45f69c830fc28c42e7fac2cd52e0a4b24bb6780562d59ae384
 WHIRLPOOL 
a1a3ec8b887110a01e8c1c1320f25493dd8ff343e4b08780c30c9bc3bb842afa0ef79db08195db876697c1a69807f49a8b3793609d25f78559fa534507fc195e
-AUX 8-stable/rsyslog-8.24.0-fix-tcpflood-without-librelp.patch 5081 SHA256 
a851f854e232276a60ea85dbb42d61218f2b3056c57a6421043b2263946d26bc SHA512 
70487aa33dcb5c541620e04cc11003b74acb1047c40b984e14a9f95b1d9c19cbbb47b5948d9b5a7ccb053af77e309c3f613dfa7439dcc75b51a6da3b3a54d2ff
 WHIRLPOOL 
ffa2f35565afe13e632466c43bdca64dddf09abed93947407372b697810ef097c8501e6c8d1cda16db7adf5b89a85664bc24fdbcad97f284b71388d4b650763a
+AUX 8-stable/rsyslog-8.24.0-fix-tcpflood-without-librelp-r1.patch 4660 SHA256 
f50685f76004298a8a77ee6eb88868ff0f8fb8eb7ca5ce0f6809c4db9c42474d SHA512 
231030532a126dade0fa2c98d9bd8ef610d3059210cabfc6b0a51adfb610b61eb57b7926a2a51f01f196d196a9134b4c1db7105aeedc4d35eb70abac97301378
 WHIRLPOOL 
88a9ebe6e3dbeca7b55e16192e6be6d862241a17402c2abf0bcdad4f16fed5fa11f7c140ac0de1655a52d43ad18eaa493b3e2426e1b3c80d1be119dffdc9cd15
 AUX 8-stable/rsyslog.conf 1562 SHA256 
fc70a94213b5eb519febf9aa7d758ee9526433bcc5683bcb7451d16e65a2f5b0 SHA512 
1720174fab020e2de590f3d6bbb03784aca1928fe05f7e75e02fb4597cb8b2ee755e6deb8e8f989060511044ae483f791f496f24e0eecaf27eb9e0b5e20a2c7a
 WHIRLPOOL 
97cf3fdee62a9339b412ebe93b71b2d6804df60aad9cb7e71779fcaddb01d489e38bbb353557864ea38aba384e664e6da636812c3c078ed9e22e261ed7b78cba
 AUX 8-stable/rsyslog.confd-r1 1145 SHA256 
0be3575df8010523de6b37e98c417192e8ec481292ca9fb47c8d2211795e03a6 SHA512 
a7f8621bdd490596b09f9a7583dd0c992006c55335b2e6e687bef4141bb18cd4bb43e23f590a138e9c8d5a3cbac0cc46c3b01c7d3ff9f9dd3c53418b13b0dd4a
 WHIRLPOOL 
05079ab1a55aca9b68c81c8b7da66ff029f72c7168bd15faebf7d7172dddc69f6ffb2864e1fcd8c1f2dbb51416bea89fab3667a34ed7295b3abafc6a93883d3e
 AUX 8-stable/rsyslog.initd-r1 1765 SHA256 
2c8800c31b8411899b49036bd51ed58a625ee8b7bd523b18d6ad8b7399da0324 SHA512 
07a73ddd6e50b9d4ae7d9633c71b6e96e86f3348e242506d9f6a86a0f367e6bc671bed559f9d69232096e7dce7a062be7107794fc2564829d53f42d4d30d8daf
 WHIRLPOOL 
734780723ae73f573c3104c35460e8ef9e5915433012c1a2ca987bea7de37a3a423315ca6f1da06dbf0af6fabc14051c89f7e682592d6ccaa1e39432d5648477
 AUX 8-stable/rsyslog.logrotate 682 SHA256 
89cc8f13c1f7a3ae446b40da7b31cdf471e2c9e2d3d5b8f48e524f7a82fbff89 SHA512 
6c58abd2f02157177a61695f53eccbf201c514821b0c551a4812621e8d3dd2da9b5cd651d93860cb51ebdbdc7056d0ef0dde99c2a57ac3c43aa968a141805912
 WHIRLPOOL 
9d29c2c9351252887c3dad78962df942bb1cd7387eb44e3c98764319f82d90c42d255a5642c55bb37811fb903e1c5314ca536bc9d32ccfd0535f0579f4e25ff0
 DIST rsyslog-8.25.0.tar.gz 2386720 SHA256 
c756f16a083e5d4081fb9bfb236303a839cdca0a2c00017bd770b2e2e9677427 SHA512 
0e97db84cc8fe9fd6e3ffb5a78b32fd213e22833c6ed605329c579132d127b7d65b3f66c64e6bddeb1967aa9ed90645a7c24b9d5e643f95bdaf48ed9fc82cb5f
 WHIRLPOOL 
2c4925fda01e49f95ed3d2f43898cdf8f6d679ace5c2a1d1d330dfc422936ae7751cfefa480359b26d2cb782a8217865336f5e04e65e81ffce565b3388c2ff01
 DIST rsyslog-docs-8.25.0.tar.gz 4359583 SHA256 

[gentoo-commits] proj/musl:master commit in: net-libs/libtirpc/

2017-04-02 Thread Anthony G. Basile
commit: 612cd2203481b737bb7065a299b8533c2b05b394
Author: callmetango  users  noreply  github 
 com>
AuthorDate: Sun Apr  2 06:43:45 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr  2 15:27:43 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=612cd220

net-libs/libtirpc: version 1.0.1 still needs queue.h patch

* readded 0006-fix_queue_h_include.patch to libtirpc-1.0.1

Signed-off-by: Anthony G. Basile  gentoo.org>

 net-libs/libtirpc/Manifest  | 2 +-
 net-libs/libtirpc/libtirpc-1.0.1.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/Manifest b/net-libs/libtirpc/Manifest
index f6b2a02..6a9ecd0 100644
--- a/net-libs/libtirpc/Manifest
+++ b/net-libs/libtirpc/Manifest
@@ -11,5 +11,5 @@ DIST libtirpc-0.2.5.tar.bz2 459094 SHA256 
62f9de7c2c8686c568757730e1fef66502a0e0
 DIST libtirpc-1.0.1.tar.bz2 495125 SHA256 
5156974f31be7ccbc8ab1de37c4739af6d9d42c87b1d5caf4835dda75fcbb89e SHA512 
c9b449e737bc2bd3d56e31e8352f312e89a7ec2a11b73b5ac314e7d82d3b644c611e422b623912453b67b668f86a6de7bb7f18c9495dd15de8e2798ec2ff41c8
 WHIRLPOOL 
cce6a4e69bd634b40d66594a81c23d2044b63eec16d6c96d6fcfaa7f2ca41fb9af99c8e2b964ec12be82682afa4090b218d7e14399fdfc9b32df6c2234bc3c9e
 DIST libtirpc-glibc-nfs.tar.xz 8948 SHA256 
2677cfedf626f3f5a8f6e507aed5bb8f79a7453b589d684dbbc086e755170d83 SHA512 
90255bf0a27af16164e0710dd940778609925d473f4343093ff19d98cc4f23023788bf4edf0178eae1961afc0ba8b69b273de95b7d7e2afdb706701d8ba6f7ba
 WHIRLPOOL 
06bcf3fd4e424a86071e5c4ddeb89aa571c862e765aae9382d9f9a55ab72cd1c623490555c1a9bd3380a2d04ecb10fb47a75a7dddf449d4368a1a01617226858
 EBUILD libtirpc-0.2.5.ebuild 1920 SHA256 
787410d5dfb2794a29c607fd47db15230d42050eabd9ddc57efe86486e31c64b SHA512 
b9fbd63c6356a0d3e5f3a7d3b40727baa5039175d664cb14f49601c845d70767bd2bbd848b50541275e645cf7eb64b4ddab98475c0cf327d41992f92cd588b88
 WHIRLPOOL 
523e39ae954a6477a84382df171cab339e4be5b5dcb8db21150691b0b0cff13484e69d45256c7a15947a09d7f1b7fab9a37b58a8a22857fe3c53115e091af596
-EBUILD libtirpc-1.0.1.ebuild 1406 SHA256 
c2a3172d3c56d7a52c9482e2e49c0ab12689d1902fca8841610f5627dfe8b0d9 SHA512 
9ebd926c82f52d979758be194afeb62c12e36bbd5ab33c92616c1488f27860bce65a93a30513f6ad6ecddd3e2c328e482696c4b7e9884dff6f3802ba904f7388
 WHIRLPOOL 
6acebb4842b8a23397b74ebfa2c470bcca1ef8152f9306f50f3efbda52de97ba157144253b2b3f894010b24a9eab221fa4cc78108bba580cb2365cdeb232d1cf
+EBUILD libtirpc-1.0.1.ebuild 1459 SHA256 
07111cf5c1d83335cf63924f1941b0688cc29cc80ea52a6dcb06f7c9cbffaf4b SHA512 
8f0d4bab27059aa93762cfcecf288cc6e8dd4551c29d8f486f227a4e64d4f689e81a8ff0e993708d4af79c028f10c1761210cf23f171e0d0b6864305abf486bf
 WHIRLPOOL 
1d0b4c9b6ad4f3efec3955bb9cd43cd87dda29ddce8bae28e1398a462e0dedc33932045a607253c2a583554c74dc203943d09e9876475071660386f63ae2d432
 MISC metadata.xml 335 SHA256 
02e9487e791e2d6aa99e74025dd90a6c54d86c73d530c96316e93f7552e1439a SHA512 
d6dd857293827907e545dc6e8631d06682d20e13442f8ce6cbd2e2a789d885c8a788f4ed1d062a8c54c4165d22eb096279d4c2f598e462a57faaf8bec1e9777b
 WHIRLPOOL 
6a802fc6b1fdd5bc815c4d2d41de0cba5cff351cdd1fa80021c02233b3facf21674d94ec7b822c2d514e5e1c721cf3ae2b88c885afdce8a7b60d2e63da71183c

diff --git a/net-libs/libtirpc/libtirpc-1.0.1.ebuild 
b/net-libs/libtirpc/libtirpc-1.0.1.ebuild
index ea2fc47..49e0966 100644
--- a/net-libs/libtirpc/libtirpc-1.0.1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.0.1.ebuild
@@ -28,6 +28,7 @@ src_unpack() {
 src_prepare() {
default
# Musl fixes
+   epatch "${FILESDIR}"/0006-fix_queue_h_include.patch
epatch "${FILESDIR}"/git.patch
 }
 



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

2017-04-02 Thread Thomas Beierlein
commit: ec36641efdf54612a8a86346e4c3bdc8b81b2418
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Apr  2 15:07:22 2017 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Apr  2 15:07:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec36641e

media-radio/fldigi: Version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-radio/fldigi/Manifest|  1 +
 media-radio/fldigi/fldigi-4.0.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest
index 27ebe60f2d4..522fec45ef1 100644
--- a/media-radio/fldigi/Manifest
+++ b/media-radio/fldigi/Manifest
@@ -1,3 +1,4 @@
 DIST fldigi-3.23.19.tar.gz 3213970 SHA256 
099d52eee57fbe5562ac0bc351a7bfc39668623c3e0e3573995f1e345dfb0ae9 SHA512 
0761800347a12493e2025e653db9dc52ea6068ac3904f50f060f0d27c3c9a35f189e69f2ee1c3eb133ab9cd41a67dae2f033e36641568ce5c19ce07f8ec0
 WHIRLPOOL 
c1352b5e693609642645655884ad105980338d153a434a30c317da971c13bb403848fa5d105224a32eb7e4af6adea41d9c76e57aefdef8d6270b86e21e4cf346
 DIST fldigi-3.23.20.tar.gz 3215903 SHA256 
97b5489c4e428ed707aaf6c05a7b46874339031a8e9b24e50f4818c15435fce9 SHA512 
78c2d85eb8fb091f386c4680a8928635a8e81e97175755446dc30a7934a5caf96adacd8ab3722275bc7557913cb9372004c98e265dc46222ba3a54090187fc25
 WHIRLPOOL 
d3e524a25c26f9b2856486d22ce4813fe70aee14a6cd9f7e2f27c882104367cc10d1668ebe5cb3cd511f3868e7840e2c1b7c594d5c20fb7b50985768b97d51da
 DIST fldigi-3.23.21.tar.gz 3217867 SHA256 
a70914876a415eba5eec112f752330a1cecbf55aa442f5d9dd466fb75ea11a3b SHA512 
95c3ad1c5558af965ec4ef9d6756ed706785c8547a638b729c71a2bed10a2a69b70c2ea554c4b74a6cbd0912d2f0172b9604e866e026c260712d76483b98ea3c
 WHIRLPOOL 
f5e56925687b705bcbc50018a525ecb079c69abf78cb30327f87a11a5d66fbc44aaff57e09bf80c62206a163bfda54b21a00da328fd80c6b3718639f9aaa2e50
+DIST fldigi-4.0.1.tar.gz 3346237 SHA256 
ea68b7fe6de4eba8b99956a10c51c3c8d1e45cb8a6c6aa58594d8510a36d1bc5 SHA512 
4642672436e2e172db6c6a053540e1bf05097b3c32e0d7cc47c8ed13e2bc6812a479963ec2d45642319f7187fc8eb6e532cb0c369203b4b90c9471daaff859b1
 WHIRLPOOL 
9d0bec960776b8c74bd3d8595275dea30065bc8118ab81c46be93d61b0e0a0852e439839f7d898232dfa5e4b7f73b7c63475d7c027ea34c156fe077ae2be3d92

diff --git a/media-radio/fldigi/fldigi-4.0.1.ebuild 
b/media-radio/fldigi/fldigi-4.0.1.ebuild
new file mode 100644
index 000..0314be34bf3
--- /dev/null
+++ b/media-radio/fldigi/fldigi-4.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com/Fldigi.html;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hamlib nls portaudio pulseaudio sndfile"
+
+RDEPEND="x11-libs/fltk:1[threads,xft]
+   media-libs/libsamplerate
+   media-libs/libpng:0
+   x11-misc/xdg-utils
+   dev-perl/RPC-XML
+   dev-perl/Term-ReadLine-Perl
+   hamlib? ( media-libs/hamlib )
+   portaudio? ( >=media-libs/portaudio-19_pre20071207 )
+   pulseaudio? ( media-sound/pulseaudio )
+   sndfile? ( >=media-libs/libsndfile-1.0.10 )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+   econf $(use_with sndfile) \
+   $(use_with portaudio) \
+   $(use_with hamlib) \
+   $(use_enable nls) \
+   $(use_with pulseaudio) \
+   --without-asciidoc
+}



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

2017-04-02 Thread Amy Liffey
commit: 1be5e6857a06b9832cca85470e9e5b3b5709632e
Author: Horea Christian  yandex  com>
AuthorDate: Wed Mar 29 14:03:30 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Apr  2 14:23:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be5e685

dev-lang/fpc: version bump 3.0.2

Closes:#4325

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-lang/fpc/Manifest |   5 ++
 dev-lang/fpc/fpc-3.0.2.ebuild | 161 ++
 2 files changed, 166 insertions(+)

diff --git a/dev-lang/fpc/Manifest b/dev-lang/fpc/Manifest
index 05b747d8692..3cee10553fe 100644
--- a/dev-lang/fpc/Manifest
+++ b/dev-lang/fpc/Manifest
@@ -11,5 +11,10 @@ DIST fpc-3.0.0-doc-html.tar.gz 5253600 SHA256 
0e2f2d873750602f1ec21d879e710deec3
 DIST fpc-3.0.0.i386-linux.tar 44892160 SHA256 
b3bc31c7650bea785ca44bd6e5a8d685bf2dad3ae6cd34f73e5dffa05f0b6e40 SHA512 
6d409aaa3827018f27813d7965f2d820e36b725ad8ec3257b89688b0bbf722b41e44ab99495050422b91db71323a081bd60c68f3919d04f17b1922264ec10e13
 WHIRLPOOL 
a3bce4937215a706b9ad2d14a1a96e0fd02b792524b36e3455b0dea40ee3ec404fb2cd8677f2488325a85ad52c95cb9143481a00a44010f70636c73de3cf0292
 DIST fpc-3.0.0.source.tar.gz 38311370 SHA256 
46354862cefab8011bcfe3bc2942c435f96a8958b245c42e10283ec3e44be2dd SHA512 
18b91a10320b0c52d0486aa241dbfeb5777eebe040f393f9b3661e8ab27a338b5a8d84c9461d40c6d11b362af2deb014f7c3fc273fc11fee1fc9badf19e18b88
 WHIRLPOOL 
08d4dad14255fcedab822d189abcd74d80b9e0596489277dced626dfcfda8a8768d035061c080a54ce2e977e0a0074204809359a4bb8c254a0316126427510c3
 DIST fpc-3.0.0.x86_64-linux.tar 46571520 SHA256 
c952a6f1fc9a32da7a3f77c309e64fa1b536516e4fae16ff58ac10d5ece85dd4 SHA512 
26502cf1dfd2bb83fe860e41cb064ccc5b971d112bf05f95e92089ea71bf0e3aafe659ef4cfc4967dd62271b5ecd3468fedf63dc351944b9e8cb52d662d4a3bb
 WHIRLPOOL 
8d99e813da5c04b7160b42d87b759890af286903db982df9ad2e61b8e11f54f92994dd6b038252541ee46d8edd9ec217281ef3dfd9e34e8357023dde6b55500a
+DIST fpc-3.0.2-doc-html.tar.gz 5534720 SHA256 
844b7f804526d27c7902d230357f4feee6724ac5ff5d9e8f4ec18db3a0fb9537 SHA512 
1334e0bd5fbcc5d06513c9f9b1cd99b9a79782cca6224761d18ea314ba88da79517fac46c7135316f00bbaefd779080406f1b9e6c33ffb1e7b228f0c11618669
 WHIRLPOOL 
6bf46987f267079077a0334a816924ab17b093212f0814e68623a479c03b3efa60904c2e96a064870373af2aa6dd81336211e696466b050ea3399efbb8c4699b
+DIST fpc-3.0.2.i386-linux.tar 55019520 SHA256 
2ddb0a27a7c38b5679bd818ae138e15820a2caaa1bc059d935e7e9fa643ff5ef SHA512 
adeba89838eceec899edf54a7655a57551319c59eda9f437aa0b6a76bcce1d3cce691a69f40a9fa57ad5c9064abf514c07b879cf40e87cf55c6e10768deb1b7d
 WHIRLPOOL 
6ce242565ef453d7f01ab11af95c82c360531d08a5dbecc3ce6df443b73e30a1294f958bc6f4a682ed773be7edafabd787ce00c5e20c6173952fd4b567d4e1d2
+DIST fpc-3.0.2.source.tar.gz 39841597 SHA256 
67fccddf5da992356f4e90d836444750ce9363608c7db8e38c077f710fcb6258 SHA512 
8b2540af910c31c96c4bf6bc546f7824b2acd9509fea76b5884370d8ebecd836c167a6ef98fac46b16278027cc15aa6a9f63fb72919e3a103408dc16416e43ae
 WHIRLPOOL 
629d735593da7ecc39033493fe4524079976ab5b2109014d88ab75dc231c512cb1baadde27b1c393b1562627c9ad5101f6f37106f4fde6cbbb21aca9311f4adc
+DIST fpc-3.0.2.x86_64-linux.tar 57190400 SHA256 
b5b27fdbc31b1d05b6a898f3c192d8a5083050562b29c19eb9eb018ba4482bd8 SHA512 
fac103f3bf7fad5af9a435831f456c5dd7b546729f56c4b51b2a6dedceea27b331edf48024b4ec7993e50432332e8404ae63d64913d793e787756413c8d95417
 WHIRLPOOL 
d928b6e5c7c39ad8e16b9eae5871581e86d6dcc588b2dafcef8c936d341b21019d69c436968b0a29942b527ce3f0bb2ec5166b961046ac1833efa6efae47
 DIST fpcbuild-2.6.4.tar.gz 55604643 SHA256 
8d9c3bcfa469d9b37c05663e2775d179809e4b3443604fac7d21aa64c9a56daa SHA512 
7c48fb48a3742ffe533a8a172758071c0a1129ffac09231e6969aa1d31bac346dc764598b6ae78dc9d25585a788f6ed4f2b4c39502774d4d3620f09185b807de
 WHIRLPOOL 
d2cb72917031f6ffaeb66c2e1e4f0bc18050da2437241da9e6655af4f62aa3e05c7f7c89ba88ba3f96ee20571c3e0d733bebab7a9c2e3f04aa2f0208bb1dc7f9
 DIST fpcbuild-3.0.0.tar.gz 66934428 SHA256 
d5913b1d5d3d13190ae7ee72c305d5da49ac2ddc1b375b814751ef09ae5c80ec SHA512 
d010cdc2dd2d4c6efe67cf005d0babb00c2a8ae70942c8b838bb690153ad72e52c0d7198eded7bbde8c77e64d28b2d7f5a220fdcd6117e5991cd11a24369d1f1
 WHIRLPOOL 
1b0d68b0b1f9f9825a21774269a02eb6144932af1e132932b88bc10d0d234a20b8b441b2281abf50c919e4dd8e20e97a4467b7a6498d2d13a887167f44999e76
+DIST fpcbuild-3.0.2.tar.gz 68407379 SHA256 
f261ed0a361f190169fff428d65b707df1507df317fc0ed101b0e63596541b75 SHA512 
dfa4865d8166b7903914ac101e48bae9761671a77e37cbfd54c2ee8eb6b2ba0e5f3ac4b55867a2ead79499dbae68cc785db531385c5b77d533945c644a2f6fe6
 WHIRLPOOL 
27568e7dc9d4ee3a8c30dbf68f4cd03a4fa23ddd7ede67253d3da897b48aa2fcd0a537e68432058c8cc030af18c42649e04a4a60b1a58d08b539da09e5fb9dfa

diff --git a/dev-lang/fpc/fpc-3.0.2.ebuild b/dev-lang/fpc/fpc-3.0.2.ebuild
new file mode 100644
index 000..f1417deea5d
--- /dev/null
+++ b/dev-lang/fpc/fpc-3.0.2.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/files/, gnome-extra/cinnamon/

2017-04-02 Thread Mart Raudsepp
commit: 2ca6628f3dd84a484b59b1825b5df6e51e0d32a4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 14:16:30 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 14:17:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca6628f

gnome-extra/cinnamon: remove old that still had USE=gtk dep on 
gnome-themes-standard

The gnome-themes-standard versions that had IUSE=gtk got cleaned up, so need to
clean up here too to fix repoman in cinnamon

Gentoo-bug: 596556
Acked-by: Kristian Fiskerstrand  gentoo.org>

 gnome-extra/cinnamon/Manifest  |   2 -
 gnome-extra/cinnamon/cinnamon-2.8.8-r1.ebuild  | 243 -
 gnome-extra/cinnamon/cinnamon-3.0.6-r1.ebuild  | 238 
 gnome-extra/cinnamon/cinnamon-3.0.7-r1.ebuild  | 238 
 .../cinnamon/files/cinnamon-2.8.3-gnome-3.14.patch |  11 -
 5 files changed, 732 deletions(-)

diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest
index 0bcbd88d9b1..6566485a98a 100644
--- a/gnome-extra/cinnamon/Manifest
+++ b/gnome-extra/cinnamon/Manifest
@@ -1,5 +1,3 @@
-DIST cinnamon-2.8.8.tar.gz 3026643 SHA256 
33f838cb9c1d4213ebb18d5869949757dda97a6e0745f224d06be75de69caee7 SHA512 
e41fae744ea2dfcb3589a47f689b230369a8dc4c3682f3cc15836a9be6c67fd1cd872223084b518cd422057431ea77f7df67055757b5cd43e5e96cb3cb3a2ec5
 WHIRLPOOL 
1cb5e0b13814d4b21e7711ad0d5754aa85c36e4616d48e7dbebad1bd7d34b928a5b4d4d55b6fd12fb2b44c96b22535ca68b3b6542af99306a609cbc58ea59784
-DIST cinnamon-3.0.6.tar.gz 3065823 SHA256 
1a3aafe4339948e44b2866b25ac6ecc70b021ef8edb674a9e2af0a59ef42d405 SHA512 
ed97986d688281055d14896e1f6bd2c2835b5c87b7f756e9385c91ab05554ccb638b925156032147bd784a7f96acfc7bf3d922db27397c1de3315b15cae5f8c4
 WHIRLPOOL 
bb60479a72b9c0a5537419e497b4c877e4d900c2131b4e7dab78d72cd61e152a4c7134112fa88dfc5cd5107cbade9d466ede82223f4e97107dcaaf081d9bf92c
 DIST cinnamon-3.0.7.tar.gz 3065791 SHA256 
0aa0ce174a4638f54ddb2f0dc1f93a847678fa225c7a4fae718ffd14f1c8694f SHA512 
db3f2532525c71b0841ce22245518502f8e905fd353c22e41dc57551cf68422ab6b53a57e4089664e8db9035a7723214756de78d2b5d5a92e11515216b15afbf
 WHIRLPOOL 
7f7e0f3841d8790f332342e9d0696c8f70e81657ea02e1374871505be1c5ecdb7e9d4fc4fd0d600bf69fcd856123a58d5b272b4de03f9dd7d4c7d3d8278154b0
 DIST cinnamon-3.2.0.tar.gz 2216495 SHA256 
c1473aabb01329c07bf1e28148cb410255700f4dd237195b7790e9bcdb69b89d SHA512 
340530d77e68a5680cfa44afa3efc157552a7319f9badb251456d43e4e0a4e8c7cecf8e273c6cedec05e8248d68bbbdca2f8bb9d1766c418a6bc10d386e38302
 WHIRLPOOL 
58c749c9679f582a7ef088f4a8026d7027c84368be5d2c07ba9dd29c9a0781ad962fdbb4342538bb3b801f2fce60c483a0b806008e6fecb2698b367969aefc52
 DIST cinnamon-3.2.6.tar.gz 2225445 SHA256 
ab2e5681e4780e065ebf4aebf4b909e9b723a69d7d437ea490c7a9a39ffce8a5 SHA512 
b21f762341c523a0292de27e37b664e758adafeeb658bb056a08f5aa3ec6c29709cf9db78ab48a9ab21982b7e1bfc0674f79395995348ff0b877c2c04e7038fb
 WHIRLPOOL 
2d1c8c7662a3e76dae733300a86057962a159ad4fd7946f73b84bfdf624d6c6fb23b863847786879233d7dd2f3a8bc037c64fb065977732259f0c3b60857039f

diff --git a/gnome-extra/cinnamon/cinnamon-2.8.8-r1.ebuild 
b/gnome-extra/cinnamon/cinnamon-2.8.8-r1.ebuild
deleted file mode 100644
index c7179a515f0..000
--- a/gnome-extra/cinnamon/cinnamon-2.8.8-r1.ebuild
+++ /dev/null
@@ -1,243 +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=( python{2_7,3_4,3_5} )
-PYTHON_REQ_USE="xml"
-
-inherit autotools eutils flag-o-matic gnome2 multilib pax-utils python-r1
-
-DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
-HOMEPAGE="http://cinnamon.linuxmint.com/;
-
-MY_PV="${PV/_p/-UP}"
-MY_P="${PN}-${MY_PV}"
-
-SRC_URI="https://github.com/linuxmint/Cinnamon/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-# bluetooth support dropped due to bug #511648
-IUSE="+nls +networkmanager" #+bluetooth
-
-# We need *both* python 2.x and 3.x
-REQUIRED_USE="
-   || ( $(python_gen_useflags 'python2*') )
-   || ( $(python_gen_useflags 'python3*') )
-"
-
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   app-accessibility/at-spi2-atk:2
-   app-misc/ca-certificates
-   dev-libs/dbus-glib
-   >=dev-libs/glib-2.35.0:2[dbus]
-   >=dev-libs/gobject-introspection-0.10.1:=
-   >=dev-libs/json-glib-0.13.2
-   >=dev-libs/libcroco-0.6.2:0.6
-   dev-libs/libxml2:2
-   gnome-base/gconf:2[introspection]
-   gnome-base/librsvg
-   >=gnome-extra/cinnamon-desktop-2.4:0=[introspection]
-   gnome-extra/cinnamon-menus[introspection]
-   >=gnome-extra/cjs-2.8.0
-   >=media-libs/clutter-1.10:1.0[introspection]
-   media-libs/cogl:1.0=[introspection]
-   >=gnome-base/gsettings-desktop-schemas-2.91.91
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-sound/pulseaudio:0=[glib]
-   

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

2017-04-02 Thread Mikhail Pukhlikov
commit: 488b0f0d25546522914988953648155560db29a9
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Sun Apr  2 14:14:15 2017 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Sun Apr  2 14:14:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488b0f0d

dev-lang/mono: bump into 4.8.0.524

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-lang/mono/Manifest  |   1 +
 dev-lang/mono/mono-4.8.0.524.ebuild | 111 
 2 files changed, 112 insertions(+)

diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest
index 8454acfccfd..f0dbc882ccf 100644
--- a/dev-lang/mono/Manifest
+++ b/dev-lang/mono/Manifest
@@ -3,3 +3,4 @@ DIST mono-4.4.1.0.tar.bz2 85897587 SHA256 
165e7686b5cbb1ab671b4cb2069207999c3d70
 DIST mono-4.6.1.5.tar.bz2 83174665 SHA256 
3871ee72bdfc2ea5d63622cf49ae6bac7c4a4f3d687214dd8ac236bbf7c3 SHA512 
1d0c1ec2930ecea3faf1be572bc045300ef4a90d3fe7519f2a9c797be79298c61528d83baa5a24a57143a35be80f78297196556c33cd0f345d9907a973fe625a
 WHIRLPOOL 
9ccfdfa68f2d9a75440c71fb22af988165608299d7aaeecac77fc783412cba4524a423b166a540d2381c98c58e3f7e40ada91381d45f67693e1f69e462bbb1d9
 DIST mono-4.8.0.425.tar.bz2 87955541 SHA256 
0d81ba0ef69fbfa2ac8206c9e7a0ad996c193c06c897bab36c5dcc4a40b50a7d SHA512 
7bab64adbebc277d3fc10301fa6af6cd64ea0836e2d74dfdd9b59684d9402689f9a4e397f3d36f519c7a892c14dcf8f8867d40a5119891874dfd10f9bbce2ac4
 WHIRLPOOL 
fcb095e83880bdbbce6978af68c5997f1f345046307e3ea4d53413b257dca7953b947c90e073e15991ec043483982bfcf28d29c350e392e534c865b74fff8a89
 DIST mono-4.8.0.495.tar.bz2 87540431 SHA256 
7ba62e6f42559d58dc447a19fc1cb2a9c7977d6c6e21e1e335f73917dea120cb SHA512 
0052b7b04ae25e7cb5970d742369b74c83a10c6c82da591e8d26ad9e13e8b2590a1cde27ca99e43aebc622c7a2a590b9e6c7ce519ac4185b0b6cf7134527cc9d
 WHIRLPOOL 
54c7101dbb2b886d9798e16cbf0e84898f9d4a96786d9f52f76a9872f99ac1b39d1f6109abcfc70897163bab3e5b3478ecb77ef217953118badc537e8e474e5e
+DIST mono-4.8.0.524.tar.bz2 87392723 SHA256 
ca02614cfc9fe65e310631cd611d7b07d1ff205ce193006d4be0f9919c26bdcf SHA512 
eb77b768a4a26e6a2a872f4845769cdc83f01af3377ecd6d932437d2a1b54bfd1ce727563906146195a54997b4b624fb75449a6f0bcfe818cbc4e6544841bf2b
 WHIRLPOOL 
143232c15b99e702de5774a0ffbcf6f3ee85338b55e8f0cc7de2afe6053e7de62cccd3cc27163213e492851c13cdfbe0e244a4f8f0824e4786c658a2a81ac477

diff --git a/dev-lang/mono/mono-4.8.0.524.ebuild 
b/dev-lang/mono/mono-4.8.0.524.ebuild
new file mode 100644
index 000..712f239c13c
--- /dev/null
+++ b/dev-lang/mono/mono-4.8.0.524.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils linux-info mono-env flag-o-matic pax-utils 
versionator multilib-minimal
+
+DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
+HOMEPAGE="http://www.mono-project.com/Main_Page;
+SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2;
+
+LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception 
IDPL"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+
+IUSE="nls minimal pax_kernel xen doc"
+
+COMMONDEPEND="
+   !minimal? ( >=dev-dotnet/libgdiplus-2.10 )
+   ia64? ( sys-libs/libunwind )
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="${COMMONDEPEND}
+   || ( www-client/links www-client/lynx )
+"
+DEPEND="${COMMONDEPEND}
+   sys-devel/bc
+   virtual/yacc
+   pax_kernel? ( sys-apps/elfix )
+   dev-util/cmake
+   !dev-lang/mono-basic
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.8.0.371-makedev.patch
+   "${FILESDIR}"/${PN}-4.8.0.371-x86_32.patch
+)
+
+S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
+
+pkg_pretend() {
+   linux-info_pkg_setup
+   if use kernel_linux; then
+   if linux_config_exists; then
+   linux_chkconfig_builtin SYSVIPC || die "SYSVIPC not 
enabled in the kernel"
+   else
+   # 
https://github.com/gentoo/gentoo/blob/f200e625bda8de696a28338318c9005b69e34710/eclass/linux-info.eclass#L686
+   ewarn "kernel config not found"
+   ewarn "If CONFIG_SYSVIPC is not set in your kernel 
.config, mono will hang while compiling."
+   ewarn "See http://bugs.gentoo.org/261869 for more info."
+   fi
+   fi
+}
+
+pkg_setup() {
+   mono-env_pkg_setup
+}
+
+src_prepare() {
+   # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so 
it don't
+   # get killed in the build proces when MPROTECT is enable. #286280
+   # RANDMMAP kill the build proces to #347365
+   # use paxmark.sh to get PT/XT logic #532244
+   if use pax_kernel ; then
+   ewarn "We are disabling MPROTECT on the mono binary."
+
+   # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9
+   sed '/exec "/ i\paxmark.sh -mr "$r/@mono_runtime@"' -i 

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

2017-04-02 Thread Andreas Sturmlechner
commit: 7266a2979f3e7911f12470c95ed0a51f958d37bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  2 14:06:49 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  2 14:07:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7266a297

sys-libs/kpmcore: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-libs/kpmcore/Manifest |  1 -
 sys-libs/kpmcore/kpmcore-2.2.1.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index 46ccba21410..7db90276992 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1,2 +1 @@
-DIST kpmcore-2.2.1.tar.xz 351160 SHA256 
573c662fce7077180bafa62461e0bfd6e7ca5f8fce3cfc7561668da291ae SHA512 
5c8a9f9a939927d451c8b408ced250bf847af344d13791152fc08e08b80ac0535ecdb661d733a10478fcb7cd9c61164614f359704052d964bedde0949c95cdf7
 WHIRLPOOL 
69db6258f8564ecbf426084653411db20d429df5780021d871190a9dd00fc0bbf9f48e7ea0ec69f35336511a5606aab7439dfa0068d9269f1ceca947f95f91a2
 DIST kpmcore-3.0.3.tar.xz 401800 SHA256 
a271a7f6e84ef161a1130a7ff9d998fc8b74d91098bfa8e0a92e0c9ec6cd989e SHA512 
20d21b8317aebea56ed63b636b852df1ae50895aacbe9c92e1470c9d8a1085561aa04a44fc41d70df71713a3f90c2d7f4192d232a060fe352422093012744186
 WHIRLPOOL 
6cedde5b242e1ca7b3228369c610647b57a973f279e9c77ee4bb3ac1bef911c154eec5d9215bbc3c5bb6bad745cd95ecb987768429f5f2273b970236b8a5765e

diff --git a/sys-libs/kpmcore/kpmcore-2.2.1.ebuild 
b/sys-libs/kpmcore/kpmcore-2.2.1.ebuild
deleted file mode 100644
index 6cd2e5e7894..000
--- a/sys-libs/kpmcore/kpmcore-2.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Library for managing partitions"
-HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="5/3"
-KEYWORDS="amd64 ~arm ~x86"
-IUSE=""
-
-CDEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   dev-libs/libatasmart
-   sys-apps/util-linux
-   >=sys-block/parted-3
-"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
-   !

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

2017-04-02 Thread Andreas Sturmlechner
commit: 98f865680c152dbd848d66970619d1601827
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  2 14:08:07 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  2 14:08:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f86568

sys-block/partitionmanager: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-block/partitionmanager/Manifest|  1 -
 .../partitionmanager/partitionmanager-2.2.1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/sys-block/partitionmanager/Manifest 
b/sys-block/partitionmanager/Manifest
index 3c687f10387..3bbe8fe2724 100644
--- a/sys-block/partitionmanager/Manifest
+++ b/sys-block/partitionmanager/Manifest
@@ -1,2 +1 @@
-DIST partitionmanager-2.2.1.tar.xz 1497772 SHA256 
bcbd531e3a3616a436595141729634aa390a9f8d56f7bd4c3ab0e74a4927ac67 SHA512 
3dcc9d5f3b315f4c2377a2a9b1e56b85abe5dc534d83613a167969c4a5cde9ece646f3f2d0a522bb425505accbd944a8c8eda9c7926cea5b718c3c59f8246816
 WHIRLPOOL 
619930a25c67639dbd1f6dd62b412a5769ec29d30e8afbc7939853aa720ae3999e182ab5cc050c7927daa26df041a57ab0b92a822e6179dd54a3e337a4239f56
 DIST partitionmanager-3.0.1.tar.xz 1318148 SHA256 
2090d94e0fd3744b035cc58bd669a63168d6a1763187826fef76544f4b23 SHA512 
ebdfc9fb5aa5081078c928428d44fa4405cd5fdc56db3348d914ac16a536d162842bbc88f015ec2d21eb7831f4b28c8e6825950681095dddb5fd9415c7e49150
 WHIRLPOOL 
4b7452985c9f9cd7edec636176820cbe5a6d2b95e1038592103a9741f576a91ebcf061a85aa756a68070296146bf18f6a4cc3cf592d19fd78ae96df82d0fb2a1

diff --git a/sys-block/partitionmanager/partitionmanager-2.2.1.ebuild 
b/sys-block/partitionmanager/partitionmanager-2.2.1.ebuild
deleted file mode 100644
index 1aaa7aaf095..000
--- a/sys-block/partitionmanager/partitionmanager-2.2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE utility for management of partitions and file systems"
-HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   sys-apps/util-linux
-   >=sys-libs/kpmcore-2.2.0:5=
-"
-RDEPEND="${DEPEND}
-   $(add_plasma_dep kde-cli-tools kdesu 5.5.2)
-   !sys-block/partitionmanager:0
-"



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

2017-04-02 Thread Mart Raudsepp
commit: acecc3f407873560ddc9fa051ada3c8f9ef4deec
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 14:02:18 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 14:02:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acecc3f4

gnome-base/gnome-control-center: remove description for now unused i18n USE flag

Got renamed to ibus and the old cleaned out

 gnome-base/gnome-control-center/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnome-base/gnome-control-center/metadata.xml 
b/gnome-base/gnome-control-center/metadata.xml
index e6e1c88689e..4e40862668d 100644
--- a/gnome-base/gnome-control-center/metadata.xml
+++ b/gnome-base/gnome-control-center/metadata.xml
@@ -12,7 +12,5 @@
net-libs/gnome-online-accounts 
accounts
Enable support for enhanced input methods 
through
app-i18n/ibus
-   Enable support for enhanced input methods 
through
-   app-i18n/ibus

 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/

2017-04-02 Thread Mart Raudsepp
commit: 115155d5cd949be6dc44da72bc242ef6d4b6d386
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 14:05:18 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 14:05:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115155d5

x11-wm/mutter: remove description for now unused kms USE flag

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 x11-wm/mutter/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-wm/mutter/metadata.xml b/x11-wm/mutter/metadata.xml
index 3e52e1b5c35..73abedd9cf0 100644
--- a/x11-wm/mutter/metadata.xml
+++ b/x11-wm/mutter/metadata.xml
@@ -7,6 +7,5 @@


Enable OpenGL ES 2.0 support
-   Enable KMS support.

 



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

2017-04-02 Thread Mart Raudsepp
commit: 087be768de20123a6523ee93591a91b3810c5166
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 14:03:55 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 14:03:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087be768

gnome-extra/gnome-boxes: remove description for now unused usbredir USE flag

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 gnome-extra/gnome-boxes/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/gnome-extra/gnome-boxes/metadata.xml 
b/gnome-extra/gnome-boxes/metadata.xml
index c6debefd680..996e7cacd21 100644
--- a/gnome-extra/gnome-boxes/metadata.xml
+++ b/gnome-extra/gnome-boxes/metadata.xml
@@ -5,8 +5,4 @@
gn...@gentoo.org
Gentoo GNOME Desktop

-   
-   Use sys-apps/usbredir to 
redirect USB
-   devices to another machine over TCP
-   
 



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

2017-04-02 Thread Mart Raudsepp
commit: 7f1271f593865785f8f12ec4d69c38e703407983
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 14:00:03 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 14:00:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1271f5

mail-client/evolution: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 mail-client/evolution/Manifest|   1 -
 mail-client/evolution/evolution-3.20.5.ebuild | 140 --
 mail-client/evolution/metadata.xml|   2 -
 3 files changed, 143 deletions(-)

diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest
index 2e0ec01c1a9..d8aa20c1ba6 100644
--- a/mail-client/evolution/Manifest
+++ b/mail-client/evolution/Manifest
@@ -1,3 +1,2 @@
-DIST evolution-3.20.5.tar.xz 12133872 SHA256 
2e13551ce0996963506f0bdde5e01c3b8aa0622849a272ff12877cd595baeb6e SHA512 
4b974ac5d8f3918a8012192634e8d131b1f6af0ed40a32181eb9500bc43b8bf4cf29a6fc7e49620638ada8f2456117e263e6162f21c0e1deef81861789a97906
 WHIRLPOOL 
1ed38bd2b9de97ad50bb832e03b76bf94131e65f0cf05c555d9e62d0e908467382b7e879d8eeb9513a6a09396da77eb2b2ac3a0dd3b97c6f2cde373dd65222ae
 DIST evolution-3.22.4.tar.xz 12272488 SHA256 
522209f022a468c9031fd393fe4ba6c655dedfa06dd6ae59d2d693d1485c690a SHA512 
dd73a11d4d7903be6a99bf0d937f5a217a26f0dffb9dc0cea2ca81142d5783c42f889a8b913d565678e9f55b7f2f2a1d42f06c30e3cb004926c19f44dae3b70f
 WHIRLPOOL 
6aadef7a735cd351abbcdaacd086641b656ac7d94d78ab278ef0270725f487a5cd0eb6b859530611f41049024e12945368e6616fe2a3afd4481cce6654ee6279
 DIST evolution-3.22.6.tar.xz 12288232 SHA256 
9f4be4a1d5ee4d5eb9b132cf751ba3afc833025aa6dc7baa1f9483489d8a943e SHA512 
c699adae640d05558b583b05eda5c5ad3de99aa1d1bbfa24af6110be41251f715ff4b16ff0efb96c8de7faa8c895d82460b504c2704974d4c9731f1bc3e7739f
 WHIRLPOOL 
df9fde3db1b6ebf11551d81694a99e07822ab184cc4d14e7d54777eab348de60c5180bd73e0795a3c190509b97f0d948b4e0f4b6d32816e46d967a555746ae98

diff --git a/mail-client/evolution/evolution-3.20.5.ebuild 
b/mail-client/evolution/evolution-3.20.5.ebuild
deleted file mode 100644
index f0e6929dac2..000
--- a/mail-client/evolution/evolution-3.20.5.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit flag-o-matic readme.gentoo-r1 gnome2
-
-DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
-SLOT="2.0"
-
-IUSE="+bogofilter crypt highlight ldap map spamassassin spell ssl +weather"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
-
-# We need a graphical pinentry frontend to be able to ask for the GPG
-# password from inside evolution, bug 160302
-PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] 
app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] app-crypt/pinentry[qt5] )"
-
-# glade-3 support is for maintainers only per configure.ac
-# pst is not mature enough and changes API/ABI frequently
-# dconf explicitely needed for backup plugin
-# gnome-desktop support is optional with --enable-gnome-desktop
-# gnome-autoar (currently disabled because no release has been made)
-COMMON_DEPEND="
-   >=app-crypt/gcr-3.4:=
-   >=app-text/enchant-1.1.7
-   >=dev-libs/glib-2.40:2[dbus]
-   >=dev-libs/libxml2-2.7.3:2
-   >=gnome-base/gnome-desktop-2.91.3:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=gnome-extra/evolution-data-server-3.20.3:=[gtk,weather?]
-   >=media-libs/libcanberra-0.25[gtk3]
-   >=net-libs/libsoup-2.42:2.4
-   >=net-libs/webkit-gtk-2.2:3
-   >=x11-libs/cairo-1.9.15:=[glib]
-   >=x11-libs/gdk-pixbuf-2.24:2
-   >=x11-libs/gtk+-3.10:3
-   >=x11-libs/libnotify-0.7:=
-   >=x11-misc/shared-mime-info-0.22
-
-   >=app-text/iso-codes-0.49
-   dev-libs/atk
-   gnome-base/dconf
-   dev-libs/libical:=
-   x11-libs/libSM
-   x11-libs/libICE
-
-   crypt? (
-   >=app-crypt/gnupg-1.4
-   ${PINENTRY_DEPEND}
-   x11-libs/libcryptui )
-   map? (
-   >=media-libs/libchamplain-0.12:0.12[gtk]
-   >=media-libs/clutter-1.0.0:1.0
-   >=media-libs/clutter-gtk-0.90:1.0
-   >=sci-geosciences/geocode-glib-3.10.0
-   x11-libs/mx:1.0 )
-   spell? ( app-text/gtkspell:3 )
-   ldap? ( >=net-nds/openldap-2:= )
-   ssl? (
-   >=dev-libs/nspr-4.6.1:=
-   >=dev-libs/nss-3.11:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.40.0
-   dev-util/itstool
-   virtual/pkgconfig
-"
-# eautoreconf needs:
-#  app-text/yelp-tools

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

2017-04-02 Thread Mart Raudsepp
commit: 5d0d2e22886507c82a1c8b26856380aede30e090
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 13:58:30 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:58:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0d2e22

app-arch/file-roller: remove description for now unused nautilus USE flag

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-arch/file-roller/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-arch/file-roller/metadata.xml 
b/app-arch/file-roller/metadata.xml
index a1511def35e..732e9f58dee 100644
--- a/app-arch/file-roller/metadata.xml
+++ b/app-arch/file-roller/metadata.xml
@@ -6,9 +6,6 @@
Gentoo GNOME Desktop


-   Enable file-roller to integrate with
-   gnome-base/nautilus by providing entries in 
its context
-   menu
Enable support for the distro-neutral 
package
manager GUI app-admin/packagekit




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

2017-04-02 Thread Mart Raudsepp
commit: beece5287b5bd04b61dd88b19e1310e96e9dab3f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 13:59:25 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:59:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beece528

Revert "mail-client/evolution: remove old"

This reverts commit 738bad51a0d2760800c906be21a77347f5d71227.

 mail-client/evolution/Manifest|   2 +
 mail-client/evolution/evolution-3.20.5.ebuild | 140 ++
 mail-client/evolution/evolution-3.22.4.ebuild | 138 +
 mail-client/evolution/metadata.xml|   2 +
 4 files changed, 282 insertions(+)

diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest
index 7b37462b5d6..2e0ec01c1a9 100644
--- a/mail-client/evolution/Manifest
+++ b/mail-client/evolution/Manifest
@@ -1 +1,3 @@
+DIST evolution-3.20.5.tar.xz 12133872 SHA256 
2e13551ce0996963506f0bdde5e01c3b8aa0622849a272ff12877cd595baeb6e SHA512 
4b974ac5d8f3918a8012192634e8d131b1f6af0ed40a32181eb9500bc43b8bf4cf29a6fc7e49620638ada8f2456117e263e6162f21c0e1deef81861789a97906
 WHIRLPOOL 
1ed38bd2b9de97ad50bb832e03b76bf94131e65f0cf05c555d9e62d0e908467382b7e879d8eeb9513a6a09396da77eb2b2ac3a0dd3b97c6f2cde373dd65222ae
+DIST evolution-3.22.4.tar.xz 12272488 SHA256 
522209f022a468c9031fd393fe4ba6c655dedfa06dd6ae59d2d693d1485c690a SHA512 
dd73a11d4d7903be6a99bf0d937f5a217a26f0dffb9dc0cea2ca81142d5783c42f889a8b913d565678e9f55b7f2f2a1d42f06c30e3cb004926c19f44dae3b70f
 WHIRLPOOL 
6aadef7a735cd351abbcdaacd086641b656ac7d94d78ab278ef0270725f487a5cd0eb6b859530611f41049024e12945368e6616fe2a3afd4481cce6654ee6279
 DIST evolution-3.22.6.tar.xz 12288232 SHA256 
9f4be4a1d5ee4d5eb9b132cf751ba3afc833025aa6dc7baa1f9483489d8a943e SHA512 
c699adae640d05558b583b05eda5c5ad3de99aa1d1bbfa24af6110be41251f715ff4b16ff0efb96c8de7faa8c895d82460b504c2704974d4c9731f1bc3e7739f
 WHIRLPOOL 
df9fde3db1b6ebf11551d81694a99e07822ab184cc4d14e7d54777eab348de60c5180bd73e0795a3c190509b97f0d948b4e0f4b6d32816e46d967a555746ae98

diff --git a/mail-client/evolution/evolution-3.20.5.ebuild 
b/mail-client/evolution/evolution-3.20.5.ebuild
new file mode 100644
index 000..f0e6929dac2
--- /dev/null
+++ b/mail-client/evolution/evolution-3.20.5.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit flag-o-matic readme.gentoo-r1 gnome2
+
+DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
+SLOT="2.0"
+
+IUSE="+bogofilter crypt highlight ldap map spamassassin spell ssl +weather"
+
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
+
+# We need a graphical pinentry frontend to be able to ask for the GPG
+# password from inside evolution, bug 160302
+PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] 
app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] app-crypt/pinentry[qt5] )"
+
+# glade-3 support is for maintainers only per configure.ac
+# pst is not mature enough and changes API/ABI frequently
+# dconf explicitely needed for backup plugin
+# gnome-desktop support is optional with --enable-gnome-desktop
+# gnome-autoar (currently disabled because no release has been made)
+COMMON_DEPEND="
+   >=app-crypt/gcr-3.4:=
+   >=app-text/enchant-1.1.7
+   >=dev-libs/glib-2.40:2[dbus]
+   >=dev-libs/libxml2-2.7.3:2
+   >=gnome-base/gnome-desktop-2.91.3:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=gnome-extra/evolution-data-server-3.20.3:=[gtk,weather?]
+   >=media-libs/libcanberra-0.25[gtk3]
+   >=net-libs/libsoup-2.42:2.4
+   >=net-libs/webkit-gtk-2.2:3
+   >=x11-libs/cairo-1.9.15:=[glib]
+   >=x11-libs/gdk-pixbuf-2.24:2
+   >=x11-libs/gtk+-3.10:3
+   >=x11-libs/libnotify-0.7:=
+   >=x11-misc/shared-mime-info-0.22
+
+   >=app-text/iso-codes-0.49
+   dev-libs/atk
+   gnome-base/dconf
+   dev-libs/libical:=
+   x11-libs/libSM
+   x11-libs/libICE
+
+   crypt? (
+   >=app-crypt/gnupg-1.4
+   ${PINENTRY_DEPEND}
+   x11-libs/libcryptui )
+   map? (
+   >=media-libs/libchamplain-0.12:0.12[gtk]
+   >=media-libs/clutter-1.0.0:1.0
+   >=media-libs/clutter-gtk-0.90:1.0
+   >=sci-geosciences/geocode-glib-3.10.0
+   x11-libs/mx:1.0 )
+   spell? ( app-text/gtkspell:3 )
+   ldap? ( >=net-nds/openldap-2:= )
+   ssl? (
+   >=dev-libs/nspr-4.6.1:=
+   >=dev-libs/nss-3.11:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.40.0
+ 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-04-02 Thread Andrey Grozin
commit: 4ae60ad0e4754f33b973370034dce17ae0568542
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr  2 13:49:44 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr  2 13:49:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae60ad0

sci-geosciences/qmapshack: cleaning 1.6.1-r2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/qmapshack/Manifest |  1 -
 .../qmapshack/qmapshack-1.6.1-r2.ebuild| 25 --
 2 files changed, 26 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index bfc4a110048..b0a9060ad73 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,4 +1,3 @@
-DIST qmapshack-1.6.1.tar.gz 4538423 SHA256 
e702482ef894ec3fdbc5a932dd220bbb34eef1580b1645a314e9a3fa99956c22 SHA512 
f6437004a79a875bdbfe6567bc1a771c6862ca7f851306ccf3ab044a28c4071eff227b3e5a200a21ec30c65df29e8e7371d32c0b4c8b5cc2799cf224adb892a6
 WHIRLPOOL 
0b180e5265a2a739008f0128947eaf28102dcb5d21041206631654b098d770d0c2e3ff3086289f1370df358747be033d326b93be4d44174e8738adcfa6faa9b4
 DIST qmapshack-1.6.3.tar.gz 5181205 SHA256 
6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
 WHIRLPOOL 
7fa7e8bbd658f351e5d62ef979a91e291207d1b25a5a94c335051dd93e1f41947dc612eec80c2134e7929edca0becaa0c866e9060e0cbe7c54a856d480acd938
 DIST qmapshack-1.7.1.tar.gz 5201773 SHA256 
5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509 SHA512 
406346df4777e06d14f175fc6cd01b653102d5754c3354721d5f86c2fbe3139f384f57241d2990721ceac12d4d546924c36c4e408770ad5c523a73f980bd3c02
 WHIRLPOOL 
75641f622a61b8c8ac1da18503d21cef2ed737ac4f4b522539de7d3df3f729bff6d5f2f20efb81aca9e8cfdd0b095f6a5c6e0ecd295319312e942448fe7dc97d
 DIST qmapshack-1.8.0.tar.gz 7512082 SHA256 
a1a6b543533af280f06afff0f0b1f457d09ef6c702922471a95ec350a99ccf2d SHA512 
9ee2e764368994c71813d48afb55368a2a26f8f4517b2671af2eb457e152b33f2eb756e347625940383b0e8c89814259d9e78133a1bc4544f183c4a424d31a4d
 WHIRLPOOL 
81b1d95d8b36f9bd6809443bbef134c5dc2427995d416fab5ba1324f38427c7c95a8a6c16f5f2cc9290d0a7000447568dc5d985d0b3787676ed9668db9f352a6

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild
deleted file mode 100644
index f542d242992..000
--- a/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/qtnetwork:5[ssl]
-   >=sci-geosciences/routino-3.0_p1
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-04-02 Thread Andrey Grozin
commit: c7541c238ea55d901a3dd1596b05697fadb734e0
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr  2 13:48:04 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr  2 13:48:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7541c23

sci-geosciences/qmapshack: cleaning 1.8.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild | 25 
 1 file changed, 25 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild
deleted file mode 100644
index 47bb8e093c9..000
--- a/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/qtnetwork:5[ssl]
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2017-04-02 Thread Andrey Grozin
commit: 76e7cabf0d12a22d4d9be37451e34258b2c34879
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr  2 13:46:01 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr  2 13:46:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e7cabf

sci-geosciences/qmapshack: dependency on dev-libs/quazip added

Bug: 614500

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../qmapshack/qmapshack-1.8.0-r1.ebuild| 26 ++
 1 file changed, 26 insertions(+)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild
new file mode 100644
index 000..5ad43397383
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.8.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



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

2017-04-02 Thread Agostino Sarubbo
commit: 0f25b06a45a0f54ce61351b24ca61a19af705c79
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 13:22:53 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 13:22:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f25b06a

dev-perl/Module-ScanDeps: amd64 stable wrt bug #614452

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Module-ScanDeps/Module-ScanDeps-1.230.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-ScanDeps/Module-ScanDeps-1.230.0.ebuild 
b/dev-perl/Module-ScanDeps/Module-ScanDeps-1.230.0.ebuild
index 7ec1d5893a7..f80639d388a 100644
--- a/dev-perl/Module-ScanDeps/Module-ScanDeps-1.230.0.ebuild
+++ b/dev-perl/Module-ScanDeps/Module-ScanDeps-1.230.0.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Recursively scan Perl code for dependencies"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-EndOfScope/

2017-04-02 Thread Agostino Sarubbo
commit: ac2b1cd263a4de719ad46308659f2fb44a6e5db8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 13:22:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 13:22:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2b1cd2

dev-perl/B-Hooks-EndOfScope: amd64 stable wrt bug #614470

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild 
b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild
index 34c740ef12e..b63dc156d55 100644
--- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild
+++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Execute code after a scope finished compilation"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd 
~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd 
~x64-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-04-02 Thread Agostino Sarubbo
commit: 06c58488ca6fb771dc7586f270b993d82a1b63c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 13:22:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 13:22:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c58488

sys-libs/kpmcore: amd64 stable wrt bug #614432

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-libs/kpmcore/kpmcore-3.0.3.ebuild 
b/sys-libs/kpmcore/kpmcore-3.0.3.ebuild
index 69475330f72..64e4aa7659d 100644
--- a/sys-libs/kpmcore/kpmcore-3.0.3.ebuild
+++ b/sys-libs/kpmcore/kpmcore-3.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="5/4"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 CDEPEND="



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

2017-04-02 Thread Agostino Sarubbo
commit: 8701ef3d07b5f9988f27958d811900c613c7bbae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 13:23:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 13:23:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8701ef3d

mail-client/cone: amd64 stable wrt bug #612344

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-client/cone/cone-0.92.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/cone/cone-0.92.ebuild 
b/mail-client/cone/cone-0.92.ebuild
index 5429d7c3781..b20130ed011 100644
--- a/mail-client/cone/cone-0.92.ebuild
+++ b/mail-client/cone/cone-0.92.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="crypt fam gnutls idn ipv6 ldap"
 
 RDEPEND=">=dev-libs/openssl-0.9.6:*



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

2017-04-02 Thread Agostino Sarubbo
commit: a98ee31a0e12655c2ae0ab7bab2c92b5f4cdaa1b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 13:22:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 13:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98ee31a

dev-perl/File-Remove: amd64 stable wrt bug #614440

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/File-Remove/File-Remove-1.570.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Remove/File-Remove-1.570.0.ebuild 
b/dev-perl/File-Remove/File-Remove-1.570.0.ebuild
index b416d8b7390..22babf8132c 100644
--- a/dev-perl/File-Remove/File-Remove-1.570.0.ebuild
+++ b/dev-perl/File-Remove/File-Remove-1.570.0.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Remove files and directories"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_p11/

2017-04-02 Thread Agostino Sarubbo
commit: bb594003c47088be4ce0ebe6dbbdab763b492acd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 13:22:26 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 13:22:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb594003

sys-auth/pam_p11: amd64 stable wrt bug #614434

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-auth/pam_p11/pam_p11-0.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_p11/pam_p11-0.1.6.ebuild 
b/sys-auth/pam_p11/pam_p11-0.1.6.ebuild
index dbc090a68d2..73e97a4892f 100644
--- a/sys-auth/pam_p11/pam_p11-0.1.6.ebuild
+++ b/sys-auth/pam_p11/pam_p11-0.1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="virtual/pam



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

2017-04-02 Thread Agostino Sarubbo
commit: 721a755c89716a872d004577219e6ca513170405
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 13:22:39 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 13:22:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721a755c

dev-perl/Variable-Magic: amd64 stable wrt bug #614470

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild 
b/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild
index 720ccdcfdd0..9ba65bb5e1d 100644
--- a/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Associate user-defined magic to variables from Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd 
~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd 
~x64-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-04-02 Thread Agostino Sarubbo
commit: c8324fe0aa11fa7ddba576385e0a12e9b41f3732
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  2 13:22:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  2 13:22:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8324fe0

sys-block/partitionmanager: amd64 stable wrt bug #614432

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/partitionmanager/partitionmanager-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/partitionmanager/partitionmanager-3.0.1.ebuild 
b/sys-block/partitionmanager/partitionmanager-3.0.1.ebuild
index ddba65b7388..b4bfd299146 100644
--- a/sys-block/partitionmanager/partitionmanager-3.0.1.ebuild
+++ b/sys-block/partitionmanager/partitionmanager-3.0.1.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager;
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



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

2017-04-02 Thread Mart Raudsepp
commit: 0ed7eca113aeac7a0e50746f6b179ad280b6a53a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:47:05 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:02:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed7eca1

dev-libs/gdl: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/gdl/Manifest  |  1 -
 dev-libs/gdl/gdl-3.18.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-libs/gdl/Manifest b/dev-libs/gdl/Manifest
index a8f8e977ba1..7f4daab7c73 100644
--- a/dev-libs/gdl/Manifest
+++ b/dev-libs/gdl/Manifest
@@ -1,3 +1,2 @@
-DIST gdl-3.18.0.tar.xz 527728 SHA256 
1499884e4fce375a963cf2b98b90e6724144f9b1f1ac8b84d765f4c85a2140b2 SHA512 
6ef634242a53c8ae8610305a3ee1dbb61867f974fc1b3922404cd7f01ff95ac2ffa3ce3c5c5fc6bc327f7973f7c2ca401e7c29d3dcf0e98716e3848a85360d45
 WHIRLPOOL 
28fe56651e64f06444f590cb057dc57e48cd86b90c90a662115d50b276615ee2c694dc2ca92ddc97123eb9fbe14f70345eec9d82adec7744b42d5bc4d82b07ad
 DIST gdl-3.20.0.tar.xz 527736 SHA256 
53d3a3bb9b9be25b3a40c644fdbbb57a5a63ee1f5f839c2266d1cd9779360e8b SHA512 
94f04a6a7348a1649a846cbbb834fd297de3088b5ec31f77d4681c7b1c92cf5186d51790632b6715a7181e931e746246ff35e46aea0a5d30d947a7b17d57ae30
 WHIRLPOOL 
10f71a81379ce9fd4c1c0e928aa0958ca88c89b5903e0254f36ead1809e4388ced07dd7a2cc4d90efe517341ff02d7ab1052e2deb52e42db86bb67537437da3c
 DIST gdl-3.22.0.tar.xz 529072 SHA256 
cc5b360e1392292186924f0f9a8efc0f4db7e6e56dc7042037466b5cc839660c SHA512 
408fd75627497c658b65e9cd39b8779ad0db2fdc1f780e369237fbdd3f0ccc035cd86456ff72e1581c524f1d35673d3b31ebb074290babf025596d08d823833d
 WHIRLPOOL 
3b31c124e331f82fa9dc8e513f1ae014e62001cbbd51ed17d4677f932b865c38da5e57827be6126c224acf8bcda8f336a4c75396cc54c7b23e96d354159dd382

diff --git a/dev-libs/gdl/gdl-3.18.0.ebuild b/dev-libs/gdl/gdl-3.18.0.ebuild
deleted file mode 100644
index 3f91afb643a..000
--- a/dev-libs/gdl/gdl-3.18.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME docking library"
-HOMEPAGE="https://git.gnome.org/browse/gdl;
-
-LICENSE="LGPL-2.1+"
-SLOT="3/5" # subslot = libgdl-3 soname version
-IUSE="+introspection"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-
-RDEPEND="
-   dev-libs/glib:2
-   >=x11-libs/gtk+-3.0.0:3[introspection?]
-   >=dev-libs/libxml2-2.4:2
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.4
-   >=dev-util/intltool-0.40.4
-   virtual/pkgconfig
-"
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-   gnome2_src_configure $(use_enable introspection)
-}



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

2017-04-02 Thread Mart Raudsepp
commit: d622836347805ab5117da12973822d74b59cb46d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:45:50 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6228363

app-editors/latexila: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-editors/latexila/Manifest   |  2 --
 app-editors/latexila/latexila-3.20.1.ebuild | 53 -
 app-editors/latexila/latexila-3.22.0.ebuild | 52 
 3 files changed, 107 deletions(-)

diff --git a/app-editors/latexila/Manifest b/app-editors/latexila/Manifest
index 55bee8b6697..354252a094d 100644
--- a/app-editors/latexila/Manifest
+++ b/app-editors/latexila/Manifest
@@ -1,3 +1 @@
-DIST latexila-3.20.1.tar.xz 1113788 SHA256 
58edbe3a1d7734d590ed4b85387fb8ce2e0df351bde9cd25ed3ee29239c81089 SHA512 
22fd8eb6f6ae839404a6c1ca25b7bda796bcd740e2a66fde7d4fd92f8d412972b023e1769fda04247a0c0c4d97640b64ca3426d3285b4c94f33429a576d0b2ff
 WHIRLPOOL 
25aadbf3de455277b981d6c33a1cf307423d3c3355b3518acbfb2ea776eb2c463accae2ef24ae90dc5583c3d4069d981d26772f5440085b269f9bc6fe04a0451
-DIST latexila-3.22.0.tar.xz 1113648 SHA256 
f78b643d95bbc3867430b32684c859a13aa887c1433d0e8df91a51168b564e54 SHA512 
dbb2e195fa3224a9c5ce72ccec5c9c9b188c70152534846782791930107a9c9d761edef53bca2bb92ff20dd7c58413ecee2c4fa514d70a2d574b8f7e847b7673
 WHIRLPOOL 
1f792d4290f081a49be0d2fa0bcdac8b4e87c7d35b2c11d4e9cb3797a744785044ba6ccc0d655b645a3a620956b11b943b67998d5e6469880436a9e35be27c67
 DIST latexila-3.22.1.tar.xz 820 SHA256 
41692d850a48521d2a700ae296680464078ef0bef1c1383383b433c5ecdf2719 SHA512 
7c2d3b95b9547e97c79f5e6384b1f33ccb81e70cea1d26fcc07845f3f391ac54b5931ddcec742f3439ba55e8f9f2a2054935795ab16bee584eb05780a72ba3a9
 WHIRLPOOL 
bacdd353a29c79612bc7f9b786b9c9ff5c4d12bf595b6795eb498251d724be7a29915723e2a0d29ef8bef22b096259da540e8b11d5e6ac4287833abfbc306a9f

diff --git a/app-editors/latexila/latexila-3.20.1.ebuild 
b/app-editors/latexila/latexila-3.20.1.ebuild
deleted file mode 100644
index ab0e720f451..000
--- a/app-editors/latexila/latexila-3.20.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Integrated LaTeX environment for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+introspection +latexmk rubber"
-
-# gspell-0.1 is required for this cycle
-# 
https://git.gnome.org/browse/latexila/commit/?h=gnome-3-18=fd6b77796e304cfb9e31844cf24432d3b2cb6043
-COMMON_DEPEND="$(vala_depend)
-   app-text/enchant
-   >=app-text/gspell-1.0:0=
-   >=dev-libs/glib-2.40:2[dbus]
-   >=dev-libs/libgee-0.10:0.8=
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/gtk+-3.20:3
-   >=x11-libs/gtksourceview-3.18:3.0=
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/pango
-   introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   virtual/latex-base
-   x11-themes/hicolor-icon-theme
-   latexmk? ( dev-tex/latexmk )
-   rubber? ( dev-tex/rubber )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50.1
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable introspection)
-}

diff --git a/app-editors/latexila/latexila-3.22.0.ebuild 
b/app-editors/latexila/latexila-3.22.0.ebuild
deleted file mode 100644
index e5acdb383bb..000
--- a/app-editors/latexila/latexila-3.22.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Integrated LaTeX environment for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+introspection +latexmk rubber"
-
-COMMON_DEPEND="
-   $(vala_depend)
-   app-text/enchant
-   >=app-text/gspell-1.0:0=
-   >=dev-libs/glib-2.40:2[dbus]
-   >=dev-libs/libgee-0.10:0.8=
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/gtk+-3.20:3
-   >=x11-libs/gtksourceview-3.18:3.0=
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango
-   introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   virtual/latex-base
-   x11-themes/hicolor-icon-theme
-   latexmk? ( dev-tex/latexmk )
-   rubber? ( dev-tex/rubber )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.14
-   

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/quadrapassel/

2017-04-02 Thread Mart Raudsepp
commit: bca7c7335811a1f75215519c9ddbfe92b24a97d8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:26:42 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca7c733

games-puzzle/quadrapassel: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-puzzle/quadrapassel/Manifest |  1 -
 .../quadrapassel/quadrapassel-3.20.0.ebuild| 37 --
 2 files changed, 38 deletions(-)

diff --git a/games-puzzle/quadrapassel/Manifest 
b/games-puzzle/quadrapassel/Manifest
index dc2af6b10a8..f683336e7ba 100644
--- a/games-puzzle/quadrapassel/Manifest
+++ b/games-puzzle/quadrapassel/Manifest
@@ -1,2 +1 @@
-DIST quadrapassel-3.20.0.tar.xz 1706584 SHA256 
e6fdd182b15aaef5af06604eb48ad883ac19977f2fcf6ebb43b41d9ed13f1eb0 SHA512 
cb2547acae77c234899707c147ce4b3e4cf4e15efd7a91cfed335eeb69dd466cee00bfd9d74e58fbc13dc540aae046d6eb4f6a67f44ebd794c90db39c9d0e07c
 WHIRLPOOL 
1856f7882d50846a8d67abb8fc391c8194d94fc8f5950b4ae44df70f973fa28f4357da44b2f645ee05fb4eeda5d229f15c9b932265401e94af8977a9ab91b622
 DIST quadrapassel-3.22.0.tar.xz 1737252 SHA256 
0ed44ef73c8811cbdfc3b44c8fd80eb6e2998d102d59ac324e4748f5d9dddb55 SHA512 
82cbac9b8bc1e7d0bc7958807037893c2dd0286fdc63c2f35ffc7fdcfd839cc6ddd115bada057aa9a3694fbb2736c0c7b852e0156be6fd59a85f6eb06f6f9a84
 WHIRLPOOL 
387854989d61473ca722dfc310fd304a79459b7b231b3baea7c7784e7fb4b95b9690e440f9de75f44a5cb50c2c2ccbdfae31c03588543faf6911c6fc2ed9762c

diff --git a/games-puzzle/quadrapassel/quadrapassel-3.20.0.ebuild 
b/games-puzzle/quadrapassel/quadrapassel-3.20.0.ebuild
deleted file mode 100644
index b8837f4222c..000
--- a/games-puzzle/quadrapassel/quadrapassel-3.20.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome2 vala
-
-DESCRIPTION="Fit falling blocks together"
-HOMEPAGE="https://wiki.gnome.org/Apps/Quadrapassel;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   >=gnome-base/librsvg-2.32.0:2
-   >=media-libs/clutter-1:1.0
-   >=media-libs/clutter-gtk-0.91.6:1.0
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.12:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   vala_src_prepare
-}



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

2017-04-02 Thread Mart Raudsepp
commit: ae1cc5ebae80f09d269cf84599b2754745abb41c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:48:29 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:02:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1cc5eb

media-gfx/simple-scan: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-gfx/simple-scan/Manifest  |  1 -
 media-gfx/simple-scan/simple-scan-3.20.0.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/media-gfx/simple-scan/Manifest b/media-gfx/simple-scan/Manifest
index 1e696bb9582..3e873731323 100644
--- a/media-gfx/simple-scan/Manifest
+++ b/media-gfx/simple-scan/Manifest
@@ -1,2 +1 @@
-DIST simple-scan-3.20.0.tar.xz 550444 SHA256 
8df5a5a5b06220e98770f11c53db8fc5d0d8d675d1c395f2bcd19fc8656eb62c SHA512 
2b06d3d98ad740a864fbe2278d509e958f5b3c8eaf8eb27cc15b4b033986ca7e7c7db301e60a2a0a204b16cb9a27e9d50fefcf956f15685bd79d27375bfd308b
 WHIRLPOOL 
17007ec48097471cf3ea44359b3803249b6fbe692f883998b3d5cfca976580a1a10560f05ff2ae3460fa251d7f9df42ddc117d905317d5f4ac608398b2fb20ed
 DIST simple-scan-3.22.0.1.tar.xz 659564 SHA256 
c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50 SHA512 
2513887546c1e6764cffeac26638646b03eaf2f2e5d8013d9c29dfd4fbe200b347f7ee8a94e402497d1e8bdc3ba55d2fb2a740eecc8663c692f75fda2b1607c0
 WHIRLPOOL 
9fe1bbc2774ace85869fb12084e304e26dff2612bdcd7335de3ad12f803ff9d3ed7fb2b2b64273584782b5ba15ace1acf3cea2f52a2900b5d66b0b67f58cfec8

diff --git a/media-gfx/simple-scan/simple-scan-3.20.0.ebuild 
b/media-gfx/simple-scan/simple-scan-3.20.0.ebuild
deleted file mode 100644
index 44d5f869dc3..000
--- a/media-gfx/simple-scan/simple-scan-3.20.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 vala versionator
-
-DESCRIPTION="Simple document scanning utility"
-HOMEPAGE="https://launchpad.net/simple-scan;
-
-MY_PV=$(get_version_component_range 1-2)
-SRC_URI="https://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="colord"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.32:2
-   dev-libs/libgusb[vala]
-   >=media-gfx/sane-backends-1.0.20:=
-   >=sys-libs/zlib-1.2.3.1:=
-   virtual/jpeg:0=
-   x11-libs/cairo:=
-   >=x11-libs/gtk+-3:3
-   colord? ( >=x11-misc/colord-0.1.24:=[udev] )
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-misc/xdg-utils
-   x11-themes/adwaita-icon-theme
-"
-DEPEND="${COMMON_DEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # https://bugs.launchpad.net/simple-scan/+bug/1462769
-   rm -f src/simple_scan_vala.stamp || die
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-packagekit \
-   $(use_enable colord)
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/tali/

2017-04-02 Thread Mart Raudsepp
commit: 3f4ccd60b7c60c3d88b69eab6f396c1e6280d782
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:43:00 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4ccd60

games-board/tali: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-board/tali/Manifest   |  2 --
 games-board/tali/tali-3.18.0.ebuild | 28 
 games-board/tali/tali-3.20.0.ebuild | 26 --
 3 files changed, 56 deletions(-)

diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest
index 0cafc358884..c72c081bcf9 100644
--- a/games-board/tali/Manifest
+++ b/games-board/tali/Manifest
@@ -1,3 +1 @@
-DIST tali-3.18.0.tar.xz 2786792 SHA256 
fe785ed2c3eeca8706834a967c0011cfee016008b4e55c1f5e0529b348bc9864 SHA512 
6805cfee02887c3824748e681fd0d4dd276baabbd32e370e6368aaafe7131f3fce5261c9fc8a747c3be35307db46e729bd8ec8023001cd58191749b50c21fd78
 WHIRLPOOL 
71832d64f94e0441622be4c8e2b5558257e13d0ee4ca670c09a330352eb4fd1c641fb9a6ee157785bf3f842e6e27241ed1bceea1baf17496e73850161f711d37
-DIST tali-3.20.0.tar.xz 2939824 SHA256 
6437ab66672c331098e6df44ad708397b6363182d5c08c9ededf711cbf5cb818 SHA512 
8435547879ba1bc218146345878b7d580a03b50339ecedaf141970426982b5e8c70f41862030a7000b950a9f415298b7e0086da4e718d8ff899d5d71c8d57794
 WHIRLPOOL 
1da7eb6b556eb717a8c960fd812f748ea5eb4bb1428392d8c965e9fe7f796306a81307ff4122f860a5099719ce4653d805c9e10007cd581132d586d96e59fdb5
 DIST tali-3.22.0.tar.xz 1716728 SHA256 
5ba17794d6fb06b794daaffa62a6aaa372b7de8886ce5ec596c37e62bb71728b SHA512 
63b50e6a27115fa9502fb86112ac02a987faff40e3eec8f0dc654bea2f001c0a252a6e1331ee3515d7194befe4e27dcde6d704a0f8a777d29e813c454a583ed0
 WHIRLPOOL 
ade5ca41f5b2fde7bb9b99b632776d9cb0440aefc7c0ed18efda249b67d587589cebc7ecfc7b4b0aea2beef5975248414f7a78fdcad1e836206a4812e4244204

diff --git a/games-board/tali/tali-3.18.0.ebuild 
b/games-board/tali/tali-3.18.0.ebuild
deleted file mode 100644
index 039196403a7..000
--- a/games-board/tali/tali-3.18.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome-games
-
-DESCRIPTION="Beat the odds in a poker-style dice game"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tali;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   >=gnome-base/librsvg-2.32:2
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"

diff --git a/games-board/tali/tali-3.20.0.ebuild 
b/games-board/tali/tali-3.20.0.ebuild
deleted file mode 100644
index 8aefac7ace7..000
--- a/games-board/tali/tali-3.20.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Beat the odds in a poker-style dice game"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tali;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   >=gnome-base/librsvg-2.32:2
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"



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

2017-04-02 Thread Mart Raudsepp
commit: 1a3e3fc1c3287cac2227926004c016d5977305fe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:42:18 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3e3fc1

net-misc/rygel: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/rygel/Manifest|  1 -
 net-misc/rygel/rygel-0.30.3.ebuild | 87 --
 2 files changed, 88 deletions(-)

diff --git a/net-misc/rygel/Manifest b/net-misc/rygel/Manifest
index 3df868774b2..ba84c14e538 100644
--- a/net-misc/rygel/Manifest
+++ b/net-misc/rygel/Manifest
@@ -1,2 +1 @@
-DIST rygel-0.30.3.tar.xz 3904728 SHA256 
7171ac2538d9868b0e564430041fe3485f1cf3b25e2540474d0b1480605e054e SHA512 
5d7b676e18d7ecd65ced3dd76bd017ea56a294d2f6b0dedd62210d1538e780d3b21d39931c43d96e16cfe6c2f55ff11106d48505af97842e79da7e79a2b08000
 WHIRLPOOL 
8f24db663fe11369972fc75e5797c3f0e70df37f36428712208a3c18166e8c892042c7c794ac5b914f6c7fc3031e302be1fd1a50b496ace34d90b5094b47f734
 DIST rygel-0.32.1.tar.xz 3977648 SHA256 
94300e7349e7d161fc8b2d42cd4d5ac4d161362b81f58f126abd98d000f9d2c8 SHA512 
55aaed85a44496792bf9bc34d150f1f9d79b7c440da4351c730580200cc7e3a19f378dd93fdf2ab5b4c19cd793a25481c2bf15f3e7043595e6971eca983f0767
 WHIRLPOOL 
c1947bcd4b29a29a8405a83ffd43393060825069cab0230a1819e8e4f11601e672e9ef26e88986ad39386f6fb0080e952e52810f90d491f77eae3a806bbb2afd

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



[gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mines/

2017-04-02 Thread Mart Raudsepp
commit: 7800ebf4b2e2735cebc116fbbe7f8b81a8562ea2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:53:54 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:02:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7800ebf4

games-board/gnome-mines: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-board/gnome-mines/Manifest  |  1 -
 games-board/gnome-mines/gnome-mines-3.22.1.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/games-board/gnome-mines/Manifest b/games-board/gnome-mines/Manifest
index b330960833e..a83ee597aa6 100644
--- a/games-board/gnome-mines/Manifest
+++ b/games-board/gnome-mines/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-mines-3.20.1.tar.xz 3147092 SHA256 
5815e886d92817d4127b9e94bf63cb91e2bf371029d18efdf9f195e2400e2b3b SHA512 
cdde771736b9110a416ec68d6e4ce2ce10e3de36915b57905f6f5d86a937c75a2dbfafd1ecc0c5f31dd5e267d13444a8a95d38815f400d4597e2fe73a908bd13
 WHIRLPOOL 
6db289ddf7508fc479586f574e9706f62bc1ac54f1d7543a200c4907f1379b95e7da05bc4ba04e3444c431385563258eb50d99bf18a19b5305ffac9f89309d58
-DIST gnome-mines-3.22.1.tar.xz 1695224 SHA256 
302daf2378729f49adf3652d1c86aa2591784c2f00b3c014e77a977d441ff566 SHA512 
a900929f0e610c9385e0a381b120a28dbc572eda70a77c770d2b55fb79a5a0097037a2e5d17a6d4d60e2b2a32381c842d15a2ba6e9b44650610e03e4bbed0ea0
 WHIRLPOOL 
790b8c44e316fcdb465dfd9c1bcd072fbdb12a7c730ad93b5f1478f86bc71352b2575988abcbcd7418d54d0d770f8fd8ef72e05bb0138b950af9b2fc249c97c2
 DIST gnome-mines-3.22.2.tar.xz 3138168 SHA256 
ea7b5b4b0827b5a9b50d22d1a4f48d3ef53de66e31d381afa9848858a4052af2 SHA512 
3d1be7be2e6ad58c8c57df4790e83674f7da5df42b7be8d692c80e5eabb61d73d825736833f3fb7da6fb8a506cff225c2d557b17c30c8b27e3e22d1c756b5bd0
 WHIRLPOOL 
077fa294a53f2b0197dba2391f332701ff656a492c5bf1d54f750100d0c635378e3580393d0d7d4ce7df3a9fa478c2b8f5091b0106d1fff73edca1d25c4eef7f

diff --git a/games-board/gnome-mines/gnome-mines-3.22.1.ebuild 
b/games-board/gnome-mines/gnome-mines-3.22.1.ebuild
deleted file mode 100644
index ba0b334c5b4..000
--- a/games-board/gnome-mines/gnome-mines-3.22.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 vala
-
-DESCRIPTION="Clear hidden mines from a minefield"
-HOMEPAGE="https://wiki.gnome.org/Apps/Mines;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   dev-libs/libgnome-games-support:1
-   >=gnome-base/librsvg-2.32.0:2
-   >=x11-libs/gtk+-3.12:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !

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

2017-04-02 Thread Mart Raudsepp
commit: 5ca9fb08b60a34a1037025014020a96f1b30f37b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:28:14 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca9fb08

gnome-extra/gnome-tweak-tool: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 gnome-extra/gnome-tweak-tool/Manifest  |  1 -
 .../gnome-tweak-tool-3.20.1.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index c72da07bd4a..390354f70c1 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1,2 +1 @@
-DIST gnome-tweak-tool-3.20.1.tar.xz 255988 SHA256 
5171b2f75ceeea9455543e999a83a71e8566947f89eb9157aaff7969b7e446ba SHA512 
d1943a9f0d7e4ec0c2399276342dfc9418ed161a5583eb44543e76f22d883b39c54dc701ad3aae8827624f75f7ee53f3b8e4e7804a07ff11716d1a134fc25ddf
 WHIRLPOOL 
84478cabaf6d7513dab84ebb83cb9c93bfdcbbb537e642840f96671131c93cd1084d39e79e16d47b7dfe181941febe6a0e36aa38d16faeff1cf7d47bbcfe3215
 DIST gnome-tweak-tool-3.22.0.tar.xz 260132 SHA256 
3d6ae11e13f6169ee543e573135e1e5697cf92ab8d86570c6f952021ae093abb SHA512 
c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769
 WHIRLPOOL 
020c7f87a321558bc9addbd4bced797c458a71834edf6e11d9b40893d03ec9cc57b203d4aba3f3092d549ffcd9b1d96a080ea034ed97752dba8e445cb269e67e

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
deleted file mode 100644
index 647c8269c8d..000
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
+++ /dev/null
@@ -1,71 +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 eutils gnome2 python-r1
-
-DESCRIPTION="Tool to customize GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool;
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-
-# Newer pygobject needed due upstream bug #723951
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/glib:2[dbus]
-   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-   >=gnome-base/gsettings-desktop-schemas-3.4
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
-   >=x11-libs/gtk+-3.12:3[introspection]
-
-   net-libs/libsoup:2.4[introspection]
-   x11-libs/libnotify[introspection]
-
-   >=gnome-base/gnome-settings-daemon-3
-   gnome-base/gnome-shell
-   >=gnome-base/nautilus-3
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Add contents of Gentoo's cursor theme directory to cursor theme list
-   eapply "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
-
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   install_python() {
-   gnome2_src_install
-   python_doscript gnome-tweak-tool || die
-   }
-   python_foreach_impl run_in_build_dir install_python
-}



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

2017-04-02 Thread Mart Raudsepp
commit: a67971dcc6a5a23dda82838471012a0d5db47678
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:50:45 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:02:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67971dc

gnome-base/gnome-extra-apps: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../gnome-extra-apps-3.20.0.ebuild | 77 --
 .../gnome-extra-apps-3.22.0.ebuild | 77 --
 2 files changed, 154 deletions(-)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.20.0.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.20.0.ebuild
deleted file mode 100644
index 9191801c15c..000
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.20.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the applications of GNOME 3"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+games +share +shotwell +tracker"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 x86"
-
-# Note to developers:
-# This is a wrapper for the extra apps integrated with GNOME 3
-# New package
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}
-
-   >=app-admin/gnome-system-log-3.9.90
-   >=app-arch/file-roller-${PV}
-   >=app-dicts/gnome-dictionary-${PV}
-   >=gnome-base/dconf-editor-${PV}
-   >=gnome-extra/gconf-editor-3
-   >=gnome-extra/gnome-calculator-${PV}
-   >=gnome-extra/gnome-calendar-${PV}
-   >=gnome-extra/gnome-characters-${PV}
-   >=gnome-extra/gnome-power-manager-${PV}
-   >=gnome-extra/gnome-search-tool-3.6
-   >=gnome-extra/gnome-system-monitor-${PV}
-   >=gnome-extra/gnome-tweak-tool-${PV}
-   >=gnome-extra/gnome-weather-${PV}
-   >=gnome-extra/gucharmap-${PV}:2.90
-   >=gnome-extra/nautilus-sendto-3.8.4
-   >=gnome-extra/sushi-${PV}
-   >=mail-client/evolution-${PV}
-   >=media-gfx/gnome-font-viewer-${PV}
-   >=media-gfx/gnome-screenshot-${PV}
-   >=media-sound/sound-juicer-${PV}
-   >=media-video/cheese-${PV}
-   >=net-analyzer/gnome-nettool-3.8
-   >=net-misc/vinagre-${PV}
-   >=net-misc/vino-${PV}
-   >=sys-apps/baobab-${PV}
-   >=sys-apps/gnome-disk-utility-${PV}
-   >=www-client/epiphany-${PV}
-
-   games? (
-   >=games-arcade/gnome-nibbles-${PV}
-   >=games-arcade/gnome-robots-${PV}
-   >=games-board/four-in-a-row-${PV}
-   >=games-board/gnome-chess-${PV}
-   >=games-board/gnome-mahjongg-${PV}
-   >=games-board/gnome-mines-${PV}
-   >=games-board/iagno-${PV}
-   >=games-board/tali-${PV}
-   >=games-puzzle/five-or-more-${PV}
-   >=games-puzzle/gnome-klotski-${PV}
-   >=games-puzzle/gnome-sudoku-${PV}
-   >=games-puzzle/gnome-taquin-${PV}
-   >=games-puzzle/gnome-tetravex-${PV}
-   >=games-puzzle/hitori-${PV}
-   >=games-puzzle/lightsoff-${PV}
-   >=games-puzzle/quadrapassel-${PV}
-   >=games-puzzle/swell-foop-${PV} )
-   share? ( >=gnome-extra/gnome-user-share-3.18.1 )
-   shotwell? ( >=media-gfx/shotwell-0.22 )
-   tracker? (
-   >=app-misc/tracker-1.8
-   >=gnome-extra/gnome-documents-${PV}
-   >=media-gfx/gnome-photos-${PV}
-   >=media-sound/gnome-music-${PV} )
-"
-DEPEND=""
-S=${WORKDIR}

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.22.0.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.22.0.ebuild
deleted file mode 100644
index fb23b6fd7ab..000
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.22.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the applications of GNOME 3"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+games +share +shotwell +tracker"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~x86"
-
-# Note to developers:
-# This is a wrapper for the extra apps integrated with GNOME 3
-# New package
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}
-
-   >=app-admin/gnome-system-log-3.9.90
-   >=app-arch/file-roller-${PV}
-   >=app-dicts/gnome-dictionary-3.20.0
-   >=gnome-base/dconf-editor-${PV}
-   >=gnome-extra/gconf-editor-3
-   >=gnome-extra/gnome-calculator-${PV}
-   >=gnome-extra/gnome-calendar-${PV}
-   >=gnome-extra/gnome-characters-${PV}
-   >=gnome-extra/gnome-power-manager-${PV}
-   >=gnome-extra/gnome-search-tool-3.6
-   

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

2017-04-02 Thread Mart Raudsepp
commit: 6733a4b93fde5350555d7fbb7ee9374f00c6d7c6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:47:57 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:02:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6733a4b9

dev-util/anjuta: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-util/anjuta/Manifest |   1 -
 dev-util/anjuta/anjuta-3.20.0.ebuild | 135 ---
 2 files changed, 136 deletions(-)

diff --git a/dev-util/anjuta/Manifest b/dev-util/anjuta/Manifest
index 65b85e3476e..68b92274357 100644
--- a/dev-util/anjuta/Manifest
+++ b/dev-util/anjuta/Manifest
@@ -1,2 +1 @@
-DIST anjuta-3.20.0.tar.xz 6386836 SHA256 
a676c587a28f784ec2096775460cd29fafc3f0216c53e0821641bcd9126b6935 SHA512 
8564f685207c2b599e1f6f93889cbe6d743d0df497fcb5c1a82077acb08356c3556ba28236dd3214577bf00d2880a1e3cec1b2abe3d1ac4cb0b7862c747d31fe
 WHIRLPOOL 
e1ff8c587f1a29d203a63d6ee3ccf80650ff4b83edb09ae1319625ad6b7ba70d630e6fd372089d3445303f0ff4a4fa37e289dcd350335927cc91f3e1c8de944f
 DIST anjuta-3.22.0.tar.xz 6363016 SHA256 
4face1c063a5a6687a6cfc6f1f700ba15f13664633c05caa2fbf50317608dd03 SHA512 
64689392bfe6102698ef8a1ce62aac37bffd793b917ef6ffc53cb5b8aa9eb5b8961a999c32db559e9e348bcf46a7ec0ca9448100910b52885ddff898a62f3295
 WHIRLPOOL 
354f680a0970e0eacf2cbc885e91a5f190f10162699f3ab144d144dee92e4c308653b1f75e388afa3f20434b422f3aa340bedabcbdc9ba1348a33426b3af5586

diff --git a/dev-util/anjuta/anjuta-3.20.0.ebuild 
b/dev-util/anjuta/anjuta-3.20.0.ebuild
deleted file mode 100644
index 6a12af0bd36..000
--- a/dev-util/anjuta/anjuta-3.20.0.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-# libanjuta-language-vala.so links to a specific slot of libvala; we want to
-# avoid automagic behavior.
-VALA_MIN_API_VERSION="0.32"
-VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}"
-
-inherit gnome2 flag-o-matic readme.gentoo-r1 python-single-r1 vala
-
-DESCRIPTION="A versatile IDE for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Anjuta;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
-
-IUSE="debug devhelp glade +introspection packagekit subversion terminal test 
vala"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# FIXME: make python dependency non-automagic
-COMMON_DEPEND="
-   >=dev-libs/glib-2.34:2[dbus]
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.10:3
-   >=dev-libs/libxml2-2.4.23
-   >=dev-libs/gdl-3.5.5:3=
-   >=x11-libs/gtksourceview-3:3.0
-
-   sys-devel/autogen
-
-   >=gnome-extra/libgda-5:5=
-   dev-util/ctags
-
-   x11-libs/libXext
-   x11-libs/libXrender
-
-   ${PYTHON_DEPS}
-
-   devhelp? ( >=dev-util/devhelp-3.7.4:= )
-   glade? ( >=dev-util/glade-3.12:3.10= )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-   subversion? (
-   >=dev-vcs/subversion-1.8:=
-   >=net-libs/serf-1.2:1=
-   >=dev-libs/apr-1:=
-   >=dev-libs/apr-util-1:= )
-   terminal? ( >=x11-libs/vte-0.27.6:2.91 )
-   vala? ( $(vala_depend) )
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gsettings-desktop-schemas
-   packagekit? ( app-admin/packagekit-base )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-lang/perl-5
-   >=dev-util/gtk-doc-am-1.4
-   >=dev-util/intltool-0.40.1
-   sys-devel/bison
-   sys-devel/flex
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-   !!dev-libs/gnome-build
-   test? (
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xml-dtd:4.5 )
-   app-text/yelp-tools
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-# yelp-tools, gi-common and gnome-common are required by eautoreconf
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   if use vala; then
-   DISABLE_AUTOFORMATTING="yes"
-   DOC_CONTENTS="To create a generic vala project you will need to 
specify
-desired valac versioned binary to be used, to do that you
-will need to:
-1. Go to 'Build' -> 'Configure project'
-2. Add 'VALAC=/usr/bin/valac-X.XX' (respecting quotes) to
-'Configure options'."
-   fi
-
-   # COPYING is used in Anjuta's help/about entry
-   DOCS="AUTHORS ChangeLog COPYING FUTURE MAINTAINERS NEWS README ROADMAP 
THANKS TODO"
-
-   # Conflicts with -pg in a plugin, bug #266777
-   filter-flags -fomit-frame-pointer
-
-   # Do not build benchmarks, they are not installed and for dev purpose 
only
-   sed -e '/SUBDIRS =/ s/benchmark//' \
-   -i plugins/symbol-db/Makefile.{am,in} || die
-
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-neon \
-

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

2017-04-02 Thread Mart Raudsepp
commit: 7112001ac1a8467e4a84b874e76217976f303a95
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:46:38 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7112001a

app-misc/gnote: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-misc/gnote/Manifest|  1 -
 app-misc/gnote/gnote-3.20.2.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 23cc9657999..e1bc66fbd02 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1 @@
-DIST gnote-3.20.2.tar.xz 3304528 SHA256 
fdc76ae31dc8925545806c1702cf74e1c8f387b16519ed995987194f688555eb SHA512 
59d28a8e9069abfbb0f9d29be31d31d39406b374bf9fce434cdb626b508faace5a7505d5fd08196fba938059d7100d85c837a71d97a27345ddf439c569aabc91
 WHIRLPOOL 
7ae787a43cc6e66400b607f68d2153a0c5651389a134b6870603aacfd278f06d06e41cc147c8f556936b5a85c807d606a44fcd09ce490415d135f614945ae392
 DIST gnote-3.22.1.tar.xz 3309984 SHA256 
fa9434c2ba11bea73bd63436e5fd76949aca4f66dfd902295629c66ef27cd5eb SHA512 
0bbf89b39699294fe5a373decf10bcd7f3a86a20c49b9d82699fb758c7cd27b6939764236a1a7ffe21964a2ae196780d0861123776b1568344935e0b649e2f5f
 WHIRLPOOL 
b36307a24800078843a1cf6217aa7f2a88f2c2f2cc6707ac0b93a7c735e8e820b3ed3f07132647cb47273286771006150a4fe05c425f63554e4da0dee0d100ae

diff --git a/app-misc/gnote/gnote-3.20.2.ebuild 
b/app-misc/gnote/gnote-3.20.2.ebuild
deleted file mode 100644
index 8005492c1bd..000
--- a/app-misc/gnote/gnote-3.20.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 readme.gentoo-r1
-
-DESCRIPTION="Desktop note-taking application"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
-
-LICENSE="GPL-3+ FDL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-# Automagic glib-2.32 dep
-COMMON_DEPEND="
-   >=app-crypt/libsecret-0.8
-   >=app-text/gtkspell-3.0:3
-   >=dev-cpp/glibmm-2.32:2
-   >=dev-cpp/gtkmm-3.18:3.0
-   >=dev-libs/boost-1.34:=
-   >=dev-libs/glib-2.32:2[dbus]
-   >=dev-libs/libxml2-2:2
-   dev-libs/libxslt
-   >=sys-apps/util-linux-2.16:=
-   >=x11-libs/gtk+-3.16:3
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-DEPEND="${DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.35.0
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Do not alter CFLAGS
-   sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
-
-   gnome2_src_prepare
-
-   if has_version net-fs/wdfs; then
-   DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote 
will use it to
-   synchronize notes."
-   else
-   DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
-   If you want to use that functionality just emerge net-fs/wdfs.
-   Gnote will automatically detect that you did and let you use 
it."
-   fi
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable debug)
-}
-
-src_install() {
-   gnome2_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   readme.gentoo_print_elog
-}



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

2017-04-02 Thread Mart Raudsepp
commit: 40fe305a026742c23768b7611b8ee03397d7abe9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:51:50 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:02:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fe305a

media-libs/clutter: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-libs/clutter/Manifest  |   1 -
 media-libs/clutter/clutter-1.24.2.ebuild | 105 ---
 2 files changed, 106 deletions(-)

diff --git a/media-libs/clutter/Manifest b/media-libs/clutter/Manifest
index 7e3b66c038b..5fdcbb9e3dd 100644
--- a/media-libs/clutter/Manifest
+++ b/media-libs/clutter/Manifest
@@ -1,2 +1 @@
-DIST clutter-1.24.2.tar.xz 5344604 SHA256 
9631c98cb4bcbfec15e1bbe9eaa6eef0f127201552fce40d7d28f2133803cd63 SHA512 
fab0b0d9e2c7fba9b056a94753a18aab4bd947dcce387548133c070fa6d1dc739bdb95fe7a9e0c0bad98067215346e0c35b8e5729c573dcc090e536b2b367a34
 WHIRLPOOL 
8b74cb6332a68f440e6371b88500e40ac61566c4df9a17c108863c2f8e2ee9f2d0dd8bf53a2996e8479a31de2247a95acd2507dbd9866d5a2af0a63ccd0c
 DIST clutter-1.26.0.tar.xz 5378576 SHA256 
67514e7824b3feb4723164084b36d6ce1ae41cb3a9897e9f1a56c8334993ce06 SHA512 
86284152dd07bde1513e4a005cb4596ea5bb1ff88cc009e12bb6f550e01a5c9252e2d84dbebb6778458ba5352f1aaba30233576a9aba3d821c38f2fcb30a9a4d
 WHIRLPOOL 
acfdd3a7ceff43fddd605211bc0dda4a0055ef648c88eff6ae5133b58027df2c914c9f2a767b64ede209024361340440dc4f48748cbbdd32d1097d6c6ccc0805

diff --git a/media-libs/clutter/clutter-1.24.2.ebuild 
b/media-libs/clutter/clutter-1.24.2.ebuild
deleted file mode 100644
index e6f3a49822c..000
--- a/media-libs/clutter/clutter-1.24.2.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 virtualx
-
-HOMEPAGE="https://wiki.gnome.org/Projects/Clutter;
-DESCRIPTION="Clutter is a library for creating graphical user interfaces"
-
-LICENSE="LGPL-2.1+ FDL-1.1+"
-SLOT="1.0"
-IUSE="aqua debug doc egl gtk +introspection test wayland X"
-REQUIRED_USE="
-   || ( aqua wayland X )
-   wayland? ( egl )
-"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
-
-# NOTE: glx flavour uses libdrm + >=mesa-7.3
-# >=libX11-1.3.1 needed for X Generic Event support
-# do not depend on tslib, it does not build and is disable by default upstream
-RDEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=dev-libs/atk-2.5.3[introspection?]
-   >=dev-libs/json-glib-0.12[introspection?]
-   >=media-libs/cogl-1.21.2:1.0=[introspection?,pango,wayland?]
-   >=x11-libs/cairo-1.14:=[aqua?,glib]
-   >=x11-libs/pango-1.30[introspection?]
-
-   virtual/opengl
-   x11-libs/libdrm:=
-
-   egl? (
-   >=dev-libs/libinput-0.19.0
-   media-libs/cogl[gles2,kms]
-   >=virtual/libgudev-136
-   x11-libs/libxkbcommon
-   )
-   gtk? ( >=x11-libs/gtk+-3.3.18:3[aqua?] )
-   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
-   X? (
-   media-libs/fontconfig
-   >=x11-libs/libX11-1.3.1
-   x11-libs/libXext
-   x11-libs/libXdamage
-   x11-proto/inputproto
-   >=x11-libs/libXi-1.3
-   >=x11-libs/libXcomposite-0.4 )
-   wayland? (
-   dev-libs/wayland
-   x11-libs/gdk-pixbuf:2 )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.20
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-   doc? (
-   >=dev-util/gtk-doc-1.20
-   >=app-text/docbook-sgml-utils-0.6.14[jadetex]
-   dev-libs/libxslt )
-   test? ( x11-libs/gdk-pixbuf )
-"
-
-src_prepare() {
-   # We only need conformance tests, the rest are useless for us
-   sed -e 's/^\(SUBDIRS =\).*/\1 accessibility conform/g' \
-   -i tests/Makefile.am || die "am tests sed failed"
-   sed -e 's/^\(SUBDIRS =\)[^\]*/\1  accessibility conform/g' \
-   -i tests/Makefile.in || die "in tests sed failed"
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # XXX: Conformance test suite (and clutter itself) does not work under 
Xvfb
-   # (GLX error blabla)
-   # XXX: coverage disabled for now
-   # XXX: What about cex100/win32 backends?
-   gnome2_src_configure \
-   --disable-maintainer-flags \
-   --disable-mir-backend \
-   --disable-gcov \
-   --disable-cex100-backend \
-   --disable-win32-backend \
-   --disable-tslib-input \
-   $(use_enable aqua quartz-backend) \
-   $(usex debug --enable-debug=yes --enable-debug=minimum) \
-   $(use_enable doc docs) \
-   $(use_enable egl egl-backend) \
-   $(use_enable egl evdev-input) \
-   $(use_enable 

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

2017-04-02 Thread Mart Raudsepp
commit: eb0b59dd7f8dce4a4cf3fcbcbe05aed040fd6ebf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:49:21 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:02:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0b59dd

gnome-base/gnome-core-libs: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../gnome-core-libs-3.20.0-r1.ebuild   | 41 --
 1 file changed, 41 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0-r1.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0-r1.ebuild
deleted file mode 100644
index 431bef04053..000
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="cups python"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Note to developers:
-# This is a wrapper for the core libraries used by GNOME 3
-RDEPEND="
-   >=dev-libs/glib-2.48:2
-   >=x11-libs/gdk-pixbuf-2.34:2
-   >=x11-libs/pango-1.40
-   >=media-libs/clutter-1.26:1.0
-   >=x11-libs/gtk+-${PV}:3[cups?]
-   >=dev-libs/atk-2.20
-   >=x11-libs/libwnck-${PV}:3
-   >=gnome-base/librsvg-2.40.16
-   >=gnome-base/gnome-desktop-${PV}:3
-   >=x11-libs/startup-notification-0.12
-
-   >=gnome-base/gvfs-1.28
-   >=gnome-base/dconf-0.26
-
-   >=media-libs/gstreamer-1.8:1.0
-   >=media-libs/gst-plugins-base-1.8:1.0
-   >=media-libs/gst-plugins-good-1.8:1.0
-
-   python? ( >=dev-python/pygobject-${PV}:3 )
-"
-DEPEND=""
-
-S="${WORKDIR}"



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

2017-04-02 Thread Mart Raudsepp
commit: a40263c9cd2e98dadf8a3868ed9ee3d46f36ad6d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:45:25 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40263c9

media-sound/sound-juicer: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-sound/sound-juicer/Manifest  |  1 -
 .../sound-juicer/sound-juicer-3.20.0.ebuild| 61 --
 2 files changed, 62 deletions(-)

diff --git a/media-sound/sound-juicer/Manifest 
b/media-sound/sound-juicer/Manifest
index d83d0e4163c..3b434d8073b 100644
--- a/media-sound/sound-juicer/Manifest
+++ b/media-sound/sound-juicer/Manifest
@@ -1,2 +1 @@
-DIST sound-juicer-3.20.0.tar.xz 823416 SHA256 
77e2b75f3f6fa82fc182ad782afe93c1be8d227979c80a7db9c5c54520d50c1a SHA512 
366e815ebcba961d31397d2412752e9c8bfc36d3c4ec666e1120aea3b4dcdc732f9256965c8515cc371e7ab36c522fa9039d96d51931db456555ac89c4a0692c
 WHIRLPOOL 
0870acff102e9866057751125a47b0675750a550b882428307d4afbccf2638129d81bf7bf740f5f7b5e58fc51c2b7064e0f249b934c35498922b7b1333c55d32
 DIST sound-juicer-3.22.1.tar.xz 1015520 SHA256 
adbbda063436ca2c4d04f2ccfe6e3a5ce4abb7e1c61bc9a47300665eed9e38ec SHA512 
023bc24006930edc9c224e0d437d2c3dbd513af9c56737cca800e38e8f56d76686e5fdff13e9cdb81f27fe3dd87b274611484a8beb0f8705d4cde5d56a23f7a2
 WHIRLPOOL 
0d42e43a93f9bd3d06d5debf6f0562e27e601e0266483b6cdd73fdd53851dbc9fdd7057a951635880e0eb655f3a4f2a5a282989824d2b2eadfaf4b100e4477a7

diff --git a/media-sound/sound-juicer/sound-juicer-3.20.0.ebuild 
b/media-sound/sound-juicer/sound-juicer-3.20.0.ebuild
deleted file mode 100644
index 50ec7ac723e..000
--- a/media-sound/sound-juicer/sound-juicer-3.20.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="CD ripper for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="debug flac test vorbis"
-
-COMMON_DEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.38:2[dbus]
-   >=x11-libs/gtk+-3.19.6:3
-   media-libs/libcanberra[gtk3]
-   >=app-cdr/brasero-2.90
-   sys-apps/dbus
-   gnome-base/gsettings-desktop-schemas
-
-   >=media-libs/libdiscid-0.3.0
-   >=media-libs/musicbrainz-5.0.1:5
-
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0[vorbis?]
-   flac? ( media-plugins/gst-plugins-flac:1.0 )
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gvfs[cdda,udev]
-   || (
-   media-plugins/gst-plugins-cdparanoia:1.0
-   media-plugins/gst-plugins-cdio:1.0 )
-   media-plugins/gst-plugins-meta:1.0
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-   test? ( ~app-text/docbook-xml-dtd-4.3 )
-"
-# eautoreconf needs gnome-common
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # FIXME: gst macros does not take GST_INSPECT override anymore but we 
need a
-   # way to disable inspection due to gst-clutter always creating a GL 
context
-   # which is forbidden in sandbox since it needs write access to
-   # /dev/card*/dri
-   sed -e "s|\(gstinspect=\).*|\1$(type -P true)|" \
-   -i configure || die
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug=yes ' ')
-}



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

2017-04-02 Thread Mart Raudsepp
commit: 02db922c21f71de9385125b21e35c8dd329e4b9d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:43:40 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02db922c

net-misc/vinagre: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/vinagre/Manifest |  1 -
 net-misc/vinagre/vinagre-3.20.2-r1.ebuild | 72 ---
 2 files changed, 73 deletions(-)

diff --git a/net-misc/vinagre/Manifest b/net-misc/vinagre/Manifest
index 384f4df162f..4fc3c6223b3 100644
--- a/net-misc/vinagre/Manifest
+++ b/net-misc/vinagre/Manifest
@@ -1,2 +1 @@
-DIST vinagre-3.20.2.tar.xz 831892 SHA256 
5fc78ef9ab9ee7d4e3c50d38d82d9bcbd915191bcf0349d55a2fd56eaa87eaa0 SHA512 
4f29a2c2474ef98e929c37da9dd5a5eb2f5d5c4eb5f0acc3b285093bde0756f567fda4507534f70fe949b06d83be9387e7ee434beac72d56f29da3505ad1a9b8
 WHIRLPOOL 
1fc51132b351bc6ded71cfaafc28b5e481113159739f79707ac05eb87077db11680dce2134555c53dd6fa7a8c6262196b23106163a39eebb114499292c73c942
 DIST vinagre-3.22.0.tar.xz 1574984 SHA256 
cd1cdbacca25c8d1debf847455155ee798c3e67a20903df8b228d4ece5505e82 SHA512 
6a84b353d75b48649af507cb747688115b35268bc0303554afc9684bbfec4f9c3b2d93d89fa64480ede07bb4fb1eabe360b6eccd11e58691ce9f955f329c615f
 WHIRLPOOL 
0053c75b5f007d54ac08b446c0f1c1421d10f9cb688b2d14e4d0f0ace9f629ac1da0cb11368645f8b19d8ce40e2feb648198e95fabeadbbf62f95d74b82d39d1

diff --git a/net-misc/vinagre/vinagre-3.20.2-r1.ebuild 
b/net-misc/vinagre/vinagre-3.20.2-r1.ebuild
deleted file mode 100644
index 457c3e9c7f6..000
--- a/net-misc/vinagre/vinagre-3.20.2-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2 linux-info vala
-
-DESCRIPTION="VNC client for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-IUSE="rdp +ssh spice +telepathy zeroconf"
-
-# cairo used in vinagre-tab
-# gdk-pixbuf used all over the place
-RDEPEND="
-   >=dev-libs/glib-2.32.0:2
-   >=x11-libs/gtk+-3.9.6:3
-   app-crypt/libsecret
-   >=dev-libs/libxml2-2.6.31:2
-   >=net-libs/gtk-vnc-0.4.3[gtk3]
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:2
-   x11-themes/hicolor-icon-theme
-
-   rdp? ( >=net-misc/freerdp-1.1:= )
-   ssh? ( >=x11-libs/vte-0.20:2.91 )
-   spice? (
-   app-emulation/spice-protocol
-   >=net-misc/spice-gtk-0.5[gtk3] )
-   telepathy? (
-   dev-libs/dbus-glib
-   >=net-libs/telepathy-glib-0.11.6 )
-   zeroconf? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   >=dev-lang/perl-5
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-
-   gnome-base/gnome-common
-"
-# gnome-base/gnome-common needed for eautoreconf
-
-pkg_pretend() {
-   # Needed for VNC ssh tunnel, bug #518574
-   CONFIG_CHECK="~IPV6"
-   check_extra_config
-}
-
-src_prepare() {
-   # https://bugzilla.gnome.org/show_bug.cgi?id=765444
-   eapply "${FILESDIR}"/${PN}-3.20.2-freerdp2.patch
-   vala_src_prepare
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable rdp) \
-   $(use_enable ssh) \
-   $(use_enable spice) \
-   $(use_with telepathy) \
-   $(use_with zeroconf avahi)
-}



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

2017-04-02 Thread Mart Raudsepp
commit: 9744007f9dd21069ca2410d06c5d78af0b977adc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:44:45 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9744007f

gnome-extra/gnome-power-manager: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 gnome-extra/gnome-power-manager/Manifest   |  2 -
 .../gnome-power-manager-3.20.0.ebuild  | 55 --
 .../gnome-power-manager-3.22.1.ebuild  | 55 --
 3 files changed, 112 deletions(-)

diff --git a/gnome-extra/gnome-power-manager/Manifest 
b/gnome-extra/gnome-power-manager/Manifest
index 70ba616a313..be53db41010 100644
--- a/gnome-extra/gnome-power-manager/Manifest
+++ b/gnome-extra/gnome-power-manager/Manifest
@@ -1,3 +1 @@
-DIST gnome-power-manager-3.20.0.tar.xz 436464 SHA256 
159c23a6ed5ffd54324947adb2a32caff6d6e2210f96bdf3961edfcad8058a47 SHA512 
4b0a735b64e0c8834fe5ef5d5fbe1feb00dbe0d46b6efb97d6ca8fe394f8436cdd26fc4d655e0b983ac85110404ed46657b357ee6ec733a7c821a51b05419c19
 WHIRLPOOL 
d23db7b0ad7567e380c979d74d3f6feda96bc3e12c256d9c4d2f88a888d7f722ad5b879912e45c68b03f58ce4cc239c7b604d191813697f96d4d202dc9b911ed
-DIST gnome-power-manager-3.22.1.tar.xz 442492 SHA256 
4e3b8a4ecc5ea7cf4eeb976795c7bb87afbf6c1a8a398b8591bc0db67024d4e4 SHA512 
622bc8064a74c3613cb76bc722c102a49bbdaf8b44cd8f338b1482622c8196bff4b6fa6a9096b0aa323e0c819c3773e29ce841c044ba12755784243c4419cb28
 WHIRLPOOL 
e799fdd17d4a22f38ef5665a10bfded2fb790ffb9098f9f309126e9b9b8e4fc914a23711c0d22fa48bf49326bdf066d6d48b3078cb0da6b67cd1eedabd44b5b8
 DIST gnome-power-manager-3.22.2.tar.xz 453204 SHA256 
4f02d101d768fc4da52b7a294b233f7e4e1fbc09515d144bf2040bab9e0724e0 SHA512 
a8039404bf9850422d385281b6572485b39b5fd63c7eec1b41df14f4d551898a90c8d943683517744d0dc2d851a7fd1f7697655af91a0d17a3df476828a763aa
 WHIRLPOOL 
a992ba80a60bcc5ae84cec722043cf4377158e3c4635f34888f1c0dfc1eea3e9dcfc415c68f6ea20a6583bab5a67e45aa80044ff25653b189c85da0e8429790c

diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-3.20.0.ebuild 
b/gnome-extra/gnome-power-manager/gnome-power-manager-3.20.0.ebuild
deleted file mode 100644
index 1d5ab2760e1..000
--- a/gnome-extra/gnome-power-manager/gnome-power-manager-3.20.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 virtualx
-
-DESCRIPTION="GNOME power management service"
-HOMEPAGE="https://projects.gnome.org/gnome-power-manager/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.45.8:2
-   >=x11-libs/gtk+-3.3.8:3
-   >=x11-libs/cairo-1
-   >=sys-power/upower-0.99:=
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-sgml-dtd:4.1
-   app-text/docbook-sgml-utils
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   x11-proto/randrproto
-   virtual/pkgconfig
-   test? ( sys-apps/dbus )
-"
-
-# docbook-sgml-utils and docbook-sgml-dtd-4.1 used for creating man pages
-# (files under ${S}/man).
-# docbook-xml-dtd-4.4 and -4.1.2 are used by the xml files under ${S}/docs.
-
-src_prepare() {
-   # Drop debugger CFLAGS from configure
-   # Touch configure.ac only if running eautoreconf, otherwise
-   # maintainer mode gets triggered -- even if the order is correct
-   sed -e 's:^CPPFLAGS="$CPPFLAGS -g"$::g' \
-   -i configure || die "debugger sed failed"
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable test tests)
-}
-
-src_test() {
-   virtx emake check
-}

diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-3.22.1.ebuild 
b/gnome-extra/gnome-power-manager/gnome-power-manager-3.22.1.ebuild
deleted file mode 100644
index 0c18b28c4bc..000
--- a/gnome-extra/gnome-power-manager/gnome-power-manager-3.22.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 virtualx
-
-DESCRIPTION="GNOME power management service"
-HOMEPAGE="https://projects.gnome.org/gnome-power-manager/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.45.8:2
-   >=x11-libs/gtk+-3.3.8:3
-   >=x11-libs/cairo-1
-   >=sys-power/upower-0.99:=
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-sgml-dtd:4.1
-   app-text/docbook-sgml-utils
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
- 

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

2017-04-02 Thread Mart Raudsepp
commit: fafccc1247cfa8bae3d00a1bb53f3a0b9aa6c8b1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:53:09 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:02:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafccc12

gnome-base/dconf: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 gnome-base/dconf/dconf-0.26.0.ebuild | 64 
 1 file changed, 64 deletions(-)

diff --git a/gnome-base/dconf/dconf-0.26.0.ebuild 
b/gnome-base/dconf/dconf-0.26.0.ebuild
deleted file mode 100644
index dd6e791d5ad..000
--- a/gnome-base/dconf/dconf-0.26.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 bash-completion-r1 virtualx
-
-DESCRIPTION="Simple low-level configuration system"
-HOMEPAGE="https://wiki.gnome.org/action/show/Projects/dconf;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-# TODO: coverage ?
-IUSE="test"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~arm-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-libs/glib-2.44.0:2
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.15
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-gcov \
-   --enable-man \
-   VALAC=$(type -P true)
-}
-
-src_test() {
-   virtx emake check
-}
-
-src_install() {
-   gnome2_src_install
-
-   # GSettings backend may be one of: memory, gconf, dconf
-   # Only dconf is really considered functional by upstream
-   # must have it enabled over gconf if both are installed
-   echo 'CONFIG_PROTECT_MASK="/etc/dconf"' >> 51dconf
-   echo 'GSETTINGS_BACKEND="dconf"' >> 51dconf
-   doenvd 51dconf
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   # Kill existing dconf-service processes as recommended by upstream due 
to
-   # possible changes in the dconf private dbus API.
-   # dconf-service will be dbus-activated on next use.
-   pids=$(pgrep -x dconf-service)
-   if [[ $? == 0 ]]; then
-   ebegin "Stopping dconf-service; it will automatically restart 
on demand"
-   kill ${pids}
-   eend $?
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2017-04-02 Thread Mart Raudsepp
commit: 2a81ccfe652f183d4baf4178cef8a9c68c11f124
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:29:02 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a81ccfe

games-board/iagno: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-board/iagno/Manifest|  2 --
 games-board/iagno/iagno-3.18.2.ebuild | 39 ---
 games-board/iagno/iagno-3.20.2.ebuild | 38 --
 3 files changed, 79 deletions(-)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index badef88ec26..9ce577f10a6 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1,3 +1 @@
-DIST iagno-3.18.2.tar.xz 1865912 SHA256 
2ee2954ef459211643fadf74745be79a82592e12750b5cf813e784e2cbbfe1bb SHA512 
f84b404cc2508f622891b7e6cca289256ff2cb1639f346ae5aa58143195a7eb0415dd0c9da8743456c1da7727f4b7cb57da2d6d5e3037cd823a33811a120bb8c
 WHIRLPOOL 
b3677c297662862710d5108d2c8041a61b728fa58270adcd43cbae4a86db3a2f440772e640732c8a9be9e4dbcd5262e269a35eec2b1a2db570760bf7393f1653
-DIST iagno-3.20.2.tar.xz 1815316 SHA256 
73f0f201ebf12b88e05cdefbaa72ccd5309bb592a9690d076285dbb800e965d2 SHA512 
1e3eccb7df2dce94ea9700cf352a6023020cda9639a3f42693a2d231e53278d8e55d334ef3017868c75330dedd5b8d3af9fefa8a1fe77d2db4fd558c4c64a4cc
 WHIRLPOOL 
153842c75a10bcb0aea226f439ae553e855aa62311007f603c8630a67c0680064e7d2e622d9435799d05df2b2a3e07e243948d053943becd3b9a0821fabcab8e
 DIST iagno-3.22.0.tar.xz 1815048 SHA256 
e7070c55f1f74cd9345388ee120f0e6cc47392868c2601664c26a0fa2672fe13 SHA512 
55309dad4b73e70ba007073222eb5cc719a7fc4e1925637d1f124f7ca6092a4c125cba48a9d80e46b97b16736d2266bbd86e8248c1c6e7898669ce703deef53e
 WHIRLPOOL 
4dda990fcddc3709103e78b5afb6ed262a8370143c87e7240392e05908a9859d6c9fc9e8efe7eec615cb8453626088dcec6afb87aa80577d37fbbf1083076b73

diff --git a/games-board/iagno/iagno-3.18.2.ebuild 
b/games-board/iagno/iagno-3.18.2.ebuild
deleted file mode 100644
index 6d16c0680a8..000
--- a/games-board/iagno/iagno-3.18.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32.0
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Apps/Iagno;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32.0:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !

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

2017-04-02 Thread Mart Raudsepp
commit: 4cda2438833891a3e6a55f9ce29740de8d5e92f3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:37:24 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cda2438

net-irc/polari: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-irc/polari/Manifest|  2 --
 net-irc/polari/polari-3.20.3-r1.ebuild | 31 --
 net-irc/polari/polari-3.22.1.ebuild| 35 --
 3 files changed, 68 deletions(-)

diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
index eb75cf8390f..1769c6df7a0 100644
--- a/net-irc/polari/Manifest
+++ b/net-irc/polari/Manifest
@@ -1,3 +1 @@
-DIST polari-3.20.3.tar.xz 524048 SHA256 
9085ad756060eb9759471c195cfe6af22b99489b8f28dc05ff4c91ccaf37c2f0 SHA512 
ba1cac1b2787051627bac0929b8154c18b77c57d765f21999f352388e535ab3553d344f90d815eee331a6a6f787e9ec903d2b26e1c1bdf359c391db5f9c76e9c
 WHIRLPOOL 
b7d7ccc95abda6a363a8c86b8aa38e7118cc78cbd9bbbf6b91b6b7344e1e7a443f6d56da4bbd9cd082187aa190c82057f7363714c3b9af33bd95ec35fcf2bfca
-DIST polari-3.22.1.tar.xz 616280 SHA256 
571b97109b1a7f1c64c96fbfe19f015e04f7fe08caa4f04eef8e9ed4fb3c8f74 SHA512 
1005b579505fdfe159f6e9e707a846b3e3ed866fe5f732882cc372f82253435be497519bed358dabe0fc3fed968ea6fcac2442d7390968720ec5c3fd7247f252
 WHIRLPOOL 
f26249388804bea22d2946a05a0eee473bff36df15a483dd0672947949694d25ee7be2854f5fb2d25c8be351a65641cd553830793c8781bc8645cf2c7ad2a5fd
 DIST polari-3.22.2.tar.xz 617316 SHA256 
c7b4c382a9bae8094a576dbd9d022de0a90e186a36529a2eab914fe9d9b0045f SHA512 
36bc3b506c73f5d27c32430a19134c2b147f6344840d3cd3ee2bee14369f4c8fc87b30445fbb8186e0dc79fbc8336985d6ef2e018c9a1f8809f06ee7ac68c876
 WHIRLPOOL 
2b7da35e441d4a3f55803f9ba59c150d559fbd87d092c0c3cf89b4d0c72ffc683c865be447c806b96603d5988875132271a70be6a5e112466d9eef6991df6d87

diff --git a/net-irc/polari/polari-3.20.3-r1.ebuild 
b/net-irc/polari/polari-3.20.3-r1.ebuild
deleted file mode 100644
index 3949a1a6e79..000
--- a/net-irc/polari/polari-3.20.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="An IRC client for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Polari;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/gjs-1.45.3
-   >=dev-libs/glib-2.43.4:2
-   >=dev-libs/gobject-introspection-0.9.6:=
-   net-libs/telepathy-glib[introspection]
-   >=x11-libs/gtk+-3.19.12:3[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=net-irc/telepathy-idle-0.2
-   net-im/telepathy-logger[introspection]
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   virtual/pkgconfig
-"

diff --git a/net-irc/polari/polari-3.22.1.ebuild 
b/net-irc/polari/polari-3.22.1.ebuild
deleted file mode 100644
index a20a530dfa9..000
--- a/net-irc/polari/polari-3.22.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="An IRC client for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Polari;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   app-crypt/libsecret[introspection]
-   >=dev-libs/gjs-1.45.3
-   >=dev-libs/glib-2.43.4:2
-   >=dev-libs/gobject-introspection-1.50:=
-   net-im/telepathy-logger[introspection]
-   net-libs/libsoup:2.4[introspection]
-   net-libs/telepathy-glib[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.21.6:3[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=net-irc/telepathy-idle-0.2
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2017-04-02 Thread Mart Raudsepp
commit: 4b8f039463797e9e96488af8e0c2df319a87e8de
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:26:14 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8f0394

games-puzzle/lightsoff: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-puzzle/lightsoff/Manifest|  2 --
 games-puzzle/lightsoff/lightsoff-3.20.0.ebuild | 34 --
 games-puzzle/lightsoff/lightsoff-3.22.0.ebuild | 34 --
 3 files changed, 70 deletions(-)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 0261e048dd7..688c5ce9507 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,3 +1 @@
-DIST lightsoff-3.20.0.tar.xz 1939384 SHA256 
d3603891afe7ca3b3b2c509cad3e32ef6cdac3a7e80fff3b48ca72ea739852bf SHA512 
ae4ea31d9b9a387cbacc1dc7b7447da7e80d2021b8d46df3ec7e9110f1a2f1e4c902d396819c2f2e2d9a4e0692a0c286e43bb806e4fa08bf1644ec21a0ecdaf9
 WHIRLPOOL 
1c719e317810438930e5864074f847f4459ebd3b2cbb5dd121fd2ee9d8f569fdfd60117b41336412fbc059b8dca3b18328996e53492476a6d995a8238e4e909c
-DIST lightsoff-3.22.0.tar.xz 1935192 SHA256 
0458e0ff99a10a99573db4d3e1ea5abde186056d8e32cf1f0bd76e25ff2c4fca SHA512 
b828eeae8c8c7ff264b7e0b2de28256d72d0c62995c48a1fda75e2a81fb4209e5dd4e142f43fbe62e1cf8d35addc781e63f5ad26ca4dc3bf77249a54deba42f2
 WHIRLPOOL 
30fc477457c44d9a792618a8f5d8723abc884185f11abb7ac8aa116c086c1c38f1d6f2c8776d0a9452253c055606534f8967eea2c58e836614402544393a973f
 DIST lightsoff-3.22.2.tar.xz 1930644 SHA256 
07a518a97060c62cfbed278930aa0b35962187e2a6a600d367ac793a95687999 SHA512 
7ea73db9199f1db0d321a10540a15db245684284fc7a5f7860770f01ffe1a5febb287b2d597d1e1a03e1a2bb917ec58df318caca0a6622215469a2e76a2fc05a
 WHIRLPOOL 
76b82d577560afb4031c3077ce15e3fd803252c1ad67708496c8788803eede8daa1c43663f08d85ed90084b365c049c305a5db21508c7e58a202a8779175533e

diff --git a/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild
deleted file mode 100644
index dda93732a4c..000
--- a/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 vala
-
-DESCRIPTION="Turn off all the lights"
-HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   >=gnome-base/librsvg-2.32:2
-   >=media-libs/clutter-1.14:1.0
-   >=media-libs/clutter-gtk-1.5.5:1.0
-   >=x11-libs/gtk+-3.13.4:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   vala_src_prepare
-}

diff --git a/games-puzzle/lightsoff/lightsoff-3.22.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.22.0.ebuild
deleted file mode 100644
index 4eecbdb819c..000
--- a/games-puzzle/lightsoff/lightsoff-3.22.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 vala
-
-DESCRIPTION="Turn off all the lights"
-HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2
-   >=gnome-base/librsvg-2.32:2
-   >=media-libs/clutter-1.14:1.0
-   >=media-libs/clutter-gtk-1.5.5:1.0
-   >=x11-libs/gtk+-3.13.4:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   vala_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-tetravex/

2017-04-02 Thread Mart Raudsepp
commit: 9735c4661210964e252550627f54109b56eb90ef
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:25:40 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9735c466

games-puzzle/gnome-tetravex: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-puzzle/gnome-tetravex/Manifest   |  1 -
 .../gnome-tetravex/gnome-tetravex-3.20.0.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/games-puzzle/gnome-tetravex/Manifest 
b/games-puzzle/gnome-tetravex/Manifest
index 39c82232126..a705172f368 100644
--- a/games-puzzle/gnome-tetravex/Manifest
+++ b/games-puzzle/gnome-tetravex/Manifest
@@ -1,2 +1 @@
-DIST gnome-tetravex-3.20.0.tar.xz 2162348 SHA256 
a1bdfa4233484566a01373b19f8c0fb126b7c5728227916a48d2ee012c3cbd62 SHA512 
6ecf52a446bdd3f267b489a62e90e5344b7da6a0859dc4e842911858e58585b517395946beb73a3abd44ed04b359afc342d27f8ee9b76144db68bb02059987af
 WHIRLPOOL 
f4e4e6a87b0120093884fc08b265a70c12782d99c74bb09c8b5ccc83753b2b64a1b6291e2ef16b8e6edfea2f565464926153ce24deee8a27186d88662249ba3d
 DIST gnome-tetravex-3.22.0.tar.xz 2170464 SHA256 
0a6d7ff5ffcd6c05454a919d46a2e389d6b5f87bc80e82c52c2f20d9d914e18d SHA512 
d4497fae7e2c95f6d6e26b72690c86ec12250ccc6136f02436a53fa285215415a471d91f2ded10690faced6f6f856218750eb76313d368863a7a31afd02a9d2d
 WHIRLPOOL 
28368709f9b326476a55e38702b4348b643f604dff8a98b0fc1a20ad5eb2b61748ff9b57f8c751e3edfa59f5f418d8f572be9ffe0c741fdf8292fa4b620b73ff

diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.20.0.ebuild 
b/games-puzzle/gnome-tetravex/gnome-tetravex-3.20.0.ebuild
deleted file mode 100644
index ae3bdd6a0ae..000
--- a/games-puzzle/gnome-tetravex/gnome-tetravex-3.20.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome2 vala
-
-DESCRIPTION="Complete the puzzle by matching numbered tiles"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tetravex;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32:2
-   >=x11-libs/gtk+-3.13.4:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   vala_src_prepare
-}



  1   2   >