[gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/

2018-05-21 Thread Remi Cardona
commit: d191be1459f4ba87141ae5414affc28334e14514
Author: RĂ©mi Cardona  gentoo  org>
AuthorDate: Tue May 22 05:32:42 2018 +
Commit: Remi Cardona  gentoo  org>
CommitDate: Tue May 22 05:32:42 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d191be14

x11-libs/gtksourceview: unbreak 3.99.7

- use correct slot (3.99.x are essentially 4.0rcx)
- install ebuild language spec to prevent conflict with 3.0 slot

Package-Manager: Portage-2.3.38, Repoman-2.3.9
Manifest-Sign-Key: 0xE0663D48103108F8

 x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild 
b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
index db3725e9..81f3a8d7 100644
--- a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A text widget implementing syntax highlighting 
and other features"
 HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView;
 
 LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="3.0/3"
+SLOT="4.0/4"
 
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
@@ -53,6 +53,6 @@ src_test() {
 src_install() {
gnome2_src_install
 
-   insinto /usr/share/${PN}-3.0/language-specs
+   insinto /usr/share/${PN}-4/language-specs
doins "${FILESDIR}"/2.0/gentoo.lang
 }



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

2018-05-21 Thread Hans de Graaff
commit: 91194883d65164428c57aa99e6a6e0b6fb88ead8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 22 05:20:01 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 22 05:20:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91194883

dev-ruby/rack-attack: add 5.2.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/rack-attack/Manifest |  1 +
 dev-ruby/rack-attack/rack-attack-5.2.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/rack-attack/Manifest b/dev-ruby/rack-attack/Manifest
index b594db3ac3d..6a7bc260729 100644
--- a/dev-ruby/rack-attack/Manifest
+++ b/dev-ruby/rack-attack/Manifest
@@ -1,2 +1,3 @@
 DIST rack-attack-4.4.1.gem 16896 BLAKE2B 
0c7248c3676250a94078c23256d6f33471b619f0f3948bfb8a3d6b00e97e7731ff5d84e94bc4a53eb35f22b5027709ab0d5b04f28716724762683add42a2c669
 SHA512 
1373cd47fdc06a1d4bfc751f3c8ca7c7394117090d190f5b58c4d7b91ac91babfc7bfed7690961ad6534ccb0ce8918f721d3e1b33902d12e686978c1c459e572
 DIST rack-attack-5.0.1.gem 17408 BLAKE2B 
5aaba2c1b4b2c69a02734d082bc18e670c1c7ad8e2ea40945f3f3afa1f136c11bf74a582763d914ed0ef442e26ccfb35fc7328b0d7deaea74110deec9e91c84e
 SHA512 
e5833d8506990d352073573de3b52deff910201f89f31bf9c4ded53644aadf52ee85b63a239f41e38d37baee4fb4c630f4c00abb1f0ea1fca1be78ca56e0e648
+DIST rack-attack-5.2.0.gem 22528 BLAKE2B 
474b70dd4a4a949cb295922bdf9d141fd1c8241d9d2179fd43fe38a7d9687c39a712ad7473956302fa8f4f4bcf84cb284475a90e7e264f18f45a1e7228a66659
 SHA512 
f9d9e07a993e8bd93e7f09110055bb4ba0478019f1d08f44cc9ac497cd0badf1095a512fb5e556dc82ecc8ba3b9ddbe38ae6c8cd3c570bd29237a550788fe0ab

diff --git a/dev-ruby/rack-attack/rack-attack-5.2.0.ebuild 
b/dev-ruby/rack-attack/rack-attack-5.2.0.ebuild
new file mode 100644
index 000..585b3e58c40
--- /dev/null
+++ b/dev-ruby/rack-attack/rack-attack-5.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# Skip integration tests since they require additional unpackaged
+# dependencies and running daemons.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A DSL for blocking & throttling abusive clients"
+HOMEPAGE="https://github.com/kickstarter/rack-attack;
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/rack:*"
+ruby_add_bdepend "test? (
+   dev-ruby/actionpack
+   dev-ruby/activesupport
+   dev-ruby/rack-test
+   dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|byebug\)/ s:^:#:' Rakefile spec/spec_helper.rb 
|| die
+   sed -i -e '3igem "actionpack"' spec/spec_helper.rb || die
+}



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

2018-05-21 Thread Hans de Graaff
commit: e67defc9f335901f841dc5b7f19baa0be534d493
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 22 04:59:15 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 22 04:59:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67defc9

dev-util/cucumber-expressions: add 5.0.18

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-util/cucumber-expressions/Manifest |  1 +
 .../cucumber-expressions-5.0.18.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-util/cucumber-expressions/Manifest 
b/dev-util/cucumber-expressions/Manifest
index 8b6065a5a95..014b9fe72af 100644
--- a/dev-util/cucumber-expressions/Manifest
+++ b/dev-util/cucumber-expressions/Manifest
@@ -3,4 +3,5 @@ DIST cucumber-expressions-5.0.13.gem 17408 BLAKE2B 
113554f5350dc289dea2a97530e19
 DIST cucumber-expressions-5.0.14.gem 17920 BLAKE2B 
623b1c328703d6f9919c9fc7ffab64d26b752fe8f75d21d5ff2323aa502fe49e9b65bfb5f9f0c64c4baee3189c28e5cf05a404fd499c72fa8cf95157492a0e6e
 SHA512 
7e44de399250d21d017a38d72e15390e9e0dc48b03755508767c5c237aebec830623428420a500bcef1bbb9db2157994b59718a731e8baca4266d1393e0b5843
 DIST cucumber-expressions-5.0.15.gem 17920 BLAKE2B 
83c741f985aee1fdb316693c70f519bd82e4cb373285f0bc9976405dad143ef562cbac92263e7fbf73254713a699270cf99080ed9d3a3f85a6b982caafebeb6d
 SHA512 
0d50975fac9b94e17f7f0388b50cf1fe98775dc34887846f72d4b1f471ff957b466b9d567fd6e0da7561860d6e2d8364c2f3490ad9e8059ee0d1cd99ebc5f386
 DIST cucumber-expressions-5.0.17.gem 17920 BLAKE2B 
4b90510f296d3affa659244948913618963204f80db95043924dfdb709e0654dfb5cef55b77c048cac7e7f3cb2af4a9a49150dd77c99f9a87b68d4dbf9f54f16
 SHA512 
2133e53733c2e68608885df650fed6c8975e310875079ea719c5bfee7635d7b49cc1c5bcc6946ca90323243b13606222993be31bc71da55cdd091b6b93e6567d
+DIST cucumber-expressions-5.0.18.gem 18432 BLAKE2B 
d5728a766ac568a0a2588dc99d45364579213e97517f0ce57a954f58533230e2ac362c2664567ba79ee3404d02d2a7811986dc66e6a8365572978da5832e1a96
 SHA512 
4016248cf116920512895a874f67331a84f782dfbe560dd4a9d64ef001fa8d66ea2663b96dce8e2fb561fd533e6a8a0d399dcb923cba451cc452f15c571e3288
 DIST cucumber-expressions-5.0.7.gem 17408 BLAKE2B 
1f958063f276154bd75485e1f2b9beabfc41d26e4029ca7a7e89d6f6d81dc25bbd69626920dfbf1a9323f65b6eea105dab328f06daf15c290a11ea0c86dc69e4
 SHA512 
af83d028df20ac608ce3fd85850da451f1ec76de688f1d0bc71c1e6a0e70cdbb15f4df6710cccf6b736426f9a547b5a5ae0bb860cd626291237c2bc11371a24f

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-5.0.18.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-5.0.18.ebuild
new file mode 100644
index 000..20efb11a7f9
--- /dev/null
+++ b/dev-util/cucumber-expressions/cucumber-expressions-5.0.18.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a simpler alternative to Regular Expressions"
+HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~x86"
+SLOT="5.0"



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

2018-05-21 Thread Hans de Graaff
commit: 7c73fd890ed7ea94cbc42274d429f24ca8f7861c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 22 04:56:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 22 04:56:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c73fd89

dev-ruby/minitest-hooks: add 1.5.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/minitest-hooks/Manifest|  1 +
 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
index dda67e65922..40451d4de9c 100644
--- a/dev-ruby/minitest-hooks/Manifest
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -1 +1,2 @@
 DIST minitest-hooks-1.4.2.gem 10752 BLAKE2B 
fa02dd6885acb285bfa45bb3a1a7cdafa136c916ef794935d0439e4e1f13748a0f17d1081c1d3c963a0b1c9936b055079bfb1b53c466a0f5daf5c04563b6969b
 SHA512 
f6f5a96bc2cbb581b5b6a8cab507da8c560b853ff722fcafba45d08fde1e75a41da5bffe0287bbb5a861eef84145a38a6b25d3e671fdccfb15c0fce3bce85804
+DIST minitest-hooks-1.5.0.gem 11264 BLAKE2B 
740df3b75ade3372fbf75ed7bd861c70af6f11d8cd1f37819272b98bc8cd1fad6ea09375856cd48a75499e0a692411c6da4f5aec212ebae91b47531c4bedda54
 SHA512 
4e7c969485c6e8d3414710b787c8880ad26b71de9f0b4a93ca1bf343deba426feee1cc06fcc51eee05c4880d851664fff045026d44728e217607e4cb32aa8f4b

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild 
b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
new file mode 100644
index 000..fe7525d3477
--- /dev/null
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# Skip tests since they require unpackaged sequel
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds around and before_all/after_all/around_all hooks for 
Minitest"
+HOMEPAGE="https://github.com/jeremyevans/minitest-hooks;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/solid/

2018-05-21 Thread Andreas Sturmlechner
commit: 216216975321875f1ce099035add1b6f0ad0fd9c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 21 20:20:25 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 22 04:43:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21621697

kde-frameworks/solid: Drop 5.46.0 (r0)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 kde-frameworks/solid/solid-5.46.0.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/kde-frameworks/solid/solid-5.46.0.ebuild 
b/kde-frameworks/solid/solid-5.46.0.ebuild
deleted file mode 100644
index 5ba7d7e8701..000
--- a/kde-frameworks/solid/solid-5.46.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Provider for platform independent hardware discovery, abstraction 
and management"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-RDEPEND="
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   sys-fs/udisks:2
-   virtual/udev
-"
-DEPEND="${RDEPEND}
-   nls? ( $(add_qt_dep linguist-tools) )
-   test? ( $(add_qt_dep qtconcurrent) )
-"
-pkg_postinst() {
-   kde5_pkg_postinst
-
-   if ! has_version "app-misc/media-player-info" ; then
-   einfo "For media player support, install 
app-misc/media-player-info"
-   fi
-}



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

2018-05-21 Thread Andreas Sturmlechner
commit: cdd4faf32dfb7817a73c649f96295a83c89c0b61
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 21 19:54:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 22 04:43:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd4faf3

dev-libs/libindicate: EAPI-6 bump

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 .../files/libindicate-0.6.1-no-mono.patch  |  8 +--
 dev-libs/libindicate/libindicate-12.10.1-r3.ebuild | 75 ++
 2 files changed, 79 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libindicate/files/libindicate-0.6.1-no-mono.patch 
b/dev-libs/libindicate/files/libindicate-0.6.1-no-mono.patch
index 349828a6058..1743f861f4b 100644
--- a/dev-libs/libindicate/files/libindicate-0.6.1-no-mono.patch
+++ b/dev-libs/libindicate/files/libindicate-0.6.1-no-mono.patch
@@ -1,7 +1,7 @@
 Temporary patch to disable mono until new gtk-sharp is in tree wrt bug #382491
 
 bindings/Makefile.am
-+++ bindings/Makefile.am
+--- a/bindings/Makefile.am
 b/bindings/Makefile.am
 @@ -1,9 +1,5 @@
  SUBDIRS = 
  
@@ -12,8 +12,8 @@ Temporary patch to disable mono until new gtk-sharp is in 
tree wrt bug #382491
  if HAS_PYTHON
  SUBDIRS += python
  endif
 configure.ac
-+++ configure.ac
+--- a/configure.ac
 b/configure.ac
 @@ -124,61 +124,6 @@
  AC_PATH_PROG([VALA_API_GEN], [vapigen])
  

diff --git a/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild 
b/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild
new file mode 100644
index 000..73526a89128
--- /dev/null
+++ b/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VALA_MIN_API_VERSION="0.16"
+VALA_USE_DEPEND="vapigen"
+inherit autotools flag-o-matic vala xdg-utils
+
+DESCRIPTION="Library to raise flags on DBus for other components of the 
desktop"
+HOMEPAGE="https://launchpad.net/libindicate;
+SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz;
+
+LICENSE="LGPL-2.1 LGPL-3"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk +introspection"
+
+RESTRICT="test" # consequence of the -no-mono.patch
+
+RDEPEND="
+   dev-libs/dbus-glib
+   dev-libs/glib:2
+   dev-libs/libdbusmenu[introspection?]
+   dev-libs/libxml2
+   gtk? (
+   dev-libs/libdbusmenu[gtk3]
+   x11-libs/gtk+:3
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1 )
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/gnome-doc-utils
+   dev-util/gtk-doc-am
+   gnome-base/gnome-common
+   virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.6.1-no-mono.patch )
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   vala_src_prepare
+
+   sed -i \
+   -e "s:vapigen:vapigen-$(vala_best_api_version):" \
+   -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" \
+   configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -Wno-error
+
+   # python bindings are only for GTK+-2.x
+   econf \
+   --disable-silent-rules \
+   --disable-static \
+   $(use_enable gtk) \
+   $(use_enable introspection) \
+   --disable-python \
+   --disable-scrollkeeper \
+   --with-gtk=3
+}
+
+src_install() {
+   # work around failing parallel installation (-j1)
+   # until a better fix is available. (bug #469032)
+   emake -j1 DESTDIR="${D}" install
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/

2018-05-21 Thread Andreas Sturmlechner
commit: 0ffb141b746a5316c31acc97fd96dccf9198ea34
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 21 20:19:17 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 22 04:43:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffb141b

kde-frameworks/qqc2-desktop-style: Add dev-qt/qtdeclarative slot op

Private header use.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.2.ebuild 
b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.2.ebuild
index 37fd3f67ea3..f250d641152 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.2.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.2.ebuild
@@ -15,7 +15,7 @@ DEPEND="
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kirigami)
-   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtdeclarative '' '' '5=')
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
 "



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

2018-05-21 Thread Andreas Sturmlechner
commit: 0fec2b431b41dbcf1b714df3f560113f37074769
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 21 20:23:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 22 04:43:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fec2b43

kde-plasma/plasma-desktop: Drop 5.12.5 (r0)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 .../plasma-desktop/plasma-desktop-5.12.5.ebuild| 162 -
 1 file changed, 162 deletions(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
deleted file mode 100644
index 845adb943b3..000
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
+++ /dev/null
@@ -1,162 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE Plasma desktop"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="appstream +fontconfig ibus +mouse pulseaudio scim +semantic-desktop 
touchpad"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep attica)
-   $(add_frameworks_dep kactivities)
-   $(add_frameworks_dep kactivities-stats)
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kemoticons)
-   $(add_frameworks_dep kglobalaccel)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kpeople)
-   $(add_frameworks_dep krunner)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep plasma)
-   $(add_frameworks_dep solid)
-   $(add_frameworks_dep sonnet)
-   $(add_plasma_dep kwin)
-   $(add_plasma_dep plasma-workspace)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   $(add_qt_dep qtxml)
-   media-libs/phonon[qt5(+)]
-   x11-libs/libX11
-   x11-libs/libXcursor
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libxcb
-   x11-libs/libxkbfile
-   appstream? ( dev-libs/appstream[qt5] )
-   fontconfig? (
-   media-libs/fontconfig
-   media-libs/freetype
-   x11-libs/libXft
-   x11-libs/xcb-util-image
-   )
-   ibus? (
-   $(add_qt_dep qtx11extras)
-   app-i18n/ibus
-   dev-libs/glib:2
-   x11-libs/libxcb
-   x11-libs/xcb-util-keysyms
-   )
-   pulseaudio? (
-   dev-libs/glib:2
-   media-libs/libcanberra
-   media-sound/pulseaudio
-   )
-   scim? ( app-i18n/scim )
-   semantic-desktop? ( $(add_frameworks_dep baloo) )
-   touchpad? ( x11-drivers/xf86-input-synaptics )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   x11-base/xorg-proto
-   fontconfig? ( x11-libs/libXrender )
-   mouse? (
-   x11-drivers/xf86-input-evdev
-   x11-drivers/xf86-input-libinput
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_frameworks_dep qqc2-desktop-style)
-   $(add_plasma_dep breeze)
-   $(add_plasma_dep kde-cli-tools)
-   $(add_plasma_dep oxygen)
-   $(add_qt_dep qtgraphicaleffects)
-   sys-apps/accountsservice
-   sys-apps/util-linux
-   x11-apps/setxkbmap
-   pulseaudio? ( $(add_plasma_dep plasma-pa ) )
-   !kde-apps/kcontrol
-   !

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/

2018-05-21 Thread Andreas Sturmlechner
commit: e2d5f79547e0e7f949e361e9df72b579ddd62b3d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 21 20:19:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 22 04:43:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d5f795

kde-frameworks/qqc2-desktop-style: Drop 5.46.0

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 kde-frameworks/qqc2-desktop-style/Manifest |  1 -
 .../qqc2-desktop-style-5.46.0.ebuild   | 25 --
 2 files changed, 26 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/Manifest 
b/kde-frameworks/qqc2-desktop-style/Manifest
index 9bfb57584eb..8f024957d38 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,3 +1,2 @@
 DIST qqc2-desktop-style-5.43.0.tar.xz 36916 BLAKE2B 
de086300fb86fbebafaa4f5d0065b9ce2e8d7bc9e6c68698d938b555a834857357ab9f949597a42f3a7c80236bfc5a396b881ac92210d578b3a2e0f63672b921
 SHA512 
f20f67745bfd58a78fbe943b0676326ddcd18f4d733d77d50c29ed5a0b4215e7500634225e14700f3b344a9b5952def756b90bd5844c7fa516fba28e7a27bb13
-DIST qqc2-desktop-style-5.46.0.tar.xz 39376 BLAKE2B 
3a671e8a0d76019ab92ce6d1f0f81bfe858a3177fe76e0ab94e6336f9699a31b5bd84d29012f7c15e47d74aefeae0fa1693b7f5981d2ef4d9a40784a1e7de4d3
 SHA512 
5d00a9362b238e3c84c0d0c0d75d0d0c3db1ab13e5e64ea811dfe262c08b4ec4bee7b7c110fc010bc4bb3bfc2fa7c1cd741fef6635c9a787734d2c5cd2f087a3
 DIST qqc2-desktop-style-5.46.2.tar.xz 39368 BLAKE2B 
1b72456653dce0f4cc7655c78f37ca14615c59cdf2ca10ba8e4a5d2b0a6994b842938244a100f3306ef2c2e4e98e2efef99cb55b0ea62e1e9288186bf82acaa4
 SHA512 
068f0668c146e2c9c4905d7357ee7339cb06fa0871fba706437b688cec825d6615e4247136fefb912a8b017d5b79160261a541c284b4d509ceb58466bcb94a71

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.0.ebuild 
b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.0.ebuild
deleted file mode 100644
index 37fd3f67ea3..000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.46.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_QTHELP="false"
-inherit kde5
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for 
painting"
-KEYWORDS="~amd64 ~arm ~x86"
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kirigami)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
-   $(add_qt_dep qtgraphicaleffects)
-   $(add_qt_dep qtquickcontrols2)
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/user-manager/

2018-05-21 Thread Andreas Sturmlechner
commit: 382f2c593f41d579ed5616c960974c2408b8148a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 21 20:21:48 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 22 04:43:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382f2c59

kde-plasma/user-manager: Drop 5.12.5 (r0)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 kde-plasma/user-manager/user-manager-5.12.5.ebuild | 27 --
 1 file changed, 27 deletions(-)

diff --git a/kde-plasma/user-manager/user-manager-5.12.5.ebuild 
b/kde-plasma/user-manager/user-manager-5.12.5.ebuild
deleted file mode 100644
index 55c31690044..000
--- a/kde-plasma/user-manager/user-manager-5.12.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Simple system settings module to manage the users of your system"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   >=dev-libs/libpwquality-1.3.0
-"
-RDEPEND="${DEPEND}"



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

2018-05-21 Thread Matt Thode
commit: f0a9bc4fc8914530bf4c2f562a222faf88fd5aa6
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May 22 04:36:59 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue May 22 04:36:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a9bc4f

media-sound/pulseeffects: 3.2.3 stable amd64 and x86

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild 
b/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild
index 7ab52f61f1c..9d0eb6961d0 100644
--- a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]];then
EGIT_REPO_URI="${HOMEPAGE}"
 else
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~x86 ~amd64"
+   KEYWORDS="x86 amd64"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: games-board/ace/, games-board/xfreecell/, games-board/spider/, ...

2018-05-21 Thread Matt Turner
commit: 0bb86c293fafa9bde4d7c42770ad3389dfeb955f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 02:30:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 02:45:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb86c29

games-board/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 games-board/ace/ace-1.4-r1.ebuild| 4 ++--
 games-board/cgoban/cgoban-1.9.14-r2.ebuild   | 4 ++--
 games-board/spider/spider-1.2_p4-r2.ebuild   | 2 +-
 games-board/xboard/xboard-4.8.0-r1.ebuild| 4 ++--
 games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild | 4 ++--
 games-board/xskat/xskat-4.0-r1.ebuild| 6 +++---
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/games-board/ace/ace-1.4-r1.ebuild 
b/games-board/ace/ace-1.4-r1.ebuild
index dbe79e29977..66185f9eb84 100644
--- a/games-board/ace/ace-1.4-r1.ebuild
+++ b/games-board/ace/ace-1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ RDEPEND="
media-libs/libpng:0
x11-libs/libX11"
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 PATCHES=(
"${FILESDIR}"/${P}-no-xpm.patch

diff --git a/games-board/cgoban/cgoban-1.9.14-r2.ebuild 
b/games-board/cgoban/cgoban-1.9.14-r2.ebuild
index 95912a591d7..ad2c9a790a3 100644
--- a/games-board/cgoban/cgoban-1.9.14-r2.ebuild
+++ b/games-board/cgoban/cgoban-1.9.14-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ RDEPEND="
x11-libs/libX11
x11-libs/libXt"
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 PATCHES=(
"${FILESDIR}"/${P}-cflags.patch

diff --git a/games-board/spider/spider-1.2_p4-r2.ebuild 
b/games-board/spider/spider-1.2_p4-r2.ebuild
index a543715af98..e6d74185279 100644
--- a/games-board/spider/spider-1.2_p4-r2.ebuild
+++ b/games-board/spider/spider-1.2_p4-r2.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
x11-libs/libXt
 "
 DEPEND="${RDEPEND}
+   x11-base/xorg-proto
x11-misc/imake
-   x11-proto/xproto
 "
 
 S="${WORKDIR}/${MY_P/_/-}.orig"

diff --git a/games-board/xboard/xboard-4.8.0-r1.ebuild 
b/games-board/xboard/xboard-4.8.0-r1.ebuild
index 60b2e7c3005..398488b60b2 100644
--- a/games-board/xboard/xboard-4.8.0-r1.ebuild
+++ b/games-board/xboard/xboard-4.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,8 +33,8 @@ RDEPEND="
)
gtk? ( x11-libs/gtk+:2 )"
 DEPEND="${RDEPEND}
-   x11-proto/xproto
virtual/pkgconfig
+   x11-base/xorg-proto
nls? ( sys-devel/gettext )"
 
 PATCHES=(

diff --git a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild 
b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
index 491d3910b26..b5e38916ce0 100644
--- a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
+++ b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ IUSE=""
 RDEPEND="media-fonts/font-misc-misc
x11-libs/libXext"
 DEPEND="${RDEPEND}
-   x11-proto/xextproto"
+   x11-base/xorg-proto"
 
 S=${WORKDIR}/${PN}
 

diff --git a/games-board/xskat/xskat-4.0-r1.ebuild 
b/games-board/xskat/xskat-4.0-r1.ebuild
index 4443c46caf3..517567ee1cf 100644
--- a/games-board/xskat/xskat-4.0-r1.ebuild
+++ b/games-board/xskat/xskat-4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,9 +16,9 @@ IUSE=""
 RDEPEND="media-fonts/font-misc-misc
x11-libs/libX11"
 DEPEND="${RDEPEND}
+   x11-base/xorg-proto
x11-misc/gccmakedep
-   x11-misc/imake
-   x11-proto/xproto"
+   x11-misc/imake"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: kde-misc/wacomtablet/

2018-05-21 Thread Matt Turner
commit: 285778ccd4fefa27ae505c1f889fff39256cd3f2
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 02:22:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 02:45:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285778cc

kde-misc/wacomtablet: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild 
b/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild
index 570ae198a68..21df62dbbad 100644
--- a/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild
+++ b/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild
@@ -38,8 +38,8 @@ CDEPEND="
 "
 DEPEND="${CDEPEND}
sys-devel/gettext
+   x11-base/xorg-proto
x11-libs/libX11
-   x11-proto/xproto
 "
 RDEPEND="${CDEPEND}
!kde-misc/wacomtablet:4



[gentoo-commits] repo/gentoo:master commit in: games-arcade/xgalaga/, games-arcade/xjump/

2018-05-21 Thread Matt Turner
commit: b7968ee32726c45c6ff0b6eab0ffd7bcf034250d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 02:25:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 02:45:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7968ee3

games-arcade/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild | 4 ++--
 games-arcade/xjump/xjump-2.7.5.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild 
b/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild
index 4c95fe63155..4d3b86a9756 100644
--- a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild
+++ b/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXt"
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 src_prepare() {
sed -i \

diff --git a/games-arcade/xjump/xjump-2.7.5.ebuild 
b/games-arcade/xjump/xjump-2.7.5.ebuild
index 8577fa4fc62..a8f98a99710 100644
--- a/games-arcade/xjump/xjump-2.7.5.ebuild
+++ b/games-arcade/xjump/xjump-2.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXt"
 
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 S=${WORKDIR}/${P}.orig
 



[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsxr/, games-emulation/snes9x/, games-emulation/gnuboy/

2018-05-21 Thread Matt Turner
commit: 1a0a7f8b186ac8f4705f568de995547e5b1e9762
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 02:36:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 02:45:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0a7f8b

games-emulation/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild | 4 +---
 games-emulation/pcsxr/pcsxr-1.9.94-r2.ebuild  | 4 ++--
 games-emulation/snes9x/snes9x-1.54.1.ebuild   | 6 ++
 games-emulation/snes9x/snes9x-1.55.ebuild | 4 +---
 4 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild 
b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
index 3c4e37c0783..177799b9c23 100644
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
+++ b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
@@ -19,9 +19,7 @@ RDEPEND="
X? ( x11-libs/libXext )
 "
 DEPEND="${RDEPEND}
-   X? (
-   x11-proto/xextproto
-   x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
 "
 
 src_prepare() {

diff --git a/games-emulation/pcsxr/pcsxr-1.9.94-r2.ebuild 
b/games-emulation/pcsxr/pcsxr-1.9.94-r2.ebuild
index 319b46f2fd2..b58d16a4d36 100644
--- a/games-emulation/pcsxr/pcsxr-1.9.94-r2.ebuild
+++ b/games-emulation/pcsxr/pcsxr-1.9.94-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -44,7 +44,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
app-arch/unzip
dev-util/intltool
-   x11-proto/videoproto
+   x11-base/xorg-proto
nls? ( sys-devel/gettext:0 )
x86? ( dev-lang/nasm )
 "

diff --git a/games-emulation/snes9x/snes9x-1.54.1.ebuild 
b/games-emulation/snes9x/snes9x-1.54.1.ebuild
index f7531d383ac..972c9db684b 100644
--- a/games-emulation/snes9x/snes9x-1.54.1.ebuild
+++ b/games-emulation/snes9x/snes9x-1.54.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,9 +31,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   x11-proto/xproto
-   gtk? ( virtual/pkgconfig
-   xv? ( x11-proto/videoproto ) )
+   x11-base/xorg-proto
nls? ( dev-util/intltool )"
 
 S="${WORKDIR}/${P}/unix"

diff --git a/games-emulation/snes9x/snes9x-1.55.ebuild 
b/games-emulation/snes9x/snes9x-1.55.ebuild
index f95ee81863f..639a39ffc5c 100644
--- a/games-emulation/snes9x/snes9x-1.55.ebuild
+++ b/games-emulation/snes9x/snes9x-1.55.ebuild
@@ -33,9 +33,7 @@ RDEPEND="
)"
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   x11-proto/xproto
-   gtk? ( virtual/pkgconfig
-   xv? ( x11-proto/videoproto ) )
+   x11-base/xorg-proto
nls? ( dev-util/intltool )"
 
 S="${WORKDIR}/${P}/unix"



[gentoo-commits] repo/gentoo:master commit in: games-engines/zoom/

2018-05-21 Thread Matt Turner
commit: 8104cc065493a6512f9a176f38ab49ccdfd1447d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 02:38:20 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 02:45:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8104cc06

games-engines/zoom: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 games-engines/zoom/zoom-1.1.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/zoom/zoom-1.1.5-r1.ebuild 
b/games-engines/zoom/zoom-1.1.5-r1.ebuild
index 1f5085ae61d..f5f33fac05c 100644
--- a/games-engines/zoom/zoom-1.1.5-r1.ebuild
+++ b/games-engines/zoom/zoom-1.1.5-r1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
x11-libs/libXft"
 DEPEND="${RDEPEND}
dev-lang/perl
-   x11-proto/xextproto"
+   x11-base/xorg-proto"
 
 PATCHES=( "${FILESDIR}"/${P}-gcc7.patch )
 



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

2018-05-21 Thread Matt Turner
commit: 134fd1d963719fa89d7ea9e03155215ec64c74dc
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 02:19:27 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 02:45:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134fd1d9

kde-apps/kmousetool: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 kde-apps/kmousetool/kmousetool-17.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmousetool/kmousetool-17.12.3.ebuild 
b/kde-apps/kmousetool/kmousetool-17.12.3.ebuild
index cc7b4aa60f5..e73bd5f9364 100644
--- a/kde-apps/kmousetool/kmousetool-17.12.3.ebuild
+++ b/kde-apps/kmousetool/kmousetool-17.12.3.ebuild
@@ -26,9 +26,9 @@ COMMON_DEPEND="
x11-libs/libXtst
 "
 DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
x11-libs/libXext
x11-libs/libXt
-   x11-proto/xproto
 "
 RDEPEND="${COMMON_DEPEND}
!

[gentoo-commits] repo/gentoo:master commit in: games-action/xpilot/

2018-05-21 Thread Matt Turner
commit: fd215c2113832ec4a71451eefdb390252a8973aa
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 02:22:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 02:45:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd215c21

games-action/xpilot: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 games-action/xpilot/xpilot-4.5.5-r1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-action/xpilot/xpilot-4.5.5-r1.ebuild 
b/games-action/xpilot/xpilot-4.5.5-r1.ebuild
index cfd0162fb1a..ecc92dce870 100644
--- a/games-action/xpilot/xpilot-4.5.5-r1.ebuild
+++ b/games-action/xpilot/xpilot-4.5.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,10 +17,9 @@ RDEPEND="x11-libs/libX11
x11-libs/libXext"
 DEPEND="${RDEPEND}
app-text/rman
+   x11-base/xorg-proto
x11-misc/gccmakedep
-   x11-misc/imake
-   x11-proto/xextproto
-   x11-proto/xproto"
+   x11-misc/imake"
 
 src_prepare() {
#default



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

2018-05-21 Thread Christoph Junghans
commit: eda10b77edb2cd26d51a94ee0c779ba07388e33a
Author: Christoph Junghans  gentoo  org>
AuthorDate: Tue May 22 02:16:38 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue May 22 02:16:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda10b77

sys-cluster/openmpi: fix parallel build when f08 is enabled

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-cluster/openmpi/openmpi-2.0.2.ebuild | 3 +++
 sys-cluster/openmpi/openmpi-2.0.4.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/sys-cluster/openmpi/openmpi-2.0.2.ebuild 
b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
index b29834dd620..bdac184888c 100644
--- a/sys-cluster/openmpi/openmpi-2.0.2.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
@@ -134,6 +134,9 @@ multilib_src_configure() {
$(multilib_native_use_enable openmpi_ofed_features_failover 
btl-openib-failover) \
$(multilib_native_use_with openmpi_rm_pbs tm) \
$(multilib_native_use_with openmpi_rm_slurm slurm)
+
+   # fix parallel build when f08 is enabled
+   mkdir -p ompi/mpi/fortran/use-mpi-f08/profile || die
 }
 
 multilib_src_test() {

diff --git a/sys-cluster/openmpi/openmpi-2.0.4.ebuild 
b/sys-cluster/openmpi/openmpi-2.0.4.ebuild
index b5edfc0981c..68208b7b655 100644
--- a/sys-cluster/openmpi/openmpi-2.0.4.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.0.4.ebuild
@@ -134,6 +134,9 @@ multilib_src_configure() {
$(multilib_native_use_enable openmpi_ofed_features_failover 
btl-openib-failover) \
$(multilib_native_use_with openmpi_rm_pbs tm) \
$(multilib_native_use_with openmpi_rm_slurm slurm)
+
+   # fix parallel build when f08 is enabled
+   mkdir -p ompi/mpi/fortran/use-mpi-f08/profile || die
 }
 
 multilib_src_test() {



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-dummy/, x11-drivers/xf86-input-mtrack/, ...

2018-05-21 Thread Matt Turner
commit: fb59cdcb51b888edd7dd21a29a46f3839bc0da60
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 19:13:21 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb59cdcb

x11-drivers/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild  |  6 +++---
 .../xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild |  5 ++---
 x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild |  6 ++
 x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild |  6 ++
 x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.4.1.ebuild |  6 ++
 .../xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild   |  5 ++---
 .../xf86-input-tslib/xf86-input-tslib-0.0.6-r2.ebuild|  4 ++--
 .../xf86-input-tslib/xf86-input-tslib-0.0.6-r3.ebuild|  4 ++--
 .../xf86-input-vmmouse/xf86-input-vmmouse-13.1.0-r1.ebuild   |  4 ++--
 .../xf86-input-vmmouse/xf86-input-vmmouse-.ebuild|  4 ++--
 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild  |  4 ++--
 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.35.0.ebuild  |  4 ++--
 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0.ebuild  |  2 +-
 x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild   |  6 ++
 x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild   |  6 ++
 x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.8.ebuild   |  6 ++
 x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild   |  8 ++--
 x11-drivers/xf86-video-glint/xf86-video-glint-1.2.9.ebuild   |  7 ++-
 .../xf86-video-intel-2.99.917_p20180214.ebuild   |  5 +
 x11-drivers/xf86-video-intel/xf86-video-intel-.ebuild|  5 +
 x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild   |  6 +++---
 .../xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild   |  7 ++-
 .../xf86-video-virtualbox-5.1.36.ebuild  | 12 ++--
 .../xf86-video-virtualbox-5.1.38.ebuild  | 12 ++--
 x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild |  4 ++--
 25 files changed, 49 insertions(+), 95 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild 
b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
index ba3a1669bb3..bd887a55784 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,8 +13,8 @@ RDEPEND=">=x11-base/xorg-server-1.18[udev]
sys-libs/mtdev
virtual/libudev:="
 DEPEND="${RDEPEND}
-   >=x11-proto/inputproto-2.1.99.3
-   >=sys-kernel/linux-headers-2.6"
+   >=sys-kernel/linux-headers-2.6
+   x11-base/xorg-proto"
 
 pkg_pretend() {
if use kernel_linux ; then

diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild 
b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild
index d6d447becd5..2f4f181bd40 100644
--- a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild
+++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,8 +11,7 @@ IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.10"
 DEPEND="${RDEPEND}
-   x11-proto/inputproto
-   x11-proto/kbproto"
+   x11-base/xorg-proto"
 
 src_install() {
xorg-2_src_install

diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild 
b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild
index 2c112c74130..b9798eae3c3 100644
--- a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild
+++ b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -20,9 +20,7 @@ RDEPEND="${RDEPEND}
>=sys-libs/mtdev-1.0"
 DEPEND="${DEPEND}
>=sys-libs/mtdev-1.0
-   x11-proto/randrproto
-   x11-proto/videoproto
-   x11-proto/xineramaproto"
+   x11-base/xorg-proto"
 
 DOCS=( "README.md" )
 PATCHES=( "${FILESDIR}"/${PN}-0.2.0-drop-mtrack-test.patch )

diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild 
b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild
index 5c550673800..08cd6a90bb4 100644
--- a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild
+++ b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation

[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-renderutil/

2018-05-21 Thread Matt Turner
commit: ad9eaf543632a5f9303cf783f18c8ea8608d406f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 19:04:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9eaf54

x11-libs/xcb-util-renderutil: Drop x11-proto/xproto from dependencies.

 ...enderutil-0.3.9-r1.ebuild => xcb-util-renderutil-0.3.9-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild 
b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r2.ebuild
similarity index 84%
rename from x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild
rename to x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r2.ebuild
index 7f8a056ea0b..073a9fb693f 100644
--- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild
+++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,8 +18,7 @@ HOMEPAGE="https://xcb.freedesktop.org/;
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="test"
 
-RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
-   >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]"
+RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
>=dev-util/gperf-3.0.1
test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxsession/, lxde-base/lxrandr/

2018-05-21 Thread Matt Turner
commit: 77eb8d9c5886b732266bcd021100954dc4466835
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 00:14:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77eb8d9c

lxde-base/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild  | 6 +++---
 lxde-base/lxrandr/lxrandr-0.3.1.ebuild | 6 +++---
 lxde-base/lxsession/lxsession-0.5.2.ebuild | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild 
b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
index 06bb4e51b5d..6f1ae0d2ce0 100644
--- a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
+++ b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
@@ -24,10 +24,10 @@ RDEPEND="x11-libs/gtk+:2
x11-libs/libXrandr
x11-apps/xrandr"
 DEPEND="${RDEPEND}
-   x11-proto/randrproto
-   virtual/pkgconfig
+   >=dev-util/intltool-0.40.0
sys-devel/gettext
-   >=dev-util/intltool-0.40.0"
+   virtual/pkgconfig
+   x11-base/xorg-proto"
 
 src_prepare() {
default

diff --git a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild 
b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
index 74a652865ae..33db571fa1b 100644
--- a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
+++ b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
@@ -16,10 +16,10 @@ RDEPEND="x11-libs/gtk+:2
x11-libs/libXrandr
x11-apps/xrandr"
 DEPEND="${RDEPEND}
-   x11-proto/randrproto
-   virtual/pkgconfig
+   >=dev-util/intltool-0.40.0
sys-devel/gettext
-   >=dev-util/intltool-0.40.0"
+   virtual/pkgconfig
+   x11-base/xorg-proto"
 
 src_install () {
emake DESTDIR="${D}" install

diff --git a/lxde-base/lxsession/lxsession-0.5.2.ebuild 
b/lxde-base/lxsession/lxsession-0.5.2.ebuild
index acb3e77566e..6a21d1dc18b 100644
--- a/lxde-base/lxsession/lxsession-0.5.2.ebuild
+++ b/lxde-base/lxsession/lxsession-0.5.2.ebuild
@@ -36,7 +36,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-wm/

2018-05-21 Thread Matt Turner
commit: 7b45bc97a41329b490637c44bcff4921244abaec
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 19:09:20 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b45bc97

x11-libs/xcb-util-wm: Drop x11-proto/xproto from dependencies.

 .../{xcb-util-wm-0.4.1-r1.ebuild => xcb-util-wm-0.4.1-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild 
b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r2.ebuild
similarity index 84%
rename from x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild
rename to x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r2.ebuild
index a3a84ca25fb..c5ea04a317a 100644
--- a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild
+++ b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,8 +18,7 @@ HOMEPAGE="https://xcb.freedesktop.org/;
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="test"
 
-RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
-   >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]"
+RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
>=dev-util/gperf-3.0.1
test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/, mate-extra/mate-power-manager/, mate-extra/mate-netbook/, ...

2018-05-21 Thread Matt Turner
commit: 76f97745d6590348ff66fb33fec9d5f5bd3acea2
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 00:07:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f97745

mate-extra/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild   | 6 +++---
 mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild   | 6 +++---
 mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild   | 4 ++--
 mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild   | 6 +++---
 .../mate-power-manager/mate-power-manager-1.12.1-r2.ebuild   | 5 ++---
 mate-extra/mate-power-manager/mate-power-manager-1.14.0.ebuild   | 5 ++---
 mate-extra/mate-power-manager/mate-power-manager-1.16.2.ebuild   | 3 +--
 mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild   | 7 +++
 mate-extra/mate-screensaver/mate-screensaver-1.12.0-r1.ebuild| 9 +++--
 mate-extra/mate-screensaver/mate-screensaver-1.14.1.ebuild   | 9 +++--
 mate-extra/mate-screensaver/mate-screensaver-1.16.1.ebuild   | 9 +++--
 mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild   | 9 +++--
 mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild| 4 ++--
 mate-extra/mate-utils/mate-utils-1.14.1.ebuild   | 6 +++---
 mate-extra/mate-utils/mate-utils-1.16.1.ebuild   | 4 ++--
 mate-extra/mate-utils/mate-utils-1.18.3.ebuild   | 6 +++---
 16 files changed, 41 insertions(+), 57 deletions(-)

diff --git a/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild
index 4d259177a2b..4dc8489e18d 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,10 +36,10 @@ RDEPEND="
)"
 
 DEPEND="${RDEPEND}
-   x11-proto/xproto:0
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*
-   virtual/pkgconfig:*"
+   virtual/pkgconfig:*
+   x11-base/xorg-proto"
 
 src_configure() {
mate_src_configure \

diff --git a/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
index 3f1a16adcc3..49cee424aaf 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,10 +38,10 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}"
 
 DEPEND="${COMMON_DEPEND}
-   x11-proto/xproto:0
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*
-   virtual/pkgconfig:*"
+   virtual/pkgconfig:*
+   x11-base/xorg-proto"
 
 src_configure() {
mate_src_configure \

diff --git a/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild
index e984a66a9d3..3ff9ea5945f 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild
@@ -35,10 +35,10 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}"
 
 DEPEND="${COMMON_DEPEND}
-   x11-proto/xproto:0
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*
-   virtual/pkgconfig:*"
+   virtual/pkgconfig:*
+   x11-base/xorg-proto"
 
 src_configure() {
mate_src_configure \

diff --git a/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild
index 5b544fd11da..f322e0abee6 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,7 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}"
 
 DEPEND="${COMMON_DEPEND}
-   x11-proto/xproto:0
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*
-   virtual/pkgconfig:*"
+   virtual/pkgconfig:*
+   x11-base/xorg-proto"

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r2.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r2.ebuild
index 446d6544622..0336f85cae5 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r2.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.12.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ 

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

2018-05-21 Thread Matt Turner
commit: 06ad4fe35e56e1c681ff35039257fca50e6d7024
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 00:29:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ad4fe3

sci-mathematics/snns: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 sci-mathematics/snns/snns-4.3-r2.ebuild | 4 ++--
 sci-mathematics/snns/snns-4.3-r3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/snns/snns-4.3-r2.ebuild 
b/sci-mathematics/snns/snns-4.3-r2.ebuild
index 06d5d7dd7c2..36386638dc3 100644
--- a/sci-mathematics/snns/snns-4.3-r2.ebuild
+++ b/sci-mathematics/snns/snns-4.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,7 +23,7 @@ RDEPEND="X? (
x11-libs/libXt
)"
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
>=sys-devel/bison-1.2.2"
 
 RDEPEND+=" python? ( ${PYTHON_DEPS} )"

diff --git a/sci-mathematics/snns/snns-4.3-r3.ebuild 
b/sci-mathematics/snns/snns-4.3-r3.ebuild
index 416fa9499a5..69a7d3eb026 100644
--- a/sci-mathematics/snns/snns-4.3-r3.ebuild
+++ b/sci-mathematics/snns/snns-4.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,7 +24,7 @@ RDEPEND="X? (
)
python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
>=sys-devel/bison-1.2.2"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-keysyms/

2018-05-21 Thread Matt Turner
commit: 2ced7e07ab74be5802d4ab8ad0423e3ed361e06f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 18:56:51 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ced7e07

x11-libs/xcb-util-keysyms: Update x11-proto/xproto dependency to 
x11-base/xorg-proto and drop it from RDEPEND.

 ...b-util-keysyms-0.4.0.ebuild => xcb-util-keysyms-0.4.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild 
b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild
similarity index 84%
rename from x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild
rename to x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild
index ac33aa169bb..8fc2eab4ebb 100644
--- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild
+++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,10 +17,10 @@ HOMEPAGE="https://xcb.freedesktop.org/;
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="test"
 
-RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}]
-   >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]"
+RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
>=dev-util/gperf-3.0.1
+   x11-base/xorg-proto
test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )"
 
 src_configure() {



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

2018-05-21 Thread Jory Pratt
commit: dc46b6348e92578c37220eafc2f030b5b5921bf6
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue May 22 01:19:15 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue May 22 01:19:15 2018 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=dc46b634

eclass/mozconfig-v6.60 - add cargo/rust dep based on libc

 eclass/mozconfig-v6.60.eclass | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
index 98ece56..10144f8 100644
--- a/eclass/mozconfig-v6.60.eclass
+++ b/eclass/mozconfig-v6.60.eclass
@@ -165,8 +165,14 @@ DEPEND="app-arch/zip
>=sys-devel/binutils-2.16.1
sys-apps/findutils
pulseaudio? ( media-sound/pulseaudio )
-   >=dev-lang/rust-1.24.0
-   >=dev-util/cargo-0.25.0
+   elibc_glibc? ( || (
+   ( >=dev-lang/rust-1.24.0[-extended(-)] >=dev-util/cargo-0.25.0 )
+   >=dev-lang/rust-1.24.0[extended]
+   ( >=dev-lang/rust-bin-1.24.0 >=dev-util/cargo-0.25.0 )
+   ))
+   elibc_musl? ( || ( >=dev-lang/rust-1.24.0
+   >=dev-util/cargo-0.25.0
+   ))
${RDEPEND}"
 
 RDEPEND+="



[gentoo-commits] repo/gentoo:master commit in: sci-biology/phylip/

2018-05-21 Thread Matt Turner
commit: 4c97225b5df4a6bd101888aac3a3e7b2eeafa674
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 00:19:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c97225b

sci-biology/phylip: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 sci-biology/phylip/phylip-3.69-r1.ebuild  | 4 ++--
 sci-biology/phylip/phylip-3.696-r1.ebuild | 4 ++--
 sci-biology/phylip/phylip-3.696-r2.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-biology/phylip/phylip-3.69-r1.ebuild 
b/sci-biology/phylip/phylip-3.69-r1.ebuild
index 658c92e785c..12f00781080 100644
--- a/sci-biology/phylip/phylip-3.69-r1.ebuild
+++ b/sci-biology/phylip/phylip-3.69-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="x11-libs/libXaw"
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 S="${WORKDIR}/${P}/src"
 

diff --git a/sci-biology/phylip/phylip-3.696-r1.ebuild 
b/sci-biology/phylip/phylip-3.696-r1.ebuild
index 03b33b30380..3943d363794 100644
--- a/sci-biology/phylip/phylip-3.696-r1.ebuild
+++ b/sci-biology/phylip/phylip-3.696-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="x11-libs/libXaw"
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 S="${WORKDIR}/${P}/src"
 

diff --git a/sci-biology/phylip/phylip-3.696-r2.ebuild 
b/sci-biology/phylip/phylip-3.696-r2.ebuild
index c19085ed6cf..b3488d65421 100644
--- a/sci-biology/phylip/phylip-3.696-r2.ebuild
+++ b/sci-biology/phylip/phylip-3.696-r2.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 RDEPEND="x11-libs/libXaw
!!dev-lang/elixir"
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 S="${WORKDIR}/${P}/src"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-clipman-plugin/, xfce-extra/xfce4-power-manager/

2018-05-21 Thread Matt Turner
commit: f0044072de4974fcb3f55f98754d5984ed719c36
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 23:47:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0044072

xfce-extra/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild | 2 +-
 xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
index a9d2e45397f..5f1a2cdaf06 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 src_configure() {
local myconf=(

diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild 
b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild
index 00beb27e3ac..c69433e9964 100644
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild
+++ b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 src_configure() {
local myconf=(



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rss-glx/, x11-misc/slock/, x11-misc/xbatt/, x11-misc/xkbd/, ...

2018-05-21 Thread Matt Turner
commit: 8b3b12c36140d06d2e8e9fc06b7c87af36446176
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 20:21:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3b12c3

x11-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 x11-misc/3ddesktop/3ddesktop-0.2.9-r1.ebuild  |  5 ++---
 x11-misc/autocutsel/autocutsel-0.10.0.ebuild  |  4 ++--
 x11-misc/bbmail/bbmail-0.9.3-r1.ebuild|  4 ++--
 x11-misc/chgres/chgres-0.1-r2.ebuild  |  5 ++---
 x11-misc/compton/compton-0.1_beta2.ebuild |  4 ++--
 x11-misc/compton/compton-.ebuild  |  4 ++--
 x11-misc/devilspie2/devilspie2-0.42.ebuild|  4 ++--
 x11-misc/dmenu/dmenu-4.6.ebuild   |  5 ++---
 x11-misc/dmenu/dmenu-4.7-r1.ebuild|  5 ++---
 x11-misc/dmenu/dmenu-4.8.ebuild   |  3 +--
 x11-misc/dmenu/dmenu-.ebuild  |  3 +--
 x11-misc/dxpc/dxpc-3.9.2-r2.ebuild|  4 ++--
 x11-misc/dzen/dzen-0.9.5-r1.ebuild|  5 ++---
 x11-misc/fbdesk/fbdesk-1.4.1.ebuild   |  4 ++--
 x11-misc/fbpanel/fbpanel-7.0.ebuild   |  4 ++--
 x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild   |  4 ++--
 x11-misc/grabc/grabc-1.1-r2.ebuild|  4 ++--
 x11-misc/habak/habak-0.2.5-r2.ebuild  |  4 ++--
 x11-misc/hsetroot/hsetroot-1.0.2.ebuild   |  4 ++--
 x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild|  4 ++--
 x11-misc/imake/imake-1.0.7.ebuild |  4 ++--
 x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild   |  4 +---
 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild |  6 ++
 .../lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild |  4 ++--
 x11-misc/lineakd/lineakd-0.9.0-r1.ebuild  |  6 ++
 x11-misc/lineakd/lineakd-0.9.0-r2.ebuild  |  4 +---
 x11-misc/lndir/lndir-1.0.3-r1.ebuild  |  4 ++--
 x11-misc/lsw/lsw-0.3.ebuild   |  4 ++--
 x11-misc/makedepend/makedepend-1.0.5.ebuild   |  4 ++--
 x11-misc/mixer_app/mixer_app-1.8.0.ebuild |  4 ++--
 x11-misc/netwmpager/netwmpager-2.05.ebuild|  4 ++--
 x11-misc/nitrogen/nitrogen-1.6.1.ebuild   |  2 +-
 x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild   |  2 +-
 x11-misc/numlockx/numlockx-1.2.ebuild |  5 ++---
 x11-misc/qterm/qterm-0.7.1.ebuild |  4 ++--
 x11-misc/rofi/rofi-1.3.1.ebuild   |  5 ++---
 x11-misc/rofi/rofi-1.5.0.ebuild   |  3 +--
 x11-misc/rofi/rofi-1.5.1.ebuild   |  3 +--
 x11-misc/rss-glx/rss-glx-0.9.1-r1.ebuild  |  2 +-
 x11-misc/rss-glx/rss-glx-0.9.1.ebuild |  4 ++--
 x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild  |  4 ++--
 x11-misc/skippy/skippy-0.5.0-r1.ebuild|  5 ++---
 x11-misc/slim/slim-1.3.6-r5.ebuild|  4 ++--
 x11-misc/slim/slim-.ebuild|  4 ++--
 x11-misc/slock/slock-1.4.ebuild   |  5 ++---
 x11-misc/sprop/sprop-0.1-r1.ebuild|  4 ++--
 x11-misc/stalonetray/stalonetray-0.8.3.ebuild |  4 ++--
 x11-misc/synergy/synergy-1.9.1.ebuild |  6 +-
 x11-misc/synergy/synergy-2.0.0.ebuild |  6 +-
 x11-misc/tabbed/tabbed-0.6.ebuild |  4 ++--
 x11-misc/unclutter/unclutter-8-r4.ebuild  |  4 ++--
 x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild   |  4 ++--
 x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild  |  3 +--
 x11-misc/wayv/wayv-0.3-r2.ebuild  |  5 ++---
 x11-misc/wmctrl/wmctrl-1.07-r2.ebuild |  4 ++--
 x11-misc/x11vnc/x11vnc-0.9.14_p20161013.ebuild| 11 +++
 x11-misc/x2vnc/x2vnc-1.7.2-r1.ebuild  |  4 +---
 x11-misc/x2x/x2x-1.27-r3.ebuild   |  5 ++---
 x11-misc/xaos/xaos-3.6.ebuild |  7 ++-
 x11-misc/xautolock/xautolock-2.2_p5_p1.ebuild |  4 ++--
 x11-misc/xautomation/xautomation-1.09-r1.ebuild   |  4 +---
 x11-misc/xbatt/xbatt-1.2.1-r1.ebuild  |  4 ++--
 x11-misc/xbatt/xbatt-1.3_rc1.ebuild   |  2 

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

2018-05-21 Thread Matt Turner
commit: d162789353e78362d56217400414d1fcb81374e8
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 18:52:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1627893

x11-libs/xcb-util: Drop no longer needed x11-proto/xproto dependency.

 .../xcb-util/{xcb-util-0.4.0.ebuild => xcb-util-0.4.0-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-libs/xcb-util/xcb-util-0.4.0.ebuild 
b/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild
similarity index 87%
rename from x11-libs/xcb-util/xcb-util-0.4.0.ebuild
rename to x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild
index 30030133f96..ef4072e97e2 100644
--- a/x11-libs/xcb-util/xcb-util-0.4.0.ebuild
+++ b/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,8 +17,7 @@ HOMEPAGE="https://xcb.freedesktop.org/;
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="test"
 
-RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
-   >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]"
+RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
>=dev-util/gperf-3.0.1
test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/

2018-05-21 Thread Matt Turner
commit: d8219b264c5ad014ab17b636c4ab3034120f0a4f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 00:20:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8219b26

sci-calculators/tiemu: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 sci-calculators/tiemu/tiemu-3.03-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild 
b/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
index 4b7d7fcc459..7be3aee95f0 100644
--- a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
+++ b/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ RDEPEND="sci-libs/libticables2
 DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )
-   xinerama? ( x11-proto/xineramaproto )"
+   xinerama? ( x11-base/xorg-proto )"
 
 PATCHES=(
"${FILESDIR}"/${P}-remove_depreciated_gtk_calls.patch



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/, mate-base/mate-settings-daemon/, ...

2018-05-21 Thread Matt Turner
commit: c8513a757e2f82faecea828910c556137be15b64
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 23:56:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8513a75

mate-base/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 .../mate-control-center/mate-control-center-1.12.1-r1.ebuild | 12 +++-
 .../mate-control-center/mate-control-center-1.14.1-r1.ebuild | 12 +++-
 .../mate-control-center/mate-control-center-1.16.1.ebuild| 12 +++-
 .../mate-control-center/mate-control-center-1.18.2.ebuild| 12 +++-
 mate-base/mate-desktop/mate-desktop-1.12.1-r2.ebuild |  7 +++
 mate-base/mate-desktop/mate-desktop-1.14.1.ebuild|  7 +++
 mate-base/mate-desktop/mate-desktop-1.16.2.ebuild|  7 +++
 mate-base/mate-desktop/mate-desktop-1.18.0.ebuild|  7 +++
 .../mate-settings-daemon/mate-settings-daemon-1.12.1.ebuild  |  5 ++---
 .../mate-settings-daemon/mate-settings-daemon-1.14.1.ebuild  |  5 ++---
 .../mate-settings-daemon/mate-settings-daemon-1.16.2.ebuild  |  5 ++---
 .../mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild  |  5 ++---
 12 files changed, 32 insertions(+), 64 deletions(-)

diff --git a/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild
index 25346ddc62a..f51605c9211 100644
--- a/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -66,14 +66,8 @@ DEPEND="${RDEPEND}
dev-util/desktop-file-utils:0
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*
-   x11-proto/kbproto:0
-   x11-proto/randrproto:0
-   x11-proto/renderproto:0
-   x11-proto/scrnsaverproto:0
-   x11-proto/xextproto:0
-   x11-proto/xf86miscproto:0
-   x11-proto/xproto:0
-   virtual/pkgconfig:*"
+   virtual/pkgconfig:*
+   x11-base/xorg-proto"
 
 PATCHES=( "${FILESDIR}/${PN}-1.12.1-backport-appindicator-configure.patch" )
 

diff --git a/mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild
index a8ace75b4cf..0a2e57bb608 100644
--- a/mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -69,14 +69,8 @@ DEPEND="${COMMON_DEPEND}
dev-util/desktop-file-utils:0
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*
-   x11-proto/kbproto:0
-   x11-proto/randrproto:0
-   x11-proto/renderproto:0
-   x11-proto/scrnsaverproto:0
-   x11-proto/xextproto:0
-   x11-proto/xf86miscproto:0
-   x11-proto/xproto:0
-   virtual/pkgconfig:*"
+   virtual/pkgconfig:*
+   x11-base/xorg-proto"
 
 PATCHES=( "${FILESDIR}/${PN}-1.12.1-backport-appindicator-configure.patch" )
 

diff --git a/mate-base/mate-control-center/mate-control-center-1.16.1.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.16.1.ebuild
index 80aec283c92..cf625f137e2 100644
--- a/mate-base/mate-control-center/mate-control-center-1.16.1.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -69,14 +69,8 @@ DEPEND="${COMMON_DEPEND}
dev-util/desktop-file-utils:0
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*
-   x11-proto/kbproto:0
-   x11-proto/randrproto:0
-   x11-proto/renderproto:0
-   x11-proto/scrnsaverproto:0
-   x11-proto/xextproto:0
-   x11-proto/xf86miscproto:0
-   x11-proto/xproto:0
-   virtual/pkgconfig:*"
+   virtual/pkgconfig:*
+   x11-base/xorg-proto"
 
 src_configure() {
mate_src_configure \

diff --git a/mate-base/mate-control-center/mate-control-center-1.18.2.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.18.2.ebuild
index 40a29327bdf..982cd41f991 100644
--- a/mate-base/mate-control-center/mate-control-center-1.18.2.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -60,14 +60,8 @@ DEPEND="${COMMON_DEPEND}

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmweather/, x11-plugins/wmifinfo/, x11-plugins/wmwork/, ...

2018-05-21 Thread Matt Turner
commit: 91c04d8df17a12ec4016d0d3f6e25d4dfc4232a3
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 20:26:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c04d8d

x11-plugins/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 x11-plugins/allin1/allin1-0.5.0-r2.ebuild |  4 ++--
 x11-plugins/asapm/asapm-3.1-r1.ebuild |  4 ++--
 x11-plugins/ascpu/ascpu-1.11-r1.ebuild|  4 ++--
 x11-plugins/asmem/asmem-1.12-r1.ebuild|  4 ++--
 x11-plugins/asmon/asmon-0.71-r1.ebuild|  4 ++--
 x11-plugins/asmon/asmon-0.71.ebuild   |  2 +-
 x11-plugins/astime/astime-2.8-r2.ebuild   |  4 ++--
 x11-plugins/cputnik/cputnik-0.2.0.ebuild  |  2 +-
 x11-plugins/epplets/epplets-0.12.ebuild   |  3 +--
 x11-plugins/epplets/epplets-0.14.ebuild   |  5 ++---
 x11-plugins/fsviewer/fsviewer-0.2.6-r2.ebuild |  4 ++--
 x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild |  2 +-
 x11-plugins/wmCalClock/wmCalClock-1.25-r2.ebuild  |  3 +--
 x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild   |  3 +--
 x11-plugins/wmSMPmon/wmSMPmon-3.1-r1.ebuild   |  2 +-
 x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild |  3 +--
 x11-plugins/wmSun/wmSun-1.05.ebuild   |  2 +-
 x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0-r1.ebuild   |  4 ++--
 x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild  |  2 +-
 x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild  |  5 ++---
 x11-plugins/wmamixer/wmamixer-0.2.ebuild  |  4 ++--
 x11-plugins/wmapm/wmapm-3.1-r1.ebuild |  3 +--
 x11-plugins/wmappl/wmappl-0.71.ebuild |  2 +-
 x11-plugins/wmbatteries/wmbatteries-0.1.3.ebuild  |  2 +-
 x11-plugins/wmbiff/wmbiff-0.4.28.ebuild   |  3 +--
 x11-plugins/wmbiff/wmbiff-0.4.30.ebuild   |  3 +--
 x11-plugins/wmbiff/wmbiff-0.4.31.ebuild   |  3 +--
 x11-plugins/wmbinclock/wmbinclock-0.5.ebuild  |  2 +-
 x11-plugins/wmbio/wmbio-1.02.ebuild   |  4 ++--
 x11-plugins/wmblob/wmblob-1.0.3.ebuild|  4 ++--
 x11-plugins/wmbutton/wmbutton-0.7.0.ebuild|  3 +--
 x11-plugins/wmbutton/wmbutton-0.7.1.ebuild|  2 +-
 x11-plugins/wmcalc/wmcalc-0.6.ebuild  |  2 +-
 x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild|  3 +--
 x11-plugins/wmcdplay/wmcdplay-1.1.ebuild  |  2 +-
 x11-plugins/wmclock/wmclock-1.0.16.ebuild |  2 +-
 x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild|  4 ++--
 x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild  | 10 --
 x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild| 10 --
 x11-plugins/wmcp/wmcp-1.2.8.ebuild|  3 +--
 x11-plugins/wmcpuload/wmcpuload-1.1.0_pre5.ebuild |  2 +-
 x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild  |  4 ++--
 x11-plugins/wmfortune/wmfortune-0.241.ebuild  |  3 +--
 x11-plugins/wmfrog/wmfrog-0.2.0-r1.ebuild |  4 ++--
 x11-plugins/wmfrog/wmfrog-0.3.1.ebuild|  4 ++--
 x11-plugins/wmfsm/wmfsm-0.36.ebuild   |  2 +-
 x11-plugins/wmget/wmget-0.6.1.ebuild  |  2 +-
 x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild|  4 +---
 x11-plugins/wmifinfo/wmifinfo-0.10.ebuild |  2 +-
 x11-plugins/wminet/wminet-3.0.0-r1.ebuild |  4 ++--
 x11-plugins/wmix/wmix-3.2.ebuild  |  2 +-
 x11-plugins/wmix/wmix-3.3.ebuild  |  2 +-
 x11-plugins/wmlaptop/wmlaptop-1.4.ebuild  |  3 +--
 x11-plugins/wmload/wmload-0.9.7.ebuild|  2 +-
 x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild |  5 ++---
 x11-plugins/wmmemload/wmmemload-0.1.8.ebuild  |  2 +-
 x11-plugins/wmmisc/wmmisc-1.1.ebuild  |  2 +-
 x11-plugins/wmmixer/wmmixer-1.8.ebuild|  2 +-
 x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild |  4 ++--
 x11-plugins/wmmon/wmmon-1.2_beta1.ebuild  |  4 ++--
 x11-plugins/wmmon/wmmon-1.3.ebuild|  4 ++--
 x11-plugins/wmmon/wmmon-1.4.ebuild|  2 +-
 x11-plugins/wmmoonclock/wmmoonclock-1.27-r1.ebuild|  3 +--
 x11-plugins/wmmoonclock/wmmoonclock-1.29.ebuild   |  3 +--
 x11-plugins/wmmp3/wmmp3-0.12.ebuild   |  4 ++--
 x11-plugins/wmnd/wmnd-0.4.16.ebuild   |  4 ++--
 x11-plugins/wmnd/wmnd-0.4.17.ebuild   |  4 ++--
 

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

2018-05-21 Thread Matt Turner
commit: 32b2cb711cd62641dea45b168cb9438aef5dccca
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 19:12:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b2cb71

x11-base/xorg-server: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 x11-base/xorg-server/xorg-server-1.19.5-r2.ebuild | 29 +--
 1 file changed, 1 insertion(+), 28 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.19.5-r2.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.5-r2.ebuild
index 5163a517126..a1744645895 100644
--- a/x11-base/xorg-server/xorg-server-1.19.5-r2.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.5-r2.ebuild
@@ -83,32 +83,8 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
 
 DEPEND="${CDEPEND}
sys-devel/flex
-   >=x11-proto/bigreqsproto-1.1.0
-   >=x11-proto/compositeproto-0.4
-   >=x11-proto/damageproto-1.1
-   >=x11-proto/fixesproto-5.0
-   >=x11-proto/fontsproto-2.1.3
-   >=x11-proto/glproto-1.4.17-r1
-   >=x11-proto/inputproto-2.3
-   >=x11-proto/kbproto-1.0.3
-   >=x11-proto/randrproto-1.5.0
-   >=x11-proto/recordproto-1.13.99.1
-   >=x11-proto/renderproto-0.11
-   >=x11-proto/resourceproto-1.2.0
-   >=x11-proto/scrnsaverproto-1.1
-   >=x11-proto/trapproto-3.4.3
-   >=x11-proto/videoproto-2.2.2
-   >=x11-proto/xcmiscproto-1.2.0
-   >=x11-proto/xextproto-7.2.99.901
-   >=x11-proto/xf86dgaproto-2.0.99.1
-   >=x11-proto/xf86vidmodeproto-2.2.99.1
-   >=x11-proto/xineramaproto-1.1.3
-   >=x11-proto/xproto-7.0.31
-   >=x11-proto/presentproto-1.0
-   >=x11-proto/dri2proto-2.8
-   >=x11-proto/dri3proto-1.0
+   x11-base/xorg-proto
dmx? (
-   >=x11-proto/dmxproto-2.2.99.1
doc? (
|| (
www-client/links
@@ -116,9 +92,6 @@ DEPEND="${CDEPEND}
www-client/w3m
)
)
-   )
-   !minimal? (
-   >=x11-proto/xf86driproto-2.1.0
)"
 
 RDEPEND="${CDEPEND}



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

2018-05-21 Thread Matt Turner
commit: 8254e1799730d07f71c945d5a7ccb1eead3df3e9
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 00:26:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8254e179

sci-electronics/spice: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 sci-electronics/spice/spice-3.5.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/spice/spice-3.5.5-r2.ebuild 
b/sci-electronics/spice/spice-3.5.5-r2.ebuild
index 0f73d839633..3b1e87cbbb5 100644
--- a/sci-electronics/spice/spice-3.5.5-r2.ebuild
+++ b/sci-electronics/spice/spice-3.5.5-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="sys-libs/ncurses:0
>=app-misc/editor-wrapper-3"
 
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 S=${WORKDIR}/${MY_P}
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/rasmol/, sci-chemistry/viewmol/

2018-05-21 Thread Matt Turner
commit: 43cf72d176f3793c9d234be80c336c6ebda79e89
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 22 00:23:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43cf72d1

sci-chemistry/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild | 7 +++
 sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild | 5 ++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild 
b/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild
index 3335b5ae5a4..8f91aad3f65 100644
--- a/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild
+++ b/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,9 +32,8 @@ RDEPEND="
x11-libs/vte:0"
 DEPEND="${RDEPEND}
app-text/rman
-   x11-misc/imake
-   x11-proto/inputproto
-   x11-proto/xextproto"
+   x11-base/xorg-proto
+   x11-misc/imake"
 
 #S="${WORKDIR}/${PN}-2.7.5-${VERS}"
 S="${WORKDIR}/RasMol-${PV}"

diff --git a/sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild 
b/sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild
index 7881b3a708c..a82367bac3b 100644
--- a/sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild
+++ b/sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,8 +30,7 @@ RDEPEND="
x11-libs/motif:0
${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
-   x11-proto/inputproto
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 S="${WORKDIR}/${P}/source"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXres/, x11-libs/libxkbcommon/, x11-libs/pango/, x11-libs/libXfont2/, ...

2018-05-21 Thread Matt Turner
commit: 6057c95e193bd173984f44b6b3881d832350d2a6
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 20:18:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6057c95e

x11-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 x11-libs/cairo/cairo-1.14.10.ebuild  |  6 ++
 x11-libs/cairo/cairo-1.14.12.ebuild  |  4 +---
 x11-libs/cairo/cairo-1.14.8.ebuild   |  6 ++
 x11-libs/cairo/cairo-.ebuild |  6 ++
 x11-libs/fltk/fltk-1.3.3-r3.ebuild   |  5 ++---
 x11-libs/fltk/fltk-1.3.3-r5.ebuild   |  5 ++---
 x11-libs/fltk/fltk-1.3.4.ebuild  |  3 +--
 x11-libs/fltk/fltk-1.3..ebuild   |  3 +--
 x11-libs/fltk/fltk-1.4..ebuild   |  3 +--
 x11-libs/fox/fox-1.6.49.ebuild   |  4 ++--
 x11-libs/fox/fox-1.6.50.ebuild   |  4 ++--
 x11-libs/fox/fox-1.7.54.ebuild   |  2 +-
 x11-libs/gtk+/gtk+-2.24.31-r1.ebuild | 10 ++
 x11-libs/gtk+/gtk+-2.24.32.ebuild|  8 +---
 x11-libs/gtk+/gtk+-3.22.19.ebuild| 10 ++
 x11-libs/gtk+/gtk+-3.22.26.ebuild|  8 +---
 x11-libs/gtk+/gtk+-3.22.29.ebuild|  8 +---
 x11-libs/gtk+/gtk+-3.22.30.ebuild|  8 +---
 x11-libs/libFS/{libFS-1.0.7.ebuild => libFS-1.0.7-r1.ebuild} |  7 +++
 .../{libICE-1.0.9-r1.ebuild => libICE-1.0.9-r2.ebuild}   |  6 +++---
 .../libSM/{libSM-1.2.2-r1.ebuild => libSM-1.2.2-r2.ebuild}   |  6 +++---
 .../libX11/{libX11-1.6.5.ebuild => libX11-1.6.5-r1.ebuild}   | 12 
 ...rnSaver-1.2.2-r1.ebuild => libXScrnSaver-1.2.2-r2.ebuild} |  8 
 .../{libXTrap-1.0.1.ebuild => libXTrap-1.0.1-r1.ebuild}  |  9 -
 .../libXau/{libXau-1.0.8.ebuild => libXau-1.0.8-r1.ebuild}   |  4 ++--
 .../libXaw/{libXaw-1.0.13.ebuild => libXaw-1.0.13-r1.ebuild} |  9 -
 x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild  |  5 ++---
 x11-libs/libXaw3dXft/libXaw3dXft-1.6.2c.ebuild   |  5 ++---
 x11-libs/libXaw3dXft/libXaw3dXft-1.6.2d.ebuild   |  5 ++---
 ...mposite-0.4.4-r1.ebuild => libXcomposite-0.4.4-r2.ebuild} |  9 -
 ...libXdamage-1.1.4-r1.ebuild => libXdamage-1.1.4-r2.ebuild} |  9 -
 .../{libXdmcp-1.1.2-r1.ebuild => libXdmcp-1.1.2-r2.ebuild}   |  6 +++---
 .../{libXext-1.3.3.ebuild => libXext-1.3.3-r1.ebuild}|  4 ++--
 .../{libXfixes-5.0.3.ebuild => libXfixes-5.0.3-r1.ebuild}|  8 +++-
 x11-libs/libXfont/libXfont-1.5.4.ebuild  | 11 +--
 .../{libXfont2-2.0.3.ebuild => libXfont2-2.0.3-r1.ebuild}| 11 +--
 x11-libs/libXfont2/libXfont2-.ebuild | 11 +--
 .../libXft/{libXft-2.3.2.ebuild => libXft-2.3.2-r1.ebuild}   | 12 ++--
 x11-libs/libXi/{libXi-1.7.9.ebuild => libXi-1.7.9-r1.ebuild} | 10 --
 ...{libXinerama-1.1.3.ebuild => libXinerama-1.1.3-r1.ebuild} |  9 -
 .../libXmu/{libXmu-1.1.2.ebuild => libXmu-1.1.2-r1.ebuild}   |  8 
 ...{libXpresent-1.0.0.ebuild => libXpresent-1.0.0-r1.ebuild} |  4 +---
 .../{libXrandr-1.5.1.ebuild => libXrandr-1.5.1-r1.ebuild}| 10 --
 ...{libXrender-0.9.10.ebuild => libXrender-0.9.10-r1.ebuild} |  7 +++
 .../{libXres-1.2.0.ebuild => libXres-1.2.0-r1.ebuild}|  7 +++
 x11-libs/libXt/{libXt-1.1.5.ebuild => libXt-1.1.5-r1.ebuild} |  7 +++
 .../{libXtst-1.2.3.ebuild => libXtst-1.2.3-r1.ebuild}| 10 --
 .../libXv/{libXv-1.0.11.ebuild => libXv-1.0.11-r1.ebuild}|  9 -
 .../{libXvMC-1.0.10.ebuild => libXvMC-1.0.10-r1.ebuild}  |  9 -
 ...{libXxf86dga-1.1.4.ebuild => libXxf86dga-1.1.4-r1.ebuild} | 10 --
 ...xf86misc-1.0.3-r1.ebuild => libXxf86misc-1.0.3-r2.ebuild} |  8 +++-
 .../{libXxf86vm-1.1.4.ebuild => libXxf86vm-1.1.4-r1.ebuild}  | 10 --
 .../libast/{libast-0.7-r1.ebuild => libast-0.7-r2.ebuild}|  2 +-
 x11-libs/libast/libast-0.7.ebuild|  2 +-
 x11-libs/libast/libast-.ebuild   |  2 +-
 .../libdmx/{libdmx-1.1.3.ebuild => libdmx-1.1.3-r1.ebuild}   |  9 -
 x11-libs/libdmx/libdmx-1.1.4.ebuild  |  6 +++---
 x11-libs/libdockapp/libdockapp-0.7.2.ebuild  |  2 +-
 x11-libs/libvdpau/libvdpau-1.1.1.ebuild  |  4 ++--
 x11-libs/libxkbcommon/libxkbcommon-0.8.0.ebuild  |  3 +--
 ...libxkbfile-1.0.9-r1.ebuild => libxkbfile-1.0.9-r2.ebuild} |  4 ++--
 .../{libxkbui-1.0.2-r1.ebuild => 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2018-05-21 Thread Matt Turner
commit: 9b91499a53cb82d4670335063a538de12a090f3e
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 23:42:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b91499a

xfce-base/xfce4-settings: Update dependencies (x11-proto/* -> 
x11-base/xorg-proto).

 xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild | 3 +--
 xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild| 3 +--
 xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild| 5 ++---
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild
index 2c95eaf7c41..4255798bb47 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild
@@ -36,8 +36,7 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext
-   >=x11-proto/inputproto-1.4
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 pkg_setup() {
XFCONF=(

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild
index 2550078d49d..3ff66f01e60 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild
@@ -35,8 +35,7 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext
-   >=x11-proto/inputproto-1.4
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 src_configure() {
econf \

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild
index e333ed8566d..7164a73dcb5 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -35,8 +35,7 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext
-   >=x11-proto/inputproto-1.4
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 src_configure() {
econf \



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

2018-05-21 Thread Matt Turner
commit: 83dc01303b443fe40a543c28f64ff5eca6396b51
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 18:44:13 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83dc0130

x11-libs/libXpm: Update x11-proto/* dependencies to x11-base/xorg-proto and 
drop it from RDEPEND.

 .../libXpm/{libXpm-3.5.12.ebuild => libXpm-3.5.12-r1.ebuild} | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-libs/libXpm/libXpm-3.5.12.ebuild 
b/x11-libs/libXpm/libXpm-3.5.12-r1.ebuild
similarity index 79%
rename from x11-libs/libXpm/libXpm-3.5.12.ebuild
rename to x11-libs/libXpm/libXpm-3.5.12-r1.ebuild
index 4a4990d55ec..265319ee68e 100644
--- a/x11-libs/libXpm/libXpm-3.5.12.ebuild
+++ b/x11-libs/libXpm/libXpm-3.5.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,12 +12,11 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 
~s390 ~sh sparc x86 ~p
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
-   >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]"
+   >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
-   sys-devel/gettext"
+   sys-devel/gettext
+   x11-base/xorg-proto"
 
 src_configure() {
# the gettext configure check and code in sxpm are incorrect; they 
assume



[gentoo-commits] repo/gentoo:master commit in: x11-terms/mrxvt/, x11-terms/aterm/, x11-terms/xvt/, x11-terms/yeahconsole/, ...

2018-05-21 Thread Matt Turner
commit: 04bfef88f9e972f61de0ed0d2af27ff0ce0823bd
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 20:27:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bfef88

x11-terms/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 x11-terms/aterm/aterm-1.0.1-r3.ebuild  | 2 +-
 x11-terms/eterm/eterm-0.9.5.ebuild | 4 +---
 x11-terms/mrxvt/mrxvt-0.5.4.ebuild | 2 +-
 x11-terms/root-tail/root-tail-1.2-r3.ebuild| 6 +++---
 x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild| 4 ++--
 x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild | 2 +-
 x11-terms/rxvt-unicode/rxvt-unicode-9.22.ebuild| 4 ++--
 x11-terms/rxvt-unicode/rxvt-unicode-.ebuild| 4 ++--
 x11-terms/st/st-0.7.ebuild | 5 ++---
 x11-terms/st/st-0.8.1.ebuild   | 2 +-
 x11-terms/st/st-0.8.ebuild | 2 +-
 x11-terms/st/st-.ebuild| 2 +-
 x11-terms/xterm/xterm-327.ebuild   | 5 ++---
 x11-terms/xterm/xterm-330.ebuild   | 5 ++---
 x11-terms/xterm/xterm-331.ebuild   | 3 +--
 x11-terms/xvt/xvt-2.1-r3.ebuild| 4 ++--
 x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild  | 2 +-
 17 files changed, 26 insertions(+), 32 deletions(-)

diff --git a/x11-terms/aterm/aterm-1.0.1-r3.ebuild 
b/x11-terms/aterm/aterm-1.0.1-r3.ebuild
index a05f6d3b8a0..43a38027bfe 100644
--- a/x11-terms/aterm/aterm-1.0.1-r3.ebuild
+++ b/x11-terms/aterm/aterm-1.0.1-r3.ebuild
@@ -23,8 +23,8 @@ RDEPEND="
x11-libs/libICE
 "
 DEPEND="${RDEPEND}
+   x11-base/xorg-proto
x11-libs/libXt
-   x11-proto/xproto
 "
 
 src_prepare() {

diff --git a/x11-terms/eterm/eterm-0.9.5.ebuild 
b/x11-terms/eterm/eterm-0.9.5.ebuild
index ecc9dfddd89..c0851088174 100644
--- a/x11-terms/eterm/eterm-0.9.5.ebuild
+++ b/x11-terms/eterm/eterm-0.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -31,8 +31,6 @@ RDEPEND="x11-libs/libX11
x11-libs/libXt
x11-libs/libICE
x11-libs/libSM
-   x11-proto/xextproto
-   x11-proto/xproto
>=x11-libs/libast-0.6.1
media-libs/imlib2[X]
media-fonts/font-misc-misc

diff --git a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild 
b/x11-terms/mrxvt/mrxvt-0.5.4.ebuild
index 9bc62ba04fb..3355069ef63 100644
--- a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild
+++ b/x11-terms/mrxvt/mrxvt-0.5.4.ebuild
@@ -28,7 +28,7 @@ RDEPEND="png? ( media-libs/libpng )
x11-libs/libXrender"
 
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-001-fix-segfault-when-wd-empty.patch \

diff --git a/x11-terms/root-tail/root-tail-1.2-r3.ebuild 
b/x11-terms/root-tail/root-tail-1.2-r3.ebuild
index db2c2f19a68..1a3e1a6ce02 100644
--- a/x11-terms/root-tail/root-tail-1.2-r3.ebuild
+++ b/x11-terms/root-tail/root-tail-1.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -18,9 +18,9 @@ RDEPEND="x11-libs/libXext
x11-libs/libX11"
 DEPEND="x11-misc/imake
app-text/rman
-   x11-misc/gccmakedep
+   x11-base/xorg-proto
x11-libs/libX11
-   x11-proto/xproto"
+   x11-misc/gccmakedep"
 
 src_prepare() {
use kde && epatch "${FILESDIR}"/${P}-kde.patch

diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild 
b/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild
index 089a6cb89b4..91c9ca6b1e9 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -31,7 +31,7 @@ RDEPEND="
 DEPEND="
${RDEPEND}
virtual/pkgconfig
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 
 RESTRICT="test"

diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild 
b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild
index 45473bda488..7757a64a964 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
 DEPEND="
${RDEPEND}
virtual/pkgconfig
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 PATCHES=(
"${FILESDIR}"/${PN}-9.06-case-insensitive-fs.patch

diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.22.ebuild 
b/x11-terms/rxvt-unicode/rxvt-unicode-9.22.ebuild
index d690b6b09cd..e60a08adddf 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.22.ebuild
+++ 

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

2018-05-21 Thread Matt Turner
commit: 28fd7dbfde07a94550369c03013e7539a3e6e8a6
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 18:30:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fd7dbf

x11-libs/libfontenc: Update x11-proto/xproto dependency to x11-base/xorg-proto 
and drop it from RDEPEND.

 .../{libfontenc-1.1.3.ebuild => libfontenc-1.1.3-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libfontenc/libfontenc-1.1.3.ebuild 
b/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild
similarity index 88%
rename from x11-libs/libfontenc/libfontenc-1.1.3.ebuild
rename to x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild
index 818d5407901..f0b707ef694 100644
--- a/x11-libs/libfontenc/libfontenc-1.1.3.ebuild
+++ b/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild
@@ -9,9 +9,9 @@ DESCRIPTION="X.Org fontenc library"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
-RDEPEND="sys-libs/zlib
-   x11-proto/xproto"
-DEPEND="${RDEPEND}"
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
 
 XORG_CONFIGURE_OPTIONS=(
--with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"



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

2018-05-21 Thread Matt Turner
commit: 27c5510f6420071fee062901df4061210f329603
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 18:25:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c5510f

x11-libs/dnd: Update x11-proto/xproto dependency to x11-base/xorg-proto and 
drop it from RDEPEND.

Drop unused inheritance of eutils.eclass.

 x11-libs/dnd/dnd-1.1-r1.ebuild|  6 +++---
 x11-libs/dnd/{dnd-1.1-r2.ebuild => dnd-1.1-r3.ebuild} | 18 --
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild
index e649cca800d..e9127cc9302 100644
--- a/x11-libs/dnd/dnd-1.1-r1.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r1.ebuild
@@ -19,9 +19,9 @@ RDEPEND=">=x11-libs/libX11-1.0.0
>=x11-libs/libXt-1.0.0
>=x11-libs/libICE-1.0.0
>=x11-libs/libSM-1.0.0
-   >=x11-libs/libXaw-1.0.1
-   >=x11-proto/xproto-7.0.4"
-DEPEND="${RDEPEND}"
+   >=x11-libs/libXaw-1.0.1"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
 
 src_unpack() {
unpack ${A}

diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r3.ebuild
similarity index 84%
rename from x11-libs/dnd/dnd-1.1-r2.ebuild
rename to x11-libs/dnd/dnd-1.1-r3.ebuild
index 1859fa9f719..db03f504275 100644
--- a/x11-libs/dnd/dnd-1.1-r2.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r3.ebuild
@@ -3,26 +3,24 @@
 
 EAPI=6
 
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
 
 DESCRIPTION="OffiX' Drag'n'drop library"
 HOMEPAGE="http://leb.net/offix;
 SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz;
-SLOT="0"
+
 LICENSE="GPL-2 LGPL-2"
+SLOT="0"
 KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86"
 
-RDEPEND="
-   x11-libs/libXt
+RDEPEND="x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
-   x11-libs/libXmu
-   x11-libs/libICE
x11-libs/libXaw
-   x11-proto/xproto"
-
-DEPEND="
-   ${RDEPEND}"
+   x11-libs/libXmu
+   x11-libs/libXt"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
 
 PATCHES=(
"${FILESDIR}"/${P}-gentoo.diff



[gentoo-commits] repo/gentoo:master commit in: x11-wm/goomwwm/, x11-wm/larswm/, x11-wm/wmfs/, x11-wm/icewm/, x11-wm/treewm/, ...

2018-05-21 Thread Matt Turner
commit: 68066b2a61adffb40ffe9ae4d01671640bda0d6e
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 20:28:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68066b2a

x11-wm/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 x11-wm/aewm++/aewm++-1.1.5-r2.ebuild| 3 +--
 x11-wm/aewm/aewm-1.3.12.ebuild  | 5 ++---
 x11-wm/afterstep/afterstep-2.2.12.ebuild| 4 +---
 x11-wm/amiwm/amiwm-0.21_p2.ebuild   | 5 ++---
 x11-wm/awesome/awesome-3.5.9-r2.ebuild  | 2 +-
 x11-wm/awesome/awesome-4.2-r2.ebuild| 2 +-
 x11-wm/awesome/awesome-.ebuild  | 2 +-
 x11-wm/blackbox/blackbox-0.70.1-r1.ebuild   | 5 ++---
 x11-wm/ctwm/ctwm-4.0.1.ebuild   | 3 +--
 x11-wm/dwm/dwm-6.1-r1.ebuild| 4 ++--
 x11-wm/dwm/dwm-6.1.ebuild   | 4 ++--
 x11-wm/dwm/dwm-.ebuild  | 4 ++--
 x11-wm/enlightenment/enlightenment-0.16..ebuild | 8 ++--
 x11-wm/enlightenment/enlightenment-1.0.17.ebuild| 8 ++--
 x11-wm/evilwm/evilwm-1.0.1-r1.ebuild| 3 +--
 x11-wm/evilwm/evilwm-1.1.1.ebuild   | 4 ++--
 x11-wm/fluxbox/fluxbox-1.3.7-r3.ebuild  | 2 +-
 x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild  | 2 +-
 x11-wm/fluxbox/fluxbox-.ebuild  | 2 +-
 x11-wm/fvwm/fvwm-2.6.5-r2.ebuild| 5 ++---
 x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild  | 5 ++---
 x11-wm/goomwwm/goomwwm-1.0.0.ebuild | 5 ++---
 x11-wm/goomwwm/goomwwm-.ebuild  | 5 ++---
 x11-wm/icewm/icewm-1.4.2.ebuild | 5 +
 x11-wm/jwm/jwm-2.3.2.ebuild | 6 ++
 x11-wm/jwm/jwm-2.3.4-r1.ebuild  | 6 ++
 x11-wm/jwm/jwm-2.3.5.ebuild | 6 ++
 x11-wm/jwm/jwm-2.3.6.ebuild | 6 ++
 x11-wm/jwm/jwm-2.3.7.ebuild | 4 +---
 x11-wm/larswm/larswm-7.5.3-r1.ebuild| 5 ++---
 x11-wm/lwm/lwm-1.2.4.ebuild | 3 +--
 x11-wm/marco/marco-1.12.1-r1.ebuild | 8 +++-
 x11-wm/marco/marco-1.12.1.ebuild| 8 +++-
 x11-wm/marco/marco-1.14.2-r1.ebuild | 8 +++-
 x11-wm/marco/marco-1.16.1.ebuild| 8 +++-
 x11-wm/marco/marco-1.18.2.ebuild| 8 +++-
 x11-wm/muffin/muffin-2.8.5.ebuild   | 6 ++
 x11-wm/muffin/muffin-3.0.5.ebuild   | 6 ++
 x11-wm/muffin/muffin-3.2.0-r1.ebuild| 6 ++
 x11-wm/muffin/muffin-3.2.0.ebuild   | 6 ++
 x11-wm/muffin/muffin-3.4.0.ebuild   | 6 ++
 x11-wm/muffin/muffin-3.4.1.ebuild   | 6 ++
 x11-wm/muffin/muffin-3.6.0.ebuild   | 4 +---
 x11-wm/mutter/mutter-3.22.4-r1.ebuild   | 6 ++
 x11-wm/mutter/mutter-3.24.4.ebuild  | 4 +---
 x11-wm/openbox/openbox-3.5.2-r1.ebuild  | 6 ++
 x11-wm/openbox/openbox-3.6.1.ebuild | 6 ++
 x11-wm/openbox/openbox-3.6.ebuild   | 6 ++
 x11-wm/openbox/openbox-.ebuild  | 6 ++
 x11-wm/oroborus/oroborus-2.0.20-r1.ebuild   | 3 +--
 x11-wm/ratpoison/ratpoison-1.4.9.ebuild | 5 ++---
 x11-wm/ratpoison/ratpoison-.ebuild  | 5 ++---
 x11-wm/treewm/treewm-0.4.5-r1.ebuild| 6 +++---
 x11-wm/treewm/treewm-0.4.5.ebuild   | 4 ++--
 x11-wm/vtwm/vtwm-5.4.6a.ebuild  | 5 ++---
 x11-wm/vtwm/vtwm-5.4.7-r1.ebuild| 9 -
 x11-wm/windowlab/windowlab-1.34.ebuild  | 4 ++--
 x11-wm/windowlab/windowlab-1.40-r1.ebuild   | 6 +++---
 x11-wm/wm2/wm2-4-r1.ebuild  | 4 ++--
 x11-wm/wmfs/wmfs-201003.ebuild  | 6 ++
 x11-wm/wmfs/wmfs-.ebuild| 6 ++
 61 files changed, 115 insertions(+), 195 deletions(-)

diff --git a/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild 
b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
index 601677e367b..be82ae9aeef 100644
--- a/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
+++ b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
@@ -16,8 +16,7 @@ IUSE=""
 RDEPEND="x11-libs/libX11
x11-libs/libXext"
 DEPEND="${RDEPEND}
-   x11-proto/xextproto
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 PATCHES=(
"${FILESDIR}"/${P}-gcc43.patch

diff --git a/x11-wm/aewm/aewm-1.3.12.ebuild b/x11-wm/aewm/aewm-1.3.12.ebuild
index 12e9f0fb572..4bc663d65e6 100644
--- a/x11-wm/aewm/aewm-1.3.12.ebuild
+++ b/x11-wm/aewm/aewm-1.3.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/skopeo/

2018-05-21 Thread Zac Medico
commit: 5b3fd4f580e40013d072480c90d3f6c7d19a9297
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May 22 00:26:05 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May 22 00:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3fd4f5

app-emulation/skopeo: version bump to 0.1.30

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-emulation/skopeo/Manifest |  1 +
 app-emulation/skopeo/skopeo-0.1.30.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/app-emulation/skopeo/Manifest b/app-emulation/skopeo/Manifest
index 1c904674449..c23c8ce296d 100644
--- a/app-emulation/skopeo/Manifest
+++ b/app-emulation/skopeo/Manifest
@@ -1 +1,2 @@
 DIST skopeo-0.1.22.tar.gz 1921286 BLAKE2B 
141f78d14cb47494af9e55541eeaa973c9e2065d6dcdc73a6ee296fd160a981b88a4464ebf803df56378f9de7d812721eab877386a4b756e6b914d2c08e44aca
 SHA512 
10ed4e577b07f672540ff86774b5c5b6b7531765fd36313b9e4e6bf974840fee98ede193014977c381b96875cb9147307ee690f4fc8dd4f97d87681d7fa2f4f2
+DIST skopeo-0.1.30.tar.gz 2700275 BLAKE2B 
d80125e1be32f3b490f5d66caa5b1bd482dc2203d0c37824bd40d06e240c347468f9635623344e6f9badd9dbbeed59383d5ec8ad81a9b8e01284bc48114470f6
 SHA512 
05ea7c54f1de7ab9676903a973c8039520fa023f295c705e600d01520c0f300d255268e41b9c716dc4a1f01e951d9b73acf24d5a1bc891f694798a3eb085f061

diff --git a/app-emulation/skopeo/skopeo-0.1.30.ebuild 
b/app-emulation/skopeo/skopeo-0.1.30.ebuild
new file mode 100644
index 000..8fc316e1415
--- /dev/null
+++ b/app-emulation/skopeo/skopeo-0.1.30.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN=github.com/projectatomic/skopeo
+COMMIT=ca3bff6
+inherit golang-vcs-snapshot
+
+DESCRIPTION="Command line utility foroperations on container images and image 
repositories"
+HOMEPAGE="https://github.com/projectatomic/skopeo;
+SRC_URI="https://github.com/projectatomic/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+COMMON_DEPEND=">=app-crypt/gpgme-1.5.5:=
+   >=dev-libs/libassuan-2.4.3
+   >=sys-fs/btrfs-progs-4.0.1
+   >=sys-fs/lvm2-2.02.145"
+DEPEND="${COMMON_DEPEND}
+   dev-go/go-md2man"
+RDEPEND="${COMMON_DEPEND}"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+RESTRICT="test"
+
+src_compile() {
+   local BUILDTAGS="containers_image_ostree_stub"
+   set -- env GOPATH="${WORKDIR}/${P}" \
+   go build -ldflags "-X main.gitCommit=${COMMIT}" \
+   -gcflags "${GOGCFLAGS}" -tags "${BUILDTAGS}" \
+   -o skopeo ./cmd/skopeo
+   echo "$@"
+   "$@" || die
+   cd docs || die
+   for f in *.1.md; do
+   go-md2man -in ${f} -out ${f%%.md} || die
+   done
+}
+
+src_install() {
+   dobin skopeo
+   doman docs/*.1
+   insinto /etc/containers
+   newins default-policy.json policy.json
+   insinto /etc/containers/registries.d
+   doins default.yaml
+   keepdir /var/lib/atomic/sigstore
+   einstalldocs
+}



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

2018-05-21 Thread GöktĂ¼rk YĂ¼ksek
commit: 6a926c13031e1bbfa2d3bf44fe199aa9e1b37062
Author: GöktĂ¼rk YĂ¼ksek  gentoo  org>
AuthorDate: Mon May 21 22:32:12 2018 +
Commit: GöktĂ¼rk YĂ¼ksek  gentoo  org>
CommitDate: Mon May 21 22:34:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a926c13

app-admin/lastpass-cli: serve man from devspace #654846

This removes the build time dependency on app-test/asciidoc, and
consequently on python:2.7.

Closes: https://bugs.gentoo.org/654846
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-admin/lastpass-cli/Manifest|  1 +
 ...{lastpass-cli-1.3.1.ebuild => lastpass-cli-1.3.1-r1.ebuild} | 10 ++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest
index 6d302d86073..11d53913d86 100644
--- a/app-admin/lastpass-cli/Manifest
+++ b/app-admin/lastpass-cli/Manifest
@@ -4,3 +4,4 @@ DIST lastpass-cli-1.2.1.tar.gz 108780 BLAKE2B 
82ebae9a6a707bb75025cf98b53bccd240
 DIST lastpass-cli-1.2.2.tar.gz 110045 BLAKE2B 
96fcfd8f6e974edb5bd8701e18e73b46c0bcbcc14c38debd50be922a25ece9397bb6b641d4f2ce3057e57af0114a263eaab03e86b74e61d89a745411051bb172
 SHA512 
7d211c7669fe2de3e3f34cf00025376fd39a7f96c8573a0eaff64f322daab03de21e25d5875d3286a794580ac75d330c7bfe1005b377afc2b13e4ded9d78012c
 DIST lastpass-cli-1.3.0.tar.gz 113969 BLAKE2B 
5570567b17f043200f6b4eca72735d26d153a91cb4f0551a856532101ac610d2505bc90677735a8bbafe68f1a1b7ac0a026ac642a9f3786cceb7638ea29394fb
 SHA512 
7a147e08ac4b8e4e895744f80c484db9da895f4439bccbc141fe17e480285c76479753c2b879c60258d740af39775a3fae225ad193b5e6379a1cae8862c2a3ae
 DIST lastpass-cli-1.3.1.tar.gz 114843 BLAKE2B 
7983d4090092ef3443d8c502d157934fa2384426f0be22c796795cdf664be3ba396f64daa81cdf896cb6901d4063f93e54b62cda4349b14fa4d312a21c5bb76d
 SHA512 
092d28dc459719e662fbb2c5e92e8cc75be108aa9d7b62569ee44cb34dd9588e78151fdc5ad114c30e8de21c0b8803edc41db9295548c7cbfe6e537c9a52aad2
+DIST lastpass-cli-man-1.3.1.tar.xz 5700 BLAKE2B 
736ab71ad55cfcb657c727f3dc9dc15775dab1a0232d1ffc51b8794e49911531c96a841b4a5ac0b31f0516cd7aa54027ac7d0eb096816730cdfd192c04d99449
 SHA512 
e60807683ecd681b3937ef447d3e6a487d25418fe99f51ba99e54bf643c5254dd18427a03e7f035198ef34ff578bbb6116baf04eb554f54d85e7d059b6bfed7e

diff --git a/app-admin/lastpass-cli/lastpass-cli-1.3.1.ebuild 
b/app-admin/lastpass-cli/lastpass-cli-1.3.1-r1.ebuild
similarity index 83%
rename from app-admin/lastpass-cli/lastpass-cli-1.3.1.ebuild
rename to app-admin/lastpass-cli/lastpass-cli-1.3.1-r1.ebuild
index 2c34bdeb329..57454b36ac9 100644
--- a/app-admin/lastpass-cli/lastpass-cli-1.3.1.ebuild
+++ b/app-admin/lastpass-cli/lastpass-cli-1.3.1-r1.ebuild
@@ -7,7 +7,8 @@ inherit cmake-utils bash-completion-r1
 
 DESCRIPTION="Interfaces with LastPass.com from the command line."
 HOMEPAGE="https://github.com/lastpass/lastpass-cli;
-SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   
https://dev.gentoo.org/~gokturk/distfiles/app-admin/lastpass-cli/${PN}-man-${PV}.tar.xz;
 
 SLOT="0"
 LICENSE="GPL-2+ GPL-2+-with-openssl-exception"
@@ -23,7 +24,6 @@ RDEPEND="
pinentry? ( app-crypt/pinentry )
 "
 DEPEND="${RDEPEND}
-   app-text/asciidoc
virtual/pkgconfig
 "
 
@@ -36,11 +36,13 @@ src_configure() {
 }
 
 src_compile() {
-   cmake-utils_src_compile all doc-man $(usex test lpass-test '')
+   cmake-utils_src_compile all $(usex test lpass-test '')
 }
 
 src_install() {
-   cmake-utils_src_install install install-doc
+   cmake-utils_src_install install
+
+   doman "${WORKDIR}"/man/lpass.1
 }
 
 src_test() {



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

2018-05-21 Thread Andreas HĂ¼ttel
commit: 54964cde4b7b96f6611f3bfd9df533097d6249f1
Author: Andreas K. HĂ¼ttel  gentoo  org>
AuthorDate: Mon May 21 21:54:12 2018 +
Commit: Andreas HĂ¼ttel  gentoo  org>
CommitDate: Mon May 21 21:54:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54964cde

app-text/pdf2htmlEX: Add live ebuild

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-text/pdf2htmlEX/pdf2htmlEX-.ebuild | 51 ++
 1 file changed, 51 insertions(+)

diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-.ebuild 
b/app-text/pdf2htmlEX/pdf2htmlEX-.ebuild
new file mode 100644
index 000..327250408f9
--- /dev/null
+++ b/app-text/pdf2htmlEX/pdf2htmlEX-.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils toolchain-funcs flag-o-matic versionator
+
+DESCRIPTION="A precise PDF to HTML converter (dilfridge fork)"
+HOMEPAGE="https://github.com/akhuettel/pdf2htmlEX;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/akhuettel/pdf2htmlEX.git;
+else
+   SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+CDEPEND="
+   >=app-text/poppler-0.61.1:=[jpeg,png]
+   

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

2018-05-21 Thread Andreas HĂ¼ttel
commit: 42a0e20f52030cbe917fd8a2b9325a5c5971287c
Author: Andreas K. HĂ¼ttel  gentoo  org>
AuthorDate: Mon May 21 20:31:41 2018 +
Commit: Andreas HĂ¼ttel  gentoo  org>
CommitDate: Mon May 21 21:54:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a0e20f

package.use.mask: Mask LO-bin kde support on x86

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

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 27e80270773..d4d4995e561 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,11 @@
 
 # This file requires >=portage-2.1.1
 
+# Andreas K. HĂ¼ttel  (21 May 2018)
+# LO kde support on x86 is broken, see bug 523496
+=app-office/libreoffice-bin-6.0* kde
+=app-office/libreoffice-bin-debug-6.0* kde
+
 # Andreas Sturmlechner  (18 May 2018)
 # media-libs/libaom not yet keyworded
 media-video/vlc aom



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

2018-05-21 Thread Andreas HĂ¼ttel
commit: 470234cc53c1e773a91f60c6d485e2cf17226336
Author: Andreas K. HĂ¼ttel  gentoo  org>
AuthorDate: Mon May 21 21:53:31 2018 +
Commit: Andreas HĂ¼ttel  gentoo  org>
CommitDate: Mon May 21 21:54:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470234cc

app-office/libreoffice-bin-debug: Version bump

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-office/libreoffice-bin-debug/Manifest  | 12 +++
 .../libreoffice-bin-debug-6.0.3.2.ebuild   | 87 ++
 2 files changed, 99 insertions(+)

diff --git a/app-office/libreoffice-bin-debug/Manifest 
b/app-office/libreoffice-bin-debug/Manifest
index 05bebdc2b7f..bbb56588dfc 100644
--- a/app-office/libreoffice-bin-debug/Manifest
+++ b/app-office/libreoffice-bin-debug/Manifest
@@ -1,12 +1,24 @@
 DIST amd64-debug-libreoffice-5.4.5.1.tar.xz 1157575908 BLAKE2B 
8e1d646aa90c6739afe00da67fcaa93431c2504c190e8537393cac5a77033672a3df45f2b261e8dd262cbcb0e0cea0992994e8bd53f5cebcc5b55d0044115553
 SHA512 
dac4a9bc7e0c2c11f2d4d45dbb4bc6b91ad32ab226a26cebb81b070b2d672fa03c0b5bc9aee08447d55b285b915a118e6d0fc27c9cba27d9d93ea233c12915bd
+DIST amd64-debug-libreoffice-6.0.3.2.tar.xz 1229801400 BLAKE2B 
7803c708814a8551c495d6dacd1f15cfe54bbe95b2101f1551519718dc464f990d86ef6bf3f0de88189f0f1119dd23c00b6557c5b59f7a11c12f56849db6a690
 SHA512 
46a3d5b27598ffe5fa20683aa4419119659e40fdf64e45a6770627e1b308efb19297ab7f856b2b89caeb3df409d569ed4095ae13fb39b1ea4e10305d2caef3ac
 DIST amd64-debug-libreoffice-gnome-5.4.5.1.xd3 331679185 BLAKE2B 
aa8e055aa7be3cbca196934e4f2d7ddceb3cccf92a1d3f1bb4bfc8b8e73274abd7b36dfa515e3f11052e131fa31af500761d88e28839c697ca2951e62015b2a3
 SHA512 
c3d9f4b5732a870090c598fc3d697a7c508b418574899fe36aadc4e691155887b9366ca46dedc30ea4d59bbf7643d839bdcf949abe3fbd683d4e161a20b6ae8c
+DIST amd64-debug-libreoffice-gnome-6.0.3.2.xd3 337274654 BLAKE2B 
469596571d6fd22622218c6dc45d9b72638fb7f00cae7137c8a18a7ba716f0049c9b0e63d6811028784a8bdba999442d3da75d1de1d6a07ac09f66b1eb1e0191
 SHA512 
4020dc29a8c316f6fab9ff9d77faf30008219b01c0bb0cb2a3b48edf6680b390cfebeee22d361ee4e779af30a3e59c8b1f6677669a87f9a41c11a83ea73dd6c7
 DIST amd64-debug-libreoffice-gnome-java-5.4.5.1.xd3 563805504 BLAKE2B 
8b4cdf10ef011c4657cec26a78d8ed79c1c8de36a67a62a0fd0daa3d7f9d739bd38d611cf1f79aa7a25c189ec2fb1fa22f292bb79769686dc73be11373b7135a
 SHA512 
52c618371722136bce7440ed20b7d3a01c66a215d13c037a8bb2eb8691f51d38ff37310b063598f8e5750235304de018de9acb77f93912d44f9e22877ed27670
+DIST amd64-debug-libreoffice-gnome-java-6.0.3.2.xd3 611891145 BLAKE2B 
9877d89fc3445401754facf2df41c962cc6b69889b2f67b536b6f7bca22ca9b608d834c10eb09ae11f602fe0196b71a37b84f9b92266d72f56c562ef27fcf4de
 SHA512 
175ef1ca77c090e3a6f788925a79b177a7e34e1509d1eb169ca70384821b83b3b32bf4ff4913e6175cddfa3e92ec45dd18ccf1f43c8af9751617e932ff0f58e0
 DIST amd64-debug-libreoffice-java-5.4.5.1.xd3 555709754 BLAKE2B 
13131e8c9e61663b6b595af308d307806ab3ded347796d669d397782b3795dae4bb477ca214007cd7470c7476b7ff0fb8e4b0b90a2581ff09bfe273f1ac81eb2
 SHA512 
809c7787b36a5354295d60a311ae3e5f48f078f7e0a596aa48ab099796d59f3aa30d40441cf834480665717dd72b98e28205e3cc985611901d8ba85d99c4a318
+DIST amd64-debug-libreoffice-java-6.0.3.2.xd3 602837451 BLAKE2B 
71a87e3cfe01391ff0fc921e1e8227e5a5f60ea45fba1ea44c657f5a970edad464b161b60c051a8ae01570407994aebba8d69780475f7200d2c4bbf0faa167b9
 SHA512 
3c07c774e8b7aeb2ccd0977b9fd0737725fb3818c84d2ea35213e10b87543b73a3f7fc4a0c9748b3ca317c4f631308375720c8f73fe7a488bf07374064fd25ab
 DIST amd64-debug-libreoffice-kde-5.4.5.1.xd3 337957489 BLAKE2B 
d7599148be277042322c10511ce721bc59ed29ba54dacc696b6b00768baa6f4f2ebaebad227457db22454e0adc1ea59aab4a63c592b10b87ac773af02b2a
 SHA512 
06a2afb7d014fd6ddbfc935267e59c82a9295c37bd30d17d210627b0678bd6050810c54e675e41627f5f9fe4814c14768c7cc25436388bcbafe5839868fe4964
+DIST amd64-debug-libreoffice-kde-6.0.3.2.xd3 342896759 BLAKE2B 
ef402abc0739975818feda3c3112f3af36654d0ca912f017beb76b9d3043d371316b8d294ae56d98acd4d3f4073d9505895f6f8f59f1003dde39a2907db4482b
 SHA512 
877575d6c920db5ceb81f259053c8f7296f596e6bfaf75176bb522592f5eff0b4599f5901b42a553fc224a2245cff15b002f959f001be8e438f5c6c081ea77c4
 DIST amd64-debug-libreoffice-kde-java-5.4.5.1.xd3 557521078 BLAKE2B 
343b9dc888cc1582e2ac14532f5de2e2b728be3919204296696e208774da82f3e90a2f447bc5c3d703383c57e6155486fd0b7f5900185969141c69877dfafb16
 SHA512 
519a0977a003c2e1b47832a0a1ebc2de197522b4193a1890330f9f040d23a93b285a1b4e8efbe4de357a40537b68592c8f40cb72dec3d80fa871938f3c246e64
+DIST amd64-debug-libreoffice-kde-java-6.0.3.2.xd3 617577189 BLAKE2B 
e22f192a8533d3500a3cc362c3d0f713d6e6fbc0874d337cc1742cf7825e4348301885317412ac2c038c6e83269f20e67c526792e0fde91df3cbbe46e5b5bbd5
 SHA512 
25973bade0ff78f6a482f88449de70cd237d430da1ff8ef561c6fe7eb4459d3e582ceae4721c37e589304324446bf877005de3923b857279c98f112180dca9a1
 DIST x86-debug-libreoffice-5.4.5.1.tar.xz 1130163208 BLAKE2B 

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

2018-05-21 Thread Andreas HĂ¼ttel
commit: 7fcb3d5721bc24b4ba69691cbae780a20070a1bb
Author: Andreas K. HĂ¼ttel  gentoo  org>
AuthorDate: Mon May 21 20:28:11 2018 +
Commit: Andreas HĂ¼ttel  gentoo  org>
CommitDate: Mon May 21 21:54:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcb3d57

app-office/libreoffice-bin: Version bump

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-office/libreoffice-bin/Manifest|  12 +
 .../libreoffice-bin/libreoffice-bin-6.0.3.2.ebuild | 268 +
 2 files changed, 280 insertions(+)

diff --git a/app-office/libreoffice-bin/Manifest 
b/app-office/libreoffice-bin/Manifest
index 3103c2b6ef6..50cddbbea12 100644
--- a/app-office/libreoffice-bin/Manifest
+++ b/app-office/libreoffice-bin/Manifest
@@ -1,12 +1,24 @@
 DIST amd64-bin-libreoffice-5.4.5.1.tar.xz 75480304 BLAKE2B 
6a7b018e5cfd66b97e7f16e40dff7b6154ce622a2a992deae0b49114ce8bb2077553e2be7ce9b1a702495ba996b80bff39647cb864b688593dbb0edd026d8f35
 SHA512 
739a80cab6b508244e3bcc8b282bb728271b65d8f48b347ca4eb9e15239b1f35252f322efff85e3c47ddf420cd4f36a9d522fa675c1774f17868c2a69dd82164
+DIST amd64-bin-libreoffice-6.0.3.2.tar.xz 80241340 BLAKE2B 
ccf0df99283356aa384bae7d33c92fd44adb3aca4ddfd18a1afefad6c1dbf40e6fd31f2fea2ab53f15beb9d13707632c651d94a512ebc3959ae1dbce432139d7
 SHA512 
72a955f80c371c899c39ca2b2ad29e029ac5d71d5690b7cc198b413cbd2cf50064ee8340fc7fec82b5db24a1d94148788dfa3685dfd70ca7437aad3c0a443939
 DIST amd64-bin-libreoffice-gnome-5.4.5.1.xd3 16216047 BLAKE2B 
0ea40233b41c637069174532c509fd36efecb03df10c35b23bb315379212ae08e41318a4cb28e2ae55680e410474a5b1b1fb40c6f533d2f1fdfa98d3f18c58cd
 SHA512 
239cc60220719b1a46b25c6bd5482973b302b3c2b126e87091911355a837eaf653bd2cc5de81ee882ce839522ceda9bd19d47222e1933a3b6c847628d9dd32c3
+DIST amd64-bin-libreoffice-gnome-6.0.3.2.xd3 16533839 BLAKE2B 
32513b9df6f67fa54ff61abbf26e48e785cc47ab7f1df38ce5b30bb5e156b79834bbd3933dd9fc15397453af44eb5d1cd60bb07b238df5360ead432f08600bc8
 SHA512 
677538bf28049dfd4e285ebbe260392ef12730b96c9d5772e919afbea87e07ccbfc427258ecc2715e4dd97e0e0e6c23150a972747848b352281be1da765e07ae
 DIST amd64-bin-libreoffice-gnome-java-5.4.5.1.xd3 26624424 BLAKE2B 
a79e5e50dfee66e628e217f702c3bd838c582aff3a0501c3423ab275e03122515ea30edbab709179ecbce973604a6b6222b7d2904001f22896efed8c6610eff9
 SHA512 
9a01c47a996e26de4508383451a4be669512b89f2a0a6cc96cd7f363f05610cf9d244fd30a801303d8db7e866935c4fce622a472f5991d26adfacae9db700bc4
+DIST amd64-bin-libreoffice-gnome-java-6.0.3.2.xd3 27088942 BLAKE2B 
3642466bec0631a8c801d10e699c027db8ef2b7ffb207113afd4a80cd165c5575647927095e513dbc7ba5cfc256b9b24058559a18ef47107d3632608da5c1744
 SHA512 
71c47127cdafc1f89a1bbec5d640916fe4005beb3a3cae750685050724817805a564c4c6ffaa1b70157e0769b363bb79b2cd5a70e42edb439e59e8a7678aec57
 DIST amd64-bin-libreoffice-java-5.4.5.1.xd3 25747222 BLAKE2B 
28a189cab3e748056d3b32f7f36037e517aab966ccaa42211e8a4e7f2c1db763b9ff2c84a9dab076c367da7143a6b0c8782f9898e075ff9769f1c4d3e8a5669c
 SHA512 
54d0de9b7f32d9e65e32a8ad0cab5ff212b2751a41c1297fd7c38728f7ff2bb3fcaa9b1bad55714097d1ed726449783b0ed17e43d8032e0e35cc8696b5ed9907
+DIST amd64-bin-libreoffice-java-6.0.3.2.xd3 26086875 BLAKE2B 
8b11a74400a5d275c72325842024cc911e38e987bd33f8a42292c4bbba1c6c25f95374c37ddf25377f02e799e47c745704faad0482840e867e53790e76a1fb41
 SHA512 
b8ecbc631de6451c27a40c5dbe373a829a6a1ac8ad7762817182aac71cb2efb70859badc9f08d67ccb836f32958d79f029236a910f0cd32cd583aff68422af33
 DIST amd64-bin-libreoffice-kde-5.4.5.1.xd3 9238961 BLAKE2B 
ca7f2853f8fa53eba373ef8f48f32d2f457b9a65d99b94baccc14dfb3e96b2a00f4e4cb164bdef1823c846b71906cbb932a59f4189113d62035c27de64dcf357
 SHA512 
14ef861c7166b939667fa9e759e3114aaa958bacec0924f98c0562e63c4c5c42986f5c5fc9cfb223b8a7848ddfe653a4f1871581fa4d776a8c64f30a3a577e7b
+DIST amd64-bin-libreoffice-kde-6.0.3.2.xd3 16836580 BLAKE2B 
b71b5945367d20e0b05cf17304ff860ba6d504a4922c125028ce02748c7fa88dabf086a0c57f35257f511475f87169137332a0b1a44e7e380041c5cf301266ed
 SHA512 
0ff269492903f66b8702168fc9c0d432aa287ee01d167919abe7cd913e1975b8ae63b28fa4383d96cffced5a71420b445f762aa9ec3163301b164122dbe167cf
 DIST amd64-bin-libreoffice-kde-java-5.4.5.1.xd3 25851121 BLAKE2B 
a81d6a0588b54c8fe2cadf3ac5afed6791f1d752a9fd1da59845e54fee51247fbfe76dd0ed8ef4238e8a3043f24c88e437ace3bc9b07dca040035e9609d92e83
 SHA512 
120dcce55692e7b3cd681492b96202166a3155db104e8f984c2ff746a747594cf41cb91c400fa9015134e60aafacf77f8f8b7ed3d31ce8c1797b8b2820680560
+DIST amd64-bin-libreoffice-kde-java-6.0.3.2.xd3 27332736 BLAKE2B 
6ec2d1b3e66bc05bce17706206fbecc8cb00d1d472795e1b194286e2da4137aacb97f8fffe86b8628d61c3fcfd95e766ba1e58c0aca4f1ac7bfad26c143a1820
 SHA512 
7116c9ccac4c6453c5f859c12157ee908ad718958922b3c7cfff460319cb6b214f177f1f922fc670a395ce08630987b7f85497dc20f5802e5d2fc4c1aa7fbb45
 DIST x86-bin-libreoffice-5.4.5.1.tar.xz 77649164 BLAKE2B 
a7b5188dfa3c321a69a0328bf70e3637677350efbb399619937a255cf9d7d91fc16ac27c9acad3627f65e958009930270dbd3512e08021bd45743b380acff565
 SHA512 

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

2018-05-21 Thread Patrice Clement
commit: 66a54dec8ca30455d6fd09edbac4daac07e42530
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon May 21 21:50:02 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon May 21 21:52:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a54dec

www-client/links: version bump.

Closes: https://bugs.gentoo.org/655946
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/links/Manifest  |   2 +
 www-client/links/links-2.16.ebuild | 156 +
 2 files changed, 158 insertions(+)

diff --git a/www-client/links/Manifest b/www-client/links/Manifest
index 7ffa34a28f7..e6fa91f1194 100644
--- a/www-client/links/Manifest
+++ b/www-client/links/Manifest
@@ -1,2 +1,4 @@
 DIST links-2.14.tar.bz2 6535707 BLAKE2B 
e0a2f804e05fde94be50ee2dce1453c0c616aac29bd91a73f78b1976119aa5cfa8aa4b3df5e7feeb193bba74fbe3b32be50f4947babb4115a3e79835c2c241fb
 SHA512 
d03b091957e0a2e06605fcf7c9bc56d48ebbcdc695f4ce894901540008455a9bc6544abdecd787faa041e2dbdff28b0d6ddcc9d26528d39d7d72750655c73575
+DIST links-2.16.tar.bz2 6697222 BLAKE2B 
dba0f00acf14e7994d3eeea7f77df897941690d959c2aa90924bb1256f310a6ddc969e2dc7ca8ca775f2ec06acebbabb30b35088a9cc6100b01f7fa6dfaeaaa8
 SHA512 
3ce169e214eae0f997c1f8647d354dc0803c9118a97dcd2594d62af23336890272f4b027d3ab0a0e151672d1506e50da0f0e561999c5841f0f183f32a279b14a
 DIST links2_2.10-2.debian.tar.xz 13964 BLAKE2B 
2de4e49281a53d37d3d9bc53b5e49c3bac534f3ba5d7a57748f3ef998e6ff7f5309b5d6c7a00f72d623525fc1413fc15d1585ffa84c186d684467539cb807cef
 SHA512 
01101edef00ede0b95857ea28d305e98198306c428b79bb9c05da16285d8b4052b7f800f7def67a945d498db440745d81b7e3b6a03c9b077d5bcf5da1cb2691e
+DIST links2_2.14-5.debian.tar.xz 15332 BLAKE2B 
20c1d0f5a9eeac2f56bfc8d2e00f343ada5ac28e741fdb9635810f7e39563f0f052f7be0492923c3caf6f000246639bf3ae19ebd5dfb3d8fdfe4e4655dd0bac8
 SHA512 
d8038515c29998be9510723cdaa2b961d65141fd0b0f863e2fac80f41009a100f0bd824acd97735d089c932c1b5a979f0ed523d773721485b4418ec44df38872

diff --git a/www-client/links/links-2.16.ebuild 
b/www-client/links/links-2.16.ebuild
new file mode 100644
index 000..fc5b0de6a65
--- /dev/null
+++ b/www-client/links/links-2.16.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools desktop xdg
+
+DEBIAN_REVISION=2.14-5
+
+DESCRIPTION="A fast and lightweight web browser running in both graphics and 
text mode"
+HOMEPAGE="http://links.twibright.com/;
+SRC_URI="
+   http://${PN}.twibright.com/download/${P}.tar.bz2
+   
mirror://debian/pool/main/${PN:0:1}/${PN}2/${PN}2_${DEBIAN_REVISION}.debian.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="2"
+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 ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 fbcon gpm ipv6 jpeg libevent libressl livecd lzma ssl suid svga 
tiff unicode X zlib"
+
+GRAPHICS_DEPEND="media-libs/libpng:0="
+
+RDEPEND="
+   bzip2? (
+   app-arch/bzip2
+   )
+   fbcon? (
+   ${GRAPHICS_DEPEND}
+   )
+   gpm? (
+   sys-libs/gpm
+   )
+   jpeg? (
+   virtual/jpeg:0
+   )
+   libevent? (
+   dev-libs/libevent:0=
+   )
+   livecd? (
+   ${GRAPHICS_DEPEND}
+   sys-libs/gpm
+   virtual/jpeg:0
+   )
+   lzma? (
+   app-arch/xz-utils
+   )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   svga? (
+   ${GRAPHICS_DEPEND}
+   media-libs/svgalib
+   )
+   tiff? (
+   media-libs/tiff:0
+   )
+   X? (
+   ${GRAPHICS_DEPEND}
+   x11-libs/libXext
+   )
+   zlib? (
+   sys-libs/zlib
+   )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   fbcon? ( virtual/os-headers )
+   livecd? ( virtual/os-headers )"
+
+REQUIRED_USE="!livecd? ( fbcon? ( gpm ) )
+   svga? ( suid )"
+
+DOCS=( AUTHORS BRAILLE_HOWTO ChangeLog KEYS NEWS README SITES )
+
+src_prepare() {
+   xdg_src_prepare
+
+   if use unicode; then
+   pushd intl > /dev/null || die
+   ./gen-intl || die
+   ./synclang || die
+   popd > /dev/null || die
+   fi
+
+   # error: conditional "am__fastdepCXX" was never defined (for 
eautoreconf)
+   sed -i \
+   -e '/AC_PROG_CXX/s:dnl ::' \
+   -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+   configure.in || die #467020
+
+   # Upstream configure produced by broken autoconf-2.13. This also fixes
+   # toolchain detection.
+   mv configure.in configure.ac || die
+   eautoreconf #131440 and #103483#c23
+}
+
+src_configure() 

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

2018-05-21 Thread Patrice Clement
commit: 97ec07ff1a1a9d204cc056a9a56eccd6307290f0
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon May 21 21:52:20 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon May 21 21:52:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ec07ff

www-client/links: clean up old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/links/links-2.14.ebuild | 155 -
 1 file changed, 155 deletions(-)

diff --git a/www-client/links/links-2.14.ebuild 
b/www-client/links/links-2.14.ebuild
deleted file mode 100644
index 441b2bd680c..000
--- a/www-client/links/links-2.14.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils fdo-mime
-
-DEBIAN_REVISION=2.10-2
-
-DESCRIPTION="A fast and lightweight web browser running in both graphics and 
text mode"
-HOMEPAGE="http://links.twibright.com/;
-SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2
-   
mirror://debian/pool/main/${PN:0:1}/${PN}2/${PN}2_${DEBIAN_REVISION}.debian.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="2"
-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 ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 directfb fbcon gpm ipv6 jpeg libevent libressl livecd lzma ssl 
suid svga tiff unicode X zlib"
-
-GRAPHICS_DEPEND="media-libs/libpng:0="
-
-RDEPEND="
-   bzip2? (
-   app-arch/bzip2
-   )
-   directfb? (
-   ${GRAPHICS_DEPEND}
-   dev-libs/DirectFB
-   )
-   fbcon? (
-   ${GRAPHICS_DEPEND}
-   )
-   gpm? (
-   sys-libs/gpm
-   )
-   jpeg? (
-   virtual/jpeg:0
-   )
-   libevent? (
-   dev-libs/libevent:0=
-   )
-   livecd? (
-   ${GRAPHICS_DEPEND}
-   sys-libs/gpm
-   virtual/jpeg:0
-   )
-   lzma? (
-   app-arch/xz-utils
-   )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   svga? (
-   ${GRAPHICS_DEPEND}
-   media-libs/svgalib
-   )
-   tiff? (
-   media-libs/tiff:0
-   )
-   X? (
-   ${GRAPHICS_DEPEND}
-   x11-libs/libXext
-   )
-   zlib? (
-   sys-libs/zlib
-   )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   fbcon? ( virtual/os-headers )
-   livecd? ( virtual/os-headers )"
-
-REQUIRED_USE="!livecd? ( fbcon? ( gpm ) )
-   svga? ( suid )"
-
-DOCS=( AUTHORS BRAILLE_HOWTO ChangeLog KEYS NEWS README SITES )
-
-src_prepare() {
-   default
-
-   if use unicode; then
-   pushd intl > /dev/null || die
-   ./gen-intl || die
-   ./synclang || die
-   popd > /dev/null || die
-   fi
-
-   # error: conditional "am__fastdepCXX" was never defined (for 
eautoreconf)
-   sed -i \
-   -e '/AC_PROG_CXX/s:dnl ::' \
-   -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
-   configure.in || die #467020
-
-   # Upstream configure produced by broken autoconf-2.13. This also fixes
-   # toolchain detection.
-   mv configure.in configure.ac || die
-   eautoreconf #131440 and #103483#c23
-}
-
-src_configure() {
-   local myconf
-
-   if use livecd; then
-   export ac_cv_lib_gpm_Gpm_Open=yes
-   myconf+=' --with-fb --with-libjpeg'
-   else
-   export ac_cv_lib_gpm_Gpm_Open=$(usex gpm)
-   fi
-
-   if use X || use fbcon || use directfb || use svga || use livecd; then
-   myconf+=' --enable-graphics'
-   fi
-
-   econf \
-   $(use_with ipv6) \
-   $(use_with ssl) \
-   $(use_with zlib) \
-   $(use_with bzip2) \
-   $(use_with lzma) \
-   $(use_with svga svgalib) \
-   $(use_with X x) \
-   $(use_with fbcon fb) \
-   $(use_with directfb) \
-   $(use_with libevent) \
-   $(use_with jpeg libjpeg) \
-   $(use_with tiff libtiff) \
-   ${myconf}
-}
-
-src_install() {
-   HTML_DOCS="doc/links_cal/*"
-   default
-
-   if use X; then
-   newicon Links_logo.png links.png
-   make_desktop_entry 'links -g %u' Links links 
'Network;WebBrowser'
-   local d="${ED}"/usr/share/applications
-   echo 'MimeType=x-scheme-handler/http;' >> "${d}"/*.desktop || 
die
-   if use ssl; then
-   sed -i -e 
's:x-scheme-handler/http;:/https;:' \
-   "${d}"/*.desktop || die
-   fi
-   fi
-
-   

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

2018-05-21 Thread Patrice Clement
commit: 0cbbb5fa80ff5a4c99360b0b8e02a14e91595e7e
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon May 21 21:51:46 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon May 21 21:52:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbbb5fa

www-client/links: mark stable for the remaining arches using ALLARCHES.

Bug: https://bugs.gentoo.org/642512
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/links/links-2.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/links/links-2.14-r1.ebuild 
b/www-client/links/links-2.14-r1.ebuild
index cee4173a3de..3dc37e4b23c 100644
--- a/www-client/links/links-2.14-r1.ebuild
+++ b/www-client/links/links-2.14-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="2"
-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 ~m68k-mint ~sparc-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 ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 fbcon gpm ipv6 jpeg libevent libressl livecd lzma ssl suid svga 
tiff unicode X zlib"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



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

2018-05-21 Thread Sebastian Pipping
commit: 926d5f396ef4c65236772b45fe71ad101ac7aff4
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon May 21 21:18:28 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon May 21 21:20:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926d5f39

x11-misc/redshift: 1.12

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 x11-misc/redshift/Manifest |  1 +
 x11-misc/redshift/redshift-1.12.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/x11-misc/redshift/Manifest b/x11-misc/redshift/Manifest
index 5cfadbf6375..8641e7f3d96 100644
--- a/x11-misc/redshift/Manifest
+++ b/x11-misc/redshift/Manifest
@@ -1 +1,2 @@
 DIST redshift-1.11.tar.gz 543804 BLAKE2B 
9921ed703555fda60c06df9425bf4423ce3891db60f41a1c4c4b4897e2506b8ad79e44f765e49b08db5549406008e12c412c6ecb2a07316cdec4b123fd11ef11
 SHA512 
bcdb4c120efec3955f4f91f1290db0679e987e25d6610bd90ee8540a96bb11338e36b10680736490ea0b7e9eca5bc195b51767a5badf0b80495dc3da44c4ed8c
+DIST redshift-1.12.tar.gz 659019 BLAKE2B 
09339a57fee192e3428ba4387cbea498f2f9f97eb75a418588cdda3289cfa7b7fada4cb299e983e9e6d2ffe3822c8235082e67bdfa542716b6dee9fc853a8dc1
 SHA512 
6763f6964b577fc146191af1c67a283a60df5bbdd3a74bfc94f66d5f9f3bef8835a479c6ec8a648b650b83a0e245928884a0f628606ace8c3f58d8319d35036f

diff --git a/x11-misc/redshift/redshift-1.12.ebuild 
b/x11-misc/redshift/redshift-1.12.ebuild
new file mode 100644
index 000..e7b003af9f8
--- /dev/null
+++ b/x11-misc/redshift/redshift-1.12.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit systemd autotools eutils gnome2-utils python-r1
+
+DESCRIPTION="A screen color temperature adjusting software"
+HOMEPAGE="http://jonls.dk/redshift/;
+SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="ayatana geoclue gtk nls"
+
+COMMON_DEPEND=">=x11-libs/libX11-1.4
+   x11-libs/libXxf86vm
+   x11-libs/libxcb
+   x11-libs/libdrm
+   geoclue? ( app-misc/geoclue:2.0 dev-libs/glib:2 )
+   gtk? ( ${PYTHON_DEPS} )"
+RDEPEND="${COMMON_DEPEND}
+   gtk? ( dev-python/pygobject[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]
+   dev-python/pyxdg[${PYTHON_USEDEP}] )"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.50
+   nls? ( sys-devel/gettext )
+   ayatana? ( dev-libs/libappindicator:3 )
+"
+REQUIRED_USE="gtk? ( ${PYTHON_REQUIRED_USE} )"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   use gtk && python_setup
+
+   econf \
+   --disable-silent-rules \
+   $(use_enable nls) \
+   --enable-drm \
+   --enable-randr \
+   --enable-vidmode \
+   --disable-wingdi \
+   \
+   --disable-corelocation \
+   $(use_enable geoclue geoclue2) \
+   \
+   $(use_enable gtk gui) \
+   --with-systemduserunitdir="$(systemd_get_userunitdir)" \
+   --disable-apparmor \
+   --disable-quartz \
+   --disable-ubuntu
+}
+
+_impl_specific_src_install() {
+   emake DESTDIR="${D}" pythondir="$(python_get_sitedir)" \
+   -C src/redshift-gtk install
+}
+
+src_install() {
+   emake DESTDIR="${D}" UPDATE_ICON_CACHE=/bin/true install
+
+   if use gtk; then
+   python_foreach_impl _impl_specific_src_install
+   python_replicate_script "${D}"/usr/bin/redshift-gtk
+   dosym redshift-gtk /usr/bin/gtk-redshift
+   fi
+}
+
+pkg_preinst() {
+   use gtk && gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   use gtk && gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   use gtk && gnome2_icon_cache_update
+}



[gentoo-commits] repo/user/ssnb:master commit in: net-misc/megasync/

2018-05-21 Thread Samuel Bernardo
commit: ec98f768e9fe5c4aa5d43fe7bdb7478decfccbb3
Author: Samuel Bernardo  gmail  com>
AuthorDate: Mon May 21 20:13:09 2018 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Mon May 21 20:13:09 2018 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=ec98f768

megasync: add missing dependency

 net-misc/megasync/Manifest   | 4 +++-
 net-misc/megasync/megasync-3.6.0-r1.ebuild   | 2 +-
 .../{megasync-3.6.0-r1.ebuild => megasync-3.6.0-r2.ebuild}   | 1 +
 .../{megasync-3.6.0-r1.ebuild => megasync-3.6.5-r1.ebuild}   | 9 +++--
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/net-misc/megasync/Manifest b/net-misc/megasync/Manifest
index 962d108..33d419a 100644
--- a/net-misc/megasync/Manifest
+++ b/net-misc/megasync/Manifest
@@ -7,7 +7,9 @@ DIST megasync-sdk-20170215.tar.gz 3475525 BLAKE2B 
71e85a62c9429944a0bd3cbe4f914b
 EBUILD megasync-3.0.1.ebuild 3631 BLAKE2B 
6747ed137f2174d13cdefd2347e0b39772f52b37b0031eae0cb0ee836657ee37e9f8836bc0b784ce6272494ec1c0a0229f7d1f42e3417812d58dfecb71982d38
 SHA512 
cef1286d280689516eb6fd754c70524c2acd48976637275a46493211151cd89e1ea45c6f0494de606a71c84876b7d186a3af55311279aca41267cbda9219bd9e
 EBUILD megasync-3.1.4.ebuild 3165 BLAKE2B 
4f50da930addad128e9cbd6be4b7e2b44bff6e8ddd0d7609076297385bd11fed43e3c0fdd0f03ce2e29bf21b3aa707a928af8d3f3063e0a7cedcc33928a65711
 SHA512 
964fbd703748194c5c2b109d89e03bdb7d99c2b793fb187875e7d7304e69ea0f7efce9a19d607ce1b87de5e229fbf9d2fbda86df02aa6c42ffeab908c8152dc1
 EBUILD megasync-3.5.3.ebuild 3277 BLAKE2B 
a59fddfa224bcdb23b033950d8cbe0587f145717710824c2470f8e5c76d01853a0b65101b0841c01024f3ad85eb5e86a993be4d31d57f5245829b9eda92ac334
 SHA512 
3d063386c052ec6c673d31c37ac2d7a8e78ee47d627bc5961d0e8ea9f1b7fde76f58078de0cc7cd5e1aa968b1941e7f51d22e9632ffe6c0b8dda05d919b40f13
-EBUILD megasync-3.6.0-r1.ebuild 3275 BLAKE2B 
5d38e6a51ada5d8e20d193e811cb7053f362fd9d936b2ad216116ec68a8d382f8467d69005f1399087905ac1876f32dc1d1fc62c28ae655c7da23debb99ebf7c
 SHA512 
2c3ce9067753c26b6339f64ea2cd23a0f7fd395556f3d535a404227017601b992f66a494db999ff42f927d02573b8f2a3d49c7b8c50e499025c261fe89fec5e2
+EBUILD megasync-3.6.0-r1.ebuild 3277 BLAKE2B 
16486c24e8443039c7793a0d23e44d55d9594af91257b2edd78cda9ba5f22968aa8564fa52bba5baf368c5907725c5c2e83764a422424639b62638e7ca66364f
 SHA512 
cdf8578835f4560087deb3e248b6c70303718fee558a11f2a5d4fe0a415934aaab5ffb6f55a799ed9159dd7d22b35f067f77fac69c304d48f73c03d840066b79
+EBUILD megasync-3.6.0-r2.ebuild 3300 BLAKE2B 
40ce7786ae55cfffcf902588bca7362fa3eeae819c20a1bc645e353d2fa4b77ffc4d5f5c4a642df81ba39204da35b231132fc09f8c97e666d67da4fd850a6453
 SHA512 
d53d07610ec4637b3d5cc45aa45cc4774ea8ee054d3b1d4885fd655cca0cdde15d6455aca42c99e301e38c891b8b897562effc512bb49dc5829f75ec49cf06e0
+EBUILD megasync-3.6.5-r1.ebuild 3361 BLAKE2B 
b9d0466202b87f9e443b87e16da763b09e6c99a0c2a9d53c3364fa4d584daee910f60c1b20e9be2c7fe84eb3491717555091357b84bc7473aa2c5cf92ff6ac7a
 SHA512 
c735dc38e5776ead131e9ac2235242e251d3834c7460001bb23ae1c46bc1208e9cd45c60891ea565486b890eff6238bd8512f45e2d7aec68cab664f9fa7337a1
 EBUILD megasync-3.6.5.ebuild 3336 BLAKE2B 
2cf009c94d874548b066cfa5fc3ed01b12dc531c04249d61bfd9d2cf82e00b838ebfb1caead8fa0ea051f6d06c039940fa0e6c298150ce68c9c3523b59cb7856
 SHA512 
e2a09e28f41fb9a3f28bbd177f50c256161d44ab02e2fa2a1b7743b6b390a337e1dd404a651923a0c1c54e8662ae70c3943629883f402a1f8e6b89257f9d7362
 EBUILD megasync-.ebuild 3637 BLAKE2B 
948364efa4ae9ce897da38659e669fbb509de374686832d4546caccc4f9333693749540c989f1bb074b9eb929b308978ed089f4b6be714dbf76c530e608b
 SHA512 
020ca96d8972f66cc79673bc31083af2fffacbb02dfeb12677d5d62f08605e1a4f9b29d55d5509231a416c39e7b1cd2e6b20d16c4af00a415cbaf4c133fa6c6d
 MISC metadata.xml 318 BLAKE2B 
ffc32715f0597b63ba78c242a5adfad13c921b43da17b5e07b4cca5e5ef69dbb3c89a7d110165dcea06ed317f873a5210db21be0ac5941dfb433185fdcb7a6e7
 SHA512 
e4930a21d6f75f5395e2e96436b42c792771fd7167abceeff0db7a9036616c6feeb6beee890afa6ff5e4584f5bb6938084316e60df57997aa1c20ba0a025514c

diff --git a/net-misc/megasync/megasync-3.6.0-r1.ebuild 
b/net-misc/megasync/megasync-3.6.0-r1.ebuild
index ec142f1..7557f31 100644
--- a/net-misc/megasync/megasync-3.6.0-r1.ebuild
+++ b/net-misc/megasync/megasync-3.6.0-r1.ebuild
@@ -20,7 +20,7 @@ else
EGIT_SUBMODULES=( '*' )

#SRC_URI="https://github.com/meganz/MEGAsync/archive/v${PV}.0_Linux.tar.gz -> 
${P}.tar.gz
#https://github.com/meganz/sdk/archive/${SDK_COMMIT}.tar.gz -> 
${PN}-sdk-20170215.tar.gz"
-   KEYWORDS="x86 amd64"
+   KEYWORDS="~x86 ~amd64"
#RESTRICT="mirror"
#S="${WORKDIR}/MEGAsync-${PV}.0_Linux"
 fi

diff --git a/net-misc/megasync/megasync-3.6.0-r1.ebuild 
b/net-misc/megasync/megasync-3.6.0-r2.ebuild
similarity index 99%
copy from net-misc/megasync/megasync-3.6.0-r1.ebuild
copy to net-misc/megasync/megasync-3.6.0-r2.ebuild
index ec142f1..c4ccf5f 100644
--- a/net-misc/megasync/megasync-3.6.0-r1.ebuild
+++ 

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

2018-05-21 Thread Mikle Kolyada
commit: fcaa006c1afbe20042047b1c9bb4a11570d8feef
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 21 19:37:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 21 19:37:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcaa006c

sys-apps/fakeroot: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/fakeroot/fakeroot-1.20.2.ebuild | 37 
 1 file changed, 37 deletions(-)

diff --git a/sys-apps/fakeroot/fakeroot-1.20.2.ebuild 
b/sys-apps/fakeroot/fakeroot-1.20.2.ebuild
deleted file mode 100644
index db368714fec..000
--- a/sys-apps/fakeroot/fakeroot-1.20.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils flag-o-matic
-
-DESCRIPTION="A fake root environment by means of LD_PRELOAD and SysV IPC (or 
TCP) trickery"
-HOMEPAGE="https://packages.qa.debian.org/f/fakeroot.html;
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="acl debug static-libs test"
-
-DEPEND="acl? ( sys-apps/acl )
-   test? ( app-arch/sharutils )
-   sys-libs/libcap"
-
-DOCS="AUTHORS BUGS DEBUG README doc/README.saving"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.19-no-acl_h.patch
-}
-
-src_configure() {
-   export ac_cv_header_sys_acl_h=$(usex acl)
-
-   use debug && append-cppflags "-DLIBFAKEROOT_DEBUGGING"
-   econf \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}



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

2018-05-21 Thread Mikle Kolyada
commit: afe6f9d16dc9b4ae65b20e27e5fc650c6711ecfc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 21 19:36:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 21 19:36:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe6f9d1

sys-apps/fakeroot: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/fakeroot/Manifest   |  3 ---
 sys-apps/fakeroot/fakeroot-1.18.4.ebuild | 37 
 sys-apps/fakeroot/fakeroot-1.19.ebuild   | 36 ---
 sys-apps/fakeroot/fakeroot-1.20.ebuild   | 37 
 4 files changed, 113 deletions(-)

diff --git a/sys-apps/fakeroot/Manifest b/sys-apps/fakeroot/Manifest
index 5720a017b07..1a8f5f69f4b 100644
--- a/sys-apps/fakeroot/Manifest
+++ b/sys-apps/fakeroot/Manifest
@@ -1,5 +1,2 @@
-DIST fakeroot_1.18.4.orig.tar.bz2 309298 BLAKE2B 
49cc2664b2292ebbf9cf2b6847100f53be31326d72a6361484d078d7ee7d4ed72db8aa630feae1359313042c9d6de1f7d70b4c93ad2930634757196c55267936
 SHA512 
497292fe21d18a37eadd657fbe01db8902f4b8d87d63605928efd59789f4c14737997b9f0abc4d794dbef78066b952064bdb2dd9f0910ec75349d7dd313cd058
-DIST fakeroot_1.19.orig.tar.bz2 312304 BLAKE2B 
c217564ed1ab152b64cbd67b71e113396299e417139421868872567d639f56d0d84ca7cfb01ff6f7027379b4cec2101035fc97ac37313424082211914901b34d
 SHA512 
ff3f50cdf168deafab337d3d98299ccd4129ed2a9befa5f28171d92c2ddfa08c8f42424f32b3fbcbb1f83c16f22952e571946f4152246d08b0d18bab77c458e9
 DIST fakeroot_1.20.2.orig.tar.bz2 326910 BLAKE2B 
813fce6416a375de7dce0581a2a7398f023e5e5d6b981d6dd973e9e29380b5908e0bb9e1e84db3b20638933817ed85a8f7d341b369631881905aab9ca4cf2119
 SHA512 
1ac231f995774aa40f43c4325cd9e6de45365963277c32a85776690c3e7fd281ac410f3d91395dc1e5e5ca3b143e89914e048632011a3985ead216e870852231
-DIST fakeroot_1.20.orig.tar.bz2 321491 BLAKE2B 
6f8b1ea6df5cba2a261d5d494cb6dd6cfaf712765804324e0a2c050c85d9069aa45cd2eac36a0f0d4bca93087815ce10de5262699c2acbe6959c45670c94071a
 SHA512 
b041ab87559f784041f05bfa9d5186ceaafebbcbd03057ede62bf420551e337ceec4b7101854937e206c6389ac2c0719545d5971457edaf564856bb44ce7b4b6
 DIST fakeroot_1.22.orig.tar.bz2 338238 BLAKE2B 
b6cee7483ea7ec17747e638cbfefa565f26b3b00517f3ec90280f8ce556ce8efa3833accc07885365e20f80967a67291fadc27cd80766548cc86e2aa70c74c33
 SHA512 
193478d9ff88ca2ae69fe47b73b6c61aeb2ba3f2a9e7ed5d455022705857c6f34cdcbe2d3f614c4c4c9509368dc78b9a7b7aa56fb3b50bb3309448140abd796a

diff --git a/sys-apps/fakeroot/fakeroot-1.18.4.ebuild 
b/sys-apps/fakeroot/fakeroot-1.18.4.ebuild
deleted file mode 100644
index de37d87752d..000
--- a/sys-apps/fakeroot/fakeroot-1.18.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="A fake root environment by means of LD_PRELOAD and SysV IPC (or 
TCP) trickery"
-HOMEPAGE="https://packages.qa.debian.org/f/fakeroot.html;
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE="acl static-libs test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   acl? ( sys-apps/acl )
-   test? ( app-arch/sharutils )"
-
-DOCS="AUTHORS BUGS DEBUG README doc/README.saving"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.18.4-no-acl_h.patch
-}
-
-src_configure() {
-   export ac_cv_header_sys_acl_h=$(usex acl)
-
-   econf \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
-}

diff --git a/sys-apps/fakeroot/fakeroot-1.19.ebuild 
b/sys-apps/fakeroot/fakeroot-1.19.ebuild
deleted file mode 100644
index d3d2f857a13..000
--- a/sys-apps/fakeroot/fakeroot-1.19.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="A fake root environment by means of LD_PRELOAD and SysV IPC (or 
TCP) trickery"
-HOMEPAGE="https://packages.qa.debian.org/f/fakeroot.html;
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE="acl static-libs test"
-
-DEPEND="acl? ( sys-apps/acl )
-   test? ( app-arch/sharutils )
-   sys-libs/libcap"
-
-DOCS="AUTHORS BUGS DEBUG README doc/README.saving"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.19-no-acl_h.patch
-}
-
-src_configure() {
-   export ac_cv_header_sys_acl_h=$(usex acl)
-
-   econf \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/sys-apps/fakeroot/fakeroot-1.20.ebuild 
b/sys-apps/fakeroot/fakeroot-1.20.ebuild
deleted file mode 100644
index a93af73e7d3..000
--- 

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

2018-05-21 Thread Mikle Kolyada
commit: d43b798be03d8f1f0a10d7cd12433bc227efc8ca
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 21 19:31:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 21 19:31:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43b798b

sys-apps/ifplugd: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/ifplugd/ifplugd-0.28-r9.ebuild | 70 -
 1 file changed, 70 deletions(-)

diff --git a/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild 
b/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild
deleted file mode 100644
index a3a9bd0112f..000
--- a/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Brings up/down ethernet ports automatically with cable detection"
-HOMEPAGE="http://0pointer.de/lennart/projects/ifplugd/;
-SRC_URI="http://0pointer.de/lennart/projects/ifplugd/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm amd64 hppa ppc x86"
-IUSE="doc selinux"
-
-DEPEND="virtual/pkgconfig
-   doc? ( www-client/lynx )
-   >=dev-libs/libdaemon-0.5"
-RDEPEND=">=dev-libs/libdaemon-0.5
-   >=sys-apps/baselayout-1.12
-   selinux? ( sec-policy/selinux-ifplugd )"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-nlapi.diff"
-   epatch "${FILESDIR}/${P}-interface.patch"
-   epatch "${FILESDIR}/${P}-strictalias.patch"
-   epatch "${FILESDIR}/${P}-noip.patch"
-}
-
-src_configure() {
-   econf \
-   $(use_enable doc lynx) \
-   --with-initdir=/etc/init.d \
-   --disable-xmltoman \
-   --disable-subversion
-}
-
-src_install() {
-   default
-
-   # Remove init.d configuration as we no longer use it
-   rm -rf "${D}/etc/ifplugd" "${D}/etc/init.d/${PN}"
-
-   exeinto "/etc/${PN}"
-   newexe "${FILESDIR}/${PN}.action" "${PN}.action"
-
-   cd "${S}/doc"
-   dodoc README SUPPORTED_DRIVERS
-   use doc && dohtml *.html *.css
-}
-
-pkg_postinst() {
-   # Warn about old init script
-   einfo "baselayout now starts ifplugd automatically on wired interfaces"
-   einfo "If you do not want this behaviour then add !plug to your modules"
-   einfo "in /etc/conf.d/net like so"
-   einfo "   modules=( \"!plug\" )"
-
-   if [ -e "${ROOT}/etc/init.d/ifplugd" -o -e "${ROOT}/etc/conf.d/ifplugd" 
] ; then
-   echo
-   ewarn "You should stop the ifplugd service now and remove its 
init"
-   ewarn "script and config file"
-   if [ "${ROOT}" = "/" ] ; then
-   ewarn "   /etc/init.d/ifplugd stop"
-   ewarn "   rc-update del ifplugd"
-   ewarn "   rm -f /etc/{conf,init}.d/ifplugd"
-   fi
-   fi
-}



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

2018-05-21 Thread Mikle Kolyada
commit: 91b57ec05614bb6ec58ab352ff8af32ee5bc2857
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 21 19:27:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 21 19:27:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b57ec0

x11-wm/cwm: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-wm/cwm/Manifest   |  1 -
 x11-wm/cwm/cwm-5.1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/x11-wm/cwm/Manifest b/x11-wm/cwm/Manifest
index 668d4efe9e9..57cb403b8f4 100644
--- a/x11-wm/cwm/Manifest
+++ b/x11-wm/cwm/Manifest
@@ -1,3 +1,2 @@
-DIST cwm-5.1.tar.gz 44095 BLAKE2B 
105b7991795d1af76ce590d300ecb53af3d8b97c78d6310d9c5f40a1d43fe9079bc75ada083eb465a5ccc1299c9e907f1d24a515223e2285cd8fdc3acdc197d2
 SHA512 
6bacd3b76aac4773c77e7216714d64f64f5b810904fb68ea62528e13a7326689ce0320b876086c044eac1cd0e24b71c541843c4c679af1184b93d9a9fe041eda
 DIST cwm-5.6-chneukirchen.tar.gz 50799 BLAKE2B 
4d9341e89b21187044bbcbc658dea2eac6f6c1c87f25e1b0b81871a9f8b95af7354c8b486bd77f201acba430e019a5c784591cfc5efb281fd40d6670749958ad
 SHA512 
0bb5f9c69e1ed30ef38ced70008baa347032a0c31ee2d4a88e3b45092969a5427ef160577da4891aba3181067235b244f11fc796815f41448930b438099b5bfc
 DIST cwm-5.6-xmw.tar.gz 53738 BLAKE2B 
9c36c42fc35a8206035ed59fb8fe2e8eb13effcdb43d488bcc99c2d0f48476e206e46fd52c0928afdb51d55c68d9be03a186aaf4c49d03bcdf8754df0c5d81db
 SHA512 
cf0174523838dba5997206be904ab667efc5ff7e413e98bb81cc3a69d40a79b54e21405787e088486feb8790d1094a2d3cce0be08d7ee36a2b9b0dadd78466c7

diff --git a/x11-wm/cwm/cwm-5.1.ebuild b/x11-wm/cwm/cwm-5.1.ebuild
deleted file mode 100644
index 0eb7d10256b..000
--- a/x11-wm/cwm/cwm-5.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
-HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
-   https://github.com/chneukirchen/cwm;
-SRC_URI="http://chneukirchen.org/releases/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libXrandr"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   sys-devel/bison"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-4.2_p20111229-Makefile.patch
-   tc-export CC
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr install
-   dodoc README
-   make_session_desktop ${PN} ${PN}
-}



[gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/

2018-05-21 Thread Sobhan Mohammadpour
commit: 59dd0aede61853ceafe0935b4ff44e1c41983969
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Mon May 21 19:07:53 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Mon May 21 19:07:53 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=59dd0aed

x11-libs/gtksourceview: bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild | 58 ++
 1 file changed, 58 insertions(+)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild 
b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
new file mode 100644
index ..db3725e9
--- /dev/null
+++ b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_MIN_API_VERSION="0.24"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="A text widget implementing syntax highlighting and other features"
+HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3.0/3"
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.48:2
+   >=dev-libs/libxml2-2.6:2
+   >=x11-libs/gtk+-3.20:3[introspection?]
+   glade? ( >=dev-util/glade-3.9:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.25
+   >=sys-devel/gettext-0.19.4
+   dev-util/itstool
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-deprecations \
+   $(use_enable glade glade-catalog) \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}
+
+src_test() {
+   virtx emake check
+}
+
+src_install() {
+   gnome2_src_install
+
+   insinto /usr/share/${PN}-3.0/language-specs
+   doins "${FILESDIR}"/2.0/gentoo.lang
+}



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

2018-05-21 Thread Thomas Deutschmann
commit: d5d060056e70ba4fc745ac42552bf021d16482f7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 21 18:53:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 21 18:53:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d06005

dev-libs/libfastjson: hppa/sparc stable

Package-Manager: Portage-2.3.38, Repoman-2.3.9

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

diff --git a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild 
b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild
index f88a8d2f5b9..97b560002f2 100644
--- a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild
+++ b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.rsyslog.com/tag/libfastjson/;
 SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz;
 LICENSE="MIT"
 SLOT="0/4.2.0"
-KEYWORDS="amd64 arm arm64 ~hppa ~sparc x86"
+KEYWORDS="amd64 arm arm64 hppa sparc x86"
 IUSE="static-libs"
 
 DEPEND=">=sys-devel/autoconf-archive-2015.02.04"



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

2018-05-21 Thread Thomas Deutschmann
commit: 14f695875bab1b16a155ab0374626352bf6a100f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 21 19:01:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 21 19:01:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f69587

dev-libs/librdkafka: drop old

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/librdkafka/Manifest   |  6 --
 .../librdkafka-0.9.2-remove-lz4-automagic.patch| 47 --
 .../librdkafka-0.9.3-remove-lz4-automagic.patch| 46 --
 dev-libs/librdkafka/librdkafka-0.11.0.ebuild   | 71 -
 dev-libs/librdkafka/librdkafka-0.11.1.ebuild   | 71 -
 dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild | 73 --
 dev-libs/librdkafka/librdkafka-0.9.3.ebuild| 73 --
 dev-libs/librdkafka/librdkafka-0.9.4.ebuild| 71 -
 dev-libs/librdkafka/librdkafka-0.9.5.ebuild| 71 -
 9 files changed, 529 deletions(-)

diff --git a/dev-libs/librdkafka/Manifest b/dev-libs/librdkafka/Manifest
index 4cb4344a0b3..a12de3cdbeb 100644
--- a/dev-libs/librdkafka/Manifest
+++ b/dev-libs/librdkafka/Manifest
@@ -1,8 +1,2 @@
-DIST librdkafka-0.11.0.tar.gz 837546 BLAKE2B 
32dc35a97c51353c2635965244eefb98ba0575f4aafe405f7cccbc1ce06a3c8230ebd6171f4519ab50f4d996dc934c868366f8520d210216697584d1d730bde6
 SHA512 
1c41bd5bb9eb93b3bf743e8c4f14684609cb47b0c4fb95d303ddc7c62fdb678d9e6928fa6ea57c0aaa7695d08ab6e7ec84b699d7d61c7f750af0fe2cb148c596
-DIST librdkafka-0.11.1.tar.gz 859238 BLAKE2B 
bc53f358320aa40d1acb209daa2594f18421bb6913bad7ba08a5612dfd6683e65489dc31ed67adc9df090d719ea6ab1031f46e524f055c61cab3f1f941a7163b
 SHA512 
24aba6cfbd5df6a010a735fde455a9272c85b26055b172893b8e5259c2d6a7f2adc9637699f7f3b7270200a280cd95d52779a8f89fbb6af5fc035488ff54310e
 DIST librdkafka-0.11.3.tar.gz 1849838 BLAKE2B 
570713642b5ec9c2487a37b9146edda5f844427dbf55d6cb654ca9a8690cd6f77bcc9325800ac2a34da21f1cca33187f390c00132f9e5c28503f816ee256c4f9
 SHA512 
e9bb97ea1597019a841dd4ba3666ad72dcbc0539054155ce0caee92f1324f1a490515b0310405f822b829c05ed2688b48e2ca205a91cf88bf9ad6411f7c12b26
 DIST librdkafka-0.11.4.tar.gz 1900117 BLAKE2B 
3e755c91d6a2e12829ba841749977f8c05c9f243d79db64247547e4a49790e67d07f7d82633f45689dcc5f88caaef200027e6af3866de283c1de6120d7f98467
 SHA512 
6b34e7c476d328a2f8e8321f6ddcaeaf43730284bb3aaddac81c3cd9a1fa5d7f7ef7481f1093b36d89edde7b766da6cd27a9eb9a635b12b640e8a46a269bafc8
-DIST librdkafka-0.9.2.tar.gz 620799 BLAKE2B 
e3665de63c573529df171bc4def2e341f0a051f8df1119d83d65d631e0744bbcc73251fc7ea3278e840bd16962960d45d45493f4f33c8f4592a381853a054927
 SHA512 
12a7da8de59de684da527ab969cd84dc8602741e9208941e1c7ad6dc69774bcbc3fbde0620d48c300372fa20b15aa826d309b71730119d82ec578e274c241152
-DIST librdkafka-0.9.3.tar.gz 637066 BLAKE2B 
7c120e5e79a6b51c9e6f7d849eb5e49f7e7096e2888d27e2d63b11954269ecf886a88af98e447b1422400ab013852be272f828a711712dac6a28946314bcd40b
 SHA512 
5ec4c597eb7871c13feaaa96a76dc97c836f1fb5ae6c11d10675aee5577ad09d33e104af8fd497a8fbc7ee2c59434800d4cd857843f5c37460d4107ba0dc4e78
-DIST librdkafka-0.9.4.tar.gz 696078 BLAKE2B 
fa3b5b1cff0ffaa495e0a62c2886665c0d577bb68a6af9a0c1a6375e8a5804efba80e82b5c4f6d5308374d9a22b078eee18cf75ffa24669fa91c6276c80256f7
 SHA512 
054897d90131ba7d91f66e2929f19224ae96feabe1be69e93a87ad05864f4893aa56456c3c15a303826f0c519eab09c5cd6e0b34d76ae68db6060aa80e9bc8de
-DIST librdkafka-0.9.5.tar.gz 753196 BLAKE2B 
48e9c2aba02f1a3c720b48c7962af7a1e26cd7604d325344a1b68cb107420f37a2fad406e256ec5d1ac281cc39aaa2d9831f42db9888400d706b0954f35f5113
 SHA512 
06b2c7e3dd1c8a84322d256f2470804ba0ac205777cf66c0c98222d3f90ed26d6fcae375ee0343558ccf901d7a8d354009f377a435ecd0ce2d02c73848fbc8a4

diff --git 
a/dev-libs/librdkafka/files/librdkafka-0.9.2-remove-lz4-automagic.patch 
b/dev-libs/librdkafka/files/librdkafka-0.9.2-remove-lz4-automagic.patch
deleted file mode 100644
index bf22aed9a48..000
--- a/dev-libs/librdkafka/files/librdkafka-0.9.2-remove-lz4-automagic.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-[PATCH] configure: Add option to disable automagic dependency on
- liblz4
-
-Backport of commit cbf5ea173a2e17310aa1adc4b1ee80fb8831901b.
-
-Previously, mklove activated lz4 support when lz4 was found. This added
-a so called "automagic" dependency on liblz4 which is a problem from
-distributions.
-
-This commit will add an option which will allow you to explicit disable
-lz4 usage.

- configure.librdkafka | 11 +++
- 1 file changed, 7 insertions(+), 4 deletions(-)
-
-diff --git a/configure.librdkafka b/configure.librdkafka
-index 34acc17..71d9905 100644
 a/configure.librdkafka
-+++ b/configure.librdkafka
-@@ -30,6 +30,8 @@ mkl_toggle_option "Development" ENABLE_REFCNT_DEBUG 
"--enable-refcnt-debug" "Ena
- 
- mkl_toggle_option "Development" ENABLE_SHAREDPTR_DEBUG 
"--enable-sharedptr-debug" "Enable sharedptr debugging" "n"
- 

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

2018-05-21 Thread Thomas Deutschmann
commit: 919e1c063fd5cab45c72e6bf7e1669c86f99fba1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 21 18:55:55 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 21 18:55:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919e1c06

dev-libs/liblognorm: hppa stable

Package-Manager: Portage-2.3.38, Repoman-2.3.9

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

diff --git a/dev-libs/liblognorm/liblognorm-2.0.4.ebuild 
b/dev-libs/liblognorm/liblognorm-2.0.4.ebuild
index d9bcb023134..635f5f3f9c5 100644
--- a/dev-libs/liblognorm/liblognorm-2.0.4.ebuild
+++ b/dev-libs/liblognorm/liblognorm-2.0.4.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 ~hppa x86 ~amd64-linux"
+   KEYWORDS="amd64 arm ~arm64 hppa x86 ~amd64-linux"
 fi
 
 LICENSE="LGPL-2.1 Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/

2018-05-21 Thread Thomas Deutschmann
commit: 8faca73a617dde0cd6d9d7eab35bd33e143bc433
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 21 18:45:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 21 18:45:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faca73a

net-firewall/shorewall: Bump to v5.2.0.4

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-firewall/shorewall/Manifest |   7 +
 net-firewall/shorewall/shorewall-5.2.0.4.ebuild | 459 
 2 files changed, 466 insertions(+)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 97255359cca..ad42f46bf1c 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,21 +1,28 @@
 DIST shorewall-5.1.12.4.tar.bz2 555854 BLAKE2B 
697fb7dbe4217b3a8d7230b3d79cec94f33ff69975b9f52477def8424e2ed9c79614e5aff4a40e31c2c0c69bc32f88c40810b7b1e5381037df1cf225b8bf97ec
 SHA512 
25038865df0b3a4d1bcdb14b58108cd0f42e8738c3415ef2ce6fcbf3b15fc651fa90ce6adcfc3c67d6e0dd18709c4862a3ca18f1976e6c96567db6cdae86e000
 DIST shorewall-5.2.0.2.tar.bz2 537374 BLAKE2B 
650b3f23307be51b3a4ce75dcdfb3024ab476b5b5a2119b92181a8fc304ea6c4d1bdad342163eff4ea797d6dd18de0c0f1cf26d4de1e48f5fb0b384c25c85edf
 SHA512 
e80525599956316fbd1421fce95e2e6adc0a2992ef1791b3d4d5a339100859c34396e19ee4f00f430f5808fc160c09e6f7a7f4f619bbbe21422524f1daaa1849
 DIST shorewall-5.2.0.3.tar.bz2 538053 BLAKE2B 
1488177b2151c90790cc3f1d9dd186e502189cc483a908e477adf878d52feb423e4a64c7a39470555ac06329124f01fd5918dd4d0b404f0435ab3ad34be0bd18
 SHA512 
37ae7d0ea9ebb86f75cf9a4572ee84118aba87b2690c76457f76313502a3abd96b5f5b700d7c650d98db7f0655d8f2ba0a0fece269613bb153fa3a2f6158b05b
+DIST shorewall-5.2.0.4.tar.bz2 538938 BLAKE2B 
1df68e166f5f443f120b9f45010da005b3d86a51d09c059d0886a2735c6d27c1568ae0422998f001deb48c512cb9fed23cbad423754682b06e9a4b5176b45cef
 SHA512 
b44622972d4b4ffcde9d7da57d3994279f3962bb2d2e13892d7d77453da502527ab89cb59fb6692341b5d166cb7a3e31909df31dc21c758707eff29f3ab2c9a0
 DIST shorewall-core-5.1.12.4.tar.bz2 86548 BLAKE2B 
8384c2f8ec673db3f0fed04af702e1967d41133f3a066ba09cbd58199654878d4d6c73730a933525304d68f7834c80d5c2a2452a4dd6faa71e2580deadf3189e
 SHA512 
f77ae4080fa81a3259ab620ba7615c4188e6bec0244e898702dc641aacd8ac54160331e270b3708d818bfa9452cf96014868199a48c28f15c50d128365cb62e6
 DIST shorewall-core-5.2.0.2.tar.bz2 75108 BLAKE2B 
2523d3fbdb0755c9c14195dedd0a4db2329b96a1ac5bde1eed1f0bb5623f89e18fab641d84074999b3058f73da75c9d306d372e02fac0bd735b0247256dad123
 SHA512 
1a6b94d25a09eeb464e4e35dee6e10a505d9fe271f034bc92763bed5c7bae44f88de68321f4b21bef4ef6e199d746d24fb4be077c676f96d9c84d8dfd453f370
 DIST shorewall-core-5.2.0.3.tar.bz2 75625 BLAKE2B 
fd8ae63da974088958ffb4a0a9b3d740556f60e1f73b50614af1fd337cf0c715cbd79f003085df1d6a2e1ad1203b8f322aea56e4808dbc920c3c09ef7011a4d5
 SHA512 
c67f0c64272c03650d4c3a727bcc0f9fc5771eb10e8b914e0c4709b4fda5ee1bea98a6e2a84eb43ee44a41005d8b05bf869ec7c61be582d3b82936f33a6d3d0a
+DIST shorewall-core-5.2.0.4.tar.bz2 76022 BLAKE2B 
58602e01f7a7b6e6853c847fa38bfff2fbeb57ea68ffd124f9e556b0137bef65bfe25c8b7c70f0d6fc7b21dab7e82401985a08f0a1a8c4ca6159cbfd1862712c
 SHA512 
bfd21f249fa3b7a952bf9aeead91eac0f7db6c2f3c386e9d2aca9645916b8a799ce58ac7b6edb93d0b934d224824f9cd94b8db63a0b35a260051209613561bf4
 DIST shorewall-docs-html-5.1.12.4.tar.bz2 4281202 BLAKE2B 
51624bf6a36766fa8f1aad9600885dc2b92f656ef3a7bc6cf3704a33d2e014af590bbe1621793bd77d291baa3441a0f493c27f838159ccbb15b0684ab26f4bef
 SHA512 
e1592137013b463a7cbd28c7354f51b36460c054d55e1819198b72c600ccbdc8b3fee4bab33d7a71466397338bd38e0aa6312f1c182e79052f249c51d1017dc1
 DIST shorewall-docs-html-5.2.0.2.tar.bz2 4294083 BLAKE2B 
3ce667e656359f7d2f27bd03a47f2eae9f407a04f7b2921ad7099729164c40b3a88b2651052c3b28a3ab404953bef811da499f6acd4eb432648bf6d727124a20
 SHA512 
751f2c426e8abe9a5af396df39d4b67ccf674113b4b595916c6d44c14ace67f82ae2ffc84500b25d2876f0356b02c96383068d54fa97804afe464d2d5eccba31
 DIST shorewall-docs-html-5.2.0.3.tar.bz2 4295064 BLAKE2B 
a4913ac5138a2ee1c0c8640a7e2ea4e40bd4324aee0ffd6d4b228b41065d4d4e9e55ef0d600fd93dca8cb3ee73aeb2df196496d68dd11b40b23ce7c96ec0f9d6
 SHA512 
1e887b7eb0c4d0a78be7857a537f7cfa1307b43feed6396c5db289de5a2ea13547e25311bdd1e1dd48cd460e12ff71ce1520f1ec0feab87753f10cfeb45873c1
+DIST shorewall-docs-html-5.2.0.4.tar.bz2 4294681 BLAKE2B 
b6e975ddefae5dc7fd0a9be58c6fd231e828ed8e18e2405202766068b37796c075785c2cc05f25bc9decc50fbdfc01bad8d8f929b90592aa2e8cc040719e3cf1
 SHA512 
2685161f9d25cf745831f603129c4e9a33a264118698392f589e481a76bcb082dad14c9be6dc57c29441eb9807d842e5f08b3483e1e03099f0059f10ea907d91
 DIST shorewall-init-5.1.12.4.tar.bz2 41541 BLAKE2B 
149b31b2ffd37c64cfc69de7d2d3a39824ce427a98a84f4e96af02aad9e04f0973f862ea0b158245a1d806504dc0dac9a5a554776d9533a7c88dbf6c096d4d07
 SHA512 
971f0a7a25f49c289e9c9d6d564e05b7f2675d271ef95c15b06a4a4e878a74c5b13a1ea80411014a5130f53267df6691042b313c423db193b9cd6cde172ed359
 DIST shorewall-init-5.2.0.2.tar.bz2 29749 BLAKE2B 

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

2018-05-21 Thread Thomas Deutschmann
commit: 0065f4f80dfd8ef91a0a0b0dfb25a5efa49bd76d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 21 19:00:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 21 19:00:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0065f4f8

dev-libs/librdkafka: hppa stable

Package-Manager: Portage-2.3.38, Repoman-2.3.9

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

diff --git a/dev-libs/librdkafka/librdkafka-0.11.3-r1.ebuild 
b/dev-libs/librdkafka/librdkafka-0.11.3-r1.ebuild
index ca1f3b84781..ef4921fdc0a 100644
--- a/dev-libs/librdkafka/librdkafka-0.11.3-r1.ebuild
+++ b/dev-libs/librdkafka/librdkafka-0.11.3-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ~ppc x86"
 
PATCHES=( "${FILESDIR}"/${P}-fix-memory-leak-issue1534.patch )
 fi



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

2018-05-21 Thread Thomas Deutschmann
commit: 9a41908293252bf540130b8f8c5e8ff26b2835a2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 21 18:59:18 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 21 18:59:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a419082

dev-libs/liblognorm: drop old

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/liblognorm/Manifest   |   5 -
 .../files/liblognorm-1.1.0-fix-enable-docs.patch   |  41 
 .../files/liblognorm-1.1.2-issue_135.patch | 110 -
 dev-libs/liblognorm/files/respect_CFLAGS.patch |  11 ---
 dev-libs/liblognorm/liblognorm-1.1.0.ebuild|  47 -
 dev-libs/liblognorm/liblognorm-1.1.2-r1.ebuild |  56 ---
 dev-libs/liblognorm/liblognorm-2.0.1.ebuild|  72 --
 dev-libs/liblognorm/liblognorm-2.0.2.ebuild|  72 --
 dev-libs/liblognorm/liblognorm-2.0.3.ebuild|  72 --
 9 files changed, 486 deletions(-)

diff --git a/dev-libs/liblognorm/Manifest b/dev-libs/liblognorm/Manifest
index af8a577bee1..60c3b29e2a9 100644
--- a/dev-libs/liblognorm/Manifest
+++ b/dev-libs/liblognorm/Manifest
@@ -1,7 +1,2 @@
-DIST liblognorm-1.1.0.tar.gz 499355 BLAKE2B 
4cde6d42a3eb82b160722c64110e71d0962d1f590b6bf62a328af6cb71a36b6a608cac79a75e0e1f564b2423d5a8069282764158d08ce3d1294677e9f39717cd
 SHA512 
f694d47c8e60871f0f3ce1fe8092b2596850beea618760c289d9cec6068fb8e8e260f4abb3faf20b931864d91ed18f640c65235fd693f6c67ce232fa11006107
-DIST liblognorm-1.1.2.tar.gz 547224 BLAKE2B 
babe23a73cfaf6275ac0bd81ed0248bdd600323d65bf152254a006533fe6bb1dd7fe1f270d4844985f587d76b61980bdca275b86b35e50d130b572e7d1886bb1
 SHA512 
d0dc206ac2f34174ec1a7e05ae4f84520ae67f49b5540bf9b957378418d6e32384fddd40aaa26dfbdec868a6e7d7a0b677af5201dcbf4f0d4b177934a260ff00
-DIST liblognorm-2.0.1.tar.gz 657390 BLAKE2B 
afdec1d1afbf0cfae7a317a4bdfd109457f3149dc3051d5497b23d9957092f37191fb6a0d58e50225d67b61d29e6be082977cb6a102d5a560f5f06cd7186c4e2
 SHA512 
557ba4180d764c04edabe6292a44f5340c5b1f7ac2390a4068711be4ad6da7429e651bc2230d6ff9cc6c58cd6a6c59149f20083de8cf4d8239d95f86db39565f
-DIST liblognorm-2.0.2.tar.gz 658976 BLAKE2B 
44a928ca4d8934f9b6f0b81610315a7de1f0968d2d62fddf9e919699c2fa10d1bce94f0a46a40ff9bf6521ae7dc7a88440febd1b770af9dc3983d13e5a10e188
 SHA512 
7cb1e20c895859072b9d6f0b3c2dd89874192dce6d11878a4c3eb0b0d9f1691d97205a61290e9cd07deeaa71c58f5fb6a4c1f14bd206119d690cf84c107ccbe4
-DIST liblognorm-2.0.3.tar.gz 660680 BLAKE2B 
d5da4386026faae43dbcbe36aacc47687ef8636be2223a596a9915adee731535083016e5d680c9169cb8d4262a7f3d2342a9e6af566108a635f9d49fcf2cfec5
 SHA512 
8f343f3029c506a9c060b1b55e478da9ceedc1fbf27ca53a991ffbddb397383adfee2d79beb174a6c997599ee3c0fa4bbc9925fa850e5bf4f4d7b181ddae7cdb
 DIST liblognorm-2.0.4.tar.gz 665898 BLAKE2B 
80bcd114d2be81f8eea847e699b7e8ade9ca37d4376f64af81bfaba1a440e1efbab579235aba775c46a9d011e930453d2c001de525577b7775784e7152b3e700
 SHA512 
3c7cbf0c8c320708615218009354d198ba0893632ca464a07270f59d137753dfc7ad6dae66b565660f14e9285f9c8964824d36070b1872b6c633589b4996ba02
 DIST liblognorm-2.0.5.tar.gz 667709 BLAKE2B 
9f2a774c2378caa460a1f11e21570e719f83e782c5731a35921099b1b31397495ea2a4baebd489d186526eb2d011f2ab30d971713a8083c1ae02168d3f632ce8
 SHA512 
2b36fabfa8b751127d47f307833414d339ae43bad5b687ce6ac42a961021f9a515703ca0c4808e098ef49be3a943abdbf307f90995a2331c6e266167ef041d00

diff --git a/dev-libs/liblognorm/files/liblognorm-1.1.0-fix-enable-docs.patch 
b/dev-libs/liblognorm/files/liblognorm-1.1.0-fix-enable-docs.patch
deleted file mode 100644
index 3bffe5ec74f..000
--- a/dev-libs/liblognorm/files/liblognorm-1.1.0-fix-enable-docs.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-[PATCH] Turn --disable-docs into --enable-docs and make it work
-
-See upstream issue #16 for more details.

- configure.ac | 22 ++
- 1 file changed, 14 insertions(+), 8 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 547908c..26a2f96 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -96,15 +96,21 @@ fi
- 
- # docs (html) build settings
- AC_ARG_ENABLE(docs,
--  [AS_HELP_STRING([--disable-docs],[Disable building HTML docs (requires 
Sphinx)])],
--  [enable_docs="no"],
--  [enable_docs="yes"]
-+  [AS_HELP_STRING([--enable-docs],[Enable building HTML docs (requires 
Sphinx) @<:@default=no@:>@])],
-+  [case "${enableval}" in
-+  yes) enable_docs="yes" ;;
-+  no) enable_docs="no" ;;
-+  *) AC_MSG_ERROR(bad value ${enableval} for --enable-docs) ;;
-+  esac],
-+  [enable_docs="no"]
- )
--AC_CHECK_PROGS([SPHINXBUILD], [sphinx-build sphinx-build3 sphinx-build2], 
[no])
--AS_IF([test "$enable_docs" = "yes" -a "x$SPHINXBUILD" = xno],
--[AC_MSG_ERROR([sphinx-build is required to build documentation, install 
it or try --disable-docs])]
--)
--AM_CONDITIONAL([ENABLE_DOCS], [test "$enable_docs" = yes])
-+if test "$enable_docs" = "yes"; then
-+

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

2018-05-21 Thread Thomas Deutschmann
commit: aed92624dfbfb33040868135d49ee455302ffa92
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 21 18:54:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 21 18:54:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed92624

dev-libs/libfastjson: drop old

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/libfastjson/Manifest  |  4 --
 ...fix-for-implicit-declaration-of-vasprintf.patch | 27 -
 dev-libs/libfastjson/libfastjson-0.99.2.ebuild | 47 --
 dev-libs/libfastjson/libfastjson-0.99.4.ebuild | 40 --
 dev-libs/libfastjson/libfastjson-0.99.6.ebuild | 40 --
 dev-libs/libfastjson/libfastjson-0.99.7.ebuild | 40 --
 6 files changed, 198 deletions(-)

diff --git a/dev-libs/libfastjson/Manifest b/dev-libs/libfastjson/Manifest
index 37f2f9c8f2d..3b7b2dfd27e 100644
--- a/dev-libs/libfastjson/Manifest
+++ b/dev-libs/libfastjson/Manifest
@@ -1,5 +1 @@
-DIST libfastjson-0.99.2.tar.gz 366602 BLAKE2B 
99674f5914974ba8c1df6cef5203c46de78b87ef709178bd7aa754a4dbe5fef28001c028adae174c6b41ed883a2cd378b9c3713fc2d4ec6db69c67dd010231c6
 SHA512 
4b57697cbb901bc12a26d98c3d6df998aba373d4f38339189c9bd3e5a32777fa4796039fe82581337e576fa93c6deb87759eba04326134f587064c82e1b3daaf
-DIST libfastjson-0.99.4.tar.gz 424989 BLAKE2B 
c6c3c6ad81bf4363d70623be2171cffa9b169dc2c7139c097a934cfe97cff861dd7a6d6048702822e786ea7838c0fee6d80329ade1831249b47e54ef8ffacf5b
 SHA512 
b38f01469021093f21b43550e7574d2bad7b57a28b62f27cb1d2a57e33d2cb29208d20d978bdebe5a82a9736dfcfd7ec0a0fa945762702f4389d69850c2cfeb3
-DIST libfastjson-0.99.6.tar.gz 431066 BLAKE2B 
0611e8998cf59d988ab75ddbb38b264266da141d088380986081206e7840f393797a47b4a23a32a947f7c720da907c8cb48b9886d6a673cd74f8ab4135392909
 SHA512 
b3b4a5ba959723ffbf8d8218c97c696ccbb781e8c2563ede6ffd7bcbdfcf75495deba5c2b8952c6c215b78dd9cfa728c95cf56bde9b1cfa7ebd6ba68b5b8f166
-DIST libfastjson-0.99.7.tar.gz 433298 BLAKE2B 
a97bb7ee704cf0e6b669cb16ec382150df9831c48679c352efb0c9cd44abae040d1d4e48f257292b05be11298cbe9e6ddca7792183befec59552d5a92956806c
 SHA512 
e33942dd90af1dffaf328d2db03951dcb7aabf4f7ed499116a5986516af6971a5e2a244a1a2a72d5ee6c496c9a27e7ace165fb0337706c649b1d97c8f0d2f75d
 DIST libfastjson-0.99.8.tar.gz 433819 BLAKE2B 
f988c01de8e7becc5a848825c18151fec2b80f81eb5b50e459b1a3bb535f5521fb63e9350eb133eb984f57f42c5f529220a0c9461eb4689e1421ad815c4c4d87
 SHA512 
1e7eb7eaae2c6ccb78b77ac883808e1d311b03bad083dc72ab7712765a2ed139accd762850d60f54c6fe0ad48c4385714818fd2c8ed76700ce3546e5aff1c823

diff --git 
a/dev-libs/libfastjson/files/libfastjson-0.99.2-fix-for-implicit-declaration-of-vasprintf.patch
 
b/dev-libs/libfastjson/files/libfastjson-0.99.2-fix-for-implicit-declaration-of-vasprintf.patch
deleted file mode 100644
index 8772cf403df..000
--- 
a/dev-libs/libfastjson/files/libfastjson-0.99.2-fix-for-implicit-declaration-of-vasprintf.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From d895b1327814fad6846fec9370fade177a587aa3 Mon Sep 17 00:00:00 2001
-From: Thomas D.
-Date: Tue, 8 Mar 2016 16:05:08 +0100
-Subject: [PATCH] printbuf.c: Fix for implicit declaration of function
- 'vasprintf'
-
-Using the same q'n'd fix from eabae907c9d991143e17da278a239819f2e8ae1c for
-printbuf.c as well.

- printbuf.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/printbuf.c b/printbuf.c
-index 18237f6..d529d23 100644
 a/printbuf.c
-+++ b/printbuf.c
-@@ -15,6 +15,7 @@
- 
- #include "config.h"
- 
-+#define _GNU_SOURCE
- #include 
- #include 
- #include 
--- 
-2.7.2
-

diff --git a/dev-libs/libfastjson/libfastjson-0.99.2.ebuild 
b/dev-libs/libfastjson/libfastjson-0.99.2.ebuild
deleted file mode 100644
index 78c9df42e56..000
--- a/dev-libs/libfastjson/libfastjson-0.99.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Fork of the json-c library, which is optimized for liblognorm 
processing"
-HOMEPAGE="http://www.rsyslog.com/tag/libfastjson/;
-SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz;
-
-LICENSE="MIT"
-
-# subslot = soname version
-SLOT="0/3.0.0"
-
-KEYWORDS="amd64 arm arm64 hppa x86"
-IUSE="static-libs"
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-   local PATCHES=(
-   
"${FILESDIR}"/${PN}-0.99.2-fix-for-implicit-declaration-of-vasprintf.patch
-   )
-
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable static-libs static)
-   --disable-rdrand
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   local DOCS=( AUTHORS ChangeLog )
-   default
-
-   find "${ED}"usr/lib* -name '*.la' -delete || die
-}

diff --git a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild 
b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild
deleted file mode 

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

2018-05-21 Thread Hans de Graaff
commit: c87dc1139027e5587351be6a4ff0fe24743378ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 21 17:39:40 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 21 18:15:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87dc113

dev-ruby/request_store: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/request_store/request_store-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/request_store/request_store-1.4.1.ebuild 
b/dev-ruby/request_store/request_store-1.4.1.ebuild
index ab89379ff34..5addbd29f9c 100644
--- a/dev-ruby/request_store/request_store-1.4.1.ebuild
+++ b/dev-ruby/request_store/request_store-1.4.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2018-05-21 Thread Hans de Graaff
commit: 0602149547a02c4dade5878af804c0dd43cdebba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 21 18:13:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 21 18:15:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06021495

dev-ruby/ruby-progressbar: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
index 8d332539bfb..033082b7ba8 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-05-21 Thread Hans de Graaff
commit: d209873c08d8907bcdbd3cbbb7804f6a9059cff9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 21 18:12:25 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 21 18:15:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d209873c

dev-ruby/fuubar: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/fuubar/fuubar-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/fuubar/fuubar-2.3.1.ebuild 
b/dev-ruby/fuubar/fuubar-2.3.1.ebuild
index 568f7b6c80c..264f9822df4 100644
--- a/dev-ruby/fuubar/fuubar-2.3.1.ebuild
+++ b/dev-ruby/fuubar/fuubar-2.3.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2018-05-21 Thread Hans de Graaff
commit: 3adb879270f792f6b3013dffe1b35dea74f0bb54
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 21 18:12:59 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 21 18:15:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adb8792

dev-ruby/rspectacular: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/rspectacular/rspectacular-0.70.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild 
b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
index a18f574b30f..55322c4a4ec 100644
--- a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
+++ b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-05-21 Thread Hans de Graaff
commit: 12b611cea7ed634c8267114ca31ff53df4877152
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 21 17:58:15 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 21 18:15:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b611ce

dev-ruby/shoulda-matchers: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild 
b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild
index c5c4aab8deb..bccb317feb9 100644
--- a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild
+++ b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2018-05-21 Thread Zac Medico
commit: 441d853f5076a066ca9d6901a01158191a3208a2
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon May 21 17:57:24 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 21 18:10:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441d853f

dev-util/bazel: make build respect MAKEOPTS

Bug: https://bugs.gentoo.org/652776
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-util/bazel/bazel-0.10.1.ebuild | 5 +++--
 dev-util/bazel/bazel-0.13.0.ebuild | 5 +++--
 dev-util/bazel/bazel-0.7.0.ebuild  | 7 ---
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-util/bazel/bazel-0.10.1.ebuild 
b/dev-util/bazel/bazel-0.10.1.ebuild
index 5a238c7915f..bb11e0536ac 100644
--- a/dev-util/bazel/bazel-0.10.1.ebuild
+++ b/dev-util/bazel/bazel-0.10.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit bash-completion-r1 java-pkg-2
+inherit bash-completion-r1 java-pkg-2 multiprocessing
 
 DESCRIPTION="Fast and correct automated build system"
 HOMEPAGE="http://bazel.io/;
@@ -36,11 +36,12 @@ src_compile() {
# R: /proc/24939/setgroups
# C: /usr/lib/systemd/systemd
addpredict /proc
+   export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs)"
VERBOSE=yes ./compile.sh || die
# Use standalone strategy to deactivate the bazel sandbox, since it
# conflicts with FEATURES=sandbox.
echo "build --verbose_failures --spawn_strategy=standalone 
--genrule_strategy=standalone" \
-   > "${T}/bazelrc" || die
+   "--jobs=$(makeopts_jobs)" > "${T}/bazelrc" || die
output/bazel --bazelrc="${T}/bazelrc" build scripts:bazel-complete.bash 
|| die
mv bazel-bin/scripts/bazel-complete.bash output/ || die
 }

diff --git a/dev-util/bazel/bazel-0.13.0.ebuild 
b/dev-util/bazel/bazel-0.13.0.ebuild
index 5a238c7915f..bb11e0536ac 100644
--- a/dev-util/bazel/bazel-0.13.0.ebuild
+++ b/dev-util/bazel/bazel-0.13.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit bash-completion-r1 java-pkg-2
+inherit bash-completion-r1 java-pkg-2 multiprocessing
 
 DESCRIPTION="Fast and correct automated build system"
 HOMEPAGE="http://bazel.io/;
@@ -36,11 +36,12 @@ src_compile() {
# R: /proc/24939/setgroups
# C: /usr/lib/systemd/systemd
addpredict /proc
+   export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs)"
VERBOSE=yes ./compile.sh || die
# Use standalone strategy to deactivate the bazel sandbox, since it
# conflicts with FEATURES=sandbox.
echo "build --verbose_failures --spawn_strategy=standalone 
--genrule_strategy=standalone" \
-   > "${T}/bazelrc" || die
+   "--jobs=$(makeopts_jobs)" > "${T}/bazelrc" || die
output/bazel --bazelrc="${T}/bazelrc" build scripts:bazel-complete.bash 
|| die
mv bazel-bin/scripts/bazel-complete.bash output/ || die
 }

diff --git a/dev-util/bazel/bazel-0.7.0.ebuild 
b/dev-util/bazel/bazel-0.7.0.ebuild
index 4684dc2d3b4..0a5efcceeb5 100644
--- a/dev-util/bazel/bazel-0.7.0.ebuild
+++ b/dev-util/bazel/bazel-0.7.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit bash-completion-r1 java-pkg-2
+inherit bash-completion-r1 java-pkg-2 multiprocessing
 
 DESCRIPTION="Fast and correct automated build system"
 HOMEPAGE="http://bazel.io/;
@@ -36,11 +36,12 @@ src_compile() {
# R: /proc/24939/setgroups
# C: /usr/lib/systemd/systemd
addpredict /proc
+   export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs)"
VERBOSE=yes ./compile.sh || die
# Use standalone strategy to deactivate the bazel sandbox, since it
# conflicts with FEATURES=sandbox.
echo "build --verbose_failures --spawn_strategy=standalone 
--genrule_strategy=standalone" \
-   > "${T}/bazelrc" || die
+   "--jobs=$(makeopts_jobs)" > "${T}/bazelrc" || die
output/bazel --bazelrc="${T}/bazelrc" build scripts:bazel-complete.bash 
|| die
mv bazel-bin/scripts/bazel-complete.bash output/ || die
 }



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

2018-05-21 Thread Ulrich MĂ¼ller
commit: 54804862fa24e3f39873d7b91e7b52124e74f43a
Author: Ulrich MĂ¼ller  gentoo  org>
AuthorDate: Fri May  4 05:11:47 2018 +
Commit: Ulrich MĂ¼ller  gentoo  org>
CommitDate: Mon May 21 18:06:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54804862

bzr.eclass: Support EAPI 7.

 eclass/bzr.eclass | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass
index 7fa682e1250..29464ec32d5 100644
--- a/eclass/bzr.eclass
+++ b/eclass/bzr.eclass
@@ -20,19 +20,20 @@
 
 EBZR="bzr.eclass"
 
+if [[ ${EBZR_REPO_URI%%:*} = sftp ]]; then
+   DEPEND=">=dev-vcs/bzr-2.6.0[sftp]"
+else
+   DEPEND=">=dev-vcs/bzr-2.6.0"
+fi
+
 case ${EAPI:-0} in
2|3|4|5|6) ;;
+   7) BDEPEND="${DEPEND}"; DEPEND="" ;;
*) die "${EBZR}: EAPI ${EAPI:-0} is not supported" ;;
 esac
 
 EXPORT_FUNCTIONS src_unpack
 
-if [[ ${EBZR_REPO_URI%%:*} = sftp ]]; then
-   DEPEND=">=dev-vcs/bzr-2.6.0[sftp]"
-else
-   DEPEND=">=dev-vcs/bzr-2.6.0"
-fi
-
 # @ECLASS-VARIABLE: EBZR_STORE_DIR
 # @DESCRIPTION:
 # The directory to store all fetched Bazaar live sources.



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

2018-05-21 Thread Mike Frysinger
commit: 246ef463bcb57fa0a103734a5b8c60138a5fbaea
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon May 21 17:35:02 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon May 21 17:35:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246ef463

dev-util/meson: mark 0.45.1 m68k/s390/sh stable

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

diff --git a/dev-util/meson/meson-0.45.1.ebuild 
b/dev-util/meson/meson-0.45.1.ebuild
index d788579bfe8..cabc6b2b4e6 100644
--- a/dev-util/meson/meson-0.45.1.ebuild
+++ b/dev-util/meson/meson-0.45.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x64-macos ~x64-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~x64-macos ~x64-solaris"
 fi
 
 inherit distutils-r1



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

2018-05-21 Thread MichaÅ‚ GĂ³rny
commit: 77165507be8a8d4c0588dd64dbf2e5ae3687c939
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Mon May 21 17:31:00 2018 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Mon May 21 17:32:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77165507

sci-libs/coinhsl: Update Manifest

Update Manifest to include BLAKE2B.  Thanks to Dimas Abreu Archanjo
Dutra for the checksums.

 sci-libs/coinhsl/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/coinhsl/Manifest b/sci-libs/coinhsl/Manifest
index e4a3eadc339..deacf93482c 100644
--- a/sci-libs/coinhsl/Manifest
+++ b/sci-libs/coinhsl/Manifest
@@ -1 +1 @@
-DIST coinhsl-2014.01.10.tar.gz 906586 SHA256 
7c2be60a3913b406904c66ee83acdbd0709f229b652c4e39ee5d0876f6b2e907 SHA512 
fe71b07c4fc11a8a7a40a115457588b91aa4481726e523502d92d6604c5fda13cffcc4620ada64b9332cb3502f8bfbc4ee856125cd5fd987cccf49bae5d46711
 WHIRLPOOL 
7b59a9d2d532cb494d12485529cf13d14d48a354a622c3d8d2252f46f0aaeb5e60d4ee17f8d11e3e4717cf81d056709b4b03a2dcebbfbf60ea264b55303e4834
+DIST coinhsl-2014.01.10.tar.gz 906586 BLAKE2B 
d58d200cd3402cdb694ff84bf4228bb548bd70e98a4aeaccad94544385fb241c68dad1ebb1c35a5549f852baa82f264864ee1db75f5a7019a252cf01ec10ba21
 SHA512 
fe71b07c4fc11a8a7a40a115457588b91aa4481726e523502d92d6604c5fda13cffcc4620ada64b9332cb3502f8bfbc4ee856125cd5fd987cccf49bae5d46711



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

2018-05-21 Thread MichaÅ‚ GĂ³rny
commit: d3ebcae159514a56bf37afa77e4cb105ba2bacb0
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Mon May 21 17:32:00 2018 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Mon May 21 17:32:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ebcae1

package.mask: Unmask sci-libs/coinhsl post Manifest update

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ac436902612..cdba46c86f8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -126,14 +126,6 @@ sci-libs/freesteam
 # Broken *FLAGS handling.  Use -r3 instead.
 =dev-util/scons-3.0.1-r2
 
-# MichaÅ‚ GĂ³rny  (15 May 2018)
-# Distfile missing BLAKE2B hash.  The package is fetch-restricted,
-# the sources can apparently by only obtained by buying it, or filing
-# an academic license request and having it approved.  Please provide
-# the updated hash if you have the matching distfile.
-# Bug #642908.  Removal in 30 days.
-sci-libs/coinhsl
-
 # MichaÅ‚ GĂ³rny  (15 May 2018)
 # Remaining fetch-restricted game packages missing BLAKE2B hashes.
 # Please provide updated hashes if you have the matching distfiles.



[gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/, lxqt-base/liblxqt/files/

2018-05-21 Thread Jimi Huotari
commit: 164da104c43c71833a52d740966ea27904fc9189
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon May 21 17:11:05 2018 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon May 21 17:11:39 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=164da104

lxqt-base/liblxqt: make polkit optional

Upstream changed the method of installing 'POLKIT_FILES', which
unconditionally creates a build-time dependency.  We can avoid this
by adding a USE-flag for it, and patch the 'CMakeLists.txt' to handle it
as an option instead.

https://github.com/lxqt/liblxqt/commit/6570771dbf31f21f7cd5d6abc18d1bbb0f9b039a

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 .../files/liblxqt-make-polkit-optional.patch   | 29 ++
 lxqt-base/liblxqt/liblxqt-.ebuild  | 11 ++--
 2 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/liblxqt/files/liblxqt-make-polkit-optional.patch 
b/lxqt-base/liblxqt/files/liblxqt-make-polkit-optional.patch
new file mode 100644
index ..7444318d
--- /dev/null
+++ b/lxqt-base/liblxqt/files/liblxqt-make-polkit-optional.patch
@@ -0,0 +1,29 @@
+--- a/CMakeLists.txt   2018-05-21 16:51:42.359463205 +0300
 b/CMakeLists.txt   2018-05-21 16:36:26.767259223 +0300
+@@ -160,7 +160,14 @@
+ find_package(Qt5 ${QT_MINIMUM_VERSION} CONFIG REQUIRED Widgets DBus X11Extras 
LinguistTools)
+ find_package(Qt5Xdg ${QTXDG_MINIMUM_VERSION} REQUIRED)
+ find_package(KF5WindowSystem REQUIRED)
+-find_package(PolkitQt5-1 REQUIRED)
++
++# Optionally include the PolkitQt5-1 module.
++option(BUILD_POLKIT "Install the PolkitQt5-1 files." ON)
++
++if(BUILD_POLKIT)
++find_package(PolkitQt5-1 REQUIRED)
++endif ()
++
+ message(STATUS "Building ${PROJECT_NAME} with Qt ${Qt5Core_VERSION}")
+ 
+ QT5_ADD_DBUS_INTERFACE(DBUS_INTERFACE_SRCS
+@@ -367,7 +374,9 @@
+ COMPONENT Runtime
+ )
+ 
+-install(FILES ${POLKIT_FILES} DESTINATION 
"${POLKITQT-1_POLICY_FILES_INSTALL_DIR}")
++if (PolkitQt5-1_FOUND)
++install(FILES ${POLKIT_FILES} DESTINATION 
"${POLKITQT-1_POLICY_FILES_INSTALL_DIR}")
++endif ()
+ 
+ #
+ # Create and install pkgconfig file

diff --git a/lxqt-base/liblxqt/liblxqt-.ebuild 
b/lxqt-base/liblxqt/liblxqt-.ebuild
index 5ff0b33e..79420a8f 100644
--- a/lxqt-base/liblxqt/liblxqt-.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,6 +17,7 @@ fi
 
 LICENSE="|| ( BSD LGPL-2.1+ )"
 SLOT="0"
+IUSE="policykit"
 
 RDEPEND="
>=dev-libs/libqtxdg-3.0.0
@@ -32,8 +33,11 @@ RDEPEND="
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
>=dev-util/lxqt-build-tools-0.4.0
+   policykit? ( sys-auth/polkit-qt )
 "
 
+PATCHES=( "$FILESDIR/${PN}-make-polkit-optional.patch" )
+
 pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
tc-is-gcc && [[ $(gcc-version) < 4.8 ]] && \
@@ -42,6 +46,9 @@ pkg_pretend() {
 }
 
 src_configure() {
-   local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
+   local mycmakeargs=(
+   $(usex !policykit '-DBUILD_POLKIT=OFF')
+   -DPULL_TRANSLATIONS=OFF
+   )
cmake-utils_src_configure
 }



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

2018-05-21 Thread Aaron Bauman
commit: 0d77afe01e9f01f58784dfec9b2db7f02d0081a2
Author: kuzetsa  gmail  com>
AuthorDate: Mon May 21 05:31:19 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:06:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d77afe0

sys-kernel/ck-sources: genpatches-4.9-103

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8503

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.101.ebuild | 65 +
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 8ab6b0fef44..771b3e05458 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -38,6 +38,9 @@ DIST genpatches-4.9-102.extras.tar.xz 17356 BLAKE2B 
d9a05e5b95c7a4c2477f01c7cef7
 DIST genpatches-4.9-103.base.tar.xz 1979040 BLAKE2B 
767d35109446a55c229bd3cd7a66beece88557f810b1ed1548d556e21205e2ed50eb5ee3d3aeb21255f5a1f7878ecaa722b3cc2dd0a45f116cb9288f04ae2d2c
 SHA512 
8ccfe558b0ff3fea8765664a5304b67c7e244fbe88990cdb50f82b6e9b88c2abfd865663329458c5455cafc29f62bcfa5e3a6d6557a989af99ea0899a4ebbb92
 DIST genpatches-4.9-103.experimental.tar.xz 106388 BLAKE2B 
c8a171fda6fd70e17662b779805cc7353303159443fc4031f153bb8acda5c3632aaf331d1720c389b030fbc837d25522c4abbf6cb1858e7023ba292c5373b633
 SHA512 
db1c60f4c5356cc67e26244af373678fa7b51155c620cb8d62ae966e63e5b2c8320167bae699137135fd2e522337e197d6e2d8c1bf9f736ba5fc0657243218a3
 DIST genpatches-4.9-103.extras.tar.xz 17356 BLAKE2B 
e84df76263c11d9ae1fe5bbbad0d24dfd2e866f625deab07f7b72404c351237ac28f8907cb4ef30e5bb88947ef303e1c8c4123acf4c6f899aa66f2ccfab5de41
 SHA512 
49025fe6fd388ddf72cdb3cbb68f24ae8225d4356459bbb2f8677b90488eb49f27e62591f98f87038f2d17d0355c55bf0c38b8fb94e3929a0619ebf2bccd06e6
+DIST genpatches-4.9-104.base.tar.xz 1988596 BLAKE2B 
00e31664c8da68ded4e831c872296319b341690c2640c47e0940b1dad6ac1cf9c78a1a773ea5120605af3f09ccf4a62f544b6e6a5d42562d3a803ccae6617dfd
 SHA512 
13fab296b38eae012ec9e58bb3e29fb5bf3b4afced6156d87e275836d04c9afc1a5c748b45e495d770c665e3e61020893f3ae912d7c014b2891fc56b87f640ab
+DIST genpatches-4.9-104.experimental.tar.xz 106388 BLAKE2B 
c8a171fda6fd70e17662b779805cc7353303159443fc4031f153bb8acda5c3632aaf331d1720c389b030fbc837d25522c4abbf6cb1858e7023ba292c5373b633
 SHA512 
db1c60f4c5356cc67e26244af373678fa7b51155c620cb8d62ae966e63e5b2c8320167bae699137135fd2e522337e197d6e2d8c1bf9f736ba5fc0657243218a3
+DIST genpatches-4.9-104.extras.tar.xz 17356 BLAKE2B 
e84df76263c11d9ae1fe5bbbad0d24dfd2e866f625deab07f7b72404c351237ac28f8907cb4ef30e5bb88947ef303e1c8c4123acf4c6f899aa66f2ccfab5de41
 SHA512 
49025fe6fd388ddf72cdb3cbb68f24ae8225d4356459bbb2f8677b90488eb49f27e62591f98f87038f2d17d0355c55bf0c38b8fb94e3929a0619ebf2bccd06e6
 DIST genpatches-4.9-96.base.tar.xz 1813704 BLAKE2B 
43236fbdf22137a2f98c617919e3a21208cf7269a5d5e51d705734610e348f443b57677e3c00aa1d75a73c68314de537252eb24bd23cf83e8d7de05c2f111526
 SHA512 
c8275aad26fce06c6f8286d4341964031aaa5308ee4e0396fde48f3abbc97fc47db6bcc67764ba424dbed6d93fcc935f07831c20c5dada21acdd9e2d9575a5d8
 DIST genpatches-4.9-96.experimental.tar.xz 106408 BLAKE2B 
a959d2df5d348d1dac693e9e99169f7f87a0234cd45e4a7b8f77e5d446cb844ed210ae64e7d5f50239e5d4e1d55da67ab740cf803d428a683d23ac481731ce80
 SHA512 
aa23d0364460a82382f6554416019ae1bec6fb61e3dc18ed2c9366b25f47fac447c30ba5316b5b627e041710cfd33d8411c998bba1e5e9ace722aca304ce9816
 DIST genpatches-4.9-96.extras.tar.xz 17352 BLAKE2B 
ab1643d3b767b33a4f0cf1d5de5fd373d7de89f2eec1d0c626cab8155b057d18667f614bc1cf29926e5c55538ed4570ef9c25aef171f13d8c86fb3aa130174d7
 SHA512 
7a56e5b5108ed398696e220c25859ac1a5a9e02afac6659977f1c38b8d0731ee9b8455654d3e5d03e50f188ea0eaf2e8714435eb241a4bb7fdc6f2b273859661

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.101.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.101.ebuild
new file mode 100644
index 000..c29dc650340
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.101.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+K_WANT_GENPATCHES="base extras experimental"
+K_EXP_GENPATCHES_PULL="1"
+K_EXP_GENPATCHES_NOUSE="1"
+K_GENPATCHES_VER="104"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# 

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

2018-05-21 Thread Aaron Bauman
commit: 48f8632781e50828e2f7cd34181f0f6614c600c3
Author: kuzetsa  gmail  com>
AuthorDate: Mon May 21 05:33:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:06:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f86327

sys-kernel/ck-sources: genpatches-4.16-10

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.16.10.ebuild | 62 +
 2 files changed, 65 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index dc2775cf5cb..175369c5e07 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -32,6 +32,9 @@ DIST genpatches-4.15-21.extras.tar.xz 17496 BLAKE2B 
2240a8879139d6ad765a9e38d0ef
 DIST genpatches-4.16-10.base.tar.xz 215644 BLAKE2B 
b2706d34e5778c3453aac5e63c006a94a1f35ebf164cff8af692b754721205303a3d22a1cf7715a1809359d166191dbe29503ae0632af421c34ac59210876ee0
 SHA512 
0d290d1853481052b74dea62c16f1c9d25d3b27b9fffa5f444d48e23a4dcf79cd12008940c2ab8cd6af3733003a287620148a4535431081a7d37e7b9d5c1
 DIST genpatches-4.16-10.experimental.tar.xz 5164 BLAKE2B 
f99e68621a2e5b17e4f6bef55a24ec2c52c442abfa35230e869ae008e4fca3721375e4a93a4f6cd7c49f09e5412ba4cd753bedab2fb4ae85fad57dfb8761f04f
 SHA512 
4288ddbd0123242c5e22b69645f9da7d706c08c7dd313c7c59481ffd42c395076e7aac8bc26736729d04cebe5b1da579cadeca1ecd4644bcf1d786e402e87642
 DIST genpatches-4.16-10.extras.tar.xz 17488 BLAKE2B 
75169c7816271f85df521749f6da4a706217797b10a4b3bd8ff7cdb37e380c3427f442428707449afa361956bb0197cc4c30f794491bb9ba1f5056abc586d2ad
 SHA512 
dc8253041478cfb0ce1f6d5d1ec5a4e006320822e14b79f40fea752575e47444948987c17b8ad90d1bf5febece034393f49ab8a049e5e33078831e8e640c27e2
+DIST genpatches-4.16-11.base.tar.xz 229832 BLAKE2B 
ad7e4b657825802cd3049893140621a26a20f78f5327c43d36cdbbc3ba87938a80276757f1952fb532933d691428ce0bb8dc23d8c8c1c6533d939adaf7a65b5b
 SHA512 
589eb66c4908d6c4964b50e62b22ccbcf6e9b5959cc0ce0bac6d07dbf483c0a0ded6c640649819efcee07f71ed0f930a0f6059be77d8df65e11a3f5031f8555d
+DIST genpatches-4.16-11.experimental.tar.xz 5168 BLAKE2B 
9d8fb3e66bce93a3e8e2925d3b0b3627d37af82fc3b31faa4a676e2b8c355f36ffc998e1cb0b7a7ae75153712ffb3cbe289a351a1a5511b65251734b9b977e57
 SHA512 
eff2802e2d950357dcd368a9b358bbb2a5892b886be8991da0b808ecf61f199fd079a1d4e3a60bfe0c70bb4c97b582142a1f3341731d50aafc6fad06e462c634
+DIST genpatches-4.16-11.extras.tar.xz 17496 BLAKE2B 
c7fca4b94f96e36704f4f7aea0daac855515544d54a286dc90791e8318ef172771665ce132872351da9e26a0231f0b3e356cf9380c59ea52358ece117a23157e
 SHA512 
eba699a9b0615b096358e967c1ee68989f1374ba9a4f281f232aca8ea459b30446551346a081b4a61067a4e94fedfbe2e470708801a4e9bc3049b69f6558fa14
 DIST genpatches-4.16-9.base.tar.xz 196768 BLAKE2B 
25c4b6a22a9a07af643ddc73fea2cf6e997f5cca89f86cf8386286d1b63e0c0dd393f138f66f87773d9eba382bcaec3a2562d2a4c22140a61358cd2612e11d4f
 SHA512 
aab3c760270e8d72c892d58a88fac3db792150a8f7157a2fb656d52ecfb29c9f6a049783ec9583b98b9cfd09ae6f77f672ef375d6a260cb2cb4df8157e5398a7
 DIST genpatches-4.16-9.experimental.tar.xz 5164 BLAKE2B 
0e8c1ce1a65404faafe4c0c7163cf87ce4ba4195edec6caab0dcb5351c6b211b233b6b659a7521e48e11e0fcf726e23341728591e9dbf305a4cac4500175
 SHA512 
9b4003d7902152183e4a76c54e0d4d09da33c9956aadafef4b11cdde81f7539a0d7931f4ae7d4d7e02928bbd7c128eba5fda00319723c1f7c2a7abb34ecddc9c
 DIST genpatches-4.16-9.extras.tar.xz 17492 BLAKE2B 
2e9bb4e33e33f0b5ba923bc0036a3697abefcf7c439dfba68beb0c4d0a558dffde1c9224f56da6bbea560bec3664cb1025c0ce1c961037598523d1af0d0513fb
 SHA512 
e1ed8a1532488aa849969a90bf299eaf39233695eb9bda7b070a87906b8891e2332a06234d4b2c98338b04380020387b8fb212dc95072ae79cc58274e8118656

diff --git a/sys-kernel/ck-sources/ck-sources-4.16.10.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.16.10.ebuild
new file mode 100644
index 000..12ff9f3f492
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.16.10.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="11"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} 

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

2018-05-21 Thread Aaron Bauman
commit: 71b13873e13c394ac841d903a0b23a0afb1d8042
Author: kuzetsa  gmail  com>
AuthorDate: Mon May 21 05:32:12 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:06:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b13873

sys-kernel/ck-sources: genpatches-4.14-46

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.14.42.ebuild | 67 +
 2 files changed, 70 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 771b3e05458..dc2775cf5cb 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -20,6 +20,9 @@ DIST genpatches-4.14-45.extras.tar.xz 17496 BLAKE2B 
c7fca4b94f96e36704f4f7aea0da
 DIST genpatches-4.14-46.base.tar.xz 1190412 BLAKE2B 
cf4c875da660153fdc018e10a208d0277ca7e9645aa3ced2a6331f182a9eb50ad3f459d94680f0749cff6cf2e2900930a169873b0e3076d54b4155a4718aba5b
 SHA512 
8704a4855b85b5ae151cbf66300ba7b0f546e7283fb58cfa8db32c038b32d00481770d9152e6a616f90010709215d7c07fcebd7ddfabd2978397b669894d794d
 DIST genpatches-4.14-46.experimental.tar.xz 5184 BLAKE2B 
501c9b838f5e44380043ceaa9f8a5d9097bcd97c9113874cd8c9959224d1556e64867605c803e02ba92f70e250cb8f96728dee728e52b97feaf43eeb75a95fdd
 SHA512 
907a896f768ac555d04c7d5278c632bf9a89c556a1ba863d01ba73cfa98f20c5b12742cd057bcb6037b41d12420069ac7a2453774d1a79a4e68e1216c188192b
 DIST genpatches-4.14-46.extras.tar.xz 17496 BLAKE2B 
c7fca4b94f96e36704f4f7aea0daac855515544d54a286dc90791e8318ef172771665ce132872351da9e26a0231f0b3e356cf9380c59ea52358ece117a23157e
 SHA512 
eba699a9b0615b096358e967c1ee68989f1374ba9a4f281f232aca8ea459b30446551346a081b4a61067a4e94fedfbe2e470708801a4e9bc3049b69f6558fa14
+DIST genpatches-4.14-47.base.tar.xz 1200752 BLAKE2B 
4e52afb8c85a9d2f162dec0d0e6ef557a66a6b899d47fd7578a350d65ad30bab32daa514d1305cf3a7faf66ce43f74c6a4525c8b987846bc92c2ec14405ec9cf
 SHA512 
c2a46c73d999a199b406a712e79b74d1c33c1a3d0963d43a69f8fd32b9e52beb715867cd064639c842f2395993e789de42b18973932a042061be03957ee81b1a
+DIST genpatches-4.14-47.experimental.tar.xz 5184 BLAKE2B 
12a3437d97cd8f7779e158f6e376ba41cada33db4fdbad8c803baaba01e5e459738b155fec1352e3354020f5b43846bb479fe2682dee5fa296d498e41b67af58
 SHA512 
885fc8f8b127f792426b575dc87d4c8d5655ef514eee7d8a77e065415db674fd995f6eb91c0f23ad0f03a26b01dfa67f2d474bd5a8e7753922cb9387be2d184c
+DIST genpatches-4.14-47.extras.tar.xz 17504 BLAKE2B 
5f364e68c663c7ef6d5bf5cded7fc304d806adde306d25294996063efc6c9d3134e4d8da1839cc4fccb2da4d0781b2a9ab926351ce6bf4b4c0bae9cd955233b4
 SHA512 
6d17fdfa3228377120147e43f7a53700c8d3f25c6f2a09c82818558bce493e09db4a7405c42f1b4697a4424ababc607128d98d88301f825a266c802fd18cd78c
 DIST genpatches-4.15-20.base.tar.xz 464468 BLAKE2B 
b3c30e02819663b31b4ed83794d57c4521fe13015a4419088664f017f4753117bbc88a5600e310092d8eaf8b132b0757d59fb7b503abef046db0249ed7ae96e6
 SHA512 
cf79c85b65f3a68d3d721d2425fb6e498df808097bd8b1c610023d0c36c0378ec0f92d33ee0dc39592730d87f4a1df52931ea9608be2d56d5543a201f9d1d658
 DIST genpatches-4.15-20.experimental.tar.xz 5184 BLAKE2B 
96ab38624869b7ca2caddceea1be6701c6a9df489dda0be4736765a6546909d522f5b32a44506875270485606797357bf44e044ed61ee40f6171670a5956bdbb
 SHA512 
673083672ca1758f0b3dcc4507bd18c3ea1c024c86f1f8e0bcafe6117f33e226ad981fa123f1b3317858b93f5a17b5f56924e5e5eefb6c0980fc8572626010da
 DIST genpatches-4.15-20.extras.tar.xz 17492 BLAKE2B 
a610729f55d64e3ef6dee6129879f5ae27f31bb2738b0d8d3270f3502eaa19024323a741f0ac3325ba72342ae9e3c7fc9b4dbd56f8763a4be29e825d98a17b18
 SHA512 
304fa9e1f83f5b8e2fe10905799badc8bd8e9ac981fd59b3568f9d9d208dc671ec4dc1b88163351322d047596db4d2c8f9a261dbefa3351cf25f321b84beca9e

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.42.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.42.ebuild
new file mode 100644
index 000..e6c63746647
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.14.42.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="47"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# Fix for: https://github.com/gentoo/gentoo/pull/6942

[gentoo-commits] repo/gentoo:master commit in: net-print/mtink/

2018-05-21 Thread Aaron Bauman
commit: e8a42fffb7f6c8ef7c2283cb40af097b4582e888
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 08:08:44 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:03:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a42fff

net-print/mtink: remove old

Closes: https://github.com/gentoo/gentoo/pull/8511

 net-print/mtink/mtink-1.0.16-r1.ebuild | 80 --
 1 file changed, 80 deletions(-)

diff --git a/net-print/mtink/mtink-1.0.16-r1.ebuild 
b/net-print/mtink/mtink-1.0.16-r1.ebuild
deleted file mode 100644
index eabf2d90655..000
--- a/net-print/mtink/mtink-1.0.16-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils base
-
-DESCRIPTION="mtink is a status monitor and inkjet cartridge changer for some 
Epson printers"
-HOMEPAGE="http://xwtools.automatix.de/;
-SRC_URI="http://xwtools.automatix.de/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="cups doc X"
-
-DEPEND="X? ( x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt
-   >=x11-libs/motif-2.3:0 )
-   cups? ( net-print/cups )
-   virtual/libusb:0"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-options.patch"
-   "${FILESDIR}/${P}-overflow.patch"
-)
-
-src_configure() {
-   if use X ; then
-   ./Configure || die
-   else
-   ./Configure -x || die
-   fi
-}
-
-src_compile() {
-   local mytargets
-   mytargets="ttink detect/askPrinter mtinkd"
-
-   if use X; then
-   mytargets="${mytargets} mtink mtinkc";
-   fi
-
-   emake ${mytargets}
-}
-
-src_install() {
-   dobin ttink detect/askPrinter
-
-   if use X; then
-   dobin mtinkc mtink
-   fi
-
-   dosbin mtinkd
-
-   newinitd "${FILESDIR}"/mtinkd.rc mtinkd
-   newconfd "${FILESDIR}"/mtinkd.confd mtinkd
-
-   if use cups; then
-   exeinto /usr/lib/cups/backend
-   doexe etc/mtink-cups
-   fi
-
-   dodoc README CHANGE.LOG
-   use doc && \
-   dohtml html/*.gif html/*.html
-}
-
-pkg_postinst() {
-   # see #70310
-   chmod 700 /var/mtink /var/run/mtink 2>/dev/null
-
-   elog
-   elog "mtink needs correct permissions to access printer device."
-   elog "To do this you either need to run the following chmod command:"
-   elog "chmod 666 /dev/"
-   elog "or set the suid bit on mtink, mtinkc and ttink in /usr/bin"
-   elog
-}



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

2018-05-21 Thread Aaron Bauman
commit: 95583802e524c3723286401af01b845f2f393bed
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:27:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95583802

sci-geosciences/josm: use HTTPs

 sci-geosciences/josm/josm-10966.ebuild | 10 +-
 sci-geosciences/josm/josm-9.ebuild |  8 
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-geosciences/josm/josm-10966.ebuild 
b/sci-geosciences/josm/josm-10966.ebuild
index e143e67b42d..a357e498979 100644
--- a/sci-geosciences/josm/josm-10966.ebuild
+++ b/sci-geosciences/josm/josm-10966.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,16 +6,16 @@ EAPI=5
 JAVA_ANT_ENCODING=UTF-8
 
 [[ ${PV} == "" ]] && SUBVERSION_ECLASS="subversion"
-ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk;
+ESVN_REPO_URI="https://josm.openstreetmap.de/svn/trunk;
 inherit eutils java-pkg-2 java-ant-2 ${SUBVERSION_ECLASS}
 unset SUBVERSION_ECLASS
 
 DESCRIPTION="Java-based editor for the OpenStreetMap project"
-HOMEPAGE="http://josm.openstreetmap.de/;
+HOMEPAGE="https://josm.openstreetmap.de/;
 # Upstream doesn't provide versioned tarballs, so we'll have to create one on 
our own:
 # REVISION=${PV}
 # mkdir -p josm-${REVISION}
-# svn co -r ${REVISION} http://josm.openstreetmap.de/svn/trunk/ 
josm-${REVISION}
+# svn co -r ${REVISION} https://josm.openstreetmap.de/svn/trunk/ 
josm-${REVISION}
 # cd josm-${REVISION} && ant init-svn-revision-xml && cd -
 # tar -cz  --exclude=.svn -f /usr/portage/distfiles/josm-${REVISION}.tar.gz 
josm-${REVISION}
 [[ ${PV} == "" ]] || SRC_URI="mirror://gentoo/${P}.tar.gz"
@@ -37,7 +37,7 @@ src_prepare() {
if [[ ${PV} == "" ]]; then
 
# create-revision needs the compile directory to be a svn 
directory
-   # see also 
http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html
+   # see also 
https://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html
sed -i \
-e "s:arg[ ]value=\".\":arg 
value=\"${ESVN_STORE_DIR}\/${PN}\/trunk\":" \
build.xml || die "sed failed"

diff --git a/sci-geosciences/josm/josm-9.ebuild 
b/sci-geosciences/josm/josm-9.ebuild
index 95317b08194..fb12e465c39 100644
--- a/sci-geosciences/josm/josm-9.ebuild
+++ b/sci-geosciences/josm/josm-9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,12 +6,12 @@ EAPI=5
 JAVA_ANT_ENCODING=UTF-8
 
 [[ ${PV} == "9" ]] && SUBVERSION_ECLASS="subversion"
-ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk;
+ESVN_REPO_URI="https://josm.openstreetmap.de/svn/trunk;
 inherit eutils java-pkg-2 java-ant-2 ${SUBVERSION_ECLASS}
 unset SUBVERSION_ECLASS
 
 DESCRIPTION="Java-based editor for the OpenStreetMap project"
-HOMEPAGE="http://josm.openstreetmap.de/;
+HOMEPAGE="https://josm.openstreetmap.de/;
 [[ ${PV} == "9" ]] || SRC_URI="http://josm.hboeck.de/${P}.tar.xz;
 
 LICENSE="GPL-2"
@@ -30,7 +30,7 @@ src_prepare() {
if [[ ${PV} == "9" ]]; then
 
# create-revision needs the compile directory to be a svn 
directory
-   # see also 
http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html
+   # see also 
https://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html
sed -i \
-e "s:arg[ ]value=\".\":arg 
value=\"${ESVN_STORE_DIR}\/${PN}\/trunk\":" \
build.xml || die "Sed failed"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/mapnik-world-boundaries/

2018-05-21 Thread Aaron Bauman
commit: 545f3a67d72b7975c29225889aeff6ce011db91e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:23:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545f3a67

sci-geosciences/mapnik-world-boundaries: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8514

 .../mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
 
b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
index 7d68394d045..e68b87be369 100644
--- 
a/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
+++ 
b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Mapnik World Boundaries"
-HOMEPAGE="http://www.openstreetmap.org/;
+HOMEPAGE="https://www.openstreetmap.org/;
 SRC_URI="mirror://gentoo/world_boundaries-spherical-20090331.tgz
mirror://gentoo/processed_p-20090514.zip"
 



[gentoo-commits] repo/gentoo:master commit in: sci-biology/mafft/

2018-05-21 Thread Aaron Bauman
commit: b8057dabc8b51cfddf3d94aee03b1433e8eccdc0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:14:17 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8057dab

sci-biology/mafft: use HTTPs

 sci-biology/mafft/mafft-7.050.ebuild | 6 +++---
 sci-biology/mafft/mafft-7.215.ebuild | 6 +++---
 sci-biology/mafft/mafft-7.305.ebuild | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-biology/mafft/mafft-7.050.ebuild 
b/sci-biology/mafft/mafft-7.050.ebuild
index 685d78005c7..5da5d12d1b3 100644
--- a/sci-biology/mafft/mafft-7.050.ebuild
+++ b/sci-biology/mafft/mafft-7.050.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ inherit eutils flag-o-matic multilib toolchain-funcs
 EXTENSIONS="-without-extensions"
 
 DESCRIPTION="Multiple sequence alignments using a variety of algorithms"
-HOMEPAGE="http://mafft.cbrc.jp/alignment/software/index.html;
-SRC_URI="http://mafft.cbrc.jp/alignment/software/${P}${EXTENSIONS}-src.tgz;
+HOMEPAGE="https://mafft.cbrc.jp/alignment/software/index.html;
+SRC_URI="https://mafft.cbrc.jp/alignment/software/${P}${EXTENSIONS}-src.tgz;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sci-biology/mafft/mafft-7.215.ebuild 
b/sci-biology/mafft/mafft-7.215.ebuild
index 21761f1378e..05c3d8d5239 100644
--- a/sci-biology/mafft/mafft-7.215.ebuild
+++ b/sci-biology/mafft/mafft-7.215.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ inherit eutils flag-o-matic multilib toolchain-funcs
 EXTENSIONS="-without-extensions"
 
 DESCRIPTION="Multiple sequence alignments using a variety of algorithms"
-HOMEPAGE="http://mafft.cbrc.jp/alignment/software/index.html;
-SRC_URI="http://mafft.cbrc.jp/alignment/software/${P}${EXTENSIONS}-src.tgz;
+HOMEPAGE="https://mafft.cbrc.jp/alignment/software/index.html;
+SRC_URI="https://mafft.cbrc.jp/alignment/software/${P}${EXTENSIONS}-src.tgz;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sci-biology/mafft/mafft-7.305.ebuild 
b/sci-biology/mafft/mafft-7.305.ebuild
index 92925d8342b..9f9f631416b 100644
--- a/sci-biology/mafft/mafft-7.305.ebuild
+++ b/sci-biology/mafft/mafft-7.305.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,8 +8,8 @@ inherit flag-o-matic toolchain-funcs
 EXTENSIONS="-without-extensions"
 
 DESCRIPTION="Multiple sequence alignments using a variety of algorithms"
-HOMEPAGE="http://mafft.cbrc.jp/alignment/software/index.html;
-SRC_URI="http://mafft.cbrc.jp/alignment/software/${P}${EXTENSIONS}-src.tgz;
+HOMEPAGE="https://mafft.cbrc.jp/alignment/software/index.html;
+SRC_URI="https://mafft.cbrc.jp/alignment/software/${P}${EXTENSIONS}-src.tgz;
 
 LICENSE="BSD"
 SLOT="0"



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

2018-05-21 Thread Aaron Bauman
commit: 6617c58fdc09c019a55f3609be9d7536bec5bc59
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:27:30 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6617c58f

sci-geosciences/gshhs: use HTTPs

 sci-geosciences/gshhs/gshhs-1.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/gshhs/gshhs-1.13.ebuild 
b/sci-geosciences/gshhs/gshhs-1.13.ebuild
index 01797695ac5..49e225769e9 100644
--- a/sci-geosciences/gshhs/gshhs-1.13.ebuild
+++ b/sci-geosciences/gshhs/gshhs-1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline 
programs"
-HOMEPAGE="http://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html;
+HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html;
 SRC_URI="ftp://ftp.soest.hawaii.edu/pwessel/gshhs/gshhs_1.13_src.zip;
 
 LICENSE="GPL-2"



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

2018-05-21 Thread Aaron Bauman
commit: 7d439a5d8fcaec6aab7f5ca446a6c4f910bcc7f3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:19:06 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d439a5d

sci-libs/dcmtk: use HTTPs

 sci-libs/dcmtk/dcmtk-3.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild 
b/sci-libs/dcmtk/dcmtk-3.6.0.ebuild
index 2b6faacbba6..414724b2e23 100644
--- a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild
+++ b/sci-libs/dcmtk/dcmtk-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit cmake-utils eutils
 
 DESCRIPTION="The DICOM Toolkit"
-HOMEPAGE="http://dicom.offis.de/dcmtk.php.en;
+HOMEPAGE="https://dicom.offis.de/dcmtk.php.en;
 
SRC_URI="ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/${P}.tar.gz;
 
 LICENSE="OFFIS"



[gentoo-commits] repo/gentoo:master commit in: sci-biology/wgs-assembler/

2018-05-21 Thread Aaron Bauman
commit: 81c2cb275e2ec201f8650a2a490cd2486314f94a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 08:10:29 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c2cb27

sci-biology/wgs-assembler: remove old

Closes: https://github.com/gentoo/gentoo/pull/8512

 .../wgs-assembler/wgs-assembler-7.0-r1.ebuild  | 67 --
 1 file changed, 67 deletions(-)

diff --git a/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild 
b/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild
deleted file mode 100644
index 066654dcfb9..000
--- a/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="The Celera de novo whole-genome shotgun DNA sequence assembler, 
aka CABOG"
-HOMEPAGE="https://sourceforge.net/projects/wgs-assembler/;
-SRC_URI="mirror://sourceforge/${PN}/wgs-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-DEPEND="
-   x11-libs/libXt
-   !x11-terms/terminator"
-RDEPEND="${DEPEND}
-   app-shells/tcsh
-   dev-perl/Log-Log4perl"
-
-S="${WORKDIR}/wgs-${PV}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-build.patch
-   tc-export CC CXX
-}
-
-src_configure() {
-   cd "${S}/kmer"
-   ./configure.sh || die
-}
-
-src_compile() {
-   # not really an install target
-   emake -C kmer -j1 install
-   emake -C src -j1 SITE_NAME=LOCAL
-}
-
-src_install() {
-   OSTYPE=$(uname)
-   MACHTYPE=$(uname -m)
-   MACHTYPE=${MACHTYPE/x86_64/amd64}
-   MY_S="${OSTYPE}-${MACHTYPE}"
-   sed -i 's|#!/usr/local/bin/|#!/usr/bin/env |' $(find $MY_S -type f) || 
die
-
-   sed -i '/sub getBinDirectory ()/ a return "/usr/bin";' 
${MY_S}/bin/runCA* || die
-   sed -i '/sub getBinDirectoryShellCode ()/ a return "bin=/usr/bin\n";' 
${MY_S}/bin/runCA* || die
-   sed -i '1 a use lib "/usr/share/'${PN}'/lib";' $(find $MY_S -name 
'*.p*') || die
-
-   dobin kmer/${MY_S}/bin/*
-   insinto /usr/$(get_libdir)/${PN}
-   use static-libs && doins kmer/${MY_S}/lib/*
-
-   insinto /usr/include/${PN}
-   doins kmer/${MY_S}/include/*
-
-   insinto /usr/share/${PN}/lib
-   doins -r ${MY_S}/bin/TIGR
-   rm -rf ${MY_S}/bin/TIGR || die
-   dobin ${MY_S}/bin/*
-   use static-libs && dolib.a ${MY_S}/lib/*
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/

2018-05-21 Thread Aaron Bauman
commit: 935c8b84d751ab7077bdca9005140fb697a5c2b0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 08:03:20 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:04:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935c8b84

mail-filter/policyd-weight: remove old

Closes: https://github.com/gentoo/gentoo/pull/8507

 .../policyd-weight-0.1.15.2-r1.ebuild  | 42 --
 1 file changed, 42 deletions(-)

diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild 
b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild
deleted file mode 100644
index 6f6c048e470..000
--- a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils user
-
-DESCRIPTION="Weighted Policy daemon for Postfix"
-HOMEPAGE="http://www.policyd-weight.org/;
-SRC_URI="http://www.policyd-weight.org/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="virtual/perl-Sys-Syslog
-   dev-perl/Net-DNS
-   >=mail-mta/postfix-2.1"
-
-pkg_setup() {
-   enewgroup 'polw'
-   enewuser 'polw' -1 -1 -1 'polw'
-}
-
-src_compile() { :; }
-
-src_install() {
-   exeinto /usr/libexec/postfix
-   doexe policyd-weight
-   fowners root:wheel /usr/libexec/postfix/policyd-weight
-
-   doman man/man5/*.5 man/man8/*.8
-   dodoc *.txt
-
-   sed -i -e "s:^   \$LOCKPATH.*:   \$LOCKPATH = 
'/var/run/policyd-weight/'; # must be a directory (add:" 
policyd-weight.conf.sample || die
-   insinto /etc
-   newins policyd-weight.conf.sample policyd-weight.conf
-
-   newinitd "${FILESDIR}/${PN}.init.d-r1" "${PN}"
-}



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

2018-05-21 Thread Aaron Bauman
commit: 637475600b562caa018a92f2cb2afed44d89e8f3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 07:48:04 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:03:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63747560

sys-auth/openpam: remove old

 sys-auth/openpam/openpam-20140912-r1.ebuild | 51 -
 1 file changed, 51 deletions(-)

diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild 
b/sys-auth/openpam/openpam-20140912-r1.ebuild
deleted file mode 100644
index 702e30b3184..000
--- a/sys-auth/openpam/openpam-20140912-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-
-inherit multilib autotools-multilib
-
-DESCRIPTION="Open source PAM library"
-HOMEPAGE="https://www.openpam.org/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-IUSE="debug"
-
-RDEPEND="!sys-libs/pam"
-DEPEND="
-   sys-devel/make
-   dev-lang/perl"
-
-PDEPEND="
-   sys-auth/pambase"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-20130907-gentoo.patch"
-   "${FILESDIR}/${PN}-20130907-nbsd.patch"
-   "${FILESDIR}/${PN}-20130907-module-dir.patch"
-)
-
-DOCS=( CREDITS HISTORY RELNOTES README )
-
-src_prepare() {
-   sed -i -e 's:-Werror::' "${S}/configure.ac"
-
-   autotools-multilib_src_prepare
-}
-
-my_configure() {
-   local myeconfargs=(
-   --with-modules-dir=/$(get_libdir)/security
-   )
-   autotools-utils_src_configure
-}
-
-src_configure() {
-   multilib_parallel_foreach_abi my_configure
-}



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

2018-05-21 Thread Aaron Bauman
commit: ae4064db580da0b6199a5d141b6466ead77e17a9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 07:49:23 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:03:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4064db

sci-electronics/spice: remove old

Closes: https://github.com/gentoo/gentoo/pull/8509

 sci-electronics/spice/spice-3.5.5-r1.ebuild | 70 -
 1 file changed, 70 deletions(-)

diff --git a/sci-electronics/spice/spice-3.5.5-r1.ebuild 
b/sci-electronics/spice/spice-3.5.5-r1.ebuild
deleted file mode 100644
index 7d19e22dfe3..000
--- a/sci-electronics/spice/spice-3.5.5-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils flag-o-matic multilib
-
-IUSE=""
-
-MY_P="spice3f5sfix"
-DESCRIPTION="general-purpose circuit simulation program"
-HOMEPAGE="http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/;
-SRC_URI="http://www.ibiblio.org/pub/Linux/apps/circuits/${MY_P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="sys-libs/ncurses
-   x11-libs/libXaw
-   >=app-misc/editor-wrapper-3"
-
-DEPEND="${RDEPEND}
-   x11-proto/xproto"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-   # spice accepts -O1 at most
-   replace-flags -O* -O1
-
-   unpack ${A}
-   cd "${S}"
-   # Avoid re-creating WORKDIR due to stupid mtime
-   touch ..
-
-   sed -i -e "s:termcap:ncurses:g" \
-   -e "s:joe:/usr/libexec/editor:g" \
-   -e "s:-O2 -s:${CFLAGS}:g" \
-   -e "s:-lncurses -lm -s:-lncurses -lm ${LDFLAGS}:" \
-   -e "s:SPICE_DIR)/lib:SPICE_DIR)/$(get_libdir)/spice:g" \
-   -e "s:/usr/local/spice:/usr:g" \
-   -e "s:/X11R6::" \
-   conf/linux || die
-   sed -i -e "s:head -1:head -n 1:" util/build || die
-   epatch "${FILESDIR}"/${P}-gcc-4.1.patch
-
-   # fix possible buffer overflow (bug #339539)
-   sed -i -e "s:fgets(buf, BSIZE_SP:fgets(buf, sizeof(buf):g" \
-   src/lib/fte/misccoms.c || die
-}
-
-src_compile() {
-   ./util/build linux || die "build failed"
-   obj/bin/makeidx lib/helpdir/spice.txt || die "makeidx failed"
-}
-
-src_install() {
-   # install binaries
-   dobin obj/bin/{spice3,nutmeg,sconvert,multidec,proc2mod} || die "failed 
to copy binaries"
-   newbin obj/bin/help spice.help || die
-   dosym /usr/bin/spice3 /usr/bin/spice || die
-   # install runtime stuff
-   rm -f lib/make*
-   dodir /usr/$(get_libdir)/spice || die
-   cp -R lib/* "${D}"/usr/$(get_libdir)/spice/ || die "failed to copy 
libraries"
-   # install docs
-   doman man/man1/*.1 || die
-   dodoc readme readme.Linux notes/spice2 || die
-}



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

2018-05-21 Thread Aaron Bauman
commit: 90b9eb965911a10813eacc560e4057eddd5a21a8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 07:47:30 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:03:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b9eb96

dev-util/csup: remove old

Closes: https://github.com/gentoo/gentoo/pull/8510

 dev-util/csup/csup-20060318.ebuild | 47 --
 1 file changed, 47 deletions(-)

diff --git a/dev-util/csup/csup-20060318.ebuild 
b/dev-util/csup/csup-20060318.ebuild
deleted file mode 100644
index a551390ed1b..000
--- a/dev-util/csup/csup-20060318.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="A rewrite of CVSup"
-HOMEPAGE="http://www.mu.org/~mux/csup.html;
-SRC_URI="http://mu.org/~mux/csup-snap-${PV}.tgz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/openssl
-   sys-libs/zlib"
-
-RDEPEND="${DEPEND}
-   !>=sys-freebsd/freebsd-ubin-6.2_beta1"
-
-DEPEND="${DEPEND}
-   >=sys-devel/bison-2.1"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   epatch "${FILESDIR}/${P}-respectflags.patch"
-}
-
-src_compile() {
-   # unable to work with yacc, but bison is ok.
-   emake \
-   CC="$(tc-getCC)" \
-   PREFIX=/usr YACC=bison || die "emake failed"
-}
-
-src_install() {
-   # instead of using make install, just copy the stuff directly
-   dobin csup || die "failed to install executable"
-   doman csup.1 || die "failed to install man page"
-   dodoc README
-}



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

2018-05-21 Thread Aaron Bauman
commit: c025e3df02fc97a2bfacb206433c7c04afdb2539
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:31:49 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c025e3df

sci-geosciences/gshhs-data: use HTTPs, fix SRC_URI

 sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild 
b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
index bafcf9956bf..3465400d19b 100644
--- a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
+++ b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline 
programs data"
-HOMEPAGE="http://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html;
-SRC_URI="http://www.ngdc.noaa.gov/mgg/shorelines/data/gshhs/version${PV}/gshhs+wdbii_${PV}.zip;
+HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html;
+SRC_URI="https://www.ngdc.noaa.gov/mgg/shorelines/data/gshhg/oldversions/version${PV}/gshhs+wdbii_${PV}.zip;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-biology/ncbi-tools/

2018-05-21 Thread Aaron Bauman
commit: c300029c4ce57592eaca1312ed10382e3f700f6a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:11:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c300029c

sci-biology/ncbi-tools: use HTTPs

 sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild 
b/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild
index cc0e8e3b547..1d3b5784a3a 100644
--- a/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild
+++ b/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils flag-o-matic prefix toolchain-funcs
 
 DESCRIPTION="Development toolkit and applications for computational biology, 
including BLAST"
-HOMEPAGE="http://www.ncbi.nlm.nih.gov/;
+HOMEPAGE="https://www.ncbi.nlm.nih.gov/;
 
SRC_URI="ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/${PV}/ncbi.tar.gz 
-> ${P}.tar.gz"
 
 SLOT="0"



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

2018-05-21 Thread Aaron Bauman
commit: e3d902f75e9ef56d710374e202cf75312b66ee58
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:33:08 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d902f7

sci-geosciences/opencpn: use HTTPs

 sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild | 4 ++--
 sci-geosciences/opencpn/opencpn-4.8.2.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild 
b/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild
index b5246e347de..a846188eb7d 100644
--- a/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild
+++ b/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit cmake-utils wxwidgets
 DOC_VERSION="4.1.1329.1"
 
 DESCRIPTION="a free, open source software for marine navigation"
-HOMEPAGE="http://opencpn.org/;
+HOMEPAGE="https://opencpn.org/;
 SRC_URI="https://github.com/OpenCPN/OpenCPN/archive/v${PV}.tar.gz -> 
${P}.tar.gz
 doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz
 )
 "

diff --git a/sci-geosciences/opencpn/opencpn-4.8.2.ebuild 
b/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
index 026a03b2964..4488d324a16 100644
--- a/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-4.8.2.ebuild
@@ -9,7 +9,7 @@ inherit cmake-utils wxwidgets
 DOC_VERSION="4.1.1329.1"
 
 DESCRIPTION="a free, open source software for marine navigation"
-HOMEPAGE="http://opencpn.org/;
+HOMEPAGE="https://opencpn.org/;
 SRC_URI="https://github.com/OpenCPN/OpenCPN/archive/v${PV}.tar.gz -> 
${P}.tar.gz
 doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz
 )
 "



[gentoo-commits] repo/gentoo:master commit in: sci-biology/glimmer/

2018-05-21 Thread Aaron Bauman
commit: e8739e59b6b6a408b72794f8e8c1428b002eaa2c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:18:38 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8739e59

sci-biology/glimmer: use HTTPs

 sci-biology/glimmer/glimmer-3.02-r3.ebuild | 4 ++--
 sci-biology/glimmer/glimmer-3.02b.ebuild   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-biology/glimmer/glimmer-3.02-r3.ebuild 
b/sci-biology/glimmer/glimmer-3.02-r3.ebuild
index 992a6d327fc..9a32e3dbf89 100644
--- a/sci-biology/glimmer/glimmer-3.02-r3.ebuild
+++ b/sci-biology/glimmer/glimmer-3.02-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ inherit eutils toolchain-funcs
 MY_PV=${PV//./}
 
 DESCRIPTION="An HMM-based microbial gene finding system from TIGR"
-HOMEPAGE="http://www.cbcb.umd.edu/software/glimmer/;
+HOMEPAGE="https://ccb.jhu.edu/software/glimmer/index.shtml;
 SRC_URI="http://www.cbcb.umd.edu/software/${PN}/${PN}${MY_PV}.tar.gz;
 
 LICENSE="Artistic"

diff --git a/sci-biology/glimmer/glimmer-3.02b.ebuild 
b/sci-biology/glimmer/glimmer-3.02b.ebuild
index 9653024a1de..4318b60ff94 100644
--- a/sci-biology/glimmer/glimmer-3.02b.ebuild
+++ b/sci-biology/glimmer/glimmer-3.02b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,8 +8,8 @@ inherit eutils toolchain-funcs
 MY_PV=${PV//./}
 
 DESCRIPTION="An HMM-based microbial gene finding system from TIGR"
-HOMEPAGE="http://ccb.jhu.edu/software/glimmer;
-SRC_URI="http://ccb.jhu.edu/software/${PN}/${PN}${MY_PV}.tar.gz;
+HOMEPAGE="https://ccb.jhu.edu/software/glimmer/index.shtml;
+SRC_URI="https://ccb.jhu.edu/software/${PN}/${PN}${MY_PV}.tar.gz;
 
 LICENSE="Artistic"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-biology/prosite/

2018-05-21 Thread Aaron Bauman
commit: 480a08a4588d46e46e77d3d75a0e2f1ba3f58d94
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:12:00 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480a08a4

sci-biology/prosite: use HTTPs

 sci-biology/prosite/prosite-2017.02.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/prosite/prosite-2017.02.ebuild 
b/sci-biology/prosite/prosite-2017.02.ebuild
index b3d9ef2335f..6003b17cff8 100644
--- a/sci-biology/prosite/prosite-2017.02.ebuild
+++ b/sci-biology/prosite/prosite-2017.02.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A protein families and domains database"
-HOMEPAGE="http://prosite.expasy.org/;
+HOMEPAGE="https://prosite.expasy.org/;
 
SRC_URI="ftp://ftp.expasy.org/databases/prosite/old_releases/prosite${PV//./_}.tar.bz2;
 
 LICENSE="swiss-prot"



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

2018-05-21 Thread Aaron Bauman
commit: dde1b44a730d73a4bc2b6febf36922ade68b18fe
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:34:14 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde1b44a

sci-libs/libdap: use HTTPs

 sci-libs/libdap/libdap-3.18.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libdap/libdap-3.18.1.ebuild 
b/sci-libs/libdap/libdap-3.18.1.ebuild
index c0680c183d3..e80817b5255 100644
--- a/sci-libs/libdap/libdap-3.18.1.ebuild
+++ b/sci-libs/libdap/libdap-3.18.1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools flag-o-matic
 
 DESCRIPTION="Implementation of a C++ SDK for DAP 2.0 and 3.2"
-HOMEPAGE="http://opendap.org/;
-SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz;
+HOMEPAGE="https://www.opendap.org;
+SRC_URI="https://www.opendap.org/pub/source/${P}.tar.gz;
 
 LICENSE="|| ( LGPL-2.1 URI )"
 SLOT="0"



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

2018-05-21 Thread Aaron Bauman
commit: 0ba71a054ed197a8f5f8d62f37aff2b56999
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:24:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba71a05

sci-geosciences/foxtrotgps: use HTTPs

 sci-geosciences/foxtrotgps/foxtrotgps-1.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/foxtrotgps/foxtrotgps-1.2.0.ebuild 
b/sci-geosciences/foxtrotgps/foxtrotgps-1.2.0.ebuild
index 4afbd286b6a..f3c9efbbf8e 100644
--- a/sci-geosciences/foxtrotgps/foxtrotgps-1.2.0.ebuild
+++ b/sci-geosciences/foxtrotgps/foxtrotgps-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit gnome2
 
 DESCRIPTION="Easy to use, fast and lightweight mapping application (fork of 
tangogps)"
-HOMEPAGE="http://www.foxtrotgps.org/;
-SRC_URI="http://www.foxtrotgps.org/releases/${P}.tar.xz;
+HOMEPAGE="https://www.foxtrotgps.org/;
+SRC_URI="https://www.foxtrotgps.org/releases/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-biology/velvet/

2018-05-21 Thread Aaron Bauman
commit: e43ee1e262f95f661e3418cb9addcfb2355f0a8a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May 21 10:15:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 21 17:02:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43ee1e2

sci-biology/velvet: use HTTPs

 sci-biology/velvet/velvet-1.0.18-r1.ebuild | 6 +++---
 sci-biology/velvet/velvet-1.2.10.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-biology/velvet/velvet-1.0.18-r1.ebuild 
b/sci-biology/velvet/velvet-1.0.18-r1.ebuild
index 4b7d1958cee..a8ec87b6625 100644
--- a/sci-biology/velvet/velvet-1.0.18-r1.ebuild
+++ b/sci-biology/velvet/velvet-1.0.18-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -8,8 +8,8 @@ inherit eutils toolchain-funcs flag-o-matic
 MY_P=${PN}_${PV}
 
 DESCRIPTION="A sequence assembler for very short reads"
-HOMEPAGE="http://www.ebi.ac.uk/~zerbino/velvet/;
-SRC_URI="http://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz;
+HOMEPAGE="https://www.ebi.ac.uk/~zerbino/velvet/;
+SRC_URI="https://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/sci-biology/velvet/velvet-1.2.10.ebuild 
b/sci-biology/velvet/velvet-1.2.10.ebuild
index d5a93f2f3e4..3de28bdb748 100644
--- a/sci-biology/velvet/velvet-1.2.10.ebuild
+++ b/sci-biology/velvet/velvet-1.2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ inherit eutils flag-o-matic toolchain-funcs
 MY_P=${PN}_${PV}
 
 DESCRIPTION="A sequence assembler for very short reads"
-HOMEPAGE="http://www.ebi.ac.uk/~zerbino/velvet/;
-SRC_URI="http://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz;
+HOMEPAGE="https://www.ebi.ac.uk/~zerbino/velvet/;
+SRC_URI="https://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"



  1   2   >