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

2019-06-16 Thread Hans de Graaff
commit: 270d5f9f61074534a35419d43d9ca5b903107701
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 17 05:00:51 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 17 05:00:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270d5f9f

dev-ruby/rmagick: add 3.2.0

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/rmagick/Manifest |  1 +
 dev-ruby/rmagick/rmagick-3.2.0.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/dev-ruby/rmagick/Manifest b/dev-ruby/rmagick/Manifest
index b05b9e80d36..8195649e563 100644
--- a/dev-ruby/rmagick/Manifest
+++ b/dev-ruby/rmagick/Manifest
@@ -1,3 +1,4 @@
 DIST rmagick-2.16.0.gem 1545728 BLAKE2B 
2f5396b5d5c6a60fabf7f67d104e68443c038a8e9431fbc8252a3ca915b4fb353d6a0740f00fbaac91cf3bbaff84c0dfb45d4adca6a81622fc1d2e395ed04cac
 SHA512 
e37fdd9c1e45d7ef7000602f495c3951ee2abcae83a87f68702a51a2183edb6fd8e576ca1a5ac8b64e05ae0287141137b505bf27fddc579e753f9310cb4d653c
 DIST rmagick-3.0.0.gem 1551360 BLAKE2B 
3234231762bcdda60533f0b7479def61f592a7c06570ef6865b9eb488ac44d58edd6b6ebc914c88c51632dbba55ea79887a6ad816be4ac32b470c34003f3a2ce
 SHA512 
7d8c2ae731e9565f168cb13adb8b454acb51d42b237f6bfb721735f9198d2546fbf0117d3296ac57bcd59b0a03eff611b7508d6684e533f203fdd7a6816adee4
 DIST rmagick-3.1.0.gem 1552896 BLAKE2B 
192a09d080b328f5a2f942bf02f96a618f7f8fdf2dac899b66ece65f69b421aeb96edcbd660ef1e699db543c44b997a4330540086facc19c3fb96a1c285f644a
 SHA512 
4fa02bf3fd3e3f423e638b700412c32cd30ac306c4126bdeaa6d192994f9f467837cf96cb98937cfba4a9180d6da2d94d4ee798dfc57378cc1861e8e27208057
+DIST rmagick-3.2.0.gem 1950208 BLAKE2B 
5d4255fec8fcfb8ec2f6f361fd54a3371935dbae323918b2fe1aea47645f160024a8dd16582acf5c930639a50f702b2062e475d231c3bb0acc0bd83ac9ea00ed
 SHA512 
f6f15b013699da5c61e83ecf4ca16d64e7e2f447dc721c7db55cad6b880f9805eb8bdcbf70aef3e30a82f38bbab8ca093d8c6d2ce761cde4f47209e3f99a9f16

diff --git a/dev-ruby/rmagick/rmagick-3.2.0.ebuild 
b/dev-ruby/rmagick/rmagick-3.2.0.ebuild
new file mode 100644
index 000..b0929868209
--- /dev/null
+++ b/dev-ruby/rmagick/rmagick-3.2.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.textile"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image 
processing library"
+HOMEPAGE="https://github.com/gemhome/rmagick;
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-macos"
+IUSE="doc"
+
+RDEPEND+=" >=media-gfx/imagemagick-6.9.0:= =media-gfx/imagemagick-6*"
+DEPEND+=" >=media-gfx/imagemagick-6.9.0:=[jpeg] =media-gfx/imagemagick-6*"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+all_ruby_prepare() {
+   # Avoid unused dependency on rake-compiler. This also avoids an
+   # extra compile during tests.
+   sed -i -e '/extensiontask/ s:^:#:' \
+   -e '/ExtensionTask/,/end/ s:^:#:' \
+   -e '/compile/ s:^:#:' Rakefile || die
+
+   # Avoid simplecov dependency
+   #sed -i -e '/simplecov/ s:^:#:' Rakefile test/test_all_basic.rb || die
+
+   # Squelch harmless warning about imagemagick installation.
+   sed -i -e '/prefix/ s:ImageMagick:ImageMagick-6:' 
ext/RMagick/extconf.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/RMagick extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake -Cext/RMagick V=1
+   cp ext/RMagick/RMagick2$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S rake test || die
+   RSPEC_VERSION=3 ruby-ng_rspec spec || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc examples/*
+
+   if use doc ; then
+   dodoc -r doc/.
+   fi
+}



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

2019-06-16 Thread Hans de Graaff
commit: f044b5c64644ad1fc143aafa1be97c1924a04b7a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 17 04:39:05 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 17 04:39:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f044b5c6

dev-ruby/equatable: add 0.6.0

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/equatable/Manifest   |  1 +
 dev-ruby/equatable/equatable-0.6.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/equatable/Manifest b/dev-ruby/equatable/Manifest
index e4dc8389443..1b89004a93c 100644
--- a/dev-ruby/equatable/Manifest
+++ b/dev-ruby/equatable/Manifest
@@ -1 +1,2 @@
 DIST equatable-0.5.0.gem 10240 BLAKE2B 
cbc8b0250cba6a89be0205d585a25a0f9c050cee7e1803a8725259a18b4a9b1ed62771ff9407a7b702c293c55de7c8c3000d5c29f445f230c8acbc0a0f7be384
 SHA512 
968c5497d3d18ec899b34311965421bd3c53a4d55f56ee7594bab1db3ce320e245890b007b1412ea434fc15ad7be2ec6c345068c4aa3cf74e07c146f76039478
+DIST equatable-0.6.0.gem 10752 BLAKE2B 
834c39fcd9a3156261ce16f6a24fa952175509cf75d28cb03b7acdab58948388b5ddad034841c28b2162734d74a54592a35b971f4c05d9c884808530157ba1f5
 SHA512 
43aa5021a9f3bf0a730e4e5aa45dd0dd3c868d713268617f36c4ed17b66775d7f27bd8bdffe4785a9d44da94e7f49feefa991f50f38c1a34868705aa4a92d4e9

diff --git a/dev-ruby/equatable/equatable-0.6.0.ebuild 
b/dev-ruby/equatable/equatable-0.6.0.ebuild
new file mode 100644
index 000..b5520ce3dab
--- /dev/null
+++ b/dev-ruby/equatable/equatable-0.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows ruby objects to implement equality comparison and 
inspection methods"
+HOMEPAGE="https://github.com/piotrmurach/equatable;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   echo "-rspec_helper" > .rspec || die
+}



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

2019-06-16 Thread Hans de Graaff
commit: 286685377319d6c0ad80e8a63a842f5b9ed63859
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 17 04:42:35 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 17 04:42:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28668537

dev-ruby/tty-platform: add 0.2.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/tty-platform/Manifest  |  1 +
 dev-ruby/tty-platform/tty-platform-0.2.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/tty-platform/Manifest b/dev-ruby/tty-platform/Manifest
index 9a4fb99a0a6..086bfe2d089 100644
--- a/dev-ruby/tty-platform/Manifest
+++ b/dev-ruby/tty-platform/Manifest
@@ -1 +1,2 @@
 DIST tty-platform-0.2.0.gem 10240 BLAKE2B 
5a49c928cc6c7940bf5feb99a9433dd978a1d21e139f43f646f6a566111ef2e1b6bd4a971327275bd05aaa0394199c7489f00ac4883be9b1ff9bba3ad840dbfc
 SHA512 
56f81c326e81f407246aa7363e4734f3d7e11b6b4abaa5d8f41e684124407df4866ecbc31aa4180703149659245e740d84aa2baee2192e21eccb9ed251db32ac
+DIST tty-platform-0.2.1.gem 10240 BLAKE2B 
71f89d0c4a606bb24d1ff2531f8c9a70a3aa9e2ec8b86e83e370742028dd4d3e767791d7553c483078f677ccddedb3bbe2c6c4b5f498256a2b4d6845de9920ee
 SHA512 
f519ab30d242a258d130bedc8fe153c1e31430d85405273b7ff6a409aed294db392c66a96bb6a344fc97ca40fb88cb87db3af26495e755293089d2ce7134db71

diff --git a/dev-ruby/tty-platform/tty-platform-0.2.1.ebuild 
b/dev-ruby/tty-platform/tty-platform-0.2.1.ebuild
new file mode 100644
index 000..e30b88aa6f9
--- /dev/null
+++ b/dev-ruby/tty-platform/tty-platform-0.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Query methods for detecting different operating systems"
+HOMEPAGE="https://github.com/piotrmurach/tty-platform;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+}



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

2019-06-16 Thread Hans de Graaff
commit: 38276902f572c9b52b330a7adf8818635f6d9585
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 17 04:41:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 17 04:41:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38276902

dev-ruby/pastel: add 0.7.3

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/pastel/Manifest|  1 +
 dev-ruby/pastel/pastel-0.7.3.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/pastel/Manifest b/dev-ruby/pastel/Manifest
index 4140a8b22cd..53598291825 100644
--- a/dev-ruby/pastel/Manifest
+++ b/dev-ruby/pastel/Manifest
@@ -1 +1,2 @@
 DIST pastel-0.7.2.gem 49152 BLAKE2B 
37380dd9f44f2e816628bda1ed359aeaa961c9b1c18a0e76b4b04fea39906e53601aba17fd2c1cd0571357697296ee1afce3a52fbdc33475a1560c3c2f52e567
 SHA512 
83cf7ef04800a77ee91692de5b89c6bfe6590be72f24dda74ee53809b14b7e2e9c6e70e9a829eff7aa8dd02a191057dc5f5c5528d36fe2bfd211e1c499d276f0
+DIST pastel-0.7.3.gem 22016 BLAKE2B 
0e883969446c9c64389a6280de3f94c6e4970321051bfa718698ea0ce2594ac9a36e32f29946fbceb98015644d529c8dbdafb9f1fdb2fe0825b3d9477b75f4b8
 SHA512 
71cefdac478c709c8d4899021438945c841e4eada2411aae3165e8444835bd9aed27ad9083fe223b115206311fa579d4160cde136bd7a21df5bdcf2589234177

diff --git a/dev-ruby/pastel/pastel-0.7.3.ebuild 
b/dev-ruby/pastel/pastel-0.7.3.ebuild
new file mode 100644
index 000..e76bba5ba9f
--- /dev/null
+++ b/dev-ruby/pastel/pastel-0.7.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Terminal strings styling with intuitive and clean API"
+HOMEPAGE="https://github.com/piotrmurach/pastel;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/equatable-0.6:0
+   >=dev-ruby/tty-color-0.5:0
+"
+
+all_ruby_prepare() {
+   echo '-rspec_helper' > .rspec || die
+}



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

2019-06-16 Thread Hans de Graaff
commit: bf5ee725b38f4e0eb0fca99a447da46959df3561
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 17 05:32:34 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 17 05:32:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5ee725

dev-ruby/rmagick: install docs in correct location

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/rmagick/rmagick-3.2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/rmagick/rmagick-3.2.0.ebuild 
b/dev-ruby/rmagick/rmagick-3.2.0.ebuild
index b0929868209..d4b04376933 100644
--- a/dev-ruby/rmagick/rmagick-3.2.0.ebuild
+++ b/dev-ruby/rmagick/rmagick-3.2.0.ebuild
@@ -58,6 +58,7 @@ all_ruby_install() {
dodoc examples/*
 
if use doc ; then
-   dodoc -r doc/.
+   docinto .
+   dodoc -r doc
fi
 }



[gentoo-commits] proj/releng:master commit in: tools-uclibc/, tools-uclibc/portage.ppc.hardened/package.accept_keywords/, ...

2019-06-16 Thread Anthony G. Basile
commit: 6595bb035fd67db0bec983b61255d24fd7051d76
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun 17 00:14:24 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun 17 00:14:24 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=6595bb03

tools-uclibc: udpated ppc config files

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

 .../package.accept_keywords/sys-apps_iproute2_0|   1 +
 .../package.accept_keywords/sys-apps_irpute2_0 |   1 -
 .../savedconfig/sys-apps/busybox   | 716 -
 .../savedconfig/sys-libs/uclibc-ng |   3 +-
 .../package.accept_keywords/sys-apps_iproute2_0|   1 +
 .../package.accept_keywords/sys-apps_irpute2_0 |   1 -
 .../savedconfig/sys-apps/busybox   | 716 -
 .../savedconfig/sys-libs/uclibc-ng |   3 +-
 tools-uclibc/run-ppc.sh|  10 +-
 9 files changed, 829 insertions(+), 623 deletions(-)

diff --git 
a/tools-uclibc/portage.ppc.hardened/package.accept_keywords/sys-apps_iproute2_0 
b/tools-uclibc/portage.ppc.hardened/package.accept_keywords/sys-apps_iproute2_0
new file mode 100644
index ..11636c38
--- /dev/null
+++ 
b/tools-uclibc/portage.ppc.hardened/package.accept_keywords/sys-apps_iproute2_0
@@ -0,0 +1 @@
+=sys-apps/iproute2-5.0.0 ~ppc

diff --git 
a/tools-uclibc/portage.ppc.hardened/package.accept_keywords/sys-apps_irpute2_0 
b/tools-uclibc/portage.ppc.hardened/package.accept_keywords/sys-apps_irpute2_0
deleted file mode 100644
index dd23f510..
--- 
a/tools-uclibc/portage.ppc.hardened/package.accept_keywords/sys-apps_irpute2_0
+++ /dev/null
@@ -1 +0,0 @@
-=sys-apps/iproute2-4.19.0-r1 ~ppc

diff --git a/tools-uclibc/portage.ppc.hardened/savedconfig/sys-apps/busybox 
b/tools-uclibc/portage.ppc.hardened/savedconfig/sys-apps/busybox
index 09064e57..d3b99361 100644
--- a/tools-uclibc/portage.ppc.hardened/savedconfig/sys-apps/busybox
+++ b/tools-uclibc/portage.ppc.hardened/savedconfig/sys-apps/busybox
@@ -1,58 +1,40 @@
 #
 # Automatically generated make config: don't edit
-# Busybox version: 1.24.2
-# Mon Apr 25 21:27:41 2016
+# Busybox version: 1.29.3
+# Thu Jun 13 10:58:51 2019
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
 #
-# Busybox Settings
-#
-
-#
-# General Configuration
+# Settings
 #
 CONFIG_DESKTOP=y
 CONFIG_EXTRA_COMPAT=y
+# CONFIG_FEDORA_COMPAT is not set
 CONFIG_INCLUDE_SUSv2=y
-# CONFIG_USE_PORTABLE_CODE is not set
-CONFIG_PLATFORM_LINUX=y
-CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
-# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
-# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
+CONFIG_LONG_OPTS=y
 CONFIG_SHOW_USAGE=y
 CONFIG_FEATURE_VERBOSE_USAGE=y
 CONFIG_FEATURE_COMPRESS_USAGE=y
-CONFIG_FEATURE_INSTALLER=y
-CONFIG_INSTALL_NO_USR=y
-# CONFIG_LOCALE_SUPPORT is not set
-CONFIG_UNICODE_SUPPORT=y
-# CONFIG_UNICODE_USING_LOCALE is not set
-# CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
-CONFIG_SUBST_WCHAR=63
-CONFIG_LAST_SUPPORTED_WCHAR=767
-CONFIG_UNICODE_COMBINING_WCHARS=y
-CONFIG_UNICODE_WIDE_WCHARS=y
-# CONFIG_UNICODE_BIDI_SUPPORT is not set
-# CONFIG_UNICODE_NEUTRAL_TABLE is not set
-CONFIG_UNICODE_PRESERVE_BROKEN=y
+CONFIG_LFS=y
 # CONFIG_PAM is not set
-CONFIG_FEATURE_USE_SENDFILE=y
-CONFIG_LONG_OPTS=y
 CONFIG_FEATURE_DEVPTS=y
-# CONFIG_FEATURE_CLEAN_UP is not set
 CONFIG_FEATURE_UTMP=y
 CONFIG_FEATURE_WTMP=y
 CONFIG_FEATURE_PIDFILE=y
 CONFIG_PID_FILE_PATH="/var/run"
+CONFIG_BUSYBOX=y
+CONFIG_FEATURE_INSTALLER=y
+CONFIG_INSTALL_NO_USR=y
 CONFIG_FEATURE_SUID=y
 # CONFIG_FEATURE_SUID_CONFIG is not set
 # CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
-# CONFIG_SELINUX is not set
 CONFIG_FEATURE_PREFER_APPLETS=y
 CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
+# CONFIG_SELINUX is not set
+# CONFIG_FEATURE_CLEAN_UP is not set
 CONFIG_FEATURE_SYSLOG=y
-# CONFIG_FEATURE_HAVE_RPC is not set
+CONFIG_PLATFORM_LINUX=y
 
 #
 # Build Options
@@ -61,25 +43,16 @@ CONFIG_STATIC=y
 # CONFIG_PIE is not set
 # CONFIG_NOMMU is not set
 # CONFIG_BUILD_LIBBUSYBOX is not set
+# CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set
 # CONFIG_FEATURE_INDIVIDUAL is not set
 # CONFIG_FEATURE_SHARED_BUSYBOX is not set
-CONFIG_LFS=y
 CONFIG_CROSS_COMPILER_PREFIX=""
 CONFIG_SYSROOT=""
 CONFIG_EXTRA_CFLAGS=""
 CONFIG_EXTRA_LDFLAGS=""
 CONFIG_EXTRA_LDLIBS=""
-
-#
-# Debugging Options
-#
-# CONFIG_DEBUG is not set
-# CONFIG_DEBUG_PESSIMIZE is not set
-CONFIG_UNIT_TEST=y
-# CONFIG_WERROR is not set
-CONFIG_NO_DEBUG_LIB=y
-# CONFIG_DMALLOC is not set
-# CONFIG_EFENCE is not set
+# CONFIG_USE_PORTABLE_CODE is not set
+CONFIG_STACK_OPTIMIZATION_386=y
 
 #
 # Installation Options ("make install" behavior)
@@ -94,16 +67,31 @@ CONFIG_INSTALL_APPLET_SYMLINKS=y
 CONFIG_PREFIX="./_install"
 
 #
-# Busybox Library Tuning
+# Debugging Options
 #
-# CONFIG_FEATURE_SYSTEMD is not set
+# CONFIG_DEBUG is not set
+# CONFIG_DEBUG_PESSIMIZE is not set
+# CONFIG_DEBUG_SANITIZE is not set
+CONFIG_UNIT_TEST=y
+# CONFIG_WERROR is not set

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

2019-06-16 Thread Mike Gilbert
commit: 12f7137d8a7c20d00b6756d12cbd7b0ec1b36c28
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Sun Jun 16 13:39:08 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jun 16 23:34:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f7137d

www-client/chromium: security cleanup

Bug: https://bugs.gentoo.org/684272
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/chromium/Manifest   |   2 -
 www-client/chromium/chromium-73.0.3683.75.ebuild   | 717 
 www-client/chromium/chromium-73.0.3683.86.ebuild   | 718 -
 www-client/chromium/files/chromium-73-gcc-0.patch  | 108 
 www-client/chromium/files/chromium-73-gcc-1.patch  |  99 ---
 www-client/chromium/files/chromium-73-gcc-2.patch  |  51 --
 www-client/chromium/files/chromium-73-gcc-3.patch  |  69 --
 www-client/chromium/files/chromium-73-gcc-4.patch  |  59 --
 www-client/chromium/files/chromium-73-gcc-5.patch  |  65 --
 www-client/chromium/files/chromium-73-gcc-6.patch  |  88 ---
 .../files/chromium-73-xdg-current-desktop.patch| 124 
 .../chromium/files/chromium-compiler-r7.patch  | 176 -
 12 files changed, 2276 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index cbfa38fd4fc..4d0c3af813a 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,3 @@
-DIST chromium-73.0.3683.75.tar.xz 710439908 BLAKE2B 
23ed7facf2f67e9bbfc2f1baf434892773d9d63dab10cebab350c3b0b2c75a07f84a4f677e01563a441cc3bae0d42212b3eb28b6d7c573b0137d25e478064a3b
 SHA512 
52bd1dac782a2f7960eba48446d4dfc4c6c13c8e9de21bbee250fad2802beb222cff7bea9878c7338926030aa3aa7ffd2dd1238d35e261a0d766b2d9974fdaf6
-DIST chromium-73.0.3683.86.tar.xz 710449412 BLAKE2B 
87b4d15440e88be506920813a52e7a503ac81458aa3f2818490c28f6bb5cfc0ca24b316072e5a0664a8bfe6444be23e565579bc232cdfcef42acf8eeca9f216f
 SHA512 
5dd450640c1ea30f7941231e8c459aec0312c18e089b2c8b9104c4ee835a8fa389f5fb9b301b46d87ce260956eaf3e3bd6aff6ae54c279a303aa757537cace15
 DIST chromium-74-2f28731.patch 18581 BLAKE2B 
146f6375071a0e85501a7c666d13ecb7ee196a97c6dffb709f2049f219a66c2058b6b29777e3a3cef17272c29cbe38f6c273e03452dfc9a303abc90f539353f6
 SHA512 
9c3cce89715ea5d27531dc0f53afa25d00c2b73dfa24123680a7960e6784f09bb2accca495a8c2540a9b43204089cb203d92644f7633e758bf24603d207bafb7
 DIST chromium-74-e1b1f3a.patch 20750 BLAKE2B 
327752fc232ed568ef494f40d97672ff79d304bbe979f70e98422ac18616004e1289470340657995a6959b34a38df310145e0947ee2d75aca6c55c7d5dd1647f
 SHA512 
b7401e8577577dd1e00fe06cce6a18039a812e4ca08df633b4cb431a15873fbb033525a608a558aa68fed22f1e42c08a04cc01e2b750d750d7a63419eac8d19b
 DIST chromium-74.0.3729.169.tar.xz 749495820 BLAKE2B 
bfe485220239aad146eab0cd7bf158a20bccf03abe74457ea3933094c9fb200ff7a2e9db4a62fa1a736341ce8ee987520e20bd32e13e213435fd6724d15a7d85
 SHA512 
783558bbae43a928b7d9fe18717b63be432409c81aba0a38ccb14f38398d8681122bdd763db6d22b01363108253432ed203a86f8c9ba627247219bf1519f839b

diff --git a/www-client/chromium/chromium-73.0.3683.75.ebuild 
b/www-client/chromium/chromium-73.0.3683.75.ebuild
deleted file mode 100644
index 4584a772484..000
--- a/www-client/chromium/chromium-73.0.3683.75.ebuild
+++ /dev/null
@@ -1,717 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh-CN zh-TW"
-
-inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+closure-compile component-build cups gnome-keyring +hangouts 
jumbo-build kerberos neon pic +proprietary-codecs pulseaudio selinux +suid 
+system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-REQUIRED_USE="component-build? ( !suid )"
-
-COMMON_DEPEND="
-   >=app-accessibility/at-spi2-atk-2.26:2
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   >=dev-libs/atk-2.26
-   dev-libs/expat:=
-   dev-libs/glib:2
-   system-icu? ( >=dev-libs/icu-59:= )
-   >=dev-libs/libxml2-2.9.4-r3:=[icu]
-   dev-libs/libxslt:=
-   dev-libs/nspr:=
-   >=dev-libs/nss-3.26:=
-   >=dev-libs/re2-0.2016.11.01:=
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
- 

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

2019-06-16 Thread Lars Wendler
commit: 0f1e7198e2edc2f9bee47bbd14c6bacb4b12e6b7
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jun 16 23:26:47 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jun 16 23:26:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1e7198

app-arch/hardlink: Block >=sys-apps/util-linux-2.34[hardlink]

which installs a binary with the same name and similar funcionality.
See also: https://github.com/karelzak/util-linux/issues/808

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 app-arch/hardlink/hardlink-0.2.0.ebuild | 5 +++--
 app-arch/hardlink/hardlink-0.3.2.ebuild | 5 -
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-arch/hardlink/hardlink-0.2.0.ebuild 
b/app-arch/hardlink/hardlink-0.2.0.ebuild
index 169f891ede6..d2c3f14fffd 100644
--- a/app-arch/hardlink/hardlink-0.2.0.ebuild
+++ b/app-arch/hardlink/hardlink-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -13,7 +13,8 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
-RDEPEND="dev-libs/libpcre"
+RDEPEND="dev-libs/libpcre
+   !>=sys-apps/util-linux-2.34[hardlink]"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 

diff --git a/app-arch/hardlink/hardlink-0.3.2.ebuild 
b/app-arch/hardlink/hardlink-0.3.2.ebuild
index 7eca7686d2a..764461f0ad2 100644
--- a/app-arch/hardlink/hardlink-0.3.2.ebuild
+++ b/app-arch/hardlink/hardlink-0.3.2.ebuild
@@ -13,7 +13,10 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 
-RDEPEND="dev-libs/libpcre"
+RDEPEND="
+   dev-libs/libpcre
+   !>=sys-apps/util-linux-2.34[hardlink]
+"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 



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

2019-06-16 Thread Lars Wendler
commit: 564494cb96413251d7cfe33fccec2593ead982f7
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jun 16 23:19:13 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jun 16 23:19:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564494cb

sys-apps/util-linux: Synced live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/util-linux/util-linux-.ebuild | 20 
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-.ebuild 
b/sys-apps/util-linux/util-linux-.ebuild
index 6940636a7b1..efc59ae7357 100644
--- a/sys-apps/util-linux/util-linux-.ebuild
+++ b/sys-apps/util-linux/util-linux-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 
@@ -25,11 +25,13 @@ 
HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ https://github.com/
 
 LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain"
 SLOT="0"
-IUSE="build caps +cramfs fdformat kill ncurses nls pam python +readline 
selinux slang static-libs +suid systemd test tty-helpers udev unicode 
userland_GNU"
+IUSE="build caps +cramfs fdformat hardlink kill ncurses nls pam python 
+readline selinux slang static-libs +suid systemd test tty-helpers udev unicode 
userland_GNU"
 
 # Most lib deps here are related to programs rather than our libs,
 # so we rarely need to specify ${MULTILIB_USEDEP}.
-RDEPEND="caps? ( sys-libs/libcap-ng )
+DEPEND="
+   virtual/os-headers
+   caps? ( sys-libs/libcap-ng )
cramfs? ( sys-libs/zlib:= )
ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
nls? ( virtual/libintl[${MULTILIB_USEDEP}] )
@@ -40,12 +42,13 @@ RDEPEND="caps? ( sys-libs/libcap-ng )
slang? ( sys-libs/slang )
!build? ( systemd? ( sys-apps/systemd ) )
udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}
+BDEPEND="
virtual/pkgconfig
nls? ( sys-devel/gettext )
test? ( sys-devel/bc )
-   virtual/os-headers"
-RDEPEND+="
+"
+RDEPEND="${DEPEND}
+   hardlink? ( !app-arch/hardlink )
kill? (
!sys-apps/coreutils[kill]
!sys-process/procps[kill]
@@ -172,6 +175,7 @@ multilib_src_configure() {
$(use_enable caps setpriv)
$(use_enable cramfs)
$(use_enable fdformat)
+   $(use_enable hardlink)
$(use_enable tty-helpers mesg)
$(use_enable tty-helpers wall)
$(use_enable tty-helpers write)
@@ -258,7 +262,7 @@ multilib_src_install_all() {
if ! use userland_GNU; then
# manpage collisions
# TODO: figure out a good way to keep them
-   rm "${ED%/}"/usr/share/man/man3/uuid* || die
+   rm "${ED}"/usr/share/man/man3/uuid* || die
fi
 
if use pam; then



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

2019-06-16 Thread Lars Wendler
commit: 590e3883f16e03d4372a4d5e46c8896898b8e740
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jun 16 23:24:17 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jun 16 23:24:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590e3883

app-arch/hardlink: Removed old.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 app-arch/hardlink/Manifest |  1 -
 app-arch/hardlink/hardlink-0.3.0-r1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/app-arch/hardlink/Manifest b/app-arch/hardlink/Manifest
index 993a53629f2..ce0fbce8513 100644
--- a/app-arch/hardlink/Manifest
+++ b/app-arch/hardlink/Manifest
@@ -1,3 +1,2 @@
 DIST hardlink-0.3.2.tar.bz2 15479 BLAKE2B 
dd6cfc312ed75dc6d9e37b898215ed90efe4734c5974297c9e29a51a69c9b2d4e91d9aa3bca1d42679307eecd95ee46e6f636c211d1ceafef1ea52428761d1ec
 SHA512 
1d027f7b2f1974c950044fa8872dc58101800ca557a4d66406652fb43f64653f7dd39a70f4ac65f5f6bca9116de4ce44aeba2ef1fe446834641ba5c4c5604dff
 DIST hardlink_0.2.0.tar.gz 12478 BLAKE2B 
42918fbacdd230796e59f6ae7968599a90b63cc35876872ef34919377d6489c6c99d06f201a122f5859a283cea2672dbcc207e04c6b5ca0c54ab4e2f4178a970
 SHA512 
963fe90aa09e2bd548722b5c7f047fbd54fddf37967333e86251d7e5d1c646108ce90d78e7efeb8af6b9169b9a0bc5bc8b744afe1e813390f3e0bd535ce22005
-DIST hardlink_0.3.0.tar.xz 14440 BLAKE2B 
cfbd02b008d49b129e0b75f67bf45d904e89a1e585d0e05e959770a4367ad0f5823f24cb4f3f6715310c749ba368ac00d378f8eb967a1b4437335eecee8a5077
 SHA512 
22a8945ce5dac74b05bb1231959823aec0cd364d6db9ad808df4acf232d894170c006ac1e88509604ce1859d41bd4a5d91e2b12c8010aa7fc7e19a77922c4486

diff --git a/app-arch/hardlink/hardlink-0.3.0-r1.ebuild 
b/app-arch/hardlink/hardlink-0.3.0-r1.ebuild
deleted file mode 100644
index c6a18f73107..000
--- a/app-arch/hardlink/hardlink-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="A tool which replaces copies of a file with hardlinks"
-HOMEPAGE="https://jak-linux.org/projects/hardlink/;
-SRC_URI="https://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-
-RDEPEND="dev-libs/libpcre"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( README ${T}/README.rsync )
-
-src_prepare() {
-   default
-   sed -i -e '/^CF/s:?=:+=:' -e '/^CF/s:-O2 -g::' Makefile || die
-
-   cat <<-EOF > "${T}"/README.rsync
-   https://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex 
'^\..*\.\?{6,6}$'
-   for excluding rsync temporary files by default.
-
-   To accomplish same with this version, you can use following syntax:
-   # hardlink -x '^\..*\.\?{6,6}$'
-
-   This was discussed at https://bugs.gentoo.org/416613
-   EOF
-}
-
-src_compile() {
-   emake CC=$(tc-getCC)
-}



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

2019-06-16 Thread Lars Wendler
commit: e7549ee31d0d9e5a5c0e8e78426ad611a4da
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jun 16 23:15:25 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jun 16 23:18:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7549ee3

sys-apps/util-linux: Bump to version 2.34. Removed old.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/util-linux/Manifest  | 2 +-
 sys-apps/util-linux/metadata.xml  | 1 +
 .../util-linux/{util-linux-2.34_rc2.ebuild => util-linux-2.34.ebuild} | 4 +++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index 6ef615f749a..c4d6b1f4e2c 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -1,4 +1,4 @@
 DIST util-linux-2.33.1.tar.xz 4650936 BLAKE2B 
9ee6bc1a1b800e8537f5552c28cf608f32e89c8ab716434a2de6b4b5e257c53065b9c11cd355f2ef759f69069071ef930790ecd55806deef300ce77f31e38e98
 SHA512 
94ada47e472b62a612c26fd5a5b7423e09366690a8a96f777191a5d920981eb0f224474bc2f128e827299bf60062770011332757e1551a8cd3764b5c70ae4ba2
 DIST util-linux-2.33.2.tar.xz 4707024 BLAKE2B 
fdeed0a236edd26d268bccca8cde2cf1b7ecbff521ede9fa26ea22c8e5cdfc380a416a168789504b303f1b569d163e41f6630ee28829be7f2b2129fa14c4fffa
 SHA512 
ac88790a0272366b384b54df19cb28318014d98819d5d96aa05528ff17ab57a8c66d012a2f1b59caca4c5d4ea669e8c041e1123517c1f1c2d9960ef701aaf749
 DIST util-linux-2.33.tar.xz 4663072 BLAKE2B 
df601f6aa6dd1e77c722d5e7350a3b14c6099057487384eb8cd7adee8693711c1d24663f76682c958884559fddf61cc4b6d987bdca70f88e6cb14109e328e8a9
 SHA512 
5eb419607c5a2634117a604d425d6413763d1e48910acabc7e19d574a4c3fb0ceb34a68671a8e4fe396a4c6d611932082f77cd669d009e218bf64095da0d5689
-DIST util-linux-2.34-rc2.tar.xz 4990080 BLAKE2B 
63c7bc91d04e8cde2f67e2fad5a6a4b6ffe7b392d284c29b01b5a89eea26b42436656f8c454445b3718a739674c795c13a41e3a1e1cb2a98e952d02f9283
 SHA512 
54ae5ab146a2f8185dd1e46b363d3f83fd6791eb95f83522307ea59dcf23be93a9496fd1ca10bb09788ebd429c62db8fcde8747ed793c7826340289efb4e77d0
+DIST util-linux-2.34.tar.xz 4974812 BLAKE2B 
d26b2f74d490eaee0a40d4c75a1a351ba165b4a52f9bbf6cf9d1afd7ae1382a3a3dfe41180584e97e9aaad6950f604cad928f30747590e3e1e669c8797689758
 SHA512 
2d0b76f63d32e7afb7acf61a83fabbfd58baa34ab78b3a331ce87f9c676a5fd71c56a493ded95039540d2c46b6048caaa38d7fb4491eb3d52d7b09dc54655cd7

diff --git a/sys-apps/util-linux/metadata.xml b/sys-apps/util-linux/metadata.xml
index d41121d081b..ed7b2cf02a0 100644
--- a/sys-apps/util-linux/metadata.xml
+++ b/sys-apps/util-linux/metadata.xml
@@ -9,6 +9,7 @@
build setpriv helper (run programs with diff 
capabilities)
build mkfs/fsck helpers for cramfs 
filesystems
build fdformat (floppy disk format)
+   build hardlink program
build the kill program
build runuser helper


diff --git a/sys-apps/util-linux/util-linux-2.34_rc2.ebuild 
b/sys-apps/util-linux/util-linux-2.34.ebuild
similarity index 97%
rename from sys-apps/util-linux/util-linux-2.34_rc2.ebuild
rename to sys-apps/util-linux/util-linux-2.34.ebuild
index 55b7c4d9ee9..efc59ae7357 100644
--- a/sys-apps/util-linux/util-linux-2.34_rc2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.34.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ 
https://github.com/
 
 LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain"
 SLOT="0"
-IUSE="build caps +cramfs fdformat kill ncurses nls pam python +readline 
selinux slang static-libs +suid systemd test tty-helpers udev unicode 
userland_GNU"
+IUSE="build caps +cramfs fdformat hardlink kill ncurses nls pam python 
+readline selinux slang static-libs +suid systemd test tty-helpers udev unicode 
userland_GNU"
 
 # Most lib deps here are related to programs rather than our libs,
 # so we rarely need to specify ${MULTILIB_USEDEP}.
@@ -48,6 +48,7 @@ BDEPEND="
test? ( sys-devel/bc )
 "
 RDEPEND="${DEPEND}
+   hardlink? ( !app-arch/hardlink )
kill? (
!sys-apps/coreutils[kill]
!sys-process/procps[kill]
@@ -174,6 +175,7 @@ multilib_src_configure() {
$(use_enable caps setpriv)
$(use_enable cramfs)
$(use_enable fdformat)
+   $(use_enable hardlink)
$(use_enable tty-helpers mesg)
$(use_enable tty-helpers wall)
$(use_enable tty-helpers write)



[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/

2019-06-16 Thread Andreas Sturmlechner
commit: 7ec5affdc707863c7ca84720fe75ed45cb730085
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 18:08:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:57:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec5affd

sys-fs/cryfs: EAPI-7 bump, python3_7

Disable CRYFS_UPDATE_CHECKS
Drop dev-libs/crypto++, 8.2 is bundled upstream
Fix sys-fs/fuse SLOT, bug 673668
Raise dev-libs/boost minimum dep to >=1.65.1
Sync KEYWORDS from latest release
Update LICENSE, bundled scrypt was dropped, add Boost-1.0 for crypto++

Bug: https://bugs.gentoo.org/673668
Thanks-to: Alex deBeus  gmail.com>
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/cryfs/cryfs-.ebuild | 65 +++---
 1 file changed, 30 insertions(+), 35 deletions(-)

diff --git a/sys-fs/cryfs/cryfs-.ebuild b/sys-fs/cryfs/cryfs-.ebuild
index a40f623dfb9..81dc60b0bcd 100644
--- a/sys-fs/cryfs/cryfs-.ebuild
+++ b/sys-fs/cryfs/cryfs-.ebuild
@@ -1,40 +1,41 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-CMAKE_MAKEFILE_GENERATOR=emake
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+EAPI=7
 
-inherit cmake-utils python-any-r1 flag-o-matic
+CMAKE_MAKEFILE_GENERATOR="emake"
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit cmake-utils flag-o-matic python-any-r1
 
-DESCRIPTION="Encrypted FUSE filesystem that conceals metadata"
-HOMEPAGE="https://www.cryfs.org/;
-
-SLOT=0
-IUSE="custom-optimization debug libressl test update-check"
-
-LICENSE="LGPL-3 BSD-2 MIT"
-# cryfs - LGPL-3
-# scrypt - BSD-2
-# spdlog - MIT
-
-if [[ "${PV}" ==  ]] ; then
+if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/cryfs/cryfs;
 else

SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
S="${WORKDIR}"
 fi
 
-RDEPEND=">=dev-libs/boost-1.56:=
-   >=dev-libs/crypto++-5.6.3:=
+DESCRIPTION="Encrypted FUSE filesystem that conceals metadata"
+HOMEPAGE="https://www.cryfs.org/;
+
+# cryfs - LGPL-3
+# spdlog - MIT
+# crypto++ - Boost-1.0
+LICENSE="LGPL-3 MIT Boost-1.0"
+SLOT="0"
+IUSE="custom-optimization debug libressl test"
+
+RDEPEND="
+   >=dev-libs/boost-1.65.1:=
net-misc/curl:=
-   >=sys-fs/fuse-2.8.6:=
+   >=sys-fs/fuse-2.8.6:0
!libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )"
+   libressl? ( dev-libs/libressl:= )
+"
 DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}"
+   ${PYTHON_DEPS}
+"
 
 src_prepare() {
cmake-utils_src_prepare
@@ -48,15 +49,11 @@ src_prepare() {
 }
 
 src_configure() {
-   # upstream restricts installing files to Release configuration
-   # (CMAKE_BUILD_TYPE does not affect anything else)
-   local CMAKE_BUILD_TYPE
-   local -a mycmakeargs
-   CMAKE_BUILD_TYPE=Release
-   mycmakeargs=(
-   "-DBoost_USE_STATIC_LIBS=off"
-   "-DCRYFS_UPDATE_CHECKS=$(usex update-check)"
-   "-DBUILD_TESTING=$(usex test)"
+   local mycmakeargs=(
+   -DBoost_USE_STATIC_LIBS=OFF
+   -DCRYFS_UPDATE_CHECKS=OFF
+   -DBUILD_SHARED_LIBS=OFF
+   -DBUILD_TESTING=$(usex test)
)
use custom-optimization || append-flags -O3
 
@@ -64,12 +61,10 @@ src_configure() {
 }
 
 src_test() {
-   local TMPDIR
-   TMPDIR="${T}"
+   local TMPDIR="${T}"
addread /dev/fuse
addwrite /dev/fuse
-   local -a tests_failed
-   tests_failed=()
+   local tests_failed=()
 
for i in gitversion cpp-utils parallelaccessstore blockstore blobstore 
fspp cryfs cryfs-cli ; do
"${BUILD_DIR}"/test/${i}/${i}-test || tests_failed+=( "${i}" )



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

2019-06-16 Thread Andreas Sturmlechner
commit: 2c849641079f22c87b98a0d7e66c1e7ee119d921
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 11:19:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:56:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c849641

profiles: Mask =sys-fs/cryfs-0.10*, requires boost-1.70

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9c6cd00df90..3af470c58a3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -365,6 +365,7 @@ sys-boot/systemrescuecd-x86-grub
 >=net-proxy/trojan-1.12.2
 >=dev-python/graph-tool-2.27
 =dev-python/graph-tool-
+=sys-fs/cryfs-0.10*
 
 # Robin H. Johnson  (25 Mar 2019)
 # Requires >=dev-lang/lua-5.3 which is masked



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

2019-06-16 Thread Andreas Sturmlechner
commit: 1c286bd1a8923a2137f2f76c46aee2caba15d24f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 18:48:28 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:57:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c286bd1

app-office/libreoffice-bin-debug: 6.2.4.2 amd64 stable

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.4.2.ebuild 
b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.4.2.ebuild
index 435287d3932..40e51ebfe3d 100644
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.4.2.ebuild
+++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.4.2.ebuild
@@ -46,7 +46,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"
 



[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/

2019-06-16 Thread Andreas Sturmlechner
commit: 82edda722cbfdcdb1e5448087a833695954e9dae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 19:07:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:57:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82edda72

sys-fs/cryfs: Drop 0.9.7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/cryfs/Manifest   |  2 -
 sys-fs/cryfs/cryfs-0.9.7.ebuild | 86 -
 2 files changed, 88 deletions(-)

diff --git a/sys-fs/cryfs/Manifest b/sys-fs/cryfs/Manifest
index 3889148971d..ff47d4c0067 100644
--- a/sys-fs/cryfs/Manifest
+++ b/sys-fs/cryfs/Manifest
@@ -1,3 +1 @@
-DIST cryfs-0.9.7-spdlog.patch.xz 28204 BLAKE2B 
0905971713b2d709aa34bfd11333a0aaea21ba08bbed12eee20e668fae4c19b17fe25d2fecf17dfff67abadd896b5e3eda2344655e2fb32ea1f28961d850d158
 SHA512 
a09adf3d9ce47bd38bfc9e3b35f23df8ce971e6d115d7e6eaa907c7eab71e73d495bda9d1ab96e25b4a9a9d551fa07a71f37d17c9779679b3a95dfff1d311a86
-DIST cryfs-0.9.7.tar.xz 970588 BLAKE2B 
b3d79ed44c2280ef34bafa5613f51918093686da9a4637987745bd9601817033049115754e235b9a9a0f2045401182bc9cb48291173df6571887e9dec3f73636
 SHA512 
962c7e5e7ea153ed41cb47094b71bc41457e26203b94cc5e349c4d21e86630e32113c0193a248eee8ead41bede1c712d4c006150f84a6e1c2a0a0a7c02a1911b
 DIST cryfs-0.9.9.tar.xz 977928 BLAKE2B 
927d5f61be99a6400cfd53de6291e14ae32f446d281485901e758341f138a2efdfb7385b6c205db6f865dc83f6fbd9ede8fd1bb5a7957fb242624d78d2523eaf
 SHA512 
18f0ce954dc9958b52a77aac85d4d30d03409e4f88c27ec3e904a6014f5257e12fe47a4f3bb628f6ebf3b5aa8cb9d3a59e0aee76d83a3f6bdd4ef864b66898aa

diff --git a/sys-fs/cryfs/cryfs-0.9.7.ebuild b/sys-fs/cryfs/cryfs-0.9.7.ebuild
deleted file mode 100644
index fa5832c7cd9..000
--- a/sys-fs/cryfs/cryfs-0.9.7.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-CMAKE_MAKEFILE_GENERATOR=emake
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Encrypted FUSE filesystem that conceals metadata"
-HOMEPAGE="https://www.cryfs.org/;
-
-SLOT=0
-IUSE="libressl test update-check"
-
-LICENSE="LGPL-3 BSD-2 MIT"
-# cryfs - LGPL-3
-# scrypt - BSD-2
-# spdlog - MIT
-
-if [[ "${PV}" ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/cryfs/cryfs;
-else
-   
SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz
-   https://dev.gentoo.org/~johu/distfiles/${P}-spdlog.patch.xz;
-   KEYWORDS="amd64 ~arm x86"
-   S="${WORKDIR}"
-fi
-
-RDEPEND=">=dev-libs/boost-1.56:=
-   >=dev-libs/crypto++-5.6.3:=
-   net-misc/curl:=
-   >=sys-fs/fuse-2.8.6:=
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}"
-
-PATCHES=( "${WORKDIR}/${P}-spdlog.patch" )
-
-# tests work, but let install fail
-# revisit with 0.9.8 version bump.
-RESTRICT="test"
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # remove tests that require internet access to comply with Gentoo policy
-   sed -i -e '/CurlHttpClientTest.cpp/d' -e '/FakeHttpClientTest.cpp/d' 
test/cpp-utils/CMakeLists.txt || die
-
-   # remove non-applicable warning
-   sed -i -e '/WARNING! This is a debug build. Performance might be 
slow./d' src/cryfs-cli/Cli.cpp || die
-}
-
-src_configure() {
-   # upstream restricts installing files to Release configuration
-   # (CMAKE_BUILD_TYPE does not affect anything else)
-   local CMAKE_BUILD_TYPE=Release
-   local mycmakeargs=(
-   "-DBoost_USE_STATIC_LIBS=off"
-   "-DCRYFS_UPDATE_CHECKS=$(usex update-check)"
-   "-DBUILD_TESTING=$(usex test)"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_test() {
-   local TMPDIR="${T}"
-   addread /dev/fuse
-   addwrite /dev/fuse
-   local tests_failed=()
-
-   for i in gitversion cpp-utils parallelaccessstore blockstore blobstore 
fspp cryfs cryfs-cli ; do
-   "${BUILD_DIR}"/test/${i}/${i}-test || tests_failed+=( "${i}" )
-   done
-
-   adddeny /dev/fuse
-
-   if [[ -n ${tests_failed[@]} ]] ; then
-   eerror "The following tests failed:"
-   eerror "$tests_failed[@]"
-   die "At least one test failed"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/, sys-fs/cryfs/files/

2019-06-16 Thread Andreas Sturmlechner
commit: 192ac7421ddd4093125f4997898fb62e8a140a44
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 15:45:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:57:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192ac742

sys-fs/cryfs: 0.10.2 version bump

Add patch to unbundle:
dev-cpp/gtest
dev-libs/crypto++

Unfortunately spdlog in 0.10 branch is too old for dev-libs/spdlog to satisfy.

Add patch for install targets irrespective of CONFIGURATION

Bug: https://bugs.gentoo.org/631196
Bug: https://bugs.gentoo.org/678572
Closes: https://github.com/gentoo/gentoo/pull/11980
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/cryfs/Manifest  |   1 +
 sys-fs/cryfs/cryfs-0.10.2.ebuild   |  97 +
 .../cryfs/files/cryfs-0.10.2-install-targets.patch |  36 ++
 .../cryfs/files/cryfs-0.10.2-unbundle-libs.patch   | 409 +
 4 files changed, 543 insertions(+)

diff --git a/sys-fs/cryfs/Manifest b/sys-fs/cryfs/Manifest
index ff47d4c0067..728ceadfdf6 100644
--- a/sys-fs/cryfs/Manifest
+++ b/sys-fs/cryfs/Manifest
@@ -1 +1,2 @@
+DIST cryfs-0.10.2.tar.xz 7902252 BLAKE2B 
704d124ed32a8a958f400188af99498cedb706ccfc004131b677a113b6ab2733942becb1ab64fd06d0b9d5b39f7abe832b3b0669caaf2b6feb7c6577c8c7fbfd
 SHA512 
e49dd6d1e402d968cc4df0e8ca0460a01a27e4e73482041dca0fa9cde905a91d12e2bda18d257a044335e32e316b9363cecf374eb2ca621924b394dd2fabcb8f
 DIST cryfs-0.9.9.tar.xz 977928 BLAKE2B 
927d5f61be99a6400cfd53de6291e14ae32f446d281485901e758341f138a2efdfb7385b6c205db6f865dc83f6fbd9ede8fd1bb5a7957fb242624d78d2523eaf
 SHA512 
18f0ce954dc9958b52a77aac85d4d30d03409e4f88c27ec3e904a6014f5257e12fe47a4f3bb628f6ebf3b5aa8cb9d3a59e0aee76d83a3f6bdd4ef864b66898aa

diff --git a/sys-fs/cryfs/cryfs-0.10.2.ebuild b/sys-fs/cryfs/cryfs-0.10.2.ebuild
new file mode 100644
index 000..56ffbdfc545
--- /dev/null
+++ b/sys-fs/cryfs/cryfs-0.10.2.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit cmake-utils flag-o-matic linux-info python-any-r1
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/cryfs/cryfs;
+else
+   
SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S="${WORKDIR}"
+fi
+
+DESCRIPTION="Encrypted FUSE filesystem that conceals metadata"
+HOMEPAGE="https://www.cryfs.org/;
+
+LICENSE="LGPL-3 MIT"
+SLOT="0"
+IUSE="custom-optimization debug libressl test"
+
+RDEPEND="
+   >=dev-libs/boost-1.65.1:=
+   >=dev-libs/crypto++-8.2.0:=
+   net-misc/curl:=
+   >=sys-fs/fuse-2.8.6:0
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   test? ( dev-cpp/gtest )
+"
+
+PATCHES=(
+   # TODO upstream:
+   "${FILESDIR}/${P}-unbundle-libs.patch"
+   "${FILESDIR}/${P}-install-targets.patch"
+)
+
+pkg_setup() {
+   local CONFIG_CHECK="~FUSE_FS"
+   local WARNING_FUSE_FS="CONFIG_FUSE_FS is required for cryfs support."
+
+   check_extra_config
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # don't install compressed manpage
+   cmake_comment_add_subdirectory doc
+
+   # remove tests that require internet access to comply with Gentoo policy
+   sed -e "/CurlHttpClientTest.cpp/d" -e "/FakeHttpClientTest.cpp/d" \
+   -i test/cpp-utils/CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBoost_USE_STATIC_LIBS=OFF
+   -DCRYFS_UPDATE_CHECKS=OFF
+   -DBUILD_SHARED_LIBS=OFF
+   -DUSE_SYSTEM_LIBS=ON
+   -DBUILD_TESTING=$(usex test)
+   )
+   use custom-optimization || append-flags -O3
+
+   cmake-utils_src_configure
+}
+
+src_test() {
+   local TMPDIR="${T}"
+   addread /dev/fuse
+   addwrite /dev/fuse
+   local tests_failed=()
+
+   for i in gitversion cpp-utils parallelaccessstore blockstore blobstore 
fspp cryfs cryfs-cli ; do
+   "${BUILD_DIR}"/test/${i}/${i}-test || tests_failed+=( "${i}" )
+   done
+
+   adddeny /dev/fuse
+
+   if [[ -n ${tests_failed[@]} ]] ; then
+   eerror "The following tests failed:"
+   eerror "${tests_failed[@]}"
+   die "At least one test failed"
+   fi
+}
+
+src_install() {
+   cmake-utils_src_install
+   doman doc/man/cryfs.1
+}

diff --git a/sys-fs/cryfs/files/cryfs-0.10.2-install-targets.patch 
b/sys-fs/cryfs/files/cryfs-0.10.2-install-targets.patch
new file mode 100644
index 000..5f4881002c4
--- /dev/null
+++ b/sys-fs/cryfs/files/cryfs-0.10.2-install-targets.patch
@@ -0,0 +1,36 @@
+From 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/alembic/files/, media-gfx/alembic/

2019-06-16 Thread Andreas Sturmlechner
commit: 60e0198a5d2d01c38f27fba747a7fd389a835198
Author: Bernd Waibel  gmail  com>
AuthorDate: Sat Jun 15 16:14:40 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:50:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e0198a

media-gfx/alembic: bump to version 1.7.11

Closes: https://bugs.gentoo.org/688114
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Bernd Waibel  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12258
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/alembic/Manifest |   1 +
 media-gfx/alembic/alembic-1.7.11.ebuild| 107 ++
 ...11-0001-Fix-to-find-boost-with-cmake-3.11.patch |  60 ++
 ...se-by-setting-a-proper-ILMBASE_ROOT-value.patch |  72 +++
 ...bic-1.7.11-0003-Fix-env-var-for-renderman.patch |  29 +++
 7.11-0004-Fix-a-compile-issue-with-const.patch |  27 +++
 ...alembic-1.7.11-0005-Fix-install-locations.patch | 218 +
 7 files changed, 514 insertions(+)

diff --git a/media-gfx/alembic/Manifest b/media-gfx/alembic/Manifest
index 86ce90b5899..84ee0347aaa 100644
--- a/media-gfx/alembic/Manifest
+++ b/media-gfx/alembic/Manifest
@@ -1 +1,2 @@
+DIST alembic-1.7.11.tar.gz 826833 BLAKE2B 
ea2ee92cefcc92d3658b8c71351ec0f72bd1fb5d5b6c771ceebe81b1db61a280420f480cd3612f44bc134cccb388954be89baba9dc6e5973e102bc55d65cd974
 SHA512 
94b9c218a2fe6e2e24205aff4a2f6bab784851c2aa15592fb60ea91f0e8038b0c0656a118f3a5cba0d3de8917dd90b74d0e2d1c4ac034b9ee3f5d0741d9f6b70
 DIST alembic-1.7.9.tar.gz 813379 BLAKE2B 
599edeb5ad805656755b3e150fba56182d1d60673951b0c1702b3e3e82d9499ec4fcb938303103c27f84458f61ab8de4b872eaa322380ae7713e3b4cd3831af7
 SHA512 
8025c20525ffbd5bdc9dd5a33ad8238e49f063d244ab9d112e7d1ddb7ee7cf9b36ceb74cb45d658ce22d3033552c89bddf6b818cf466ea46aa1a70a41fdeddb2

diff --git a/media-gfx/alembic/alembic-1.7.11.ebuild 
b/media-gfx/alembic/alembic-1.7.11.ebuild
new file mode 100644
index 000..ac081bcaddb
--- /dev/null
+++ b/media-gfx/alembic/alembic-1.7.11.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils multiprocessing python-single-r1
+
+DESCRIPTION="Open framework for storing and sharing scene data"
+HOMEPAGE="https://www.alembic.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="arnold +boost doc examples hdf5 maya prman python test zlib"
+
+# pyalembic python bindings need boost
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   hdf5? ( zlib )
+   python? ( boost )
+"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=media-libs/openexr-2.3.0:=
+   boost? ( >=dev-libs/boost-1.65.0:=[python,${PYTHON_USEDEP}] )
+   hdf5? ( >=sci-libs/hdf5-1.10.2:=[zlib(+)] )
+   python? ( >=dev-python/pyilmbase-2.3.0[${PYTHON_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.11-r1 )
+"
+DEPEND="
+   ${RDEPEND}
+   doc? ( >=app-doc/doxygen-1.8.14-r1 )
+"
+
+DOCS=( "ACKNOWLEDGEMENTS.txt" "FEEDBACK.txt" "NEWS.txt" "README.txt" )
+
+PATCHES=(
+   "${FILESDIR}/${P}-0001-Fix-to-find-boost-with-cmake-3.11.patch"
+   
"${FILESDIR}/${P}-0002-Find-IlmBase-by-setting-a-proper-ILMBASE_ROOT-value.patch"
+   "${FILESDIR}/${P}-0003-Fix-env-var-for-renderman.patch"
+   "${FILESDIR}/${P}-0004-Fix-a-compile-issue-with-const.patch"
+   "${FILESDIR}/${P}-0005-Fix-install-locations.patch"
+)
+
+src_prepare() {
+   cmake-utils_src_prepare
+   if use doc; then
+   doxygen -u Doxyfile || die "Failed to update Doxyfile"
+   sed -i -e 's|DOT_NUM_THREADS[ \t]*= 0|DOT_NUM_THREADS = 
'$(makeopts_jobs)'|' Doxyfile || die "Failed to change dot threads"
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DALEMBIC_SHARED_LIBS=ON
+   # The CMakeLists.txt file needs C++11 or C++-0x if none of them
+   # is defined
+   -DALEMBIC_LIB_USES_BOOST=$(usex boost)
+   -DALEMBIC_LIB_USES_TR1=$(usex !boost)
+   -DUSE_ARNOLD=$(usex arnold)
+   -DUSE_BINARIES=ON
+   -DUSE_EXAMPLES=$(usex examples)
+   -DUSE_HDF5=$(usex hdf5)
+   -DUSE_MAYA=$(usex maya)
+   -DUSE_PRMAN=$(usex prman)
+   -DUSE_PYALEMBIC=$(usex python)
+   -DUSE_TESTS=$(usex test)
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   if use doc; then
+   doxygen Doxyfile || die "Failed to build documentation"
+   fi
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   if use arnold; then
+   einfo "NOTE: The arnold plugin is highly experimental and 
hasn't been"
+   

[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/

2019-06-16 Thread Andreas Sturmlechner
commit: ab971009926b4f69c8864993c31bafe7064a601c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 18:01:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:57:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab971009

sys-fs/cryfs: Manually install manpage, don't compress/uncompress

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/cryfs/cryfs-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-fs/cryfs/cryfs-.ebuild b/sys-fs/cryfs/cryfs-.ebuild
index 0162f8ddc28..a40f623dfb9 100644
--- a/sys-fs/cryfs/cryfs-.ebuild
+++ b/sys-fs/cryfs/cryfs-.ebuild
@@ -39,6 +39,9 @@ DEPEND="${RDEPEND}
 src_prepare() {
cmake-utils_src_prepare
 
+   # don't install compressed manpage
+   cmake_comment_add_subdirectory doc
+
# remove tests that require internet access to comply with Gentoo policy
sed -e "/CurlHttpClientTest.cpp/d" -e "/FakeHttpClientTest.cpp/d" \
-i test/cpp-utils/CMakeLists.txt || die
@@ -85,7 +88,6 @@ src_install() {
# work around upstream issue with cmake not creating install target
# in Makefile if we enable BUILD_TESTING
dobin "${BUILD_DIR}/src/cryfs-cli/cryfs"
-   gzip -cd "${BUILD_DIR}/doc/cryfs.1.gz" > "${T}/cryfs.1" || die
-   doman "${T}/cryfs.1"
+   doman doc/man/cryfs.1
einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/

2019-06-16 Thread Andreas Sturmlechner
commit: a5ee2ff0859c29312d43d35fa2386fda8c3ca8f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 17:55:07 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:57:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ee2ff0

sys-fs/cryfs: Add USE debug

cmake-utils.eclass will add -DNDEBUG which makes one sed obsolete.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/cryfs/cryfs-.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-fs/cryfs/cryfs-.ebuild b/sys-fs/cryfs/cryfs-.ebuild
index 12a15789f0d..0162f8ddc28 100644
--- a/sys-fs/cryfs/cryfs-.ebuild
+++ b/sys-fs/cryfs/cryfs-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Encrypted FUSE filesystem that conceals metadata"
 HOMEPAGE="https://www.cryfs.org/;
 
 SLOT=0
-IUSE="custom-optimization libressl test update-check"
+IUSE="custom-optimization debug libressl test update-check"
 
 LICENSE="LGPL-3 BSD-2 MIT"
 # cryfs - LGPL-3
@@ -40,10 +40,8 @@ src_prepare() {
cmake-utils_src_prepare
 
# remove tests that require internet access to comply with Gentoo policy
-   sed -i -e '/CurlHttpClientTest.cpp/d' -e '/FakeHttpClientTest.cpp/d' 
test/cpp-utils/CMakeLists.txt || die
-
-   # remove non-applicable warning
-   sed -i -e '/WARNING! This is a debug build. Performance might be 
slow./d' src/cryfs-cli/Cli.cpp || die
+   sed -e "/CurlHttpClientTest.cpp/d" -e "/FakeHttpClientTest.cpp/d" \
+   -i test/cpp-utils/CMakeLists.txt || die
 }
 
 src_configure() {



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

2019-06-16 Thread Andreas Sturmlechner
commit: d7091303920e6e28ce14fe0cd4fb10102a6d7744
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun 16 15:28:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:50:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7091303

kde-apps/gwenview: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12269
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/gwenview-19.04.1-exiv2-0.27.1.patch  | 34 --
 1 file changed, 34 deletions(-)

diff --git a/kde-apps/gwenview/files/gwenview-19.04.1-exiv2-0.27.1.patch 
b/kde-apps/gwenview/files/gwenview-19.04.1-exiv2-0.27.1.patch
deleted file mode 100644
index f95f26c68bd..000
--- a/kde-apps/gwenview/files/gwenview-19.04.1-exiv2-0.27.1.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 3f3e9a546fa5e9a335ad3dc9afc805fd4d2809fd Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Sun, 12 May 2019 08:40:53 +0200
-Subject: [PATCH] Fix build with exiv2-0.27.1
-
-Summary: Upstream is moving things around between headers. While they are busy 
doing that, they recommend including exiv2.hpp.
-
-Reviewers: #gwenview
-
-Tags: #gwenview
-
-Differential Revision: https://phabricator.kde.org/D21148

- lib/imagemetainfomodel.cpp | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/lib/imagemetainfomodel.cpp b/lib/imagemetainfomodel.cpp
-index d7b89ab2..58f1c13d 100644
 a/lib/imagemetainfomodel.cpp
-+++ b/lib/imagemetainfomodel.cpp
-@@ -33,9 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
MA 02110-1301, USA.
- #include 
- 
- // Exiv2
--#include 
--#include 
--#include 
-+#include 
- 
- // Local
- #ifdef HAVE_FITS
--- 
-2.21.0
-



[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/

2019-06-16 Thread Andreas Sturmlechner
commit: cdb9958212931adc465934e7694a855f117ec525
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 18:21:01 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:57:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb99582

sys-fs/cryfs: Add linux-info for CONFIG_FUSE_FS check

Thanks-to: Yury Martynov  linxon.ru>
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/cryfs/cryfs-.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sys-fs/cryfs/cryfs-.ebuild b/sys-fs/cryfs/cryfs-.ebuild
index 81dc60b0bcd..d401918aecc 100644
--- a/sys-fs/cryfs/cryfs-.ebuild
+++ b/sys-fs/cryfs/cryfs-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-inherit cmake-utils flag-o-matic python-any-r1
+inherit cmake-utils flag-o-matic linux-info python-any-r1
 
 if [[ ${PV} ==  ]] ; then
inherit git-r3
@@ -37,6 +37,13 @@ DEPEND="${RDEPEND}
${PYTHON_DEPS}
 "
 
+pkg_setup() {
+   local CONFIG_CHECK="~FUSE_FS"
+   local WARNING_FUSE_FS="CONFIG_FUSE_FS is required for cryfs support."
+
+   check_extra_config
+}
+
 src_prepare() {
cmake-utils_src_prepare
 



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

2019-06-16 Thread Andreas Sturmlechner
commit: 97d85b9e4de40c3266d895fcecda1c639309066a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 18:47:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:57:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d85b9e

app-office/libreoffice-bin: 6.2.4.2 amd64 stable

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild
index 0bddd642e00..68790dd997b 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild
@@ -51,7 +51,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BIN_COMMON_DEPEND="
app-text/hunspell:0/1.6



[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/

2019-06-16 Thread Andreas Sturmlechner
commit: 4f8c83514f1d7664bcccdba3d8ffd3de7ef5325b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 16 19:09:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 16 21:57:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8c8351

sys-fs/cryfs: Add upper bound on boost-1.70

Bug: https://bugs.gentoo.org/678572
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/cryfs/cryfs-0.9.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/cryfs/cryfs-0.9.9.ebuild b/sys-fs/cryfs/cryfs-0.9.9.ebuild
index 61780cc28cc..6410d2cde5d 100644
--- a/sys-fs/cryfs/cryfs-0.9.9.ebuild
+++ b/sys-fs/cryfs/cryfs-0.9.9.ebuild
@@ -27,7 +27,7 @@ else
S="${WORKDIR}"
 fi
 
-RDEPEND=">=dev-libs/boost-1.56:=
+RDEPEND="=dev-libs/crypto++-5.6.3:=
net-misc/curl:=
>=sys-fs/fuse-2.8.6:=



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

2019-06-16 Thread Zac Medico
commit: 8deba2cbc7f6a922b3d5325493ede15ea7fa4d7e
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jun 16 21:24:23 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jun 16 21:24:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8deba2cb

app-emulation/buildah: Bump to version 1.9.0

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/buildah/Manifest |  1 +
 app-emulation/buildah/buildah-1.9.0.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
index 85802e26009..cd913daee6c 100644
--- a/app-emulation/buildah/Manifest
+++ b/app-emulation/buildah/Manifest
@@ -1,2 +1,3 @@
 DIST buildah-1.8.3.tar.gz 5114332 BLAKE2B 
55ef5e10e8a2a2b95ef8f8cd28a3ccdb3e734fc3ef64a890900e20a5b8994f92571e2cdec875813203fc4e98a8c4f09656d16bc4c6242194131a25713e054492
 SHA512 
f875c448f81ef272ad0b7be9c1579d6650983fed4e471095cd645ae1126b49d91ec15b55a072e722205154b681eefc0fb32f5a452d827e875eb0c4779f5d712b
 DIST buildah-1.8.4.tar.gz 5122400 BLAKE2B 
b02a1cac77f5f16ab6cec3a74f11ee94675c717ead21fd791feb4cfbd08dcfb4313a1ee3134d3b9f9d20218935db35e28dab406a9f706ff2f46a2beb1abaa56b
 SHA512 
a316e5e2bea7cded1db089bbc7831c9af69242caa6108c78d63864c012053bda3dc3da5bf70248b2742b2be1ad66aeb59c844558022c20f79236f5b1292d6366
+DIST buildah-1.9.0.tar.gz 5123317 BLAKE2B 
d38c36c2407b3a77a5f738e00ae08c4312945d5c2a4bb930e116e32171ea22c20e0a78e56cce7977844ff0d60306f5446a9c1a117d790ea83cc53e1e83e63417
 SHA512 
8defe72b267790a6d777eed2a68f89721184eab8df972ef59287e69e1719d1174cb120d6a0c254f8a3963721d34414ec614fb5d3e52fb85a6940c659ee720686

diff --git a/app-emulation/buildah/buildah-1.9.0.ebuild 
b/app-emulation/buildah/buildah-1.9.0.ebuild
new file mode 100644
index 000..16d2c1c2eb6
--- /dev/null
+++ b/app-emulation/buildah/buildah-1.9.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="A tool that facilitates building OCI images"
+HOMEPAGE="https://github.com/containers/buildah;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ostree selinux"
+EGO_PN="${HOMEPAGE#*//}"
+EGIT_COMMIT="v${PV}"
+GIT_COMMIT="00eb895"
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+RDEPEND="app-crypt/gpgme:=
+   app-emulation/skopeo
+   dev-libs/libgpg-error:=
+   dev-libs/libassuan:=
+   sys-fs/lvm2:=
+   sys-libs/libseccomp:=
+   selinux? ( sys-libs/libselinux:= )"
+DEPEND="${RDEPEND}"
+RESTRICT="test"
+REQUIRED_USE="!selinux? ( !ostree )"
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+src_prepare() {
+   default
+   sed -e 's|^\(GIT_COMMIT ?= \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
+
+   [[ -f ostree_tag.sh ]] || die
+   use ostree || { echo -e "#!/bin/sh\necho containers_image_ostree_stub" 
> \
+   ostree_tag.sh || die; }
+
+   [[ -f selinux_tag.sh ]] || die
+   use selinux || { echo -e "#!/bin/sh\ntrue" > \
+   selinux_tag.sh || die; }
+}
+
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME
+   GOPATH="${WORKDIR}/${P}" emake all
+}
+
+src_install() {
+   dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md 
troubleshooting.md
+   doman docs/*.1
+   dodoc -r docs/tutorials
+   dobin ${PN} imgtype
+   dobashcomp contrib/completions/bash/buildah
+}
+
+src_test() {
+   GOPATH="${WORKDIR}/${P}" emake test-unit
+}



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

2019-06-16 Thread Zac Medico
commit: 4eadf1509fcd190fcf5f398c3673c32e6bebb221
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jun 16 21:16:01 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jun 16 21:16:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eadf150

app-emulation/buildah: Bump to version 1.8.4

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/buildah/Manifest |  1 +
 app-emulation/buildah/buildah-1.8.4.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
index 7869390f953..85802e26009 100644
--- a/app-emulation/buildah/Manifest
+++ b/app-emulation/buildah/Manifest
@@ -1 +1,2 @@
 DIST buildah-1.8.3.tar.gz 5114332 BLAKE2B 
55ef5e10e8a2a2b95ef8f8cd28a3ccdb3e734fc3ef64a890900e20a5b8994f92571e2cdec875813203fc4e98a8c4f09656d16bc4c6242194131a25713e054492
 SHA512 
f875c448f81ef272ad0b7be9c1579d6650983fed4e471095cd645ae1126b49d91ec15b55a072e722205154b681eefc0fb32f5a452d827e875eb0c4779f5d712b
+DIST buildah-1.8.4.tar.gz 5122400 BLAKE2B 
b02a1cac77f5f16ab6cec3a74f11ee94675c717ead21fd791feb4cfbd08dcfb4313a1ee3134d3b9f9d20218935db35e28dab406a9f706ff2f46a2beb1abaa56b
 SHA512 
a316e5e2bea7cded1db089bbc7831c9af69242caa6108c78d63864c012053bda3dc3da5bf70248b2742b2be1ad66aeb59c844558022c20f79236f5b1292d6366

diff --git a/app-emulation/buildah/buildah-1.8.4.ebuild 
b/app-emulation/buildah/buildah-1.8.4.ebuild
new file mode 100644
index 000..1f2ce722cc4
--- /dev/null
+++ b/app-emulation/buildah/buildah-1.8.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="A tool that facilitates building OCI images"
+HOMEPAGE="https://github.com/containers/buildah;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ostree selinux"
+EGO_PN="${HOMEPAGE#*//}"
+EGIT_COMMIT="v${PV}"
+GIT_COMMIT="af8fd4a"
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+RDEPEND="app-crypt/gpgme:=
+   app-emulation/skopeo
+   dev-libs/libgpg-error:=
+   dev-libs/libassuan:=
+   sys-fs/lvm2:=
+   sys-libs/libseccomp:=
+   selinux? ( sys-libs/libselinux:= )"
+DEPEND="${RDEPEND}"
+RESTRICT="test"
+REQUIRED_USE="!selinux? ( !ostree )"
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+src_prepare() {
+   default
+   sed -e 's|^\(GIT_COMMIT ?= \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
+
+   [[ -f ostree_tag.sh ]] || die
+   use ostree || { echo -e "#!/bin/sh\necho containers_image_ostree_stub" 
> \
+   ostree_tag.sh || die; }
+
+   [[ -f selinux_tag.sh ]] || die
+   use selinux || { echo -e "#!/bin/sh\ntrue" > \
+   selinux_tag.sh || die; }
+}
+
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME
+   GOPATH="${WORKDIR}/${P}" emake all
+}
+
+src_install() {
+   dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md 
troubleshooting.md
+   doman docs/*.1
+   dodoc -r docs/tutorials
+   dobin ${PN} imgtype
+   dobashcomp contrib/completions/bash/buildah
+}
+
+src_test() {
+   GOPATH="${WORKDIR}/${P}" emake test-unit
+}



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

2019-06-16 Thread Zac Medico
commit: a95180b5cc75edda5801ea8739a5528413355ab7
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jun 16 21:05:42 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jun 16 21:05:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95180b5

app-emulation/buildah: Remove old version 1.8.2

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/buildah/Manifest |  1 -
 app-emulation/buildah/buildah-1.8.2.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
index 1c599c028c1..7869390f953 100644
--- a/app-emulation/buildah/Manifest
+++ b/app-emulation/buildah/Manifest
@@ -1,2 +1 @@
-DIST buildah-1.8.2.tar.gz 5102103 BLAKE2B 
2e19f8af15e5f4a3c6488a44cc0f51592bc6f5201f217ea814daf4b08691f08170debfa2de01d39ae20c6289ed0915383b958cd5e59d8b598d867053ee990af2
 SHA512 
0cb8dc62c4139a5b500d4021b05344c70c1ec86ff9850bcca87011ad522fe95981d373d73b30b7899959876d78cd15e565e034cf136aa271a72fa4810ff34cae
 DIST buildah-1.8.3.tar.gz 5114332 BLAKE2B 
55ef5e10e8a2a2b95ef8f8cd28a3ccdb3e734fc3ef64a890900e20a5b8994f92571e2cdec875813203fc4e98a8c4f09656d16bc4c6242194131a25713e054492
 SHA512 
f875c448f81ef272ad0b7be9c1579d6650983fed4e471095cd645ae1126b49d91ec15b55a072e722205154b681eefc0fb32f5a452d827e875eb0c4779f5d712b

diff --git a/app-emulation/buildah/buildah-1.8.2.ebuild 
b/app-emulation/buildah/buildah-1.8.2.ebuild
deleted file mode 100644
index 0c4df769d32..000
--- a/app-emulation/buildah/buildah-1.8.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="A tool that facilitates building OCI images"
-HOMEPAGE="https://github.com/containers/buildah;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="ostree selinux"
-EGO_PN="${HOMEPAGE#*//}"
-EGIT_COMMIT="v${PV}"
-GIT_COMMIT="e23314b"
-SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-RDEPEND="app-crypt/gpgme:=
-   app-emulation/skopeo
-   dev-libs/libgpg-error:=
-   dev-libs/libassuan:=
-   sys-fs/lvm2:=
-   sys-libs/libseccomp:=
-   selinux? ( sys-libs/libselinux:= )"
-DEPEND="${RDEPEND}"
-RESTRICT="test"
-REQUIRED_USE="!selinux? ( !ostree )"
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-src_prepare() {
-   default
-   sed -e 's|^\(GIT_COMMIT ?= \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
-
-   [[ -f ostree_tag.sh ]] || die
-   use ostree || { echo -e "#!/bin/sh\necho containers_image_ostree_stub" 
> \
-   ostree_tag.sh || die; }
-
-   [[ -f selinux_tag.sh ]] || die
-   use selinux || { echo -e "#!/bin/sh\ntrue" > \
-   selinux_tag.sh || die; }
-}
-
-src_compile() {
-   export -n GOCACHE XDG_CACHE_HOME
-   GOPATH="${WORKDIR}/${P}" emake all
-}
-
-src_install() {
-   dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md 
troubleshooting.md
-   doman docs/*.1
-   dodoc -r docs/tutorials
-   dobin ${PN} imgtype
-   dobashcomp contrib/completions/bash/buildah
-}
-
-src_test() {
-   GOPATH="${WORKDIR}/${P}" emake test-unit
-}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/mbr-gpt/

2019-06-16 Thread Robin H. Johnson
commit: c65a1ab094bb97a6403ad018d8ce0c8b253e5006
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Jun 16 19:15:35 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jun 16 19:17:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65a1ab0

sys-boot/mbr-gpt: EAPI7, fixups

This is a very niche package, but still useful and needed to boot some
old hardware.

Fixes: https://bugs.gentoo.org/429396
Fixes: https://bugs.gentoo.org/371333
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 ...br-gpt-0.0.1.ebuild => mbr-gpt-0.0.1-r1.ebuild} | 32 ++
 sys-boot/mbr-gpt/metadata.xml  |  4 +++
 2 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild 
b/sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild
similarity index 64%
rename from sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild
rename to sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild
index 034062e6513..915fc0e5dd5 100644
--- a/sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild
+++ b/sys-boot/mbr-gpt/mbr-gpt-0.0.1-r1.ebuild
@@ -1,30 +1,36 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit eutils flag-o-matic
 
 DESCRIPTION="An MBR that can handle BIOS-based boot on GPT"
 MY_P="${PN}_${PV}"
-HOMEPAGE="http://aybabtu.com/mbr-gpt/;
-SRC_URI="http://aybabtu.com/mbr-gpt/${MY_P}.tar.gz;
-LICENSE="GPL-2"
+HOMEPAGE="https://web.archive.org/web/20080704173538/http://aybabtu.com/mbr-gpt/;
+SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${MY_P}.tar.gz;
+LICENSE="GPL-3"
 SLOT="0"
 # This should probably NEVER go to stable. It's crazy advanced dangerous magic.
 # It's also pure ASM, so not suitable for elsewhere anyway.
-KEYWORDS="~x86 ~amd64"
+# Please don't remove it, robbat2 has a box that depends on it for # booting!
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 # It only depends on binutils/gcc/make, and doesn't link against libc even.
 DEPEND=""
 RDEPEND=""
 
 # It's a mostly an MBR block and it does use the executable stack.
-QA_WX_LOAD="usr/sbin/boot.elf"
+QA_WX_LOAD="usr/lib/$PN/boot.elf"
+QA_PRESTRIPPED="${QA_WX_LOAD}"
+QA_FLAGS_IGNORED="${QA_WX_LOAD}"
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
+# Don't strip it either; this binary reboots your host!
+RESTRICT="binchecks strip"
+
+src_prepare() {
+   default
+   # Messy upstream
emake clean
 
# Need to build it 32-bit for the MBR
@@ -39,9 +45,11 @@ src_compile() {
 src_install() {
# get_libdir is not correct here. We want this to go into a 32-bit 
library
# location.
-   insinto /usr/lib/mbr-gpt/
+   insinto /usr/lib/$PN
doins mbr
-   dosbin boot.elf
+   exeinto /usr/lib/$PN
+   exeopts -m 700
+   doexe boot.elf
dodoc AUTHORS
 }
 

diff --git a/sys-boot/mbr-gpt/metadata.xml b/sys-boot/mbr-gpt/metadata.xml
index 9590fe15fc0..92a82843d1a 100644
--- a/sys-boot/mbr-gpt/metadata.xml
+++ b/sys-boot/mbr-gpt/metadata.xml
@@ -8,4 +8,8 @@
base-sys...@gentoo.org
Gentoo Base System
 
+
+   Bootable MBR including fake partition records, for legacy BIOS without 
any GPT support, and usable without hybrid disk layouts.
+   Install directly at the start of a disk, create GPT, ensure at least 
one partition has GUID set to BIOS Boot Partition 
(21686148-6449-6e6f-744e-656564454649).
+
 



[gentoo-commits] repo/gentoo:master commit in: app-shells/mcfly/

2019-06-16 Thread Georgy Yakovlev
commit: 835e4980e2417025ddce252771635a05824d855d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 19:04:20 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 19:07:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835e4980

app-shells/mcfly: drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-shells/mcfly/Manifest   |  1 -
 app-shells/mcfly/mcfly-0.3.3.ebuild | 94 -
 2 files changed, 95 deletions(-)

diff --git a/app-shells/mcfly/Manifest b/app-shells/mcfly/Manifest
index 30712d80280..4ef7d051fd7 100644
--- a/app-shells/mcfly/Manifest
+++ b/app-shells/mcfly/Manifest
@@ -22,7 +22,6 @@ DIST libc-0.2.42.crate 336080 BLAKE2B 
0de0726bfb00ff42d67abf06efa26c1a4f8132b29b
 DIST libsqlite3-sys-0.10.0.crate 2175426 BLAKE2B 
dc7cbbcb632e2de1e8fcd6372cb0a82ed044db1d8634fa88b4294efb01470528fc86cece8c1ba6c4800a97c39d78bebb4b858efaf7c3c74510f5cf675ca2a1f0
 SHA512 
df030105952e8e0ca9def15d914a2eb7fb81754c85465788f7a3df5626b647d4af7f93b11f2f6d6e3dba286fd101c779dd51de7f2732084ba9542120cbc0e299
 DIST linked-hash-map-0.4.2.crate 15980 BLAKE2B 
f31e0dc6f6bb3af355981491e42ce70ac91cbcf059c3d7da8ad2160c40c379bf6d10aab1fdc8400df4497e30ae8dc8c37149ec23084b589fb9a17b8dcf7fbdb4
 SHA512 
e9ca0dcf09338b8bf2e669eae241b1d07a08c430b2c1fb8adde9a79218aac8f0ad3a13d515202fbf7d0d6f3607e64c4fb3b8b9fe9190655897ae7aeeeb91dbce
 DIST lru-cache-0.1.1.crate 8645 BLAKE2B 
027f7051ce930701b97017638f2091efef0b3be330fe1cf534d31c7040c8eb55d73d8e397644584d642e370ed2c109f6df61a6da020f6df5f5756cfccbdf9216
 SHA512 
f397be62edf59bcb36767e338427684274c3ec900d96f92c75859c61ae52f78c42a551bb298e256b76f65bc7b5765c453a07baa61dcb01bfb93ca8a41612b521
-DIST mcfly-0.3.3.tar.gz 242714 BLAKE2B 
05f038bfb502d0dd6938c6ecf2a8f36673a26e7bebd8b8f543f12c500db0b1b431c476384641fc0d66efc9fd537a2c94c0ef41bf26d1b2f78f3ddd551e94b51c
 SHA512 
b68484256421f0e8f11326cc4e321fdc0bdccb9fb01e919c143338ec315c0a69c90e2d9977265096a34d3db5f2709663579e851f41b637903e3d12ca92959631
 DIST mcfly-0.3.4.tar.gz 193516 BLAKE2B 
e30e438460788ab385924e729d1bd1a00eb6642eaa2f09d378ad20431218dee56153ac8a22c310b733202ac1929dc4e8c800ad480c66cfe3a21f96a79cff43b6
 SHA512 
49a69c6b4af6814333860262ced4d0d83703d397f5c2f46f9d4351eec9def91c0eff39069982ae67c8fbd5371d562e9e6afbb778472d83dee13aace62f456bf2
 DIST memchr-2.0.1.crate 9858 BLAKE2B 
ccf5530245bdcf1b892b98858d1cfd8cdeec3765422f6d1503bfaf3e48744dabfbc1767212b310d1951f1594ec3d4ca09447ca72782ed272cc396113a7f9fef8
 SHA512 
50daeb73062c30b244c8fec965ff0c69c29571022a9228dafd1ed397164956e39fbe260b8adce33522b5cedcd7f9135500ac45d6bc0b5e72bf9e89ebea0954d1
 DIST nodrop-0.1.12.crate 3033 BLAKE2B 
69792f5ac9722dc570749795b6e0e6c6373c44614bf5861846af08d426d18e5929ad3c5b957adf3480e8c77444cec9d33b3e8b272eea9c7200f0cedf0d78e7ac
 SHA512 
8f2856a6467715565ea5b3be181fc957f6cbc885797c15582ef5be5a71089201292ea58f94877496737dfd427b19523228fa4bde49d9413a8399d2e7888b99aa

diff --git a/app-shells/mcfly/mcfly-0.3.3.ebuild 
b/app-shells/mcfly/mcfly-0.3.3.ebuild
deleted file mode 100644
index 1ce9fc5247a..000
--- a/app-shells/mcfly/mcfly-0.3.3.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 2017-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CRATES="
-ansi_term-0.11.0
-argon2rs-0.2.5
-arrayvec-0.4.7
-atty-0.2.10
-backtrace-0.3.9
-backtrace-sys-0.1.24
-bitflags-1.0.3
-blake2-rfc-0.2.18
-cc-1.0.18
-cfg-if-0.1.5
-clap-2.32.0
-cloudabi-0.0.3
-constant_time_eq-0.1.3
-csv-1.0.1
-csv-core-0.1.4
-dirs-1.0.4
-failure-0.1.2
-failure_derive-0.1.2
-fuchsia-zircon-0.3.3
-fuchsia-zircon-sys-0.3.3
-libc-0.2.42
-libsqlite3-sys-0.10.0
-linked-hash-map-0.4.2
-lru-cache-0.1.1
-memchr-2.0.1
-nodrop-0.1.12
-pkg-config-0.3.11
-proc-macro2-0.4.20
-quote-0.6.8
-rand-0.4.3
-rand-0.5.5
-rand_core-0.2.1
-redox_syscall-0.1.40
-redox_termios-0.1.1
-redox_users-0.2.0
-relative-path-0.4.0
-rusqlite-0.15.0
-rustc-demangle-0.1.9
-scoped_threadpool-0.1.9
-serde-1.0.75
-shellexpand-1.0.0
-strsim-0.7.0
-syn-0.14.9
-synstructure-0.9.0
-termion-1.5.1
-textwrap-0.10.0
-time-0.1.40
-unicode-segmentation-1.2.1
-unicode-width-0.1.5
-unicode-xid-0.1.0
-vcpkg-0.2.4
-vec_map-0.8.1
-winapi-0.3.5
-winapi-i686-pc-windows-gnu-0.4.0
-winapi-x86_64-pc-windows-gnu-0.4.0
-"
-
-inherit cargo
-
-DESCRIPTION="Context-aware bash history search replacement (crtl-r)"
-HOMEPAGE="https://github.com/cantino/mcfly;
-SRC_URI="https://github.com/cantino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   $(cargo_crate_uris ${CRATES})"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
-   cargo_src_install --path=.
-
-   insinto "/usr/share/${PN}"
-   doins "${PN}.bash"
-
-   einstalldocs
-}
-
-pkg_postinst() {
-   local p="/usr/share/${PN}/${PN}.bash"
-
-   elog "To start using ${PN}"
-   elog "Add the following to your ~/.bashrc"
-   elog
-  

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

2019-06-16 Thread Georgy Yakovlev
commit: 94510344fa9ce546f616b329e836138e98011475
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 19:06:07 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 19:07:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94510344

dev-util/shellcheck-bin: drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/shellcheck-bin/Manifest   |  1 -
 .../shellcheck-bin/shellcheck-bin-0.5.0.ebuild | 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-util/shellcheck-bin/Manifest b/dev-util/shellcheck-bin/Manifest
index 08b50fcbcdf..ee64728e012 100644
--- a/dev-util/shellcheck-bin/Manifest
+++ b/dev-util/shellcheck-bin/Manifest
@@ -1,3 +1,2 @@
-DIST shellcheck-v0.5.0.linux.x86_64.tar.xz 3231336 BLAKE2B 
5d94ed2e61fd363f645259eac94905cc4eed839b523c4392dd6a775f466e85a2164036c34cf0e1d993a43486fbbe0c7e64df2943d0748bee6e7bb25a5e3d0500
 SHA512 
475e14bf2705ad4a16d405fa64b94c2eb151a914d5a165ce13e8f9344e6145893f685a650cd32d45a7ab236dedf55f76b31db82e2ef76ad6175a87dd89109790
 DIST shellcheck-v0.6.0.linux.armv6hf.tar.xz 2488420 BLAKE2B 
5b5265845c596d82938d7bc7009d0e5736cf380b9686fc3f900130f859122bb4fb6e2ad9eba7ac2a06d32a0065cf97bed473af085712b9c1da5c57d46df5daa1
 SHA512 
ac60323430e7febfeaaf5f8b6e3c5500e173871757e46643f1a944eea67f6918bbc49869a63fb7089329a2090307d8364dbeabb390a5e42c094147f530589f81
 DIST shellcheck-v0.6.0.linux.x86_64.tar.xz 1484496 BLAKE2B 
2f0d40b53a59dea15ae6bd972387071aea4e1d0f44bc1b7f74180d8744befd539a2e7e7aa4d5b78b65c82f8b94dc224b0730a9351a4fb1db1988c024fd85feac
 SHA512 
6335d848a6fd351867c4f9732446b33c6b5e46343aebdbf1efa14ae99804d1e5af5b186b6ceba161d23b221b53d2a12e3a695231f8ac8f9ef46e2db9182b

diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.5.0.ebuild 
b/dev-util/shellcheck-bin/shellcheck-bin-0.5.0.ebuild
deleted file mode 100644
index c2bfcaef386..000
--- a/dev-util/shellcheck-bin/shellcheck-bin-0.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=${PN/-bin/}
-
-DESCRIPTION="Shell script analysis tool (binary package)"
-HOMEPAGE="https://www.shellcheck.net/;
-SRC_URI="https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.x86_64.tar.xz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND="!dev-util/shellcheck"
-RDEPEND="${DEPEND}"
-
-QA_PREBUILT="/usr/bin/shellcheck"
-S="${WORKDIR}/${MY_PN}-v${PV}"
-
-src_install() {
-   dobin shellcheck
-   einstalldocs
-}



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

2019-06-16 Thread Georgy Yakovlev
commit: 9130c140defbf1ece4ce8fea67dbc6aa2546b5ec
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 18:56:16 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 19:07:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9130c140

dev-util/bingrep: drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/bingrep/Manifest |   2 -
 dev-util/bingrep/bingrep-0.6.1.ebuild | 107 --
 2 files changed, 109 deletions(-)

diff --git a/dev-util/bingrep/Manifest b/dev-util/bingrep/Manifest
index f05092ac3cd..f5acdcf850e 100644
--- a/dev-util/bingrep/Manifest
+++ b/dev-util/bingrep/Manifest
@@ -3,7 +3,6 @@ DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST backtrace-0.3.9.crate 31054 BLAKE2B 
5d90d098d149198eabe4665b1eb2cf41c5f392ddc1c5cc499047dd72533d79b679943781445f7d86f269a15d3f8ca2775dfe89123935d32ccef4b8151547283e
 SHA512 
edb485ad27d19e0cccea123cc6a9db5b3222831e48722d8fcec7349fd1c4b62b67ab1f488fea4973da82c8f17a86aeba4ea8f2fc1aa60f6528833cda39efa637
 DIST backtrace-sys-0.1.24.crate 522332 BLAKE2B 
aebfee4b257b44ce127f3bc13d7622dcb0d6cb4c1e73d504b8d77b6c0b1ed47e7ca310cb6b41798cd13e6589739c352d9e33072e20fae0547d292312604a27d9
 SHA512 
7e7b279bbe5f3d8bc2ff3234df11d7b08cb09209c861c24b3fa67dcd89699bd80a6fbf93d3b0b287544f73792983172bfb5e5c86caedee59f09ee66d259fd0c7
-DIST bingrep-0.6.1.tar.gz 614424 BLAKE2B 
5a7f8378f8508a455ae6a877dbb2e2645ee605225e2ae6e7718da19fd5827155e9d101fc585c4ea54abd59cb22e936208f065f63467072eb693dfdb780651924
 SHA512 
919302a95003094da872eee89e4e142ed6f3edae593cb69ca85c3f0b61afd5cbf09479e84271457594fbbeee7042138039be21298f0b1ec7fbfc1c83c7f3ee1e
 DIST bingrep-0.6.2.tar.gz 614426 BLAKE2B 
bf3376e76eda2c40fdf24aec03c5001f02a310ce4b9eb1a8d312eba5f1f7694dad20938630548ca1106a55b251849f6c7db7eadfeeebbec95fb0101410806ade
 SHA512 
3919012d376c9890e1f39610536993c089f9b04f59becc2c14323040eb04a4efb44184fb3375776826bc1073aa8449b90bfbd177e5141411f330602d59ecae13
 DIST bitflags-1.0.4.crate 15282 BLAKE2B 
63f5feb47460c344983cef8822804b1c4ac2f3adfffcf206df2b05fafb9c7bfd73986721cde46705a3e4a0dc72a40683e4d369f2339adfc1b55208bad1766875
 SHA512 
81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de
 DIST byteorder-1.2.6.crate 19985 BLAKE2B 
717b3c7a497fc1624a32c38a2f1a5ab48ac76ab996e2b7170c9a295002a64da05538489d7e497d88ae13b66c2d4911daff8840232d4201cef3d26f4e30cdc820
 SHA512 
7106b5404a213b080a231c4bcc3010caa2f2743a0d0b64553e0c789ad849970ce1fb547b330711d03374cba5a7ff56b728f5259d0c6fe7ac00c8c13324503dce
@@ -14,7 +13,6 @@ DIST cpp_demangle-0.2.12.crate 67328 BLAKE2B 
21147d1c7a2214e501b676e3a8c86cdabf5
 DIST csv-1.0.2.crate 888793 BLAKE2B 
12dcb63b31e8bbff21120288b1f8db8c036e83a9f82b0a317def7916797712390cbc44c36ad55b42c13fa7980dd3c66e2d7ef883ef6dfecbe6ffe8aec6766320
 SHA512 
37ed9432d7362374648cd0cf3470cebf7baad57400f56635e68c28c576f7a8fcb8350a3e420079df329e4c290e816f181712f04dd09e5101600dd4615b4e0afd
 DIST csv-core-0.1.4.crate 25406 BLAKE2B 
10c6493da7d9adf53fdfb44b7e8b229a40beb9dbb882053d778ef8b54d90001b7592fe6b9e9dc5e48e3f113e55ec01fb05d1399b133d9fd99078b8154ba7fbe0
 SHA512 
c2e5291489eb1d1c192c7d94cbe8be3c6bcf0a5d8ef2bb525ccdc20a9c512e3a42946241457de7ba219b59d330d87a2ce51995782621e6c1d4192e2a71e888f6
 DIST encode_unicode-0.3.5.crate 42677 BLAKE2B 
d8044f314f03f93965bc4de11c065f08112d33c4e1b42d9054476dd7ea925e22fb7b32fa855250be2053a00d877bbdb83a293c0aede3aa6e48d978b61f0f57df
 SHA512 
e9849cffcffbf66e28b609e86b0d26b1267f6e2858c6564f93b071b1257aa505732dc3b7ae5bcb347874514fb8c21a606282bdcf69de842f8b96e79547f434a2
-DIST env_logger-0.5.13.crate 25275 BLAKE2B 
02d13c40bafa9e403ba1e3582e296d132061ef020183d39a071f9ab4606a8f45cd211708ab8757d6dd9c04bf4b79b429c0db4bc293a8dbce0506b643d1a6aba5
 SHA512 
46739cbdcfb34e56b65c7839a5d62ec0f285359dd415bcdcbd2de5ad8e8015aee5a31e92c202c94da5d75235dee4f49ad8585fb852be1f8b2852438922ed4a99
 DIST env_logger-0.6.1.crate 28567 BLAKE2B 
a7302e44a807dcb1b523e1dde683a040837b1de2fbda5e8e7347478f77d4b7a39521aadd1d6d42dffbb6229e0dd6bd1b2b9fc47b860db45281a95612dd78faab
 SHA512 
7e5142fa24e46aeb246515f42f9fc561364f266a693ec9f8c45dbe96d31174bf5663ef6233f41a5f96849dd19b61e2a97ab7ca1a7a55c51f741f4efa5af371c5
 DIST failure-0.1.3.crate 34107 BLAKE2B 
6ed7b1f978bc88b5a8c3e6b30854cf0718ec7882c88834f7464bdf2864a784026a90034239c09ae433b4938293be7fe8034bc32b295350db1bf38e76f140a47d
 SHA512 
b77170bb749da6a8af01cb9bbd42c5e75ff72ed74886d8ae1223bf6a7c2089c0bd37420e9e2eb5fa74c58214e49c0d00ff632008d7f6d6c831ede92db8de7e64
 DIST 

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

2019-06-16 Thread Georgy Yakovlev
commit: 522699d2f8d18e3febe3f5a34f456377fe0e573f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 18:59:55 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 19:07:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522699d2

app-text/fblog: drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-text/fblog/Manifest   | 22 -
 app-text/fblog/fblog-1.2.0.ebuild | 65 ---
 2 files changed, 87 deletions(-)

diff --git a/app-text/fblog/Manifest b/app-text/fblog/Manifest
index a1944575142..c611d5ce051 100644
--- a/app-text/fblog/Manifest
+++ b/app-text/fblog/Manifest
@@ -1,56 +1,34 @@
-DIST aho-corasick-0.6.8.crate 26786 BLAKE2B 
877bac172514332ef3c607fa3c9b4708822543f69091b3151d31d9297306dbcb0b6ce9cf5ba02f3c08f5baff337e3525ada8f2240fd6aa12cce428694a36
 SHA512 
1adbce716a3082c3fcd3514c49af3872d926df14044767266707862c0ad7ee22848a6ce99903003c04a3e8f8cd91b38ec8ca5d4a2c9031bfec4c93cf71c15556
 DIST aho-corasick-0.7.3.crate 55093 BLAKE2B 
16dfd6505ac34c1b0351c736a913852a354da64177fbf8fabf35212a4deea087150ed7e558787061da1e71c995e3c876c155eb1c629865cc282ab8aee06c9539
 SHA512 
4250dc8fa38ad74e0c25375744f34eb06ff3bddbf16d6b4d757a9053ca16c3945d15c8f9deb11ea55d30b6d1c1744c4bccc388a4413b723a429445bf5ef3ffa9
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST bitflags-1.0.4.crate 15282 BLAKE2B 
63f5feb47460c344983cef8822804b1c4ac2f3adfffcf206df2b05fafb9c7bfd73986721cde46705a3e4a0dc72a40683e4d369f2339adfc1b55208bad1766875
 SHA512 
81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de
-DIST cc-1.0.25.crate 43191 BLAKE2B 
2f715c36150ea81406ac34224ebc5e0b95ba1bc5f80d36e78af6e6f4027521bd5e163c3ff0f08dac8b0791b797e1498c8a1151dfbc72a8a8008546e0b44ecf83
 SHA512 
0ae0d47c9ceb67aa0ec25b7b98ab4d378bd7a58fb7bbcd9bcc804a0deadcfae904f9353c218d63b8e7046b388c67d5316248accf1f8b69822c0f58ff465652a3
 DIST cc-1.0.37.crate 44499 BLAKE2B 
d12551225fc4e20691a09fecc8a2a487090ce10ad7fe64b385cf54b74a124cf737aa31966f82d9a68e1a932dccb4ec495eb32cdb4dc808c985384fd0fa4b6950
 SHA512 
85cf4679d16df14a815563c459227ae85206eb79826099fcbd5f602fdfdc052f36237916a842d65d9a5ab57c559c18e645bb219422d85aa3690c11c0a8dcc92c
-DIST cfg-if-0.1.6.crate 7411 BLAKE2B 
0a19f5afaa89acfa7877e06e747c1e73af8b8a9886c97a803fc3d61d075b43f3fee6089c67ed28efe70aaf4082fc21dd5b24ea514fb1d761ba3d939dad496fee
 SHA512 
e393816f659bb5b1e64ebc72a4b6e3e673afd00cba302c3c92c6f2e98db341a29197f6cf413107e569175a86aad85e74a93e2cd3a9fa9fa2d1b70b01c3fcf378
-DIST clap-2.32.0.crate 196073 BLAKE2B 
c262241a3ad1d0f944467f4ea9884ca3dc05b5e05656fd7b73700e0daeec035c07a5d06316cc1273e37f74f2c00429b0ee99da298804dc4deff9a252ca56ce07
 SHA512 
ee2a66cec0d867d73fce35c055bcac77cc3ea9537b355be04be3ee17ddabefebfe3649cbdfc30ea356c54cf9f066369540eac4f5dc67e60cdadc9c66be014ef0
 DIST clap-2.33.0.crate 196458 BLAKE2B 
3bb62d817afc77b421a6282746b9b61367d224de6b614c7ed66bde452ce1046728077dab3368a46635b5c74d82ba3196586d87c0201478ce5b89638910dadb1a
 SHA512 
f1075031414d48e4340bfe308904a95a31b72460724773c52a0bc8c004e625a04c904a39fc5420cb8c26a633321f9b5f4f69019c7aae5ed89900b63ed8c21a91
-DIST fblog-1.2.0.crate 176759 BLAKE2B 
bba1157f78fa457ad9c091b7f7ad3db5e681e669676976c8ffec142a40f50d2feb0eef68a6e33850883715d2825561f12d842b5f8d88c42149dd5c8cd1b10e83
 SHA512 
bbdb8ccf29d0499e0df8b0bb187888d46e278f7c57a4a0224c4b055a74159030a50c497abd9a406b35327e9ac18114b9c24ad0d8a18fbc61e2ab9c9a02e8ca4b
 DIST fblog-1.3.1.crate 176956 BLAKE2B 
71ade0f0327ba9ce97de33c83a1120c578e7dc47ee5fdfbf3ff0d10aac8cf9a0d65cc786c61152813ba4b5a1b19993a7098a5ad1a225fa3fcdc1e1f8e4cacc42
 SHA512 
1ed97d34d267a1f5b75086ee41687cf3ef66efdc63bb613df76b18271cd597cba4a7087237ce134f21f7a71cb9644a89032b81511d4c365aae60b7a6c07293bd
 DIST hlua-0.4.1.crate 30771 BLAKE2B 
b2b5b39f1a686d57fdfc54d97badd4b612913518da85cf901acf3f18cebaa7c8af8a919f659ccfa47f3eebe2827b742069f63167484f6f62274c07638a548f6e
 SHA512 
992fa3236d19906bbb0dfa1054e89e2f78fa47e858f3cf7b2a6aeb3c6c031c49084115e18640e6fe105535a3fd124467b9f61783aedc5b9c2e670d2fe326280d
-DIST itoa-0.4.3.crate 11061 BLAKE2B 
76ab02d37c62453ddfee00788ed83805c3c57a66120fcd266401806c005bb55c00b90e074a39a0cdf99d8018181c5bd3f7c3a4fffcefcdc762e19191f0a362e6
 SHA512 

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

2019-06-16 Thread Georgy Yakovlev
commit: 2e74d60f2faca83b3ccffe0198bc28988ebe3267
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 19:01:26 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 19:07:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e74d60f

sys-apps/fd: drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/fd/Manifest| 27 --
 sys-apps/fd/fd-7.2.0.ebuild | 91 -
 2 files changed, 118 deletions(-)

diff --git a/sys-apps/fd/Manifest b/sys-apps/fd/Manifest
index 776ab1d12d4..fbbea1f259e 100644
--- a/sys-apps/fd/Manifest
+++ b/sys-apps/fd/Manifest
@@ -1,61 +1,39 @@
-DIST aho-corasick-0.6.6.crate 26330 BLAKE2B 
dbdfcba15832736cf1ec65c9f93943e7ef368fc71e5545e1481788428ce1ebacaf87b4d045cb22695c1738ac6a0c579b38e886a461bd665b07898ca3a7f9e808
 SHA512 
6ac654a3e670ca53350ae6a4b21f7cc50335a42ac8557f34712575e9e9871991d29e45a45280f8c32a8a44340a54ac33585e7f1ab9b549462002e0ec24da2caa
 DIST aho-corasick-0.6.9.crate 25979 BLAKE2B 
a1bbec11c322d20d435d8683151b144e31f04b07ca47fc1c8128464533256f4004c8d346fe59a1e1c41be5609fdf768fad5f1afa5df94d1a02ced5c4f02c4bac
 SHA512 
8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
-DIST bitflags-1.0.3.crate 13838 BLAKE2B 
d053495250ce43970d4dbca6ec7dd541e5f5ca6597f35b8ac7cae3230e80f95d8f056f3ea030c12dd02228b51184c8020f8d2ab5ee4da4dad88a97638ea3db41
 SHA512 
c1410967948a0c44c434bcf952c586166cea656f98532980156bce5eb68ea2966ad7457abd2e45e7444d346f47950aad9d6b4d6779486cddfbda70dee5716bd8
 DIST bitflags-1.0.4.crate 15282 BLAKE2B 
63f5feb47460c344983cef8822804b1c4ac2f3adfffcf206df2b05fafb9c7bfd73986721cde46705a3e4a0dc72a40683e4d369f2339adfc1b55208bad1766875
 SHA512 
81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de
-DIST cc-1.0.18.crate 42127 BLAKE2B 
158cddc9672713ed156403cf3a9663046978d692aec6b0a0785508d9ee612546e21afcd4cbaf5c9b76aec4c22cc2083615503aea553336cb01533762336fc4f9
 SHA512 
7e419ed8ad9dd1cf76ac9e7df82f89d93693299a80925f189b96416fd99b0217dd42918e577c0b9dc64c2fd7b6300b81e3b1b4bb176c940cdae4eff4ea303c76
 DIST cc-1.0.29.crate 42386 BLAKE2B 
6145e3c18f4db24bb0f8b2bb8903c30623c5c63fc596375ef531fd5832ab5e22e896517022b5927dab756a72a69e33094543c665d6bc768d285307ec3f1fdba0
 SHA512 
8cfdbe735b547bbcb125ccfa54b4aa5273e8f952345713d42375376a388833bed791d1f28520821faa6586ec4c484ea210f19edafcd8a8c65793aa2fc3cd0756
-DIST cfg-if-0.1.5.crate 7363 BLAKE2B 
ca668ccdb4cf082d2b874976e6ac38e85e2618430cbb5123f9359e328e38b61e59a492116bd6a9f8ed986796095a763d148291378d32ac3a9e7d501c5ac967fb
 SHA512 
48ab0bb1fe89d6e388ac4bf851b9aaed6479f9ca7da62945e2ebe58800b5201897feaf6aabd2b028110b0205b33d5abca7f02826ab3c688647b944e7140e6d94
 DIST cfg-if-0.1.6.crate 7411 BLAKE2B 
0a19f5afaa89acfa7877e06e747c1e73af8b8a9886c97a803fc3d61d075b43f3fee6089c67ed28efe70aaf4082fc21dd5b24ea514fb1d761ba3d939dad496fee
 SHA512 
e393816f659bb5b1e64ebc72a4b6e3e673afd00cba302c3c92c6f2e98db341a29197f6cf413107e569175a86aad85e74a93e2cd3a9fa9fa2d1b70b01c3fcf378
 DIST clap-2.32.0.crate 196073 BLAKE2B 
c262241a3ad1d0f944467f4ea9884ca3dc05b5e05656fd7b73700e0daeec035c07a5d06316cc1273e37f74f2c00429b0ee99da298804dc4deff9a252ca56ce07
 SHA512 
ee2a66cec0d867d73fce35c055bcac77cc3ea9537b355be04be3ee17ddabefebfe3649cbdfc30ea356c54cf9f066369540eac4f5dc67e60cdadc9c66be014ef0
-DIST crossbeam-0.3.2.crate 33440 BLAKE2B 
a5fe9d77b3fcb4ac890b3ccf4e2548cf82c99571961d3960326210ce63dbe8b04e4a5917b57dbb65288942dec1689387b73e41175b86e013307e057e7257
 SHA512 
e467a84c3a3655ed1108e2af2ee75dc1fd7bd435dc28fa29e43c055edd26d24d8a5d95edac86fb428e52ba70fcca68ac960952442d0a451568877c371057f0e9
 DIST crossbeam-channel-0.3.8.crate 79923 BLAKE2B 
dae78c49f0a2c425c20481a9ab1150fa8fc1c1bb8007747f3cfa9b9e763f72c8f440b62f7d6ccc6f5a92ad0545a2b0918d71fd3e7ce1bb4af95c583696d0cda1
 SHA512 
9b4c4b9345276b0227041a64f7ea4971dcd37ac5a2d404408d7e1875cd9a1318cbbee0cd91d4ba4b73201927ae61cf35382d2c8ef9461f21d71e802d01063583
 DIST crossbeam-utils-0.6.5.crate 31735 BLAKE2B 
adeec7df0627b73169e04b53883f44b9d4c54f0b97ef2e49cfadc565c5c3324bf3dfe39158a65ec4b6676a8fba2696d43b2ce1aea75fb8bf2120ff4ad9eb45f9
 SHA512 

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

2019-06-16 Thread Georgy Yakovlev
commit: dd6494ddc22774f19a0dc24d33ea40afbd9c6d13
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 19:01:08 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 19:07:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6494dd

sys-apps/fd: 7.3.0 stable amd64 and x86

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/sys-apps/fd/fd-7.3.0.ebuild b/sys-apps/fd/fd-7.3.0.ebuild
index f2cb550dfc1..b3c4bb93817 100644
--- a/sys-apps/fd/fd-7.3.0.ebuild
+++ b/sys-apps/fd/fd-7.3.0.ebuild
@@ -72,7 +72,7 @@ 
SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=">=virtual/rust-1.31.0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/endlessh/, net-misc/endlessh/files/

2019-06-16 Thread Georgy Yakovlev
commit: 9f1dce1725ea8f5b2f1a03da5b63b14111326487
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 18:58:56 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 19:07:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1dce17

net-misc/endlessh: drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-misc/endlessh/Manifest |  1 -
 net-misc/endlessh/endlessh-0.1.ebuild  | 70 --
 net-misc/endlessh/files/endlessh.confd | 22 ---
 net-misc/endlessh/files/endlessh.initd | 22 ---
 net-misc/endlessh/files/logrotated |  7 
 net-misc/endlessh/metadata.xml |  3 --
 6 files changed, 125 deletions(-)

diff --git a/net-misc/endlessh/Manifest b/net-misc/endlessh/Manifest
index a6980673bc4..55b4df2b685 100644
--- a/net-misc/endlessh/Manifest
+++ b/net-misc/endlessh/Manifest
@@ -1,2 +1 @@
-DIST endlessh-0.1.tar.gz 8566 BLAKE2B 
e8fefd6ef80d26c25f57ffe1cef502af05322e348d63ca17c0bb626e35d5c1d35cb98384b35c86c579f2876573f4c13468605c3f44325a48d19e27c499657853
 SHA512 
0d11c82a708a26bd77ca85f7f3bd0eda2807ded9de88e3e518da09a38b3e94fc2658ea6f210e4f1493d38ca5948968c5488c8f2f09ff2adf22b799622b4952b8
 DIST endlessh-1.0.tar.gz 12258 BLAKE2B 
add6e24568cc94b244aa52bb484d1516210bfaa5a82440e090a89a94d50fbd4805ae004f917af56a7ad82a6502ae97c059d3f1c24b7c3e13ad1bd5a04bcf1c3e
 SHA512 
a7e4e6ac5dc5e9b6e479ac3323b6a3ecec398ea074970de7794c93bd7a1a77c5662bdfa5752217fe552db1b3dbb9f400183114d7399c5a019637cb40756b46a8

diff --git a/net-misc/endlessh/endlessh-0.1.ebuild 
b/net-misc/endlessh/endlessh-0.1.ebuild
deleted file mode 100644
index 105c786b101..000
--- a/net-misc/endlessh/endlessh-0.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-single-r1 systemd toolchain-funcs
-
-DESCRIPTION="SSH tarpit that slowly sends and endless banner"
-HOMEPAGE="https://github.com/skeeto/endlessh;
-
-if [ ${PV} == "" ] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/skeeto/${PN}.git;
-else
-   SRC_URI="https://github.com/skeeto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="Unlicense"
-SLOT="0"
-IUSE="tools"
-REQUIRED_USE="tools? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND=""
-
-RDEPEND="${DEPEND}
-   tools? (
-   ${PYTHON_DEPS}
-   dev-db/sqlite
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   )
-"
-
-BDEPEND=""
-
-pkg_setup() {
-   use tools && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   tc-export CC
-
-   sed -i \
-   -e 's/^CC/CC?/' \
-   -e 's/^CFLAGS  =/CFLAGS  +=/' \
-   -e 's/ -Os//' \
-   -e 's/^LDFLAGS/LDFLAGS?/' \
-   Makefile || die
-
-   sed -i -e "/^ExecStart=/ s:=/opt/endlessh:=${EPREFIX}/usr/bin:" \
-   util/endlessh.service || die
-}
-
-src_install() {
-   dobin endlessh
-
-   newinitd "${FILESDIR}"/endlessh.initd endlessh
-   newconfd "${FILESDIR}"/endlessh.confd endlessh
-
-   systemd_dounit util/endlessh.service
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/logrotated" endlessh
-
-   einstalldocs
-}

diff --git a/net-misc/endlessh/files/endlessh.confd 
b/net-misc/endlessh/files/endlessh.confd
deleted file mode 100644
index a114889c8ca..000
--- a/net-misc/endlessh/files/endlessh.confd
+++ /dev/null
@@ -1,22 +0,0 @@
-# /etc/conf.d/endlessh: config file for /etc/init.d/endlessh
-#
-#ENDLESSH_ARGS=""
-#
-#  -d INTMessage millisecond delay [1]
-#  -fSet and load config file [/etc/endlessh/config]
-#  -l INTMaximum banner line length (3-255) [32]
-#  -m INTMaximum number of clients [4096]
-#  -p INTListening port []
-#  -vPrint diagnostics to standard output (repeatable)
-
-# EXAMPLE: listen on port 22, log all queries and errors in very verbose mode
-
-#ENDLESSH_ARGS="-p 22 -vv"
-
-# plain file (preferred), change logrotate file as well if you change this.
-#output_log=/var/log/"${RC_SVCNAME}.log"
-#error_log=/var/log/"${RC_SVCNAME}.error.log"
-
-# syslog support via LOGGER(1). Note this spawns logger processes per io stream
-#output_logger="logger -p daemon.none --"
-#error_logger="logger -p daemon.err --"

diff --git a/net-misc/endlessh/files/endlessh.initd 
b/net-misc/endlessh/files/endlessh.initd
deleted file mode 100755
index a88fd9c34c9..000
--- a/net-misc/endlessh/files/endlessh.initd
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need localmount
-   use net
-}
-
-description="Starts endlessh tarpit"
-
-command="/usr/bin/endlessh"

[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2019-06-16 Thread Fabian Groffen
commit: d1fb64f7b107149d893966feac6d52fe1e95795f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jun 16 18:55:14 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jun 16 18:55:14 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d1fb64f7

scripts/bootstrap-prefix: add patch for make with newer glibc

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 17 +
 1 file changed, 17 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 3b4e648d0a..b737a16622 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -806,6 +806,23 @@ bootstrap_gnu() {
fi
 
local myconf=""
+   if [[ ${PN} == "make" && ${PV} == "4.2.1" ]] ; then
+   # mimick 
http://git.savannah.gnu.org/cgit/make.git/commit/?id=48c8a116a914a325a0497721f5d8b58d5bba34d4
+   local oldl="# if _GNU_GLOB_INTERFACE_VERSION == 
GLOB_INTERFACE_VERSION"
+   local newl="# if _GNU_GLOB_INTERFACE_VERSION == 1 || 
_GNU_GLOB_INTERFACE_VERSION == 2"
+   mv configure.ac{,.orig}
+   mv configure{,.orig}
+   sed -e '/^#define GLOB_INTERFACE_VERSION 1/d' \
+   -e "s/^${oldl}/${newl}/" \
+   configure.ac.orig > configure.ac
+   sed -e '/^#define GLOB_INTERFACE_VERSION 1/d' \
+   -e "s/^${oldl}/${newl}/" \
+   configure.orig > configure
+   chmod 755 configure
+   touch -r configure.ac{.orig,}
+   touch -r configure{.orig,}
+   fi
+
if [[ ${PN} == "grep" ]] ; then
# Solaris and OSX don't like it when --disable-nls is set,
# so just don't set it at all.



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

2019-06-16 Thread Matthew Thode
commit: 55748eff1fd2b6ff30a5d9d5fb57ac13ba12decd
Author: Henning Schild  hennsch  de>
AuthorDate: Sun Jun 16 14:04:38 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jun 16 18:54:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55748eff

dev-python/pyroute2: add missing PYTHON_REQ_USE="sqlite"

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

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild 
b/dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild
new file mode 100644
index 000..c144bf26f0c
--- /dev/null
+++ b/dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+DESCRIPTION="A pure Python netlink and Linux network configuration library."
+HOMEPAGE="https://github.com/svinota/pyroute2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 ~arm64 x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""



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

2019-06-16 Thread Georgy Yakovlev
commit: 90a31645c86882355160f0707d66a35e026aa76b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 18:46:11 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 18:47:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a31645

x11-misc/xwallpaper: sync live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/xwallpaper/xwallpaper-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xwallpaper/xwallpaper-.ebuild 
b/x11-misc/xwallpaper/xwallpaper-.ebuild
index bcf9073e961..1424bee1d7b 100644
--- a/x11-misc/xwallpaper/xwallpaper-.ebuild
+++ b/x11-misc/xwallpaper/xwallpaper-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools
 



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

2019-06-16 Thread Georgy Yakovlev
commit: 64f6433ca728cc8023c4319d288f06ba41508318
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 18:40:50 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 18:47:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f6433c

x11-misc/xwallpaper: bump to 0.6.0

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/xwallpaper/Manifest|  1 +
 x11-misc/xwallpaper/xwallpaper-0.6.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest
index 75f7016b28e..4b3b6d9e767 100644
--- a/x11-misc/xwallpaper/Manifest
+++ b/x11-misc/xwallpaper/Manifest
@@ -1,3 +1,4 @@
 DIST xwallpaper-0.3.0.tar.gz 104300 BLAKE2B 
23ec3b4ccbaf910c9ba4afbd1d9237223654a85c90b0a147141b017a9b3917316f745e1dd70a89e385110d380d5bbba8ee7c2d1ed4188d87a98ba0e94c5a7b6c
 SHA512 
c73583fdbd573329951178d7db36fb1ae18a4294207de85dfb93e367be0ed103e8de7e2dd8ec61a0a23541457c930e8b0e5eb12dd5024808de3e02ddefb6b4a3
 DIST xwallpaper-0.4.1.tar.gz 106110 BLAKE2B 
13d40274910b5a82271207292ef7b5d5aeb21fe015c0f3a9780d164d805b9f212a017b4aea8cc8c92ad3a9392eb01c3ea5cddf66888ac4ec146d12109675bdd8
 SHA512 
febfca202d3356c5a2f584921eace61a6f16e19bf0b0812604bccb441b11a0748c997d0818fb8d9f6a37f502a0a38f13b78f7f61c2de2768a85807a8725c070c
 DIST xwallpaper-0.5.0.tar.xz 81000 BLAKE2B 
bb30871d24538b3fb04e1158df75bc82701ed184d3b8f60179990f60d91e03eb974ab3c72446c8f0bacbf3aa27d0cbe4446cf38e34d484a46dcaa66fcfe9682c
 SHA512 
92cf424fb90dbdbe8e47ea7cc3650200da9f480afaef605e2ddbd7a828361f61754c2ed93c9be099c340f80eb60f8c1aa2f44004512cbe846401cb8ef73403a2
+DIST xwallpaper-0.6.0.tar.xz 82100 BLAKE2B 
afb8760c6725904f574040652683e028a107bf269428b7986b4571e6ae61575a4b80fefff9f1dce64c95ebbdc03a206146dc4a8bad2032aa44ad0f2ff9b0a01b
 SHA512 
18cd4997d8a0de49e4f663ffe9028516fd9703c0da61426ee9b98f1c15c4770275dd1712b17385be7ccc7bc984f02c9692e41b9d55b1ab803ead3de08fe304bf

diff --git a/x11-misc/xwallpaper/xwallpaper-0.6.0.ebuild 
b/x11-misc/xwallpaper/xwallpaper-0.6.0.ebuild
new file mode 100644
index 000..1424bee1d7b
--- /dev/null
+++ b/x11-misc/xwallpaper/xwallpaper-0.6.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Wallpaper setting utility for X"
+HOMEPAGE="https://github.com/stoeckmann/xwallpaper;
+
+if [ ${PV} == "" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git;
+else
+   
SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="jpeg png seccomp xpm"
+
+RDEPEND="
+   x11-libs/pixman
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   jpeg? ( virtual/jpeg:0= )
+   png? ( media-libs/libpng:0= )
+   seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
+   xpm? ( x11-libs/libXpm )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+src_configure() {
+   local myconf=(
+   $(use_with jpeg)
+   $(use_with png)
+   $(use_with seccomp)
+   $(use_with xpm)
+   --with-randr
+   
--with-zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
+   )
+   econf "${myconf[@]}"
+}



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

2019-06-16 Thread Georgy Yakovlev
commit: 17da1ac0e628d4e2e34092b018257deeb3f3e51c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 18:43:24 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 18:47:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17da1ac0

x11-misc/xwallpaper: 0.5.0 stable amd64 and x86

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/xwallpaper/xwallpaper-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xwallpaper/xwallpaper-0.5.0.ebuild 
b/x11-misc/xwallpaper/xwallpaper-0.5.0.ebuild
index bcf9073e961..2c976e02c0c 100644
--- a/x11-misc/xwallpaper/xwallpaper-0.5.0.ebuild
+++ b/x11-misc/xwallpaper/xwallpaper-0.5.0.ebuild
@@ -13,7 +13,7 @@ if [ ${PV} == "" ] ; then
EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git;
 else

SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="ISC"



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

2019-06-16 Thread Georgy Yakovlev
commit: 2600cb09170dc379551297f408c6b1199693341d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 18:43:54 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 18:47:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2600cb09

x11-misc/xwallpaper: drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/xwallpaper/Manifest|  2 --
 x11-misc/xwallpaper/xwallpaper-0.3.0.ebuild | 48 ---
 x11-misc/xwallpaper/xwallpaper-0.4.1.ebuild | 50 -
 3 files changed, 100 deletions(-)

diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest
index 4b3b6d9e767..90869662736 100644
--- a/x11-misc/xwallpaper/Manifest
+++ b/x11-misc/xwallpaper/Manifest
@@ -1,4 +1,2 @@
-DIST xwallpaper-0.3.0.tar.gz 104300 BLAKE2B 
23ec3b4ccbaf910c9ba4afbd1d9237223654a85c90b0a147141b017a9b3917316f745e1dd70a89e385110d380d5bbba8ee7c2d1ed4188d87a98ba0e94c5a7b6c
 SHA512 
c73583fdbd573329951178d7db36fb1ae18a4294207de85dfb93e367be0ed103e8de7e2dd8ec61a0a23541457c930e8b0e5eb12dd5024808de3e02ddefb6b4a3
-DIST xwallpaper-0.4.1.tar.gz 106110 BLAKE2B 
13d40274910b5a82271207292ef7b5d5aeb21fe015c0f3a9780d164d805b9f212a017b4aea8cc8c92ad3a9392eb01c3ea5cddf66888ac4ec146d12109675bdd8
 SHA512 
febfca202d3356c5a2f584921eace61a6f16e19bf0b0812604bccb441b11a0748c997d0818fb8d9f6a37f502a0a38f13b78f7f61c2de2768a85807a8725c070c
 DIST xwallpaper-0.5.0.tar.xz 81000 BLAKE2B 
bb30871d24538b3fb04e1158df75bc82701ed184d3b8f60179990f60d91e03eb974ab3c72446c8f0bacbf3aa27d0cbe4446cf38e34d484a46dcaa66fcfe9682c
 SHA512 
92cf424fb90dbdbe8e47ea7cc3650200da9f480afaef605e2ddbd7a828361f61754c2ed93c9be099c340f80eb60f8c1aa2f44004512cbe846401cb8ef73403a2
 DIST xwallpaper-0.6.0.tar.xz 82100 BLAKE2B 
afb8760c6725904f574040652683e028a107bf269428b7986b4571e6ae61575a4b80fefff9f1dce64c95ebbdc03a206146dc4a8bad2032aa44ad0f2ff9b0a01b
 SHA512 
18cd4997d8a0de49e4f663ffe9028516fd9703c0da61426ee9b98f1c15c4770275dd1712b17385be7ccc7bc984f02c9692e41b9d55b1ab803ead3de08fe304bf

diff --git a/x11-misc/xwallpaper/xwallpaper-0.3.0.ebuild 
b/x11-misc/xwallpaper/xwallpaper-0.3.0.ebuild
deleted file mode 100644
index 914adac64a9..000
--- a/x11-misc/xwallpaper/xwallpaper-0.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Wallpaper setting utility for X"
-HOMEPAGE="https://github.com/stoeckmann/xwallpaper;
-
-if [ ${PV} == "" ] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git;
-else
-   
SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="jpeg png seccomp xpm"
-
-DEPEND="
-   x11-libs/pixman
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   jpeg? ( virtual/jpeg:0= )
-   png? ( media-libs/libpng:0= )
-   seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
-   xpm? ( x11-libs/libXpm )"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-src_configure() {
-   local myconf=(
-   $(use_with jpeg)
-   $(use_with png)
-   $(use_with seccomp)
-   $(use_with xpm)
-   --with-randr
-   
--with-zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
-   )
-   econf "${myconf[@]}"
-}

diff --git a/x11-misc/xwallpaper/xwallpaper-0.4.1.ebuild 
b/x11-misc/xwallpaper/xwallpaper-0.4.1.ebuild
deleted file mode 100644
index f6075177a91..000
--- a/x11-misc/xwallpaper/xwallpaper-0.4.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Wallpaper setting utility for X"
-HOMEPAGE="https://github.com/stoeckmann/xwallpaper;
-
-if [ ${PV} == "" ] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git;
-else
-   
SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="jpeg png seccomp xpm"
-
-RDEPEND="
-   x11-libs/pixman
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   jpeg? ( virtual/jpeg:0= )
-   png? ( media-libs/libpng:0= )
-   seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
-   xpm? ( x11-libs/libXpm )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-src_configure() {
-   local myconf=(
-   $(use_with jpeg)
-   $(use_with png)
-   $(use_with seccomp)
-   $(use_with xpm)
-   --with-randr
-   

[gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/

2019-06-16 Thread Fabian Groffen
commit: e7bde60bec0494077dcee3f72c523d407b02aad1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jun 16 14:58:32 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jun 16 14:58:32 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e7bde60b

scripts/auto-bootstraps/dobootstrap: sync is-rap logic for failed builds

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/auto-bootstraps/dobootstrap | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/auto-bootstraps/dobootstrap 
b/scripts/auto-bootstraps/dobootstrap
index 1ec3c3f220..047846e5be 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -139,7 +139,8 @@ do_prepare() {
local dist=$(lsb_release -si)
local rel=$(lsb_release -sr)
local platform=pc
-   [[ -e usr/lib/libc.so ]] && platform=rap
+   # this is the logic used in bootstrap-prefix.sh
+   [[ ${PREFIX_DISABLE_RAP} != "yes" ]] && platform=rap
chost=${chost%%-*}-${platform}-linux-${dist,,}${rel}
fi
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/, net-misc/adjtimex/files/

2019-06-16 Thread Robin H. Johnson
commit: 0acb2f095c98d14ab5f3d6ae9804b4aae373708a
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Jun 16 18:43:29 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jun 16 18:43:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acb2f09

net-misc/adjtimex: bump EAPI & debian patch series

Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 net-misc/adjtimex/Manifest |  1 +
 net-misc/adjtimex/adjtimex-1.29-r2.ebuild  | 68 ++
 .../files/adjtimex-1.29-r2-gentoo-utc.patch| 30 ++
 3 files changed, 99 insertions(+)

diff --git a/net-misc/adjtimex/Manifest b/net-misc/adjtimex/Manifest
index 6a6999f0d18..a92dcb53e26 100644
--- a/net-misc/adjtimex/Manifest
+++ b/net-misc/adjtimex/Manifest
@@ -1,2 +1,3 @@
+DIST adjtimex_1.29-10.debian.tar.xz 33008 BLAKE2B 
b1da53008ef2373d9b450228bdb7f3378516880bf5b0d9b6d2c8aaa25880eea05954923e18497c42bf4e0f541dfa6c119c558b2712c5ed096a9c3e32dd3407c0
 SHA512 
4be30bdc63446259fe246e4d7fc0cb78fa40f40e9eb1a0b3a9d523d19ba0664be5e04f1803235a268eaae41cf4d88adfdbc6ecec86f8bd03703aca6c25ba9b8b
 DIST adjtimex_1.29-2.diff.gz 51735 BLAKE2B 
a59efafa03527ca8cb54994bfe49bec3638b2d76dcb505fcbe3be9e112326223c7f6009f7e527b0ff1a265e7af3c190894b8e3c41c6cf4e31dc2832a093bc38a
 SHA512 
cc78cf9fd93cb243019952f877cb9730a5755d87336fc1a956162e957fd579de3770cb6bbba58ac9b6d350ee631ed294303360d0aa4153b12a31eb1bb4e35924
 DIST adjtimex_1.29.orig.tar.gz 85551 BLAKE2B 
4e7784c3d3efa1f6ea226a7822de675a27c5be5d048664f8ff215eebe65b493e6dc0d004cc955c2e3b4e314e6283eafd628e92b611504b6ea92f4e5fe7d1a8c7
 SHA512 
5a48cdc538866c06562f62e369c08d60978c791ed91565262c0179c6fa25dd343963992d00e10f32475fdc00b458f81cf9c61adbfa9e1b7a8d4981ebeeff5649

diff --git a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild 
b/net-misc/adjtimex/adjtimex-1.29-r2.ebuild
new file mode 100644
index 000..c93afec77da
--- /dev/null
+++ b/net-misc/adjtimex/adjtimex-1.29-r2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit eutils fixheadtails toolchain-funcs
+
+DEBIAN_PV="10"
+MY_P="${P/-/_}"
+DEBIAN_URI="mirror://debian/pool/main/${PN:0:1}/${PN}"
+DEBIAN_PATCH="${MY_P}-${DEBIAN_PV}.debian.tar.xz"
+DEBIAN_SRC="${MY_P}.orig.tar.gz"
+DESCRIPTION="display or set the kernel time variables"
+HOMEPAGE="https://www.ibiblio.org/pub/Linux/system/admin/time/adjtimex.lsm 
https://github.com/rogers0/adjtimex;
+SRC_URI="${DEBIAN_URI}/${DEBIAN_PATCH}
+   ${DEBIAN_URI}/${DEBIAN_SRC}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="sys-apps/sed"
+RDEPEND=""
+
+src_unpack() {
+   unpack "${DEBIAN_SRC}"
+   cd "${S}" || die "Failed to cd $S"
+   unpack "${DEBIAN_PATCH}"
+}
+
+src_prepare() {
+   # Debian series first
+   DEBPATCHDIR="${S}"/debian/patches/
+   for f in $(cat "$DEBPATCHDIR/series") ; do
+   eapply "$DEBPATCHDIR"/$f
+   done
+   # Then gentoo changes
+   for i in debian/adjtimexconfig debian/adjtimexconfig.8 ; do
+   sed -e 's|/etc/default/adjtimex|/etc/conf.d/adjtimex|' \
+   -i.orig ${i}
+   sed -e 's|^/sbin/adjtimex |/usr/sbin/adjtimex |' \
+   -i.orig ${i}
+   done
+   eapply "${FILESDIR}"/${PN}-1.29-r2-gentoo-utc.patch
+   ht_fix_file debian/adjtimexconfig
+   sed -i \
+   -e '/CFLAGS = -Wall -t/,/endif/d' \
+   -e '/$(CC).* -o/s|$(CFLAGS)|& $(LDFLAGS)|g' \
+   Makefile.in || die "sed Makefile.in"
+   eapply_user
+}
+
+src_configure() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   dodoc README* ChangeLog
+   doman adjtimex.8 debian/adjtimexconfig.8
+   dosbin adjtimex debian/adjtimexconfig
+   newinitd "${FILESDIR}"/adjtimex.init adjtimex
+}
+
+pkg_postinst() {
+   einfo "Please run adjtimexconfig to create the configuration file"
+}

diff --git a/net-misc/adjtimex/files/adjtimex-1.29-r2-gentoo-utc.patch 
b/net-misc/adjtimex/files/adjtimex-1.29-r2-gentoo-utc.patch
new file mode 100644
index 000..0038258b9d4
--- /dev/null
+++ b/net-misc/adjtimex/files/adjtimex-1.29-r2-gentoo-utc.patch
@@ -0,0 +1,30 @@
+--- adjtimex-1.29-debian/debian/adjtimexconfig 2011-12-23 21:29:32.962449759 
+0100
 adjtimex-1.29/debian/adjtimexconfig2011-12-23 21:30:00.610638657 
+0100
+@@ -3,6 +3,18 @@
+ conffile=/etc/default/adjtimex
+ startfile=/etc/init.d/adjtimex
+ 
++# Get UTC setting
++params=''
++if [ -f /etc/conf.d/clock ]; then
++#baselayout-1
++source /etc/conf.d/clock
++[ "$CLOCK" == "UTC" ] && params='--utc'
++elif [ -f /etc/conf.d/hwclock ]; then
++#baselayout-2
++source /etc/conf.d/hwclock
++[ "$clock" == "UTC" ] && params='--utc'
++fi
++
+ echo -n "Comparing clocks (this will take 70 sec)..."
+ 
+ # Get the 

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

2019-06-16 Thread Matt Turner
commit: 4065a487f2c9e3a6a4d44d0a541a2f4ad97f472e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun 16 18:37:08 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun 16 18:37:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4065a487

dev-util/catalyst: Version bump to 3.0.5

Signed-off-by: Matt Turner  gentoo.org>

 dev-util/catalyst/Manifest  |  1 +
 dev-util/catalyst/catalyst-3.0.5.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
index 5c807b53198..05f5851fdef 100644
--- a/dev-util/catalyst/Manifest
+++ b/dev-util/catalyst/Manifest
@@ -3,3 +3,4 @@ DIST catalyst-3.0.1.tar.bz2 877731 BLAKE2B 
0c0b67b4be26737fa6d81011a8a63cfd7f2f4
 DIST catalyst-3.0.2.tar.bz2 878157 BLAKE2B 
3711e89be416cd79e98b25fbc432375257749af96a1de6401749131a40c2f1f70975d0c449e1a116623c1aec4d3302670ac058fffd80c4f546fae0609d0c3b7f
 SHA512 
02092b39c70095ab49db28c3289a5d3eb4f73cb3aeda79b3e707cbe2710761cf0060493da7d8a5098e1453320b65654bbe34dd37d5f07623fa90d52579869070
 DIST catalyst-3.0.3.tar.bz2 878309 BLAKE2B 
38cba740718a034c104d272aa24fa6964a8dd7fc77d5ccbb481308bb0a38c01d3f0d64e48c1708cab4a723b5a4e0f23727d1c2a0dd0ae4832810e09f76aa335c
 SHA512 
26024dbea3afbc843563a0bf2cd68cc953818caccdf8a42c45ac1df25bd396064a604787807e2db847b4467e9a19df6b2f746eb178d99cbe79889070a2fc4b8a
 DIST catalyst-3.0.4.tar.bz2 873281 BLAKE2B 
8177cee09402ccd02343766facbac3011b45165211a207e8e2c07d53a40091202c84e8294a58ed02a193cab3b3d704fafb50322719257a62092fe39b895d7771
 SHA512 
5fc5ee9faba6874d1b57fed47a9f92fab9adc03544938d1b1f1d6d867215a36f1efd391849b21300034d27be3207bcc28b4792b8c9c4caec72040d4d30741c2a
+DIST catalyst-3.0.5.tar.bz2 873286 BLAKE2B 
c4cafccb0dcee19d6b0dd30e57c99da81b3485342b6d5405cdbe2e2b59a4631f3223e7d13c5041783a7172361b4a1b69ee5ff68e29ee8bec2f76165acdc5686c
 SHA512 
35cc16391100394f97af4cdfd14f9de2ab4532c97c213f43dd0be927766dc3892768be5aa899fc8919414743c9ea63b4489a2690437b3e7985951eb68c19d0a4

diff --git a/dev-util/catalyst/catalyst-3.0.5.ebuild 
b/dev-util/catalyst/catalyst-3.0.5.ebuild
new file mode 100644
index 000..8126cc04819
--- /dev/null
+++ b/dev-util/catalyst/catalyst-3.0.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == ** ]]; then
+   SRC_ECLASS="git-r3"
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git;
+   EGIT_BRANCH="master"
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+fi
+
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
+
+inherit distutils-r1 ${SRC_ECLASS}
+
+DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ccache doc +iso kernel_linux system-bootloader"
+
+DEPEND="
+   app-text/asciidoc
+   >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
+   >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
+   app-arch/lbzip2
+   app-crypt/shash
+   sys-fs/dosfstools
+   !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] 
) )
+   kernel_FreeBSD? ( app-arch/libarchive[xattr] )
+   amd64? ( >=sys-boot/syslinux-3.72 )
+   x86? ( >=sys-boot/syslinux-3.72 )
+   ccache? ( dev-util/ccache )
+   iso? ( virtual/cdrtools )
+   kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
+"
+PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
+   sys-boot/grub:2
+   amd64? ( 
sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
+   x86? ( sys-boot/grub[grub_platforms_efi-32] )
+   sys-boot/syslinux
+   sys-boot/shim )"
+
+python_prepare_all() {
+   python_setup
+   echo VERSION="${PV}" "${PYTHON}" setup.py set_version
+   VERSION="${PV}" "${PYTHON}" setup.py set_version || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # build the man pages and docs
+   emake
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use doc; then
+   dodoc files/HOWTO.html files/docbook-xsl.css
+   fi
+}



[gentoo-commits] proj/catalyst: New tag: 3.0.5

2019-06-16 Thread Matt Turner
commit: 
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun 16 18:35:45 2019 +

New tag: 3.0.5




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

2019-06-16 Thread Georgy Yakovlev
commit: cfd4c235d4faa16eb957249c054d4facbc0ec04d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 16 18:26:25 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 16 18:35:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd4c235

x11-terms/alacritty: bump to 0.3.3

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-terms/alacritty/Manifest| 2 +-
 .../alacritty/{alacritty-0.3.3_rc2.ebuild => alacritty-0.3.3.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 966b432d129..080ec299977 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -3,7 +3,7 @@ DIST adler32-1.0.3.crate 5734 BLAKE2B 
31cd43d1e13b5e854a195824084dc34a157ef59ccc
 DIST aho-corasick-0.6.10.crate 26122 BLAKE2B 
752eccb2fbf36fbc73b8694033d2f80f6ab6d2a8c2ae023329b90bb252b537adb1e80a604b4266bfb1ccc2963fcaa6579be48ef011c9728734c7cb77fa3eab99
 SHA512 
4a21b0e68c416e5dcfe99ded917577abdbe7c92e50227b7906a2b3bd25105f8e7d03103514d388171a41090cc7bcb63bb5b4dc3c6847a9b4e09bb3856a1bbd9d
 DIST aho-corasick-0.7.3.crate 55093 BLAKE2B 
16dfd6505ac34c1b0351c736a913852a354da64177fbf8fabf35212a4deea087150ed7e558787061da1e71c995e3c876c155eb1c629865cc282ab8aee06c9539
 SHA512 
4250dc8fa38ad74e0c25375744f34eb06ff3bddbf16d6b4d757a9053ca16c3945d15c8f9deb11ea55d30b6d1c1744c4bccc388a4413b723a429445bf5ef3ffa9
 DIST alacritty-0.3.2.tar.gz 1341205 BLAKE2B 
e7b6ad7f1d83bd46732367626d248df4ed094a990e015c704468c03371a1a48e765f67912ab845585a8a111d8411d348ebb840900c899a323940096ab216c299
 SHA512 
a189ea2e04e1dc0e53c23f5bc39bcbddba46fe72a844665a4c508da3a9b72dd878d6ecc6b5e66db13892992fff5b0d0f5593caf5cfd269d60cb7756ac7add5af
-DIST alacritty-0.3.3_rc2.tar.gz 1347359 BLAKE2B 
056bf36d45f5ae6eff13baba228d040101c06c0ff5dbdac88b9491c231f54a1134e18409453b255c843b0eb5c24c86f2d91dde6f86bbd0459cdfe1d0482d999f
 SHA512 
f65a821d8abcdcc8482ad3e66dcf6305bae2950285a31ef4d4a0901cb6a9483bbab66c4aa8df1041bb24a1cdc5246153fa516aee565b96730a698f6adb8ebab1
+DIST alacritty-0.3.3.tar.gz 1347345 BLAKE2B 
bfdfebbdef7e4d685007e434c3d1902974142903905deada9538fdc585904828ffed6448ab7b0e73e5e6f32008f57a074f7faf20ea479dae92e457edf718baf9
 SHA512 
ddcca2bb776a328882e2137d5dfca9000b04a4c2bbfbd42e38140e0fe3e9262da17d0c3e566afca68ea84bcc476463f7979a2d15ce6fb857afc60df145075adb
 DIST andrew-0.2.1.crate 9595 BLAKE2B 
d2cf73285889aaf702fb994fd1d5a1011e0f78011a612937ad9f06f506ef75c86fb82ee1069a8f520b926325a4363d83863234e1fd2a2fcd08ead5ff66b638c5
 SHA512 
06ba5a756e0d84953dcb1cd1714d1639e67e836dcdd92f5f77c2b35a2afdf0b0babcdf598e2c5cf2dc8661c8326bc27b1ac3c9963a5fcbc2e0c753da6ac730ea
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae0aedbc2d54b0b8d48373f15b7a3
 SHA512 
16ff1f0e1f50cd120dfbe57d45ebac1725fa75447c964a5b05a1a0565b13b0bc3b6c153edb4a50083ef5d802a889c9f9007e2e21a58dc408f9fb12e9437bd01b
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa

diff --git a/x11-terms/alacritty/alacritty-0.3.3_rc2.ebuild 
b/x11-terms/alacritty/alacritty-0.3.3.ebuild
similarity index 100%
rename from x11-terms/alacritty/alacritty-0.3.3_rc2.ebuild
rename to x11-terms/alacritty/alacritty-0.3.3.ebuild



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

2019-06-16 Thread Matt Turner
commit: 42ce8b5fde54ad3634c4cdd61bb0c61513f107ed
Author: Matt Turner  gmail  com>
AuthorDate: Sun Jun 16 18:34:09 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun 16 18:34:09 2019 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=42ce8b5f

catalyst 3.0.5

Signed-off-by: Matt Turner  gentoo.org>

 catalyst/version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst/version.py b/catalyst/version.py
index fbbef174..eac78fe8 100644
--- a/catalyst/version.py
+++ b/catalyst/version.py
@@ -12,7 +12,7 @@ import os
 
 from snakeoil.version import get_git_version as get_ver
 
-__version__= "3.0.4"
+__version__= "3.0.5"
 _ver = None
 
 



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/

2019-06-16 Thread Ulrich Müller
commit: adaeaac03711dee0e8440bb594d5cb55ae0a7a9a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jun 16 18:30:30 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jun 16 18:30:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adaeaac0

dev-lisp/clisp: Remove old.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-lisp/clisp/Manifest |   1 -
 dev-lisp/clisp/clisp-2.48-r1.ebuild | 164 
 dev-lisp/clisp/metadata.xml |   2 -
 3 files changed, 167 deletions(-)

diff --git a/dev-lisp/clisp/Manifest b/dev-lisp/clisp/Manifest
index 3391fe4098a..84d215a48e0 100644
--- a/dev-lisp/clisp/Manifest
+++ b/dev-lisp/clisp/Manifest
@@ -1,4 +1,3 @@
-DIST clisp-2.48.tar.bz2 7885098 BLAKE2B 
42ebfe4721015f522184bce710bf95d79aa7f2a239410af249a8e85d80f140344ec80daaa34f7cdbfd2ae86407984657163ce3f6e4201eb132f7c71e21523cba
 SHA512 
3288b6a2973c924006b14bbed1e8e3e688276a187ac2a6c7851dc7ae699e7832d30e5e7eecdabc76c08c7e8e8ce1b562eb97a44570d3035e558ea2310de2b719
 DIST clisp-2.49.90.tar.bz2 8921458 BLAKE2B 
3be7cfe41038f42d8844d500877fa5c20e5c21dc0e162aa0018b297e4dfcd5374ef608793c9d809852e1f9885a155bb5b25fef8efe66016dd0ee47386b70
 SHA512 
1fa7205e38883dcc863160b5418ddaaa2c45ee2d2f936de4067d1ea4a1e5043bf1235361bbbfc366afd6d8f1144497ccdccf1767ecf327f7a672b18742ceb651
 DIST clisp-2.49.92.tar.bz2 9055207 BLAKE2B 
6cf331eb9f99f62579e35469e2d01cae066083592ccc71cf483b70b4d1be349cdee9d403e0a7ed1ad1c8c5d805c1dab51c1a5031d77469ff8c4dc52eb58913df
 SHA512 
cc9412a7b3f21c85b040bf5e660380fafb3c2374765a1c00272feb3f7838f2161e27a5d6295cef9976f0c4522f10796cf5ee5447716090d1cc69ecfe598ef306
 DIST clisp-2.49.tar.bz2 8091011 BLAKE2B 
e034c581b8100837b34d0adf1ef45bd667272d062945875175958178b4ef5b11e899dfb76505eb8cb51fca6101c11a9f21fb2cc9a78a3c0f82b06166211434f7
 SHA512 
eef66fc85199a2c283b616db61bf67ff103eeb0f19fa907da48994dc790b6f5f8d0c74fb3bd723c6b827c0ff3cfd89fa6ba67934fc669ed5d5249044b5140d81

diff --git a/dev-lisp/clisp/clisp-2.48-r1.ebuild 
b/dev-lisp/clisp/clisp-2.48-r1.ebuild
deleted file mode 100644
index dbdf14a7902..000
--- a/dev-lisp/clisp/clisp-2.48-r1.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit flag-o-matic eutils toolchain-funcs multilib xdg-utils
-
-DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
-HOMEPAGE="https://clisp.sourceforge.io/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 ia64 ppc -sparc x86"
-IUSE="berkdb hyperspec X new-clx dbus fastcgi gdbm gtk +pcre postgres 
+readline svm -threads +unicode +zlib"
-
-RDEPEND="virtual/libiconv
->=dev-libs/libsigsegv-2.4
->=dev-libs/ffcall-1.10
-dbus? ( sys-apps/dbus )
-fastcgi? ( dev-libs/fcgi )
-gdbm? ( sys-libs/gdbm )
-gtk? ( >=x11-libs/gtk+-2.10:2 >=gnome-base/libglade-2.6:2.0 )
-postgres? ( >=dev-db/postgresql-8.0 )
-readline? ( >=sys-libs/readline-5.0 )
-pcre? ( dev-libs/libpcre )
-svm? ( sci-libs/libsvm )
-zlib? ( sys-libs/zlib )
-X? ( new-clx? ( x11-libs/libXpm ) )
-hyperspec? ( dev-lisp/hyperspec )
-berkdb? ( sys-libs/db:4.5 )"
-
-DEPEND="${RDEPEND}
-   X? ( new-clx? ( x11-base/xorg-proto x11-misc/imake ) )"
-
-# dev-lisp/gentoo-init is obsolete, it will be dropped soon
-# This version of clisp is its last consumer
-# Bug 648448
-#PDEPEND="dev-lisp/gentoo-init"
-
-enable_modules() {
-   [[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"
-   for m in "$@" ; do
-   einfo "enabling module $m"
-   myconf+=" --with-module=${m}"
-   done
-}
-
-BUILDDIR="builddir"
-
-# modules not enabled:
-#  * berkdb: must figure out a way to make the configure script pick up the
-#currect version of the library and headers
-#  * dirkey: fails to compile, requiring windows.h, possibly wrong #ifdefs
-#  * matlab, netica: not in portage
-#  * oracle: can't install oracle-instantclient
-
-src_prepare() {
-   # More than -O1 breaks alpha/ia64
-   if use alpha || use ia64; then
-   sed -i -e 's/-O2//g' src/makemake.in || die
-   fi
-   xdg_environment_reset
-}
-
-src_configure() {
-   # We need this to build on alpha/ia64
-   if use alpha || use ia64; then
-   replace-flags -O? -O1
-   append-flags '-D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D 
NO_SINGLEMAP -D NO_TRIVIALMAP'
-   fi
-
-   # QA issue with lisp.run
-   append-flags -Wa,--noexecstack
-
-   # built-in features
-   local myconf="--with-ffcall --without-dynamic-modules"
-#There's a problem with jit_allocai 

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

2019-06-16 Thread Robin H. Johnson
commit: 9b3e3c68372882d1d7da99503775e4b46b7f8427
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Jun 16 18:18:29 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jun 16 18:19:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3e3c68

app-misc/dnetc: bump, now with EAPI7

Fixes: https://bugs.gentoo.org/675228
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 app-misc/dnetc/Manifest|   4 ++
 app-misc/dnetc/dnetc-2.9112.521.ebuild | 100 +
 2 files changed, 104 insertions(+)

diff --git a/app-misc/dnetc/Manifest b/app-misc/dnetc/Manifest
index 6c0d5efac99..0e37477cf77 100644
--- a/app-misc/dnetc/Manifest
+++ b/app-misc/dnetc/Manifest
@@ -1,3 +1,7 @@
 DIST dnetc517-linux-amd64.tar.gz 645416 BLAKE2B 
a6181c82e7bdb8995930b3c93c88dd588f707ea6429e4f7f27961928129423be571f0c63e7aa5d5d9a8e5e3687a8bd54e6dc6835f5317273aa3f99ee863e8320
 SHA512 
b22b59af2352a95156ea4b584f48d82e4b64080130d922bbb1797b2c62f7c401ec1263f2f0bd57103134f8fc76ef41a7e09d7da083ef0b46c44be4239005c21b
 DIST dnetc517-linux-x86-elf-uclibc.tar.gz 676398 BLAKE2B 
9edfa3f11b837841b362dd81bdd9a39882b6bd45942f11f6c8ebde4966351a0ea4c003eb27a36c2fe187034571d48a5d851d5931dc6121196f2097a22f9a1c30
 SHA512 
7b56fa8c6819fd7060612c13c8fb17ca1e949abbca965b7599bb072751acd1d0e95f1a90fb67172c6d406b54e0c52549582489802e538670bdb6d12f8354e2a7
 DIST dnetc519b-linux-amd64.tar.gz 648333 BLAKE2B 
54d787d5e9a98563bba1a0cc62f70900f0fa39becf6f48a66ae888e0ce0f1f2c64a79fc6c6b3fae724ed244e3f0286dc0f266332d851347b982bffcd1807696f
 SHA512 
ea7899772ee8c5fbfbe96b6ec69b1a3237fe5ae96b17bb7e11e387fb833b471f3cce8809cf3c9987dfe33c7ca7082db560c36898094ace3e547077b7a5afc324
+DIST dnetc521-linux-amd64.tar.gz 679350 BLAKE2B 
401b83a893111a4b2d07ace93fc642b30ccd41a0273672e496b91d998ce6d38faa08a7ec13ca172d20bf785d010249b87c562b706783c6d3fe3610ef02b214ed
 SHA512 
c5c4d6da4fd1cb6a648553718e708c8d14023d1824298f8070cdc887cbf9559e77c10908d8d9929bc0b48e2215a02c3376c4cf767ad807816abf3eba96650b1d
+DIST dnetc521-linux-arm64.tar.gz 629291 BLAKE2B 
12554db6c175b828e9e74864955db7e6f54b21408edc6b32a669d52d17465ed45d7985486855a330b295778656579582f208c0e5ecc34f6a2ea195c2ab1fab68
 SHA512 
cc9c8b76b9d3ada1ed586132c3cc340d2ada55a28d151fb62013aac44dbf13b764dd80498bce1db36536df366497cdc2aa55e761d92cfdd050b701a23336ad80
+DIST dnetc521-linux-ppc-uclibc.tar.gz 718697 BLAKE2B 
15f8438531b8074c8a56b86500c55b95eb33c62e4271023bab98601fadd3bc3d2afd1ae8562cadf8d724943515032c97a78084ddd12ef30c388456333ec60893
 SHA512 
31ad8999d262f0820275773f3387b0a9531ffaab662fa557cad504ed48d7e764d43ae198559b44ef9fe00a0a417e1780b327d2f1c4b7951ff760eb54393742e4
+DIST dnetc521-linux-x86-elf-uclibc.tar.gz 744639 BLAKE2B 
71a317c724b91f17c1e67da63d5da2e04479572c6e8c9e9df16c9a0cf5f1d56622a7d20bd791f46b7baa3147fd18c60c312b16cc311bad2e609945620a843f16
 SHA512 
9178b0d42989302b82d8c62f978e819f5b30bd6acff60501e947038e655096bed3e3382015b50d53f0f3fa819be22ffbba21419a5175a01dbc449030387629fc

diff --git a/app-misc/dnetc/dnetc-2.9112.521.ebuild 
b/app-misc/dnetc/dnetc-2.9112.521.ebuild
new file mode 100644
index 000..712ecc12ec4
--- /dev/null
+++ b/app-misc/dnetc/dnetc-2.9112.521.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit user
+
+MAJ_PV=${PV:0:6}
+MIN_PV=${PV:7:9}
+
+DESCRIPTION="distributed.net client"
+HOMEPAGE="http://www.distributed.net;
+SRC_URI_BASE="http://http.distributed.net/pub/dcti/v${MAJ_PV};
+SRC_URI_x86="x86? ( ${SRC_URI_BASE}/dnetc${MIN_PV}-linux-x86-elf-uclibc.tar.gz 
)"
+SRC_URI_arm64="arm64? ( ${SRC_URI_BASE}/dnetc${MIN_PV}-linux-arm64.tar.gz )"
+SRC_URI_amd64="amd64? ( ${SRC_URI_BASE}/dnetc${MIN_PV}-linux-amd64.tar.gz )"
+SRC_URI_ppc="ppc? ( ${SRC_URI_BASE}/dnetc${MIN_PV}-linux-ppc-uclibc.tar.gz )"
+#SRC_URI_sparc="sparc? ( ${SRC_URI_BASE}/dnetc${MIN_PV}-linux-sparc-v7.tar.gz 
)"
+SRC_URI="${SRC_URI_amd64} ${SRC_URI_arm64} ${SRC_URI_ppc} ${SRC_URI_x86} 
${SRC_URI_sparc}"
+
+LICENSE="distributed.net GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86" # sparc not available for this version
+IUSE=""
+RESTRICT="mirror"
+
+DEPEND=""
+RDEPEND="net-dns/bind-tools"
+
+QA_PREBUILT="opt/distributed.net/dnetc"
+
+case $ARCH in
+   amd64) suffix=amd64 ;;
+   arm64) suffix=amd64 ;;
+   ppc)   suffix=ppc-elf-uclibc ;;
+   x86)   suffix=x86-elf-uclibc ;;
+esac
+S="${WORKDIR}/dnetc${MIN_PV:0:3}-linux-${suffix}"
+unset suffix
+
+src_prepare() {
+   #export S="${WORKDIR}/$(getS)"
+   #echo "${S}"
+   #cd "${S}"
+   [[ -x dnetc ]] || die "Name of dnetc directory/binary for this platform 
undefined"
+   eapply_user
+}
+
+src_install() {
+   exeinto /opt/distributed.net
+   doexe dnetc
+
+   doman dnetc.1
+   dodoc docs/CHANGES.txt docs/dnetc.txt docs/readme.*
+
+   newinitd "${FILESDIR}"/dnetc.initd dnetc
+   newconfd 

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

2019-06-16 Thread Michał Górny
commit: acdb2420d4a36a1709083194db2ab36c23fdcfee
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 18:01:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 18:07:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdb2420

sys-libs/libcxxrt: Switch to git-r3

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/sys-libs/libcxxrt/libcxxrt-.ebuild 
b/sys-libs/libcxxrt/libcxxrt-.ebuild
index df8c353bc55..a2c88adfba6 100644
--- a/sys-libs/libcxxrt/libcxxrt-.ebuild
+++ b/sys-libs/libcxxrt/libcxxrt-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 EGIT_REPO_URI="https://github.com/pathscale/libcxxrt.git;
 
-[ "${PV%}" != "${PV}" ] && SCM="git-2" || SCM=""
+[ "${PV%}" != "${PV}" ] && SCM="git-r3" || SCM=""
 
 inherit flag-o-matic toolchain-funcs portability ${SCM} multilib-minimal
 



[gentoo-commits] repo/gentoo:master commit in: games-emulation/m64py/

2019-06-16 Thread David Seifert
commit: 45ee04ae7ab32e7ad1bd4182a21cb96831c7e89d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 17:58:26 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 17:59:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ee04ae

games-emulation/m64py: Add py3.7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 games-emulation/m64py/m64py-0.2.4.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild 
b/games-emulation/m64py/m64py-0.2.4.ebuild
index bd849bbab87..3a2bbf16337 100644
--- a/games-emulation/m64py/m64py-0.2.4.ebuild
+++ b/games-emulation/m64py/m64py-0.2.4.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1 xdg-utils
 
@@ -37,9 +37,9 @@ RDEPEND="
 
 python_prepare_all() {
# set the correct search path
-   cat >> src/m64py/platform.py <<-_EOF_
+   cat >> src/m64py/platform.py <<-_EOF_ || die
SEARCH_DIRS = ["/usr/$(get_libdir)/mupen64plus"]
-_EOF_
+   _EOF_
 
distutils-r1_python_prepare_all
 }



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

2019-06-16 Thread Michał Górny
commit: fbd444389acc5883d05d6afad19f9ace19a365eb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 17:34:37 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 17:35:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd44438

app-portage/unsymlink-lib: Bump to v16

Bump to version 16.  Fixes wrong umask.

Bug: https://bugs.gentoo.org/688164
Signed-off-by: Michał Górny  gentoo.org>

 app-portage/unsymlink-lib/Manifest|  1 +
 app-portage/unsymlink-lib/unsymlink-lib-16.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/app-portage/unsymlink-lib/Manifest 
b/app-portage/unsymlink-lib/Manifest
index 4dad38e2fdf..2c29f908b6d 100644
--- a/app-portage/unsymlink-lib/Manifest
+++ b/app-portage/unsymlink-lib/Manifest
@@ -1 +1,2 @@
 DIST unsymlink-lib-15.tar.gz 10145 BLAKE2B 
500b78a84cd555319952ce6420af012354952ebd83983db121f1a48ee34d5c2ce9a9f56ce635d6f77eb38058b79d42cf94d2e421414095c188949db523aacbe0
 SHA512 
37b8cc4eb7b787a1ccc97750df9fcd4516c2c4ac110c5191b4be3999b1eb994ee567e0f4387aaafe243a745efa61c0d48d78b7f9a4a58bb7f896ccd7bdce03a7
+DIST unsymlink-lib-16.tar.gz 10139 BLAKE2B 
8e43fe85747d97fa44ae30cf6f276e8e5557141004c0c6ec5f1b998c0f5c121e9fb6bb3f7d711d11ca962c703caa7dc6014ddfde2c6ccf16807264a132e37940
 SHA512 
0c5ebab3622aad1f8a02c2530bfb3f6d48c0ac9744fdde94e8a9b151c5773d10ae642c122642d5f7e2bd442d5969863d8f5f0586c8ed484fa22ac42143a06417

diff --git a/app-portage/unsymlink-lib/unsymlink-lib-16.ebuild 
b/app-portage/unsymlink-lib/unsymlink-lib-16.ebuild
new file mode 100644
index 000..90b56e60ca4
--- /dev/null
+++ b/app-portage/unsymlink-lib/unsymlink-lib-16.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit python-single-r1
+
+DESCRIPTION="Convert your system to SYMLINK_LIB=no"
+HOMEPAGE="https://github.com/mgorny/unsymlink-lib;
+SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   sys-apps/portage[${PYTHON_USEDEP}]"
+
+src_test() {
+   # tests are docker-based
+   :
+}
+
+src_install() {
+   python_doscript unsymlink-lib
+   dodoc README
+}



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

2019-06-16 Thread Michał Górny
commit: b8c0ba6caf62349603191f7f321e110d6d93345e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 17:33:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 17:35:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c0ba6c

app-portage/unsymlink-lib: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/unsymlink-lib/Manifest|  2 --
 app-portage/unsymlink-lib/unsymlink-lib-13.ebuild | 25 ---
 app-portage/unsymlink-lib/unsymlink-lib-14.ebuild | 30 ---
 3 files changed, 57 deletions(-)

diff --git a/app-portage/unsymlink-lib/Manifest 
b/app-portage/unsymlink-lib/Manifest
index fd6ad6e09e5..4dad38e2fdf 100644
--- a/app-portage/unsymlink-lib/Manifest
+++ b/app-portage/unsymlink-lib/Manifest
@@ -1,3 +1 @@
-DIST unsymlink-lib-13.tar.gz 8736 BLAKE2B 
5b44112299232185f3f7a5d88057caa7e9161ca03a3e79bebd9dbf70a61ddde255d3a24679b9004cc572fedcfc24ffeb42693319e5dfa1f8371f8fed1408b15d
 SHA512 
c87676b80259f2a20fde257e2b090380c3b04be1542a5a92832487327b8d1eb737059a6e6898f713fa378b792e23d2896280b94cb00d7961a0beba81cd6b3bd2
-DIST unsymlink-lib-14.tar.gz 10089 BLAKE2B 
24252eb31a0a0fe83a260e8eee76d42c473d76dbebe4d2fd604d1ab663ea7439da4c03dd0b953efa30e0d74d654101b7a0264db1da50de826c5a5f4ae79f3ff0
 SHA512 
ab3ffcbc7cdcac98068a6e3c86e71cb472cff67aed1ddc570701ed6c34fa17e04d84a13bf5fb2696aeff0f8338b2464d1e06ce829ffc693011c51481ecba2be8
 DIST unsymlink-lib-15.tar.gz 10145 BLAKE2B 
500b78a84cd555319952ce6420af012354952ebd83983db121f1a48ee34d5c2ce9a9f56ce635d6f77eb38058b79d42cf94d2e421414095c188949db523aacbe0
 SHA512 
37b8cc4eb7b787a1ccc97750df9fcd4516c2c4ac110c5191b4be3999b1eb994ee567e0f4387aaafe243a745efa61c0d48d78b7f9a4a58bb7f896ccd7bdce03a7

diff --git a/app-portage/unsymlink-lib/unsymlink-lib-13.ebuild 
b/app-portage/unsymlink-lib/unsymlink-lib-13.ebuild
deleted file mode 100644
index 77343a9893a..000
--- a/app-portage/unsymlink-lib/unsymlink-lib-13.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
-inherit python-single-r1
-
-DESCRIPTION="Convert your system to SYMLINK_LIB=no"
-HOMEPAGE="https://github.com/mgorny/unsymlink-lib;
-SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   sys-apps/portage[${PYTHON_USEDEP}]"
-
-src_install() {
-   python_doscript unsymlink-lib
-   dodoc README
-}

diff --git a/app-portage/unsymlink-lib/unsymlink-lib-14.ebuild 
b/app-portage/unsymlink-lib/unsymlink-lib-14.ebuild
deleted file mode 100644
index 90b56e60ca4..000
--- a/app-portage/unsymlink-lib/unsymlink-lib-14.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-inherit python-single-r1
-
-DESCRIPTION="Convert your system to SYMLINK_LIB=no"
-HOMEPAGE="https://github.com/mgorny/unsymlink-lib;
-SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   sys-apps/portage[${PYTHON_USEDEP}]"
-
-src_test() {
-   # tests are docker-based
-   :
-}
-
-src_install() {
-   python_doscript unsymlink-lib
-   dodoc README
-}



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

2019-06-16 Thread David Seifert
commit: d534aebe8a15559a2000db32e36a758e1f73db89
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Sun Jun 16 07:19:26 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 17:27:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d534aebe

games-board/pychess: add missing 0.99.4 dependencies

Closes: https://github.com/gentoo/gentoo/pull/12263
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 .../pychess/{pychess-0.99.4.ebuild => pychess-0.99.4-r1.ebuild}| 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games-board/pychess/pychess-0.99.4.ebuild 
b/games-board/pychess/pychess-0.99.4-r1.ebuild
similarity index 88%
rename from games-board/pychess/pychess-0.99.4.ebuild
rename to games-board/pychess/pychess-0.99.4-r1.ebuild
index 7c7be631cce..92a47ea3a40 100644
--- a/games-board/pychess/pychess-0.99.4.ebuild
+++ b/games-board/pychess/pychess-0.99.4-r1.ebuild
@@ -17,8 +17,11 @@ KEYWORDS="~amd64 ~x86"
 IUSE="gstreamer"
 
 DEPEND="
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/sqlalchemy[${PYTHON_USEDEP},sqlite]
gnome-base/librsvg:2
x11-libs/gtksourceview:3.0
x11-libs/pango



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

2019-06-16 Thread David Seifert
commit: c8ed5a100d1aaec0a80dbfb360412a042d161792
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 17:25:13 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 17:25:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ed5a10

net-libs/libtelnet: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 net-libs/libtelnet/libtelnet-.ebuild | 35 
 1 file changed, 13 insertions(+), 22 deletions(-)

diff --git a/net-libs/libtelnet/libtelnet-.ebuild 
b/net-libs/libtelnet/libtelnet-.ebuild
index aae3c462a1c..620355b68c9 100644
--- a/net-libs/libtelnet/libtelnet-.ebuild
+++ b/net-libs/libtelnet/libtelnet-.ebuild
@@ -1,33 +1,24 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils autotools
-DESCRIPTION="Simple RFC-complient TELNET implementation as a C library"
-HOMEPAGE="https://github.com/seanmiddleditch/libtelnet;
+EAPI=7
+
+inherit cmake-utils
 
-if [ ${PV} =  ]; then
-   KEYWORDS=""
-   EGIT_REPO_URI="https://github.com/seanmiddleditch/${PN}.git;
-   inherit git-2
-   DEPEND="dev-vcs/git"
-   S="${WORKDIR}/${PN}-master"
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/seanmiddleditch/libtelnet.git;
 else
+   
SRC_URI="https://github.com/seanmiddleditch/libtelnet/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~x86 ~amd64"
-   SRC_URI="https://github.com/seanmiddleditch/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 fi
 
-WANT_AUTOMAKE=1.11
-DEPEND="${DEPEND} sys-devel/automake:${WANT_AUTOMAKE}"
+DESCRIPTION="Simple RFC-complient TELNET implementation as a C library"
+HOMEPAGE="https://github.com/seanmiddleditch/libtelnet;
+
 LICENSE="public-domain"
 SLOT="0"
 IUSE=""
-RDEPEND=""
 
-src_prepare() {
-   _elibtoolize
-   eaclocal
-   eautoconf
-   eautoheader
-   eautomake
-}
+# needed unconditionally for man pages
+DEPEND="app-doc/doxygen"



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/

2019-06-16 Thread Tobias Klausmann
commit: c92c5a06ab4f3c2bab8efbd8ea12636cef10ac7d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun 16 17:15:28 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun 16 17:15:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92c5a06

dev-lisp/clisp-2.49.92-r0: alpha stable

Bug: http://bugs.gentoo.org/687220
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-lisp/clisp/clisp-2.49.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/clisp/clisp-2.49.92.ebuild 
b/dev-lisp/clisp/clisp-2.49.92.ebuild
index 7c5c5cb0c36..1b7e846f313 100644
--- a/dev-lisp/clisp/clisp-2.49.92.ebuild
+++ b/dev-lisp/clisp/clisp-2.49.92.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="2/8"
-KEYWORDS="amd64 ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ~sparc x86"
 IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm 
-threads +unicode +zlib"
 # "jit" disabled ATM
 



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

2019-06-16 Thread Ulrich Müller
commit: ab14a9533c31391642433f8dfe07ab9ca66bb5ed
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jun 16 17:14:24 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jun 16 17:14:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab14a953

sys-apps/util-linux: Fix copyright line.

"And others" is already implied with Gentoo Authors.

Fixes: 1cd31691dafbb1f442db47873d8b6fb819146999
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-apps/util-linux/util-linux-2.33.2.ebuild   | 2 +-
 sys-apps/util-linux/util-linux-2.34_rc2.ebuild | 2 +-
 sys-apps/util-linux/util-linux-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-2.33.2.ebuild 
b/sys-apps/util-linux/util-linux-2.33.2.ebuild
index 54bed45449d..f8deb925a00 100644
--- a/sys-apps/util-linux/util-linux-2.33.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors and others
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/sys-apps/util-linux/util-linux-2.34_rc2.ebuild 
b/sys-apps/util-linux/util-linux-2.34_rc2.ebuild
index 9893851d6a6..55b7c4d9ee9 100644
--- a/sys-apps/util-linux/util-linux-2.34_rc2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.34_rc2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors and others
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/sys-apps/util-linux/util-linux-.ebuild 
b/sys-apps/util-linux/util-linux-.ebuild
index 18676260f0c..6940636a7b1 100644
--- a/sys-apps/util-linux/util-linux-.ebuild
+++ b/sys-apps/util-linux/util-linux-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors and others
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2019-06-16 Thread David Seifert
commit: 6168b5a550af1b3df0f11421cc460a56f4c51d00
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 16:42:58 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 16:42:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6168b5a5

media-libs/libilbc: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-libs/libilbc/libilbc-.ebuild | 29 -
 1 file changed, 20 insertions(+), 9 deletions(-)

diff --git a/media-libs/libilbc/libilbc-.ebuild 
b/media-libs/libilbc/libilbc-.ebuild
index a7ac81e5c6d..1d00bd81c2f 100644
--- a/media-libs/libilbc/libilbc-.ebuild
+++ b/media-libs/libilbc/libilbc-.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-if [[ ${PV} ==  ]] ; then
-   SCM="autotools git-2"
+inherit multilib-minimal
+
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
EGIT_REPO_URI="https://github.com/TimothyGu/${PN};
-   SRC_URI=""
 else

SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
-inherit eutils multilib ${SCM} autotools-multilib
-
 DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
 HOMEPAGE="https://github.com/TimothyGu/libilbc;
 
@@ -22,6 +21,18 @@ SLOT="0"
 IUSE="static-libs"
 
 src_prepare() {
+   default
[[ ${PV} == * ]] && eautoreconf
-   autotools-multilib_src_prepare
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
 }



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

2019-06-16 Thread David Seifert
commit: 8f78ff63145d28a84fd95a4bff9d0d8688c8e8c1
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 16:43:04 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 16:43:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f78ff63

media-libs/libilbc: Remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-libs/libilbc/Manifest |  1 -
 media-libs/libilbc/libilbc-1.1.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/media-libs/libilbc/Manifest b/media-libs/libilbc/Manifest
index 38b9a78ecd0..6b5e497ca50 100644
--- a/media-libs/libilbc/Manifest
+++ b/media-libs/libilbc/Manifest
@@ -1,2 +1 @@
-DIST libilbc-1.1.1.tar.xz 302324 BLAKE2B 
726d53fc638f9d019b6d50a3ec463350efd59510ce15b9d6af30fc0ad6094f5acc53c4a5c2e77d17fdcd35f3e63bceb310716eb175e82ca7226dec023cb96df4
 SHA512 
7c9fa6da4d8b32fd49ea62f9e876e385930501c9caedcafac94ea74b9372722b06dd28062dc4fcca765ad6c519cfb52bb595d396ca50d361f563c715f6679845
 DIST libilbc-2.0.2.tar.bz2 392643 BLAKE2B 
1b1772c415a823a63c2fdb649138becdda0438c3942e74dc0be5dc6e000538c8f0feb796d23eb815e792d9b9e695f598869a31dd69a90c1fb12823a09e28
 SHA512 
ad0ef3326144fa1e9b6983be9aeefcec0064930a0124980f0fa2b38967f145e4cef7be75d8eae72f4a9650f297f15968944e73ef256e642116125dea326d8ba8

diff --git a/media-libs/libilbc/libilbc-1.1.1.ebuild 
b/media-libs/libilbc/libilbc-1.1.1.ebuild
deleted file mode 100644
index 69c70d5fafb..000
--- a/media-libs/libilbc/libilbc-1.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-if [[ ${PV} ==  ]] ; then
-   SCM="autotools git-2"
-   EGIT_REPO_URI="https://github.com/lu-zero/${PN}.git;
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-fi
-
-inherit eutils multilib ${SCM}
-
-DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
-HOMEPAGE="https://github.com/lu-zero/libilbc 
https://github.com/TimothyGu/libilbc;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
-   [[ ${PV} == * ]] && eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   find "${D}"usr/$(get_libdir) -name '*.la' -delete
-}



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

2019-06-16 Thread David Seifert
commit: cdcd8c65898c2530eefcb0f86de3a7ea04e53c4e
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 16:43:01 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 16:43:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcd8c65

media-libs/libilbc: Port to EAPI 7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-libs/libilbc/libilbc-2.0.2.ebuild | 28 
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild 
b/media-libs/libilbc/libilbc-2.0.2.ebuild
index 40eb6ee13b7..d01615a69b3 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -1,19 +1,18 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-if [[ ${PV} ==  ]] ; then
-   SCM="autotools git-2"
+inherit multilib-minimal
+
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
EGIT_REPO_URI="https://github.com/TimothyGu/${PN};
-   SRC_URI=""
 else

SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2;
KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
 fi
 
-inherit eutils multilib ${SCM} autotools-multilib
-
 DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
 HOMEPAGE="https://github.com/TimothyGu/libilbc;
 
@@ -21,8 +20,21 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="static-libs"
 
+PATCHES=( "${FILESDIR}"/${PN}-2.0.2-ppc_ppc64_sparc.patch )
+
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.0.2-ppc_ppc64_sparc.patch
+   default
[[ ${PV} == * ]] && eautoreconf
-   autotools-multilib_src_prepare
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-sound/hydrogen/, media-sound/hydrogen/files/

2019-06-16 Thread Miroslav Šulc
commit: 42ca400fd2cd38d214a3a849857f579af3edc5ec
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Jun 16 16:35:48 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jun 16 16:35:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ca400f

media-sound/hydrogen-: removed gnuinstalldirs patch

it has been applied by upstream

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../files/hydrogen--gnuinstalldirs.patch   | 120 -
 media-sound/hydrogen/hydrogen-.ebuild  |   2 -
 2 files changed, 122 deletions(-)

diff --git a/media-sound/hydrogen/files/hydrogen--gnuinstalldirs.patch 
b/media-sound/hydrogen/files/hydrogen--gnuinstalldirs.patch
deleted file mode 100644
index 14babedefa5..000
--- a/media-sound/hydrogen/files/hydrogen--gnuinstalldirs.patch
+++ /dev/null
@@ -1,120 +0,0 @@
-From 64e251765e58b6948953f0bbc2aac05042daaa55 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Mon, 1 Jan 2018 11:52:18 +0100
-Subject: [PATCH] Use GNUInstallDirs
-
-Fixes multiarch and deprecated man dir location.

- CMakeLists.txt| 19 ---
- src/cli/CMakeLists.txt|  2 +-
- src/core/CMakeLists.txt   |  6 +++---
- src/gui/CMakeLists.txt|  2 +-
- src/player/CMakeLists.txt |  2 +-
- 5 files changed, 14 insertions(+), 17 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b18508a8..76305ea7 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -30,6 +30,8 @@ ELSE()
-   SET(DISPLAY_VERSION "${VERSION}-${GIT_REVISION}")
- ENDIF(VERSION_SUFFIX)
- 
-+include(GNUInstallDirs)
-+
- SET(LIBSNDFILE_VERSION_PREV "1.0.17")
- 
- #
-@@ -144,21 +146,16 @@ IF(APPLE)
- #Without setting this, installation would go into /usr/local, which does 
not exist per default
- SET(CMAKE_INSTALL_PREFIX "/usr" )
- ELSE(APPLE)
--SET(OSS_LIB_PATHS "/usr/lib${LIB_SUFFIX}/oss/lib" 
"/usr/local/lib${LIB_SUFFIX}/oss/lib" )
-+SET(OSS_LIB_PATHS "${CMAKE_INSTALL_FULL_LIBDIR}/oss/lib" 
"/usr/local/lib${LIB_SUFFIX}/oss/lib" )
- ENDIF(APPLE)
- 
- 
- #Installation paths
- # TODO remove data from path
--SET(H2_SYS_PATH "${CMAKE_INSTALL_PREFIX}/share/hydrogen")
-+SET(H2_SYS_PATH "${CMAKE_INSTALL_FULL_DATAROOTDIR}/hydrogen")
- # TODO remove data from path, could be .config/hydrogen
- SET(H2_USR_PATH ".hydrogen")
- 
--#Changing this to user writable location will allow successful, non-root, 
deployment (e.g: make install).
--IF(NOT MINGW AND NOT APPLE)
--SET(H2_UNIX_ICON_PATH "/usr/share/pixmaps" CACHE STRING "Freedesktop 
default icon path.")
--ENDIF()
--
- SET(MAX_INSTRUMENTS 1000 CACHE STRING "Maximum number of instruments")
- SET(MAX_COMPONENTS  32   CACHE STRING "Maximum number of components")
- SET(MAX_NOTES   192  CACHE STRING "Maximum number of notes")
-@@ -366,10 +363,10 @@ ELSE()
-   INSTALL(DIRECTORY data DESTINATION ${H2_SYS_PATH} PATTERN ".git" 
EXCLUDE PATTERN "i18n" EXCLUDE PATTERN doc EXCLUDE)
- ENDIF()
- IF(NOT MINGW AND NOT APPLE)
--  INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.appdata.xml 
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/appdata")
--  INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.desktop DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/applications")
--  INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/img/gray/h2-icon.svg DESTINATION 
"${H2_UNIX_ICON_PATH}")
--  INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.1 DESTINATION 
"${CMAKE_INSTALL_PREFIX}/man/man1")
-+  INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.appdata.xml 
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/appdata")
-+  INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.desktop DESTINATION 
"${CMAKE_INSTALL_DATAROOTDIR}/applications")
-+  INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/img/gray/h2-icon.svg DESTINATION 
"${CMAKE_INSTALL_FULL_DATAROOTDIR}/pixmaps")
-+  INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.1 DESTINATION 
"${CMAKE_INSTALL_MANDIR}/man1")
- ENDIF()
- 
- #
-diff --git a/src/cli/CMakeLists.txt b/src/cli/CMakeLists.txt
-index f6cd04eb..7725dc83 100644
 a/src/cli/CMakeLists.txt
-+++ b/src/cli/CMakeLists.txt
-@@ -20,4 +20,4 @@ TARGET_LINK_LIBRARIES(h2cli
- 
- ADD_DEPENDENCIES(h2cli hydrogen-core-${VERSION})
- 
--INSTALL(TARGETS h2cli RUNTIME DESTINATION bin BUNDLE DESTINATION bin )
-+INSTALL(TARGETS h2cli RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} BUNDLE 
DESTINATION ${CMAKE_INSTALL_BINDIR})
-diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
-index db1333da..0ab61d96 100644
 a/src/core/CMakeLists.txt
-+++ b/src/core/CMakeLists.txt
-@@ -57,13 +57,13 @@ TARGET_LINK_LIBRARIES(hydrogen-core-${VERSION}
- #SET_TARGET_PROPERTIES(hydrogen-core-${VERSION} PROPERTIES PUBLIC_HEADER   
"${hydrogen_INCLUDES}" )
- 
- INSTALL(TARGETS hydrogen-core-${VERSION}
--LIBRARY DESTINATION "lib${LIB_SUFFIX}"
--ARCHIVE DESTINATION "lib${LIB_SUFFIX}"
-+LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"

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

2019-06-16 Thread David Seifert
commit: 54fdbe245834c049ef0cf0ca3f56724890a311b4
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 16:09:59 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 16:09:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fdbe24

sys-devel/ucpp: Remove live ebuild

* Repo is private now

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 sys-devel/ucpp/ucpp-.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/sys-devel/ucpp/ucpp-.ebuild b/sys-devel/ucpp/ucpp-.ebuild
deleted file mode 100644
index 81b7839a7a4..000
--- a/sys-devel/ucpp/ucpp-.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_REPO_URI="https://github.com/scarabeusiv/ucpp.git;
-inherit eutils git-2 autotools
-
-DESCRIPTION="A quick and light preprocessor, but anyway fully compliant to C99"
-HOMEPAGE="https://github.com/scarabeusiv/ucpp;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="static-libs"
-
-src_prepare() {
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-werror \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-
-   prune_libtool_files --all
-}



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

2019-06-16 Thread David Seifert
commit: 19279f12639f3f93ed8ad8e8f6dde8e973aa138a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 16:10:06 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 16:10:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19279f12

media-libs/vo-aacenc: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-libs/vo-aacenc/vo-aacenc-.ebuild | 57 --
 1 file changed, 30 insertions(+), 27 deletions(-)

diff --git a/media-libs/vo-aacenc/vo-aacenc-.ebuild 
b/media-libs/vo-aacenc/vo-aacenc-.ebuild
index 7d6b2869b05..022f13cf020 100644
--- a/media-libs/vo-aacenc/vo-aacenc-.ebuild
+++ b/media-libs/vo-aacenc/vo-aacenc-.ebuild
@@ -1,42 +1,45 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-if [[ ${PV} == * ]] ; then
-   SCM="git-2"
+inherit flag-o-matic multilib-minimal
+
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git;
-   [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
-   AUTOTOOLS_AUTORECONF=yes
+else
+   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
-inherit autotools-multilib flag-o-matic ${SCM}
-
 DESCRIPTION="VisualOn AAC encoder library"
 HOMEPAGE="https://sourceforge.net/projects/opencore-amr/;
 
-if [[ ${PV} == * ]] ; then
-   SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
-else # Official release
-   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
-fi
-
 LICENSE="Apache-2.0"
 SLOT="0"
+IUSE="cpu_flags_arm_neon examples static-libs"
+
+src_prepare() {
+   default
+   [[ ${PV} == * ]] && eautoreconf
+}
 
-[[ ${PV} == * ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="examples static-libs cpu_flags_arm_neon"
+multilib_src_configure() {
+   if use cpu_flags_arm_neon; then
+   local -x CFLAGS="${CFLAGS}"
+   append-cflags -mfpu=neon
+   fi
+
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable cpu_flags_arm_neon armv7neon) \
+   $(use_enable examples example) \
+   $(use_enable static-libs static)
+}
 
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
+multilib_src_install_all() {
+   einstalldocs
 
-src_configure() {
-   use cpu_flags_arm_neon && append-flags '-mfpu=neon'
-   local myeconfargs=(
-   "$(use_enable examples example)"
-   "$(use_enable cpu_flags_arm_neon armv7neon)"
-   )
-   autotools-multilib_src_configure
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
 }



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

2019-06-16 Thread David Seifert
commit: 35fcbcb19b7059dc673113d52f6430da3c5349bc
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 16:10:09 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 16:10:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35fcbcb1

media-libs/vo-aacenc: Port to EAPI 7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild | 55 +++--
 1 file changed, 29 insertions(+), 26 deletions(-)

diff --git a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild 
b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
index 20ed3fb06f7..7511d4823b8 100644
--- a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
+++ b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
@@ -1,42 +1,45 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-if [[ ${PV} == * ]] ; then
-   SCM="git-2"
+inherit flag-o-matic multilib-minimal
+
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git;
-   [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
-   AUTOTOOLS_AUTORECONF=yes
+else
+   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
-inherit autotools-multilib flag-o-matic ${SCM}
-
 DESCRIPTION="VisualOn AAC encoder library"
 HOMEPAGE="https://sourceforge.net/projects/opencore-amr/;
 
-if [[ ${PV} == * ]] ; then
-   SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
-else # Official release
-   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
-fi
-
 LICENSE="Apache-2.0"
 SLOT="0"
+IUSE="cpu_flags_arm_neon examples static-libs"
+
+src_prepare() {
+   default
+   [[ ${PV} == * ]] && eautoreconf
+}
 
-[[ ${PV} == * ]] || \
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="examples static-libs cpu_flags_arm_neon"
+multilib_src_configure() {
+   if use cpu_flags_arm_neon; then
+   local -x CFLAGS="${CFLAGS}"
+   append-cflags -mfpu=neon
+   fi
+
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable cpu_flags_arm_neon armv7neon) \
+   $(use_enable examples example) \
+   $(use_enable static-libs static)
+}
 
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
+multilib_src_install_all() {
+   einstalldocs
 
-src_configure() {
-   use cpu_flags_arm_neon && append-flags '-mfpu=neon'
-   local myeconfargs=(
-   "$(use_enable examples example)"
-   "$(use_enable cpu_flags_arm_neon armv7neon)"
-   )
-   autotools-multilib_src_configure
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
 }



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

2019-06-16 Thread David Seifert
commit: 8ca1cd97478c4ccb39974e5f6dd16afa4d95bde4
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 16:10:02 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 16:10:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca1cd97

sys-devel/ucpp: Port to EAPI 7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 sys-devel/ucpp/ucpp-1.3.4.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild
index a665fce8159..54bf56e743f 100644
--- a/sys-devel/ucpp/ucpp-1.3.4.ebuild
+++ b/sys-devel/ucpp/ucpp-1.3.4.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="A quick and light preprocessor, but anyway fully compliant to C99"
 HOMEPAGE="https://code.google.com/p/ucpp/;
@@ -23,5 +21,6 @@ src_configure() {
 src_install() {
default
 
-   prune_libtool_files --all
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
 }



[gentoo-commits] proj/lisp:master commit in: dev-scheme/guile/, profiles/, app-admin/eselect-guile/, ...

2019-06-16 Thread Cyprien Nicolas
commit: d7f036035ff474032d277484cbdb33225328d8d9
Author: Cyprien Nicolas (fulax)  fulax  fr>
AuthorDate: Sun Jun 16 15:25:53 2019 +
Commit: Cyprien Nicolas  gmail  com>
CommitDate: Sun Jun 16 15:25:53 2019 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d7f03603

dev-scheme/guile: SLOT, EAPI7, add pre-3.0 releases, cleanup

app-admin/eselect-guile: Drop package
package.mask: Update masks for guile

 app-admin/eselect-guile/ChangeLog  |  19 --
 .../eselect-guile/eselect-guile-1.2-r1.ebuild  |  33 ---
 app-admin/eselect-guile/files/guile.eselect| 247 -
 app-admin/eselect-guile/files/guile.eselect.5  |  98 
 ...-Fix-configure.in-macro-for-automake-1.13.patch |  38 
 ...-guile-readline-configure-from-.in-to-.ac.patch | 202 -
 .../3742d778fbc6ea879437c19aeebe09179dceffdf.patch |  41 
 dev-scheme/guile/files/50guile-gentoo.el   |   4 -
 .../files/guile-1.8.8-config-with-readline.patch   |  30 ---
 .../guile/files/guile-1.8.8-fix_guile-config.patch |  14 --
 ...uile-1.8.8-fix_stack-grow-direction-check.patch |  53 -
 .../guile/files/guile-1.8.8-makeinfo-5.patch   |  71 --
 .../guile/files/guile-2.2.3-gentoo-sandbox.patch   |  10 +
 dev-scheme/guile/guile-1.8.8-r3.ebuild | 118 --
 dev-scheme/guile/guile-2.0.11.ebuild   |  56 -
 dev-scheme/guile/guile-2.0.9-r1.ebuild |  88 
 dev-scheme/guile/guile-2.2.4-r1.ebuild |  78 +++
 dev-scheme/guile/guile-2.9.2.ebuild|  77 +++
 dev-scheme/guile/guile-999.ebuild  |  97 
 dev-scheme/guile/guile-.ebuild |  84 +++
 dev-scheme/guile/metadata.xml  |  10 +-
 profiles/package.mask  |  23 +-
 22 files changed, 257 insertions(+), 1234 deletions(-)

diff --git a/app-admin/eselect-guile/ChangeLog 
b/app-admin/eselect-guile/ChangeLog
deleted file mode 100644
index d7de2d23..
--- a/app-admin/eselect-guile/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for app-admin/eselect-guile
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*eselect-guile-1.2-r1 (19 Apr 2013)
-
-  19 Apr 2013; Cyprien Nicolas (fulax) 
-  +eselect-guile-1.2-r1.ebuild, -eselect-guile-1.1.ebuild,
-  -eselect-guile-1.2.ebuild, -files/1.2/guile.eselect,
-  -files/1.2/guile.eselect.5, files/guile.eselect, files/guile.eselect.5:
-  app-admin/eselect-guile-1.2-r1: Add a call to 'clean' on pkg_prerm
-
-*eselect-guile-1.2 (02 Oct 2012)
-
-  02 Oct 2012; Cyprien Nicolas  
+files/1.2/guile.eselect,
-  +files/1.2/guile.eselect.5, +eselect-guile-1.2.ebuild:
-  version bump: EAPI 4, fix 'update ifunset' bug (it was ignored currently).
-  Remove 'GUILE_LOAD_PATH' from env.d file, as it breaks the not eselect'd
-  guile version. Drop pkg_prerm phase.

diff --git a/app-admin/eselect-guile/eselect-guile-1.2-r1.ebuild 
b/app-admin/eselect-guile/eselect-guile-1.2-r1.ebuild
deleted file mode 100644
index ccd6d96d..
--- a/app-admin/eselect-guile/eselect-guile-1.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Manage multiple Guile versions on one system"
-HOMEPAGE="https://www.gentoo.org/proj/en/lisp/scheme/;
-#SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE=""
-
-# Versions prior to guile-1.8.8-r2 aren't properly slotted
-DEPEND=""
-RDEPEND=">=app-admin/eselect-1.2.6
-   !"${EROOT}/etc/env.d/50guile"
-}
-
-remove_symlinks() {
-   # Remove existing symlinks to binaries, man pages,
-   # m4 file, and the env file (own function)
-   local f
-   for f in ${BINARYLIST}; do
-   rm -f "${EROOT}/usr/bin/${f}"
-   done
-   for f in ${MANPAGELIST}; do
-   rm -f "${EROOT}"/usr/share/man/man1/${f}.1*
-   done
-   rm -f "${EROOT}"/usr/share/aclocal/guile.m4
-   remove_envfile
-}
-
-set_bin_symlinks() {
-   # Set symlinks to binaries in /usr/bin/
-   local target=${1} f
-   for f in ${BINARYLIST}; do
-   # set symlink only if target binary actually exists
-   if [[ -f ${EROOT}/usr/bin/${f}-${target} ]]; then
-   ln -s "${f}-${target}" "${EROOT}/usr/bin/${f}" || die \
-   "Couldn't set ${f}-${target} 
${EROOT}/usr/bin/${f} symlink"
-   fi
-   done
-}
-
-set_m4_symlinks() {
-   # Set symlink to guile.m4
-   local target=${1}
-   if [[ -f ${EROOT}/usr/share/aclocal/guile-${target}.m4 ]]; then
-   ln -s "guile-${target}.m4" 
"${EROOT}"/usr/share/aclocal/guile.m4 \
-   

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

2019-06-16 Thread David Seifert
commit: 0688ce490c6d454855b4b3e016edd4a11ef087de
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 15:21:27 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 15:21:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0688ce49

media-sound/split2flac: Port to EAPI 7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-sound/split2flac/split2flac-122.ebuild | 33 ++--
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git a/media-sound/split2flac/split2flac-122.ebuild 
b/media-sound/split2flac/split2flac-122.ebuild
index b93363779ab..90ea1c6a5fd 100644
--- a/media-sound/split2flac/split2flac-122.ebuild
+++ b/media-sound/split2flac/split2flac-122.ebuild
@@ -1,22 +1,23 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-
-EGIT_REPO_URI="https://github.com/ftrvxmtrx/split2flac.git;
+EAPI=7
 
 inherit bash-completion-r1
-[[ ${PV} == ** ]] && inherit git-2
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ftrvxmtrx/split2flac.git;
+else
+   SRC_URI="https://github.com/ftrvxmtrx/split2flac/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="amd64 x86"
+fi
 
 DESCRIPTION="sh script to split an APE/FLAC/WV/WAV audio image with CUE sheet 
into tracks"
 HOMEPAGE="https://github.com/ftrvxmtrx/split2flac;
-[[ ${PV} == ** ]] || \
-SRC_URI="https://github.com/ftrvxmtrx/split2flac/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-[[ ${PV} == ** ]] || \
-KEYWORDS="amd64 x86"
 IUSE="enca flake imagemagick mac mp3 mp4 ogg replaygain wavpack"
 
 RDEPEND="
@@ -34,20 +35,18 @@ RDEPEND="
mp3? ( media-sound/mp3gain )
ogg? ( media-sound/vorbisgain )
)
-   imagemagick? ( media-gfx/imagemagick )
-"
-
-src_configure() { :; }
-
-src_compile() { :; }
+   imagemagick? ( media-gfx/imagemagick )"
 
 src_install() {
dobin ${PN}
newbashcomp ${PN}-bash-completion.sh ${PN}
 
dosym ${PN} /usr/bin/split2wav
-   for i in mp3 mp4 ogg
-   do
+
+   local i
+   for i in mp3 mp4 ogg; do
use $i && dosym ${PN} /usr/bin/split2${i/mp4/m4a}
done
+
+   einstalldocs
 }



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

2019-06-16 Thread David Seifert
commit: fc356e0816e9bf86959876912de318f435ea17e1
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 15:21:23 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 15:21:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc356e08

media-sound/split2flac: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-sound/split2flac/split2flac-.ebuild | 33 +--
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git a/media-sound/split2flac/split2flac-.ebuild 
b/media-sound/split2flac/split2flac-.ebuild
index fd0a7bea899..762b68edc49 100644
--- a/media-sound/split2flac/split2flac-.ebuild
+++ b/media-sound/split2flac/split2flac-.ebuild
@@ -1,22 +1,23 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-
-EGIT_REPO_URI="https://github.com/ftrvxmtrx/split2flac.git;
+EAPI=7
 
 inherit bash-completion-r1
-[[ ${PV} == ** ]] && inherit git-2
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ftrvxmtrx/split2flac.git;
+else
+   SRC_URI="https://github.com/ftrvxmtrx/split2flac/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
 
 DESCRIPTION="sh script to split an APE/FLAC/WV/WAV audio image with CUE sheet 
into tracks"
 HOMEPAGE="https://github.com/ftrvxmtrx/split2flac;
-[[ ${PV} == ** ]] || \
-SRC_URI="https://rion-overlay.googlecode.com/files/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"
-[[ ${PV} == ** ]] || \
-KEYWORDS="~amd64 ~x86"
 IUSE="enca flake imagemagick mac mp3 mp4 ogg replaygain wavpack"
 
 RDEPEND="
@@ -34,20 +35,18 @@ RDEPEND="
mp3? ( media-sound/mp3gain )
ogg? ( media-sound/vorbisgain )
)
-   imagemagick? ( media-gfx/imagemagick )
-"
-
-src_configure() { :; }
-
-src_compile() { :; }
+   imagemagick? ( media-gfx/imagemagick )"
 
 src_install() {
dobin ${PN}
newbashcomp ${PN}-bash-completion.sh ${PN}
 
dosym ${PN} /usr/bin/split2wav
-   for i in mp3 mp4 ogg
-   do
+
+   local i
+   for i in mp3 mp4 ogg; do
use $i && dosym ${PN} /usr/bin/split2${i/mp4/m4a}
done
+
+   einstalldocs
 }



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

2019-06-16 Thread David Seifert
commit: 4096bc9a5c2e2fb3cc2510894ae2321cafa85294
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 15:00:49 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 15:00:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4096bc9a

dev-python/pyGPG: Remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pyGPG/Manifest |  1 -
 dev-python/pyGPG/pyGPG-0.1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/pyGPG/Manifest b/dev-python/pyGPG/Manifest
index 89b462aa8df..b05cbd55dc1 100644
--- a/dev-python/pyGPG/Manifest
+++ b/dev-python/pyGPG/Manifest
@@ -1,2 +1 @@
-DIST pyGPG-0.1.tar.gz 15441 BLAKE2B 
5f14788d17ecdf9459a3332fab050892273adac75c7adb5c82c5770956017c3336385e35d4e2827cd070162efeacd4f4e3b2f2fa2cf17837826913fdced89875
 SHA512 
58a89fbee4311b89c5515ad1bc1d901057e8acdfdbcf36813f50a766374100a62efe456d52263711e5c2f46957791def9343d94f019e413506cfdbd353602060
 DIST pyGPG-0.2.tar.gz 15439 BLAKE2B 
92c82b8b23c279461a872f118c636fa9cdae3f44910fc34a357983b0b4afea2a7b13c6400499a0fdbb4365357ade64294642178ca07a79ab3b7df89e60146e73
 SHA512 
93d892a57a27b254bfdc9778b73d341dfec654c2104c578014628df78c43beaf93eafb571ac544d52f334e63f6e5b8c0cfad7c8a0d585ee7211e8649efce8c67

diff --git a/dev-python/pyGPG/pyGPG-0.1.ebuild 
b/dev-python/pyGPG/pyGPG-0.1.ebuild
deleted file mode 100644
index c73c9a74989..000
--- a/dev-python/pyGPG/pyGPG-0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=(python2_7)
-
-inherit distutils-r1
-
-EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git;
-
-DESCRIPTION="A python interface wrapper for gnupg's gpg command"
-HOMEPAGE="https://github.com/dol-sen/pyGPG;
-SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   app-crypt/gnupg
-   "
-
-pkg_postinst() {
-   einfo
-   einfo "This is experimental software."
-   einfo "The API's it installs should be considered unstable"
-   einfo "and are subject to change."
-   einfo
-   einfo "Please file any enhancement requests, or bugs"
-   einfo "at https://github.com/dol-sen/pyGPG/issues;
-   einfo "I am also on IRC @ #gentoo-keys of the freenode network"
-   einfo
-   ewarn "There may be some python 3 compatibility issues still."
-   ewarn "Please help debug/fix/report them in github or bugzilla."
-}



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

2019-06-16 Thread David Seifert
commit: bbae26277dd01e34f6b6cf2bd0f2902a69132d92
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 15:00:45 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 15:00:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbae2627

dev-python/pyGPG: Add py3.7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pyGPG/pyGPG-0.2.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-python/pyGPG/pyGPG-0.2.ebuild 
b/dev-python/pyGPG/pyGPG-0.2.ebuild
index a6a797b30f4..e3d575a7cd7 100644
--- a/dev-python/pyGPG/pyGPG-0.2.ebuild
+++ b/dev-python/pyGPG/pyGPG-0.2.ebuild
@@ -1,24 +1,28 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-PYTHON_COMPAT=(python{2_7,3_5,3_6})
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit distutils-r1
 
-EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git;
+   EGIT_BRANCH="master"
+else
+   SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz;
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc 
x86"
+fi
 
 DESCRIPTION="A python interface wrapper for gnupg's gpg command"
 HOMEPAGE="https://github.com/dol-sen/pyGPG;
-SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
 DEPEND=""
 RDEPEND="${DEPEND}
app-crypt/gnupg



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

2019-06-16 Thread David Seifert
commit: 09a9b86175307c3aa3054f4466c56eb0c0d765a2
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 15:00:42 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 15:00:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a9b861

dev-python/pyGPG: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pyGPG/pyGPG-.ebuild | 24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/dev-python/pyGPG/pyGPG-.ebuild 
b/dev-python/pyGPG/pyGPG-.ebuild
index d1140338e37..a5839bdc60d 100644
--- a/dev-python/pyGPG/pyGPG-.ebuild
+++ b/dev-python/pyGPG/pyGPG-.ebuild
@@ -1,35 +1,33 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-PYTHON_COMPAT=(python{2_7,3_5,3_6})
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
-EGIT_BRANCH="master"
+inherit distutils-r1
 
-inherit distutils-r1 python-r1 git-2
-
-EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git;
+   EGIT_BRANCH="master"
+else
+   SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+fi
 
 DESCRIPTION="A python interface wrapper for gnupg's gpg command"
 HOMEPAGE="https://github.com/dol-sen/pyGPG;
-SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-KEYWORDS=""
-
 DEPEND=""
 RDEPEND="${DEPEND}
app-crypt/gnupg
"
 
-python_install_all() {
-   distutils-r1_python_install_all
-}
-
 pkg_postinst() {
einfo
einfo "This is experimental software."



[gentoo-commits] repo/gentoo:master commit in: dev-lua/toluapp/, dev-lua/toluapp/files/

2019-06-16 Thread David Seifert
commit: 795a587235c11f13c183e2ee4277322f3ac8e8af
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 15:00:52 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 15:00:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795a5872

dev-lua/toluapp: Fix packaging and drop lua 5.3 patches

Closes: https://bugs.gentoo.org/688070
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 .../toluapp-1.0.93_p20190513-fix-multilib.patch|   3 +-
 .../files/toluapp-1.0.93_p20190513-lua5.3.patch| 534 -
 ...3.ebuild => toluapp-1.0.93_p20190513-r1.ebuild} |   3 +-
 3 files changed, 3 insertions(+), 537 deletions(-)

diff --git a/dev-lua/toluapp/files/toluapp-1.0.93_p20190513-fix-multilib.patch 
b/dev-lua/toluapp/files/toluapp-1.0.93_p20190513-fix-multilib.patch
index 21ebc499238..b8f1cd3759f 100644
--- a/dev-lua/toluapp/files/toluapp-1.0.93_p20190513-fix-multilib.patch
+++ b/dev-lua/toluapp/files/toluapp-1.0.93_p20190513-fix-multilib.patch
@@ -18,7 +18,7 @@
1 )
  
  # Build app
-@@ -27,10 +27,11 @@
+@@ -27,10 +27,12 @@
  set ( SRC_TOLUA src/bin/tolua.c src/bin/toluabind.c )
  add_executable ( toluapp ${SRC_TOLUA} )
  target_link_libraries ( toluapp toluapp_lib ${LUA_LIBRARIES} )
@@ -35,3 +35,4 @@
 +install( DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
 +install( FILES README DESTINATION ${CMAKE_INSTALL_DOCDIR} )
 +install( DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DOCDIR}/html )
++install( DIRECTORY src/bin/lua/ DESTINATION 
${CMAKE_INSTALL_DATADIR}/toluapp/luapp )

diff --git a/dev-lua/toluapp/files/toluapp-1.0.93_p20190513-lua5.3.patch 
b/dev-lua/toluapp/files/toluapp-1.0.93_p20190513-lua5.3.patch
deleted file mode 100644
index 4da3e33e7fe..000
--- a/dev-lua/toluapp/files/toluapp-1.0.93_p20190513-lua5.3.patch
+++ /dev/null
@@ -1,534 +0,0 @@
-Taken from 
https://aur.archlinux.org/cgit/aur.git/tree/tolua53.patch?h=tolua%2b%2b_5.3
-and slimmed down
-
 a/src/bin/lua/all.lua
-+++ b/src/bin/lua/all.lua
-@@ -1,8 +1,8 @@
- dofile(path.."compat-5.1.lua")
- dofile(path.."compat.lua")
--dofile(path.."basic.lua")
- dofile(path.."feature.lua")
- dofile(path.."verbatim.lua")
-+dofile(path.."basic.lua")
- dofile(path.."code.lua")
- dofile(path.."typedef.lua")
- dofile(path.."container.lua")
 a/src/bin/lua/basic.lua
-+++ b/src/bin/lua/basic.lua
-@@ -75,8 +75,8 @@
- end
- 
- function applyrenaming (s)
--  for i=1,getn(_renaming) do
--   local m,n = gsub(s,_renaming[i].old,_renaming[i].new)
-+  for i,v in ipairs(_renaming) do
-+   local m,n = gsub(s,v.old,v.new)
-   if n ~= 0 then
-return m
-   end
-@@ -252,7 +252,8 @@
- -- concatenate all parameters, following output rules
- function concatparam (line, ...)
-  local i=1
-- while i<=arg.n do
-+ local arg={...}
-+ while i<=#arg do
-   if _cont and not strfind(_cont,'[%(,"]') and
-  strfind(arg[i],"^[%a_~]") then
-   line = line .. ' '
-@@ -263,7 +264,7 @@
-   end
-   i = i+1
-  end
-- if strfind(arg[arg.n],"[%/%)%;%{%}]$") then
-+ if strfind(arg[#arg],"[%/%)%;%{%}]$") then
-   _cont=nil line = line .. '\n'
-  end
-   return line
-@@ -272,7 +273,8 @@
- -- output line
- function output (...)
-  local i=1
-- while i<=arg.n do
-+ local arg = {...}
-+ while i<=#arg do
-   if _cont and not strfind(_cont,'[%(,"]') and
-  strfind(arg[i],"^[%a_~]") then
-   write(' ')
-@@ -283,7 +285,7 @@
-   end
-   i = i+1
-  end
-- if strfind(arg[arg.n],"[%/%)%;%{%}]$") then
-+ if strfind(arg[#arg],"[%/%)%;%{%}]$") then
-   _cont=nil write('\n')
-  end
- end
-@@ -373,9 +375,10 @@
- 
- end
- 
-+
- -- called to output an error message
- function output_error_hook(...)
--  return string.format(...)
-+  return string.format(table.unpack{...})
- end
- 
- -- custom pushers
 a/src/bin/lua/class.lua
-+++ b/src/bin/lua/class.lua
-@@ -92,7 +92,7 @@
-   self.btype = typevar(self.base)
-   self.ctype = 'const '..self.type
-   if self.extra_bases then
--  for i=1,table.getn(self.extra_bases) do
-+  for i=1,#self.extra_bases do
-   self.extra_bases[i] = typevar(self.extra_bases[i])
-   end
-   end
-@@ -138,9 +138,9 @@
- -- Expects the name, the base (array) and the body of the class.
- function Class (n,p,b)
- 
--  if table.getn(p) > 1 then
-+  if #p > 1 then
-   b = string.sub(b, 1, -2)
--  for i=2,table.getn(p),1 do
-+  for i=2,#p,1 do
-   b = b.."\n tolua_inherits "..p[i].." __"..p[i].."__;\n"
-   end
-   b = b.."\n}"
 a/src/bin/lua/clean.lua
-+++ b/src/bin/lua/clean.lua
-@@ -19,14 +19,14 @@
- }
- 
- function mask (s)
-- for i = 1,getn(MASK)  do
-+ for i = 1,#MASK  do
-   s = gsub(s,MASK[i][2],MASK[i][1])
-  end
-  return s
- end
- 
- function unmask (s)
-- for i = 1,getn(MASK)  do
-+ for i = 1,#MASK  do

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

2019-06-16 Thread Andreas K. Hüttel
commit: 077e218d118d47fecda6d8959d186122cf64b66d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun 16 14:43:39 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jun 16 14:43:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077e218d

dev-util/pmd: remove last-rited package

Closes: https://bugs.gentoo.org/507160
Closes: https://bugs.gentoo.org/612898
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-util/pmd/Manifest  |  1 -
 dev-util/pmd/files/pmd-4.2.5-build.xml.patch   | 51 ---
 dev-util/pmd/files/pmd-4.2.5-launcher-pre-commands |  6 --
 dev-util/pmd/metadata.xml  | 11 
 dev-util/pmd/pmd-4.2.5.ebuild  | 74 --
 5 files changed, 143 deletions(-)

diff --git a/dev-util/pmd/Manifest b/dev-util/pmd/Manifest
deleted file mode 100644
index e97370d2b76..000
--- a/dev-util/pmd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pmd-src-4.2.5.zip 10801078 BLAKE2B 
c80acf1f723aaeff4b4af68a666eff747845ed13f941b46299c37dfe8a5fc910d662a526e5d7723faee6d647705ac6d7fefb53c53bd3bbd196db1faa5266f5c7
 SHA512 
f515445126d0b3ad11adac491df94d4e1e806764b2601b4ad9974a090d8542cfc4992d4aaf5ef61470459ecaf4c75db0865e257a1f7ea065b3d248b53387e93e

diff --git a/dev-util/pmd/files/pmd-4.2.5-build.xml.patch 
b/dev-util/pmd/files/pmd-4.2.5-build.xml.patch
deleted file mode 100644
index a0f04356862..000
--- a/dev-util/pmd/files/pmd-4.2.5-build.xml.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-diff -Nur pmd-4.2.4/bin/build.xml pmd-4.2.4_patched/bin/build.xml
 pmd-4.2.4/bin/build.xml2008-08-31 15:32:20.0 +0300
-+++ pmd-4.2.4_patched/bin/build.xml2008-11-23 08:15:09.0 +0200
-@@ -22,11 +22,7 @@
- 
-   
-   
--  
--  
--  
--  
--  
-+  
-   
- 
-   
-@@ -76,7 +72,6 @@
-   
-   
-   
--  
-   
-   
- 
-@@ -86,17 +81,6 @@
-   basedir="${dir.build}" />
-   
- 
--  
--  
--  
--  
--  
--  
--  
--  
--  
--  
--
-   
-   
-   
-@@ -211,7 +195,7 @@
-   
-   
-   
--  
-   

diff --git a/dev-util/pmd/files/pmd-4.2.5-launcher-pre-commands 
b/dev-util/pmd/files/pmd-4.2.5-launcher-pre-commands
deleted file mode 100644
index b2e48852597..000
--- a/dev-util/pmd/files/pmd-4.2.5-launcher-pre-commands
+++ /dev/null
@@ -1,6 +0,0 @@
-if [ -z "$3" ]; then
-script=`basename $0`
-echo "Usage:"
-echo "$script  html|xml|text|vbhtml 
rulesetfile1[,rulesetfile2[,..]]"
-exit 1
-fi

diff --git a/dev-util/pmd/metadata.xml b/dev-util/pmd/metadata.xml
deleted file mode 100644
index f4e182129a3..000
--- a/dev-util/pmd/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   j...@gentoo.org
-   Java
-   
-   
-   pmd
-   
-

diff --git a/dev-util/pmd/pmd-4.2.5.ebuild b/dev-util/pmd/pmd-4.2.5.ebuild
deleted file mode 100644
index 71b3b7ebd19..000
--- a/dev-util/pmd/pmd-4.2.5.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-JAVA_PKG_IUSE="doc source test"
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A Java source code analyzer"
-HOMEPAGE="http://pmd.sourceforge.net;
-SRC_URI="mirror://sourceforge/pmd/${PN}-src-${PV}.zip"
-
-LICENSE="pmd"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE=""
-
-COMMON_DEPEND="
-   dev-java/ant-core
-   dev-java/asm:3
-   dev-java/jaxen:1.1
-   >=dev-java/junit-4.4:4"
-
-RDEPEND=">=virtual/jre-1.5
-   ${COMMON_DEPEND}"
-
-DEPEND=">=virtual/jdk-1.5
-   app-arch/unzip
-   test? (
-   dev-java/ant-junit4
-   )
-   ${COMMON_DEPEND}"
-
-# tests fail
-RESTRICT="test"
-
-java_prepare() {
-   epatch "${FILESDIR}/${P}-build.xml.patch"
-   find -name "*.jar" | xargs rm -v
-
-   cd "${S}/lib"
-   java-pkg_jar-from ant-core
-   java-pkg_jar-from asm-3 asm.jar
-   java-pkg_jar-from jaxen-1.1 jaxen.jar
-   java-pkg_jar-from junit-4
-}
-
-EANT_BUILD_XML="bin/build.xml"
-
-src_test() {
-   # junit does not like collisions
-   rm lib/ant.jar
-   ANT_TASKS="ant-junit4 ant-core" eant -f bin/build.xml test 
-DoutputTestResultsToFile=true
-}
-
-src_install() {
-   java-pkg_newjar lib/${P}.jar
-   java-pkg_register-ant-task
-
-   # Create launchers and copy rulesets
-   java-pkg_dolauncher ${PN} --main 

[gentoo-commits] repo/gentoo:master commit in: dev-tex/culmus-latex/

2019-06-16 Thread Andreas K. Hüttel
commit: b394f45d651bd3cdc41a33bc690b1e219819e207
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun 16 14:39:37 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jun 16 14:40:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b394f45d

dev-tex/culmus-latex: remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-tex/culmus-latex/Manifest|  1 -
 dev-tex/culmus-latex/culmus-latex-0.7.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/dev-tex/culmus-latex/Manifest b/dev-tex/culmus-latex/Manifest
index adc614638bf..018af9d49b7 100644
--- a/dev-tex/culmus-latex/Manifest
+++ b/dev-tex/culmus-latex/Manifest
@@ -1,2 +1 @@
 DIST culmus-latex-0.7.tar.gz 121188 BLAKE2B 
f6af996aec4d944265cd7a2595107d43af83995375b23aac89e2f528ec3a1bd39f9bf95c412e69230d9aa552e1d82fb5dc1b6e235dbe3bcc7a5763a35dc33968
 SHA512 
81f0351687e831f304d0a4a2be3684ebc2fcad8e696425beaaebd945c3ae048dd87a5f8614ec181ce47e0debb58a86c2c2e369f37d9ff7c7f5c1ded34206fd02
-DIST culmus-latex-0.7_src.tar.gz 121188 BLAKE2B 
f6af996aec4d944265cd7a2595107d43af83995375b23aac89e2f528ec3a1bd39f9bf95c412e69230d9aa552e1d82fb5dc1b6e235dbe3bcc7a5763a35dc33968
 SHA512 
81f0351687e831f304d0a4a2be3684ebc2fcad8e696425beaaebd945c3ae048dd87a5f8614ec181ce47e0debb58a86c2c2e369f37d9ff7c7f5c1ded34206fd02

diff --git a/dev-tex/culmus-latex/culmus-latex-0.7.ebuild 
b/dev-tex/culmus-latex/culmus-latex-0.7.ebuild
deleted file mode 100644
index 622d8727ae0..000
--- a/dev-tex/culmus-latex/culmus-latex-0.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-inherit latex-package
-
-DESCRIPTION="Culmus fonts support for latex"
-HOMEPAGE="http://ivritex.sourceforge.net/;
-SRC_URI="mirror://sourceforge/ivritex/${P}_src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="examples"
-
-RDEPEND="virtual/latex-base"
-DEPEND="${RDEPEND}
-   >=media-fonts/culmus-0.110[fancy]
-   app-text/t1utils"
-
-src_compile() {
-   emake CULMUSDIR=/usr/share/fonts/culmus/ || die "failed to build fonts"
-   echo "Map culmus.map" > ${PN}.cfg
-}
-
-src_install() {
-   emake CULMUSDIR=/usr/share/fonts/culmus/ DESTDIR="${D}" 
TEXMFROOT=/usr/share/texmf-site pkginstall || die "failed to install"
-   insinto /etc/texmf/updmap.d
-   doins ${PN}.cfg
-   dodoc README
-   if use examples ; then
-   insinto /usr/share/doc/${PF}/examples
-   doins examples/*
-   insinto /usr/share/doc/${PF}/examples/hiriq
-   doins examples/hiriq/*
-   fi
-}



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

2019-06-16 Thread Nick Sarnie
commit: 669b858d2e3268e027199e7dc30867f45ae8b3f6
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Jun 16 14:21:25 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jun 16 14:21:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669b858d

app-emulation/faudio: Drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/faudio/Manifest|  2 -
 app-emulation/faudio/faudio-19.01.ebuild | 95 
 app-emulation/faudio/faudio-19.02.ebuild | 95 
 3 files changed, 192 deletions(-)

diff --git a/app-emulation/faudio/Manifest b/app-emulation/faudio/Manifest
index e01739fb455..eb6ea01a4f4 100644
--- a/app-emulation/faudio/Manifest
+++ b/app-emulation/faudio/Manifest
@@ -1,4 +1,2 @@
-DIST FAudio-19.01.tar.gz 885398 BLAKE2B 
00b9c05cf67ed540a503937184d1c05faa957765c903473f94fddb0aa467efe79d90eb6f4fc88f61376849126104096e4b1204a6de6a31a74368cb991e8e44c0
 SHA512 
59447368eae94fc8a4bc1724a826bb4d8d53f65e4e5efa1f68fe0f7ea168f2c139e775975d93b26180b687cfb7419ec04bd2b285142a1fddb59e9575cc53e375
-DIST FAudio-19.02.tar.gz 885974 BLAKE2B 
f8b2402f4005125c583637482a595da9f1a05ffb8c2836498fa5abed1bdae17aa1f1c2c28eb58e0e311bc82f47d48bcb3c626801942f18ecac2eab46c5913e3b
 SHA512 
f3ea82aae5f90bbac286b8e72c1cb6a70e41fdf86f9c1043b465cb242f1232574e59e0ec724f3c317ed4c44a12d4dde87c8b1bc03832e1b011b4e61d9f70da39
 DIST FAudio-19.03.tar.gz 886621 BLAKE2B 
0cf0b60766d48472c72dc2aa9bbdb9a99db27836f38eccacb4be4bd98cf387b6009998018438e46835a9b9616d426b8a2c9f3c200b377bce2dc9bc18e42b0d37
 SHA512 
94e3e4f3f023879ef821d657e5a73ac25aab55c7be6a0afe77d75cabe644c9da083ae3c6a240b71af542da53a3eb34804e6a3193a0e619f89fcc20ff7d6ef095
 DIST FAudio-19.06.tar.gz 899089 BLAKE2B 
a59ad9613bcfa71e1fc8be1f2d389f56b8f96430c354b7c7148d1e1e084102b6d8559cd258f3ab6969a4ac93e55ea2397b18dc417857e9ee0f022ea0dae65c0e
 SHA512 
ba3ee18b47d8d85dc39e777c420522349f9873cf1528dd6c266f7254fe27cdb5bb6ab5bcbeab870938b509bfd006590d2380908b7d1e3fd679d2a434ce82eca6

diff --git a/app-emulation/faudio/faudio-19.01.ebuild 
b/app-emulation/faudio/faudio-19.01.ebuild
deleted file mode 100644
index 295da563249..000
--- a/app-emulation/faudio/faudio-19.01.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# shellcheck disable=SC2034
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-
-inherit cmake-multilib virtualx
-
-FAUDIO_PN="FAudio"
-FAUDIO_PV="${PV}"
-FAUDIO_P="${FAUDIO_PN}-${FAUDIO_PV}"
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/FNA-XNA/${FAUDIO_PN}.git;
-else
-   
SRC_URI="https://github.com/FNA-XNA/${FAUDIO_PN}/archive/${FAUDIO_PV}.tar.gz -> 
${FAUDIO_P}.tar.gz"
-   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
-   S="${WORKDIR}/${FAUDIO_P}"
-fi
-
-DESCRIPTION="FAudio - Accuracy-focused XAudio reimplementation for open 
platforms"
-HOMEPAGE="https://fna-xna.github.io/;
-LICENSE="ZLIB"
-SLOT="0"
-
-IUSE="+abi_x86_32 +abi_x86_64 debug ffmpeg xnasong test utils"
-REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
-
-COMMON_DEPEND="
-   >=media-libs/libsdl2-2.0.9[sound,${MULTILIB_USEDEP}]
-   ffmpeg? ( media-video/ffmpeg:=[${MULTILIB_USEDEP}] )
-"
-RDEPEND="${COMMON_DEPEND}
-"
-DEPEND="${COMMON_DEPEND}
-"
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   "-DCMAKE_INSTALL_BINDIR=bin"
-   "-DCMAKE_INSTALL_INCLUDEDIR=include/${FAUDIO_PN}"
-   "-DCMAKE_INSTALL_LIBDIR=$(get_libdir)"
-   "-DCMAKE_INSTALL_PREFIX=${EPREFIX%/}/usr"
-   "-DCMAKE_BUILD_TYPE=$(usex debug Debug Release)"
-   "-DFORCE_ENABLE_DEBUGCONFIGURATION=$(usex debug ON OFF)"
-   "-DBUILD_TESTS=$(usex test ON OFF)"
-   "-DBUILD_UTILS=$(usex utils ON OFF)"
-   "-DFFMPEG=$(usex ffmpeg ON OFF)"
-   "-DXNASONG=$(usex xnasong ON OFF)"
-   )
-   if use ffmpeg; then
-   mycmakeargs+=( 
"-DFFmpeg_LIBRARY_DIRS=${PREFIX%/}/usr/$(get_libdir)"  )
-   fi
-   cmake-utils_src_configure
-}
-
-src_configure() {
-   cmake-multilib_src_configure
-}
-
-multilib_src_compile() {
-   cmake-utils_src_make
-   emake -C "${BUILD_DIR}" all
-}
-
-multilib_src_install() {
-   # FIXME: do we want to install the FAudio tools?
-   cmake-utils_src_install
-
-   sed -e "s/%LIB%/$(get_libdir)/g" "${FILESDIR}/faudio.pc" \
-   > "${T}/faudio.pc" \
-   || die "sed failed"
-   insinto "/usr/$(get_libdir)/pkgconfig"
-   doins "${T}/faudio.pc"
-
-   if use test; then
-   mkdir -p "${T}/$(get_libdir)"
-   cp "${BUILD_DIR}/faudio_tests" "${T}/$(get_libdir)/" || die "cp 
failed"
-   fi
-}
-
-faudio_test() {
-   XDG_RUNTIME_DIR="/run/user/0" virtx "${T}/$(get_libdir)/faudio_tests"
-}
-

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

2019-06-16 Thread Nick Sarnie
commit: 5eaf87fb67ea8944c3eb5c21c0343d9d72317d13
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Jun 16 14:20:33 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jun 16 14:21:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eaf87fb

app-emulation/faudio: Sync with ::wine

Bump to 19.06

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/faudio/Manifest|  1 +
 app-emulation/faudio/faudio-19.06.ebuild | 95 
 2 files changed, 96 insertions(+)

diff --git a/app-emulation/faudio/Manifest b/app-emulation/faudio/Manifest
index 4a77183577f..e01739fb455 100644
--- a/app-emulation/faudio/Manifest
+++ b/app-emulation/faudio/Manifest
@@ -1,3 +1,4 @@
 DIST FAudio-19.01.tar.gz 885398 BLAKE2B 
00b9c05cf67ed540a503937184d1c05faa957765c903473f94fddb0aa467efe79d90eb6f4fc88f61376849126104096e4b1204a6de6a31a74368cb991e8e44c0
 SHA512 
59447368eae94fc8a4bc1724a826bb4d8d53f65e4e5efa1f68fe0f7ea168f2c139e775975d93b26180b687cfb7419ec04bd2b285142a1fddb59e9575cc53e375
 DIST FAudio-19.02.tar.gz 885974 BLAKE2B 
f8b2402f4005125c583637482a595da9f1a05ffb8c2836498fa5abed1bdae17aa1f1c2c28eb58e0e311bc82f47d48bcb3c626801942f18ecac2eab46c5913e3b
 SHA512 
f3ea82aae5f90bbac286b8e72c1cb6a70e41fdf86f9c1043b465cb242f1232574e59e0ec724f3c317ed4c44a12d4dde87c8b1bc03832e1b011b4e61d9f70da39
 DIST FAudio-19.03.tar.gz 886621 BLAKE2B 
0cf0b60766d48472c72dc2aa9bbdb9a99db27836f38eccacb4be4bd98cf387b6009998018438e46835a9b9616d426b8a2c9f3c200b377bce2dc9bc18e42b0d37
 SHA512 
94e3e4f3f023879ef821d657e5a73ac25aab55c7be6a0afe77d75cabe644c9da083ae3c6a240b71af542da53a3eb34804e6a3193a0e619f89fcc20ff7d6ef095
+DIST FAudio-19.06.tar.gz 899089 BLAKE2B 
a59ad9613bcfa71e1fc8be1f2d389f56b8f96430c354b7c7148d1e1e084102b6d8559cd258f3ab6969a4ac93e55ea2397b18dc417857e9ee0f022ea0dae65c0e
 SHA512 
ba3ee18b47d8d85dc39e777c420522349f9873cf1528dd6c266f7254fe27cdb5bb6ab5bcbeab870938b509bfd006590d2380908b7d1e3fd679d2a434ce82eca6

diff --git a/app-emulation/faudio/faudio-19.06.ebuild 
b/app-emulation/faudio/faudio-19.06.ebuild
new file mode 100644
index 000..295da563249
--- /dev/null
+++ b/app-emulation/faudio/faudio-19.06.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# shellcheck disable=SC2034
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+
+inherit cmake-multilib virtualx
+
+FAUDIO_PN="FAudio"
+FAUDIO_PV="${PV}"
+FAUDIO_P="${FAUDIO_PN}-${FAUDIO_PV}"
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/FNA-XNA/${FAUDIO_PN}.git;
+else
+   
SRC_URI="https://github.com/FNA-XNA/${FAUDIO_PN}/archive/${FAUDIO_PV}.tar.gz -> 
${FAUDIO_P}.tar.gz"
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+   S="${WORKDIR}/${FAUDIO_P}"
+fi
+
+DESCRIPTION="FAudio - Accuracy-focused XAudio reimplementation for open 
platforms"
+HOMEPAGE="https://fna-xna.github.io/;
+LICENSE="ZLIB"
+SLOT="0"
+
+IUSE="+abi_x86_32 +abi_x86_64 debug ffmpeg xnasong test utils"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
+
+COMMON_DEPEND="
+   >=media-libs/libsdl2-2.0.9[sound,${MULTILIB_USEDEP}]
+   ffmpeg? ( media-video/ffmpeg:=[${MULTILIB_USEDEP}] )
+"
+RDEPEND="${COMMON_DEPEND}
+"
+DEPEND="${COMMON_DEPEND}
+"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   "-DCMAKE_INSTALL_BINDIR=bin"
+   "-DCMAKE_INSTALL_INCLUDEDIR=include/${FAUDIO_PN}"
+   "-DCMAKE_INSTALL_LIBDIR=$(get_libdir)"
+   "-DCMAKE_INSTALL_PREFIX=${EPREFIX%/}/usr"
+   "-DCMAKE_BUILD_TYPE=$(usex debug Debug Release)"
+   "-DFORCE_ENABLE_DEBUGCONFIGURATION=$(usex debug ON OFF)"
+   "-DBUILD_TESTS=$(usex test ON OFF)"
+   "-DBUILD_UTILS=$(usex utils ON OFF)"
+   "-DFFMPEG=$(usex ffmpeg ON OFF)"
+   "-DXNASONG=$(usex xnasong ON OFF)"
+   )
+   if use ffmpeg; then
+   mycmakeargs+=( 
"-DFFmpeg_LIBRARY_DIRS=${PREFIX%/}/usr/$(get_libdir)"  )
+   fi
+   cmake-utils_src_configure
+}
+
+src_configure() {
+   cmake-multilib_src_configure
+}
+
+multilib_src_compile() {
+   cmake-utils_src_make
+   emake -C "${BUILD_DIR}" all
+}
+
+multilib_src_install() {
+   # FIXME: do we want to install the FAudio tools?
+   cmake-utils_src_install
+
+   sed -e "s/%LIB%/$(get_libdir)/g" "${FILESDIR}/faudio.pc" \
+   > "${T}/faudio.pc" \
+   || die "sed failed"
+   insinto "/usr/$(get_libdir)/pkgconfig"
+   doins "${T}/faudio.pc"
+
+   if use test; then
+   mkdir -p "${T}/$(get_libdir)"
+   cp "${BUILD_DIR}/faudio_tests" "${T}/$(get_libdir)/" || die "cp 
failed"
+   fi
+}
+
+faudio_test() {
+   XDG_RUNTIME_DIR="/run/user/0" virtx "${T}/$(get_libdir)/faudio_tests"
+}
+
+pkg_postinst() {
+   use test || return
+
+   # FIXME: FAudio 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/faudio/

2019-06-16 Thread Nick Sarnie
commit: 010d5c5416a7799ab16a2529393bf87267f92d39
Author: Maxime Lombard  gmail  com>
AuthorDate: Sun Jun 16 14:17:25 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jun 16 14:18:26 2019 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=010d5c54

app-emulation/faudio: Bump to 19.06

Fixes: https://bugs.gentoo.org/688148
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/faudio/Manifest|  1 +
 app-emulation/faudio/faudio-19.06.ebuild | 95 
 2 files changed, 96 insertions(+)

diff --git a/app-emulation/faudio/Manifest b/app-emulation/faudio/Manifest
index 4a77183..e01739f 100644
--- a/app-emulation/faudio/Manifest
+++ b/app-emulation/faudio/Manifest
@@ -1,3 +1,4 @@
 DIST FAudio-19.01.tar.gz 885398 BLAKE2B 
00b9c05cf67ed540a503937184d1c05faa957765c903473f94fddb0aa467efe79d90eb6f4fc88f61376849126104096e4b1204a6de6a31a74368cb991e8e44c0
 SHA512 
59447368eae94fc8a4bc1724a826bb4d8d53f65e4e5efa1f68fe0f7ea168f2c139e775975d93b26180b687cfb7419ec04bd2b285142a1fddb59e9575cc53e375
 DIST FAudio-19.02.tar.gz 885974 BLAKE2B 
f8b2402f4005125c583637482a595da9f1a05ffb8c2836498fa5abed1bdae17aa1f1c2c28eb58e0e311bc82f47d48bcb3c626801942f18ecac2eab46c5913e3b
 SHA512 
f3ea82aae5f90bbac286b8e72c1cb6a70e41fdf86f9c1043b465cb242f1232574e59e0ec724f3c317ed4c44a12d4dde87c8b1bc03832e1b011b4e61d9f70da39
 DIST FAudio-19.03.tar.gz 886621 BLAKE2B 
0cf0b60766d48472c72dc2aa9bbdb9a99db27836f38eccacb4be4bd98cf387b6009998018438e46835a9b9616d426b8a2c9f3c200b377bce2dc9bc18e42b0d37
 SHA512 
94e3e4f3f023879ef821d657e5a73ac25aab55c7be6a0afe77d75cabe644c9da083ae3c6a240b71af542da53a3eb34804e6a3193a0e619f89fcc20ff7d6ef095
+DIST FAudio-19.06.tar.gz 899089 BLAKE2B 
a59ad9613bcfa71e1fc8be1f2d389f56b8f96430c354b7c7148d1e1e084102b6d8559cd258f3ab6969a4ac93e55ea2397b18dc417857e9ee0f022ea0dae65c0e
 SHA512 
ba3ee18b47d8d85dc39e777c420522349f9873cf1528dd6c266f7254fe27cdb5bb6ab5bcbeab870938b509bfd006590d2380908b7d1e3fd679d2a434ce82eca6

diff --git a/app-emulation/faudio/faudio-19.06.ebuild 
b/app-emulation/faudio/faudio-19.06.ebuild
new file mode 100644
index 000..295da56
--- /dev/null
+++ b/app-emulation/faudio/faudio-19.06.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# shellcheck disable=SC2034
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+
+inherit cmake-multilib virtualx
+
+FAUDIO_PN="FAudio"
+FAUDIO_PV="${PV}"
+FAUDIO_P="${FAUDIO_PN}-${FAUDIO_PV}"
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/FNA-XNA/${FAUDIO_PN}.git;
+else
+   
SRC_URI="https://github.com/FNA-XNA/${FAUDIO_PN}/archive/${FAUDIO_PV}.tar.gz -> 
${FAUDIO_P}.tar.gz"
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+   S="${WORKDIR}/${FAUDIO_P}"
+fi
+
+DESCRIPTION="FAudio - Accuracy-focused XAudio reimplementation for open 
platforms"
+HOMEPAGE="https://fna-xna.github.io/;
+LICENSE="ZLIB"
+SLOT="0"
+
+IUSE="+abi_x86_32 +abi_x86_64 debug ffmpeg xnasong test utils"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
+
+COMMON_DEPEND="
+   >=media-libs/libsdl2-2.0.9[sound,${MULTILIB_USEDEP}]
+   ffmpeg? ( media-video/ffmpeg:=[${MULTILIB_USEDEP}] )
+"
+RDEPEND="${COMMON_DEPEND}
+"
+DEPEND="${COMMON_DEPEND}
+"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   "-DCMAKE_INSTALL_BINDIR=bin"
+   "-DCMAKE_INSTALL_INCLUDEDIR=include/${FAUDIO_PN}"
+   "-DCMAKE_INSTALL_LIBDIR=$(get_libdir)"
+   "-DCMAKE_INSTALL_PREFIX=${EPREFIX%/}/usr"
+   "-DCMAKE_BUILD_TYPE=$(usex debug Debug Release)"
+   "-DFORCE_ENABLE_DEBUGCONFIGURATION=$(usex debug ON OFF)"
+   "-DBUILD_TESTS=$(usex test ON OFF)"
+   "-DBUILD_UTILS=$(usex utils ON OFF)"
+   "-DFFMPEG=$(usex ffmpeg ON OFF)"
+   "-DXNASONG=$(usex xnasong ON OFF)"
+   )
+   if use ffmpeg; then
+   mycmakeargs+=( 
"-DFFmpeg_LIBRARY_DIRS=${PREFIX%/}/usr/$(get_libdir)"  )
+   fi
+   cmake-utils_src_configure
+}
+
+src_configure() {
+   cmake-multilib_src_configure
+}
+
+multilib_src_compile() {
+   cmake-utils_src_make
+   emake -C "${BUILD_DIR}" all
+}
+
+multilib_src_install() {
+   # FIXME: do we want to install the FAudio tools?
+   cmake-utils_src_install
+
+   sed -e "s/%LIB%/$(get_libdir)/g" "${FILESDIR}/faudio.pc" \
+   > "${T}/faudio.pc" \
+   || die "sed failed"
+   insinto "/usr/$(get_libdir)/pkgconfig"
+   doins "${T}/faudio.pc"
+
+   if use test; then
+   mkdir -p "${T}/$(get_libdir)"
+   cp "${BUILD_DIR}/faudio_tests" "${T}/$(get_libdir)/" || die "cp 
failed"
+   fi
+}
+
+faudio_test() {
+   XDG_RUNTIME_DIR="/run/user/0" virtx "${T}/$(get_libdir)/faudio_tests"
+}
+
+pkg_postinst() {
+   use test || return
+
+   # FIXME: 

[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2019-06-16 Thread Jory Pratt
commit: 4c2270e658bc8a8469cb4794bfd2494e969b6e51
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Jun 16 14:11:27 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Jun 16 14:11:27 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=4c2270e6

www-client/firefox: Version bump 68.0b10

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jory Pratt  gentoo.org>

 www-client/firefox/Manifest   | 4 ++--
 .../firefox/{firefox-68.0_beta9.ebuild => firefox-68.0_beta10.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 372396b..93d13b3 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,2 +1,2 @@
-DIST firefox-68.0-patches-06.tar.xz 14904 BLAKE2B 
372bcab0775d80a9372aa2c0e5f56389607c6e1299ff2cae64f44c2d136c626146276dfdfb84fddadb2446cb696b51af203b9d25066f0d48917222c9fee3b992
 SHA512 
9a4c4088df2b232fba8db857a754d930bf92a8d394a7b9750aad3752b57307fd6ba5b3ac64ec214278a216f575a593dc435d5da78c759fc23a4c3a918aa09463
-DIST firefox-68.0b9.source.tar.xz 29556 BLAKE2B 
a00aaf8ccea28604712c0cdc56b392b73f997376a8b03e97424b0a2579e5679ae959ae9d7aa8e31803388a62fe528ad861c3d47ac3ea5a04f84e2bf7af3ebb72
 SHA512 
56ea2691d36ce927dc12e11e703db9a6e54140eb8647e3c076e723539ea1cb65e50339c90d86e03cd031b59dd355355b6322690b8c7d9cb4f9d81e880930
+DIST firefox-68.0-patches-07.tar.xz 13992 BLAKE2B 
42fa145aabc84f564f59c66b48b9e3d1c11acd74d33ace5966ea8e3bdd9dc7025acf58520b7808f714e2fed92a39eecc1259dda414637a5b048d3903f7b4a273
 SHA512 
5753046923b225843545c2ae737ce06cd546228c44a9e78d86332233175b127df507cdadc93f7404def8405e385108bbddbb622fb0ae90dbcd46078242b5148e
+DIST firefox-68.0b10.source.tar.xz 296957808 BLAKE2B 
5b166fe8eee27ccbf17d4854ec61cdae28c6b97bfac074a6bbe012ced2882f13fbc09cb9b64b81a15a0f68de61c8ef7433fad23e0fb3472a45449deab4077c6b
 SHA512 
af785811f73cccbee65123769f570817be938cf4004fae0e0e8224f9a19bb0497ef117f7f3bbabd2c79d83a90ca802ee35b48c252cbb2b46ba71c135f09e75ff

diff --git a/www-client/firefox/firefox-68.0_beta9.ebuild 
b/www-client/firefox/firefox-68.0_beta10.ebuild
similarity index 99%
rename from www-client/firefox/firefox-68.0_beta9.ebuild
rename to www-client/firefox/firefox-68.0_beta10.ebuild
index b7ba982..99108fa 100644
--- a/www-client/firefox/firefox-68.0_beta9.ebuild
+++ b/www-client/firefox/firefox-68.0_beta10.ebuild
@@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then
 fi
 
 # Patch version
-PATCH="${PN}-68.0-patches-06"
+PATCH="${PN}-68.0-patches-07"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases;
 MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/mimedefang/files/, mail-filter/mimedefang/

2019-06-16 Thread Andreas K. Hüttel
commit: fe699000ab8a8d1dfbab923acb8093f64558fb4f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun 16 14:08:12 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jun 16 14:08:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe699000

mail-filter/mimedefang: remove last-rited package, bug 629450

Bug: https://bugs.gentoo.org/629450
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 mail-filter/mimedefang/Manifest|   3 -
 .../mimedefang/files/mimedefang-2.72-ldflags.patch |  38 --
 mail-filter/mimedefang/files/mimedefang.conf   | 131 -
 mail-filter/mimedefang/files/mimedefang.init   | 102 
 mail-filter/mimedefang/metadata.xml|   9 --
 mail-filter/mimedefang/mimedefang-2.73.ebuild  |  64 --
 mail-filter/mimedefang/mimedefang-2.74.ebuild  |  62 --
 mail-filter/mimedefang/mimedefang-2.75.ebuild  |  62 --
 8 files changed, 471 deletions(-)

diff --git a/mail-filter/mimedefang/Manifest b/mail-filter/mimedefang/Manifest
deleted file mode 100644
index c3246e65d14..000
--- a/mail-filter/mimedefang/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST mimedefang-2.73.tar.gz 356601 BLAKE2B 
75d945f549e4e60c17c2de33de2bab27d93a62e150a60abcec5f45aeab7fc0c37cbf9875f088bf4d07a399ac305e08ff1bda43b6f440fc648233939ec8e2aa5e
 SHA512 
c20ee35235107342d4bce5a95cca01fc6c45365bf270b11c2bfe44a614ec39bcdd2a7b71836a092d6df88519194dbb3e93e293144b740e95e9846ebe0302cf5e
-DIST mimedefang-2.74.tar.gz 362500 BLAKE2B 
745536aeb511f8025e738443b18b2922666af417ed8c6ac0a62096ef8c1b01b532dfad4984bae18b33fecc890bd264695190cb44a10ffd6f7df33c0a89b1b9a9
 SHA512 
0168c4e664fcd2df7f08e4f7d110114d907f8f37d50986c89b33f5a575c87291574d0b5dff0197fb5666281f4fe1b67a61e8719a470bd01c5b7f2fc354f066b4
-DIST mimedefang-2.75.tar.gz 363535 BLAKE2B 
7ede4ca1c2797630672adc00f7cfc8dd1daa0a2756b6c8fe24c4b6bce382fe713a21be90ef6b5f0cedfa4c1f46109b4011ccf6f862f2f3b7ea1cf29b656393b6
 SHA512 
a8b5c83116d973ea8971df8682d4ba26a37a47fd58cf740eecc1b70aa68a8aa765f7fa2415542d54f147990310b68e64d1e949d3b988cee24c4c2c5194123d98

diff --git a/mail-filter/mimedefang/files/mimedefang-2.72-ldflags.patch 
b/mail-filter/mimedefang/files/mimedefang-2.72-ldflags.patch
deleted file mode 100644
index 998b3183e66..000
--- a/mail-filter/mimedefang/files/mimedefang-2.72-ldflags.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 mimedefang-2.72/Makefile.in.orig
-+++ mimedefang-2.72/Makefile.in
-@@ -52,7 +52,7 @@
- all: mimedefang mimedefang-multiplexor md-mx-ctrl pod2man
- 
- mimedefang-multiplexor: mimedefang-multiplexor.o event.o event_tcp.o 
drop_privs_nothread.o notifier.o syslog-fac.o utils.o $(EMBPERLOBJS)
--  $(CC) $(CFLAGS) -o mimedefang-multiplexor mimedefang-multiplexor.o 
event.o event_tcp.o drop_privs_nothread.o syslog-fac.o notifier.o utils.o 
$(EMBPERLOBJS) $(LIBS_WITHOUT_PTHREAD) $(EMBPERLLDFLAGS) $(EMBPERLLIBS)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o mimedefang-multiplexor 
mimedefang-multiplexor.o event.o event_tcp.o drop_privs_nothread.o syslog-fac.o 
notifier.o utils.o $(EMBPERLOBJS) $(LIBS_WITHOUT_PTHREAD) $(EMBPERLLDFLAGS) 
$(EMBPERLLIBS)
- 
- embperl.o: embperl.c
-   $(CC) $(CFLAGS) $(EMBPERLCFLAGS) $(PTHREAD_FLAG) $(DEFS) $(MINCLUDE) -c 
-o embperl.o $(srcdir)/embperl.c
-@@ -67,7 +67,7 @@
-   $(CC) $(CFLAGS) $(EMBPERLCFLAGS) $(PTHREAD_FLAG) $(DEFS) $(MINCLUDE) -c 
-o test-embed-perl.o $(srcdir)/test-embed-perl.c
- 
- te: test-embed-perl.o
--  $(CC) $(CFLAGS) -o te test-embed-perl.o $(LIBS_WITHOUT_PTHREAD) 
$(EMBPERLLDFLAGS) $(EMBPERLLIBS)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o te test-embed-perl.o 
$(LIBS_WITHOUT_PTHREAD) $(EMBPERLLDFLAGS) $(EMBPERLLIBS)
- rm_r.o: rm_r.c
-   $(CC) $(CFLAGS) $(PTHREAD_FLAG) $(DEFS) $(MINCLUDE) -c -o rm_r.o 
$(srcdir)/rm_r.c
- 
-@@ -75,7 +75,7 @@
-   $(CC) $(CFLAGS) $(PTHREAD_FLAG) $(DEFS) $(MINCLUDE) -c -o syslog-fac.o 
$(srcdir)/syslog-fac.c
- 
- md-mx-ctrl: md-mx-ctrl.o
--  $(CC) $(CFLAGS) -o md-mx-ctrl md-mx-ctrl.o $(LIBS_WITHOUT_PTHREAD)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o md-mx-ctrl md-mx-ctrl.o 
$(LIBS_WITHOUT_PTHREAD)
- 
- md-mx-ctrl.o: md-mx-ctrl.c
-   $(CC) $(CFLAGS) $(DEFS) $(MINCLUDE) -c -o md-mx-ctrl.o 
$(srcdir)/md-mx-ctrl.c
-@@ -99,7 +99,7 @@
-   $(CC) $(CFLAGS) $(DEFS) $(MINCLUDE) -c -o mimedefang-multiplexor.o 
$(srcdir)/mimedefang-multiplexor.c
- 
- mimedefang: mimedefang.o drop_privs_threaded.o utils.o rm_r.o syslog-fac.o 
dynbuf.o milter_cap.o gen_id.o
--  $(CC) $(CFLAGS) $(PTHREAD_FLAG) -o mimedefang mimedefang.o 
drop_privs_threaded.o utils.o rm_r.o syslog-fac.o dynbuf.o milter_cap.o 
gen_id.o $(LDFLAGS) -lmilter $(LIBS)
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(PTHREAD_FLAG) -o mimedefang mimedefang.o 
drop_privs_threaded.o utils.o rm_r.o syslog-fac.o dynbuf.o milter_cap.o 
gen_id.o $(LDFLAGS) -lmilter $(LIBS)
- 
- mimedefang.o: mimedefang.c mimedefang.h
-   $(CC) $(CFLAGS) $(PTHREAD_FLAG) $(DEFS) 

[gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser/files/, media-tv/tvbrowser/

2019-06-16 Thread Andreas K. Hüttel
commit: d8a512eef79af5ec5847688addd4871a6ed8e84b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun 16 14:04:36 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jun 16 14:06:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a512ee

media-tv/tvbrowser: Remove last-rited package, bug 581720

Closes: https://bugs.gentoo.org/581720
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-tv/tvbrowser/Manifest|  51 --
 media-tv/tvbrowser/files/3.4.1.0-build.xml.patch   | 109 ---
 .../files/3.4.1.0-remove-registrykey.patch | 150 
 media-tv/tvbrowser/files/3.4.3-build.xml.patch | 109 ---
 .../tvbrowser/files/3.4.3-remove-registrykey.patch | 150 
 media-tv/tvbrowser/files/tvbrowser--build.xml  | 965 -
 media-tv/tvbrowser/metadata.xml|  14 -
 media-tv/tvbrowser/tvbrowser-3.4.1.0-r1.ebuild |  96 --
 media-tv/tvbrowser/tvbrowser-3.4.3.ebuild  | 101 ---
 media-tv/tvbrowser/tvbrowser--r1.ebuild| 173 
 10 files changed, 1918 deletions(-)

diff --git a/media-tv/tvbrowser/Manifest b/media-tv/tvbrowser/Manifest
deleted file mode 100644
index 1c83227f8e9..000
--- a/media-tv/tvbrowser/Manifest
+++ /dev/null
@@ -1,51 +0,0 @@
-DIST BeOSthemepack.zip 39412 BLAKE2B 
1b48e79f74ccdd673231056302c5b5ead1fbd4d9c311b6174ef89c87c9a4750b969698ca6d2c068966d274e4b8ff3297f2ffc0b26f024e7552f289ee123c2eb5
 SHA512 
479d9180cf8678cb555a86ecc80d19f0f615f7c2f5807acf550d117cfda44155ca80315f51f67c17799b71f9768e9988919d23bfd38abce0887195f30ecb97c3
-DIST amarachthemepack.zip 53700 BLAKE2B 
79fbcbfe2e57085eb29ce485a4c9fa2b74fc2542db86fcfc0d6774aa0f389d55454f678d8e2e794e89eb73ab6ac36264a06f006f55302403abdbc21f15a6144d
 SHA512 
da0a082dea2abccec47137ef1db54a57b1becfbf0fc1b99fe41c0f60c254f1963dfde032bd622d034a3abde4ead1c2aa00f3ea2d872859ad384168ebe8fd1c52
-DIST aquathemepack.zip 90542 BLAKE2B 
2fa19371d522b8bbe75daadf26cc32691b3894aea38ed141f087bbb513f8584fc9cc07729dc100857cfbba8eb11799ac97d799bd6177a8250805cde2c13b42fa
 SHA512 
f73c60c0273f796487d04adbc9e6e535a6117f07154b48ad0d41725b50674762fa14b340cf3869167e8eac6f28ddb2e7b0133a0f5ab8fdf548fb7d6419ac9ceb
-DIST architectBluethemepack.zip 52161 BLAKE2B 
26ae4f411647f6973d79b2e7ff4e489d642ac12d5c268c86be8e639849a10fe7fe6b1fb82da78d049c47615248c27b6bd59abc9974fbd4ab2290caa2ba8f226c
 SHA512 
67cff378b8b6eb033e61d8b1c1dc689316e4fe80233d7b2f40a1579bd8ae5b04de2797cbdfb2083bf4922594ffa2955ea0f920a9346e0ffc2dbc659cf864e408
-DIST architectOlivethemepack.zip 52265 BLAKE2B 
7cff31d02dbad7bb8c1cc6a5b3eda9b500774b5718a4e60449660c126e3df0da06f6fe8e9fa39c5ff0bc36a75932ff5be4a0fbffbdeb019bb5236c67aab7e8d4
 SHA512 
b2dd6cfa4ff0e45e663bb672cb53e58aa954f86b639f761df128c4fdaf9f37d5e9ff2b3f58b3aebe6c763943b69ec56fedda33ce342fe575c4e1ce5e2d6293f7
-DIST b0sumiErgothempack.zip 54621 BLAKE2B 
3841807257d1dc7dd16b13c9ce79d3382e0d8945a916004921b60827ddd214d9bdd93fe62468b0d5f15ca75b8d988af7544564c74057acdd61f0362a82cac3a0
 SHA512 
6caf37070e214b5ebad3c18f6bf743f04d66b97334f154b698e9e502f56c459c7cf3dbc2101fba61312ca28e35712c0dd27ec64631cb8863b34f9228521955c9
-DIST b0sumithemepack.zip 53817 BLAKE2B 
c70c756853ec596a8e004488584f57e598cae4869a09e886e86d58ddf433ce0568dcd5d2c63f3f7b50bf67aed91e5e14bdc6b7554cb248d0d7e0a200b112c366
 SHA512 
77fca69c714e4f1966ec6a893e1ca990108bd2e967e4ab762445de8c57f6436d83d762c43fbae3d46a5631ced1166a74f4b67742a61b75b65d1f22e18c03360e
-DIST bbjthemepack.zip 63397 BLAKE2B 
af153e94e1ef907a3c56bedbf845cd797e70d812862e16a2818a0ee89c62fdbc261b391d92f92af0c08e45645efc895980033f4a2b36e07509040ef2371d134f
 SHA512 
619787c2449bbecea496565e15ed49d7ca65b7d8a9a0122300c5f397ab921431e495cb7256166a908b82dc48f17dc3c4bfd559805c5c4325fa074c86ac3fac4c
-DIST beigeazulthemepack.zip 81543 BLAKE2B 
22482c118751b2f4c1b51054c5ee489567591f34fb67de7bb6b39146b7966a327bdb664570e8807ef89c5459fbeb9b2e80d5d54795a3961f09da18d0db22d54f
 SHA512 
7bf5529766f6ff19a8ce2c5ff6e2782d1deead8595efbc6b88a79fd8fa0be8f64e8e023d7997c1d0d8554beccde82e09c118e98bd3532faf63fa3466a15de392
-DIST beosthemepack.zip 22851 BLAKE2B 
637585730aa33fac29ae01664f60615479e3692aeb4343be9d19c2f553ef195ca151f451ca862ec3110cc75bab17b26bb61dbd5f95cec08d85fa3347cfd94ab9
 SHA512 
f1e49fa793e067c19d25576a4a4b1d18f6d78f7a5377da40c87d1d4829aa185581b75cda533e0bafd49db53f8f41e165be3145eabe4afac23503b42a42a593ff
-DIST blueMetalthemepack.zip 67613 BLAKE2B 
bf2edb5b0feb94f62a4f9058bf6e42ec31e6e9e52a166ffdf7136699390e79a8f82141eea000a67ec93b4b7b54331c5df10e7c9c94296a8053b3370c7732b9d2
 SHA512 
7b471a6debdb1fe42a4c005c768d2fa534ecf9f292f2ccce5f4e4d1968ccc57299e28e7f3ae9fcfecf032e924e0f3fd5186637d4676bebb80eea29170b5fc6f5
-DIST blueTurquesathemepack.zip 62676 BLAKE2B 
c3e3e4999ae4c53693e7adc14fd2bc108b44812847995cfe2f3dfc61cc3a0bca4466c703857b1d4b2c7b3cafb33975e2d87eb74b93984fbfd3c4850cfd063d29
 SHA512 

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

2019-06-16 Thread Louis Sautier
commit: f70923983bf75ea5175942f34d9825a2193dc846
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Jun 16 14:01:53 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Jun 16 14:03:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7092398

net-irc/znc: bump 1.7.4_rc1, fixes authenticated RCE CVE-2019-12816

Bug: https://bugs.gentoo.org/688152
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Louis Sautier  gentoo.org>

 net-irc/znc/Manifest |   1 +
 net-irc/znc/znc-1.7.4_rc1.ebuild | 182 +++
 2 files changed, 183 insertions(+)

diff --git a/net-irc/znc/Manifest b/net-irc/znc/Manifest
index 015aae3862b..c04a8449bb7 100644
--- a/net-irc/znc/Manifest
+++ b/net-irc/znc/Manifest
@@ -1,2 +1,3 @@
 DIST gtest-1.8.1.tar.gz 992298 BLAKE2B 
40ef3417fe424205c0617f07207347ce671ac87605f8ac9b8a333b0b06e3fbef9f556041ee324c18f957f3258ab9fe06704f31cdd038355fb7890180eb77ced1
 SHA512 
e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c4369d7
 DIST znc-1.7.3.tar.gz 2084575 BLAKE2B 
4d8f76abef8bf2c5f96d9bd04716cd2debae2b2fcd3b8688aa715af6ef09e60c2aac203c5c7b32d2f4d56730f30dbbe9abd5eeec4f07e7580900dcb1cd164530
 SHA512 
4cd63be2cb3bc1e3950f38984b128c6511bd1b9fc01a00d51cfcdc46826c2dedad120d6ed8e30d9c400909e33d39b2b14579fb40ee1e3508b7f3a07eff3a15d8
+DIST znc-1.7.4-rc1.tar.gz 2084722 BLAKE2B 
cdbc9a6713ecb1261275060b07bfdc16f9edd933bd7337f346c4c2bbf450f1810b5c82f382d31000d3b07fef145279adacf2bdd8518541dbe9ba3a9c4ab972f5
 SHA512 
49e45732db371159ada2678df1e494a0f4ae9c517f111672ab184e3c5ac60e354a63f7039167a7ca0ca09c300c33b9cc3f9dfc35ba3940f5a70efa35c0089911

diff --git a/net-irc/znc/znc-1.7.4_rc1.ebuild b/net-irc/znc/znc-1.7.4_rc1.ebuild
new file mode 100644
index 000..e2a032f9ea5
--- /dev/null
+++ b/net-irc/znc/znc-1.7.4_rc1.ebuild
@@ -0,0 +1,182 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit cmake-utils python-single-r1 readme.gentoo-r1 systemd user
+
+GTEST_VER="1.8.1"
+GTEST_URL="https://github.com/google/googletest/archive/${GTEST_VER}.tar.gz -> 
gtest-${GTEST_VER}.tar.gz"
+DESCRIPTION="An advanced IRC Bouncer"
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/znc/znc.git"}
+   SRC_URI=""
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-${MY_PV}
+   SRC_URI="
+   https://znc.in/releases/archive/${MY_P}.tar.gz
+   test? ( ${GTEST_URL} )
+   "
+   KEYWORDS="~amd64 ~arm ~x86"
+   S=${WORKDIR}/${MY_P}
+fi
+
+HOMEPAGE="https://znc.in;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+ipv6 +icu libressl nls perl python +ssl sasl tcl test +zlib"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} icu )"
+
+RDEPEND="
+   icu? ( dev-libs/icu:= )
+   nls? ( dev-libs/boost:=[nls] )
+   perl? ( >=dev-lang/perl-5.10:= )
+   python? ( ${PYTHON_DEPS} )
+   sasl? ( >=dev-libs/cyrus-sasl-2 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   tcl? ( dev-lang/tcl:0= )
+   zlib? ( sys-libs/zlib:0= )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   perl? ( >=dev-lang/swig-3.0.0 )
+   python? ( >=dev-lang/swig-3.0.0 )
+   test? ( dev-qt/qtnetwork:5 )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.7.1-inttest-dir.patch )
+
+pkg_setup() {
+   if use python; then
+   python-single-r1_pkg_setup
+   fi
+
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+   # The home directory was previously set to /dev/null
+   # This caused a bug with the systemd unit
+   # https://bugs.gentoo.org/521916
+   esethome ${PN} /var/lib/${PN}
+}
+
+src_prepare() {
+   # Let SWIG rebuild modperl/modpython to make user patching easier.
+   if [[ ${PV} != ** ]]; then
+   rm modules/modperl/generated.tar.gz || die
+   rm modules/modpython/generated.tar.gz || die
+   fi
+
+   sed -i -e "s|DZNC_BIN_DIR:path=|DZNC_BIN_DIR:path=${T}/inttest|" \
+   test/CMakeLists.txt || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWANT_SYSTEMD=yes  # Causes -DSYSTEMD_DIR to be used.
+   -DSYSTEMD_DIR="$(systemd_get_systemunitdir)"
+   -DWANT_ICU="$(usex icu)"
+   -DWANT_IPV6="$(usex ipv6)"
+   -DWANT_I18N="$(usex nls)"
+   -DWANT_PERL="$(usex perl)"
+   -DWANT_PYTHON="$(usex python)"
+   -DWANT_CYRUS="$(usex sasl)"
+   -DWANT_OPENSSL="$(usex ssl)"
+   -DWANT_TCL="$(usex tcl)"
+   -DWANT_ZLIB="$(usex zlib)"
+   )
+
+   if [[ ${PV} != 

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

2019-06-16 Thread Andreas K. Hüttel
commit: ab6eb940533ea83fb732b67466e1de6609533397
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun 16 13:51:01 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jun 16 13:51:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6eb940

app-office/libreoffice-bin: add missing dep

Closes: https://bugs.gentoo.org/687720
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild
index 5ce58420e2e..0bddd642e00 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-6.2.4.2.ebuild
@@ -97,6 +97,7 @@ COMMON_DEPEND="
app-text/mythes
>=dev-cpp/clucene-2.3.3.4-r2
=dev-cpp/libcmis-0.5*
+   dev-db/mariadb-connector-c
dev-db/unixODBC
dev-lang/perl
dev-libs/boost:=[nls]



[gentoo-commits] repo/gentoo:master commit in: profiles/, x11-libs/gtef/

2019-06-16 Thread Mart Raudsepp
commit: 1d794480130f4a07f0f767d582b0d432a53f03b1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun 16 13:02:29 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun 16 13:02:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d794480

x11-libs/gtef: remove last-rited package

Closes: https://bugs.gentoo.org/686222
Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/package.mask   |  5 
 x11-libs/gtef/Manifest  |  1 -
 x11-libs/gtef/gtef-2.0.1.ebuild | 56 -
 x11-libs/gtef/metadata.xml  |  8 --
 4 files changed, 70 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a72dfaceac5..9c6cd00df90 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -141,11 +141,6 @@ net-proxy/nylon
 dev-libs/beecrypt
  (18 May 2019)
-# Old name and SLOT for gui-libs/tepl, which is now used instead.
-# Masked for removal in 15 days. Bug #686222
-x11-libs/gtef
-
 # Hans de Graaff  (18 May 2019)
 # Old, ruby24-only, slots of ruby packages without any reverse
 # dependencies. Use the newer slot version instead.

diff --git a/x11-libs/gtef/Manifest b/x11-libs/gtef/Manifest
deleted file mode 100644
index a4d75f9ded4..000
--- a/x11-libs/gtef/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtef-2.0.1.tar.xz 429800 BLAKE2B 
a76484bded4355a4bf263dfb2552fd498b10d623441d14732e61d76395f28cba3ae1998bc3ddd3fae17c39e73d1301487c90dbedb8d7cddccf8ffbcbab138fda
 SHA512 
51cec42405f41c8d3d311811f3a9f6c67ca2a6a87cb305f9becc14694683ed427bf14797d8c997f17d4a05b3048d91cb5ebde81d0db4d11048e8978ecb7e64e1

diff --git a/x11-libs/gtef/gtef-2.0.1.ebuild b/x11-libs/gtef/gtef-2.0.1.ebuild
deleted file mode 100644
index b051d666a8d..000
--- a/x11-libs/gtef/gtef-2.0.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
-HOMEPAGE="https://wiki.gnome.org/Projects/Gtef;
-
-LICENSE="LGPL-2.1+"
-SLOT="2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+introspection test vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   >=dev-libs/glib-2.52:2
-   >=x11-libs/gtk+-3.20:3
-   >=x11-libs/gtksourceview-3.22:3.0
-   >=dev-libs/libxml2-2.5:2
-   app-i18n/uchardet
-   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-DEPEND="${DEPEND}
-   test? ( dev-util/valgrind )
-   vala? ( $(vala_depend) )
-   >=sys-devel/gettext-0.19.4
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.25
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # requires running gvfs-metadata
-   sed -e 's:\(g_test_add_func.*/file/load_save_metadata_sync.*\):/*\1*/:' 
\
-   -e 
's:\(g_test_add_func.*/file/load_save_metadata_async.*\):/*\1*/:' \
-   -e 's:\(g_test_add_func.*/file/set_without_load.*\):/*\1*/:' \
-   -i testsuite/test-file-metadata.c || die
-
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-gvfs-metadata \
-   $(use_enable introspection) \
-   $(use_enable vala) \
-   $(use_enable test valgrind)
-}
-
-src_test() {
-   virtx emake check
-}

diff --git a/x11-libs/gtef/metadata.xml b/x11-libs/gtef/metadata.xml
deleted file mode 100644
index 996e7cacd21..000
--- a/x11-libs/gtef/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
-



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

2019-06-16 Thread Mart Raudsepp
commit: 2da9acb267c47dde5edf65caf6cdd84c1d6d975b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun 16 12:43:23 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun 16 12:43:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da9acb2

net-libs/libsoup: remove unnecessary python build dep

Python isn't used during build since the port to libpsl for TLDs,
as tld-parser.py is gone with that work. It is only potentially
used with meson build for the apache tests, but we don't use meson
yet (it's deemed experimental port still in 2.64) and we disable
those tests as well. If with meson port it's needed again
explicitly, it'd be behind test USE (though meson itself is python).

Closes: https://bugs.gentoo.org/683940
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/libsoup/libsoup-2.64.2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-libs/libsoup/libsoup-2.64.2.ebuild 
b/net-libs/libsoup/libsoup-2.64.2.ebuild
index cbd439f73b9..92eb098a8c5 100644
--- a/net-libs/libsoup/libsoup-2.64.2.ebuild
+++ b/net-libs/libsoup/libsoup-2.64.2.ebuild
@@ -3,10 +3,9 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_5,3_6} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome2 multilib-minimal python-any-r1 vala
+inherit gnome2 multilib-minimal vala
 
 DESCRIPTION="An HTTP library implementation in C"
 HOMEPAGE="https://wiki.gnome.org/Projects/libsoup;
@@ -30,7 +29,6 @@ RDEPEND="
samba? ( net-fs/samba )
 "
 DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.20
>=dev-util/intltool-0.35



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

2019-06-16 Thread David Seifert
commit: 834a23de62b1b6d814ad98d81cc94be4aa755789
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 11:13:03 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 11:14:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834a23de

dev-python/ndg-httpsclient: Add py3.7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild 
b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild
index 412b1543466..7fec4ed8b95 100644
--- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild
+++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
 
 inherit distutils-r1
 



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

2019-06-16 Thread Mikle Kolyada
commit: 9905c390d3c81f5acd076e2e0b4ac77a775334c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 16 11:00:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 16 11:00:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9905c390

profiles: cleanup

Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 25fde69c295..a72dfaceac5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -160,13 +160,6 @@ dev-ruby/filesize:0.1.1
 # Depends on >=virtual/{jdk,jre}-11 which is masked
 =www-servers/tomcat-9.0.20
 
-# Brian Evans  (14 May 2019)
-# MariaDB 10.0 has reached end of life and has security issues
-# dev-db/mariadb-galera users should upgrade to mariadb-10.1 or greater
-# Removal in 30 days
-dev-db/mariadb-galera
-=dev-db/mariadb-10.0*
-
 # Virgil Dupras  (13 May 2019)
 # detox has been deprecated by the release of tox 3.7.0 which duplicates the
 # feature. Removal in 30 days. Bug #685870
@@ -233,16 +226,6 @@ dev-python/detox
 =virtual/perl-threads-shared-1.510.0-r1
 =virtual/perl-version-0.991.600-r1
 
-# Andreas K. Hüttel  (11 May 2019)
-# Severely outdated, no commits since 2009, EAPI=2.
-# Bug 679686. Removal in 30 days.
-dev-lang/confluence
-
-# Andreas K. Hüttel  (11 May 2019)
-# Build failures, other QA issues, EAPI=2. See bug 681046
-# Removal in 30 days.
-dev-embedded/tavrasm
-
 # Andreas K. Hüttel  (11 May 2019)
 # Outdated, EAPI=2, unmaintained, segfaults immediately.
 # See bug 634928 and bug 612980.



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-galera/files/, dev-db/mariadb-galera/

2019-06-16 Thread Mikle Kolyada
commit: 4d25c427cb1500e9dc5ffa610a6ce605ed3f18a7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 16 10:57:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 16 10:57:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d25c427

dev-db/mariadb-galera: remove last rited package

Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-db/mariadb-galera/Manifest |   2 -
 dev-db/mariadb-galera/files/my.cnf-5.6 | 158 
 .../mariadb-galera/mariadb-galera-10.0.38.ebuild   | 859 -
 dev-db/mariadb-galera/metadata.xml |  26 -
 4 files changed, 1045 deletions(-)

diff --git a/dev-db/mariadb-galera/Manifest b/dev-db/mariadb-galera/Manifest
deleted file mode 100644
index f75cb46031c..000
--- a/dev-db/mariadb-galera/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mariadb-galera-10.0.38.tar.gz 65157071 BLAKE2B 
c54341395101e27dd25183da3d09e7ddf72a07cf440a8aea5daa998d53012a93e1f04bb5020dba28d1337b5f11448be6ae3d8624c437db0cf090eff2aa10151d
 SHA512 
219c2400ebdbf4c6933af1d2d1f88c7f795a988b408676a3c93dbb8c82bdb782f661e9a60f5e940baf31feda8e584e9764918e59cfbdfa1356af8712dde17425
-DIST mysql-extras-20190310-0358Z.tar.bz2 331100 BLAKE2B 
69f2b1ee404247e04b7d368c08c429f783fa45dface295be9fa2d94822d052a08a40e6a57bec3afc38886eb0badfcb52c92974c6df033bb90be66abb3f05249a
 SHA512 
5fd4a320e4c224514b054cffbbdf3697ed7351cf71ee779c311f024388bbf12673821b0e12994acbccd30fe119214ea4b53edf87e2cb37be39d0448e4b2cf70b

diff --git a/dev-db/mariadb-galera/files/my.cnf-5.6 
b/dev-db/mariadb-galera/files/my.cnf-5.6
deleted file mode 100644
index 379a2c47049..000
--- a/dev-db/mariadb-galera/files/my.cnf-5.6
+++ /dev/null
@@ -1,158 +0,0 @@
-# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration 
file.
-
-# The following options will be passed to all MySQL clients
-[client]
-#password  = your_password
-port   = 3306
-socket = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
-
-[mysql]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
-default-character-set=utf8
-
-[mysqladmin]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
-default-character-set=utf8
-
-[mysqlcheck]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
-default-character-set=utf8
-
-[mysqldump]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
-default-character-set=utf8
-
-[mysqlimport]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
-default-character-set=utf8
-
-[mysqlshow]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
-default-character-set=utf8
-
-[myisamchk]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
-
-[myisampack]
-character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
-
-# use [safe_mysqld] with mysql-3
-[mysqld_safe]
-err-log= 
@GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysql.err
-
-# add a section [mysqld-4.1] or [mysqld-5.0] for specific configurations
-[mysqld]
-character-set-server   = utf8
-user   = mysql
-port   = 3306
-socket = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
-pid-file   = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.pid
-log-error  = 
@GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
-basedir= @GENTOO_PORTAGE_EPREFIX@/usr
-datadir= @DATADIR@
-skip-external-locking
-key_buffer_size= 16M
-max_allowed_packet = 4M
-table_open_cache   = 400
-sort_buffer_size   = 512K
-net_buffer_length  = 16K
-read_buffer_size   = 256K
-read_rnd_buffer_size   = 512K
-myisam_sort_buffer_size= 8M
-lc_messages_dir= 
@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql
-#Set this to your desired error message language
-lc_messages= en_US
-
-# security:
-# using "localhost" in connects uses sockets by default
-# skip-networking
-bind-address   = 127.0.0.1
-
-log-bin
-server-id  = 1
-
-# point the following paths to different dedicated disks
-tmpdir = 
@GENTOO_PORTAGE_EPREFIX@/tmp/
-#log-update= 
@GENTOO_PORTAGE_EPREFIX@/path-to-dedicated-directory/hostname
-
-# you need the debug USE flag enabled to use the following directives,
-# if needed, uncomment them, start the server and issue
-# #tail -f 

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

2019-06-16 Thread Mikle Kolyada
commit: 553a4c844078069d464326b01e14f7912e7db0a7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 16 10:55:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 16 10:55:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553a4c84

dev-db/mariadb: Drop 10.0 (EOL)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-db/mariadb/Manifest  |   3 -
 dev-db/mariadb/mariadb-10.0.35-r2.ebuild | 848 ---
 dev-db/mariadb/mariadb-10.0.37.ebuild| 848 ---
 dev-db/mariadb/mariadb-10.0.38.ebuild| 848 ---
 4 files changed, 2547 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index f3f2aaa4c6b..e1a6aa8caf3 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -1,6 +1,3 @@
-DIST mariadb-10.0.35.tar.gz 66551252 BLAKE2B 
69cc9c78f7c47a4b1760940cb0f395b4053fcc47c1087a0c2af873d4a998ee60915e1f4e64f7fe6474c7c1fa3dabe48a3b6621c67893b20526f01e56b0542e7a
 SHA512 
01fc8d48be3f3847bb222835436ab938c6c5b5ac8ba6cc87b3b6d2a2201b7ab4b152dc1f7d9749c89de90097d50052714ac08aafbbb117fffac32bfb47e74779
-DIST mariadb-10.0.37.tar.gz 64728382 BLAKE2B 
3d794633cc400013be05c326681f11f8b27c7d6758b43f357ca93976a75ff931f6f6d205510b5df305c6f487485864d346e4fa14383be32dafcf2b8756eb045a
 SHA512 
c3ba749f519cce3bb63fec6ee6819ad931f72d54258d4b7700c515cfeb137453271a408a9a353bf78715fe66a0c06539bdbf15f1c556a7b89a5c01af84f7fd49
-DIST mariadb-10.0.38.tar.gz 64755921 BLAKE2B 
64ea08a2256063639021204f8c92d8f27b2bc0df6c9733255220df5728c128bd971bb907f2a30623a1c2cc536d47b8759781f2ccd97075ebace7c759b5cf0c14
 SHA512 
020c9b8bed5f5ff4e8f621665cc37f56fe9fbb4bda1f64d4bd9fe1bcaaf79dc2c254e582ee690c9aa4f810cf3eeb96249cb3b4b54a6604d035accf03846ba4a9
 DIST mariadb-10.1.34.tar.gz 65298561 BLAKE2B 
3f3af7b8bad68a08f69befd3f3e7bd88b8cf058feb20309dc2cdbd16bf5d015c2cb0d1d9d2fdf831f6183c0b9bb25405124c24b2940467489e05d42c57f7b0a6
 SHA512 
3c18359006b340dcf724d1fce36dcc19916c42492269a7545e0726172b8f7b84860e10725c74e4458dae34572395f1650bf17838e9058544e0a6cfcbffd54f6d
 DIST mariadb-10.1.37.tar.gz 63492946 BLAKE2B 
0f19b402c597443ef970cbe2a2d85d51743cc2d05ab741897efb150f007d7be8b645706a2d0dc5a9f91c7a380d2313840f77d6e9b15f3335495f275b415e5a33
 SHA512 
b7c35cd67ad265ce2e3a4db20a2ae2b78745db96dc70a211f027a39b6dbb3dc900991c2ee1021ee6a97d12489c3e2a70252e2adf348a458af38b99c3de5a4f25
 DIST mariadb-10.1.38.tar.gz 63535685 BLAKE2B 
c179ea2f60287c2bc1c0d1c47ae989ac2653a24063e8344cef2f3062fc6798e18b969e8f9aa8287104ce2518e6c644cb8d3a4650b5a0bc5dfde973e76e618955
 SHA512 
184582f3a902a989ba3d9c4d21288c014c8b469adbbb4cbabc621c5006022cef29baed8c1140ed4476b124da83b76dfa414295ed0c3374be826e75aca953a77b

diff --git a/dev-db/mariadb/mariadb-10.0.35-r2.ebuild 
b/dev-db/mariadb/mariadb-10.0.35-r2.ebuild
deleted file mode 100644
index f65b4a26a93..000
--- a/dev-db/mariadb/mariadb-10.0.35-r2.ebuild
+++ /dev/null
@@ -1,848 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-MY_EXTRAS_VER="20180809-1700Z"
-SUBSLOT="18"
-
-JAVA_PKG_OPT_USE="jdbc"
-
-# Keeping eutils in EAPI=6 for emktemp in pkg_config
-
-inherit eutils flag-o-matic prefix toolchain-funcs java-pkg-opt-2 user 
cmake-utils multilib-build
-
-SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz "
-
-# Gentoo patches to MySQL
-if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]]; then
-   SRC_URI="${SRC_URI}
-   mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-   
https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-   
https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-   
https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-   
https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2;
-fi
-
-HOMEPAGE="https://mariadb.org/;
-DESCRIPTION="An enhanced, drop-in replacement for MySQL"
-LICENSE="GPL-2"
-SLOT="0/${SUBSLOT:-0}"
-IUSE="bindist client-libs debug extraengine jdbc jemalloc latin1 libressl
-   numa odbc oqgraph pam +perl profiling selinux +server sphinx
-   static static-libs systemtap tcmalloc
-   test tokudb xml yassl"
-
-# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
-RESTRICT="!bindist? ( bindist ) libressl? ( test )"
-
-REQUIRED_USE="jdbc? ( extraengine server !static )
-   server? ( tokudb? ( jemalloc !tcmalloc ) )
-   ?? ( tcmalloc jemalloc )
-   static? ( yassl !pam )"
-
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
-
-# Shorten the path because the socket path length must be shorter than 

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

2019-06-16 Thread David Seifert
commit: c751b6e66c51c3304871cb4377e7b62490a3eab8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 16 10:52:09 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 16 10:52:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c751b6e6

dev-libs/libnl: Add py3.7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild 
b/dev-libs/libnl/libnl-3.4.0.ebuild
index fd6f533f7d8..6c2881430a6 100644
--- a/dev-libs/libnl/libnl-3.4.0.ebuild
+++ b/dev-libs/libnl/libnl-3.4.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 DISTUTILS_OPTIONAL=1
 inherit distutils-r1 eutils libtool multilib multilib-minimal
 



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/arm64/

2019-06-16 Thread Jorge Manuel B. S. Vicetto
commit: 9e79ddf6a1380f38269a3a7d5af9816f95c2ef17
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Jun 16 10:52:08 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Jun 16 10:52:08 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=9e79ddf6

arm64/stage4-minimal: Clean uneeded package and add kernel config to the stage.

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

 releases/weekly/specs/arm64/stage4-minimal.spec | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/releases/weekly/specs/arm64/stage4-minimal.spec 
b/releases/weekly/specs/arm64/stage4-minimal.spec
index 3f9d57a8..af70604d 100644
--- a/releases/weekly/specs/arm64/stage4-minimal.spec
+++ b/releases/weekly/specs/arm64/stage4-minimal.spec
@@ -19,7 +19,6 @@ stage4/use:
 stage4/packages:
net-misc/dhcp
net-misc/iputils
-#  sys-boot/grub
sys-apps/gptfdisk
sys-apps/iproute2
sys-devel/bc
@@ -32,11 +31,11 @@ stage4/rcadd:
netmount|default
sshd|default
 
-#boot/kernel: gentoo
-#boot/kernel/gentoo/sources: gentoo-sources
-#boot/kernel/gentoo/config: 
@REPO_DIR@/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config
-#boot/kernel/gentoo/extraversion: openstack
-#boot/kernel/gentoo/gk_kernargs: --all-ramdisk-modules
+boot/kernel: gentoo
+boot/kernel/gentoo/sources: gentoo-sources
+boot/kernel/gentoo/config: 
@REPO_DIR@/releases/weekly/kconfig/arm64/packet-arm64.config
+boot/kernel/gentoo/extraversion: openstack
+boot/kernel/gentoo/gk_kernargs: --all-ramdisk-modules
 
 # all of the cleanup...
 stage4/unmerge:



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

2019-06-16 Thread Aaron W. Swenson
commit: 5d86a8754b6e3c4d22f15d277b9e7f234e794529
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sun Jun 16 10:34:11 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Sun Jun 16 10:39:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d86a875

dev-db/slony1: Bump to 2.2.7

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-db/slony1/Manifest|  2 ++
 dev-db/slony1/slony1-2.2.7.ebuild | 62 +++
 2 files changed, 64 insertions(+)

diff --git a/dev-db/slony1/Manifest b/dev-db/slony1/Manifest
index 342363cca8f..d2aa25d1b4c 100644
--- a/dev-db/slony1/Manifest
+++ b/dev-db/slony1/Manifest
@@ -1,2 +1,4 @@
 DIST slony1-2.2.6-docs.tar.bz2 1450956 BLAKE2B 
949d0736eb9ab021767b80b4240e30a8cd11daa218cac6d722827a8db98f2b54cc093031e02d0cd14cb1eb60d56dc160dcd1c2e0708e7228fdac31ef26d2fcf4
 SHA512 
b5a870d5688ca24c0a9012d7da539917c74ee697f1b1ae663ead3cb1032345c0d8f5fc5bddc2ca2fec5d738fb9ca74822343cce8739b3b4b478928f26d214a0d
 DIST slony1-2.2.6.tar.bz2 1465709 BLAKE2B 
87e581638aab5ac9f51437fc43b65f200c29e012fa2b5331d4a7972359bb345c8d5aec9917fbc348ce8338115f8270d6e55025905aa5aba642090a8486d0a3fc
 SHA512 
5aeadb9ed72b83d303596e4f8513409a1f826f25fe283ca6aa969a7563172bbc5f5360f876fa87780f6a6fc70cb55688a2daf678b9cf91972a3c403cb76184b8
+DIST slony1-2.2.7-docs.tar.bz2 252020 BLAKE2B 
315d54c008fca121fac12385602e729c7bb6a7a90db502165625c1138da6b87f147410555ca6bc315ba766fd6fed22b6c5dcbe06c9481dd37b9e9c8832209b02
 SHA512 
7735aae634788acae77eb2cc64f51a851e3b804fb1ca860eddc237734aa6182bd7dfcdae485cd89682c413f55003ea67d91c4c24922b4fdef79ac34793022e56
+DIST slony1-2.2.7.tar.bz2 1464923 BLAKE2B 
aee11f92d634a6c2eaf84dd48faf6cac7a27956474aaa9070f1d4fad3e70b0af09475abda149e096f1b238d68237c0b43b18880440bd4c2d66f5c0f4ad789e99
 SHA512 
22700e1574c91d4a4be5b78aac967eebc039440897364780891c2c76ed5b8e07c03205f0fbcd4870ee7c620d62b175987c46c43750524c6e5f9009044cc24f9a

diff --git a/dev-db/slony1/slony1-2.2.7.ebuild 
b/dev-db/slony1/slony1-2.2.7.ebuild
new file mode 100644
index 000..1e4c19cfd28
--- /dev/null
+++ b/dev-db/slony1/slony1-2.2.7.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+POSTGRES_COMPAT=( 9.{4..6} {10..11} )
+POSTGRES_USEDEP="server,threads"
+
+inherit eutils postgres-multi versionator
+
+IUSE="doc perl"
+
+DESCRIPTION="A replication system for the PostgreSQL Database Management 
System"
+HOMEPAGE="http://slony.info/;
+
+# ${P}-docs.tar.bz2 contains man pages as well as additional documentation
+MAJ_PV=$(get_version_component_range 1-2)
+SRC_URI="http://main.slony.info/downloads/${MAJ_PV}/source/${P}.tar.bz2
+
http://main.slony.info/downloads/${MAJ_PV}/source/${P}-docs.tar.bz2;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="${POSTGRES_DEP}
+   perl? ( dev-perl/DBD-Pg )
+"
+
+RDEPEND=${DEPEND}
+
+REQUIRE_USE="${POSTGRES_REQ_USE}"
+
+src_configure() {
+   local slot_bin_dir="/usr/$(get_libdir)/postgresql-@PG_SLOT@/bin"
+   use perl && myconf=" --with-perltools=\"${slot_bin_dir}\""
+   postgres-multi_foreach econf ${myconf} \
+  
--with-pgconfigdir="${slot_bin_dir}" \
+  
--with-slonybindir="${slot_bin_dir}"
+}
+
+src_install() {
+   postgres-multi_foreach emake DESTDIR="${D}" install
+
+   dodoc INSTALL README SAMPLE TODO UPGRADING share/slon.conf-sample
+
+   if use doc ; then
+   cd "${S}"/doc
+   dohtml -r *
+   fi
+
+   newinitd "${FILESDIR}"/slony1.init slony1
+   newconfd "${FILESDIR}"/slony1.conf slony1
+}
+
+pkg_postinst() {
+   # Slony-I installs its executables into a directory that is
+   # processed by the PostgreSQL eselect module. Call it here so that
+   # the symlinks will be created.
+   ebegin "Refreshing PostgreSQL $(postgresql-config show) symlinks"
+   postgresql-config update
+   eend $?
+}



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

2019-06-16 Thread Mikle Kolyada
commit: fdd83b18d4d6dcadaadf065c9653fd6c364badd7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 16 10:37:49 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 16 10:37:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd83b18

app-laptop/thinkfan: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-laptop/thinkfan/Manifest  |  1 -
 app-laptop/thinkfan/thinkfan-1.0.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/app-laptop/thinkfan/Manifest b/app-laptop/thinkfan/Manifest
index e5a21da3f86..d4062ea1542 100644
--- a/app-laptop/thinkfan/Manifest
+++ b/app-laptop/thinkfan/Manifest
@@ -1,3 +1,2 @@
 DIST thinkfan-0.9.3.tar.gz 39527 BLAKE2B 
e6a6d09493d94b4de9ada20dcc4b0251c5f2c148f7faa7f69c04fe2a279a9cfe253a0ea1a01fe94ed108e8731e2ba01edef5df10dfb887ea961a356dff733854
 SHA512 
d2a29f9cae636c22b66958f8ec50cb60a162d745c3967257bb5e20cc9e152894d4e8a66f897ffa4e49353eba4a42e3499bb9e554719974284089a46cfc6280d7
-DIST thinkfan-1.0.1.tar.gz 77587 BLAKE2B 
7a2d4d77be8a9abdafe2cdb8485c92dfe9850ad2309d45d0ac32e8c0e7e6db22ef6c2e16161cccbd6e6147497accc8ec3f5d4467dbe5d2fe6d7fdfd06bb3261f
 SHA512 
61fac9e99f5a2974c5a80e2565956d203baf670dc4b97625389e91fe3fe4d026c07847c10e7d46a4f57914a8156aeea0141570202c0ce2b497f8a1daefa47d6e
 DIST thinkfan-1.0.2.tar.gz 77653 BLAKE2B 
1b40553380f9b873883f0dc587665f24cd2e07de7a7e743cb9f99a3282f380da2258265a612b1c97d2945fed31aee0d6cbc30ea2a18c0b212e877e7635eda336
 SHA512 
d9133538096a7c5757f599adfebc8217aa7334a102573d6757f03b5c012a09d600be923930fd9d62f4afa591f5eb7a70a1c328004bddef85494d1a7ce56b648f

diff --git a/app-laptop/thinkfan/thinkfan-1.0.1.ebuild 
b/app-laptop/thinkfan/thinkfan-1.0.1.ebuild
deleted file mode 100644
index e7e7da5f821..000
--- a/app-laptop/thinkfan/thinkfan-1.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils readme.gentoo-r1
-
-DESCRIPTION="simple fan control program for thinkpads"
-HOMEPAGE="http://thinkfan.sourceforge.net;
-SRC_URI="https://github.com/vmatare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="atasmart nvidia +yaml"
-
-DEPEND="atasmart? ( dev-libs/libatasmart )
-   yaml? ( dev-cpp/yaml-cpp )"
-RDEPEND="${DEPEND}
-   nvidia? ( x11-drivers/nvidia-drivers )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.0.1-update-runscript.patch )
-
-DOC_CONTENTS="
-   Please read the documentation and copy an appropriate
-   file to /etc/thinkfan.conf.
-"
-
-src_configure() {
-   local mycmakeargs+=(
-   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-   -DUSE_NVML="$(usex nvidia)"
-   -DUSE_ATASMART="$(usex atasmart)"
-   -DUSE_YAML="$(usex yaml)"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   readme.gentoo_create_doc
-}



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

2019-06-16 Thread Mikle Kolyada
commit: 57dcea7d1a9c355fdbd086c3393e3de856436391
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 16 10:36:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 16 10:36:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57dcea7d

app-laptop/thinkfan: mark stable

Closes: https://bugs.gentoo.org/687918
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-laptop/thinkfan/thinkfan-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-laptop/thinkfan/thinkfan-1.0.2.ebuild 
b/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
index a3f978a1bda..59f5d7fce4b 100644
--- a/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
+++ b/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vmatare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="atasmart nvidia +yaml"
 
 DEPEND="atasmart? ( dev-libs/libatasmart )



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

2019-06-16 Thread Mikle Kolyada
commit: 07bc75563c770bb0748db6c69293ece3b736aebf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 16 10:31:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 16 10:31:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bc7556

sys-auth/sssd: Version bump (v2.2.0)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 sys-auth/sssd/Manifest  |   1 +
 sys-auth/sssd/sssd-2.2.0.ebuild | 236 
 2 files changed, 237 insertions(+)

diff --git a/sys-auth/sssd/Manifest b/sys-auth/sssd/Manifest
index 3fafb5cd9a8..41e24f35e74 100644
--- a/sys-auth/sssd/Manifest
+++ b/sys-auth/sssd/Manifest
@@ -1,2 +1,3 @@
 DIST sssd-1.16.3.tar.gz 6217114 BLAKE2B 
eefaf8de466d0d76e9a4b60aefef6eb63c17a55b9a1f2e07e973a61d71cbe5432e92357656a1eb353d45bbc2fa92290cef45898d0b315d4a4c4074652ff25a23
 SHA512 
6165923f652f624bbe3ddc625ae682c4867eb7a20652d0cf74bbb8dda2307c917d3189ede26fd21a4fb5fd5926149271a65fa09f3affe928029ed99e6422b728
 DIST sssd-2.1.0.tar.gz 6463331 BLAKE2B 
9226370dc384c58841d944bdf9b067d953bf138ee7a289f01a4b8bb5d09beee3b9f21609989123d8f4f9fc13237670d61e32dcb194555ddc6785c598ce78d08c
 SHA512 
12a7e5b89d462350af3c43e15b24a437dd985ac4a2e419d5e52cc0d05c6eacb9319d39b23681595ef860120cd1ae6e5fb265054afeddcb05d3d5f5de5d6ffa63
+DIST sssd-2.2.0.tar.gz 6642715 BLAKE2B 
e6c16ca69effe59769fc166c02203faee445ebe2bf551c6a1460bdee2474ccbce1a38b3aa59b1ae4a79bb170696a784b800a9299025bf6a58bc9aeb94b946338
 SHA512 
9ebd8784e1f0c72cb808bbc153c0b0aa9bf507938f78336a260073a89b49350dc2c6172653509738ea7a50bb9da596725e1d6c92f99c7a03308aa42f6378dbbb

diff --git a/sys-auth/sssd/sssd-2.2.0.ebuild b/sys-auth/sssd/sssd-2.2.0.ebuild
new file mode 100644
index 000..146e47c5995
--- /dev/null
+++ b/sys-auth/sssd/sssd-2.2.0.ebuild
@@ -0,0 +1,236 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit autotools flag-o-matic linux-info multilib-minimal pam python-r1 
systemd toolchain-funcs
+
+DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
+HOMEPAGE="https://pagure.io/SSSD/sssd;
+SRC_URI="http://releases.pagure.org/SSSD/${PN}/${P}.tar.gz;
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="acl autofs +locator +netlink nfsv4 nls +manpages python samba selinux 
sudo ssh test"
+
+COMMON_DEP="
+   >=virtual/pam-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/popt-1.16
+   dev-libs/glib:2
+   >=dev-libs/ding-libs-0.2
+   >=sys-libs/talloc-2.0.7
+   >=sys-libs/tdb-1.2.9
+   >=sys-libs/tevent-0.9.16
+   >=sys-libs/ldb-1.1.17-r1:=
+   >=net-nds/openldap-2.4.30[sasl]
+   net-libs/http-parser
+   >=dev-libs/libpcre-8.30
+   >=app-crypt/mit-krb5-1.10.3
+   dev-libs/jansson
+   net-misc/curl
+   locator? (
+   >=app-crypt/mit-krb5-1.12.2[${MULTILIB_USEDEP}]
+   >=net-dns/c-ares-1.10.0-r1[${MULTILIB_USEDEP}]
+   )
+   >=sys-apps/keyutils-1.5
+   >=net-dns/c-ares-1.7.4
+   >=dev-libs/nss-3.12.9
+   selinux? (
+   >=sys-libs/libselinux-2.1.9
+   >=sys-libs/libsemanage-2.1
+   )
+   >=net-dns/bind-tools-9.9[gssapi]
+   >=dev-libs/cyrus-sasl-2.1.25-r3[kerberos]
+   >=sys-apps/dbus-1.6
+   acl? ( net-fs/cifs-utils[acl] )
+   nfsv4? ( || ( >=net-fs/nfs-utils-2.3.1-r2 net-libs/libnfsidmap ) )
+   nls? ( >=sys-devel/gettext-0.18 )
+   virtual/libintl
+   netlink? ( dev-libs/libnl:3 )
+   samba? ( >=net-fs/samba-4.10.2[winbind] )
+   "
+
+RDEPEND="${COMMON_DEP}
+   >=sys-libs/glibc-2.17[nscd]
+   selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
+   "
+DEPEND="${COMMON_DEP}
+   test? ( dev-libs/check )
+   manpages? (
+   >=dev-libs/libxslt-1.1.26
+   app-text/docbook-xml-dtd:4.4
+   )"
+
+CONFIG_CHECK="~KEYS"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/ipa_hbac.h
+   /usr/include/sss_idmap.h
+   /usr/include/sss_nss_idmap.h
+   /usr/include/wbclient_sssd.h
+   # --with-ifp
+   /usr/include/sss_sifp.h
+   /usr/include/sss_sifp_dbus.h
+   # from 1.15.3
+   /usr/include/sss_certmap.h
+)
+
+pkg_setup(){
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   sed -i 's:#!/sbin/runscript:#!/sbin/openrc-run:' \
+   "${S}"/src/sysv/gentoo/sssd.in || die "sed sssd.in"
+
+   default
+   eautoreconf
+   multilib_copy_sources
+}
+
+src_configure() {
+   local native_dbus_cflags=$($(tc-getPKG_CONFIG) --cflags dbus-1)
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   # set initscript to sysv because the systemd option needs systemd to
+   # be installed. We provide our own systemd 

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

2019-06-16 Thread Lars Wendler
commit: 057280ce9fbc5c24327217f64bc6ef6bf35f583d
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jun 16 09:57:41 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jun 16 09:57:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057280ce

sys-apps/sysvinit: Bump to version 2.95. Removed old.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/sysvinit/Manifest| 2 +-
 sys-apps/sysvinit/{sysvinit-2.95_beta.ebuild => sysvinit-2.95.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
index 5aee897fb78..01b9e77d501 100644
--- a/sys-apps/sysvinit/Manifest
+++ b/sys-apps/sysvinit/Manifest
@@ -1,3 +1,3 @@
 DIST sysvinit-2.93.tar.xz 117580 BLAKE2B 
2e771b00dbdc73e76df9e78659aaa5e5fcbfda36290a1b5aa20a5a6fe3540c4616f2a235a668de30d33c620e2d2516da303537eda47b83b29b0844ad7aa77df4
 SHA512 
c80d07a674253d15ec6382cfaf792f47486e2e84ab9c913d3c9e03b590cf211177a3a14e168f4d1c9c2e97737221f7ac70a75633d90502837a6d29bdc4c48d72
 DIST sysvinit-2.94.tar.xz 120900 BLAKE2B 
e45a95246325e93ef49f11573924216937e238761cb9f5979ae2b272838fb3280b1d12c9553992271f7926dc7c7bc18e352a8019a70f54c592971fe043453804
 SHA512 
8d3b7b777f7c37cf5eaf73d4cdfad8ac54c6115577052bd7ddf3588da8fb7d16b812ffaade0ce300c2c6b7d2acd6e7778130544befc171eab174ee8766b3ec50
-DIST sysvinit-2.95-beta.tar.xz 121352 BLAKE2B 
769768185ae3f374ff7bac4a9178796526db9232ed6c735d6165b3f28b219a9804a6e0ae5f78e8558616aa3ae022f4963b9922e7c71bf4997772b8fb1f9d98d7
 SHA512 
0d1d7559a05142e2bd209fca83e1396e9d3ed32ebe5d4f5f1356ac51e597c0201648e8a80946089fa91e8620302cd60894b7ff343747cee373c0c4459e6224ed
+DIST sysvinit-2.95.tar.xz 124576 BLAKE2B 
1b0770e3bc7c5a32b8a634ab70d16854446816f9c22f57befb2602a8680d5d4a4adc51747b6199867ba73a3ac5118073a8bfa9ea4317de86b3b42867ae0cf6e7
 SHA512 
367990d166ec6dcc4de81e748f15035e2a4c2838da7336b064aeadac2db95ca77e8d11fb6aa7e7745874ef3e27118c9a68070062fffb16a886f32d6ab2529d28

diff --git a/sys-apps/sysvinit/sysvinit-2.95_beta.ebuild 
b/sys-apps/sysvinit/sysvinit-2.95.ebuild
similarity index 100%
rename from sys-apps/sysvinit/sysvinit-2.95_beta.ebuild
rename to sys-apps/sysvinit/sysvinit-2.95.ebuild



[gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/

2019-06-16 Thread Sergei Trofimovich
commit: e77b38ed20f64a1ae50b05b3d5fb48d7a5424ae5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 16 09:03:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 16 09:14:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77b38ed

games-emulation/dolphin: whitelist 'fmt' as bundled, bug #688122

'fmt' is a new 'dolphin' dependency. Currently build system
does not support using system dependency.

Reported-by: Michael Cook
Closes: https://bugs.gentoo.org/688122
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sergei Trofimovich  gentoo.org>

 games-emulation/dolphin/dolphin-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-emulation/dolphin/dolphin-.ebuild 
b/games-emulation/dolphin/dolphin-.ebuild
index 0fcb0705199..32d7c5abb2d 100644
--- a/games-emulation/dolphin/dolphin-.ebuild
+++ b/games-emulation/dolphin/dolphin-.ebuild
@@ -77,6 +77,8 @@ src_prepare() {
Bochs_disasm
FreeSurround
cpp-optparse
+   # no support for for using system library
+   fmt
glslang
imgui
# FIXME: xxhash can't be found by cmake



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

2019-06-16 Thread Hans de Graaff
commit: 6292cf3a598cb2815b4788cdc190ebc277a209c6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 08:24:21 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 08:25:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6292cf3a

www-apps/nanoc-core: add 4.11.5

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 www-apps/nanoc-core/Manifest |  1 +
 www-apps/nanoc-core/nanoc-core-4.11.5.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/www-apps/nanoc-core/Manifest b/www-apps/nanoc-core/Manifest
index cc430550d7d..772fc7d96c8 100644
--- a/www-apps/nanoc-core/Manifest
+++ b/www-apps/nanoc-core/Manifest
@@ -1 +1,2 @@
 DIST nanoc-core-4.11.2.tar.gz 302927 BLAKE2B 
206142cc13468c3456dfd141bb031791c3d6aa31b81cca04493519e8b44d7bc82d6837d266a0edecc58c0e635cee7428bfdf0d5428de7d5e6fb6eacebb09d45e
 SHA512 
842703e5218c06e817ce188458ee0e9267467b92219dd566fda9d58cd21ec9842bbc011b8f2faa7854caf39af1379c2eae16a3e3b73c53f2c8af6b8851c7c8b9
+DIST nanoc-core-4.11.5.tar.gz 305078 BLAKE2B 
d86fc1991f7aa1d0459c0a8b30053a97065f23a7c088fe739db6362ad2692622fe08c715b05b156d44e5bcdc1283e2bce2deeb562e61dc0933e3444f421d9113
 SHA512 
65285a0ddd822d15b788e824fc114c4c5f89d94221b6c7379eb8037519afd85d5131c571e0fbae4a447723448f61cdd4cdb8543de98f3bfdb1ac669a59ad64b8

diff --git a/www-apps/nanoc-core/nanoc-core-4.11.5.ebuild 
b/www-apps/nanoc-core/nanoc-core-4.11.5.ebuild
new file mode 100644
index 000..5dfb3c57964
--- /dev/null
+++ b/www-apps/nanoc-core/nanoc-core-4.11.5.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
+HOMEPAGE="https://nanoc.ws/;
+SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="${IUSE} minimal"
+
+DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
+
+RUBY_S="nanoc-${PV}/nanoc-core"
+
+ruby_add_rdepend "
+   dev-ruby/ddmemoize:1
+   dev-ruby/ddmetrics:1
+   dev-ruby/ddplugin:1
+   =dev-ruby/hamster-3*
+   >=dev-ruby/json_schema-0.19:0
+   dev-ruby/slow_enumerator_tools:1
+   >=dev-ruby/zeitwerk-2.1:2
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/bundler
+   dev-ruby/rspec:3
+   dev-ruby/rspec-its
+   dev-ruby/fuubar
+   dev-ruby/minitest
+   dev-ruby/timecop
+   dev-ruby/yard
+)
+"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/simplecov/I s:^:#:' \
+   -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head_core.rb 
|| die
+   sed -i -e '/coverall/I s:^:#:' \
+   -e '/rubocop/ s:^:#:' Rakefile || die
+   sed -i -e '1i require "tmpdir"; require "pathname"' spec/spec_helper.rb 
|| die
+
+   echo "-r ./spec/spec_helper.rb" > .rspec || die
+
+   sed -i -e "s:require_relative 'lib:require './lib:" 
${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Use useable tmp dir
+   sed -i -e 's:/tmp/whatever:'${T}'/whatever:' 
spec/nanoc/core/checksummer_spec.rb || die
+}
+
+each_ruby_test() {
+   RUBYLIB="${S}/lib" ${RUBY} -S rake spec || die
+}



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

2019-06-16 Thread Hans de Graaff
commit: 447b47b3bc3c474e206e52060011db8091f0eba0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 16 08:24:48 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 16 08:25:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447b47b3

www-apps/nanoc: add 4.11.5

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 www-apps/nanoc/Manifest|  1 +
 www-apps/nanoc/nanoc-4.11.5.ebuild | 95 ++
 2 files changed, 96 insertions(+)

diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
index 090997c2268..67000d5a7f1 100644
--- a/www-apps/nanoc/Manifest
+++ b/www-apps/nanoc/Manifest
@@ -1,3 +1,4 @@
 DIST nanoc-4.10.4.tar.gz 290367 BLAKE2B 
0b5cf03938af1f971fccddb6bed4fa6b67da3aaf93cb7666c52e3ff8fc524f17ff10bf1a60ccf7f7b59f840d4c445ef57677349f5b83bc55e754e7078ac4b8d9
 SHA512 
5446e351906b5b6bbe5c9059dab86490d5deef5e1197adf5827fe201f2932d5cf79c65bfd9d9370ce57c35d965e013098d39d53fa96db8b4d1c6017977683ea2
 DIST nanoc-4.11.0.tar.gz 291654 BLAKE2B 
ab88bf36b472106f356ae67782dac61f691e0d64646f410ae0cceca7a9df11689dd7a011bf58a773d6b35956f0092deac4db43bb8663d66463b72e10da27c658
 SHA512 
357345c9247465bd470bf6c71ea2b16e3415680fad6a4d4ee755eeb3a1443664590753003a5de0a740ffcfbaf93049c2c12c1f22de052f4d6efc2382430a4e08
 DIST nanoc-4.11.2.tar.gz 302927 BLAKE2B 
206142cc13468c3456dfd141bb031791c3d6aa31b81cca04493519e8b44d7bc82d6837d266a0edecc58c0e635cee7428bfdf0d5428de7d5e6fb6eacebb09d45e
 SHA512 
842703e5218c06e817ce188458ee0e9267467b92219dd566fda9d58cd21ec9842bbc011b8f2faa7854caf39af1379c2eae16a3e3b73c53f2c8af6b8851c7c8b9
+DIST nanoc-4.11.5.tar.gz 305078 BLAKE2B 
d86fc1991f7aa1d0459c0a8b30053a97065f23a7c088fe739db6362ad2692622fe08c715b05b156d44e5bcdc1283e2bce2deeb562e61dc0933e3444f421d9113
 SHA512 
65285a0ddd822d15b788e824fc114c4c5f89d94221b6c7379eb8037519afd85d5131c571e0fbae4a447723448f61cdd4cdb8543de98f3bfdb1ac669a59ad64b8

diff --git a/www-apps/nanoc/nanoc-4.11.5.ebuild 
b/www-apps/nanoc/nanoc-4.11.5.ebuild
new file mode 100644
index 000..d5f2df4948f
--- /dev/null
+++ b/www-apps/nanoc/nanoc-4.11.5.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
+HOMEPAGE="https://nanoc.ws/;
+SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="${IUSE} minimal"
+
+DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
+
+RUBY_S="${P}/nanoc"
+
+ruby_add_rdepend "!minimal? (
+   dev-ruby/mime-types:*
+   dev-ruby/rack:*
+   www-servers/adsf
+)
+   >=dev-ruby/addressable-2.5
+   >=dev-ruby/colored-1.2:0
+   >=dev-ruby/cri-2.15:0
+   ~www-apps/nanoc-core-${PV}
+   >=dev-ruby/parallel-1.12:1
+   >=dev-ruby/tomlrb-1.2:1
+   >=dev-ruby/tty-command-0.8:0
+   >=dev-ruby/tty-file-0.7:0
+   >=dev-ruby/tty-platform-0.2:0
+   >=dev-ruby/tty-which-0.4:0
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   dev-ruby/asciidoctor
+   dev-ruby/fuubar
+   dev-ruby/haml
+   dev-ruby/maruku
+   >=dev-ruby/mocha-0.13
+   dev-ruby/minitest
+   dev-ruby/mustache
+   dev-ruby/pry
+   dev-ruby/rdoc
+   dev-ruby/rouge:2
+   dev-ruby/rubypants
+   dev-ruby/systemu
+   dev-ruby/timecop
+   dev-ruby/vcr
+   dev-ruby/webmock
+   dev-ruby/yard
+)
+doc? (
+   dev-ruby/kramdown
+   dev-ruby/rdiscount
+   dev-ruby/yard
+)"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' test/helper.rb || 
die
+   sed -i -e '/simplecov/I s:^:#:' \
+   -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head_core.rb 
|| die
+   sed -i -e '/coverall/I s:^:#:' \
+   -e '/rubocop/ s:^:#:' Rakefile || die
+
+   echo "-r ./spec/spec_helper.rb" > .rspec || die
+
+   # Avoid tests requiring a network connection or make assumptions
+   # about the local network environment.
+   rm -f test/checking/checks/test_{css,html}.rb 
spec/nanoc/cli/commands/view_spec.rb || die
+
+   # Avoid tests for unpackaged dependencies
+   rm spec/nanoc/deploying/fog_spec.rb \
+  spec/nanoc/filters/less_spec.rb \
+  test/filters/test_{markaby,rainpress}.rb || die
+
+   # Avoid non-fatal failing tests due to specifics in the environment
+   sed -i -e '145askip "gentoo"' spec/nanoc/cli/error_handler_spec.rb || 
die
+   sed -i -e '/watches with --watch/askip "gentoo"' 
spec/nanoc/cli/commands/compile_spec.rb || die
+   sed -i -e '124askip "ordering issues"' -e '168askip 

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

2019-06-16 Thread Matthew Thode
commit: f4c7ccd8e21c2e8b286bdfbf35f80eaa37288db2
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jun 16 06:48:33 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jun 16 06:59:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c7ccd8

dev-python/pyrfc3339: 1.1 stable amd64 and x86

Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild 
b/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild
index 0d30481718a..99351884076 100644
--- a/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild
+++ b/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"



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

2019-06-16 Thread Matthew Thode
commit: d9920c2321e5dfe5ab6325c7fc4d65b902da495c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jun 16 06:50:39 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jun 16 06:59:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9920c23

dev-python/requests-toolbelt: 0.9.1 stable amd64/x86 with cleanup

Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/requests-toolbelt/Manifest  |  3 ---
 .../requests-toolbelt-0.5.1.ebuild | 21 ---
 .../requests-toolbelt-0.7.0.ebuild | 21 ---
 .../requests-toolbelt-0.7.1.ebuild | 31 --
 .../requests-toolbelt-0.9.1.ebuild |  2 +-
 5 files changed, 1 insertion(+), 77 deletions(-)

diff --git a/dev-python/requests-toolbelt/Manifest 
b/dev-python/requests-toolbelt/Manifest
index 6a8f65f6617..6a6cddf9cc5 100644
--- a/dev-python/requests-toolbelt/Manifest
+++ b/dev-python/requests-toolbelt/Manifest
@@ -1,5 +1,2 @@
-DIST requests-toolbelt-0.5.1.tar.gz 187981 BLAKE2B 
1e3cfafd8e0b8625dc92ff40bf88d9cf67d40a679eef8c6825de032d51107d2486aed34611818a3b97c286ea9e452ad3b196a8ba7a4b7f57a9377366991d33a3
 SHA512 
fff70b7262efae616fe9fe8e25af9856d42ccecdaca71cfde0dd81c5d7c509aec30f7c99f4b886d844c168937197ed8287e873fffe6073e93e48412b5a902997
-DIST requests-toolbelt-0.7.0.tar.gz 194062 BLAKE2B 
ea7120e58ea23dbe1d17bc2f8c346ec00bd00d62a4c8fdefa1490b9b3ed62a0dcf45ce60b071fcbc7e510d943ec4f10a7031525bd24f5fb02749125cbccc9f0b
 SHA512 
77f11d12643d7cacf0c5dab5c5490359fc6f11c038d56d6ae27939394c5788622edb230d38d2202192eec6a7b1229feeb5669cd6a33c78f6891699d017e8205e
-DIST requests-toolbelt-0.7.1.tar.gz 194670 BLAKE2B 
3f8b5950d3a87f519f40e2d21bce13ba2d3ed205b5d7f4fa0872339df391e5477f262b104697b264a75783d686eb44231ff2943bfe56f13695d63869227c48c5
 SHA512 
2559db13054c4d9b7c459603809a16d8d9a9c1a348369e1bc68e557bae10c41291286112e3b4a71e83b42203d40fa5cbc8441028693eeb986162d212a65f68ac
 DIST requests-toolbelt-0.8.0.tar.gz 196129 BLAKE2B 
435059ff2879c44a274641c49adae9986c761fcabe567826454d3f055db7e3e5c95905f1d178dcb37e2173bf856a9fb168a856c1301026e8c5d0de6cafb4be51
 SHA512 
71a4ed8961b742cb1b5b0deec7f9052a2a177d2ed6e4f13ebe22b56b7f1b6b1bad2736f1640c8b41398b082eddc1c1205f0c446602d979d5bf370fb0e10ecc88
 DIST requests-toolbelt-0.9.1.tar.gz 207286 BLAKE2B 
6123677a9abafebddf7dffde2150b2426b5132ebe0c330ff891322ecc3d69232a5b15a0c66e3e1fb4832dc04f5a636a939613fba041e499e9fbca9814f548c7e
 SHA512 
12229928df5df71cb57bc65ef453dc0e4a2bbe190c1579811b2c2823673bd81aeba856b0fa20b253d0f0fa4fff55ea1e750794ca3785f71c376b1df7fd93

diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild 
b/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild
deleted file mode 100644
index 7791ff85dab..000
--- a/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A utility belt for advanced users of python-requests"
-HOMEPAGE="https://toolbelt.readthedocs.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="<=dev-python/requests-3.0.0"
-
-DOCS=( AUTHORS.rst HISTORY.rst README.rst )

diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.7.0.ebuild 
b/dev-python/requests-toolbelt/requests-toolbelt-0.7.0.ebuild
deleted file mode 100644
index 811c6c95a60..000
--- a/dev-python/requests-toolbelt/requests-toolbelt-0.7.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A utility belt for advanced users of python-requests"
-HOMEPAGE="https://toolbelt.readthedocs.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="<=dev-python/requests-3.0.0"
-
-DOCS=( AUTHORS.rst HISTORY.rst README.rst )

diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild 
b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
deleted file mode 100644
index 53c777d98d8..000
--- a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A utility belt for advanced users of python-requests"
-HOMEPAGE="https://toolbelt.readthedocs.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-

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

2019-06-16 Thread Matthew Thode
commit: 4a3539a72d9a01cf48439a3ab31904a5f8c46ee3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jun 16 06:51:39 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jun 16 06:59:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3539a7

dev-python/zope-component: 4.4.1 stable amd64 and x86

Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/zope-component/zope-component-4.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-component/zope-component-4.4.1.ebuild 
b/dev-python/zope-component/zope-component-4.4.1.ebuild
index 8f436cb0f0a..9701ce3ed6f 100644
--- a/dev-python/zope-component/zope-component-4.4.1.ebuild
+++ b/dev-python/zope-component/zope-component-4.4.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]



  1   2   >