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

2019-10-16 Thread Hans de Graaff
commit: 16fe80c54035083087fd4d83c17b56b53d44fed0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 17 05:36:56 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 17 05:36:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fe80c5

dev-ruby/hiera-eyaml: add ruby26

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

 dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild 
b/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild
index 0ac125d7087..744e6a1d5e2 100644
--- a/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild
+++ b/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md PLUGINS.md"



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

2019-10-16 Thread Hans de Graaff
commit: b5194571044c65d410ce3572c3de0cd7e264c7c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 17 05:35:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 17 05:35:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5194571

dev-ruby/ruby-openid: add 2.9.2

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

 dev-ruby/ruby-openid/Manifest |  1 +
 dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest
index fd6df94f69d..889f7899519 100644
--- a/dev-ruby/ruby-openid/Manifest
+++ b/dev-ruby/ruby-openid/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-openid-2.7.0.tar.gz 513958 BLAKE2B 
d09b1817768376ad35c3ea9ff11b371761c340902f006f2f4a89af050fea104a8f975a45e90035f501e981fcd412925e3d4a5cf4679e4526b595d06124ce2511
 SHA512 
e53104d4cf0198953172a2ed567877c3d1cc11664acbab8ca424823e2249d9fa13ad9b931a7318709f2865f3f16e0e38714428d12accf16080aa1818b673d8cd
 DIST ruby-openid-2.9.1.tar.gz 514851 BLAKE2B 
08344127e971231bd8a6950cc15d680e07b5ae9668be0d5dfd378003686a6e0a9ec8a7b477dded735498814972a159744b2a0361b5b1688179876c721dfb3706
 SHA512 
7e6e21bb2686b6bb6c851699121254694f76e3766985884a4eb8488b2d52cd7c95a70bb53f48146a544f0abd01bd9259add7b5d6a511d791f16149358f35d3f8
+DIST ruby-openid-2.9.2.tar.gz 514882 BLAKE2B 
496b257087617537fc413931820fc721f026d9e7826d1684c85250d29d295ef031f834af31449e3448386f714c45a7db802d46531ca207fec099e2e2e80b9780
 SHA512 
5f4b696952d457ecbb99c6e2bc4b5c04557e8ed8d7653259eaf89a151ef43e62edc1936a28ac9e0d5a2c253379010d6c6a820be4bf2caa90bfcbf4689695d075

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
new file mode 100644
index 000..8664913d259
--- /dev/null
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
+
+RUBY_FAKEGEM_GEMSPEC="ruby-openid.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A robust library for verifying and serving OpenID identities"
+HOMEPAGE="https://github.com/openid/ruby-openid;
+SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
+IUSE="test"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-gpg/

2019-10-16 Thread Hans de Graaff
commit: 35b233d8496444e0fbf63e3dbdf408c9a4c1d8f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 17 05:37:52 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 17 05:37:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b233d8

dev-ruby/hiera-eyaml-gpg: add 0.7.4

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

 dev-ruby/hiera-eyaml-gpg/Manifest  |  1 +
 .../hiera-eyaml-gpg/hiera-eyaml-gpg-0.7.4.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/hiera-eyaml-gpg/Manifest 
b/dev-ruby/hiera-eyaml-gpg/Manifest
index 23fb29e..d043e693fa5 100644
--- a/dev-ruby/hiera-eyaml-gpg/Manifest
+++ b/dev-ruby/hiera-eyaml-gpg/Manifest
@@ -1,2 +1,3 @@
 DIST hiera-eyaml-gpg-0.7.2.gem 14336 BLAKE2B 
e8a2e5666a930a0955302b0d3cb505c00c936e01db095f56c746de2945830a3adff70b86bb68a74637f87d80ade8aade697b22ec3b263310edc3673f8a8c22e2
 SHA512 
4d27db9d1ab9d5e7368e92ea003aef776a6da5e078b0b7dc22a494680521b69168e2220d7311fc27c6896828ce4fc5182b6b66dd92a9a9ae42b0086e31e2634c
 DIST hiera-eyaml-gpg-0.7.3.gem 14336 BLAKE2B 
2a08dc3251f6e28be3a027778dd7a30f7d186ec06965cb5ceb93c4f9ff361b49a4d220323e3a8576cedf6d8b487bed6c14e2203314370faf26417207ef011e58
 SHA512 
4cd1005b1775af2a433b9d91c7cb16bb854bee3a818f566134549663bd620f1a4e2a14dca6be5b319c5a95c26b464d8f438d51b876f21e6190b4210283f838af
+DIST hiera-eyaml-gpg-0.7.4.gem 14848 BLAKE2B 
68d6fb4047dcc80ceca5350459a60c42f7d3db753491b94c4710920ddd484eaf0bee76f3381a2fa663795baec58e6d26614782f7f1a88933152cce8cc284457c
 SHA512 
5cee22e435f7bcc1e4a9d4775ecdf0eb9cd70cf3e26870107920993df480082f7bebd7d488b060880407a7debd11c7b9a202f8f3a99da811ae8f49f17a7495e6

diff --git a/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.7.4.ebuild 
b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.7.4.ebuild
new file mode 100644
index 000..2564ba5530e
--- /dev/null
+++ b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.7.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A GPG backend for hiera-eyaml"
+HOMEPAGE="https://github.com/sihil/hiera-eyaml-gpg;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/hiera-eyaml-1.3.8:*
+   >=dev-ruby/gpgme-2.0.0
+"



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

2019-10-16 Thread Hans de Graaff
commit: 4bc2a4d8cabc7e91e77762112dee07fdfab7369f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 17 05:18:46 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 17 05:18:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc2a4d8

dev-ruby/hiera: add 3.6.0

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

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

diff --git a/dev-ruby/hiera/Manifest b/dev-ruby/hiera/Manifest
index be270e1836a..83559e7d7ea 100644
--- a/dev-ruby/hiera/Manifest
+++ b/dev-ruby/hiera/Manifest
@@ -2,3 +2,4 @@ DIST hiera-3.4.3.gem 40960 BLAKE2B 
a4747c6096065c1272bd3099893d27c53b5e869be1664
 DIST hiera-3.4.4.gem 41472 BLAKE2B 
12c098d4cbf3bbf5980a4638d7dd7a67a56b9874c96e5be483335be2e0c9ac2417b7e187737c40c9cfa4f1d822f7d3bd9ac74f96e2df040c7aa029b82f295304
 SHA512 
bfac2d76cca90708a52f907a31c35f8e3944d50d473e3f17ad13f3673ab2efed0ee9edcbb4c40242f398ab2e3bd08b249b191a6b9d534c185ed540802684beca
 DIST hiera-3.4.5.gem 41472 BLAKE2B 
4dc65c997bd7e2b068af2b5f5e1d59504de302ff4934b50c0b023f277f892ae4b12f65c727ceb0629e43a07e8e13840add07c7546be776e16b269d9a90555a53
 SHA512 
0bf739cbbba49534b3147623e2aaf3513e0bff65a74441668a44cbad0e436abdb6033e25dfd13b2d5bdbf560127f891997c270f314e9f08efde4c1e95bd9dc6d
 DIST hiera-3.5.0.gem 40960 BLAKE2B 
c41d6a5cb95278e212234d6c144c5b97535c319c78874e13921e25f2f58cd9ea19884ed627bf4a715810589f9b70023b0c4bb2f6f1f8d51924ad9dac065bdaf7
 SHA512 
b9cdff688829fd8f124011abb4a43640a7531567a678c116e40259e1d110fd20dc7d2ac1711264f4ea61f2728f93027d65df25d5d4d8c339e465010ba2a269bf
+DIST hiera-3.6.0.gem 40960 BLAKE2B 
1e49499ac5841d5fae884ffaf7ba7c72c55e3c04ee3023b2bee3e68e29d4827825e23ed4bb4a929d6337a1ff1d19dd1fbcad329495604c3171c3ab900e21b607
 SHA512 
6d76845e23732875c461d5b2df8599953f067ec84ea6648044e91822fea762118a108136e43ea9b7112511939978052f846d94e895b2b8f669df607fc90afbd0

diff --git a/dev-ruby/hiera/hiera-3.6.0.ebuild 
b/dev-ruby/hiera/hiera-3.6.0.ebuild
new file mode 100644
index 000..11b8f6cd793
--- /dev/null
+++ b/dev-ruby/hiera/hiera-3.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple pluggable Hierarchical Database"
+HOMEPAGE="https://docs.puppet.com/hiera/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
+
+ruby_add_rdepend "dev-ruby/deep_merge"



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

2019-10-16 Thread Joonas Niilola
commit: a8f4bb9a83c988c1f5c7f85ccdcab3ee2d0dfd8b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 17 04:47:12 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 17 04:51:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f4bb9a

dev-libs/efl: 'gif' is not optional (#697884)

Closes: https://bugs.gentoo.org/697884
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/efl-1.23.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-libs/efl/efl-1.23.1.ebuild b/dev-libs/efl/efl-1.23.1.ebuild
index d6be2cb09fb..e18a8db58b7 100644
--- a/dev-libs/efl/efl-1.23.1.ebuild
+++ b/dev-libs/efl/efl-1.23.1.ebuild
@@ -37,6 +37,7 @@ RESTRICT="test"
 RDEPEND="
dev-libs/check
net-misc/curl
+   media-libs/giflib:=
media-libs/libpng:0=
sys-apps/dbus
sys-libs/zlib
@@ -72,7 +73,6 @@ RDEPEND="
)
fontconfig? ( media-libs/fontconfig )
fribidi? ( dev-libs/fribidi )
-   gif? ( media-libs/giflib:= )
gles2? (
media-libs/mesa[egl,gles2]
virtual/opengl
@@ -210,7 +210,6 @@ src_configure() {
! use bmp && disabledEvasLoaders+="bmp,wbmp,"
! use dds && disabledEvasLoaders+="dds,"
! use eet && disabledEvasLoaders+="eet,"
-   ! use gif && disabledEvasLoaders+="gif,"
! use gstreamer && disabledEvasLoaders+="gst,"
! use ico && disabledEvasLoaders+="ico,"
! use jpeg2k && disabledEvasLoaders+="jp2k,"



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

2019-10-16 Thread Joonas Niilola
commit: e6e0ba127e18777ee4241e8ff3e5e1d5a977d639
Author: Rodrigo Saboya  gmail  com>
AuthorDate: Wed Oct 16 17:40:39 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 17 04:51:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e0ba12

dev-db/sqlitebrowser: Handling test dependency correctly

Changed in: https://github.com/sqlitebrowser/sqlitebrowser/pull/1419/files

Closes: https://bugs.gentoo.org/683666
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Rodrigo Saboya  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13064
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild 
b/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild
index c763fd949dc..937429c32f8 100644
--- a/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild
+++ b/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild
@@ -48,7 +48,8 @@ src_prepare() {
sed -e "/^project/ s/\".*\"/sqlitebrowser/" -i CMakeLists.txt || die
 
if ! use test; then
-   sed -e "/qt5_use_modules/ s/ Test//" -i CMakeLists.txt || die
+   sed -e "/find_package/ s/ Test//" -i CMakeLists.txt || die
+   sed -e "/set/ s/ Qt5::Test//" -i CMakeLists.txt || die
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/

2019-10-16 Thread Joonas Niilola
commit: f3548216379863062510f5e49eb003d2a0870720
Author: Ruslan Osmanov  gmail  com>
AuthorDate: Thu Oct 17 04:41:06 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 17 04:51:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3548216

dev-php/pecl-event: bump to 2.5.3

- Dropped php5-6 support

Closes: https://bugs.gentoo.org/696606
Signed-off-by: Ruslan Osmanov  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-php/pecl-event/Manifest|  1 +
 dev-php/pecl-event/pecl-event-2.5.3.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-php/pecl-event/Manifest b/dev-php/pecl-event/Manifest
index b0e1b1f981b..2a1cd2d026a 100644
--- a/dev-php/pecl-event/Manifest
+++ b/dev-php/pecl-event/Manifest
@@ -4,3 +4,4 @@ DIST event-2.4.0.tgz 139646 BLAKE2B 
fe672b5d1f4eabd06456ffb14f11ed978a23a15eba06
 DIST event-2.4.1.tgz 139675 BLAKE2B 
47b78868bad327778c917e026456dbbb8955f4910d1b6092132101618e348b064ee33766e7e8a2aec6c6c8bdb5e79a09fbbc7ef841dca0b16826fcc1737dd028
 SHA512 
d115fa12dfefe164532b39b6a79f01c2c00e2718967c3d675584a0dd193b155cdc74a632f6327239e201720fbabd440b9434bde5de4a9e30373595636dafad94
 DIST event-2.4.3.tgz 139788 BLAKE2B 
428e8df15d4d8e9ff731ae4cd3f8dd0a5dc7d0bc7c5dbbe3575cfaeb596fec1c97c89d6aca19b2385ad09cf9bc36492f193e6264a238b71c4595d9e9a145877c
 SHA512 
6f0ed8803e013ef96a14d7e89d037c31d78ddb3a386d0c7527d378b9ef9dc877c1c5642de7551363e5264b4e9f73975bd9ecd60936ac54dc2ccb5abf9f918ffd
 DIST event-2.5.2.tgz 140689 BLAKE2B 
19a2c70048f895762250138236e536da22a608825ca4873a4981fea5a1d0ad40b79bb4ef61b8879710603a16f7eff9d673029a58b1aa618a090e8a5c0ca6509d
 SHA512 
432988461bde5684f3d833f5763a8f1b21e4c21c9b043ce90a1cb8fc16c68f16be80af90123319da7839704ce19c41d4a97de414ffe7825d9a66dc856550e242
+DIST event-2.5.3.tgz 140913 BLAKE2B 
e9b1886b65d1c307bf4a40ebe20e19f33d9e422ce98fb704c7174e953c2488b87f941fc5615bfee07e7d51e1775a0256349e023e6d8921fdd237e527ab108151
 SHA512 
359eee2f501444f444904ee1960d85af0b77259e59a06d9c6ae1ec008f7bda9bda5bf999d437d84416150a965466519c04e4c2f36dbca44367075fcbb46cd917

diff --git a/dev-php/pecl-event/pecl-event-2.5.3.ebuild 
b/dev-php/pecl-event/pecl-event-2.5.3.ebuild
new file mode 100644
index 000..2c5099e330a
--- /dev/null
+++ b/dev-php/pecl-event/pecl-event-2.5.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PHP_EXT_NAME="event"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS=( README.md )
+
+USE_PHP="php7-1 php7-2 php7-3"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~ia64 ~x86"
+LICENSE="PHP-3.01"
+
+DESCRIPTION="PHP wrapper for libevent2"
+SLOT="0"
+
+DEPEND="
+   >=dev-libs/libevent-2.0.2
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   php_targets_php7-1? ( dev-lang/php:7.1[sockets?] )
+   php_targets_php7-2? ( dev-lang/php:7.2[sockets?] )
+   php_targets_php7-3? ( dev-lang/php:7.3[sockets?] )"
+
+RDEPEND="
+   ${DEPEND}
+   !dev-php/pecl-libevent"
+
+IUSE="debug examples +extra libressl +sockets +ssl threads"
+
+src_configure() {
+   local PHP_EXT_ECONF_ARGS=(
+   --with-event-core
+   $(use_enable debug event-debug)
+   $(use_with extra event-extra)
+   $(use_with ssl event-openssl)
+   $(use_with threads event-pthreads)
+   $(use_enable sockets event-sockets)
+   )
+   php-ext-source-r3_src_configure
+}
+
+src_test() {
+   local slot
+   for slot in $(php_get_slots); do
+   php_init_slot_env "${slot}"
+   SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/

2019-10-16 Thread Joonas Niilola
commit: d17be11b90b3e9cdaf7a0fb7743b088e8d6b8cd4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 17 04:44:03 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 17 04:51:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17be11b

dev-php/pecl-event: clean old

Closes: https://github.com/gentoo/gentoo/pull/13155
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-php/pecl-event/Manifest   |  5 ---
 dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild | 51 --
 dev-php/pecl-event/pecl-event-2.4.0.ebuild| 51 --
 dev-php/pecl-event/pecl-event-2.4.1.ebuild| 52 ---
 dev-php/pecl-event/pecl-event-2.4.3.ebuild| 52 ---
 dev-php/pecl-event/pecl-event-2.5.2.ebuild| 51 --
 6 files changed, 262 deletions(-)

diff --git a/dev-php/pecl-event/Manifest b/dev-php/pecl-event/Manifest
index 2a1cd2d026a..7ef238e899c 100644
--- a/dev-php/pecl-event/Manifest
+++ b/dev-php/pecl-event/Manifest
@@ -1,7 +1,2 @@
 DIST event-2.2.1.tgz 133147 BLAKE2B 
909892c937843821b34cb4d450b06698b23ed8aac59915ef96c72ba08e4afe84856e913527e9b0197d28ebbe5cac8ac45174d8e3fbeae33eae0619e3b3e21959
 SHA512 
a331e0cbb923b2efe95a366c842929e9ffcdf15d4b95dce83f5d1e9bb33045477f278672835ffc087df89aa3614106cf504f4e6a779a620b94c20d83449e95f2
-DIST event-2.3.0.tgz 135401 BLAKE2B 
a068142854ed908cc482ec48a249a5d213c1806652cffc698bc6dd298c136c5884bbb52b30179ef813af938d0ecb92a5414c93dea3d782d6ebfb4e886128454a
 SHA512 
9e1f41a13a5fc534956561ea481816d6863ebe037cca0ce450cfb16375d6b49cd03c68e115c851ef6fa3022927f2e5850695880c65dd1d339bb747e171cc9f2f
-DIST event-2.4.0.tgz 139646 BLAKE2B 
fe672b5d1f4eabd06456ffb14f11ed978a23a15eba06bc01b22d1784d71d5859e71e3914ab64856dd33a1cccb6618b5926bab446a112d8bf106081c2ab41bc74
 SHA512 
d238b72764461cf338d20618e4dee80ed8e8519350d17a6c789a68d749d2f4adae991ee43928ab09321caaff321fa21aaa4b5fac6f827974b2f8e9295e948293
-DIST event-2.4.1.tgz 139675 BLAKE2B 
47b78868bad327778c917e026456dbbb8955f4910d1b6092132101618e348b064ee33766e7e8a2aec6c6c8bdb5e79a09fbbc7ef841dca0b16826fcc1737dd028
 SHA512 
d115fa12dfefe164532b39b6a79f01c2c00e2718967c3d675584a0dd193b155cdc74a632f6327239e201720fbabd440b9434bde5de4a9e30373595636dafad94
-DIST event-2.4.3.tgz 139788 BLAKE2B 
428e8df15d4d8e9ff731ae4cd3f8dd0a5dc7d0bc7c5dbbe3575cfaeb596fec1c97c89d6aca19b2385ad09cf9bc36492f193e6264a238b71c4595d9e9a145877c
 SHA512 
6f0ed8803e013ef96a14d7e89d037c31d78ddb3a386d0c7527d378b9ef9dc877c1c5642de7551363e5264b4e9f73975bd9ecd60936ac54dc2ccb5abf9f918ffd
-DIST event-2.5.2.tgz 140689 BLAKE2B 
19a2c70048f895762250138236e536da22a608825ca4873a4981fea5a1d0ad40b79bb4ef61b8879710603a16f7eff9d673029a58b1aa618a090e8a5c0ca6509d
 SHA512 
432988461bde5684f3d833f5763a8f1b21e4c21c9b043ce90a1cb8fc16c68f16be80af90123319da7839704ce19c41d4a97de414ffe7825d9a66dc856550e242
 DIST event-2.5.3.tgz 140913 BLAKE2B 
e9b1886b65d1c307bf4a40ebe20e19f33d9e422ce98fb704c7174e953c2488b87f941fc5615bfee07e7d51e1775a0256349e023e6d8921fdd237e527ab108151
 SHA512 
359eee2f501444f444904ee1960d85af0b77259e59a06d9c6ae1ec008f7bda9bda5bf999d437d84416150a965466519c04e4c2f36dbca44367075fcbb46cd917

diff --git a/dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild 
b/dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild
deleted file mode 100644
index 312c4d1b906..000
--- a/dev-php/pecl-event/pecl-event-2.3.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PHP_EXT_NAME="event"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README.md )
-
-USE_PHP="php5-6 php7-0 php7-1 php7-2"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~ia64 ~x86"
-LICENSE="PHP-3.01"
-
-DESCRIPTION="PHP wrapper for libevent2"
-SLOT="0"
-
-DEPEND="
-   >=dev-libs/libevent-2.0.2
-   ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( 
dev-libs/libressl:0= ) )
-   php_targets_php5-6? ( dev-lang/php:5.6[sockets?] )
-   php_targets_php7-0? ( dev-lang/php:7.0[sockets?] )
-   php_targets_php7-1? ( dev-lang/php:7.1[sockets?] )
-   php_targets_php7-2? ( dev-lang/php:7.2[sockets?] )"
-
-RDEPEND="${DEPEND} !dev-php/pecl-libevent"
-
-IUSE="debug examples +extra libressl +sockets +ssl threads"
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS=(
-   --with-event-core
-   $(use_enable debug event-debug)
-   $(use_with extra event-extra)
-   $(use_with ssl event-openssl)
-   $(use_with threads event-pthreads)
-   $(use_enable sockets event-sockets)
-   )
-   php-ext-source-r3_src_configure
-}
-
-src_test() {
-   local slot
-   for slot in $(php_get_slots); do
-   php_init_slot_env "${slot}"
-   SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
-   done
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-epgsearch/files/, media-plugins/vdr-epgsearch/

2019-10-16 Thread Joonas Niilola
commit: a70910f9505a15b120f883685769d27149710256
Author: Martin Dummer  gmx  net>
AuthorDate: Mon Oct 14 21:26:59 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 17 04:51:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70910f9

media-plugins/vdr-epgsearch: fix QA issues, #694644

remove duplicate identical patch files
update ebuild headers
add QA_FLAGS_IGNORED hint

Closes: https://bugs.gentoo.org/694644
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Martin Dummer  gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/13304
Signed-off-by: Joonas Niilola  gentoo.org>

 ...efile.diff => vdr-epgsearch-1.x.makefile.patch} |  0
 .../files/vdr-epgsearch-2.2.0_makefile.diff| 25 --
 .../vdr-epgsearch-1.0.1_p20141227-r1.ebuild|  5 +++--
 .../vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild   |  5 +++--
 4 files changed, 6 insertions(+), 29 deletions(-)

diff --git 
a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.1_beta5_makefile.diff 
b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.x.makefile.patch
similarity index 100%
rename from 
media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.1_beta5_makefile.diff
rename to media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.x.makefile.patch

diff --git 
a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.2.0_makefile.diff 
b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.2.0_makefile.diff
deleted file mode 100644
index 25e27e958a4..000
--- a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-2.2.0_makefile.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Naur 
vdr-plugin-epgsearch-a908daa4c5c6edd6c560ed96939358b4352e9b42.orig/Makefile 
vdr-plugin-epgsearch-a908daa4c5c6edd6c560ed96939358b4352e9b42/Makefile
 
vdr-plugin-epgsearch-a908daa4c5c6edd6c560ed96939358b4352e9b42.orig/Makefile 
   2015-02-21 21:01:08.926052710 +0100
-+++ vdr-plugin-epgsearch-a908daa4c5c6edd6c560ed96939358b4352e9b42/Makefile 
2015-02-21 21:03:42.768052710 +0100
-@@ -255,9 +255,9 @@
- docs:
-   ./docsrc2man.sh
-   ./docsrc2html.sh
--  ln -sf ./doc/en/epgsearch.4.txt MANUAL
--  ln -sf ./doc/en/epgsearch.1.txt README
--  ln -sf ./doc/de/epgsearch.1.txt README.DE
-+# ln -sf ./doc/en/epgsearch.4.txt MANUAL
-+# ln -sf ./doc/en/epgsearch.1.txt README
-+# ln -sf ./doc/de/epgsearch.1.txt README.DE
- 
- install-$(PLUGIN): libvdr-$(PLUGIN).so
-   install -D libvdr-$(PLUGIN).so 
$(DESTDIR)$(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION)
-@@ -272,7 +272,7 @@
-   install -D libvdr-$(PLUGIN4).so 
$(DESTDIR)$(LIBDIR)/libvdr-$(PLUGIN4).so.$(APIVERSION)
- 
- install-conf:
--  mkdir -p $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)/conf.d
-+  mkdir -p $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)
-   cp -n conf/* $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)
- 
- install-doc:

diff --git 
a/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227-r1.ebuild 
b/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227-r1.ebuild
index ddd0e54173a..c79abd511d1 100644
--- a/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227-r1.ebuild
+++ b/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,6 +36,7 @@ DEPEND="media-video/vdr
pcre? ( dev-libs/libpcre )
tre? ( dev-libs/tre )"
 RDEPEND="${DEPEND}"
+QA_FLAGS_IGNORED="usr/lib/vdr/plugins/libvdr-.* 
usr/lib64/vdr/plugins/libvdr-.* usr/bin/createcats"
 
 src_prepare() {
# make detection in vdr-plugin-2.eclass for new Makefile handling happy
@@ -45,7 +46,7 @@ src_prepare() {
rm 
"${S}"/po/{ca_ES,da_DK,el_GR,et_EE,hr_HR,hu_HU,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po
 || die "cannot remove .po files"
 
local PATCHES=(
-   "${FILESDIR}/vdr-epgsearch-1.0.1_beta5_makefile.diff"
+   "${FILESDIR}/vdr-epgsearch-1.x.makefile.patch"
"${FILESDIR}/fix-manpage-generation.diff"
)
 

diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild 
b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild
index bfc710beb8f..036df79eeb1 100644
--- a/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild
+++ b/media-plugins/vdr-epgsearch/vdr-epgsearch-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,6 +18,7 @@ DEPEND="=media-video/vdr-2.2*
pcre? ( dev-libs/libpcre )
tre? ( dev-libs/tre )"
 RDEPEND="${DEPEND}"
+QA_FLAGS_IGNORED="usr/lib/vdr/plugins/libvdr-.* 
usr/lib64/vdr/plugins/libvdr-.* usr/bin/createcats"
 
 REQUIRED_USE="?? ( pcre tre )"
 
@@ -30,7 +31,7 @@ src_prepare() {
# remove untranslated .po files
rm 

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

2019-10-16 Thread Andreas K. Hüttel
commit: 4dc13c8786ecf1dd8d14efeb20f19ce21e1f489e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 17 03:43:31 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 17 03:43:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc13c87

perl-module.eclass: fix eclassdoc warnings, bug 637838

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

 eclass/perl-module.eclass | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index e1fb97df326..7a839bc7288 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -134,25 +134,29 @@ esac
 LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}"
 
 # @ECLASS-VARIABLE: DIST_NAME
+# @DEFAULT_UNSET
 # @DESCRIPTION:
 # (EAPI=6 and later) This variable provides a way to override PN for the 
calculation of S,
-# SRC_URI, and HOMEPAGE. Defaults to PN.
+# SRC_URI, and HOMEPAGE. If unset, defaults to PN.
 
 # @ECLASS-VARIABLE: DIST_VERSION
+# @DEFAULT_UNSET
 # @DESCRIPTION:
 # (EAPI=6 and later) This variable provides a way to override PV for the 
calculation of S and SRC_URI.
-# Use it to provide the non-normalized, upstream version number. Defaults to 
PV.
+# Use it to provide the non-normalized, upstream version number. If unset, 
defaults to PV.
 # Named MODULE_VERSION in EAPI=5.
 
 # @ECLASS-VARIABLE: DIST_A_EXT
+# @DEFAULT_UNSET
 # @DESCRIPTION:
 # (EAPI=6 and later) This variable provides a way to override the distfile 
extension for the calculation of
-# SRC_URI. Defaults to tar.gz. Named MODULE_A_EXT in EAPI=5.
+# SRC_URI. If unset, defaults to tar.gz. Named MODULE_A_EXT in EAPI=5.
 
 # @ECLASS-VARIABLE: DIST_A
+# @DEFAULT_UNSET
 # @DESCRIPTION:
 # (EAPI=6 and later) This variable provides a way to override the distfile 
name for the calculation of
-# SRC_URI. Defaults to ${DIST_NAME}-${DIST_VERSION}.${DIST_A_EXT} Named 
MODULE_A in EAPI=5.
+# SRC_URI. If unset, defaults to ${DIST_NAME}-${DIST_VERSION}.${DIST_A_EXT} 
Named MODULE_A in EAPI=5.
 
 # @ECLASS-VARIABLE: DIST_AUTHOR
 # @DEFAULT_UNSET
@@ -340,9 +344,10 @@ perl-module_src_compile() {
 }
 
 # @ECLASS-VARIABLE: DIST_TEST
+# @DEFAULT_UNSET
 # @DESCRIPTION:
 # (EAPI=6 and later) Variable that controls if tests are run in the test phase
-# at all, and if yes under which conditions. Defaults to "do parallel"
+# at all, and if yes under which conditions. If unset, defaults to "do 
parallel"
 # If neither "do" nor "parallel" is recognized, tests are skipped.
 # (In EAPI=5 the variable is called SRC_TEST, defaults to "skip", and
 # recognizes fewer options.)



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

2019-10-16 Thread Andreas K. Hüttel
commit: d8547d588e10ec3e162b8cf5920ff87ee923a83a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 17 04:12:52 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 17 04:13:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8547d58

dev-perl/Fuse: revision bump, add missing deps, EAPI 7

Closes: https://bugs.gentoo.org/697012
Closes: https://github.com/gentoo/gentoo/pull/13217
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Fuse/Fuse-0.16.1-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild 
b/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild
new file mode 100644
index 000..02c10a497a7
--- /dev/null
+++ b/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DPATES
+inherit perl-module
+
+DESCRIPTION="Fuse module for perl"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="sys-fs/fuse"
+RDEPEND="
+   sys-fs/fuse:=
+   dev-perl/Filesys-Statvfs
+   dev-perl/Lchown
+   dev-perl/Unix-Mknod
+"
+BDEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( ${RDEPEND} )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unix-Mknod/files/, dev-perl/Unix-Mknod/

2019-10-16 Thread Andreas K. Hüttel
commit: f461aaae3675f0bf7f1e89e2ee5710ab2a20
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 17 04:07:40 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 17 04:07:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f461aaae

dev-perl/Unix-Mknod: New old package. Missing dep of dev-perl/Fuse.

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

 dev-perl/Unix-Mknod/Manifest   |  1 +
 dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild   | 18 ++
 .../Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch  | 12 
 dev-perl/Unix-Mknod/metadata.xml   |  8 
 4 files changed, 39 insertions(+)

diff --git a/dev-perl/Unix-Mknod/Manifest b/dev-perl/Unix-Mknod/Manifest
new file mode 100644
index 000..bcc8d759d80
--- /dev/null
+++ b/dev-perl/Unix-Mknod/Manifest
@@ -0,0 +1 @@
+DIST Unix-Mknod-0.04.tar.gz 4682 BLAKE2B 
5855a4ffa935c369a6438ee2cac29f6963297158687a126f6a2215114a8e8e24a26c8b05324daf93175e6836a6b842a76d0f5f3d0ad68fa5302fdb372b45818d
 SHA512 
1b14f970006dca5166491c5a113420121d295641c61b6b17ec8e77c79f5660639b950abfcd2b82d4ac196737aea1fb00d55a2ae3c6523afdede4ec72ae6435b9

diff --git a/dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild 
b/dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild
new file mode 100644
index 000..680bb17153e
--- /dev/null
+++ b/dev-perl/Unix-Mknod/Unix-Mknod-0.40.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PIRZYK
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Filesys-Statvfs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+PATCHES=( "${FILESDIR}/${P}-glibc226.patch" )

diff --git a/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch 
b/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch
new file mode 100644
index 000..0b33b6a2fda
--- /dev/null
+++ b/dev-perl/Unix-Mknod/files/Unix-Mknod-0.40.0-glibc226.patch
@@ -0,0 +1,12 @@
+diff -ruN Unix-Mknod-0.04.orig/Mknod.xs Unix-Mknod-0.04/Mknod.xs
+--- Unix-Mknod-0.04.orig/Mknod.xs  2005-07-08 21:04:23.0 +0200
 Unix-Mknod-0.04/Mknod.xs   2019-10-17 06:06:22.073130897 +0200
+@@ -10,6 +10,8 @@
+ 
+ #ifdef HAS_SYSMKDEV
+ #include 
++#else
++#include 
+ #endif
+ 
+ #ifdef __cplusplus

diff --git a/dev-perl/Unix-Mknod/metadata.xml b/dev-perl/Unix-Mknod/metadata.xml
new file mode 100644
index 000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Unix-Mknod/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+



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

2019-10-16 Thread Andreas K. Hüttel
commit: 551376b39f410453a58f905f62b097d77a91d454
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 17 03:57:24 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 17 03:57:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551376b3

dev-perl/Filesys-Statvfs: New package. Missing dep in some other places.

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

 dev-perl/Filesys-Statvfs/Filesys-Statvfs-0.820.0.ebuild | 16 
 dev-perl/Filesys-Statvfs/Manifest   |  1 +
 dev-perl/Filesys-Statvfs/metadata.xml   |  8 
 3 files changed, 25 insertions(+)

diff --git a/dev-perl/Filesys-Statvfs/Filesys-Statvfs-0.820.0.ebuild 
b/dev-perl/Filesys-Statvfs/Filesys-Statvfs-0.820.0.ebuild
new file mode 100644
index 000..edc9d556d05
--- /dev/null
+++ b/dev-perl/Filesys-Statvfs/Filesys-Statvfs-0.820.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=IGUTHRIE
+DIST_VERSION=0.82
+inherit perl-module
+
+DESCRIPTION="Disk free based on Filesys::Statvfs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"

diff --git a/dev-perl/Filesys-Statvfs/Manifest 
b/dev-perl/Filesys-Statvfs/Manifest
new file mode 100644
index 000..ce9a91a9c40
--- /dev/null
+++ b/dev-perl/Filesys-Statvfs/Manifest
@@ -0,0 +1 @@
+DIST Filesys-Statvfs-0.82.tar.gz 3964 BLAKE2B 
cceb3bac06716f234fdb39e4118d6024da7d8b810c45626c9103b875d43699144a144b9ba6f78be4402a1ef6c8ac04d6b2e45e596acf7aae6258069f037f6974
 SHA512 
4c62a73b8c4066f7d182e0810b508743a766e708ac5bf52ded8a1f271b95ceab546d10d78d5ca9719c1d50c5b729ceb3e8a1b56950d2abf559080e52a2f9d22e

diff --git a/dev-perl/Filesys-Statvfs/metadata.xml 
b/dev-perl/Filesys-Statvfs/metadata.xml
new file mode 100644
index 000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Filesys-Statvfs/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+



[gentoo-commits] repo/gentoo:master commit in: app-i18n/cstools/

2019-10-16 Thread Andreas K. Hüttel
commit: 7738196787b30e9e87f9cd3567a390e9dd9366e1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 17 03:21:05 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 17 03:21:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77381967

app-i18n/cstools: revbump: EAPI 7, perl-module.eclass, fix deps

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

 app-i18n/cstools/cstools-3.42-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/app-i18n/cstools/cstools-3.42-r1.ebuild 
b/app-i18n/cstools/cstools-3.42-r1.ebuild
new file mode 100644
index 000..08ad92db2de
--- /dev/null
+++ b/app-i18n/cstools/cstools-3.42-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module
+
+MY_P="Cstools-${PV}"
+DESCRIPTION="A charset conversion tool cstocs and two Perl modules for Czech 
language"
+SRC_URI="https://www.adelton.com/perl/Cstools/${MY_P}.tar.gz;
+HOMEPAGE="https://www.adelton.com/perl/Cstools/;
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/MIME-tools"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+
+S="${WORKDIR}/${MY_P}"



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

2019-10-16 Thread Andreas K. Hüttel
commit: cc85343f5379f170d52fb0264d8bdad4fe98fccc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 17 03:26:28 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 17 03:26:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc85343f

dev-util/autodia: revbump: EAPI=7, perl-module.eclass

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

 dev-util/autodia/autodia-2.140.0-r2.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-util/autodia/autodia-2.140.0-r2.ebuild 
b/dev-util/autodia/autodia-2.140.0-r2.ebuild
new file mode 100644
index 000..0798ccd75ec
--- /dev/null
+++ b/dev-util/autodia/autodia-2.140.0-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_NAME=Autodia
+DIST_VERSION=2.14
+DIST_AUTHOR=TEEJAY
+inherit perl-module
+
+DESCRIPTION="Parses source code, XML or data and produces an XML document in 
Dia format"
+HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}"
+SRC_URI+=" mirror://gentoo/${DIST_NAME}-2.14-dbi.patch.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="graphviz test"
+
+RDEPEND="
+   dev-perl/Template-Toolkit
+   dev-perl/XML-Simple
+   graphviz? (
+   dev-perl/GraphViz
+   )
+"
+BDEPEND="${RDEPEND}
+   test? (
+   dev-perl/Test-Pod
+   )
+"
+
+PATCHES=( "${WORKDIR}"/${DIST_NAME}-2.14-dbi.patch )
+
+mydoc="DEVELOP"



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

2019-10-16 Thread Andreas K. Hüttel
commit: 7bd7a74a20f600d8568dba3684b6df7611dea674
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 17 03:17:01 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 17 03:17:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd7a74a

app-misc/pip: revbump: EAPI 7, perl-module.eclass

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

 app-misc/pip/pip-1.2-r3.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/app-misc/pip/pip-1.2-r3.ebuild b/app-misc/pip/pip-1.2-r3.ebuild
new file mode 100644
index 000..64323d92471
--- /dev/null
+++ b/app-misc/pip/pip-1.2-r3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GENTOO_DEPEND_ON_PERL=noslotop
+inherit perl-module
+
+DESCRIPTION="Wrapper around programs that don't support stdin/stdout"
+HOMEPAGE="http://membled.com/work/apps/pip/;
+SRC_URI="http://membled.com/work/apps/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+src_install() {
+   perl-module_src_install
+   mv "${ED}"/usr/bin/{pip,gpip} || die 'rename failed'
+}
+
+pkg_postinst() {
+   ewarn "To avoid collisions with dev-python/pip executable file of this 
package was renamed to 'gpip'"
+}



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

2019-10-16 Thread Andreas K. Hüttel
commit: 5916d7da2efe642a263a270e4deeef890f35d34f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 17 03:11:31 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 17 03:17:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5916d7da

app-misc/pfm: revbump: perl-module.eclass, EAPI=7, fix deps

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

 app-misc/pfm/pfm-2.12.3-r1.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/app-misc/pfm/pfm-2.12.3-r1.ebuild 
b/app-misc/pfm/pfm-2.12.3-r1.ebuild
new file mode 100644
index 000..c2ffd80efef
--- /dev/null
+++ b/app-misc/pfm/pfm-2.12.3-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module
+
+DESCRIPTION="A terminal-based file manager written in Perl"
+HOMEPAGE="http://p-f-m.sourceforge.net/;
+SRC_URI="mirror://sourceforge/p-f-m/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~s390 ~x86"
+
+BDEPEND="
+   >=dev-perl/File-Stat-Bits-0.190.0
+   >=dev-perl/HTML-Parser-3.590.0
+   >=dev-perl/libwww-perl-5.827.0
+   >=dev-perl/Term-ReadLine-Gnu-1.160.0
+   >=dev-perl/Term-Screen-1.30.0
+   >=dev-perl/Term-ScreenColor-1.200.0
+   >=virtual/perl-File-Temp-0.220.0
+   >=virtual/perl-Module-Load-0.160.0
+"
+RDEPEND="
+   ${BDEPEND}
+"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Test-Simple/

2019-10-16 Thread Andreas K. Hüttel
commit: 6f8a882e64d5b3c581fd4e3c87dda15ca3be540f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct 17 02:53:00 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct 17 03:17:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8a882e

perl-core/Test-Simple: Remove old

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

 perl-core/Test-Simple/Manifest |  1 -
 perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/perl-core/Test-Simple/Manifest b/perl-core/Test-Simple/Manifest
index 50d9c1c5e8f..2177e186281 100644
--- a/perl-core/Test-Simple/Manifest
+++ b/perl-core/Test-Simple/Manifest
@@ -1,2 +1 @@
-DIST Test-Simple-1.001014.tar.gz 127212 BLAKE2B 
81a4a1ed5841859d01ec77ce8911d0907c2e21571472c452b296f8b6e3976199b73612b079aeb6e65a064d6ebff39d71b5c0b8bd46d56736d6455a3bfd49e5e1
 SHA512 
0aa0b4d78c0243480df0e7f9b28d69b6bbf1b26bd49a91827c2d61595319840f7178f179555a60ef28d49d3f50679aade4f6d8138e9ae1bd0113a3d6c66d89c2
 DIST Test-Simple-1.302096.tar.gz 282450 BLAKE2B 
a0b50e0456ac8df714b1b576d154769a994416c2ead7bc0b8e37fb60bcdd7db063ee8b3b770a5e8c98324a1b808da1dd9a1a4cae991ed1d9d318fb87a5f10825
 SHA512 
85ff954c2031bc53e9af56e6e3c42dcf1ca0f6e10bccd5e4aaf23b58dc6f07b5c1c0cd55b10588e91581e58c41130afbc7c4a93ed078f475584879320eb60dbc

diff --git a/perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild 
b/perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild
deleted file mode 100644
index 74bb8dd90c1..000
--- a/perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=EXODIST
-DIST_VERSION=1.001014
-inherit perl-module
-
-DESCRIPTION="Basic utilities for writing tests"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/uhttpmock/, profiles/arch/alpha/

2019-10-16 Thread Matt Turner
commit: d67884669250d45952b0813a1723d3493a38b3ed
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Oct 17 01:04:09 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Oct 17 01:04:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6788466

net-libs/uhttpmock-0.5.1: alpha stable

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

 net-libs/uhttpmock/uhttpmock-0.5.1.ebuild | 2 +-
 profiles/arch/alpha/package.use.mask  | 4 
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild 
b/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild
index d2c4f91cfe8..486fe307ce0 100644
--- a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild
+++ b/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.36.0:2

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index c1842486bef..378f420f061 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -260,10 +260,6 @@ dev-haskell/vector test
 media-video/vlc opencv
 media-gfx/shotwell opencv
 
-# Pacho Ramos  (2014-11-11)
-# Missing keywords, bug #523686
->=dev-libs/libgdata-0.16.1 test
-
 # Tobias Klausmann  (2014-10-11)
 # app-emulation/qemu is not keyworded on alpha, masking flag that triggers
 # dependency



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

2019-10-16 Thread Matt Turner
commit: 594d8d56cee960aefea7a1ad15dd6ad9412ffe32
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Oct 16 23:55:36 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct 16 23:56:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594d8d56

sys-devel/gcc-7.4.0-r2: alpha stable, bug 694998

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

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

diff --git a/sys-devel/gcc/gcc-7.4.0-r2.ebuild 
b/sys-devel/gcc/gcc-7.4.0-r2.ebuild
index 62cdb74d516..2b9bad9bf8f 100644
--- a/sys-devel/gcc/gcc-7.4.0-r2.ebuild
+++ b/sys-devel/gcc/gcc-7.4.0-r2.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1.3"
 
 inherit toolchain
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-macos"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2019-10-16 Thread Matt Turner
commit: 723b860036079a0782c86290f9b7f6ae20514ab8
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Oct 16 23:55:51 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct 16 23:56:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723b8600

sys-devel/gcc-6.5.0-r1: alpha stable, bug 694996

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

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

diff --git a/sys-devel/gcc/gcc-6.5.0-r1.ebuild 
b/sys-devel/gcc/gcc-6.5.0-r1.ebuild
index 0a8f58febc8..cc1642e3acc 100644
--- a/sys-devel/gcc/gcc-6.5.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-6.5.0-r1.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="2"
 
 inherit toolchain
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2019-10-16 Thread Matt Turner
commit: ddf6011cb88789d9ffc1d24b7178b8075b26b610
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Oct 16 23:54:25 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct 16 23:56:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf6011c

media-sound/pulseaudio-12.2-r2: alpha stable, bug 692932

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

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

diff --git a/media-sound/pulseaudio/pulseaudio-12.2-r2.ebuild 
b/media-sound/pulseaudio/pulseaudio-12.2-r2.ebuild
index a661e7070d9..990985e38c2 100644
--- a/media-sound/pulseaudio/pulseaudio-12.2-r2.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-12.2-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz;
 LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux"
 
 # +alsa-plugin as discussed in bug #519530
 IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer elogind 
gconf



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

2019-10-16 Thread Thomas Deutschmann
commit: 239aca2bf464c26583a08b87450512ba54317411
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 16 23:52:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 16 23:53:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239aca2b

sys-libs/timezone-data: bump to v2019c

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-libs/timezone-data/Manifest   |   2 +
 sys-libs/timezone-data/timezone-data-2019c.ebuild | 178 ++
 2 files changed, 180 insertions(+)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index f776d8ad1b2..de5da557c25 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,6 +1,8 @@
 DIST tzcode2018i.tar.gz 242962 BLAKE2B 
682a23c324b6d8e1a0d63c6140c82ca3a24017c0972e7f915ecad5e0838f8f57743ffa2c5d9cc9744739a0e7d791ddb21947618cd11635767800ac99307c9548
 SHA512 
1a3d53043f20b8252f7598f547d78e7294d9e0cf1fcdd2159354d9769f824c8c8a03cef9cbb7fa579345fdb41372335117d2ef782ecd9c107dd0526e59492d9d
 DIST tzcode2019a.tar.gz 246449 BLAKE2B 
c54b72baf1c2471e96fa7f68693e047b71a80e0f2c116e14b42ac561c45c3e84bf7324a4fbc124b70ac5470e9a3b224e708a9864092f35070d7c592e65cbd7c9
 SHA512 
7cc76ce6be4a67c3e1bcb632d2de9dabb76899793a938f87a1d4bb20e462cabdae9e3b986aaabaa400795370510095d236dbad5aff4c192d0887f0ecedf5
 DIST tzcode2019b.tar.gz 251196 BLAKE2B 
73ed8d44675a25e0497b77cc20ca3cc5b137297e48ce679cb6e8d809f4f25d73631064e0f1c2d917b986baa10bad9369bac42d583573519e7f3a94c864b18886
 SHA512 
bcfb417fe3b7c39e702da0090291db0489744f733010ae183007fce5e441bfce885fb25ed11730cf7f363572e107d7ff0c4b38691bb99def2d8cf7017c05720f
+DIST tzcode2019c.tar.gz 253560 BLAKE2B 
62552e7e78ebb50c111f9a99119843fe9b5dad9e1abb5ba0f1cf0a931cf00fc49684a6b378f5ea4cb31aca8af5b0c3b697b87048ef36a445536ec2fc5b943440
 SHA512 
61ef36385f501c338c263081486de0d1fccd454b86f8777b0dbad4ea3f21bbde059d0a91c23e207b167ed013127d3db8b7528f0188814a8b44d1f946b19d9b8b
 DIST tzdata2018i.tar.gz 377009 BLAKE2B 
fa28fdac145756368d4760c418742efd558e63fd9900fc4649971b683b162df5e566c6214a79ec46b48fc65af488a7e0e95ddb6176a4f9adb5b39bc634426143
 SHA512 
6afcacb377842190648ed26f01abcf3db37aa2e7c63d8c509c29b4bc0078b7ff2d4e5375291b9f53498215b9e2f04936bc6145e2f651ae0be6d8166d8d336f6a
 DIST tzdata2019a.tar.gz 378961 BLAKE2B 
f8ab67f1fac34ab81fa9995cd70399728e6755303354e29e90ef8c3c513806c2849f5332d170f52f99554ba387ea2cf2667cf70be6b85b68e25061d93879e3cd
 SHA512 
d8eb5b2b68abee08bd2b0d2134bce85b5c0aee85168e9697a607604ed5be7d1539ac60fda9b37e0c9c793ef6251978bc250563a0af59497fde775499964bb5aa
 DIST tzdata2019b.tar.gz 384667 BLAKE2B 
c045d137cbb09e1109916dfdb1265ceb560d589ded9b05aa0cfe75f5fcb19057ded4d4f12f47c895020ed02bc4138de995eadac497eb3663579b094164d7e3ad
 SHA512 
c0104078d994e501d80a41bea31364b1390a75c2fbf42968a8343a090e2ac2eddbc58770ca470b192ea19dec89fcc634141a1de703ea2ffa0325176a64afe1fc
+DIST tzdata2019c.tar.gz 392087 BLAKE2B 
d7a21e57391d321b5c84e1ba2286ff0dd154c435d40015d999c8c6f2f1bea3c13d832c0752af313c9aa4dafe6a261e1e92bfd79523448fcd585188a53454e31a
 SHA512 
2921cbb2fd44a6b8f7f2ed42c13fbae28195aa5c2eeefa70396bc97cdbaad679c6cc3c143da82cca5b0279065c02389e9af536904288c12886bf345baa8c6565

diff --git a/sys-libs/timezone-data/timezone-data-2019c.ebuild 
b/sys-libs/timezone-data/timezone-data-2019c.ebuild
new file mode 100644
index 000..e1f454ccb94
--- /dev/null
+++ b/sys-libs/timezone-data/timezone-data-2019c.ebuild
@@ -0,0 +1,178 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs flag-o-matic
+
+code_ver=${PV}
+data_ver=${PV}
+DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)"
+HOMEPAGE="https://www.iana.org/time-zones;
+SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz
+   
https://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz;
+
+LICENSE="BSD public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+IUSE="nls leaps-timezone elibc_FreeBSD"
+
+DEPEND="nls? ( virtual/libintl )"
+RDEPEND="${DEPEND}
+   !sys-libs/glibc[vanilla(+)]"
+
+S=${WORKDIR}
+
+src_prepare() {
+   default
+
+   # check_web contacts validator.w3.org
+   sed -i -e 's/check_tables check_web/check_tables/g' \
+   Makefile || die "Failed to disable check_web"
+
+   tc-is-cross-compiler && cp -pR "${S}" "${S}"-native
+}
+
+src_configure() {
+   tc-export CC
+
+   append-lfs-flags #471102
+
+   if use elibc_FreeBSD || use elibc_Darwin ; then
+   append-cppflags -DSTD_INSPIRED #138251
+   fi
+
+   append-cppflags -DHAVE_GETTEXT=$(usex nls 1 0) -DTZ_DOMAIN='\"libc\"'
+   LDLIBS=""
+   if use 

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

2019-10-16 Thread Thomas Deutschmann
commit: 18aa5c756a6021526b8f00bcf984ac203f05a1eb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 16 23:51:03 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 16 23:53:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18aa5c75

sys-libs/timezone-data: move stable keywords

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-libs/timezone-data/timezone-data-2019b-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/timezone-data/timezone-data-2019b-r2.ebuild 
b/sys-libs/timezone-data/timezone-data-2019b-r2.ebuild
index e1f454ccb94..7d7b49503a9 100644
--- a/sys-libs/timezone-data/timezone-data-2019b-r2.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2019b-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
 
 LICENSE="BSD public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="nls leaps-timezone elibc_FreeBSD"
 
 DEPEND="nls? ( virtual/libintl )"



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

2019-10-16 Thread Thomas Deutschmann
commit: 48a82691990dcb23e99b37ea96abdae82ddea5d9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 16 23:51:44 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 16 23:53:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a82691

sys-libs/timezone-data: drop old

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../timezone-data/timezone-data-2019b-r1.ebuild| 178 -
 1 file changed, 178 deletions(-)

diff --git a/sys-libs/timezone-data/timezone-data-2019b-r1.ebuild 
b/sys-libs/timezone-data/timezone-data-2019b-r1.ebuild
deleted file mode 100644
index b108efea881..000
--- a/sys-libs/timezone-data/timezone-data-2019b-r1.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit toolchain-funcs flag-o-matic
-
-code_ver=${PV}
-data_ver=${PV}
-DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)"
-HOMEPAGE="https://www.iana.org/time-zones;
-SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz
-   
https://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz;
-
-LICENSE="BSD public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390  sh 
 sparc  x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
-IUSE="nls leaps-timezone elibc_FreeBSD"
-
-DEPEND="nls? ( virtual/libintl )"
-RDEPEND="${DEPEND}
-   !sys-libs/glibc[vanilla(+)]"
-
-S=${WORKDIR}
-
-src_prepare() {
-   default
-
-   # check_web contacts validator.w3.org
-   sed -i -e 's/check_tables check_web/check_tables/g' \
-   Makefile || die "Failed to disable check_web"
-
-   tc-is-cross-compiler && cp -pR "${S}" "${S}"-native
-}
-
-src_configure() {
-   tc-export CC
-
-   append-lfs-flags #471102
-
-   if use elibc_FreeBSD || use elibc_Darwin ; then
-   append-cppflags -DSTD_INSPIRED #138251
-   fi
-
-   append-cppflags -DHAVE_GETTEXT=$(usex nls 1 0) -DTZ_DOMAIN='\"libc\"'
-   LDLIBS=""
-   if use nls ; then
-   # See if an external libintl is available. #154181 #578424
-   local c="${T}/test"
-   echo 'main(){}' > "${c}.c"
-   if $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} "${c}.c" -o 
"${c}" -lintl 2>/dev/null ; then
-   LDLIBS+=" -lintl"
-   fi
-   fi
-}
-
-_emake() {
-   emake \
-   REDO=$(usex leaps-timezone posix_right posix_only) \
-   TZDATA_TEXT= \
-   TOPDIR="${EPREFIX}" \
-   ZICDIR='$(TOPDIR)/usr/bin' \
-   "$@"
-}
-
-src_compile() {
-   _emake \
-   AR="$(tc-getAR)" \
-   cc="$(tc-getCC)" \
-   RANLIB="$(tc-getRANLIB)" \
-   CFLAGS="${CFLAGS} -std=gnu99 ${CPPFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   LDLIBS="${LDLIBS}"
-   if tc-is-cross-compiler ; then
-   _emake -C "${S}"-native \
-   AR="$(tc-getBUILD_AR)" \
-   cc="$(tc-getBUILD_CC)" \
-   RANLIB="$(tc-getBUILD_RANLIB)" \
-   CFLAGS="${BUILD_CFLAGS} ${BUILD_CPPFLAGS}" \
-   LDFLAGS="${BUILD_LDFLAGS}" \
-   LDLIBS="${LDLIBS}" \
-   zic
-   fi
-}
-
-src_test() {
-   # VALIDATE_ENV is used for extended/web based tests.  Punt on them.
-   emake -j1 check VALIDATE_ENV=true
-}
-
-src_install() {
-   local zic=""
-   tc-is-cross-compiler && zic="zic=${S}-native/zic"
-   _emake install ${zic} DESTDIR="${D}" LIBDIR="/nukeit"
-   rm -rf "${D}/nukeit" "${ED}/etc" || die
-
-   insinto /usr/share/zoneinfo
-   doins "${S}"/leap-seconds.list
-
-   # Delete man pages installed by man-pages package.
-   rm "${ED}"/usr/share/man/man5/tzfile.5* 
"${ED}"/usr/share/man/man8/{tzselect,zdump,zic}.8 || die
-   dodoc CONTRIBUTING README NEWS *.html
-}
-
-get_TIMEZONE() {
-   local tz src="${EROOT}/etc/timezone"
-   if [[ -e ${src} ]] ; then
-   tz=$(sed -e 's:#.*::' -e 's:[[:space:]]*::g' -e '/^$/d' 
"${src}")
-   else
-   tz="FOOKABLOIE"
-   fi
-   [[ -z ${tz} ]] && return 1 || echo "${tz}"
-}
-
-pkg_preinst() {
-   local tz=$(get_TIMEZONE)
-   if [[ ${tz} == right/* || ${tz} == posix/* ]] ; then
-   eerror "The right & posix subdirs are no longer installed as 
subdirs -- they have been"
-   eerror "relocated to match upstream paths as sibling paths.  
Further, posix/xxx is the"
-   eerror "same as xxx, so you should simply drop the posix/ 
prefix.  You also should not"
-   eerror "be using right/xxx for the system timezone 

[gentoo-commits] proj/kde:master commit in: sys-auth/loginkit/

2019-10-16 Thread Andreas Sturmlechner
commit: c1e6d533b8ca112e9ff9ee31b5019291b3958a34
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 16 22:46:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 16 22:46:05 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1e6d533

sys-auth/loginkit: Drop package, EGIT_URI behind login wall

Reported-by: Nils Freydank  posteo.de>
Closes: https://bugs.gentoo.org/697896
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/loginkit/loginkit-.ebuild | 19 ---
 sys-auth/loginkit/metadata.xml |  8 
 2 files changed, 27 deletions(-)

diff --git a/sys-auth/loginkit/loginkit-.ebuild 
b/sys-auth/loginkit/loginkit-.ebuild
deleted file mode 100644
index c00d505443..00
--- a/sys-auth/loginkit/loginkit-.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://git.devuan.org/pkgs-utopia-substitution/loginkit.git;
-inherit git-r3
-
-DESCRIPTION="Implementation of logind that does not depend on any specific 
init system"
-HOMEPAGE="https://git.devuan.org/pkgs-utopia-substitution/loginkit;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-BDEPEND="dev-util/gdbus-codegen"
-DEPEND="dev-libs/glib:2"
-RDEPEND="${DEPEND}"

diff --git a/sys-auth/loginkit/metadata.xml b/sys-auth/loginkit/metadata.xml
deleted file mode 100644
index 2fdbf33d96..00
--- a/sys-auth/loginkit/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



[gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-phabricator-resource/

2019-10-16 Thread Andreas Sturmlechner
commit: e3ff702529dee123849338e95553698be94f7f38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 16 22:54:31 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 16 23:01:15 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3ff7025

kde-misc/akonadi-phabricator-resource: Drop package

This has been broken for most of the last two years, briefly - supposedly -
worked in March only to be broken again a couple of months later (kasync and
kcalcore/kcalendarcore).

Use of phabricator.kde.org itself is limited now. Time to let it go.

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

 .../akonadi-phabricator-resource-.ebuild   | 29 --
 kde-misc/akonadi-phabricator-resource/metadata.xml |  8 --
 2 files changed, 37 deletions(-)

diff --git 
a/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-.ebuild
 
b/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-.ebuild
deleted file mode 100644
index 31fe6a7436..00
--- 
a/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Phabricator integration in Akonadi/KOrganizer"
-HOMEPAGE="https://cgit.kde.org/akonadi-phabricator-resource.git;
-LICENSE="GPL-2+"
-
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcalendarcore)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_kdeapps_dep akonadi)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   dev-libs/kasync
-   dev-libs/libxslt
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-misc/akonadi-phabricator-resource/metadata.xml 
b/kde-misc/akonadi-phabricator-resource/metadata.xml
deleted file mode 100644
index 2fdbf33d96..00
--- a/kde-misc/akonadi-phabricator-resource/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



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

2019-10-16 Thread Andreas Sturmlechner
commit: 701a9e670a80fecec5f694c51a33b75a1fa2cf18
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 16 22:59:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 16 23:01:15 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=701a9e67

net-libs/libtmdbqt: Switch to kde.org

Does not use ECM, but is hosted on kde.org

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

 net-libs/libtmdbqt/libtmdbqt-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-libs/libtmdbqt/libtmdbqt-.ebuild 
b/net-libs/libtmdbqt/libtmdbqt-.ebuild
index ccfffdbb51..2e1dd5eb7f 100644
--- a/net-libs/libtmdbqt/libtmdbqt-.ebuild
+++ b/net-libs/libtmdbqt/libtmdbqt-.ebuild
@@ -3,11 +3,10 @@
 
 EAPI=7
 
-inherit cmake-utils git-r3
+inherit cmake-utils kde.org
 
 DESCRIPTION="Qt library to query the movie database API (themoviedb.org)"
 HOMEPAGE="https://cgit.kde.org/libtmdbqt.git;
-EGIT_REPO_URI="https://anongit.kde.org/libtmdbqt.git;
 
 LICENSE="LGPL-2.1"
 SLOT="0"



[gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/

2019-10-16 Thread Andreas Sturmlechner
commit: e0707952e9adb6be36299186d10b2005b02cf52d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 16 22:48:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 16 23:00:50 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0707952

sys-auth/polkit-qt: Switch to kde.org

Does not use ECM, but is hosted on kde.org

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

 sys-auth/polkit-qt/polkit-qt-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-.ebuild 
b/sys-auth/polkit-qt/polkit-qt-.ebuild
index a7f871a512..f0a82feab2 100644
--- a/sys-auth/polkit-qt/polkit-qt-.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=7
 
-inherit cmake-utils git-r3
+KDE_ORG_NAME="polkit-qt-1"
+inherit cmake-utils kde.org
 
 DESCRIPTION="PolicyKit Qt API wrapper library"
 HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
-EGIT_REPO_URI=( "https://anongit.kde.org/polkit-qt-1; )
 
 LICENSE="LGPL-2"
 SLOT="0"



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

2019-10-16 Thread Andreas Sturmlechner
commit: f9a263cf011a006a92308f130535f8fe08349acb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep  7 14:10:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 16 18:51:37 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9a263cf

kde5-functions.eclass: Must not be used directly by ebuild

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

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 516c22bb3e..0e891dc6e3 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -10,7 +10,7 @@
 # This eclass contains functions shared by the other KDE eclasses and forms
 # part of their public API.
 #
-# This eclass should (almost) never be inherited directly by an ebuild.
+# This eclass must not be inherited directly by an ebuild.
 
 if [[ -z ${_KDE5_FUNCTIONS_ECLASS} ]]; then
 _KDE5_FUNCTIONS_ECLASS=1



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace-wallpapers/

2019-10-16 Thread Andreas Sturmlechner
commit: 51216607cd740b9ce8a160c1ef67212df6c40972
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 16 22:18:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 16 22:18:59 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=51216607

kde-plasma/plasma-workspace-wallpapers: Port away from kde5.eclass

This is using ECM, but on a very basic level.

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

 .../plasma-workspace-wallpapers-.ebuild   | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-.ebuild
index f8a3dfac4c..eccdd355c1 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-.ebuild
@@ -3,15 +3,16 @@
 
 EAPI=7
 
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5
+inherit kde.org
 
 DESCRIPTION="Wallpapers for the Plasma workspace"
+
+LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS=""
 IUSE=""
 
 BDEPEND="
-   $(add_frameworks_dep extra-cmake-modules)
-   $(add_qt_dep qtcore)
+   dev-qt/qtcore:5
+   kde-frameworks/extra-cmake-modules:5
 "



[gentoo-commits] proj/kde:master commit in: kde-apps/kdeedu-data/

2019-10-16 Thread Andreas Sturmlechner
commit: ebd0385b4c1478dd47b0168e01418285c54f3936
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 16 22:10:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 16 22:10:49 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ebd0385b

kde-apps/kdeedu-data: Drop obsolete blocker

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

 kde-apps/kdeedu-data/kdeedu-data-19.08.49..ebuild | 3 ---
 kde-apps/kdeedu-data/kdeedu-data-.ebuild  | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/kde-apps/kdeedu-data/kdeedu-data-19.08.49..ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-19.08.49..ebuild
index 5613d44c2e..9c381d8e4f 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-19.08.49..ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-19.08.49..ebuild
@@ -15,6 +15,3 @@ BDEPEND="
$(add_frameworks_dep extra-cmake-modules)
$(add_qt_dep qtcore)
 "
-RDEPEND="
-   !kde-apps/kde-l10n
-"

diff --git a/kde-apps/kdeedu-data/kdeedu-data-.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
index 5613d44c2e..9c381d8e4f 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-.ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
@@ -15,6 +15,3 @@ BDEPEND="
$(add_frameworks_dep extra-cmake-modules)
$(add_qt_dep qtcore)
 "
-RDEPEND="
-   !kde-apps/kde-l10n
-"



[gentoo-commits] proj/kde:master commit in: kde-apps/kdeedu-data/

2019-10-16 Thread Andreas Sturmlechner
commit: d7a89b492275a9e48923a397707d4c56e0e57159
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 16 22:12:35 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 16 22:12:35 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7a89b49

kde-apps/kdeedu-data: Port away from kde5.eclass

This is using ECM, but on a very basic level.

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

 kde-apps/kdeedu-data/kdeedu-data-.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kdeedu-data/kdeedu-data-.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
index 9c381d8e4f..bcad874e9f 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-.ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
@@ -3,15 +3,16 @@
 
 EAPI=7
 
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5
+inherit kde.org
 
 DESCRIPTION="Shared icons, artwork and data files for educational applications"
+
+LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS=""
 IUSE=""
 
 BDEPEND="
-   $(add_frameworks_dep extra-cmake-modules)
-   $(add_qt_dep qtcore)
+   dev-qt/qtcore:5
+   kde-frameworks/extra-cmake-modules:5
 "



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

2019-10-16 Thread Lars Wendler
commit: fcccb6683cb2546786aa6319aa33c604e43fba78
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Oct 16 22:14:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct 16 22:14:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcccb668

app-admin/sudo: Bump to version 1.8.28_p1

Bumped straight to stable where 1.8.28{,-r1} were stable.

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

 app-admin/sudo/Manifest | 2 +-
 app-admin/sudo/{sudo-1.8.28-r1.ebuild => sudo-1.8.28_p1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 48b1e712552..c7d6ae18d70 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,2 +1,2 @@
 DIST sudo-1.8.27.tar.gz 3293178 BLAKE2B 
174d63ece5c24309dc0d237fadfc4131243aca333491ffa6dcdb3c44b53cb8149d3bf2f3aea2aa49529ea811d4727a11ac1909305e342b858a4c14f923f12956
 SHA512 
0480def650ab880ab9e6c51c606a06897fd638f0381e99c038f5aa47d064aaa2fb35b73eee7f86e73185e18d5dbb8b6ba49c616b1785a1edb2dd6d7b2fa4fcac
-DIST sudo-1.8.28.tar.gz 3309744 BLAKE2B 
191a1f4239bdd2c1889b2a9c372a6fc949975e54cb510d25602798ee2e6e7b253a18fef290bc324acd4abb3049bcab909fdaa512bb24c400a95cc0901b50ab37
 SHA512 
09e589cdfd18d7c43b0859a0e11c008b3cb995ae4f8c89c717c5242db9e5696361eb574ebe74a0b5316afffb3a8037f7a7f3c249176e8ed9caffeb4cd860ddc7
+DIST sudo-1.8.28p1.tar.gz 3310254 BLAKE2B 
a1810af7a42d05cce49bb9d0acf6f3731a5193e9e9c3b458691379131eb86d36995854d11c09525e8d999ed1da7e99cf170634667c5a444aa522b8f23db7d1aa
 SHA512 
bda3de34c15fbb68fc29759542295560ccc1562b419d03709cea51613937e9b92ba689c79c3ef4858aeea90d3d1a4dc0148225b11b22cf82395ae1bad8cb1734

diff --git a/app-admin/sudo/sudo-1.8.28-r1.ebuild 
b/app-admin/sudo/sudo-1.8.28_p1.ebuild
similarity index 100%
rename from app-admin/sudo/sudo-1.8.28-r1.ebuild
rename to app-admin/sudo/sudo-1.8.28_p1.ebuild



[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2019-10-16 Thread James Le Cuirot
commit: 3c1315cd32bf21526dec379e956b5e7df705a366
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Wed Oct 16 08:00:44 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Oct 16 21:53:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1315cd

games-fps/eduke32: fix timidity deps

Instead of depending on a specific timidity patchset,
the deps should be changed to depend on timidity itself,
as it already depends on all patchsets.

Closes: https://bugs.gentoo.org/697808
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/13316
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/eduke32-20190919.8133-r1.ebuild | 255 ++
 1 file changed, 255 insertions(+)

diff --git a/games-fps/eduke32/eduke32-20190919.8133-r1.ebuild 
b/games-fps/eduke32/eduke32-20190919.8133-r1.ebuild
new file mode 100644
index 000..bfa718b76cc
--- /dev/null
+++ b/games-fps/eduke32/eduke32-20190919.8133-r1.ebuild
@@ -0,0 +1,255 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs xdg-utils
+
+MY_BUILD="$(ver_cut 2)"
+MY_DATE="$(ver_cut 1)"
+
+MY_PV_HRP="5.4"
+MY_PV_OFFENSIVE_XXX="1.33"
+MY_PV_OPL="2.01"
+MY_PV_PSX="1.11"
+MY_PV_SC55="4.02"
+MY_PV_VOXELS="1.21"
+
+DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
+HOMEPAGE="http://www.eduke32.com/;
+SRC_URI="
+   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}/${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
+   http://www.eduke32.com/images/eduke32_classic.png
+   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
+   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
+   opl? ( 
http://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
+   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
+   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
+   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
+"
+
+LICENSE="BUILDLIC GPL-2 HRP"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="cdinstall demo flac fluidsynth gtk hrp offensive opengl opl png psx 
sc-55 server sdk timidity tools vorbis voxels vpx xmp"
+REQUIRED_USE="
+   cdinstall? ( !demo )
+   demo? ( !cdinstall )
+   hrp? ( ^^ ( demo cdinstall )
+   !voxels )
+   offensive? ( ^^ ( demo cdinstall ) )
+   opl? ( ^^ ( demo cdinstall )
+   !sc-55 )
+   psx? ( ^^ ( demo cdinstall ) )
+   sc-55? ( ^^ ( demo cdinstall )
+   !opl )
+   voxels? ( !hrp )
+   vpx? ( opengl )
+"
+
+RESTRICT="bindist"
+
+S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}"
+
+RDEPEND="
+   media-libs/libsdl2[joystick,opengl?,sound,video]
+   media-libs/sdl2-mixer[flac?,fluidsynth?,midi,timidity?,vorbis?]
+   sys-libs/zlib:=
+   flac? ( media-libs/flac )
+   gtk? ( x11-libs/gtk+:2 )
+   opengl? (
+   virtual/glu
+   virtual/opengl
+   )
+   png? ( media-libs/libpng:0= )
+   vpx? ( media-libs/libvpx:= )
+   vorbis? (
+   media-libs/libogg
+   media-libs/libvorbis
+   )
+   xmp? ( media-libs/exempi:= )
+"
+
+DEPEND="
+   ${RDEPEND}
+   cdinstall? ( games-fps/duke3d-data )
+   demo? ( games-fps/duke3d-demodata )
+   timidity? ( media-sound/timidity++ )
+"
+
+BDEPEND="
+   app-arch/unzip
+   x86? ( dev-lang/nasm )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-20190419.7615-wad2map-buildfix.patch"
+   "${FILESDIR}/${PN}-20190820.8043-log-to-tmpdir.patch"
+   "${FILESDIR}/${PN}-20190820.8043-search-duke3d-path.patch"
+)
+
+src_unpack() {
+   # Extract only the eduke32 archive
+   unpack ${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
+
+   # Unpack only the documentation
+   if use hrp; then
+   unzip -q "${DISTDIR}"/duke3d_hrp-${MY_PV_HRP}.zip 
hrp_readme.txt hrp_todo.txt || die
+   fi
+   if use offensive; then
+   unzip -q "${DISTDIR}"/duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip 
xxx_readme.txt || die
+   fi
+   if use opl; then
+   unzip -q "${DISTDIR}"/duke3d_musopl-${MY_PV_OPL}.zip readme.txt 
|| die
+   mv readme.txt opl_readme.txt || die
+   fi
+   if use sc-55; then
+   unzip -q "${DISTDIR}"/duke3d_music-sc55-${MY_PV_SC55}.zip 
readme/music_readme.txt || die
+   fi
+   if use voxels; then
+   unzip -q "${DISTDIR}"/duke3d_voxels-${MY_PV_VOXELS}.zip 
voxelpack_readme.txt 

[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2019-10-16 Thread James Le Cuirot
commit: 8266b6974628391b4f1c8bbc6acc48525f6cb185
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Oct 16 21:54:18 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Oct 16 21:54:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8266b697

games-fps/eduke32: Drop old 20190919.8133

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/eduke32-20190919.8133.ebuild | 256 -
 1 file changed, 256 deletions(-)

diff --git a/games-fps/eduke32/eduke32-20190919.8133.ebuild 
b/games-fps/eduke32/eduke32-20190919.8133.ebuild
deleted file mode 100644
index 077270c51ba..000
--- a/games-fps/eduke32/eduke32-20190919.8133.ebuild
+++ /dev/null
@@ -1,256 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs xdg-utils
-
-MY_BUILD="$(ver_cut 2)"
-MY_DATE="$(ver_cut 1)"
-
-MY_PV_HRP="5.4"
-MY_PV_OFFENSIVE_XXX="1.33"
-MY_PV_OPL="2.01"
-MY_PV_PSX="1.11"
-MY_PV_SC55="4.02"
-MY_PV_VOXELS="1.21"
-
-DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
-HOMEPAGE="http://www.eduke32.com/;
-SRC_URI="
-   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}/${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
-   http://www.eduke32.com/images/eduke32_classic.png
-   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
-   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
-   opl? ( 
http://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
-   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
-   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
-   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
-"
-
-LICENSE="BUILDLIC GPL-2 HRP"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="cdinstall demo flac fluidsynth gtk hrp offensive opengl opl png psx 
sc-55 server sdk timidity tools vorbis voxels vpx xmp"
-REQUIRED_USE="
-   cdinstall? ( !demo )
-   demo? ( !cdinstall )
-   hrp? ( ^^ ( demo cdinstall )
-   !voxels )
-   offensive? ( ^^ ( demo cdinstall ) )
-   opl? ( ^^ ( demo cdinstall )
-   !sc-55 )
-   psx? ( ^^ ( demo cdinstall ) )
-   sc-55? ( ^^ ( demo cdinstall )
-   !opl )
-   voxels? ( !hrp )
-   vpx? ( opengl )
-"
-
-RESTRICT="bindist"
-
-S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}"
-
-MY_DEPEND_RDEPEND="
-   media-libs/libsdl2[joystick,opengl?,sound,video]
-   media-libs/sdl2-mixer[flac?,fluidsynth?,midi,timidity?,vorbis?]
-   sys-libs/zlib:=
-   flac? ( media-libs/flac )
-   gtk? ( x11-libs/gtk+:2 )
-   opengl? (
-   virtual/glu
-   virtual/opengl
-   )
-   png? ( media-libs/libpng:0= )
-   timidity? ( media-sound/timidity-freepats )
-   vpx? ( media-libs/libvpx:= )
-   vorbis? (
-   media-libs/libogg
-   media-libs/libvorbis
-   )
-   xmp? ( media-libs/exempi:= )
-"
-
-RDEPEND="
-   ${MY_DEPEND_RDEPEND}
-   cdinstall? ( games-fps/duke3d-data )
-   demo? ( games-fps/duke3d-demodata )
-"
-
-DEPEND="
-   ${MY_DEPEND_RDEPEND}
-   app-arch/unzip
-   x86? ( dev-lang/nasm )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-20190419.7615-wad2map-buildfix.patch"
-   "${FILESDIR}/${PN}-20190820.8043-log-to-tmpdir.patch"
-   "${FILESDIR}/${PN}-20190820.8043-search-duke3d-path.patch"
-)
-
-src_unpack() {
-   # Extract only the eduke32 archive
-   unpack ${PN}_src_${MY_DATE}-${MY_BUILD}.tar.xz
-
-   # Unpack only the documentation
-   if use hrp; then
-   unzip -q "${DISTDIR}"/duke3d_hrp-${MY_PV_HRP}.zip 
hrp_readme.txt hrp_todo.txt || die
-   fi
-   if use offensive; then
-   unzip -q "${DISTDIR}"/duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip 
xxx_readme.txt || die
-   fi
-   if use opl; then
-   unzip -q "${DISTDIR}"/duke3d_musopl-${MY_PV_OPL}.zip readme.txt 
|| die
-   mv readme.txt opl_readme.txt || die
-   fi
-   if use sc-55; then
-   unzip -q "${DISTDIR}"/duke3d_music-sc55-${MY_PV_SC55}.zip 
readme/music_readme.txt || die
-   fi
-   if use voxels; then
-   unzip -q "${DISTDIR}"/duke3d_voxels-${MY_PV_VOXELS}.zip 
voxelpack_readme.txt || die
-   fi
-}
-
-src_compile() {
-   local myemakeopts=(
-   ALLOCACHE_AS_MALLOC=0
-   AS=$(tc-getAS)
-   CC=$(tc-getCC)
-   CXX=$(tc-getCXX)
-   CLANG=0
-  

[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/, dev-db/mysql-connector-c/files/

2019-10-16 Thread Thomas Deutschmann
commit: 7b872573074ef024d52cfa359f75fb46253748a5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 16 21:22:31 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 16 21:40:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b872573

dev-db/mysql-connector-c: bump to v8.0.18

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mysql-connector-c/Manifest  |   1 +
 ...-8.0.18-always-build-decompress-utilities.patch |  34 +++
 .../mysql-connector-c-8.0.18.ebuild| 110 +
 3 files changed, 145 insertions(+)

diff --git a/dev-db/mysql-connector-c/Manifest 
b/dev-db/mysql-connector-c/Manifest
index 8ca24c1f198..c716740b2d3 100644
--- a/dev-db/mysql-connector-c/Manifest
+++ b/dev-db/mysql-connector-c/Manifest
@@ -1,2 +1,3 @@
 DIST mysql-boost-8.0.17.tar.gz 189322239 BLAKE2B 
f9f46e5fdc3e9869b203626bc09edfbcdbabcd68eba43f9c6a33b9a52cffb3a32f39704c6d22a66899aac16fa2efb271c5dc7af7522768b45542ac8dc615cd8a
 SHA512 
a278ee263670cb1f79d67c4b87c4b88632569c3b20a4297a6e77d550155db20902f22992ea851cf59ea523bb97d5e08707e3457f71a678e9f1ac2fa4ca5b7a2d
+DIST mysql-boost-8.0.18.tar.gz 194953221 BLAKE2B 
e3622cccd8f60487a5e643e522e9cdc763d63ad2a5eda86a7a7db37f48a4e1288fea88ef7097c6c4b51bd5e8fd8ba26a5b8aea3501ae847180066e2d0aa2b5dc
 SHA512 
180091ad3e74e2afa28ecb914850e6b4e8c92b8981f32b161f53381b92120d87dbd2c2fc073feb2543bb71702bac7368e9fb992821cfd3e3ca888019423b89f5
 DIST mysql-connector-c-6.1.11-src.tar.gz 3489345 BLAKE2B 
813512520ef660521221565a4466e81d902629d0ee731f746b68eed2b9129ea8361fcabe184537ec8ba91aed5a4b02dfb3450b36524c2e98f81fba148eee0cf1
 SHA512 
271395c888a93b833e0bbe1840b9987ecdb37d0f1cf89904207cc9aa99ed32e538aee8c9529ff39b6533947159776a8f5aa079da86ed51b1d26b086f4ffdd7c6

diff --git 
a/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.18-always-build-decompress-utilities.patch
 
b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.18-always-build-decompress-utilities.patch
new file mode 100644
index 000..af0b31e89a3
--- /dev/null
+++ 
b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.18-always-build-decompress-utilities.patch
@@ -0,0 +1,34 @@
+--- a/utilities/CMakeLists.txt
 b/utilities/CMakeLists.txt
+@@ -110,21 +110,16 @@ MYSQL_ADD_EXECUTABLE(perror
+   DEPENDENCIES GenError
+   LINK_LIBRARIES mysys
+   )
+-IF(BUILD_BUNDLED_LZ4)
+-  MYSQL_ADD_EXECUTABLE(lz4_decompress
+-lz4_decompress.cc
+-COMPONENT Server
+-LINK_LIBRARIES ${LZ4_LIBRARY} mysys
+-)
+-ENDIF()
+-
+-IF(BUILD_BUNDLED_ZLIB OR NOT OPENSSL_EXECUTABLE_HAS_ZLIB)
+-  MYSQL_ADD_EXECUTABLE(zlib_decompress
+-zlib_decompress.cc
+-COMPONENT Server
+-LINK_LIBRARIES ${ZLIB_LIBRARY} mysys
+-)
+-ENDIF()
++MYSQL_ADD_EXECUTABLE(lz4_decompress
++  lz4_decompress.cc
++  COMPONENT Server
++  LINK_LIBRARIES ${LZ4_LIBRARY} mysys
++  )
++MYSQL_ADD_EXECUTABLE(zlib_decompress
++  zlib_decompress.cc
++  COMPONENT Server
++  LINK_LIBRARIES ${ZLIB_LIBRARY} mysys
++  )
+ 
+ # All targets below belong to COMPONENT Server and depend on InnoDB.
+ IF(WITHOUT_SERVER)

diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.18.ebuild 
b/dev-db/mysql-connector-c/mysql-connector-c-8.0.18.ebuild
new file mode 100644
index 000..6f10fa81b8b
--- /dev/null
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.18.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib
+
+# wrap the config script
+MULTILIB_CHOST_TOOLS=( /usr/bin/mysql_config )
+
+DESCRIPTION="C client library for MariaDB/MySQL"
+HOMEPAGE="https://dev.mysql.com/downloads/;
+LICENSE="GPL-2"
+
+SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-${PV}.tar.gz;
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+
+SLOT="0/21"
+IUSE="ldap libressl static-libs"
+
+RDEPEND="
+   >=app-arch/lz4-0_p131:=
+   sys-libs/zlib:=[${MULTILIB_USEDEP}]
+   ldap? ( dev-libs/cyrus-sasl:=[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+   "
+DEPEND="${RDEPEND}"
+
+# Avoid file collisions, #692580
+RDEPEND+=" ! client/CMakeLists.txt || die
+
+   # Forcefully disable auth plugin
+   if ! use ldap ; then
+   sed -i -e '/MYSQL_CHECK_SASL/d' CMakeLists.txt || die
+   echo > libmysql/authentication_ldap/CMakeLists.txt || die
+   fi
+
+   cmake-utils_src_prepare
+}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_LAYOUT=RPM
+   -DINSTALL_LIBDIR=$(get_libdir)
+   -DWITH_DEFAULT_COMPILER_OPTIONS=OFF
+   -DWITH_DEFAULT_FEATURE_SET=OFF
+   -DENABLED_LOCAL_INFILE=ON
+   

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

2019-10-16 Thread Bernard Cafarelli
commit: 33ec8241c7b2e85c0ea2b96d560b7b8ba2350ca0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct 16 21:39:27 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct 16 21:39:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ec8241

net-misc/rdesktop: 1.9.0 bump

Many changes, including:
* Use GnuTLS and nettle instead of OpenSSL
* Improved certificate handling
* Add support for dynamic resize of sessions
* Add PulseAudio support

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/rdesktop/Manifest  |  1 +
 net-misc/rdesktop/rdesktop-1.9.0.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/net-misc/rdesktop/Manifest b/net-misc/rdesktop/Manifest
index e521b8ca528..fd6f2357f09 100644
--- a/net-misc/rdesktop/Manifest
+++ b/net-misc/rdesktop/Manifest
@@ -1 +1,2 @@
 DIST rdesktop-1.8.6.tar.gz 321061 BLAKE2B 
bd61ecfbdca3f05b2a8d7f84c10296af3845870f5bd2522ecd768ce27cdbf790787ba9af2f53c85bcd674926488b77a610e48cafbb891fced9a458f86a2ee9e1
 SHA512 
a7d624dad27e531cf38d73bd879e66aaf72e527d082a4adb59e259e4e5b9a779ee6938db74601fbb2be7e7b015c806109fe8dfc99d78cbd06f0ba4d8f89b28ee
+DIST rdesktop-1.9.0.tar.gz 368980 BLAKE2B 
c3545e1c0f8ff04adeb8f36e24684a0719a4d4bb0176491a1826b3c5c2976a96d96d773280ca5b27b936aa5f79957e7faec77be996048115d8f8c0a3f0cc0d6d
 SHA512 
e101147b496ae70118c2756bf120007d4748aad9d9917d9ebc0878ffaf35764500861c548ef0528722777555c78e1d3d146b6f3691daa2b8657b0d3a541094f5

diff --git a/net-misc/rdesktop/rdesktop-1.9.0.ebuild 
b/net-misc/rdesktop/rdesktop-1.9.0.ebuild
new file mode 100644
index 000..2a3e18a9ba6
--- /dev/null
+++ b/net-misc/rdesktop/rdesktop-1.9.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools eutils
+
+MY_PV=${PV/_/-}
+
+DESCRIPTION="A Remote Desktop Protocol Client"
+HOMEPAGE="http://www.rdesktop.org/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="alsa ao ipv6 kerberos oss pcsc-lite pulseaudio xrandr"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+RDEPEND="
+   dev-libs/nettle:0=
+   >=net-libs/gnutls-3.2.0:0=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   alsa? (
+   media-libs/alsa-lib
+   media-libs/libsamplerate
+   )
+   ao? (
+   >=media-libs/libao-0.8.6
+   media-libs/libsamplerate
+   )
+   kerberos? ( virtual/krb5 )
+   pcsc-lite? ( >=sys-apps/pcsc-lite-1.6.6 )
+   oss? ( media-libs/libsamplerate )
+   pulseaudio? (
+   media-libs/libsamplerate
+   media-sound/pulseaudio
+   )
+   xrandr? ( x11-libs/libXrandr )"
+DEPEND="${RDEPEND}
+   x11-libs/libXt"
+BDEPEND=virtual/pkgconfig
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.3-no_strip.patch
+   "${FILESDIR}"/${PN}-1.8.3-xrandr_configure.patch
+)
+
+DOCS=( doc/ChangeLog doc/HACKING doc/TODO doc/keymapping.txt )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   if use pulseaudio; then
+   sound_conf="--with-sound=pulse"
+   elif use ao; then
+   sound_conf="--with-sound=libao"
+   elif use alsa; then
+   sound_conf="--with-sound=alsa"
+   else
+   sound_conf=$(use_with oss sound oss)
+   fi
+
+   econf \
+   $(use_with ipv6) \
+   $(use_with xrandr) \
+   $(use_enable kerberos credssp) \
+   $(use_enable pcsc-lite smartcard) \
+   ${sound_conf}
+}



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

2019-10-16 Thread Bernard Cafarelli
commit: dc9895ac02962c11f813ec096411d6910ef672cf
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct 16 21:13:52 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct 16 21:39:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9895ac

net-misc/rdesktop: drop old

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/rdesktop/Manifest |  1 -
 .../files/rdesktop-1.8.4-use_standard_gssapi.patch | 82 --
 net-misc/rdesktop/metadata.xml |  2 +-
 net-misc/rdesktop/rdesktop-1.8.4-r1.ebuild | 70 --
 net-misc/rdesktop/rdesktop-1.8.4-r2.ebuild | 71 ---
 5 files changed, 1 insertion(+), 225 deletions(-)

diff --git a/net-misc/rdesktop/Manifest b/net-misc/rdesktop/Manifest
index f7712845f43..e521b8ca528 100644
--- a/net-misc/rdesktop/Manifest
+++ b/net-misc/rdesktop/Manifest
@@ -1,2 +1 @@
-DIST rdesktop-1.8.4.tar.gz 321448 BLAKE2B 
b4d5a91f77a63258d08823c860b2d7045b0ee7ad0feb144746c904146c410c6456391eb3f2b7b9a6a40c2fb34515bb751c2c9da8dfcaf17c5309ff21cad3
 SHA512 
9e4f6723eb0baab31ad11f1c5c29a4753c655386c2381d01646b7834c959ffc2ec1e0c2f3f73626255aa018889709758d97387c7563da98bb1b7f269610929ae
 DIST rdesktop-1.8.6.tar.gz 321061 BLAKE2B 
bd61ecfbdca3f05b2a8d7f84c10296af3845870f5bd2522ecd768ce27cdbf790787ba9af2f53c85bcd674926488b77a610e48cafbb891fced9a458f86a2ee9e1
 SHA512 
a7d624dad27e531cf38d73bd879e66aaf72e527d082a4adb59e259e4e5b9a779ee6938db74601fbb2be7e7b015c806109fe8dfc99d78cbd06f0ba4d8f89b28ee

diff --git a/net-misc/rdesktop/files/rdesktop-1.8.4-use_standard_gssapi.patch 
b/net-misc/rdesktop/files/rdesktop-1.8.4-use_standard_gssapi.patch
deleted file mode 100644
index 5befcf02e55..000
--- a/net-misc/rdesktop/files/rdesktop-1.8.4-use_standard_gssapi.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-From 71f1cfb909c0a955632001cf9fad80a321a43372 Mon Sep 17 00:00:00 2001
-From: Pierre Ossman 
-Date: Mon, 10 Jul 2017 15:12:26 +0200
-Subject: [PATCH 1/2] Fix pointer types for gss_wrap()/gss_unrap()
-
-We were using the incorrect type for the context for these two calls.
-No practical effects, but some noise from the compiler about the wrong
-pointer type.

- cssp.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/cssp.c b/cssp.c
-index 9f4c0829..6ac37746 100644
 a/cssp.c
-+++ b/cssp.c
-@@ -173,7 +173,7 @@ cssp_gss_get_service_name(char *server, gss_name_t * name)
- }
- 
- static RD_BOOL
--cssp_gss_wrap(gss_ctx_id_t * ctx, STREAM in, STREAM out)
-+cssp_gss_wrap(gss_ctx_id_t ctx, STREAM in, STREAM out)
- {
-   int conf_state;
-   OM_uint32 major_status;
-@@ -212,7 +212,7 @@ cssp_gss_wrap(gss_ctx_id_t * ctx, STREAM in, STREAM out)
- }
- 
- static RD_BOOL
--cssp_gss_unwrap(gss_ctx_id_t * ctx, STREAM in, STREAM out)
-+cssp_gss_unwrap(gss_ctx_id_t ctx, STREAM in, STREAM out)
- {
-   OM_uint32 major_status;
-   OM_uint32 minor_status;
-
-From b556651fe109c8802a0c798b8a680e5ff883bf4e Mon Sep 17 00:00:00 2001
-From: Pierre Ossman 
-Date: Mon, 10 Jul 2017 15:14:01 +0200
-Subject: [PATCH 2/2] Use standard GSSAPI rather than libgssglue
-
-That project is abandoned and the distributions aren't including
-it anymore.

- configure.ac | 15 ---
- 1 file changed, 4 insertions(+), 11 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index e045c409..a969ad5d 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -122,27 +122,20 @@ fi
- 
- dnl CredSSP feature
- AC_ARG_ENABLE([credssp], AS_HELP_STRING([--disable-credssp], [disable support 
for CredSSP]))
--AC_ARG_ENABLE([static-gssglue], AS_HELP_STRING([--enable-static-gssglue]), 
--[static_gssglue=yes], [static_gssglue=no])
- AS_IF([test "x$enable_credssp" != "xno"], [
- if test -n "$PKG_CONFIG"; then
--  PKG_CHECK_MODULES(GSSGLUE, libgssglue, [WITH_CREDSSP=1], 
[WITH_CREDSSP=0])
-+  PKG_CHECK_MODULES(GSSAPI, krb5-gssapi, [WITH_CREDSSP=1], 
[WITH_CREDSSP=0])
- fi
- 
- if test x"$WITH_CREDSSP" = "x1"; then
- CREDSSPOBJ="cssp.o"
--CFLAGS="$CFLAGS $GSSGLUE_CFLAGS"
--
--AS_IF([test "x$static_gssglue" != "xno"], [
--LIBS="$LIBS -Wl,-Bstatic -lgssglue -Wl,-Bdynamic"
--], [
--LIBS="$LIBS -lgssglue"
--])
-+CFLAGS="$CFLAGS $GSSAPI_CFLAGS"
-+LIBS="$LIBS $GSSAPI_LIBS"
- 
- AC_DEFINE(WITH_CREDSSP)
- else
-   echo
--  echo "CredSSP support requires libgssglue, install the 
dependency"
-+  echo "CredSSP support requires GSSAPI, install the dependency"
-   echo "or disable the feature using --disable-credssp."
-   echo
-   exit 1

diff --git a/net-misc/rdesktop/metadata.xml b/net-misc/rdesktop/metadata.xml
index 905d0e56c9b..8e11088a21d 100644
--- 

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

2019-10-16 Thread Craig Andrews
commit: 515ea8af3960977c70faf513dce4b650a69d5ff1
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Oct 16 21:15:29 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Oct 16 21:20:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515ea8af

net-p2p/deluge: dev-python/mako is an unconditional dependency

Closes: https://bugs.gentoo.org/697888
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/deluge/{deluge-.ebuild => deluge-2.0.3-r1.ebuild} | 4 ++--
 net-p2p/deluge/deluge-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/deluge/deluge-.ebuild 
b/net-p2p/deluge/deluge-2.0.3-r1.ebuild
similarity index 97%
copy from net-p2p/deluge/deluge-.ebuild
copy to net-p2p/deluge/deluge-2.0.3-r1.ebuild
index 879207fa8b3..9d936b780a0 100644
--- a/net-p2p/deluge/deluge-.ebuild
+++ b/net-p2p/deluge/deluge-2.0.3-r1.ebuild
@@ -51,7 +51,7 @@ RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
libnotify? ( x11-libs/libnotify )
)
net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]
-   webinterface? ( dev-python/mako[${PYTHON_USEDEP}] )"
+   dev-python/mako[${PYTHON_USEDEP}]"
 
 PATCHES=(
"${FILESDIR}/${PN}-2.0.3-setup.py.patch"
@@ -99,7 +99,7 @@ python_install_all() {
if use webinterface; then
newinitd "${FILESDIR}/deluge-web.init" deluge-web
newconfd "${FILESDIR}/deluge-web.conf" deluge-web
-   systemd_newunit "${FILESDIR}/deluge-web.service-2" 
deluge-web.service
+   systemd_newunit "${FILESDIR}/deluge-web.service-3" 
deluge-web.service
systemd_install_serviced "${FILESDIR}/deluge-web.service.conf"
else
rm -rf 
"${D}/usr/$(get_libdir)/python2.7/site-packages/deluge/ui/web/" || die

diff --git a/net-p2p/deluge/deluge-.ebuild 
b/net-p2p/deluge/deluge-.ebuild
index 879207fa8b3..9d936b780a0 100644
--- a/net-p2p/deluge/deluge-.ebuild
+++ b/net-p2p/deluge/deluge-.ebuild
@@ -51,7 +51,7 @@ RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
libnotify? ( x11-libs/libnotify )
)
net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]
-   webinterface? ( dev-python/mako[${PYTHON_USEDEP}] )"
+   dev-python/mako[${PYTHON_USEDEP}]"
 
 PATCHES=(
"${FILESDIR}/${PN}-2.0.3-setup.py.patch"
@@ -99,7 +99,7 @@ python_install_all() {
if use webinterface; then
newinitd "${FILESDIR}/deluge-web.init" deluge-web
newconfd "${FILESDIR}/deluge-web.conf" deluge-web
-   systemd_newunit "${FILESDIR}/deluge-web.service-2" 
deluge-web.service
+   systemd_newunit "${FILESDIR}/deluge-web.service-3" 
deluge-web.service
systemd_install_serviced "${FILESDIR}/deluge-web.service.conf"
else
rm -rf 
"${D}/usr/$(get_libdir)/python2.7/site-packages/deluge/ui/web/" || die



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

2019-10-16 Thread Craig Andrews
commit: 3b630e82b3c0afe314d069c69bef6e82b74d2396
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Oct 16 21:17:18 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Oct 16 21:20:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b630e82

net-p2p/deluge: Cleanup old version

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/deluge/deluge-2.0.3.ebuild | 133 -
 1 file changed, 133 deletions(-)

diff --git a/net-p2p/deluge/deluge-2.0.3.ebuild 
b/net-p2p/deluge/deluge-2.0.3.ebuild
deleted file mode 100644
index 849209d96ba..000
--- a/net-p2p/deluge/deluge-2.0.3.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# 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} )
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 systemd
-
-DESCRIPTION="BitTorrent client with a client/server model"
-HOMEPAGE="https://deluge-torrent.org/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.deluge-torrent.org/${PN};
-else
-   SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="console geoip gtk libnotify sound webinterface"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   libnotify? ( gtk )
-   sound? ( gtk )
-"
-
-DEPEND="net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-util/intltool
-   dev-python/wheel[${PYTHON_USEDEP}]
-   acct-group/deluge
-   acct-user/deluge"
-RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   dev-python/rencode[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/twisted-17.1.0[crypt,${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
-   geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
-   gtk? (
-   sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg
-   libnotify? ( x11-libs/libnotify )
-   )
-   net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]
-   webinterface? ( dev-python/mako[${PYTHON_USEDEP}] )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.0.3-setup.py.patch"
-   "${FILESDIR}/${PN}-2.0.3-UI-status.patch"
-)
-
-python_prepare_all() {
-   local args=(
-   -e "/Compiling po file/a \\\tuptoDate = False"
-   )
-   sed -i "${args[@]}" -- 'setup.py' || die
-   args=(
-   -e 's|"new_release_check": True|"new_release_check": False|'
-   -e 's|"check_new_releases": True|"check_new_releases": False|'
-   -e 's|"show_new_releases": True|"show_new_releases": False|'
-   )
-   sed -i "${args[@]}" -- 'deluge/core/preferencesmanager.py' || die
-
-   distutils-r1_python_prepare_all
-}
-
-esetup.py() {
-   # bug 531370: deluge has its own plugin system. No need to relocate its 
egg info files.
-   # Override this call from the distutils-r1 eclass.
-   # This does not respect the distutils-r1 API. DONOT copy this example.
-   set -- "${PYTHON}" setup.py "$@"
-   echo "$@"
-   "$@" || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if ! use console ; then
-   rm -rf 
"${D}/usr/$(get_libdir)/python2.7/site-packages/deluge/ui/console/" || die
-   rm -f "${D}/usr/bin/deluge-console" || die
-   rm -f "${D}/usr/share/man/man1/deluge-console.1" ||die
-   fi
-   if ! use gtk ; then
-   rm -rf 
"${D}/usr/$(get_libdir)/python2.7/site-packages/deluge/ui/gtkui/" || die
-   rm -rf "${D}/usr/share/icons/" || die
-   rm -f "${D}/usr/bin/deluge-gtk" || die
-   rm -f "${D}/usr/share/man/man1/deluge-gtk.1" || die
-   rm -f "${D}/usr/share/applications/deluge.desktop" || die
-   fi
-   if use webinterface; then
-   newinitd "${FILESDIR}/deluge-web.init" deluge-web
-   newconfd "${FILESDIR}/deluge-web.conf" deluge-web
-   systemd_newunit "${FILESDIR}/deluge-web.service-3" 
deluge-web.service
-   systemd_install_serviced "${FILESDIR}/deluge-web.service.conf"
-   else
-   rm -rf 
"${D}/usr/$(get_libdir)/python2.7/site-packages/deluge/ui/web/" || die
-   rm -f "${D}/usr/bin/deluge-web" || die
-   rm -f "${D}/usr/share/man/man1/deluge-web.1" || die
-   fi
-   newinitd "${FILESDIR}"/deluged.init-2 deluged
-   newconfd 

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

2019-10-16 Thread Jeroen Roovers
commit: ef53674144d224152ab45914bd292fbde34cfe4b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 16 21:03:27 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 16 21:03:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef536741

dev-libs/libuv: Old

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-libs/libuv/Manifest|  3 ---
 dev-libs/libuv/libuv-1.29.1.ebuild | 47 --
 dev-libs/libuv/libuv-1.30.0.ebuild | 47 --
 dev-libs/libuv/libuv-1.30.1.ebuild | 47 --
 4 files changed, 144 deletions(-)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
index 286182e0184..bd1bb840174 100644
--- a/dev-libs/libuv/Manifest
+++ b/dev-libs/libuv/Manifest
@@ -1,7 +1,4 @@
 DIST libuv-1.28.0.tar.gz 1218769 BLAKE2B 
444881479688144b36559a258f998e99e663d856c349086f74a21c3946f8d48d0fd9ed0a7c64c76c18b47edd3df037936fd87c4d47e9ae7c5639bb6e289e026d
 SHA512 
5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53
-DIST libuv-1.29.1.tar.gz 1224127 BLAKE2B 
f116b0e0df9c2b65bafb8ebe0259ac1e1702232e751e015dbffa9be403f39727d255a7abc560b219279caff1bfab9528f38e32dbd2cf42dc0274dbaa57727861
 SHA512 
7e1ed1bc500bfaab44858b3ff4685ec3d2abce412718ad144d642f7526f6dbcba643ea9a623bb129d545599570be64ed9a498d85485c1716c4c365bb7ab61898
-DIST libuv-1.30.0.tar.gz 1228356 BLAKE2B 
1e70ff162f5b6200e1a88c069360cbbc246d8bd5428c918ff80fadd139b3416301116c1015953ff7be583523a5c977b1da003958e6dd66cf2f43ef5adfc798c3
 SHA512 
3ba158cea5027fe7c30314da08a620a718cb30ca38997e46ad00912eefac9d2d94f9dd256c204771686a546d7445da2db1be2a0abed7ba14f122332767ee5ee8
-DIST libuv-1.30.1.tar.gz 1228593 BLAKE2B 
db45d283b7aec00ee5b617a6d3578112aeae6f006da5b09c9d0eb07ce9ceee59d6acc0ae9e476602f664c67d24685c4e1ac0e1524f38475da1f00e89c8376bd8
 SHA512 
bf6d99e4807da3e90c1852b901953fb5ddb9354942a433d8ddfef9a0766abfe3783216936c546ea1b9f2872d0d031dd184519bb5c7f58f6baeae4446f0f5e3fd
 DIST libuv-1.31.0.tar.gz 1238566 BLAKE2B 
d6a9b92dc8a6f28dd89f65e6d1b7ff4921c7d591c13965e27304d3ca38f25d0436a1ab690a09238c511bb787bcecbaf2cc34a214a388515eef039fc5742ec7ee
 SHA512 
bb27ab86f2f6e9c2b22e768216097db2b69e468967b48bf1a15d17c36b445355ee4bd356f59bbd1bcf7d7c0d3f68b2c6660f999a2cc0660033eb5e3775499409
 DIST libuv-1.32.0.tar.gz 1242643 BLAKE2B 
39520790200c70a417103416a6c2a389aad7b67878872c3733cf0dbca5ace012e45da088b0695e8dcbf55859635b6d67672581bc13c444d078ffa536bd3d0c39
 SHA512 
3e043a56fd09fdaf3c89f81b3dff70a385ba8a59ec065447c95199a0e45da323b8545fb13b50139c557541357450103a88297fdc921832de661f3e2700173b96
 DIST libuv-1.33.0.tar.gz 1251488 BLAKE2B 
adbbc0e49db63cc26f20f96e87572478dd672bbd390075b54b15e1c8d5cc27956ae43313deb61b5e45502bc588d5cf15b9f5148035ae81af3e3c2ff15462a091
 SHA512 
0b0767d9743931060fe9347ca239d8fb3192a2e0182101dc8f55ab3c9a7440967eda062cc2b3b8b1aede4bdda690e5c20e55ad258c273a1518412e08bf8b8707

diff --git a/dev-libs/libuv/libuv-1.29.1.ebuild 
b/dev-libs/libuv/libuv-1.29.1.ebuild
deleted file mode 100644
index dda90b40158..000
--- a/dev-libs/libuv/libuv-1.29.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools multilib-minimal
-
-DESCRIPTION="Cross-platform asychronous I/O"
-HOMEPAGE="https://github.com/libuv/libuv;
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD BSD-2 ISC MIT"
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="sys-devel/libtool
-   virtual/pkgconfig[${MULTILIB_USEDEP}]"
-
-src_prepare() {
-   default
-
-   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
-   > m4/libuv-extra-automake-flags.m4 || die
-
-   # upstream fails to ship a configure script
-   eautoreconf
-}
-
-multilib_src_configure() {
-   local myeconfargs=(
-   cc_cv_cflags__g=no
-   $(use_enable static-libs static)
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_test() {
-   mkdir "${BUILD_DIR}"/test || die
-   cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
-   default
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/libuv/libuv-1.30.0.ebuild 
b/dev-libs/libuv/libuv-1.30.0.ebuild
deleted file mode 100644
index dda90b40158..000
--- a/dev-libs/libuv/libuv-1.30.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-

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

2019-10-16 Thread Jeroen Roovers
commit: aa8e9a855333b671ea7ede24122999f305f7180f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 16 21:00:48 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 16 21:03:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8e9a85

dev-libs/libuv: Version 1.33.0

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-libs/libuv/Manifest|  1 +
 dev-libs/libuv/libuv-1.33.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
index 0068ba70780..286182e0184 100644
--- a/dev-libs/libuv/Manifest
+++ b/dev-libs/libuv/Manifest
@@ -4,3 +4,4 @@ DIST libuv-1.30.0.tar.gz 1228356 BLAKE2B 
1e70ff162f5b6200e1a88c069360cbbc246d8bd
 DIST libuv-1.30.1.tar.gz 1228593 BLAKE2B 
db45d283b7aec00ee5b617a6d3578112aeae6f006da5b09c9d0eb07ce9ceee59d6acc0ae9e476602f664c67d24685c4e1ac0e1524f38475da1f00e89c8376bd8
 SHA512 
bf6d99e4807da3e90c1852b901953fb5ddb9354942a433d8ddfef9a0766abfe3783216936c546ea1b9f2872d0d031dd184519bb5c7f58f6baeae4446f0f5e3fd
 DIST libuv-1.31.0.tar.gz 1238566 BLAKE2B 
d6a9b92dc8a6f28dd89f65e6d1b7ff4921c7d591c13965e27304d3ca38f25d0436a1ab690a09238c511bb787bcecbaf2cc34a214a388515eef039fc5742ec7ee
 SHA512 
bb27ab86f2f6e9c2b22e768216097db2b69e468967b48bf1a15d17c36b445355ee4bd356f59bbd1bcf7d7c0d3f68b2c6660f999a2cc0660033eb5e3775499409
 DIST libuv-1.32.0.tar.gz 1242643 BLAKE2B 
39520790200c70a417103416a6c2a389aad7b67878872c3733cf0dbca5ace012e45da088b0695e8dcbf55859635b6d67672581bc13c444d078ffa536bd3d0c39
 SHA512 
3e043a56fd09fdaf3c89f81b3dff70a385ba8a59ec065447c95199a0e45da323b8545fb13b50139c557541357450103a88297fdc921832de661f3e2700173b96
+DIST libuv-1.33.0.tar.gz 1251488 BLAKE2B 
adbbc0e49db63cc26f20f96e87572478dd672bbd390075b54b15e1c8d5cc27956ae43313deb61b5e45502bc588d5cf15b9f5148035ae81af3e3c2ff15462a091
 SHA512 
0b0767d9743931060fe9347ca239d8fb3192a2e0182101dc8f55ab3c9a7440967eda062cc2b3b8b1aede4bdda690e5c20e55ad258c273a1518412e08bf8b8707

diff --git a/dev-libs/libuv/libuv-1.33.0.ebuild 
b/dev-libs/libuv/libuv-1.33.0.ebuild
new file mode 100644
index 000..7c0554f3524
--- /dev/null
+++ b/dev-libs/libuv/libuv-1.33.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+DESCRIPTION="Cross-platform asychronous I/O"
+HOMEPAGE="https://github.com/libuv/libuv;
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD BSD-2 ISC MIT"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+RESTRICT="test"
+
+DEPEND="sys-devel/libtool
+   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+
+src_prepare() {
+   default
+
+   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
+   > m4/libuv-extra-automake-flags.m4 || die
+
+   # upstream fails to ship a configure script
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   cc_cv_cflags__g=no
+   $(use_enable static-libs static)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_test() {
+   mkdir "${BUILD_DIR}"/test || die
+   cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
+   default
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-10-16 Thread Jeroen Roovers
commit: 83c0a8f0637bd3be98c7a88a58dea53aa4920b39
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 16 21:02:12 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 16 21:03:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c0a8f0

www-client/opera: Version 64.0.3417.61

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-64.0.3417.61.ebuild | 111 +
 2 files changed, 112 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 3d5e574ca16..ceede36fd84 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1 +1,2 @@
 DIST opera-stable_64.0.3417.54_amd64.deb 65791314 BLAKE2B 
394b38a3ce7002124c5ca2bf1612f2ed019e1b275bbc04926603646029091954b217ac45cf0a9ca4b5ff98780fe3666ae18aed9cb9adea7531bf95c1cfb9338e
 SHA512 
49f32c44b7877ccb0c3d306fe00a03d20f70d884df0bcd00a8468700d0420793aca50462427aad2bd948e3db1c91f20b97e49ee5e462f929e67d40b8000468f0
+DIST opera-stable_64.0.3417.61_amd64.deb 66139492 BLAKE2B 
bdb6c8d622418a11bea98149c502145b9d39425f044d81885cc03fee395ed6dfe756c4817cf68d84bd97fdc7f79eb99ff47a2fa8395036519961a1e4cb526517
 SHA512 
443862bbf74769d7242350e974bba298ab2a39d05a169dbf9e5dbf8f9e75da2b57fa5595d29499010b3a05ffd111f6753a598ae5c05c1a374935c484b969eb24

diff --git a/www-client/opera/opera-64.0.3417.61.ebuild 
b/www-client/opera/opera-64.0.3417.61.ebuild
new file mode 100644
index 000..eec568e74cf
--- /dev/null
+++ b/www-client/opera/opera-64.0.3417.61.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+
+"
+inherit chromium-2 multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
+"
+done
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   default
+
+   OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}-stable/copyright || die
+   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+   gunzip usr/share/doc/${PF}/changelog.gz || die
+
+   pushd "${OPERA_HOME}"/localization > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   rm "${OPERA_HOME}"/${PN}_autoupdate || die
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /"${OPERA_HOME}"/opera_sandbox
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}



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

2019-10-16 Thread Andreas Sturmlechner
commit: f09a528e45b66b64a868aca08df94ba4801aefd4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 16 20:59:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 16 20:59:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09a528e

kde-frameworks/kapidox: Set KDE_QTHELP="false"

None of the usual cmake switches at all here.

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

 kde-frameworks/kapidox/kapidox-5.60.0.ebuild | 1 +
 kde-frameworks/kapidox/kapidox-5.63.0.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kapidox/kapidox-5.60.0.ebuild 
b/kde-frameworks/kapidox/kapidox-5.60.0.ebuild
index 274a643f1e5..f8299a4c5cb 100644
--- a/kde-frameworks/kapidox/kapidox-5.60.0.ebuild
+++ b/kde-frameworks/kapidox/kapidox-5.60.0.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 KDE_AUTODEPS="false"
 KDE_DEBUG="false"
+KDE_QTHELP="false"
 KDE_TEST="false"
 DISTUTILS_SINGLE_IMPL="true"
 PYTHON_COMPAT=( python2_7 )

diff --git a/kde-frameworks/kapidox/kapidox-5.63.0.ebuild 
b/kde-frameworks/kapidox/kapidox-5.63.0.ebuild
index 0a2cd53035e..a50c4f72e19 100644
--- a/kde-frameworks/kapidox/kapidox-5.63.0.ebuild
+++ b/kde-frameworks/kapidox/kapidox-5.63.0.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 KDE_AUTODEPS="false"
 KDE_DEBUG="false"
+KDE_QTHELP="false"
 KDE_TEST="false"
 DISTUTILS_SINGLE_IMPL="true"
 PYTHON_COMPAT=( python2_7 python3_{6,7} )



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/

2019-10-16 Thread Lars Wendler
commit: 7c35c5af0a5d1cbd9c12963a99bcb3e6c049a51e
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Oct 16 20:59:39 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct 16 21:00:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c35c5af

app-emulation/virtualbox-guest-additions: Don't apply compat patch

Closes: https://bugs.gentoo.org/697876
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 .../virtualbox-guest-additions-6.0.14.ebuild  | 4 
 1 file changed, 4 deletions(-)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.0.14.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.0.14.ebuild
index 9ac2195b1e0..efbf2bd2fdf 100644
--- 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.0.14.ebuild
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.0.14.ebuild
@@ -71,10 +71,6 @@ src_prepare() {
eend
popd &>/dev/null || die
 
-   pushd src/VBox &>/dev/null || die
-   eapply 
"${FILESDIR}"/virtualbox-guest-additions-6.0.12-linux-5.3+-compatibility.patch
-   popd &>/dev/null || die
-
# PaX fixes (see bug #298988)
pushd "${VBOX_MOD_SRC_DIR}" &>/dev/null || die
eapply "${FILESDIR}"/vboxguest-6.0.6-log-use-c99.patch



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

2019-10-16 Thread Jeroen Roovers
commit: ab5d0e6bbd010a4e6a569abd29b3c3f8955844bc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 16 20:43:02 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 16 20:57:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5d0e6b

net-libs/libnet: Version 1.2

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/libnet/Manifest  |  1 +
 net-libs/libnet/libnet-1.2.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/net-libs/libnet/Manifest b/net-libs/libnet/Manifest
index 6cac2ef87a7..d702fc8e600 100644
--- a/net-libs/libnet/Manifest
+++ b/net-libs/libnet/Manifest
@@ -1,3 +1,4 @@
 DIST libnet-1.0.2a.tar.gz 140191 BLAKE2B 
4107cb714b7be901250759ce5288a86922bd7cc20081a9d2c93758150d74c55844db98c43874befdfb593ec25e128d6ae2389eff7c46da79dcbb9681f649e059
 SHA512 
2e9a73bd767e1f46eea92e18ddd83cc3179144c8cc5b1a22b4dba50fee16173c951be4dd647a247bd7067c33b9e33489a6efb313ce1ea0c61c4a06009c3c4d95
 DIST libnet-1.2-rc3.tar.gz 676205 BLAKE2B 
f1aa199489e9aacc6b2bf567f5885e3b54b1044fb292693581c8fbc8fb99c565e0a9436b35914bdbda65798b00527049f279da3b3b6048e32f575f51b92c3309
 SHA512 
4f1c5c1a72e2c35ca3add772cb1af63e8245bb5c127e4a74fb9f619f987a4ea047bf17caaa292e9b7fa7642635773b90975d013644be0383dca93d688ca8430d
 DIST libnet-1.2-rc4.tar.gz 615726 BLAKE2B 
90d2a98dc52c32ff7d97edd4f85c04e56ba5c9300b39fff560f39078dbfd451474118168c291db1fa13fb0d6af123c23a604e03d0f88609a0c131c694cffd755
 SHA512 
01c815c9e544f00a2b35372466ff8b372b132e3d4ee7b99557f799e0b4380777bebde2ce9bdd804314dffe88ce953f332923d9fa2bf3c186ea19e045b94edbcd
+DIST libnet-1.2.tar.gz 649191 BLAKE2B 
bc463c7869e0327ec2f7663c2e66a27302e368f9846235f6774f36aed66263655badaf980e7e7fb08cc2f9a7f2620129c193bbdd49bbee58401f229a69c50c2a
 SHA512 
84430f24e000eb7728b1fbb5e620716d13d193e8b9e024cf56a08fbeeeaaf56c9122caaf7647f01e6b38b73212e592fa5cc4e8ff56b1d5f5a73aea462e84edd6

diff --git a/net-libs/libnet/libnet-1.2.ebuild 
b/net-libs/libnet/libnet-1.2.ebuild
new file mode 100644
index 000..1fd8b0b6e39
--- /dev/null
+++ b/net-libs/libnet/libnet-1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="library providing an API for commonly used low-level network 
functions"
+HOMEPAGE="http://libnet-dev.sourceforge.net/ https://github.com/libnet/libnet;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="BSD BSD-2 HPND"
+SLOT="1.1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="static-libs"
+
+DOCS=(
+   ChangeLog.md README.md doc/MIGRATION.md
+)
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: 0f0ea5a7c8c510230de2054075d04433d4811997
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:31:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0ea5a7

app-text/docbook-xml-dtd: stable 4.3-r2 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild
index a8b8ed17174..6e13510bf93 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: d38fbb3659e5fb20b80b6b36d16190159ea4e2db
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:30:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38fbb36

app-text/docbook-xml-dtd: stable 4.1.2-r7 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild
index 2fcce8236ae..0ed4c7b276a 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65



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

2019-10-16 Thread Sergei Trofimovich
commit: 269c7776e96297d67e21676e2ec48e16c5e88695
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:24:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269c7776

app-text/sgmltools-lite: stable 3.0.3-r15 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild 
b/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild
index 45dcec61d2a..064b535c904 100644
--- a/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild
+++ b/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r15.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="jadetex"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: 8cf7524c4c980f71bb3ef2b11a860b30de4c050a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:29:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf7524c

app-text/docbook-sgml-dtd: stable 4.5-r1 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5-r1.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5-r1.ebuild
index 86597994ab0..7f4bf9b937a 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5-r1.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.41"



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-simple-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: 5eda8c8e3058e1986ad21500a754a5f60a1173c7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:33:30 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eda8c8e

app-text/docbook-xml-simple-dtd: mark 4.1.2.5-r3 hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r3.ebuild 
b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r3.ebuild
index 9bec9992ff5..8206fbebb25 100644
--- a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r3.ebuild
+++ b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.5-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.oasis-open.org/docbook/xml/simple/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/build-docbook-catalog-1.6"



[gentoo-commits] repo/gentoo:master commit in: sys-process/at/

2019-10-16 Thread Sergei Trofimovich
commit: f7bfccbba896609770f6bda0a12d518dd4ffa413
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:15:06 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bfccbb

sys-process/at: stable 3.1.23 for hppa, bug #697760

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-process/at/at-3.1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/at/at-3.1.23.ebuild b/sys-process/at/at-3.1.23.ebuild
index b432dbc4887..a363acd085f 100644
--- a/sys-process/at/at-3.1.23.ebuild
+++ b/sys-process/at/at-3.1.23.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/a/at/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="pam selinux"
 
 DEPEND="virtual/mta



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: 589f7df083802f59dda9d1d7508f74a030afe83f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:29:05 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589f7df0

app-text/docbook-sgml-dtd: stable 4.3-r3 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r3.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r3.ebuild
index 0dd5a504aaa..b2993927d02 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r3.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.41"



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: c7df24ae78872bec696fa67bf0d6da93a5c5ae02
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:27:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7df24ae

app-text/docbook-sgml-dtd: stable 3.1-r4 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r4.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r4.ebuild
index a750f52cd97..b9215d7e2a0 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r4.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.1-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.41"



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

2019-10-16 Thread Sergei Trofimovich
commit: b02465785f9f7b0c3766d593a1073cfc6c054ab2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:23:36 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0246578

app-text/sgml-common: stable 0.6.3-r7 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/sgml-common/sgml-common-0.6.3-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild 
b/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild
index bbbe2abd083..1093399f343 100644
--- a/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild
+++ b/app-text/sgml-common/sgml-common-0.6.3-r7.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~floppym/dist/${PN}/${P}-gentoo.tar.gz;
 # install-catalog is GPL
 LICENSE="FDL-1.1+ GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: 75d766ea685ec3bb5a73f7154730de51849e6965
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:27:44 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d766ea

app-text/docbook-sgml-dtd: stable 4.0-r4 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r4.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r4.ebuild
index a750f52cd97..b9215d7e2a0 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r4.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.0-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.41"



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

2019-10-16 Thread Sergei Trofimovich
commit: b2c29bf2f328ae6b836e6203ae76f14d8d333cad
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:25:35 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c29bf2

dev-util/xdelta: stable 1.1.4-r2 for hppa, bug #697532

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/xdelta/xdelta-1.1.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xdelta/xdelta-1.1.4-r2.ebuild 
b/dev-util/xdelta/xdelta-1.1.4-r2.ebuild
index d8564f8f23b..8fcb8aed424 100644
--- a/dev-util/xdelta/xdelta-1.1.4-r2.ebuild
+++ b/dev-util/xdelta/xdelta-1.1.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-utils/

2019-10-16 Thread Sergei Trofimovich
commit: 2f744a6e329c9e8d4fa4313b4d30fac61f8c6df5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:19:52 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f744a6e

app-text/docbook-sgml-utils: stable 0.6.14-r3 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r3.ebuild 
b/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r3.ebuild
index 09113a890cf..c6ea3b0e392 100644
--- a/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r3.ebuild
+++ b/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.14-r3.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="jadetex"
 
 DEPEND=">=dev-lang/perl-5



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: b0cd84871871dde79c04a30b5cdc158ffd106979
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:28:38 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0cd8487

app-text/docbook-sgml-dtd: stable 4.2-r3 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r3.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r3.ebuild
index c714948468e..a94c3f33001 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r3.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.2-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.41"



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: d1b49512b83adc6b5e700977cd3f0487a71d6556
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:28:11 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b49512

app-text/docbook-sgml-dtd: stable 4.1-r4 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild
index a750f52cd97..b9215d7e2a0 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.1-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.41"



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: aecb7eb7592794b223c28815455432aa4323163d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:32:15 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aecb7eb7

app-text/docbook-xml-dtd: stable 4.5-r2 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild
index 86fbc80b15e..50c88d83dfc 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: 83c2c7118a9bea645a826e5110a8cc81899afd26
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:31:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c2c711

app-text/docbook-xml-dtd: stable 4.4-r3 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild
index 86fbc80b15e..50c88d83dfc 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65



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

2019-10-16 Thread Sergei Trofimovich
commit: 2918e1be0e22e9c3bc4cad97acdbc75075ca866b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:33:56 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:46:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2918e1be

app-text/openjade: stable 1.3.2-r9 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/openjade/openjade-1.3.2-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/openjade/openjade-1.3.2-r9.ebuild 
b/app-text/openjade/openjade-1.3.2-r9.ebuild
index f910f3ad7f5..df072b4fe9d 100644
--- a/app-text/openjade/openjade-1.3.2-r9.ebuild
+++ b/app-text/openjade/openjade-1.3.2-r9.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-simple-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: 14adeca18c5f3434f9c7b24d00931f2bc9f5be23
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:32:40 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14adeca1

app-text/docbook-xml-simple-dtd: stable 1.0-r3 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r3.ebuild 
b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r3.ebuild
index 85e33a57e64..e51cdbd75e9 100644
--- a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r3.ebuild
+++ b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-1.0-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.oasis-open.org/docbook/xml/simple/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/build-docbook-catalog-1.6"



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-simple-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: a60fdaa660e4e24c5cdd535c9c85aad330d46d10
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:33:05 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60fdaa6

app-text/docbook-xml-simple-dtd: mark 4.1.2.4-r4 hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r4.ebuild 
b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r4.ebuild
index 608b3aa30c1..16021b838e2 100644
--- a/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r4.ebuild
+++ b/app-text/docbook-xml-simple-dtd/docbook-xml-simple-dtd-4.1.2.4-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${MY_P}.zip"
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/build-docbook-catalog-1.6"



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: 5ffb621473fa55ac85cd289c85b2bbb8a4fb591b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:26:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffb6214

app-text/docbook-sgml-dtd: stable 3.0-r4 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r4.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r4.ebuild
index a750f52cd97..b9215d7e2a0 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r4.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-3.0-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.oasis-open.org/docbook/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.41"



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-dsssl-stylesheets/

2019-10-16 Thread Sergei Trofimovich
commit: 0eae29b97053abf508b143cbc673cc8621bef24a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:26:24 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eae29b9

app-text/docbook-dsssl-stylesheets: mark 1.79-r4 hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r4.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r4.ebuild 
b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r4.ebuild
index 8b48843b0be..fddb608b835 100644
--- 
a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r4.ebuild
+++ 
b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79-r4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/docbook/docbook-dsssl/${PV}/$
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-sgml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: 84977d68d300924a52a5187a70f2b98dfff77a37
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:29:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84977d68

app-text/docbook-sgml-dtd: stable 4.4-r1 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4-r1.ebuild 
b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4-r1.ebuild
index 7a334664152..e0216934a54 100644
--- a/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4-r1.ebuild
+++ b/app-text/docbook-sgml-dtd/docbook-sgml-dtd-4.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/sgml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.41"



[gentoo-commits] repo/gentoo:master commit in: net-mail/dot-forward/

2019-10-16 Thread Sergei Trofimovich
commit: 5917436ee5e43f838f66261662037e763243e92c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:24:55 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5917436e

net-mail/dot-forward: stable 0.71-r4 for hppa, bug #697536

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-mail/dot-forward/dot-forward-0.71-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/dot-forward/dot-forward-0.71-r4.ebuild 
b/net-mail/dot-forward/dot-forward-0.71-r4.ebuild
index f41b7c95e27..9c447f453b8 100644
--- a/net-mail/dot-forward/dot-forward-0.71-r4.ebuild
+++ b/net-mail/dot-forward/dot-forward-0.71-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://cr.yp.to/software/${P}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86"
 IUSE=""
 
 # See bug 97850



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/

2019-10-16 Thread Sergei Trofimovich
commit: d01c4b6c294b3b854710f1f2b212391d77dfe49e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 16 18:30:55 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct 16 20:45:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01c4b6c

app-text/docbook-xml-dtd: stable 4.2-r3 for hppa, bug #697528

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild
index a8b8ed17174..6e13510bf93 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65



[gentoo-commits] proj/devmanual:master commit in: general-concepts/mirrors/

2019-10-16 Thread Göktürk Yüksek
commit: 9ef8d4d65e699f16788d5a7b6b71e5cad418e885
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  6 07:50:55 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:53:21 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9ef8d4d6

general-concepts/mirrors: Discourage RESTRICT=primaryuri

There is no real argument for using it, so just discourage it instead
of trying to find justification to use it.

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/mirrors/text.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/general-concepts/mirrors/text.xml 
b/general-concepts/mirrors/text.xml
index 97e9ac2..7cc6b76 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -33,9 +33,8 @@ certain files; files will still be downloaded from the 
original locations.
 
 
 The RESTRICT="primaryuri" setting causes Portage to try
-original locations first, and then fall back to mirrors if necessary 
 this
-is sometimes useful if approximate download counts are needed, or if upstream
-have a reliable mirror setup.
+original locations first, and then fall back to mirrors if necessary.
+This should not be used in new ebuilds.
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2019-10-16 Thread Göktürk Yüksek
commit: 2e5916797a8906cbd7fa8c488a4d93be2a220577
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  6 08:06:49 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:54:05 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2e591679

ebuild-writing/variables: Update the thirdpartymirrors example

Use HTTPS in the example, drop terminating slashes to indicate that
they're optional and include an example with additional directory path.

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/variables/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index 811be44..a66adc7 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -420,7 +420,7 @@ SRC_URI="https://example.com/files/${PV}.tar.gz -> 
${P}.tar.gz"
   other language choice would be accurate either.
 -->
 
-example http://download.example.org/ ftp://ftp.example.org/
+example https://download.example.com https://mirror1.example.org/example
 
 
   that can afterwards be referenced through a mirror://



[gentoo-commits] proj/devmanual:master commit in: general-concepts/mirrors/

2019-10-16 Thread Göktürk Yüksek
commit: bd81725dea981cddc3e890f0117a5bf88e2b3f47
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Oct 16 20:11:07 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 20:11:07 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bd81725d

general-concepts/mirrors: clarify 'myname' in devspace URI example

Clarify that 'myname' in the example devspace URI refers to the
username of the developer.

Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/mirrors/text.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/general-concepts/mirrors/text.xml 
b/general-concepts/mirrors/text.xml
index 6cbb53d..f5553fa 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -106,6 +106,10 @@ a distfile mirrored this way is as follows:
 SRC_URI="https://dev.gentoo.org/~myname/distfiles/${P}.tar.gz;
 
 
+
+where myname refers to the username of the developer.
+
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2019-10-16 Thread Göktürk Yüksek
commit: 2d715449b39dbecbd8b6f26f074823c3bd3b
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Oct 16 19:57:02 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:58:04 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2d715449

ebuild-writing/variables: mirror:// is a URI, not URL per PMS 4.4.2

Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/variables/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index c60a52b..288e806 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -430,7 +430,7 @@ example https://download.example.com 
https://mirror1.example.org/example
 
 
 
-that can afterwards be referenced through a mirror:// URL:
+that can afterwards be referenced through a mirror:// URI:
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2019-10-16 Thread Göktürk Yüksek
commit: 80e159f6256dbb505d656ddf2b0aca540dbf3b40
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  6 08:18:16 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:54:24 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=80e159f6

ebuild-writing/variables: Indicate multiple ebuild usage in tpm

Make it clearer that thirdpartymirrors should be used when multiple
ebuilds use the same mirror set.  It makes little sense to use it
when you are listing multiple random download locations for a particular
file.

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/variables/text.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index 23e423c..73ad8cf 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -404,7 +404,8 @@ SRC_URI="https://example.com/files/${PV}.tar.gz -> 
${P}.tar.gz"
 
 
 If the items in SRC_URI are available on multiple third-party mirrors,
-then you don't have to list each mirror in your ebuild.
+and the same set of mirrors is shared across multiple ebuilds, then you
+don't have to repeatedly list each of them in every ebuild.
 The profiles/thirdpartymirrors file in the ::gentoo repository
 contains named groups of mirrors, accessible through the mirror://
 pseudo-protocol.



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2019-10-16 Thread Göktürk Yüksek
commit: ec810986a9150209cb45f0bbeefb4b644f1b82b8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  6 08:28:15 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:54:33 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ec810986

ebuild-writing/variables: Expand on when not to use tpm

Reintegrate the warning not to use thirdpartymirrors into main text
flow.  Expand on valid use cases for using it, and word the case against
using it more strongly.

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/variables/text.xml | 31 ++-
 1 file changed, 22 insertions(+), 9 deletions(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index 73ad8cf..e65d811 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -435,15 +435,28 @@ that can afterwards be referenced through a 
mirror:// URL:
 SRC_URI="mirror://example/${PN}/${P}.tar.gz"
 
 
-
-If the sources for a package are neither mirror-restricted nor
-fetch-restricted, then they will be mirrored onto Gentoo infrastructure
-automatically; in that case, there is little benefit to using this feature.
-There is a maintenance burden associated with using a third-party mirror list:
-it must be updated when new mirrors are born and when old mirrors die. Please
-consider that when deciding whether or not to use this feature.
-
+
+There are two valid cases for using thirdpartymirrors:
+
+
+
+  
+providing multiple download locations for mirror- or fetch-restricted
+packages,
+  
+
+  
+dealing with upstreams that distribute their distfiles via a network
+of mirrors without a primary download location or a bouncer service.
+  
+
+
+
+In any other case, the primary location must be used instead. The distfiles
+will be mirrored onto Gentoo
+infrastructure; in that case, the benefit to using third-party mirror
+list does not outweigh the burden of maintaining it.
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/mirrors/

2019-10-16 Thread Göktürk Yüksek
commit: 41eef2b0c72c3509412b0d8c6487e1745a69794e
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Oct 16 20:10:35 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 20:10:35 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=41eef2b0

general-concepts/mirrors: remove extra whitespace

Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/mirrors/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/general-concepts/mirrors/text.xml 
b/general-concepts/mirrors/text.xml
index 11dd040..6cbb53d 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -98,8 +98,8 @@ requirement of the license.
 
 
 When you upload the file to dev.gentoo.org:~/public_html, you must 
ensure that it, and its
-parent directories, are world-readable.  An example SRC_URI referencing
-a distfile mirrored this way follows:
+parent directories, are world-readable. An example SRC_URI referencing
+a distfile mirrored this way is as follows:
 
 
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/mirrors/

2019-10-16 Thread Göktürk Yüksek
commit: 0bf78da53c2e86d5a27067e4838ebc8c647778dd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  6 08:00:56 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:53:45 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0bf78da5

general-concepts/mirrors: Update link to Infra project page

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/mirrors/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/general-concepts/mirrors/text.xml 
b/general-concepts/mirrors/text.xml
index 24dc188..214fbe4 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -72,8 +72,8 @@ you need to also bump the ebuild's revision.
 
 
 More general information about the internals of mirroring can be found on https://www.gentoo.org/proj/en/infrastructure/mirrors/overview-distfile.xml;>infrastructure's
-pages.
+link="https://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Distfile_Mirroring_System;>
+Infrastructure project's Distfile Mirroring System page.
 
 
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/mirrors/

2019-10-16 Thread Göktürk Yüksek
commit: 10c4cea8a800f9f921ca2dc3f6ea9303eea76861
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Oct 16 20:04:34 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 20:04:34 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=10c4cea8

general-concepts/mirrors: rework the bad upstream distfile renaming example

If a distfile rename is necessary to cope with an upstream updating a
versioned distfile in place, suggest the format of '_MMDD' instead
of '.r*'. The rationale is that the '.r*' format may confuse readers
with the Gentoo ebuild revision format '-r*', for which there is no
necessary correlation. The timestamp format also has the added bonus
of quickly being able to tell when the distfile rename took place,
assuming the developer used the proper date for it.

Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/mirrors/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/general-concepts/mirrors/text.xml 
b/general-concepts/mirrors/text.xml
index 42fef3f..11dd040 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -56,8 +56,8 @@ is necessary, please use SRC_URI arrow to rename the 
file. For example:
 
 
 
-# upstream updated the distfile in place, so make it .r1
-SRC_URI="https://example.com/badupstream/${P}.tar.gz -> ${P}.r1.tar.gz"
+# upstream updated the distfile in place, so suffix it with _MMDD
+SRC_URI="https://example.com/badupstream/${P}.tar.gz -> ${P}_20191016.tar.gz"
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2019-10-16 Thread Göktürk Yüksek
commit: 2ee6d48917ae4c7646248fd2ad4e071fa2bbe6cd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  6 08:11:57 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:54:13 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2ee6d489

ebuild-writing/variables: Reindent section on mirror://

No text changes, just reformatting to the currently used style.

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/variables/text.xml | 68 +--
 1 file changed, 36 insertions(+), 32 deletions(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index a66adc7..23e423c 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -399,22 +399,25 @@ SRC_URI="https://example.com/files/${PV}.tar.gz -> 
${P}.tar.gz"
 
 
 
-  Third-party mirrors
-  
-
-  If the items in SRC_URI are available on multiple
-  third-party mirrors, then you don't have to list each mirror in
-  your ebuild. The profiles/thirdpartymirrors file in the
-  ::gentoo repository contains named groups of mirrors,
-  accessible through the mirror:// pseudo-protocol.
-
-
-  As of EAPI 7, the format of https://projects.gentoo.org/pms/7/pms.html#x1-340004.4.2;>the
-  thirdpartymirrors file is described in section 4.4.2 of
-  the Package Manager Specification (PMS). One might define a set
-  of example mirrors,
-
+Third-party mirrors
+
+
+
+If the items in SRC_URI are available on multiple third-party mirrors,
+then you don't have to list each mirror in your ebuild.
+The profiles/thirdpartymirrors file in the ::gentoo repository
+contains named groups of mirrors, accessible through the mirror://
+pseudo-protocol.
+
+
+
+As of EAPI 7, the format of https://projects.gentoo.org/pms/7/pms.html#x1-340004.4.2;>the
+thirdpartymirrors file is described in section 4.4.2 of the Package
+Manager Specification (PMS). One might define a set of example
+mirrors,
+
+
 

[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2019-10-16 Thread Göktürk Yüksek
commit: 805a777188d74099f87ff55cb63f15241c7b6d92
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Oct 16 20:00:33 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 20:04:10 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=805a7771

ebuild-writing/variables: remove redundant thirdpartymirrors sentence

An earlier paragraph already mentions that the format of the
thirdpartymirrors file defined in PMS. No need to repeat it.

Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/variables/text.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index 288e806..6195614 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -414,9 +414,6 @@ pseudo-protocol.
 
 
 
-As of EAPI 7, the format of https://projects.gentoo.org/pms/7/pms.html#x1-340004.4.2;>the
-thirdpartymirrors file is described in section 4.4.2 of the Package
 One might define a set of example
 mirrors,
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/mirrors/

2019-10-16 Thread Göktürk Yüksek
commit: 3c24f9dfdfd76d2ea0ca3b7015afaa62b43cff99
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  6 07:59:33 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:53:37 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3c24f9df

general-concepts/mirrors: Update the method of replacing files

The modern method of replacing repackaged distfiles is to rename them
using SRC_URI arrows, not do some mirror-replacement voodoo.

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/mirrors/text.xml | 28 ++--
 1 file changed, 18 insertions(+), 10 deletions(-)

diff --git a/general-concepts/mirrors/text.xml 
b/general-concepts/mirrors/text.xml
index 7cc6b76..24dc188 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -50,16 +50,24 @@ found. This should only be used if a license requires it.
 Replacing Automatically Mirrored Files
 
 
-On rare occasions you may need to replace a file that is already mirrored.  In 
this case proceed as
-follows:
-
-  Put a copy of the new distfile on dev.gentoo.org into 
/space/distfiles-local
-  commit the new manifest to the git tree
-  wait
-
-After a few hours a cron job on dev.gentoo.org will fetch the file and replace 
the version on the
-mirrors.  The file will be automatically removed from /space/distfiles-local 
after approximately two
-weeks.
+On rare occasions you may need to replace a file that is already mirrored.
+This is usually the case when upstream remakes a release package. If this
+is necessary, please use SRC_URI arrow to rename the file. For example:
+
+
+
+# upstream updated the distfile in place, so make it .r1
+SRC_URI="https://example.com/badupstream/${P}.tar.gz -> ${P}.r1.tar.gz"
+
+
+
+Since Gentoo mirrors operate using local distfile names, they will 
automatically
+fetch and start distributing the new version.
+
+
+
+Please note that if upstream made any changes affecting the built package,
+you need to also bump the ebuild's revision.
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2019-10-16 Thread Göktürk Yüksek
commit: e77a5f0602fe383b2c9a6b38297f6d2b72e0e87d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 15 19:43:39 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:54:44 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e77a5f06

Apply suggestions from code review

Closes: https://github.com/gentoo/devmanual.gentoo.org/pull/110
Co-Authored-By: Gokturk Yuksek  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/variables/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index e65d811..d71f5aa 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -407,7 +407,7 @@ If the items in SRC_URI are available on multiple 
third-party mirrors,
 and the same set of mirrors is shared across multiple ebuilds, then you
 don't have to repeatedly list each of them in every ebuild.
 The profiles/thirdpartymirrors file in the ::gentoo repository
-contains named groups of mirrors, accessible through the mirror://
+contains named groups of mirrors, in the format specified by the Package 
Manager Specification (PMS), accessible through the mirror://
 pseudo-protocol.
 
 
@@ -415,7 +415,7 @@ pseudo-protocol.
 As of EAPI 7, the format of https://projects.gentoo.org/pms/7/pms.html#x1-340004.4.2;>the
 thirdpartymirrors file is described in section 4.4.2 of the Package
-Manager Specification (PMS). One might define a set of example
+One might define a set of example
 mirrors,
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2019-10-16 Thread Göktürk Yüksek
commit: 616c87a367714ffcf9c0ffd9c77989a9dad7b0d4
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Oct 16 19:55:24 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:57:51 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=616c87a3

ebuild-writing/variables: line wrap a paragraph

Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/variables/text.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index d71f5aa..c60a52b 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -407,7 +407,9 @@ If the items in SRC_URI are available on multiple 
third-party mirrors,
 and the same set of mirrors is shared across multiple ebuilds, then you
 don't have to repeatedly list each of them in every ebuild.
 The profiles/thirdpartymirrors file in the ::gentoo repository
-contains named groups of mirrors, in the format specified by the Package 
Manager Specification (PMS), accessible through the mirror://
+contains named groups of mirrors, in the format specified by the
+Package Manager Specification (PMS), accessible through the
+mirror://
 pseudo-protocol.
 
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/mirrors/

2019-10-16 Thread Göktürk Yüksek
commit: aba7d5fcc1ab3120e028195fdd800ef667d1d361
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  6 08:06:28 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 19:53:56 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=aba7d5fc

general-concepts/mirrors: Provide an example for d.g.o mirroring

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/mirrors/text.xml | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/general-concepts/mirrors/text.xml 
b/general-concepts/mirrors/text.xml
index 214fbe4..42fef3f 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -98,8 +98,14 @@ requirement of the license.
 
 
 When you upload the file to dev.gentoo.org:~/public_html, you must 
ensure that it, and its
-parent directories, are world-readable.
+parent directories, are world-readable.  An example SRC_URI referencing
+a distfile mirrored this way follows:
 
+
+
+SRC_URI="https://dev.gentoo.org/~myname/distfiles/${P}.tar.gz;
+
+
 
 
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-x11/, app-misc/cmatrix/, media-fonts/intlfonts/, ...

2019-10-16 Thread Matt Turner
commit: d8c442ba8579e7ea804ba22dc5cbaa2f284c6b68
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Oct 16 19:41:02 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Oct 16 20:06:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c442ba

*/*: Depend on >=x11-apps/mkfontscale-1.2.0 instead of x11-apps/mkfontdir.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Matt Turner  gentoo.org>

 app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild | 2 +-
 app-emulation/vice/vice-3.1.ebuild  | 4 ++--
 app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 4 ++--
 app-misc/cmatrix/cmatrix-1.2a-r4.ebuild | 4 ++--
 games-roguelike/nethack/nethack-3.6.0-r3.ebuild | 2 +-
 games-roguelike/nethack/nethack-3.6.1.ebuild| 2 +-
 media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild   | 4 ++--
 media-fonts/dejavu/dejavu-2.35.ebuild   | 5 ++---
 media-fonts/dejavu/dejavu-2.37.ebuild   | 3 +--
 media-fonts/intlfonts/intlfonts-1.2.1.ebuild| 4 ++--
 media-fonts/monafont/monafont-2.90-r2.ebuild| 4 ++--
 media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild | 2 +-
 media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r1.ebuild | 4 ++--
 media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild | 2 +-
 net-misc/suite3270/suite3270-3.5_p10.ebuild | 4 ++--
 net-misc/suite3270/suite3270-3.5_p12.ebuild | 4 ++--
 net-misc/suite3270/suite3270-3.6_p4.ebuild  | 4 ++--
 net-misc/suite3270/suite3270-3.6_p8.ebuild  | 2 +-
 x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild| 5 ++---
 19 files changed, 31 insertions(+), 34 deletions(-)

diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild 
b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
index ca290fb74bb..6eb911c30a1 100644
--- a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
+++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
@@ -28,7 +28,7 @@ RDEPEND="X? ( x11-libs/libX11
x11-apps/xset
x11-apps/xlsfonts
x11-apps/bdftopcf
-   x11-apps/mkfontdir )
+   >=x11-apps/mkfontscale-1.2.0 )
svga? ( media-libs/svgalib )
gpm? ( sys-libs/gpm )
alsa? ( media-libs/alsa-lib )

diff --git a/app-emulation/vice/vice-3.1.ebuild 
b/app-emulation/vice/vice-3.1.ebuild
index e5b69137fe9..083344470e3 100644
--- a/app-emulation/vice/vice-3.1.ebuild
+++ b/app-emulation/vice/vice-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -72,7 +72,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
media-libs/fontconfig
x11-apps/bdftopcf
-   x11-apps/mkfontdir
+   >=x11-apps/mkfontscale-1.2.0
x11-base/xorg-proto
virtual/pkgconfig
nls? ( sys-devel/gettext )

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild 
b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
index 86d198d57ac..2c2b301e60a 100644
--- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
+++ b/app-misc/cmatrix/cmatrix-1.2a-r3.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
@@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE="X"
 
 DEPEND="
-   X? ( x11-apps/mkfontdir )
+   X? ( >=x11-apps/mkfontscale-1.2.0 )
sys-libs/ncurses:0="
 
 RDEPEND="${DEPEND}"

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r4.ebuild 
b/app-misc/cmatrix/cmatrix-1.2a-r4.ebuild
index c500c953e5d..7caf29f9a2e 100644
--- a/app-misc/cmatrix/cmatrix-1.2a-r4.ebuild
+++ b/app-misc/cmatrix/cmatrix-1.2a-r4.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
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="X"
 
 DEPEND="
-   X? ( x11-apps/mkfontdir )
+   X? ( >=x11-apps/mkfontscale-1.2.0 )
sys-libs/ncurses:0="
 
 RDEPEND="${DEPEND}"

diff --git a/games-roguelike/nethack/nethack-3.6.0-r3.ebuild 
b/games-roguelike/nethack/nethack-3.6.0-r3.ebuild
index e925cc23d4b..0d5d90745b7 100644
--- a/games-roguelike/nethack/nethack-3.6.0-r3.ebuild
+++ b/games-roguelike/nethack/nethack-3.6.0-r3.ebuild
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
X? (
x11-base/xorg-proto
x11-apps/bdftopcf
-   x11-apps/mkfontdir
+   >=x11-apps/mkfontscale-1.2.0
)"
 
 BINDIR="/usr/bin"

diff --git a/games-roguelike/nethack/nethack-3.6.1.ebuild 
b/games-roguelike/nethack/nethack-3.6.1.ebuild
index 96361cc4c99..260b50750f9 100644
--- a/games-roguelike/nethack/nethack-3.6.1.ebuild
+++ 

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

2019-10-16 Thread Mikle Kolyada
commit: 09165c52bc992fcddd3d5c9b191219a9ff4fafb4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Oct 16 18:53:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Oct 16 18:53:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09165c52

media-sound/mpd: Version bump (v0.21.16)

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

 media-sound/mpd/Manifest   |   1 +
 media-sound/mpd/mpd-0.21.16.ebuild | 299 +
 2 files changed, 300 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index a42ae7cf554..2d3d11abb51 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,2 +1,3 @@
 DIST mpd-0.21.14.tar.xz 673036 BLAKE2B 
73eed90c0d48e26d747e26b0cd000d3e0a12dfebb015f865fe9d3ddbe5f7fa564b1655b7e0639951e9aeb2554185063b11d6bc818813ca6366688ea05705ba4a
 SHA512 
d5ce06741444d545c7334f4c4ab32dbfacaa264df5a1ac61b73d951e0a6f952c8ea1e4df1b5bfc827e7faa35a6b8026e78cbf3a057ee35adf448fa7204389cd9
 DIST mpd-0.21.15.tar.xz 673056 BLAKE2B 
e399c0439e790ac62525b33c5d2d26b47d36687edc877169934dd5379646d1d38ed7fec75532498a4c0f6e51e355e872847873045ae2446d037cce8781be3067
 SHA512 
c67ebdb7609b36b4b8504ce0751ca2dcc38a2fba03a5b8419185e8be64bce7e19560347a600773b65f55ba0a3cedeff051117071db8e7fe0a90c9771de8bd37e
+DIST mpd-0.21.16.tar.xz 673732 BLAKE2B 
ed43ae9d5d40fcac0d035c24161c4db3a1b6df2b05f6a006a47beb7f7ba8ec198cbd20e34c9fcaf4e9832dbf13c57a77a9e5864d7f16de2bdd1c414d41ce391c
 SHA512 
bb7587acd03d675ae3127ab4e196d549170551ac643e5134baa2bccaf8d7c9bba6c9a9edec9bcb61a2ec3a6ce26f4d77190323ef0329033d0cd8c1f8964be05c

diff --git a/media-sound/mpd/mpd-0.21.16.ebuild 
b/media-sound/mpd/mpd-0.21.16.ebuild
new file mode 100644
index 000..a5cdc87afb4
--- /dev/null
+++ b/media-sound/mpd/mpd-0.21.16.ebuild
@@ -0,0 +1,299 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic linux-info meson systemd user xdg-utils
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD;
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
+   +eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag 
+inotify
+   +ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms
+   modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio 
qobuz
+   recorder samba selinux sid signalfd sndfile soundcloud sqlite systemd
+   test tidal twolame udisks unicode vorbis wavpack webdav wildmidi upnp
+   zeroconf zip zlib"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="
+   || ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   network? ( || ( ${ENCODER_PLUGINS} ) )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   upnp? ( expat )
+   webdav? ( curl expat )
+   "
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   adplug? ( media-libs/adplug:= )
+   alsa? (
+   media-libs/alsa-lib
+   media-sound/alsa-utils
+   )
+
+   ao? ( media-libs/libao[alsa?,pulseaudio?] )
+   audiofile? ( media-libs/audiofile:= )
+
+   cdio? (
+   dev-libs/libcdio:=
+   dev-libs/libcdio-paranoia
+   )
+
+   chromaprint? ( media-libs/chromaprint )
+   curl? ( net-misc/curl )
+   dbus? ( sys-apps/dbus )
+   expat? ( dev-libs/expat )
+   faad? ( media-libs/faad2 )
+
+   ffmpeg? (
+   libav? ( media-video/libav:0= )
+   !libav? ( media-video/ffmpeg:0= )
+   )
+
+   flac? ( media-libs/flac )
+   fluidsynth? ( media-sound/fluidsynth )
+   gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? (  dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( virtual/jack )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   libsoxr? ( media-libs/soxr )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod )
+   mms? ( media-libs/libmms )
+   modplug? ( media-libs/libmodplug )
+   mpg123? ( media-sound/mpg123 )
+   musepack? ( media-sound/musepack-tools )
+   network? ( media-libs/libshout )
+   nfs? ( net-fs/libnfs )
+   openal? ( media-libs/openal )
+   opus? ( media-libs/opus )
+   pulseaudio? ( media-sound/pulseaudio )
+   qobuz? ( dev-libs/libgcrypt:0 )
+   samba? ( 

[gentoo-commits] proj/devmanual:master commit in: general-concepts/, general-concepts/package-maintainers/

2019-10-16 Thread Göktürk Yüksek
commit: bcde86509e0722aaa30350147097cb0220476b8d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  5 12:54:58 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 18:49:02 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bcde8650

general-concepts/package-maintainers: Describe maintainers

Provide a wide coverage of maintainer-related aspects, in particular
their responsibilities, bug assignment, authority, maintainer timeout,
ban on new packages without maintainer, proxied maintainers, up for
grabs mails.

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/package-maintainers/text.xml | 93 +++
 general-concepts/text.xml |  1 +
 2 files changed, 94 insertions(+)

diff --git a/general-concepts/package-maintainers/text.xml 
b/general-concepts/package-maintainers/text.xml
new file mode 100644
index 000..b93798e
--- /dev/null
+++ b/general-concepts/package-maintainers/text.xml
@@ -0,0 +1,93 @@
+
+
+
+Package Maintainers
+
+
+
+Package maintainers are responsible for ebuild maintenance tasks 
+bumping ebuilds to new upstream releases, updating them as necessary
+with regards to policies, replying to bugs, etc. The maintainers
+of a package are listed in the package's metadata.xml file.
+When assigning bugs, the first maintainer listed becomes the bug's
+assignee and the remaining maintainers are added to CC, unless stated
+otherwise in the metadata.
+
+
+
+Maintainer authority
+
+
+
+Package maintainers have authority over their maintained packages.
+Unless specified otherwise, you should request maintainers' approval
+before committing to their packages. Try filing a bug, catching them
+on IRC or sending a mail first. The exceptions to this rule are trivial
+changes implied by your own actions, e.g. dependency updates as a result
+of package moves.
+
+
+
+In case of maintainer inactivity, it is a good idea to consult other
+developers on how to handle the situation, especially if it is
+a critical issue that needs to be handled ASAP. A customary tool
+of maintainer timeout may be used in this case. This timeout can be
+invoked if none of the package's maintainers reply to a patch within
+24 weeks of it being attached or linked to a correctly assigned bug,
+or being sent to the maintainer.
+
+
+
+Common sense dictates to us that toolchain/base-system/core packages
+and eclasses or anything else which is delicate (e.g. glibc) or widely
+used (e.g. GTK+) should usually be left to their maintainers.
+If in doubt, don't touch it.
+
+
+
+Respect developers' coding preferences. Unnecessarily changing
+the syntax of an ebuild can cause complications for others. Syntax
+changes should only be done if there is a real benefit, such as faster
+compilation, improved information for the end user, or compliance
+with Gentoo policies.
+
+
+
+
+
+
+Adding and removing maintainers
+
+
+
+All packages newly added to the Gentoo repository must have at least
+one maintainer specified. New maintainers can only be added with their
+consent. In particular, it is not acceptable to add generic projects
+(such as the Python project) as package maintainers without the approval
+of their members or against their explicit policy.
+
+
+
+Maintainers without commit access are called proxied maintainers. Their
+changes must be pushed by a Gentoo developer, who acts as their proxy.
+All packages maintained by proxied maintainers must explicitly list
+their proxy developer or project in metadata.xml.
+
+
+
+When adding new maintainers or removing old maintainers, please remember
+to reassign bugs. The last maintainer to resign from maintaining
+the package must place a !-- maintainer-needed -- comment
+in metadata.xml, in order simplify finding unmaintained packages.
+It is also required to send an 'up for grabs' email to the
+gentoo-dev-announce and gentoo-dev mailing lists,
+providing a list of newly-unmaintained packages.
+
+
+
+
+
+
+
+

diff --git a/general-concepts/text.xml b/general-concepts/text.xml
index 3117299..1fba9c5 100644
--- a/general-concepts/text.xml
+++ b/general-concepts/text.xml
@@ -33,6 +33,7 @@ writing ebuilds or working with the Gentoo repository.
 
 
 
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/maintenance-tasks/

2019-10-16 Thread Göktürk Yüksek
commit: ddeb8e005a8216011b00b7cd4dcc47bb33150015
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  9 07:17:46 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 18:49:09 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ddeb8e00

ebuild-maintenance/maintenance-tasks: "Touching other..." moved

The "Touching other developers ebuilds" section has been effectively
moved to "Package Maintainers".  Remove the duplicate.

Closes: https://github.com/gentoo/devmanual.gentoo.org/pull/104
Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-maintenance/maintenance-tasks/text.xml | 33 ---
 1 file changed, 33 deletions(-)

diff --git a/ebuild-maintenance/maintenance-tasks/text.xml 
b/ebuild-maintenance/maintenance-tasks/text.xml
index 06634b8..7e73937 100644
--- a/ebuild-maintenance/maintenance-tasks/text.xml
+++ b/ebuild-maintenance/maintenance-tasks/text.xml
@@ -136,39 +136,6 @@ which is often more convenient.
 
 
 
-
-Touching other developers ebuilds
-
-
-Usually you don't just change other developers ebuilds without
-permission unless you know that developer does not mind or if you are
-part of the project involved in maintenance (this information can
-typically be found in metadata.xml). Start with filing a bug or trying
-to catch them on IRC or via email. Sometimes you cannot reach them, or
-there is no response to your bug. It's a good idea to consult other
-developers on how to handle the situation, especially if it's a
-critical issue that needs to be handled ASAP. Otherwise a soft limit
-of 2 to 4 weeks depending on the severity of the bug is an acceptable
-time frame before you go ahead and fix it yourself.
-
-
-Common sense dictates to us that toolchain/base-system/core packages
-and eclasses or anything else which is delicate (e.g. glibc) or widely
-used (e.g. gtk+) should usually be left to those maintainers. If in
-doubt, don't touch it.
-
-
-
-Respect developers' coding preferences. Unnecessarily changing the
-syntax of an ebuild can cause complications for others. Syntax changes
-should only be done if there is a real benefit, such as faster
-compilation, improved information for the end user, or compliance with
-Gentoo policies.
-
-
-
-
-
 
 Stabilizing ebuilds
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/, general-concepts/projects/, ...

2019-10-16 Thread Göktürk Yüksek
commit: 811a6da37d00d3871d90f95085355d6d62a5d1c7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  5 12:17:45 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 18:48:54 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=811a6da3

general-concepts: Remove Herds and rename the sub to 'Projects'

Herds are gone for over 3.5 years, so it's time to finally remove them
from documentation.  Remove the relevant section of 'Herds and Projects'
article, and rename it to just 'Projects' accordingly.

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/misc-files/metadata/text.xml|  2 +-
 .../{herds-and-projects => projects}/text.xml  | 53 ++
 general-concepts/text.xml  |  2 +-
 3 files changed, 7 insertions(+), 50 deletions(-)

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index 1af54fa..953ffa2 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -333,7 +333,7 @@ There are also some attributes that can be used with these 
tags:
 Defines the type of the maintainer for a package. There are only
 two valid values: "person" and "project". The latter
 denotes an official
-
+
 Gentoo project.
   
 

diff --git a/general-concepts/herds-and-projects/text.xml 
b/general-concepts/projects/text.xml
similarity index 67%
rename from general-concepts/herds-and-projects/text.xml
rename to general-concepts/projects/text.xml
index 72b4060..0ed004b 100644
--- a/general-concepts/herds-and-projects/text.xml
+++ b/general-concepts/projects/text.xml
@@ -1,11 +1,6 @@
 
-
+
 
-Projects and Herds
-
-
-
-
 Projects
 
 
@@ -33,7 +28,7 @@ api.gentoo.org or on the
 https://wiki.gentoo.org/wiki/Project:Gentoo;>wiki.
 
 
-
+
 Starting New Projects
 
 
@@ -61,8 +56,9 @@ project with the same goals.
 
 
 
-
-
+
+
+
 Joining and Leaving a Project
 
 
@@ -84,48 +80,9 @@ located at /var/mail/alias/misc/devmanual, which 
corresponds to
 the project's email address devman...@gentoo.org.
 
 
-
-
-
-
-
-
-
-Herds
-
-
-
-Herds have been declared obsolete as per the Gentoo Council's https://projects.gentoo.org/council/meeting-logs/20160110-summary.txt;>
-decision on January 10, 2016. The following section is preserved
-for historical purposes.
-
-
-
-A herd is a collection of packages with an associated set of 
maintainers.
-It can happen for example because of retirement that a herd has no developers
-but this should be avoided if at all possible. A herd has an associated email
-address which can be used for bugzilla assignments. This email address is
-not always herdn...@gentoo.org  for example, because of the
-way Gentoo's email aliases are set up, the cron herd use
-cron-b...@gentoo.org (aliases cannot match system usernames).
-
-
-
-A project is a group formed for handling a particular general area. A 
project
-may have herds associated with it.
-
-
-
-Sometimes herd and project names overlap  for example, the sparc 
project
-has an associated sparc herd which maintains sparc-specific packages 
(such
-as the silo bootloader). This is not always the case.
-
-
 
 
 
 
 
 
-

diff --git a/general-concepts/text.xml b/general-concepts/text.xml
index 1e40785..3117299 100644
--- a/general-concepts/text.xml
+++ b/general-concepts/text.xml
@@ -28,7 +28,6 @@ writing ebuilds or working with the Gentoo repository.
 
 
 
-
 
 
 
@@ -36,6 +35,7 @@ writing ebuilds or working with the Gentoo repository.
 
 
 
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/dependencies/

2019-10-16 Thread Göktürk Yüksek
commit: b48f5e83b285aa086a844e1e9bd1035d49df122a
Author: Thomas Deutschmann  whissi  de>
AuthorDate: Fri Sep  6 14:57:52 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 18:47:48 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b48f5e83

general-concepts/dependencies: Fix ranged dependencies example

Closes: https://github.com/gentoo/devmanual.gentoo.org/pull/106
Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Thomas Deutschmann  whissi.de>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/dependencies/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/general-concepts/dependencies/text.xml 
b/general-concepts/dependencies/text.xml
index 6b0ce38..c91c7e9 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -195,7 +195,7 @@ the asterisk postfix. This is most commonly seen in 
situations like:
 
 
 
-DEPEND="gtk? ( =x11-libs/gtk+-1.2* )"
+DEPEND="gtk? ( =x11-libs/gtk+-2* )"
 
 
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/licenses/

2019-10-16 Thread Göktürk Yüksek
commit: 6e513443da0103b0c849449af124e1cd7173f412
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  8 17:43:56 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 18:48:36 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6e513443

general-concepts/licenses: all-rights-reserved default, restricts

Add a paragraph on applicable restrictions per license terms.  Also
clearly indicate that sources with no license are all-rights-reserved.

Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/licenses/text.xml | 22 +++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/general-concepts/licenses/text.xml 
b/general-concepts/licenses/text.xml
index 86ffc8d..f7e904e 100644
--- a/general-concepts/licenses/text.xml
+++ b/general-concepts/licenses/text.xml
@@ -25,9 +25,7 @@ LICENSE="LGPL-2.1+ tools? ( GPL-2+ )"
 If the package sources include additional files that are not installed,
 their license should not be listed. However, if those files are used
 at build time, then the license must not impose any restrictions that
-could prevent users from building the software. Please also note
-that some licenses may impose additional restrictons, e.g. fetch
-and/or mirroring restriction.
+could prevent users from building the software.
 
 
 
@@ -39,6 +37,16 @@ be used) then use the following syntax:
 LICENSE="|| ( foo bar )"
 
 
+
+If the license of a package does not explicitly permit redistributing
+distfiles found in SRC_URI, the corresponding ebuilds must have
+RESTRICT=mirror. If the license does not permit distributing
+Gentoo binary packages built from the source, the ebuilds should have
+RESTRICT=bindist. Some EULAs may also require the user to fetch
+distfiles manually, in which case RESTRICT=fetch is necessary.
+Note that RESTRICT=fetch implies RESTRICT=mirror.
+
+
 
 Determining the correct license
 
@@ -81,6 +89,14 @@ of applicable licenses but the exact application of licenses 
and their
 versions are specified elsewhere.
 
 
+
+If the package does not indicate any license, then you should contact
+the author for clarification. Adding packages with no explicit license
+statement is strongly discouraged. If they are present already, they
+ought to have all-rights-reserved license,
+and RESTRICT="bindist mirror".
+
+
 
 Please watch for license conflicts. If the license indicated
 by the package is incompatible with the licenses used by its sources



[gentoo-commits] proj/devmanual:master commit in: general-concepts/licenses/

2019-10-16 Thread Göktürk Yüksek
commit: b939305296bcd7ec9b0e5bec180a7c60220ca803
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 23 08:29:31 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct 16 18:48:46 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b9393052

general-concepts/licenses: Expand the section on restrictions

Closes: https://github.com/gentoo/devmanual.gentoo.org/pull/108
Acked-by: Michael Orlitzky  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 general-concepts/licenses/text.xml | 43 +++---
 1 file changed, 36 insertions(+), 7 deletions(-)

diff --git a/general-concepts/licenses/text.xml 
b/general-concepts/licenses/text.xml
index f7e904e..2e1a268 100644
--- a/general-concepts/licenses/text.xml
+++ b/general-concepts/licenses/text.xml
@@ -37,16 +37,45 @@ be used) then use the following syntax:
 LICENSE="|| ( foo bar )"
 
 
+
+License-implied restrictions
+
+
+
+Non-free licenses may impose additional restrictions that need to be stated
+in the ebuild. In order to identify such restrictions correctly, it is 
necessary
+to analyze relevant license(s) and determine applicable clauses based
+on the files contained in upstream packages. Note that upstreams may use
+the same license for multiple products, with some restrictions not being
+applicable to the ebuild in question.
+
+
 
-If the license of a package does not explicitly permit redistributing
-distfiles found in SRC_URI, the corresponding ebuilds must have
-RESTRICT=mirror. If the license does not permit distributing
-Gentoo binary packages built from the source, the ebuilds should have
-RESTRICT=bindist. Some EULAs may also require the user to fetch
-distfiles manually, in which case RESTRICT=fetch is necessary.
-Note that RESTRICT=fetch implies RESTRICT=mirror.
+If the license of a package does not explicitly permit redistributing distfiles
+found in SRC_URI, the corresponding ebuilds must have
+RESTRICT=mirror to prevent the affected files from being copied to 
Gentoo
+mirrors. In some cases, the license permits redistributing unmodified original
+archives only  in that case, SRC_URI must not contain modified
+or repackaged upstream archives, and all changes must be applied via patching
+in appropriate ebuild phases.
 
 
+
+If the license does not permit distributing Gentoo binary packages built using
+the ebuild, with or without source modifications, it must have
+RESTRICT=bindist. This is also the case if restrictions are set based
+on the cost of redistribution (e.g. the license prohibits selling the product).
+
+
+
+Some EULAs may also require the user to fetch distfiles manually, in which case
+RESTRICT=fetch is necessary. Note that RESTRICT=fetch implies
+RESTRICT=mirror.
+
+
+
+
+
 
 Determining the correct license
 



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

2019-10-16 Thread Mikle Kolyada
commit: 74a425be9d0a28ebb97adb521ff426b0fd4004a1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Oct 16 18:36:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Oct 16 18:36:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a425be

profiles: mask virtual/pam again (typofix)

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

 profiles/package.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 8bddb2b6993..0c3bcc07f0b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,8 +31,8 @@
 
 # Mikle Kolyada  (2019-10-16)
 # not needed due to openpam removal. Please
-# update your packages running emerge with
-# --changed-deps oprion if you have problems
+# update your packages running emerge with the
+# --changed-deps option if you have problems
 # with your system.
 virtual/pam
 



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

2019-10-16 Thread Mikle Kolyada
commit: 26dd5f80a3b9014cc7453e192949730136a0c4c8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Oct 16 18:33:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Oct 16 18:34:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26dd5f80

profiles: mask virtual/pam again

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1b1d7a04921..8bddb2b6993 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Mikle Kolyada  (2019-10-16)
+# not needed due to openpam removal. Please
+# update your packages running emerge with
+# --changed-deps oprion if you have problems
+# with your system.
+virtual/pam
+
 # Lars Wendler  (2019-10-16)
 # Depends on apache-2.2
 dev-libs/OpenSRF



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

2019-10-16 Thread William Hubbs
commit: dcf3b5fabaf2de10a4b488bd4bea00ec94e52fe1
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Oct 16 17:34:21 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 16 18:26:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf3b5fa

use.desc: clarify the description of split-usr

Signed-off-by: William Hubbs  gentoo.org>

 profiles/use.desc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/use.desc b/profiles/use.desc
index 7fe2510544d..8f20de58c89 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -296,7 +296,7 @@ source - Zip the sources and install them
 sox - Add support for Sound eXchange (SoX)
 speex - Add support for the speex audio codec (used for speech)
 spell - Add dictionary support
-split-usr - Enable behavior to support maintaining /bin and /lib separately 
from /usr/bin and /usr/lib
+split-usr - Enable behavior to support maintaining /bin, /lib*, /sbin and 
/usr/sbin  separately from /usr/bin and /usr/lib*
 sqlite - Add support for sqlite - embedded sql database
 ssl - Add support for SSL/TLS connections (Secure Socket Layer / Transport 
Layer Security)
 startup-notification - Enable application startup event feedback mechanism



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

2019-10-16 Thread William Hubbs
commit: e8968e1a686d8cfd12193ab3d00b365e98295310
Author: William Hubbs  sony  com>
AuthorDate: Wed Oct 16 18:25:33 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 16 18:26:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8968e1a

sys-apps/baselayout: remove split-usr from metadata since it is global

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/baselayout/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-apps/baselayout/metadata.xml b/sys-apps/baselayout/metadata.xml
index 8a7288dd9a8..53e04953d60 100644
--- a/sys-apps/baselayout/metadata.xml
+++ b/sys-apps/baselayout/metadata.xml
@@ -9,7 +9,4 @@
base-sys...@gentoo.org
Gentoo Base System
 
-
-   Enable this if /bin and /usr/bin are separate 
directories
-
 



[gentoo-commits] proj/linux-patches:5.3 commit in: /

2019-10-16 Thread Mike Pagano
commit: 8207d7631e9b199343cacb8aa1a86a599e7242d9
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Oct 16 18:20:44 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Oct 16 18:20:44 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8207d763

Add FILE_LOCKING to GENTOO_LINUX config. See bug #694688.

Thanks to Marius Stoica for reporting

Signed-off-by: Mike Pagano  gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 6ac8208..ecff093 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -6,9 +6,9 @@
  source "Documentation/Kconfig"
 +
 +source "distro/Kconfig"
 /dev/null  2018-12-28 10:40:34.08934 -0500
-+++ b/distro/Kconfig   2018-12-28 18:54:40.467970759 -0500
-@@ -0,0 +1,147 @@
+--- /dev/null  2019-09-18 03:31:42.730171526 -0400
 b/distro/Kconfig   2019-09-18 13:28:03.170769896 -0400
+@@ -0,0 +1,149 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -91,6 +91,7 @@
 +  depends on GENTOO_LINUX
 +
 +  select BINFMT_SCRIPT
++  select FILE_LOCKING
 +
 +  help
 +  The init system is the first thing that loads after the kernel 
booted.
@@ -123,6 +124,7 @@
 +  select EPOLL
 +  select FANOTIFY
 +  select FHANDLE
++  select FILE_LOCKING
 +  select INOTIFY_USER
 +  select IPV6
 +  select NET



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2019-10-16 Thread Ben Kohler
commit: 70916a91ddc57e3f16d413958ac9ac2e189eb252
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Oct 16 17:42:43 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Oct 16 17:43:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70916a91

net-wireless/unifi: stabilize 5.6.42-r1 & 5.11.50, drop old

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/unifi/Manifest   |  1 -
 net-wireless/unifi/unifi-5.11.46.ebuild   | 74 ---
 net-wireless/unifi/unifi-5.11.50.ebuild   |  2 +-
 net-wireless/unifi/unifi-5.6.42-r1.ebuild |  2 +-
 net-wireless/unifi/unifi-5.6.42.ebuild| 70 -
 5 files changed, 2 insertions(+), 147 deletions(-)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index ed59fe76e37..9e089e72dd1 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,4 +1,3 @@
-DIST unifi-5.11.46.zip 112381219 BLAKE2B 
7f73cf5db1d132af85fd54dda36cb82cedddae1d3c8e84282f9dcfe0766a839f165d17a8292096bfe976ccced1e29173476de9042f96cdc2c15c4edf24ee9c65
 SHA512 
41b03e49089bd40e3e715d7c9a447b42a6df61a2d3551175ae55b85010fd896318909f394bb166bd7a8e9fd7611439158a8141df349acf3b4980bbe9dd6b
 DIST unifi-5.11.50.zip 112355461 BLAKE2B 
5d63c3a0488a1da7ed696993982728cd1b7449d7af65ee1a49d065fd928feef5628a84d5add7d670ddc5bed3d9df2084fd0905a417cde22737dd74de15a74b39
 SHA512 
509e54b1237a41bea08d96eaa9efacbd45d823dc4e2d6965ac577aab159bf907378322aa6ad15a776dd0fc725a6737951f2d4cdafe073443a18e36d2d4827ead
 DIST unifi-5.11.52.zip 114092809 BLAKE2B 
902dec158ba60fa424ff0b59b53776aeabc3f1ae7a9b88e549f0d62974e280b51ce5b8bb3eac150c1d75e4b0816b46bb19bd953e987bf6d8a58c3e271efdaea3
 SHA512 
887b25c22d7ac7a14854b95007794a63c200717fdfec791be5e1b03fe4bda1c44a05767d44f55062c691b922e54fa8c183b249407c30fb2d596906e00fa969e0
 DIST unifi-5.12.13.zip 114644574 BLAKE2B 
4a2217c7696f23a7602a89bb3eaf0c58094b23331ed60f210e3626c2f194dbc272de18dd0e46fe1cc829e0adb1fb704a8b00191039573544e0111dfd1e2b6cb1
 SHA512 
4af685239df47891adb93afd95ad53fd89f85bc3f0c9346b91dbafabdbca57113eddb2b317a5342c93d44b250637d16d740fda34df35851f3466277abd814bac

diff --git a/net-wireless/unifi/unifi-5.11.46.ebuild 
b/net-wireless/unifi/unifi-5.11.46.ebuild
deleted file mode 100644
index f2852c90409..000
--- a/net-wireless/unifi/unifi-5.11.46.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Set this var for any releases except stable
-RC_SUFFIX="-a5113ebc10"
-
-inherit systemd user
-
-DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
-HOMEPAGE="https://www.ubnt.com;
-SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
-
-KEYWORDS="amd64"
-LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
-SLOT="0/5.11"
-IUSE="systemd"
-
-RDEPEND="dev-db/mongodb
-   virtual/jre:1.8"
-
-DEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-S="${WORKDIR}/UniFi"
-
-DOCS=( "readme.txt" )
-
-QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
-
-pkg_setup() {
-   enewgroup unifi
-   enewuser unifi -1 -1 /var/lib/unifi unifi
-}
-
-src_prepare() {
-   # Remove unneeded files Linux, Mac and Windows
-   rm -r lib/native/Linux/{aarch64,armv7} lib/native/{Mac,Windows} || die
-   if ! use systemd; then
-   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || die
-   fi
-
-   default
-}
-
-src_install() {
-   # Install MongoDB wrapper script, to avoid problems with >= 3.6.0
-   # See 
https://community.ubnt.com/t5/UniFi-Routing-Switching/MongoDB-3-6/td-p/2195435
-   exeinto /usr/lib/unifi/bin
-   newexe "${FILESDIR}"/mongod-wrapper mongod
-
-   insinto /usr/lib/unifi
-   doins -r dl lib webapps
-
-   diropts -o unifi -g unifi
-   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
-
-   for symlink in conf data run tmp work; do
-   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
-   done
-   dosym ../../../var/log/unifi /usr/lib/unifi/logs
-
-   newinitd "${FILESDIR}"/unifi.initd-r1 unifi
-   systemd_dounit "${FILESDIR}"/unifi.service
-
-   newconfd "${FILESDIR}"/unifi.confd unifi
-
-   echo 'CONFIG_PROTECT="/var/lib/unifi"' > "${T}"/99unifi || die
-   doenvd "${T}"/99unifi
-
-   einstalldocs
-}

diff --git a/net-wireless/unifi/unifi-5.11.50.ebuild 
b/net-wireless/unifi/unifi-5.11.50.ebuild
index f6e16df92f3..4ea6772d70e 100644
--- a/net-wireless/unifi/unifi-5.11.50.ebuild
+++ b/net-wireless/unifi/unifi-5.11.50.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A Management Controller for Ubiquiti Networks 
UniFi APs"
 HOMEPAGE="https://www.ubnt.com;
 SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
 
-KEYWORDS="~amd64"

  1   2   3   >