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

2019-06-04 Thread Andreas Sturmlechner
commit: 0e18abc56784cb1abf84de5c2eddc1b498b43898
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  5 06:55:46 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  5 06:55:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e18abc5

media-sound/rosegarden: Drop 17.04

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

 media-sound/rosegarden/Manifest|  1 -
 .../files/rosegarden-17.04-cmake-3.9.1.patch   | 18 --
 media-sound/rosegarden/rosegarden-17.04.ebuild | 65 --
 3 files changed, 84 deletions(-)

diff --git a/media-sound/rosegarden/Manifest b/media-sound/rosegarden/Manifest
index 5127008716b..085680b6746 100644
--- a/media-sound/rosegarden/Manifest
+++ b/media-sound/rosegarden/Manifest
@@ -1,2 +1 @@
-DIST rosegarden-17.04.tar.bz2 6454603 BLAKE2B 
cc028a4108f4c51c9f3559bb454a8344d03f31280db6fd51e98a0b39bdc10e29add97272e7dace848dc4b4ac384ba787ade6664d991aed14fa3101b4fdce2743
 SHA512 
23240522cba8cc3b5d0e3b29ee5b871c911c7634d74f65d04b353f59747bdf6a1bfd9985f16ab331ea2399a797e66b2ebd110e192bb52ba4df453d42d7b8f73b
 DIST rosegarden-17.12.1.tar.bz2 6692715 BLAKE2B 
698ecfb58754ee292e589e0fb3618e2076a6e59dde1f06d15ed3bad43313cc79ed03307364350f5cd2323350173119ccc71b42c839d8498d360461a19801a96a
 SHA512 
8bd4a464bbf2825d6c2fb8d36123e68d94de7f4e997c6ed8efc5670e87799781eb8251995890979c9d107d4fc58c636fe73e699c859c8e95aa567c4289958495

diff --git a/media-sound/rosegarden/files/rosegarden-17.04-cmake-3.9.1.patch 
b/media-sound/rosegarden/files/rosegarden-17.04-cmake-3.9.1.patch
deleted file mode 100644
index bc587a72977..000
--- a/media-sound/rosegarden/files/rosegarden-17.04-cmake-3.9.1.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix svnversion.h dependency to permit parallel building
- With CMake 3.9.1 and parallel building enabled, the incorrect specification
- of the output filename when creating svnversion.h can lead to a race condition
- such that the package fails to build.
-Author: Stuart Prescott 
-Bug: https://sourceforge.net/p/rosegarden/bugs/1552/
-Bug-Debian: https://bugs.debian.org/871213
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -810,7 +810,7 @@
- add_custom_target(svnheader ALL DEPENDS svn_header) # svn_header never gets 
created, it's just a unique string
- 
- # creates svnheader.h using cmake script
--add_custom_command(OUTPUT svn_header ${CMAKE_CURRENT_BINARY_DIR}/svnheader.h
-+add_custom_command(OUTPUT svn_header ${CMAKE_CURRENT_BINARY_DIR}/svnversion.h
- COMMAND ${CMAKE_COMMAND} -DSOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR}
-  -P ${CMAKE_CURRENT_SOURCE_DIR}/buildkey.cmake)
- 

diff --git a/media-sound/rosegarden/rosegarden-17.04.ebuild 
b/media-sound/rosegarden/rosegarden-17.04.ebuild
deleted file mode 100644
index 53c373ddd12..000
--- a/media-sound/rosegarden/rosegarden-17.04.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="MIDI and audio sequencer and notation editor"
-HOMEPAGE="https://www.rosegardenmusic.com/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="lirc"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   media-libs/alsa-lib:=
-   >=media-libs/dssi-1.0.0:=
-   media-libs/ladspa-sdk:=
-   media-libs/liblo:=
-   media-libs/liblrdf:=
-   media-libs/libsamplerate:=
-   media-libs/libsndfile:=
-   sci-libs/fftw:3.0
-   sys-libs/zlib:=
-   virtual/jack
-   x11-libs/libSM:=
-   lirc? ( app-misc/lirc:= )
-"
-DEPEND="${RDEPEND}
-   dev-qt/qttest:5
-   virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${P}-cmake-3.9.1.patch" )
-
-src_configure() {
-   local mycmakeargs=(
-   "-DDISABLE_LIRC=$(usex lirc OFF ON)"
-   )
-   cmake-utils_src_configure
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cgal/, sci-mathematics/cgal/files/

2019-06-04 Thread Andreas Sturmlechner
commit: ed382a45a805bf94ad6c316b77000f7019bc3cd1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  5 06:54:28 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  5 06:54:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed382a45

sci-mathematics/cgal: Drop old

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

 sci-mathematics/cgal/Manifest  |  6 --
 sci-mathematics/cgal/cgal-4.10.ebuild  | 88 --
 sci-mathematics/cgal/cgal-4.11.1.ebuild| 80 
 sci-mathematics/cgal/cgal-4.9.ebuild   | 86 -
 .../cgal/files/cgal-4.7-fix-buildsystem.patch  | 19 -
 5 files changed, 279 deletions(-)

diff --git a/sci-mathematics/cgal/Manifest b/sci-mathematics/cgal/Manifest
index 4645979f664..249dc57f583 100644
--- a/sci-mathematics/cgal/Manifest
+++ b/sci-mathematics/cgal/Manifest
@@ -1,8 +1,2 @@
-DIST CGAL-4.10-doc_html.tar.xz 27147028 BLAKE2B 
ccdb77a497c2aef3004c3adfd81bf8f79a3322ed6cc071569d23666cf8ad00a94ce01f1bab21171eb461066e45a42c9c7003705d3d3d701879e7eb1e13af0eef
 SHA512 
1c1c90c3ce07c5e4bf5a125cd5dccd0595f5c5d8fcf0f16df8a5506c6fe611c30440e034621c3477ae55670f96abbe389bfc2f3e0c88e099133b03cce6f2923d
-DIST CGAL-4.10.tar.xz 14249804 BLAKE2B 
4715449bebc45fe9270b4a336af964eda4c1a603a9a63b3f3b6922253e18f205e27d5d14dea7ae90ece4184c8b3bafb0ff2963311da7a95ab6d21d8961679ac1
 SHA512 
2029ad647e73692bb38b2ed9606aae61ec1d74df886bb6fd0f4e3388fb08a51de87a1e290df0dcc621a8abc2654915e2d331ec9f6d27ddd9a21f187a165fa09d
-DIST CGAL-4.11.1-doc_html.tar.xz 30575368 BLAKE2B 
088cedcde628520625a4494b261e3ae963b8f3688ce4c1117e70f925ff86d11606482d3ce04415d6f03d07a52dfbf041ee315a0e627eb2d7944d08223b51077c
 SHA512 
b16ad29a2981fc72902cc2c850a02c0412eb2f09f5ec864d85c92230ffe1f996c45ae2558b472b0b239d6c7718ccc6da6d65e52b5a7b33d1b406eda4aad0bca5
-DIST CGAL-4.11.1.tar.xz 14650588 BLAKE2B 
08a7a61d92fc5293eef194d4bb1a42c69cacd8bbc3ee3c1e803435d0d7e2c3cf6533ce5a8f40fb4bf4e6b2ba34ec2c74abd2c2cbdbddbb874caa75b7d80624ba
 SHA512 
0687ddd52e7a7d5e437a57c06d6c1ad7b325a7d0055fc48ba11be6fbc3e4003e2b28a35a9caac0c69af4c73d7d85553502e14fa56c64580131b04dbe563e
 DIST CGAL-4.11.3-doc_html.tar.xz 30576756 BLAKE2B 
6d32f3bca1c5aee4ed09eb96a35113a8a71bf14679e204683268ccee56f4a4799ef696bebd5ec0fd6add964e23273efc87167c122a5dc781c9cc7b2f5b938c29
 SHA512 
a729bea11a9b853a8197cc7ebb089005f98868e393e91142946d45a485e2e9ac9eacce1b230d91240080033b5c31bfd0195820ee5ae7f621bdd75f1abf19244f
 DIST CGAL-4.11.3.tar.xz 14657412 BLAKE2B 
a10457d255fcdd822f90419ff6af5389c50e88b254ed7f37471e24bb8523732b5aa6bd1ee5e67f14fcf0d8e79abf86e798ddeb3e0ce965dc2cde5667377bf5e0
 SHA512 
44cdd5fb313841d208ffeb9a96aa8db5111defd581b749c80f655390b5468f7c18b61df0ac2bdeb5259507341cc451fcd8cd50f7ff0571efdcb76eb920f92f7e
-DIST cgal-4.9-doc_html-1.tar.xz 26612436 BLAKE2B 
17ea9c6e7bd9c981c0b8282b4e4dd3606e1939902c131947e05eccd1760d743740bc9bc385052954c3e60a49a7d5f1d961b4f954892d172095e3a2cf86e8887e
 SHA512 
df9855ff2b152a32dfb584c68b861e2cd480c073cd8cfddc494295455aff8d96e00ba6424b7a7f460e2f9e8db0fcefe858a656f4834821dd5466f61eb3d555b2
-DIST cgal-4.9.tar.xz 13749292 BLAKE2B 
fc6f44dec7c4cfd6ec13911cd668f0c6df7e73cd85540678f43c95b6fd9130449ca2597222e6b668b05072194302b95d63ff775ca82380aedc4fb8c439967c5b
 SHA512 
6f55e061917869dea1083e6fccac132a5232c2de4c01d0ed052bbb31789a23cc66334f12a884ed1e8a1b84af0e2a7186000964dd12e4b41914ee7fd5e36baca8

diff --git a/sci-mathematics/cgal/cgal-4.10.ebuild 
b/sci-mathematics/cgal/cgal-4.10.ebuild
deleted file mode 100644
index 7d4bbdec8af..000
--- a/sci-mathematics/cgal/cgal-4.10.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-MY_P=CGAL-${PV}
-
-DESCRIPTION="C++ library for geometric algorithms and data structures"
-HOMEPAGE="http://www.cgal.org/";
-SRC_URI="
-   
https://github.com/CGAL/cgal/releases/download/releases%2F${MY_P}/${MY_P}.tar.xz
-   doc? ( 
https://github.com/CGAL/cgal/releases/download/releases%2F${MY_P}/${MY_P}-doc_html.tar.xz
 )"
-
-LICENSE="LGPL-3 GPL-3 Boost-1.0"
-SLOT="0/13"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples +gmp mpfi ntl qt5"
-
-RDEPEND="
-   >=dev-cpp/eigen-3.1
-   dev-libs/boost:=
-   dev-libs/mpfr:0
-   sys-libs/zlib:=
-   x11-libs/libX11:=
-   virtual/glu:=
-   virtual/opengl:=
-   gmp? ( dev-libs/gmp:=[cxx] )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   )
-   mpfi? ( sci-libs/mpfi )
-   ntl? ( dev-libs/ntl )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILES

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

2019-06-04 Thread Andreas Sturmlechner
commit: 70e1963977e626a0fa6c4280dc23a31aa661c508
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  5 06:51:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  5 06:54:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e19639

app-arch/unshield: Drop 1.4 and 1.4.2

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

 app-arch/unshield/Manifest  |  2 --
 app-arch/unshield/unshield-1.4.2.ebuild | 27 ---
 app-arch/unshield/unshield-1.4.ebuild   | 30 --
 3 files changed, 59 deletions(-)

diff --git a/app-arch/unshield/Manifest b/app-arch/unshield/Manifest
index 359f39ecaaa..e577bd24fc3 100644
--- a/app-arch/unshield/Manifest
+++ b/app-arch/unshield/Manifest
@@ -1,3 +1 @@
-DIST unshield-1.4.2.tar.gz 46051 BLAKE2B 
76e8e724916f5c43c84b17db34f2c5905f99fe424679b9c9fef76e1892d0a2f90e6c195f1a02a8446473860578c34678e395f65cf5973019ed7be5d3dea14e84
 SHA512 
3ddd5df47198adade66acf89644efe3a1c87d60fcdf511f8e5c1fb29bbb07e77a9abc57a05b161ecb54a26a2a86242bbcba6e90df770b1325965ff5aa8eddf58
 DIST unshield-1.4.3.tar.gz 58822 BLAKE2B 
89e23462610d7ffd25358cb1d9f234b5c80a580deb60e85610ddacc8e3aa92420cb0e885e80375089e93786565824813f23c54f7c4d60b7773f23d174c98e5d7
 SHA512 
2f058e0a28d0497e2afe231ded1b1bb16745401398eb1035e628d263351b10a1343c9664f3937b8912755db9dc5236a1b43e9bcba596affb7aa8b036f49382aa
-DIST unshield-1.4.tar.gz 37199 BLAKE2B 
7f32cdbac3dca8e5e7dfca7e9ae7d12066b0484a8e75f611af173ec12dfd03dfd0ee7b79d05e3c7fb45a3285bbbfacf6020ad100907345a1501b3a8de81c81bc
 SHA512 
b09c29fa8e5785f2ca90b40105304802d00d201dde42ef4f5e4b5504ca8edf10da426c7ed1daa8c0685980f085eb20437162812a2068a0c03c0dfd240edbf944

diff --git a/app-arch/unshield/unshield-1.4.2.ebuild 
b/app-arch/unshield/unshield-1.4.2.ebuild
deleted file mode 100644
index 1410d202234..000
--- a/app-arch/unshield/unshield-1.4.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="InstallShield CAB file extractor"
-HOMEPAGE="https://github.com/twogood/unshield";
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-
-# OpenSSL (or LibreSSL) is detected at build time, and used to determine
-# whether or not a hand-rolled md5 implementation is used. The build
-# system prefers OpenSSL's implementation if it's available, and OpenSSL
-# is common enough, so we prefer it too. Since the dependency is
-# automagic (there's no way to hide it), we require Open/LibreSSL
-# unconditionally.
-IUSE="libressl"
-
-DEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   sys-libs/zlib"
-RDEPEND="${DEPEND}"

diff --git a/app-arch/unshield/unshield-1.4.ebuild 
b/app-arch/unshield/unshield-1.4.ebuild
deleted file mode 100644
index 44fa7c70075..000
--- a/app-arch/unshield/unshield-1.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="InstallShield CAB file extractor"
-HOMEPAGE="https://github.com/twogood/unshield";
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
-
-# OpenSSL (or LibreSSL) is detected at build time, and used to determine
-# whether or not a hand-rolled md5 implementation is used. The build
-# system prefers OpenSSL's implementation if it's available, and OpenSSL
-# is common enough, so we prefer it too. Since the dependency is
-# automagic (there's no way to hide it), we require Open/LibreSSL
-# unconditionally.
-IUSE="libressl"
-
-DEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-# Without this, the build fails looking for unshield_config.h.
-CMAKE_IN_SOURCE_BUILD=y



[gentoo-commits] repo/gentoo:master commit in: dev-games/physfs/, dev-games/physfs/files/

2019-06-04 Thread Andreas Sturmlechner
commit: 3456f3a1e1e7265925adba549e7691ba2b6d2506
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  5 06:52:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  5 06:54:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3456f3a1

dev-games/physfs: Drop 2.0.3-r2

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

 dev-games/physfs/Manifest |  1 -
 dev-games/physfs/files/physfs-2.0.3-zip_seek.diff | 15 --
 dev-games/physfs/physfs-2.0.3-r2.ebuild   | 63 ---
 3 files changed, 79 deletions(-)

diff --git a/dev-games/physfs/Manifest b/dev-games/physfs/Manifest
index bad255dab36..310875d0eba 100644
--- a/dev-games/physfs/Manifest
+++ b/dev-games/physfs/Manifest
@@ -1,2 +1 @@
-DIST physfs-2.0.3.tar.bz2 560628 BLAKE2B 
8e3e8497463886678aaa671269133513f08aab1e49a6397f61cd44a5139030326ae0889e795401a967b0641f680f353dfaa39d7102502c2b8e0680c0a5d158b5
 SHA512 
47eff0c81b8dc3bb526766b0a8ad2437d2951867880116d6e6e8f2ec1490e263541fb741867fed6517cc3fa8a9c5651b36e3e02a499f19cfdc5c7261c9707e80
 DIST physfs-3.0.2.tar.bz2 194888 BLAKE2B 
67b6b04e3822c2528a31a2c60345238cb5f25ad031e32a6c3416b91bad6347af9f02dcfb8dc29a71c2bfc2b7cec7f0749ffbbd0dcadbc35703576ad895f568d9
 SHA512 
4024b6c3348e0b6fc1036aac330192112dfe17de3e3d14773be9f06e9a062df5a1006869f21162b4e0b584989f463788a35e64186b1913225c073fea62754472

diff --git a/dev-games/physfs/files/physfs-2.0.3-zip_seek.diff 
b/dev-games/physfs/files/physfs-2.0.3-zip_seek.diff
deleted file mode 100644
index eaab07e1603..000
--- a/dev-games/physfs/files/physfs-2.0.3-zip_seek.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-http://icculus.org/pipermail/physfs/2017-January/001217.html
-
-diff -r 34ebe997c5c0 archivers/zip.c
 a/archivers/zip.c  Fri Jan 01 12:53:41 2016 -0500
-+++ b/archivers/zip.c  Wed Jan 25 20:56:26 2017 +0300
-@@ -327,7 +327,8 @@
- return(0);
- 
- inflateEnd(&finfo->stream);
--memcpy(&finfo->stream, &str, sizeof (z_stream));
-+inflateCopy(&finfo->stream, &str);
-+inflateEnd(&str);
- finfo->uncompressed_position = finfo->compressed_position = 0;
- } /* if */
- 

diff --git a/dev-games/physfs/physfs-2.0.3-r2.ebuild 
b/dev-games/physfs/physfs-2.0.3-r2.ebuild
deleted file mode 100644
index eec6c0e3546..000
--- a/dev-games/physfs/physfs-2.0.3-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-multilib
-
-DESCRIPTION="Abstraction layer for filesystem and archive access"
-HOMEPAGE="http://icculus.org/physfs/";
-SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2";
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ppc64 x86 ~x86-fbsd"
-IUSE="doc grp hog mvl qpak static-libs wad +zip"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-PATCHES=(
-   "${FILESDIR}/${P}-zip_seek.diff"
-)
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   sed -i -e 's:-Werror::' CMakeLists.txt || die
-   # make sure these libs aren't used
-   rm -rf lzma zlib*
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DPHYSFS_ARCHIVE_7Z=OFF
-   -DPHYSFS_BUILD_SHARED=ON
-   -DPHYSFS_BUILD_TEST=OFF
-   -DPHYSFS_BUILD_WX_TEST=OFF
-   -DPHYSFS_INTERNAL_ZLIB=OFF
-   -DPHYSFS_BUILD_STATIC="$(usex static-libs)"
-   -DPHYSFS_ARCHIVE_GRP="$(usex grp)"
-   -DPHYSFS_ARCHIVE_HOG="$(usex hog)"
-   -DPHYSFS_ARCHIVE_MVL="$(usex mvl)"
-   -DPHYSFS_ARCHIVE_WAD="$(usex wad)"
-   -DPHYSFS_ARCHIVE_QPAK="$(usex qpak)"
-   -DPHYSFS_ARCHIVE_ZIP="$(usex zip)"
-   )
-
-   cmake-multilib_src_configure
-}
-
-src_compile() {
-   cmake-multilib_src_compile
-
-   if multilib_is_native_abi && use doc ; then
-   doxygen || die "doxygen failed"
-   fi
-}
-
-src_install() {
-   local DOCS=( CHANGELOG.txt CREDITS.txt TODO.txt )
-   local HTML_DOCS=$(usex doc 'docs/html/*' '')
-
-   cmake-multilib_src_install
-}



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

2019-06-04 Thread Michał Górny
commit: 11fcd02a8a9ecf423cae5bd6ab66051f50d13e9a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  5 06:29:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  5 06:53:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fcd02a

xfce-base/xfdesktop: Bump to 4.12.5 (stable branch)

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

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index ef4f0ad1bf2..2ae82bfbc4d 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
+DIST xfdesktop-4.12.5.tar.bz2 1442736 BLAKE2B 
2f4d60fff062779123ab70b8e4d56cd67ea783b7c2aed00a39773b66e20b60fc4189e899ad3c17c70afcd1674bae72a4f574c952a11ba1f40860f35eb8e6869a
 SHA512 
0217a220e7d6d9f95277d5a2dd047c133b65b0ccf21510cd949241b594f244a726147d0d0256e3f32d6989710e6e074710c1a63b46a88587a5ef7238cbb8a92d
 DIST xfdesktop-4.13.4.tar.bz2 1485482 BLAKE2B 
c0f40c448d79e3840d8708e8c5fb4a1d94658ab866c630c5a9b2cd40e3b92b3598e57377ed60621a5b28daedd7ab877aeb13b84735a23f5a302cf07434008012
 SHA512 
3943fc2af3ca3996a38900fea4a03004e1d3f8728a8517c988bd59744607ed8e4ba3f135d6075833af206df3c35464633f47e374c26fcbb8a20f0f1ecfdb7da6

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild
new file mode 100644
index 000..2a735851d90
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
+RDEPEND=">=x11-libs/cairo-1.6:=
+   >=dev-libs/dbus-glib-0.100:=
+   >=dev-libs/glib-2.20:=
+   >=x11-libs/gtk+-2.24:2=
+   >=x11-libs/libwnck-2.30:1=
+   x11-libs/libX11:=
+   =xfce-base/garcon-0.3:=
+   >=xfce-base/libxfce4ui-4.11:=
+   >=xfce-base/libxfce4util-4.11:=
+   >=xfce-base/xfconf-4.10:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? (
+   >=dev-libs/glib-2.38:=
+   =xfce-base/thunar-1.6*:=[dbus]
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2019-06-04 Thread Michał Górny
commit: 3ce046f347febc6078b59037bc090c32b9040101
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  5 06:30:41 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  5 06:53:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce046f3

app-doc/eclass-manpages: Drop 20190329

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

 app-doc/eclass-manpages/Manifest |  1 -
 .../eclass-manpages/eclass-manpages-20190329.ebuild  | 20 
 2 files changed, 21 deletions(-)

diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest
index e45891319b8..90a067e57b5 100644
--- a/app-doc/eclass-manpages/Manifest
+++ b/app-doc/eclass-manpages/Manifest
@@ -1,2 +1 @@
-DIST eclass-manpages-20190329.tar.xz 428068 BLAKE2B 
630f6ba06bef6e4aed7713776b8a0ce737dcba4441309ed326b6eb87a5515f5fbd2f95db4a12385788a1dbf1ff6bc3c09620f4564c0bba201f48f6aa31520b41
 SHA512 
8088078334c2b7f35301bd75dc2505a366d030cb1d28bf47c387ba0c727cf5a58e1f279708d4a32ecf47ceec543c287ea5ad8c76ce4bbd9c45f039be2924d7ee
 DIST eclass-manpages-20190602.tar.xz 412572 BLAKE2B 
260bdf6f50d7b1735a006d560c76ec21dfef39ddd77231dd52102a73d485c0bb4d54735d2bf34f15aeca2a626ecb8020abcebbd6130c7e015fded71445f4cf16
 SHA512 
7d6868a8363c83dea81d7f839f4037c8ceaae157fa3c099d6e455707ea0e8045a0a333448aff2be1c0733f449c32237cb704758fb8df4ce9e7357e8001c3a498

diff --git a/app-doc/eclass-manpages/eclass-manpages-20190329.ebuild 
b/app-doc/eclass-manpages/eclass-manpages-20190329.ebuild
deleted file mode 100644
index c567d7c5fc3..000
--- a/app-doc/eclass-manpages/eclass-manpages-20190329.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="Collection of Gentoo eclass manpages"
-HOMEPAGE="https://github.com/mgorny/eclass-to-manpage";
-SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-# Keep the keywords stable. No need to change to ~arch.
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-
-DEPEND="app-arch/xz-utils
-   sys-apps/gawk"
-
-src_install() {
-   emake install DESTDIR="${D}" PREFIX=/usr
-}



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

2019-06-04 Thread Michał Górny
commit: b72eb05828762130e35a7fb72bb5bd6305aef300
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  5 06:31:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  5 06:53:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72eb058

app-portage/pram: Drop old

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

 app-portage/pram/Manifest  |  2 --
 app-portage/pram/pram-3.ebuild | 24 
 app-portage/pram/pram-5.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
index fbf1c277a5e..c411a68efb3 100644
--- a/app-portage/pram/Manifest
+++ b/app-portage/pram/Manifest
@@ -1,3 +1 @@
-DIST pram-3.tar.gz 4334 BLAKE2B 
f06f9cfe938f83702baaa8f8bee06937e8790e533e14ab419251934d0f4300ee75d5377a4f4e0e47a774bd3c25ef31236d7e451b929cfbfe8343d226a311ca2d
 SHA512 
526149523b748b57095ecb3eb23f6808ab57ee1d8dc60e27067931d269ce3465ad8a0e54e8edaa3a1f74fd0a8dd135fe4a92779382ba6e367112016bc254fc98
-DIST pram-5.tar.gz 4443 BLAKE2B 
0c5d1ddfa44944e8480cffd0b4f49d6143fff36ed690c9e7c0acbdd54ae6ea50b6c1610c65914c2626a260c9de1084b42e101ca38952a3e8fb9264663c3ad00c
 SHA512 
7634bcaac11c999e2ef01d5e12305d96032396ce624cc6085b4954583aebf6d54f0a1155604863d1aeda1c2bdf17ddcfd81b833decddfbe11eb8689297c70b23
 DIST pram-7.tar.gz 7471 BLAKE2B 
5152002be35755031a81dbaa61118fcab0529eb9732f134b11eb2499a539e04b8b8cb6402ee3bb39c7b7c82bc918ee4fef30e247fcdba3fe32c5457cf654e257
 SHA512 
42e95577802d5940a0eab8da5fd36d9eb2338eccf654260364b91990a0d8de9d56cbfde767dc60bfd3c826eb45a1b0e73af717740488af0a25ff6d8c656df93e

diff --git a/app-portage/pram/pram-3.ebuild b/app-portage/pram/pram-3.ebuild
deleted file mode 100644
index 5280715300b..000
--- a/app-portage/pram/pram-3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tool to ease merging Pull Requests and git patches"
-HOMEPAGE="https://github.com/mgorny/pram";
-SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-vcs/git
-   net-misc/wget[ssl]
-   virtual/editor
-   !dev-perl/Gentoo-App-Pram"
-
-src_install() {
-   dobin pram
-   doman pram.1
-   einstalldocs
-}

diff --git a/app-portage/pram/pram-5.ebuild b/app-portage/pram/pram-5.ebuild
deleted file mode 100644
index d5151395d54..000
--- a/app-portage/pram/pram-5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tool to ease merging Pull Requests and git patches"
-HOMEPAGE="https://github.com/mgorny/pram";
-SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-vcs/git
-   net-misc/wget[ssl]
-   virtual/editor
-   !dev-perl/Gentoo-App-Pram"
-
-src_install() {
-   dobin pram
-   doman pram.1
-   einstalldocs
-}



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

2019-06-04 Thread Michał Górny
commit: 13076ec901d7b12fbca02cb5d63b181e7ff02866
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  5 06:33:00 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  5 06:53:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13076ec9

sys-fs/vhba: Drop old

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

 sys-fs/vhba/Manifest |  1 -
 sys-fs/vhba/vhba-20190302.ebuild | 81 
 2 files changed, 82 deletions(-)

diff --git a/sys-fs/vhba/Manifest b/sys-fs/vhba/Manifest
index 35368ad5da1..667f7ec876d 100644
--- a/sys-fs/vhba/Manifest
+++ b/sys-fs/vhba/Manifest
@@ -1,2 +1 @@
-DIST vhba-module-20190302.tar.bz2 15708 BLAKE2B 
4a6f1f22e893597e50e78fa06e1296079b600ad6b2cf7b319267ef44d1ff07795f2aca22541993a7fc57d15550297e71046ce4147226d0731aa2b4d691dd5299
 SHA512 
6df59112b9b0597ce98de85744acd8158dbc015841740649fa3538fec32f1d7cbf4e489062998cc13dc85a1b3558bcffc2ea65285e17ee5b3f1c0a7d49cd6a38
 DIST vhba-module-20190410.tar.bz2 15741 BLAKE2B 
6d513877c771b1c4c5805231cf8bb1d29dd3c6de7d91879ef1898fdc424df026b0835a772f398dcdc7d8900db462164a40e46c9b66b38ed70f5b5f6a0e7e
 SHA512 
e4b30bea8464d8ac24fd2fddca9d41052af2f5b3dc9e054ead47991bff41366be377600075627c40261722c88c20ed2eaf65fa7afb34690ef09a6f4ea6f9351f

diff --git a/sys-fs/vhba/vhba-20190302.ebuild b/sys-fs/vhba/vhba-20190302.ebuild
deleted file mode 100644
index 157ae2ff9f9..000
--- a/sys-fs/vhba/vhba-20190302.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils linux-mod udev
-
-MY_P=vhba-module-${PV}
-DESCRIPTION="Virtual (SCSI) Host Bus Adapter kernel module for the CDEmu suite"
-HOMEPAGE="http://cdemu.org";
-SRC_URI="mirror://sourceforge/cdemu/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-MODULE_NAMES="vhba(block:${S})"
-BUILD_TARGETS=modules
-
-pkg_setup() {
-   CONFIG_CHECK="~BLK_DEV_SR ~CHR_DEV_SG"
-   check_extra_config
-   BUILD_PARAMS="KDIR=${KV_OUT_DIR}"
-   linux-mod_pkg_setup
-}
-
-src_prepare() {
-   # Avoid "make jobserver unavailable" warning and -Werror problems
-   sed -e '/ccflags/s/-Werror$/-Wall/' \
-   -i Makefile || die "sed failed"
-
-   eapply_user
-}
-
-src_install() {
-   dodoc AUTHORS ChangeLog README
-   linux-mod_src_install
-
-   einfo "Generating udev rules ..."
-   dodir "$(get_udevdir)"/rules.d
-   cat > "${D}/$(get_udevdir)"/rules.d/69-vhba.rules <<-EOF || die
-   # do not edit this file, it will be overwritten on update
-   #
-   KERNEL=="vhba_ctl", SUBSYSTEM=="misc", TAG+="uaccess"
-   EOF
-}
-
-pkg_postinst() {
-   # Older versions of vhba installed their rule file in /etc/udev/rules.d,
-   # which overrides rules in /lib/udev/rules.d. We remove the old file
-   # automatically if it is identical to the default one installed by
-   # vhba-1.2.1 or 20101015-r1. Note that the comment at the top of the 
rules
-   # file states that it can be automatically overwritten by the system.
-   old_rules="${ROOT}etc/udev/rules.d/70-vhba.rules"
-   if [[ -f "${old_rules}" ]]; then
-   case "$(md5sum ${old_rules})" in
- 2959b3cf61cfe6e466cc3516a7bc19de* | 
1e7a7e5d6d28c811eeec98ec26ed5d28* )
-   elog
-   elog "Removing old ${old_rules} ..."
-   rm -f "${old_rules}" ||
-   eerror "Failed, please remove ${old_rules} 
manually."
-   ;;
- * )
-   ewarn
-   ewarn "The ${old_rules} file from a previous"
-   ewarn "installation of ${PN} is overriding ${P}'s"
-   ewarn "udev rules. Unless you had deliberately 
customized it,"
-   ewarn "you should remove it."
-   ewarn
-   ;;
-   esac
-   fi
-
-   linux-mod_pkg_postinst
-}



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

2019-06-04 Thread Agostino Sarubbo
commit: 332f111907d40948441753a5e39452a73cd948e3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:46:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:46:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332f1119

app-admin/analog: amd64 stable wrt bug #687156

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

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

diff --git a/app-admin/analog/analog-6.0.13.ebuild 
b/app-admin/analog/analog-6.0.13.ebuild
index 0a5ef60b14c..0074a5e6a0e 100644
--- a/app-admin/analog/analog-6.0.13.ebuild
+++ b/app-admin/analog/analog-6.0.13.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.c-amie.co.uk/static/analog/6013/${MY_P}.zip";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86"
 
 DEPEND="
app-arch/unzip



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

2019-06-04 Thread Agostino Sarubbo
commit: 9b5d66bd341275c02a12a6fa6e916b6b6d709a3e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:42 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5d66bd

dev-python/s3transfer: amd64 stable wrt bug #685212

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

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

diff --git a/dev-python/s3transfer/s3transfer-0.2.0.ebuild 
b/dev-python/s3transfer/s3transfer-0.2.0.ebuild
index d48af892603..0cbea9afbac 100644
--- a/dev-python/s3transfer/s3transfer-0.2.0.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/

2019-06-04 Thread Agostino Sarubbo
commit: 9baa8d6c179214225dcba7ecd76f626dbb65d67b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:46:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:46:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9baa8d6c

www-misc/urlwatch: amd64 stable wrt bug #687192

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

 www-misc/urlwatch/urlwatch-2.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/urlwatch/urlwatch-2.17.ebuild 
b/www-misc/urlwatch/urlwatch-2.17.ebuild
index f5806797482..52aa2776d4c 100644
--- a/www-misc/urlwatch/urlwatch-2.17.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.17.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/

2019-06-04 Thread Agostino Sarubbo
commit: ac8875550dbe3317423499573779caca813c8767
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:46:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:46:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac887555

app-crypt/glep63-check: amd64 stable wrt bug #687170

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

 app-crypt/glep63-check/glep63-check-9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/glep63-check/glep63-check-9.ebuild 
b/app-crypt/glep63-check/glep63-check-9.ebuild
index e0f5ca0b0bc..4f614942037 100644
--- a/app-crypt/glep63-check/glep63-check-9.ebuild
+++ b/app-crypt/glep63-check/glep63-check-9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



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

2019-06-04 Thread Agostino Sarubbo
commit: 0b1d92f6eaf2cc00140552a3df98117e92e2ccba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:46 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1d92f6

net-analyzer/prettyping: amd64 stable wrt bug #685390

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

 net-analyzer/prettyping/prettyping-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild 
b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
index df1c3132fd2..54c2c36beb3 100644
--- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild
+++ b/net-analyzer/prettyping/prettyping-1.0.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=7
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="app-shells/bash
net-misc/iputils



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

2019-06-04 Thread Agostino Sarubbo
commit: 735bc274fac0c6e217010e16fb6a3af10d37bac5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:23 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735bc274

app-i18n/imsettings: amd64 stable wrt bug #684954

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

 app-i18n/imsettings/imsettings-1.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/imsettings/imsettings-1.7.2.ebuild 
b/app-i18n/imsettings/imsettings-1.7.2.ebuild
index 5fce6e8f9e6..f2f473de2fa 100644
--- a/app-i18n/imsettings/imsettings-1.7.2.ebuild
+++ b/app-i18n/imsettings/imsettings-1.7.2.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"
@@ -11,7 +11,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gconf gtk2 qt5 +introspection static-libs xfconf"
 RESTRICT="test"
 



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

2019-06-04 Thread Agostino Sarubbo
commit: 217292419688f3f04e743cbe95c6c52cabdf73a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:46:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:46:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21729241

dev-lang/spidermonkey: amd64 stable wrt bug #687072

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

 dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild 
b/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild
index 3a29cad582e..f814f728463 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/js/${TARBALL_P}.tar.gz
 
 LICENSE="NPL-1.1"
 SLOT="0/mozjs185"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE="debug minimal static-libs test"
 
 S="${WORKDIR}/${MY_P}"



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

2019-06-04 Thread Agostino Sarubbo
commit: 689bb22a0e2c53c5f0b54191cf13c20b488f8053
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689bb22a

x11-misc/virtualgl: amd64 stable wrt bug #684858

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

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

diff --git a/x11-misc/virtualgl/virtualgl-2.5.2-r1.ebuild 
b/x11-misc/virtualgl/virtualgl-2.5.2-r1.ebuild
index aa35612ba1b..6b08d7ef9f4 100644
--- a/x11-misc/virtualgl/virtualgl-2.5.2-r1.ebuild
+++ b/x11-misc/virtualgl/virtualgl-2.5.2-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/${PN}/files/${PV}/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1 wxWinLL-3.1 FLTK"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="libressl ssl"
 
 RDEPEND="



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

2019-06-04 Thread Agostino Sarubbo
commit: ea250efd609077ba6bd6f93aaf63fa73c53e62c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:46:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:46:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea250efd

media-gfx/argyllcms: amd64 stable wrt bug #684636

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

 media-gfx/argyllcms/argyllcms-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/argyllcms/argyllcms-2.1.1.ebuild 
b/media-gfx/argyllcms/argyllcms-2.1.1.ebuild
index ef4e72f84e6..b3844f4daa8 100644
--- a/media-gfx/argyllcms/argyllcms-2.1.1.ebuild
+++ b/media-gfx/argyllcms/argyllcms-2.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip";
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 hppa x86"
+KEYWORDS="amd64 ~arm64 hppa x86"
 IUSE="doc"
 
 RDEPEND="



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

2019-06-04 Thread Agostino Sarubbo
commit: f04e0677915440c8a0a640ba1cc8cead17b1cf4a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04e0677

dev-python/boto3: amd64 stable wrt bug #685212

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

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

diff --git a/dev-python/boto3/boto3-1.9.122.ebuild 
b/dev-python/boto3/boto3-1.9.122.ebuild
index bb665fd73e2..6d5dfa01b2d 100644
--- a/dev-python/boto3/boto3-1.9.122.ebuild
+++ b/dev-python/boto3/boto3-1.9.122.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 RDEPEND="



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

2019-06-04 Thread Agostino Sarubbo
commit: 035160eac2c2303f17c165c0890ff3e141e4d5c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:46:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:46:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035160ea

dev-python/docker-py: amd64 stable wrt bug #687190

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

 dev-python/docker-py/docker-py-3.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docker-py/docker-py-3.7.1.ebuild 
b/dev-python/docker-py/docker-py-3.7.1.ebuild
index 2573b1681c6..a007f6c0e15 100644
--- a/dev-python/docker-py/docker-py-3.7.1.ebuild
+++ b/dev-python/docker-py/docker-py-3.7.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="doc test"
 
 RDEPEND="



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

2019-06-04 Thread Agostino Sarubbo
commit: b1c8e64c8ddd7a637627bb1874719f0effa4d368
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:58 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c8e64c

media-sound/rosegarden: amd64 stable wrt bug #685586

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

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

diff --git a/media-sound/rosegarden/rosegarden-17.12.1.ebuild 
b/media-sound/rosegarden/rosegarden-17.12.1.ebuild
index 76d1907a168..34f80417db5 100644
--- a/media-sound/rosegarden/rosegarden-17.12.1.ebuild
+++ b/media-sound/rosegarden/rosegarden-17.12.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="lirc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2019-06-04 Thread Agostino Sarubbo
commit: fde86717164144f69bcac326e8a99b9ccbb8c14e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:46:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:46:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde86717

sci-chemistry/gromacs: amd64 stable wrt bug #687238

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

 sci-chemistry/gromacs/gromacs-2018.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/gromacs/gromacs-2018.7.ebuild 
b/sci-chemistry/gromacs/gromacs-2018.7.ebuild
index 0c57c8b32c1..b94893cb336 100644
--- a/sci-chemistry/gromacs/gromacs-2018.7.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2018.7.ebuild
@@ -17,7 +17,7 @@ if [[ $PV = ** ]]; then
 else
SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz
test? ( 
http://gerrit.gromacs.org/download/regressiontests-${PV/_/-}.tar.gz )"
-   KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+   KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 fi
 
 ACCE_IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 
cpu_flags_x86_avx cpu_flags_x86_avx2"



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

2019-06-04 Thread Agostino Sarubbo
commit: 71cc015adfa17682c004055c72c161ea44392a8d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:45:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:45:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cc015a

dev-python/docutils-glep: amd64 stable wrt bug #687050

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

 dev-python/docutils-glep/docutils-glep-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docutils-glep/docutils-glep-1.2.ebuild 
b/dev-python/docutils-glep/docutils-glep-1.2.ebuild
index e6b2be6fb25..643c903f730 100644
--- a/dev-python/docutils-glep/docutils-glep-1.2.ebuild
+++ b/dev-python/docutils-glep/docutils-glep-1.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-06-04 Thread Agostino Sarubbo
commit: 09d7c838cc675e9356fc7c65e5408f0eea32c439
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:20 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d7c838

app-i18n/im-chooser: amd64 stable wrt bug #684954

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

 app-i18n/im-chooser/im-chooser-1.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/im-chooser/im-chooser-1.7.0.ebuild 
b/app-i18n/im-chooser/im-chooser-1.7.0.ebuild
index 61443d0add9..66da16203e0 100644
--- a/app-i18n/im-chooser/im-chooser-1.7.0.ebuild
+++ b/app-i18n/im-chooser/im-chooser-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gtk2 xfce"
 
 RDEPEND="app-i18n/imsettings



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

2019-06-04 Thread Agostino Sarubbo
commit: 7b5253a5e321e1723e19a19f0863b19650af090a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:38 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5253a5

dev-python/botocore: amd64 stable wrt bug #685212

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

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

diff --git a/dev-python/botocore/botocore-1.12.122.ebuild 
b/dev-python/botocore/botocore-1.12.122.ebuild
index f81c7d0b849..58d7f94dd18 100644
--- a/dev-python/botocore/botocore-1.12.122.ebuild
+++ b/dev-python/botocore/botocore-1.12.122.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 RDEPEND="



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

2019-06-04 Thread Agostino Sarubbo
commit: 64592baa6b106bc2996bac04af8165d9d3bfaaf6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64592baa

x11-libs/libgxim: amd64 stable wrt bug #684954

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

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

diff --git a/x11-libs/libgxim/libgxim-0.5.0.ebuild 
b/x11-libs/libgxim/libgxim-0.5.0.ebuild
index bc716195e9f..6ea2f2c4e7e 100644
--- a/x11-libs/libgxim/libgxim-0.5.0.ebuild
+++ b/x11-libs/libgxim/libgxim-0.5.0.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"
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="${USE_RUBY//ruby/ruby_targets_ruby} static-libs test"
 
 RDEPEND="dev-libs/dbus-glib



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

2019-06-04 Thread Agostino Sarubbo
commit: 8a1d916110d85db55b5865c278ae2446b99dacec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1d9161

sci-mathematics/cgal: amd64 stable wrt bug #685396

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

 sci-mathematics/cgal/cgal-4.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/cgal/cgal-4.11.3.ebuild 
b/sci-mathematics/cgal/cgal-4.11.3.ebuild
index 340cdbf4c0f..5aaf71284bf 100644
--- a/sci-mathematics/cgal/cgal-4.11.3.ebuild
+++ b/sci-mathematics/cgal/cgal-4.11.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="LGPL-3 GPL-3 Boost-1.0"
 SLOT="0/13"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples +gmp mpfi ntl qt5"
 
 RDEPEND="



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

2019-06-04 Thread Agostino Sarubbo
commit: ea3e2417f4f77a07047c8813f0f3d65cb1871d03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:45:43 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:45:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3e2417

dev-php/pecl-imagick: amd64 stable wrt bug #687030

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

 dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild 
b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild
index f798e62999c..5a9c17a0c09 100644
--- a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild
+++ b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild
@@ -8,7 +8,7 @@ USE_PHP="php5-6 php7-1 php7-2 php7-3"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="PHP wrapper for the ImageMagick library"
 HOMEPAGE="https://pecl.php.net/imagick https://github.com/mkoppanen/imagick";



[gentoo-commits] repo/gentoo:master commit in: net-fs/netatalk/

2019-06-04 Thread Agostino Sarubbo
commit: a6b671312e838c8ed9c69362be1a054ccf1d3f63
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:45:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:45:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b67131

net-fs/netatalk: amd64 stable wrt bug #687044

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

 net-fs/netatalk/netatalk-3.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/netatalk/netatalk-3.1.12.ebuild 
b/net-fs/netatalk/netatalk-3.1.12.ebuild
index 88ce2028504..472a18240ee 100644
--- a/net-fs/netatalk/netatalk-3.1.12.ebuild
+++ b/net-fs/netatalk/netatalk-3.1.12.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/$(ver_cut 
1-3)/${P}.tar.bz2"
 
 LICENSE="GPL-2 BSD"
 SLOT="0/18.0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="acl cracklib dbus debug kerberos ldap pam pgp quota samba +shadow ssl 
static-libs tracker tcpd +utils zeroconf"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/

2019-06-04 Thread Agostino Sarubbo
commit: 53c55744d2c2d7f1b03ffe37c1f419a508b5c19f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:08 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c55744

mail-mta/exim: amd64 stable wrt bug #687336

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

 mail-mta/exim/exim-4.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/exim/exim-4.92.ebuild b/mail-mta/exim/exim-4.92.ebuild
index 5456845d756..3d8394a01da 100644
--- a/mail-mta/exim/exim-4.92.ebuild
+++ b/mail-mta/exim/exim-4.92.ebuild
@@ -33,7 +33,7 @@ HOMEPAGE="http://www.exim.org/";
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~x86-solaris"
 
 COMMON_DEPEND=">=sys-apps/sed-4.0.5
( >=sys-libs/db-3.2:= 

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

2019-06-04 Thread Agostino Sarubbo
commit: 0f7f87d7ccae7464584fa18130c230afb8dc5b9f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:45:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:45:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7f87d7

dev-lang/php: amd64 stable wrt bug #687026

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

 dev-lang/php/php-5.6.40-r4.ebuild | 2 +-
 dev-lang/php/php-7.1.30.ebuild| 2 +-
 dev-lang/php/php-7.2.19.ebuild| 2 +-
 dev-lang/php/php-7.3.6.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/php/php-5.6.40-r4.ebuild 
b/dev-lang/php/php-5.6.40-r4.ebuild
index ab082b07734..7f44586c0a5 100644
--- a/dev-lang/php/php-5.6.40-r4.ebuild
+++ b/dev-lang/php/php-5.6.40-r4.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"

diff --git a/dev-lang/php/php-7.1.30.ebuild b/dev-lang/php/php-7.1.30.ebuild
index 72c76e002d9..836a7fe5026 100644
--- a/dev-lang/php/php-7.1.30.ebuild
+++ b/dev-lang/php/php-7.1.30.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"

diff --git a/dev-lang/php/php-7.2.19.ebuild b/dev-lang/php/php-7.2.19.ebuild
index 55970c12a89..090fd7667d9 100644
--- a/dev-lang/php/php-7.2.19.ebuild
+++ b/dev-lang/php/php-7.2.19.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"

diff --git a/dev-lang/php/php-7.3.6.ebuild b/dev-lang/php/php-7.3.6.ebuild
index ba36d414da5..7221ff24adf 100644
--- a/dev-lang/php/php-7.3.6.ebuild
+++ b/dev-lang/php/php-7.3.6.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2019-06-04 Thread Agostino Sarubbo
commit: 168199fea7a3e675d58336b79f564c30e62e6263
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:46:18 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:46:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168199fe

app-emulation/docker-compose: amd64 stable wrt bug #687190

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

 app-emulation/docker-compose/docker-compose-1.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild 
b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild
index 1efb5d463ed..27bb0bdfb34 100644
--- a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild
+++ b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/docker/compose/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2019-06-04 Thread Agostino Sarubbo
commit: 8701db0992e184bc7dad99b42a8381dc362e9000
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:47:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:47:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8701db09

net-misc/rdesktop: amd64 stable wrt bug #687268

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

 net-misc/rdesktop/rdesktop-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rdesktop/rdesktop-1.8.6.ebuild 
b/net-misc/rdesktop/rdesktop-1.8.6.ebuild
index a30a9cd7f5f..1865fcdf4de 100644
--- a/net-misc/rdesktop/rdesktop-1.8.6.ebuild
+++ b/net-misc/rdesktop/rdesktop-1.8.6.ebuild
@@ -12,7 +12,7 @@ 
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 ~x86-fbsd 
~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="alsa ao debug ipv6 kerberos libressl libsamplerate oss pcsc-lite xrandr"
 
 S=${WORKDIR}/${PN}-${MY_PV}



[gentoo-commits] repo/gentoo:master commit in: app-misc/resolve-march-native/

2019-06-04 Thread Agostino Sarubbo
commit: 0ae47dc03b922f1ff19c3e7eb683508645084fed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 06:46:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 06:46:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae47dc0

app-misc/resolve-march-native: amd64 stable wrt bug #687248

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

 app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild 
b/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild
index 8a89b9b806e..fdc3696bca7 100644
--- a/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gtkada/

2019-06-04 Thread Alfredo Tupone
commit: b0e2ec2c6c0065d71e0cac13458933bbde06efec
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed Jun  5 06:32:33 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Jun  5 06:32:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e2ec2c

dev-ada/gtkada: fix dependency

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

 dev-ada/gtkada/gtkada-2018-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/gtkada/gtkada-2018-r1.ebuild 
b/dev-ada/gtkada/gtkada-2018-r1.ebuild
index e0088691788..4ce851b8da6 100644
--- a/dev-ada/gtkada/gtkada-2018-r1.ebuild
+++ b/dev-ada/gtkada/gtkada-2018-r1.ebuild
@@ -30,7 +30,7 @@ RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
x11-libs/gtk+:3
x11-libs/pango"
 DEPEND="${RDEPEND}
-dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018(-)=,gnat_2019(-)=]"
+   
dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]"
 
 REQUIRED_USE="^^ ( gnat_2016 gnat_2017 gnat_2018 gnat_2019 )"
 



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

2019-06-04 Thread Hans de Graaff
commit: 138519a23ea7a408afa8a9d68f330fd1e96170c9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun  5 05:42:00 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun  5 05:42:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138519a2

dev-ruby/maxitest: amd64 stable

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

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

diff --git a/dev-ruby/maxitest/maxitest-3.1.0.ebuild 
b/dev-ruby/maxitest/maxitest-3.1.0.ebuild
index 03975a3bfdc..0275150a102 100644
--- a/dev-ruby/maxitest/maxitest-3.1.0.ebuild
+++ b/dev-ruby/maxitest/maxitest-3.1.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "

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

2019-06-04 Thread Hans de Graaff
commit: d21002bce67d2b99e6a6dbcee8a28c1b7486b705
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun  5 05:39:19 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun  5 05:39:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21002bc

dev-ruby/maxitest: add 3.2.0

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

 dev-ruby/maxitest/Manifest  |  1 +
 dev-ruby/maxitest/maxitest-3.2.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index e1276decc15..dd4275f5a12 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1,3 +1,4 @@
 DIST maxitest-2.8.0.tar.gz 60742 BLAKE2B 
313e7efeca866961f3ee4c43279557bf628bd5d6d75e119fc9723b16a4dc7d38784a34078a9c6c6c5893f4bd28723757658122794deeca70f1abf54187819acf
 SHA512 
cf05087052bb9162d20cca5180808edc00606d0125d461968c033cc4ee44a193d45a337fa2d61f34e8c2097d71bad5eba16da6cf10166ee8afaacda29654ab89
 DIST maxitest-3.0.1.tar.gz 60926 BLAKE2B 
9ef03af6e55e7565acfa89d64e04aab40ef11445f0266ee85e68daa7224000922b8107c72cf77e75c4ba630ec19207cab3f5b0ce08f42270756deabfa5124b28
 SHA512 
c71e8af37387a8dd8f73aa01cde1c5baf772a7fe6125df5962ffb1aaf07515ebcd6d0f8530f306cc60927a289f21e4c75e0fece674230d8cdab82f5bfecfb899
 DIST maxitest-3.1.0.tar.gz 60956 BLAKE2B 
5819137a548dfe1ae1c641ea3ddb4fbdf522e08b35eddbeb5dd4f3cfe2f320d16779d48166be820215e3dedecbe1f77d2db475403d476e53d5019631a0972d09
 SHA512 
37fdba5658cd640de311efaaa50ca32b9415c0819b9adc919d6471ae9317f9a60eb5004afa29d67386b6b9524bda06791054b1d34e31ccbe160a56c315f44b76
+DIST maxitest-3.2.0.tar.gz 61272 BLAKE2B 
e6740429cd32604a7bc064a7876b41dd47d0488c7ced107bcec16b127a8e29bd6129d2897efd49d446011d3c70a8b9c5f1c0d4e91f677f4a0bfa24f2
 SHA512 
9cf787067bed8db16148eca20494ca718a2bc6b034fb5d9c824022af4a8dbfd69cf4b605fddcd3a9ca09d18a699753738a50921befdf6134ec6c41ccc5170f91

diff --git a/dev-ruby/maxitest/maxitest-3.2.0.ebuild 
b/dev-ruby/maxitest/maxitest-3.2.0.ebuild
new file mode 100644
index 000..bef598a1179
--- /dev/null
+++ b/dev-ruby/maxitest/maxitest-3.2.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Minitest + all the features you always wanted"
+HOMEPAGE="https://github.com/grosser/maxitest";
+SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "

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

2019-06-04 Thread Hans de Graaff
commit: f7df409c72f1783bcbe5eee14c140f9bb8d9ccc6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun  5 06:05:00 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun  5 06:05:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7df409c

dev-ruby/webmock: add 3.6.0

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

 dev-ruby/webmock/Manifest |  1 +
 dev-ruby/webmock/webmock-3.6.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index c6829d158a4..c0da86ebc06 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -1,3 +1,4 @@
 DIST webmock-2.3.2.gem 112128 BLAKE2B 
ef0a722374057d7c5392924f68de8520f08cb0aa038fc0b8511e00bbd9dc13f6535955f77611e414a33dbf0ed7a519e9c18caf8517d10be7438e7360c3037a1e
 SHA512 
bb61b645b287d15690aa81db4d4c937d3456e1911d394ef1fb31e8ff3530d47b865aa039c8aaa4d4b6a72132dfcdd06be66adf1b53793384dc27ac1c9f9c01e6
 DIST webmock-3.4.1.gem 115712 BLAKE2B 
d2a1c9c6984bdc2b47ce67b20496128e387e10d67d54405649610b0062548bb3fb6422a87d867eebdec22add8242997f654d2c70fdbbf70b11e70451583cc610
 SHA512 
26cc9376a66730a73059c3a8d496f5d7dd82ac18e7a95172d965ef431c8edd1b4698acd76ba12051a5dc0df3399488920280b669c4ae1d28d3d6cc5e1f7dce0e
 DIST webmock-3.5.1.gem 116736 BLAKE2B 
eb6531dd481588419932a93d091bf2c2802d98a9abe650e892e568f13a642c61ccbf395e293fb0b24b2e96f464902f8311d03a7afe84e917c4780d2da6000a78
 SHA512 
6096ebe84140e7385ac941c2f63951d19523b2f7e3330fb38181f19c423b4c4d47828d200d8921e02850374b048902191f96f8d693746bcdf284cf0c5eacd924
+DIST webmock-3.6.0.gem 117248 BLAKE2B 
251f80c90777deacc24588a947426252522c3b4ec1670e77801391e9ed495cc7790b2f7211abc728ac357b2876fbb16b654fffe410c5aa3e837c46e927f031f7
 SHA512 
4bb3ed9cf7e67c1560c1835e26275657b28b40e3f95dbe50156ce1960e418519020675b6ed07e80521d85ea0b0e53c22d674b7b17b4c9349ef62c089e6bc7891

diff --git a/dev-ruby/webmock/webmock-3.6.0.ebuild 
b/dev-ruby/webmock/webmock-3.6.0.ebuild
new file mode 100644
index 000..2e45dbdb6dd
--- /dev/null
+++ b/dev-ruby/webmock/webmock-3.6.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
+HOMEPAGE="https://github.com/bblimke/webmock";
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
>=dev-ruby/hashdiff-0.4.0"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   >=dev-ruby/test-unit-3.0.0
+   dev-ruby/rack
+   >=dev-ruby/httpclient-2.8.0
+   || ( dev-ruby/http:4 dev-ruby/http:3 ) )"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
+
+   # There is now optional support for curb and typhoeus which we don't
+   # have in Gentoo yet. em_http_request is available in Gentoo but its
+   # version is too old. patron's latest version is not compatible.
+   sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/d' spec/spec_helper.rb 
|| die
+   rm spec/acceptance/{typhoeus,curb,excon,em_http_request,patron}/* || die
+
+   # Avoid httpclient specs that require network access, most likely
+   # because mocking does not fully work.
+   sed -i -e '/httpclient streams response/,/^  end/ s:^:#:' \
+   -e '/are detected when manually specifying Authorization 
header/,/^end/ s:^:#:' \
+   spec/acceptance/httpclient/httpclient_spec.rb
+
+   # Avoid specs that require network access
+   sed -i -e '/when request is not stubbed/,/^  end/ s:^:#:' 
spec/acceptance/shared/callbacks.rb
+}
+
+each_ruby_test() {
+   ${RUBY} -S rake test NO_CONNECTION=true || die
+   ${RUBY} -S rspec-3 spec || die
+
+   einfo "Delay to allow the test server to stop"
+   sleep 10
+}



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

2019-06-04 Thread Andreas K. Hüttel
commit: f0c46737f8e44a069d1b5aba3f2882dd57f4c8c3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun  5 05:03:21 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun  5 05:03:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c46737

sys-apps/texinfo: -r3, agressively optimizes stability (no keywords)

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

 sys-apps/texinfo/metadata.xml  |  1 +
 sys-apps/texinfo/texinfo-6.6-r3.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/sys-apps/texinfo/metadata.xml b/sys-apps/texinfo/metadata.xml
index e73fd846ffa..c939b6a3e97 100644
--- a/sys-apps/texinfo/metadata.xml
+++ b/sys-apps/texinfo/metadata.xml
@@ -11,5 +11,6 @@
 
 
Build Perl modules with embedded C code for speed; 
requires rebuilds on Perl update
+   Build standalone version that survives all 
Portage bugs
 
 

diff --git a/sys-apps/texinfo/texinfo-6.6-r3.ebuild 
b/sys-apps/texinfo/texinfo-6.6-r3.ebuild
new file mode 100644
index 000..f2545ebfff4
--- /dev/null
+++ b/sys-apps/texinfo/texinfo-6.6-r3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Note: if your package uses the texi2dvi utility, it must depend on the
+# virtual/texi2dvi package to pull in all the right deps.  The tool is not
+# usable out-of-the-box because it requires the large tex packages.
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="The GNU info program and utilities"
+HOMEPAGE="https://www.gnu.org/software/texinfo/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="nls +standalone static"
+
+RDEPEND="
+   !=app-text/tetex-2*
+   >=sys-libs/ncurses-5.2-r2:0=
+   standalone? ( dev-lang/perl )
+   !standalone?  (
+   dev-lang/perl:=
+   dev-perl/libintl-perl
+   dev-perl/Unicode-EastAsianWidth
+   dev-perl/Text-Unidecode
+   )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19.6 )"
+
+src_configure() {
+   # Respect compiler and CPPFLAGS/CFLAGS/LDFLAGS for Perl extensions. 
#622576
+   local -x PERL_EXT_CC="$(tc-getCC)" PERL_EXT_CPPFLAGS="${CPPFLAGS}" 
PERL_EXT_CFLAGS="${CFLAGS}" PERL_EXT_LDFLAGS="${LDFLAGS}"
+
+   use static && append-ldflags -static
+   local myeconfargs
+   if use standalone ; then
+   myeconfargs=(
+   --without-external-libintl-perl
+   --without-external-Unicode-EastAsianWidth
+   --without-external-Text-Unidecode
+   $(use_enable nls)
+   --disable-perl-xs
+   )
+   else
+   myeconfargs=(
+   --with-external-libintl-perl
+   --with-external-Unicode-EastAsianWidth
+   --with-external-Text-Unidecode
+   $(use_enable nls)
+   --enable-perl-xs
+   )
+   fi
+   econf "${myeconfargs[@]}"
+}



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

2019-06-04 Thread Andreas K. Hüttel
commit: d6e0516deec8d5aeedd03a92d47c044d37ea062e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun  5 02:29:37 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun  5 02:30:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e0516d

sys-apps/texinfo: Add useflag xs (default off) toggling C in Perl

When pure Perl is used, texinfo will be slower, however, there is no need for
rebuilds on Perl upgrade. Since this is our most frequent road bump at the
moment, see portage bug 638914, we take the slowdown by default and hope that
things improve. Not sure how well this will work out, however, since texinfo
again depends on other Perl modules, which are installed in version dependent
paths.

Bug: https://bugs.gentoo.org/638914
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-apps/texinfo/metadata.xml  |  7 +
 sys-apps/texinfo/texinfo-6.6-r2.ebuild | 47 ++
 2 files changed, 54 insertions(+)

diff --git a/sys-apps/texinfo/metadata.xml b/sys-apps/texinfo/metadata.xml
index 56c12441305..e73fd846ffa 100644
--- a/sys-apps/texinfo/metadata.xml
+++ b/sys-apps/texinfo/metadata.xml
@@ -5,4 +5,11 @@
base-sys...@gentoo.org
Gentoo Base System
 
+
+   p...@gentoo.org
+   Gentoo Perl Project
+
+
+   Build Perl modules with embedded C code for speed; 
requires rebuilds on Perl update
+
 

diff --git a/sys-apps/texinfo/texinfo-6.6-r2.ebuild 
b/sys-apps/texinfo/texinfo-6.6-r2.ebuild
new file mode 100644
index 000..d142edb1221
--- /dev/null
+++ b/sys-apps/texinfo/texinfo-6.6-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Note: if your package uses the texi2dvi utility, it must depend on the
+# virtual/texi2dvi package to pull in all the right deps.  The tool is not
+# usable out-of-the-box because it requires the large tex packages.
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="The GNU info program and utilities"
+HOMEPAGE="https://www.gnu.org/software/texinfo/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="nls static xs"
+
+RDEPEND="
+   !=app-text/tetex-2*
+   >=sys-libs/ncurses-5.2-r2:0=
+   xs?  ( dev-lang/perl:= )
+   !xs? ( dev-lang/perl )
+   dev-perl/libintl-perl
+   dev-perl/Unicode-EastAsianWidth
+   dev-perl/Text-Unidecode
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19.6 )"
+
+src_configure() {
+   # Respect compiler and CPPFLAGS/CFLAGS/LDFLAGS for Perl extensions. 
#622576
+   local -x PERL_EXT_CC="$(tc-getCC)" PERL_EXT_CPPFLAGS="${CPPFLAGS}" 
PERL_EXT_CFLAGS="${CFLAGS}" PERL_EXT_LDFLAGS="${LDFLAGS}"
+
+   use static && append-ldflags -static
+   local myeconfargs=(
+   --with-external-libintl-perl
+   --with-external-Unicode-EastAsianWidth
+   --with-external-Text-Unidecode
+   $(use_enable nls)
+   $(use_enable xs perl-xs)
+   )
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-06-04 Thread Ben Kohler
commit: e2d7d2076ca4b49bd1532c8d8bf9a4670bf6598f
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun  5 00:01:48 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun  5 00:01:48 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e2d7d207

kernel-generic-config: add IP_NF_NAT & IP6_NF_NAT

The 'nat' table used to be enabled by default in genkernel, but
somewhere along the way in the kernel's reorganization of
netfilter/iptables/nftables stuff, we seem to have lost it.  This commit
adds it back.

Signed-off-by: Ben Kohler  gentoo.org>

 defaults/kernel-generic-config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config
index 82df29c..bb9e043 100644
--- a/defaults/kernel-generic-config
+++ b/defaults/kernel-generic-config
@@ -1099,6 +1099,7 @@ CONFIG_IP_NF_MATCH_TTL=m
 CONFIG_IP_NF_FILTER=m
 CONFIG_IP_NF_TARGET_REJECT=m
 CONFIG_IP_NF_TARGET_SYNPROXY=m
+CONFIG_IP_NF_NAT=m
 CONFIG_IP_NF_TARGET_MASQUERADE=m
 CONFIG_IP_NF_TARGET_NETMAP=m
 CONFIG_IP_NF_TARGET_REDIRECT=m
@@ -1151,6 +1152,7 @@ CONFIG_IP6_NF_TARGET_SYNPROXY=m
 CONFIG_IP6_NF_MANGLE=m
 CONFIG_IP6_NF_QUEUE=m
 CONFIG_IP6_NF_RAW=m
+CONFIG_IP6_NF_NAT=m
 CONFIG_IP6_NF_SECURITY=m
 CONFIG_NF_NAT_IPV6=m
 CONFIG_IP6_NF_TARGET_MASQUERADE=m



[gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/

2019-06-04 Thread Göktürk Yüksek
commit: d8aeaed593df450e9284c3ff97c4d4d3f3f0fb56
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Jun  5 00:01:59 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jun  5 00:01:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8aeaed5

app-forensics/sleuthkit: force libewf to link against local deps

We bundle a legacy version of libewf since that's the only version the
upstream officially supports. It should link against the cross
platform libc* libraries supplied in the tarball and not use the
system ones. Currently, this has no visible impact for Gentoo users as
aformentioned libraries do not exist in the tree yet.

Suggested-by: Anton Bolshakov  pentoo.ch>
Closes: https://bugs.gentoo.org/677252
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild 
b/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild
index 7acead628b4..daf357f8c88 100644
--- a/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild
+++ b/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild
@@ -139,6 +139,20 @@ tsk_compile_libewf() {
--without-openssl
--without-libuuid
--without-libfuse
+
+   --with-libcstring=no
+   --with-libcerror=no
+   --with-libcdata=no
+   --with-libclocale=no
+   --with-libcnotify=no
+   --with-libcsplit=no
+   --with-libuna=no
+   --with-libcfile=no
+   --with-libcpath=no
+   --with-libbfio=no
+   --with-libfcache=no
+   --with-libfvalue=no
+
)
# We want to contain our build flags
local CFLAGS="${CFLAGS}"



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

2019-06-04 Thread Göktürk Yüksek
commit: d8a6efc572d98c67ed5e09275de6ee6aa64a4611
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Tue Jun  4 23:23:22 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Jun  4 23:23:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a6efc5

sys-auth/pam_u2f: bump to 1.0.8 #687400

Version 1.0.8 resolves the following CVEs: CVE-2019-12209,
CVE-2019-12210.

Bug: https://bugs.gentoo.org/687400
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 sys-auth/pam_u2f/Manifest |  1 +
 sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/sys-auth/pam_u2f/Manifest b/sys-auth/pam_u2f/Manifest
index cddc058a24e..7a352ed4c4d 100644
--- a/sys-auth/pam_u2f/Manifest
+++ b/sys-auth/pam_u2f/Manifest
@@ -1,3 +1,4 @@
 DIST pam_u2f-1.0.4.tar.gz 349114 BLAKE2B 
50811fe8b0076ff36af030e080593161a1f676f05d5eb970a50ea7092bac5bfe1832370d12b730be8422f7f42677ff950d5b3e932a6087a1698a4acba267c9d5
 SHA512 
324d1a1172eae567372f95971d9ee6bb237b47758b89c083f3cfb11275c4b0c22c4cf02a51380451f88d372dd6aaa415bdb671a43a7444062fbf8f50b658f087
 DIST pam_u2f-1.0.6.tar.gz 375181 BLAKE2B 
eac1457cbfd7951fd617ea0cff4220d6e5fe6f3e33cbc960024a28a1ca09f376fced27afa8e5a23dc5bab1881c226497c41fea7041dd891a36e1be7ba18c09f3
 SHA512 
e169d3d251a132213c04570099164aee0cdcea4bca233432f13af47b2cc5e420e14b3fb6dcde20cb8f77f9ed677459bd641aa3f9c1da65c88cd7490e26ab25e3
 DIST pam_u2f-1.0.7.tar.gz 378513 BLAKE2B 
a5b48e7ed36052a517941bc4af2c88a9d66e0a911620832a9c6256b294b1fe291860f2d481db32ab9fdf6a4deebb8dd0c31de97ac52ff2411d707679d7a997d1
 SHA512 
5b8fe116782684e5da395a4923b4c300b0d4b6d9e297c8de5cc4ca2ed633fda30cdbc4ae6bbb8a582faf8068dbed13048a2b2f742ebe9eea208fbb7a407caf0a
+DIST pam_u2f-1.0.8.tar.gz 384163 BLAKE2B 
99767601027db25e6f8d2e59aad5f72b078cf7344ca10fa310a990d512c5e5a4c9ff7c24acb5b21b88b82aa47b4052b9164a422426d1f0889c8f6776526e5c80
 SHA512 
0bdbea6307428bbed2af69129af207304f7951418ad7df339563f47d678a2cfe6b80321552382e15771cfc06306fae746521850056376f533c430556d051ad36

diff --git a/sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild 
b/sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild
new file mode 100644
index 000..a9733193367
--- /dev/null
+++ b/sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic pam
+
+DESCRIPTION="Library for authenticating against PAM with a Yubikey"
+HOMEPAGE="https://github.com/Yubico/pam-u2f";
+SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   app-crypt/libu2f-host
+   app-crypt/libu2f-server:=
+   virtual/pam"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" )
+
+src_prepare() {
+   default
+   use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG
+   eautoreconf
+}
+
+src_configure() {
+   econf --with-pam-dir=$(getpam_mod_dir)
+}



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

2019-06-04 Thread Thomas Deutschmann
commit: 4aba3b25fc262907076415258a5abec8215da778
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 23:11:33 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 23:12:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aba3b25

app-admin/rsyslog: x86 stable (bug #687392)

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

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

diff --git a/app-admin/rsyslog/rsyslog-8.1904.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.1904.0.ebuild
index 1161ca1f6d6..0890770de3e 100644
--- a/app-admin/rsyslog/rsyslog-8.1904.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.1904.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
 
inherit git-r3
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa x86"
 
SRC_URI="
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz



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

2019-06-04 Thread Thomas Deutschmann
commit: 7d5255ed41144621c67ed0599f143d64d16f5f1d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 23:12:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 23:12:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5255ed

dev-libs/librelp: x86 stable (bug #687392)

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

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

diff --git a/dev-libs/librelp/librelp-1.4.0.ebuild 
b/dev-libs/librelp/librelp-1.4.0.ebuild
index 7f2f302f832..c9f0ee10f78 100644
--- a/dev-libs/librelp/librelp-1.4.0.ebuild
+++ b/dev-libs/librelp/librelp-1.4.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.5.0"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc x86"
 IUSE="debug doc +ssl +gnutls libressl openssl static-libs test"
 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )"
 



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

2019-06-04 Thread Thomas Deutschmann
commit: 294a2a9c271aa33aca1ad1c0988c15c80133a84f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 23:12:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 23:12:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294a2a9c

dev-libs/librdkafka: x86 stable (bug #687392)

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

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

diff --git a/dev-libs/librdkafka/librdkafka-1.0.1.ebuild 
b/dev-libs/librdkafka/librdkafka-1.0.1.ebuild
index 7ffc8964e5e..4f3e2e8a533 100644
--- a/dev-libs/librdkafka/librdkafka-1.0.1.ebuild
+++ b/dev-libs/librdkafka/librdkafka-1.0.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc x86"
 fi
 
 LICENSE="BSD-2"



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

2019-06-04 Thread Andreas Sturmlechner
commit: ba0b67d74b508cfe6eeb93138715c4494eb7a28d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 22:22:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 22:23:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0b67d7

net-misc/lksctp-tools: Drop 1.0.13 and 1.0.16

All arches have newer versions stable.

Closes: https://bugs.gentoo.org/609620
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/lksctp-tools/Manifest |  2 -
 .../files/lksctp-tools-1.0.13-build.patch  | 30 -
 net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild   | 50 --
 net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild   | 48 -
 4 files changed, 130 deletions(-)

diff --git a/net-misc/lksctp-tools/Manifest b/net-misc/lksctp-tools/Manifest
index dc04fa574de..5d31ff28f39 100644
--- a/net-misc/lksctp-tools/Manifest
+++ b/net-misc/lksctp-tools/Manifest
@@ -1,4 +1,2 @@
-DIST lksctp-tools-1.0.13.tar.gz 564530 BLAKE2B 
e9d374910e7acad2ce05f336e8f66c8ef22bce85912a02cf23c7f691b949b681e75cd9031cf676cb1f4911f311f0153e3a68730f3faba47714f020625924b5e2
 SHA512 
bdcf06223641ca062fd528ad87efbd3ac2a4e721b691bade528ae6d2ad8eaee5a6c0516eff42c83a3afed812c378f3ce782b93efe8ec830d91280b7419ce17b4
-DIST lksctp-tools-1.0.16.tar.gz 565446 BLAKE2B 
2eff562809f24b76b8f129698c8fef30f9612706482e3061356e3a6fef2503c677421de4e7cb0ab30c8830cdccf7541f67234469920394554fc574fe45833a88
 SHA512 
ea771f3ffeef4630638ee9cbdf01723d01b1b0ca2e8f147a2b61b907339bd1a0c5d621a58638a3b700b6ffc41de06c7b9002645254a471e279663b64b313f467
 DIST lksctp-tools-1.0.17.tar.gz 795762 BLAKE2B 
a37b653b1f9effd039c5241669c767d8b0918bf4790d9f017c70eefd4ce1efdbe5d76f6e88e15ddf214308267ee62a6004d2af781ad720ef847e8d99ae5a55f6
 SHA512 
055719130b7dda4da9cf002dcd5f1fb3d8cf75300a99365976e087b2b6971b4ccd357f95b515a44e37874af161f7b7f9b42c60191aff938d18fada5a49aa44c4
 DIST lksctp-tools-1.0.18.tar.gz 560302 BLAKE2B 
6151109a0f43044048ff64a6ca021710f28e695017b79513412a44999ec67bdbe7cb0bbba7d5e0deb28b8fdd097379100046ef77508678f726f18944b9799f22
 SHA512 
1d7275fadc0f2270865307cff2645810e9bab6c1a97e70be6115cace737334dbdd87a072fae25b89dd9cac2e05974556542de70ea8ef70b9e4f14873c82a5055

diff --git a/net-misc/lksctp-tools/files/lksctp-tools-1.0.13-build.patch 
b/net-misc/lksctp-tools/files/lksctp-tools-1.0.13-build.patch
deleted file mode 100644
index 919bb1728ae..000
--- a/net-misc/lksctp-tools/files/lksctp-tools-1.0.13-build.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 2f2ba4e271b91535860705ca5911a3a6e1f64121 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= 
-Date: Sat, 23 Feb 2013 23:08:49 -0800
-Subject: [PATCH lksctp-tools] build: fix out-of-tree build of withsctp.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-
-Signed-off-by: Diego Elio Pettenò 

- src/withsctp/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/withsctp/Makefile.am b/src/withsctp/Makefile.am
-index e091049..cecf606 100644
 a/src/withsctp/Makefile.am
-+++ b/src/withsctp/Makefile.am
-@@ -10,7 +10,7 @@ include $(top_srcdir)/Makefile.rules
- bin_PROGRAMS = checksctp
- bin_SCRIPTS = withsctp
- 
--AM_CPPFLAGS=-I../include
-+AM_CPPFLAGS=-I$(top_srcdir)/src/include
- pkglib_LTLIBRARIES = libwithsctp.la
- libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \
-   sctp_sockopt.c sctp_socket.h
--- 
-1.8.1.2
-

diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild 
b/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild
deleted file mode 100644
index 993649af936..000
--- a/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib flag-o-matic autotools autotools-utils linux-info
-
-DESCRIPTION="Tools for Linux Kernel Stream Control Transmission Protocol 
implementation"
-HOMEPAGE="http://lksctp.sourceforge.net/";
-SRC_URI="mirror://sourceforge/lksctp/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2+ LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE="kernel_linux static-libs"
-
-# This is only supposed to work with Linux to begin with.
-DEPEND=">=sys-kernel/linux-headers-2.6"
-RDEPEND=""
-
-REQUIRED_USE="kernel_linux"
-
-CONFIG_CHECK="~IP_SCTP"
-WARNING_IP_SCTP="CONFIG_IP_SCTP:\tis not set when it should be."
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602
-   epatch "${FILESDIR}"/${P}-build.patch
-   sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die
-   eautoreconf
-}
-
-src_configure() {
-   append-flags -fno-strict-aliasing
-
-   autotools-utils_src_configure
-}
-
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README ROADMAP )
-
-src_install() {
-   autotoo

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

2019-06-04 Thread Thomas Deutschmann
commit: d59874e63282d8bdb5b0b7e41f53cb2eb92dbf07
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 22:12:36 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 22:12:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d59874e6

sys-fs/lvm2: x86 stable (bug #687232)

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

 sys-fs/lvm2/lvm2-2.02.184-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/lvm2/lvm2-2.02.184-r4.ebuild 
b/sys-fs/lvm2/lvm2-2.02.184-r4.ebuild
index 9100bbfa3e2..5731d014b4e 100644
--- a/sys-fs/lvm2/lvm2-2.02.184-r4.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.184-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://sourceware.org/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="readline static static-libs systemd lvm2create_initrd sanlock selinux 
+udev +thin device-mapper-only"
 REQUIRED_USE="device-mapper-only? ( !lvm2create_initrd !sanlock !thin )
systemd? ( udev )"



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

2019-06-04 Thread Andreas Sturmlechner
commit: 29307f23b735bc9daf89ff2675ac990e0574bd45
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 21:28:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:50:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29307f23

media-sound/abcde: Add media-sound/dagrab alternative to cdparanoia

Dropping USE cdparanoia.

Closes: https://bugs.gentoo.org/607474
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/abcde/abcde-2.9.3.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/media-sound/abcde/abcde-2.9.3.ebuild 
b/media-sound/abcde/abcde-2.9.3.ebuild
index 75cd97243d2..ab9d4c57800 100644
--- a/media-sound/abcde/abcde-2.9.3.ebuild
+++ b/media-sound/abcde/abcde-2.9.3.ebuild
@@ -11,13 +11,18 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 # Enable MP3 related flags by default
-IUSE="aac cdparanoia cdr flac +id3tag +lame mac musepack musicbrainz normalize 
opus replaygain speex vorbis wavpack"
+IUSE="aac cdr flac +id3tag +lame mac musepack musicbrainz normalize opus 
replaygain speex vorbis wavpack"
 
 # See `grep :: abcde-musicbrainz-tool` output for USE musicbrainz dependencies
 RDEPEND="
media-sound/cd-discid
net-misc/wget
virtual/eject
+   || (
+   dev-libs/libcdio-paranoia
+   media-sound/cdparanoia
+   media-sound/dagrab
+   )
aac? (
media-libs/faac
|| (
@@ -25,10 +30,6 @@ RDEPEND="
media-video/atomicparsley-wez
)
)
-   cdparanoia? ( || (
-   dev-libs/libcdio-paranoia
-   media-sound/cdparanoia
-   ) )
cdr? ( virtual/cdrtools )
flac? ( media-libs/flac )
id3tag? (



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

2019-06-04 Thread Andreas Sturmlechner
commit: 155e7b9b1bb92e3fa1aa650413e35b7ee03118c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 20:33:08 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:50:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155e7b9b

media-sound/abcm2ps: Drop old

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

 media-sound/abcm2ps/Manifest   |  6 
 media-sound/abcm2ps/abcm2ps-8.12.9.ebuild  | 48 
 media-sound/abcm2ps/abcm2ps-8.13.10.ebuild | 48 
 media-sound/abcm2ps/abcm2ps-8.13.11.ebuild | 48 
 media-sound/abcm2ps/abcm2ps-8.13.12.ebuild | 51 --
 media-sound/abcm2ps/abcm2ps-8.13.9.ebuild  | 48 
 6 files changed, 249 deletions(-)

diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest
index e2bc42fdabf..1cdee719f3d 100644
--- a/media-sound/abcm2ps/Manifest
+++ b/media-sound/abcm2ps/Manifest
@@ -1,7 +1 @@
-DIST abcm2ps-8.12.9.tar.gz 238669 BLAKE2B 
09e6c1c78fefed3b563a67e8ce232a2c75bd690aee04b17c85edef639756c5f3566b78afcbfdfb1af181d11d08f44e0538705a4415051173bcdf34bf3eb099b1
 SHA512 
77aa36fccfe508dcd132619c1a372d2b5a22957a58795610aec4eed0e4f5c9dc268298dcd86691a26b8e0b126d38c4c61ba4766a5a39adbd8279985a74229cd5
-DIST abcm2ps-8.13.10.tar.gz 249235 BLAKE2B 
b3a4fe8b1b3f41e1b35b3ce0574826719eb8586fc321d2ab87da7b778395850afc6635fa77840b2f710d2cc18003c5dfbec3d4634150ed6ff9bcc7e99ce9e5d2
 SHA512 
21e5c985c9b4ac0ba49973661f74bd6244a386030622919b6c8d5a220e5064b933929ddda0d025ad02638413d0b34c2687bb5370a858604c6a5e9a6b084369a4
-DIST abcm2ps-8.13.11.tar.gz 249332 BLAKE2B 
6ae96a64f5e0ef9e46222645f3013f85e1501b5d9f5b3ddce40af65be371f3dca3162c8d2cd72ade5bc9608a9c657d341d45b2a27adf976b74eeb29ff56eaa0c
 SHA512 
857102194fbc00a0ad21f36776a6fc3cdf0256a20f9a30eff5e9e060e78dd32178948b53a33517964e75ba9e2954e96e857daf076ca296fa123388879056
-DIST abcm2ps-8.13.12.tar.gz 249460 BLAKE2B 
2383d0f71d68dc8d8131aa5ffb5d756f2ded6a9773a5d6e5d7cde46c9c819628ac76c2504cc8dd6febf86f17e3a3da9f35db47564ed237b367ef427a657727b9
 SHA512 
3d708f02e358bde56b3f5407cd9f7d5a3645c6d0158f600ca7f2aef2a6c6ad03733d310e75375a65c8352a5a688c3b7841b74c014e857992d6eb128b81069f6b
-DIST abcm2ps-8.13.9.tar.gz 248893 BLAKE2B 
94744aa81c3b91b438af8f86b4c6cb65d72645a1735175aab9397d23e6a8fe2be1afe70e1c741f68df33bc1c075416cf475a63713fc3f7e1ec801a31bc615889
 SHA512 
7ce6efe605c073674ec7f30d26a34848e22a5c9f97058431243ee17598e35ebc991b760bc99847294f860f6b936e3ae2f504d2de842a487f226e32c47fac438e
 DIST abcm2ps-8.14.4.tar.gz 258383 BLAKE2B 
7f9163309cb7a31eaecf443b5bd754c7389b4717ed891e2082f618499b4491428ae0fff7b4804d2c21c8ff3d948557c9d649afb0c2a9ae9407aad39545ed66d5
 SHA512 
7ba5a25ef7ad18a46bdd45393836a0ede2838af2c24822ecf3c1759328619663fe600eaf607de900527f88fa4a9c21d1da8965cafa45f4aa6dc5754b37ae3722
-DIST transpose_abc.pl 21045 BLAKE2B 
08a28cd9021410ed461283e057ce89000846b9e733edd36343a476189c854a96007057a8fc4207a06504ad94e802b42a246ae4a0a1ed080909b60cc941ab724a
 SHA512 
dc2623608a7b59d7e0c4d25160e69f696f170e9938dc3e035edbaf6f0163b4c6139892ec8734ea2aaba997507dcf32208562e898690600dc3c199046d4d151f3

diff --git a/media-sound/abcm2ps/abcm2ps-8.12.9.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.12.9.ebuild
deleted file mode 100644
index 3b031f5eec3..000
--- a/media-sound/abcm2ps/abcm2ps-8.12.9.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="A program to convert abc files to Postscript files"
-HOMEPAGE="http://moinejf.free.fr/";
-SRC_URI="http://moinejf.free.fr/${P}.tar.gz
-   http://moinejf.free.fr/transpose_abc.pl";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="examples pango"
-
-RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --enable-a4 \
-   --enable-deco-is-roll \
-   $(use_enable pango)
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   dobin abcm2ps
-
-   insinto /usr/share/${PN}
-   doins *.fmt
-
-   dodoc Changes README *.txt
-
-   if use examples ; then
-   docinto examples
-   dodoc *.{abc,eps}
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   docinto contrib
-   dodoc "${DISTDIR}"/transpose_abc.pl
-}

diff --git a/media-sound/abcm2ps/abcm2ps-8.13.10.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.13.10.ebuild
deleted file mode 100644
index 2d4a35b5889..000
--- a/media-sound/abcm2ps/abcm2ps-8.13.10.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-

[gentoo-commits] repo/gentoo:master commit in: media-video/ffdiaporama/

2019-06-04 Thread Andreas Sturmlechner
commit: a58f6e39aec913556246dbb222a9e19a9c21cae9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 21:51:57 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:51:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58f6e39

media-video/ffdiaporama: Drop 2.2_pre20140701-r1

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

 .../ffdiaporama-2.2_pre20140701-r1.ebuild  | 80 --
 1 file changed, 80 deletions(-)

diff --git a/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r1.ebuild 
b/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r1.ebuild
deleted file mode 100644
index 0a8509a3a0b..000
--- a/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xdg-utils gnome2-utils qmake-utils
-
-MY_PV=${PV%_pre20140701}
-BIN_PV=${MY_PV}.devel.2014.0701
-RSC_PV=${MY_PV}.devel.2014.0503
-TMT_PV=1.0.2014.0125
-DESCRIPTION="Movie creator from photos and video clips"
-HOMEPAGE="http://ffdiaporama.tuxfamily.org";
-SRC_URI="http://download.tuxfamily.org/${PN}/Packages/Devel/${PN}_bin_${BIN_PV}.tar.gz
-   
http://download.tuxfamily.org/${PN}/Packages/Devel/${PN}_rsc_${RSC_PV}.tar.gz
-   https://dev.gentoo.org/~jstein/dist/ffdiaporama-2.2-libav11.patch
-   https://dev.gentoo.org/~jstein/dist/ffdiaporama-2.2-ffmpeg-3.0.patch
-   texturemate? ( 
http://download.tuxfamily.org/${PN}/Packages/Stable/${PN}_texturemate_${TMT_PV}.tar.gz
 )"
-
-LICENSE="GPL-2
-   texturemate? ( CC-BY-3.0 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="libav openclipart texturemate"
-
-RDEPEND="
-   media-gfx/exiv2
-   media-libs/taglib
-   openclipart? ( media-gfx/openclipart[svg,-gzip] )
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qthelp:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtxml:5
-   libav? ( >=media-video/libav-11:0=[encode] )
-   !libav? ( >=media-video/ffmpeg-2.8:0=[encode] )"
-DEPEND="${RDEPEND}"
-
-DOCS=( authors.txt )
-PATCHES=( "${DISTDIR}"/${PN}-${MY_PV}-{ffmpeg-3.0,libav11}.patch )
-
-S="${WORKDIR}/ffDiaporama"
-
-src_prepare() {
-   echo "SUBDIRS += ../ffDiaporama_rsc" >> ffDiaporama.pro || die
-   if use texturemate; then
-   echo "SUBDIRS += ../ffDiaporama_texturemate" >> ffDiaporama.pro 
|| die
-   fi
-   default_src_prepare
-}
-
-src_configure() {
-   eqmake5 QMAKE_CFLAGS_ISYSTEM=
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   if use openclipart; then
-   dosym ../../clipart/openclipart 
/usr/share/ffDiaporama/clipart/openclipart
-   fi
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



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

2019-06-04 Thread Andreas Sturmlechner
commit: 24a825873c4cb9220e0fe15fe1c1a15e85e710af
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 20:51:54 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:50:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a82587

media-sound/abcm2ps: One line per dep, sort deps

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

 media-sound/abcm2ps/abcm2ps-8.14.4.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
index 9cb8e3df66a..644672be443 100644
--- a/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
+++ b/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="examples pango"
 
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+   pango? (
+   media-libs/freetype:2
+   x11-libs/pango
+   )"
 RDEPEND="${DEPEND}"
 
 src_configure() {



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

2019-06-04 Thread Andreas Sturmlechner
commit: c25903d34925c1f531f09d8fb44598459147e710
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 21:57:30 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:57:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25903d3

app-editors/okteta: Drop 0.25.5

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

 app-editors/okteta/Manifest |  1 -
 app-editors/okteta/okteta-0.25.5.ebuild | 66 -
 2 files changed, 67 deletions(-)

diff --git a/app-editors/okteta/Manifest b/app-editors/okteta/Manifest
index 62dfaad6a97..1571166e91f 100644
--- a/app-editors/okteta/Manifest
+++ b/app-editors/okteta/Manifest
@@ -1,2 +1 @@
-DIST okteta-0.25.5.tar.xz 953492 BLAKE2B 
ca8c40df7cf3fe40a4be6f6e2b9d1f787baa658910c3c14ced73f3f3d95c942c00ccfe559562b2e0330726723ffba8e4c7c526369453517e1fd45d3d5ce0336e
 SHA512 
dfe45a2bc3b3fbbce8342e6282981a63a342aee47d0d90cf07449f6974ebdbac53adc7fa9f0b37a7d003370994233f002df277ecebdb6f4c03995ce50d1dbd71
 DIST okteta-0.26.1.tar.xz 970532 BLAKE2B 
c04e0c4a2665f91cde26ee28b95f768f3074a08c8fd30920c75f3ce52fdfa717e3e6cea9acf87c3c5d53c830e5badb51faa2abcebd5b55839ea4ee52874a6d4c
 SHA512 
fa4e841c77ae255e9936b29e30fa0bc1f65594898820652ac8ba78497658ec5ef78cadf8b4d33cab09b2ee8da1d75b84377be28680b2d91c5af2dcdfe5da95e3

diff --git a/app-editors/okteta/okteta-0.25.5.ebuild 
b/app-editors/okteta/okteta-0.25.5.ebuild
deleted file mode 100644
index 207f0d58e0a..000
--- a/app-editors/okteta/okteta-0.25.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Hex editor by KDE"
-HOMEPAGE="https://www.kde.org/applications/utilities/okteta
-https://utils.kde.org/projects/okteta/";
-IUSE="crypt designer"
-
-DEPEND="
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtscript 'scripttools')
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   crypt? ( app-crypt/qca:2[qt5(+)] )
-   designer? ( $(add_qt_dep designer) )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DOMIT_EXAMPLES=ON
-   $(cmake-utils_use_find_package crypt Qca-qt5)
-   -DBUILD_DESIGNERPLUGIN=$(usex designer)
-   )
-
-   kde5_src_configure
-}
-
-src_test() {
-   local myctestargs=( -j1 )
-
-   kde5_src_test
-}



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

2019-06-04 Thread Andreas Sturmlechner
commit: bb73f2053a06e13594909ed228b153858df1e5f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 21:57:02 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:57:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb73f205

dev-libs/kdiagram: Drop 2.6.1 (r0)

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

 dev-libs/kdiagram/kdiagram-2.6.1.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/dev-libs/kdiagram/kdiagram-2.6.1.ebuild 
b/dev-libs/kdiagram/kdiagram-2.6.1.ebuild
deleted file mode 100644
index 6a4cc4834ec..000
--- a/dev-libs/kdiagram/kdiagram-2.6.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_EXAMPLES="true"
-KDE_QTHELP="true"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Powerful libraries (KChart, KGantt) for creating business 
diagrams"
-HOMEPAGE="https://www.kde.org/";
-IUSE=""
-
-REQUIRED_USE="test? ( examples )"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 ~arm64 x86"
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-fi
-
-RDEPEND="
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${RDEPEND}
-   $(add_qt_dep linguist-tools)
-"



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

2019-06-04 Thread Andreas Sturmlechner
commit: da7ec5f42b0690791b16e085dfd6e039bd483009
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 21:58:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7ec5f4

app-editors/wily: Drop 1.0-r1

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

 app-editors/wily/wily-1.0-r1.ebuild | 38 -
 1 file changed, 38 deletions(-)

diff --git a/app-editors/wily/wily-1.0-r1.ebuild 
b/app-editors/wily/wily-1.0-r1.ebuild
deleted file mode 100644
index cb3089155b1..000
--- a/app-editors/wily/wily-1.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-MY_P="${P/1.0/9libs}"
-
-DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and 
editor"
-HOMEPAGE="https://www.netlib.org/research/9libs/";
-SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="dev-libs/9libs
-   >=x11-libs/libX11-1.0.0
-   >=x11-libs/libXt-1.0.0
-   >=x11-libs/libICE-1.0.0
-   >=x11-libs/libSM-1.0.0"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-   export CC="$(tc-getCC)"
-   econf --includedir="/usr/include/9libs" || die "configure failed."
-   emake || die "make failed."
-}
-
-src_install() {
-   make DESTDIR="${D}" install || die "make install failed."
-   dodoc README
-   insinto /usr/share/${PN}
-   doins "${S}"/misc/*
-}



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

2019-06-04 Thread Andreas Sturmlechner
commit: 2907bd3420436b5cf3d5fabedcde857d77421f29
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 21:43:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:50:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2907bd34

media-sound/abcde: Add USE aiff

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

 media-sound/abcde/abcde-2.9.3.ebuild | 3 ++-
 media-sound/abcde/metadata.xml   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-sound/abcde/abcde-2.9.3.ebuild 
b/media-sound/abcde/abcde-2.9.3.ebuild
index ab9d4c57800..57117596365 100644
--- a/media-sound/abcde/abcde-2.9.3.ebuild
+++ b/media-sound/abcde/abcde-2.9.3.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 # Enable MP3 related flags by default
-IUSE="aac cdr flac +id3tag +lame mac musepack musicbrainz normalize opus 
replaygain speex vorbis wavpack"
+IUSE="aac aiff cdr flac +id3tag +lame mac musepack musicbrainz normalize opus 
replaygain speex vorbis wavpack"
 
 # See `grep :: abcde-musicbrainz-tool` output for USE musicbrainz dependencies
 RDEPEND="
@@ -30,6 +30,7 @@ RDEPEND="
media-video/atomicparsley-wez
)
)
+   aiff? ( virtual/ffmpeg )
cdr? ( virtual/cdrtools )
flac? ( media-libs/flac )
id3tag? (

diff --git a/media-sound/abcde/metadata.xml b/media-sound/abcde/metadata.xml
index 658ab9a36ef..3069c6bba43 100644
--- a/media-sound/abcde/metadata.xml
+++ b/media-sound/abcde/metadata.xml
@@ -6,6 +6,7 @@
Gentoo Sound project


+   Enable support for Audio Interchange File 
Format (AIFF) output encoding
Support ID3, ID3v2 tagging of audio 
files
Enable support for Monkey's Audio files
Add support for normalizing audio file 
volume levels



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

2019-06-04 Thread Andreas Sturmlechner
commit: dc4c7b00d316faeef9f1b245d6ff5f5ad591b98b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 21:18:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:50:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4c7b00

media-sound/abcde: 2.9.3 version bump, EAPI-7 bump

Reported-by: Derek Dolney  dolney.com>
Closes: https://bugs.gentoo.org/687230
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/abcde/Manifest |  1 +
 media-sound/abcde/abcde-2.9.3.ebuild   | 77 ++
 media-sound/abcde/files/abcde-2.9.3-Makefile.patch | 11 
 3 files changed, 89 insertions(+)

diff --git a/media-sound/abcde/Manifest b/media-sound/abcde/Manifest
index 40407ca3edf..cc26e3b0e0e 100644
--- a/media-sound/abcde/Manifest
+++ b/media-sound/abcde/Manifest
@@ -1 +1,2 @@
 DIST abcde-2.8.1.tar.gz 149238 BLAKE2B 
0adb1ea164e72292ee1e5b7e99c6bd9a92342f9eb5036280b91ad43ab62e5b0ef79652d094a81f38f4052c749d874e12da76eaf74134d07517fc8fac1f0d7e64
 SHA512 
18e9e46ec69d0b99fc5e2b71ec549e3961e5f6d7f88cef1a6c8da154689554a70cc8bc748c1ef78f81583a510f8b03906b8a4fec454aa0b06f0169d0bc4a7b36
+DIST abcde-2.9.3.tar.gz 160876 BLAKE2B 
cb3ebc372b4bfcf002beda567c2aa91dba11e77fdaeee8ec0d351fe907d6209ccb9013135db2a3ea0f85148eeaaa91f06243c607ac732a1b13f7a0a54d721fb0
 SHA512 
51a1dfa1f1d2dab6b8dad7d9f70d0139938151bc2dae0e9fc80da5385b4bba4d71c89a4d1b2dec5bd24787a542cb0caeacbef423cf32b8014cf6320c391b4236

diff --git a/media-sound/abcde/abcde-2.9.3.ebuild 
b/media-sound/abcde/abcde-2.9.3.ebuild
new file mode 100644
index 000..75cd97243d2
--- /dev/null
+++ b/media-sound/abcde/abcde-2.9.3.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Command line CD encoder"
+HOMEPAGE="https://abcde.einval.com/";
+SRC_URI="https://abcde.einval.com/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+# Enable MP3 related flags by default
+IUSE="aac cdparanoia cdr flac +id3tag +lame mac musepack musicbrainz normalize 
opus replaygain speex vorbis wavpack"
+
+# See `grep :: abcde-musicbrainz-tool` output for USE musicbrainz dependencies
+RDEPEND="
+   media-sound/cd-discid
+   net-misc/wget
+   virtual/eject
+   aac? (
+   media-libs/faac
+   || (
+   media-video/atomicparsley
+   media-video/atomicparsley-wez
+   )
+   )
+   cdparanoia? ( || (
+   dev-libs/libcdio-paranoia
+   media-sound/cdparanoia
+   ) )
+   cdr? ( virtual/cdrtools )
+   flac? ( media-libs/flac )
+   id3tag? (
+   dev-python/eyeD3:0.7
+   >=media-sound/id3-0.12
+   media-sound/id3v2
+   )
+   lame? ( media-sound/lame )
+   mac? (
+   media-sound/apetag
+   media-sound/mac
+   )
+   musepack? ( media-sound/musepack-tools )
+   musicbrainz? (
+   dev-perl/MusicBrainz-DiscID
+   >=dev-perl/WebService-MusicBrainz-1.0.4
+   virtual/perl-Digest-SHA
+   virtual/perl-Getopt-Long
+   )
+   normalize? ( >=media-sound/normalize-0.7.4 )
+   opus? ( media-sound/opus-tools )
+   replaygain? (
+   lame? ( media-sound/mp3gain )
+   vorbis? ( media-sound/vorbisgain )
+   )
+   speex? ( media-libs/speex )
+   vorbis? ( media-sound/vorbis-tools )
+   wavpack? ( media-sound/wavpack )
+"
+
+PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
+
+src_prepare() {
+   default
+   sed -e 's:etc/abcde.co:etc/abcde/abcde.co:g' -i abcde || die
+   sed -e '/^prefix/s/=/?=/' -e '/^sysconfdir/s/=/?=/' -i Makefile || die
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="/usr" sysconfdir="/etc/abcde" install
+
+   dodoc changelog FAQ README
+
+   docinto examples
+   dodoc examples/*
+}

diff --git a/media-sound/abcde/files/abcde-2.9.3-Makefile.patch 
b/media-sound/abcde/files/abcde-2.9.3-Makefile.patch
new file mode 100644
index 000..01b6e9c329a
--- /dev/null
+++ b/media-sound/abcde/files/abcde-2.9.3-Makefile.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2019-02-05 11:19:03.0 +0100
 b/Makefile 2019-06-04 23:14:03.410131738 +0200
+@@ -19,8 +19,6 @@
+   $(INSTALL) -m 755 abcde cddb-tool abcde-musicbrainz-tool 
$(DESTDIR)$(bindir)
+   $(INSTALL) -d -m 755 $(DESTDIR)$(sysconfdir)
+   $(INSTALL) -m 644 abcde.conf $(DESTDIR)$(sysconfdir)
+-  $(INSTALL) -d -m 755 $(DESTDIR)$(docdir)
+-  $(INSTALL) -m 644 changelog COPYING FAQ README $(DESTDIR)$(docdir)
+   $(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1
+   $(INSTALL) -m 644 abcde.1 cddb-tool.1 $(DESTDIR)$(mandir)/man1
+ 



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

2019-06-04 Thread Andreas Sturmlechner
commit: f8bce9d5fbcdd29591d15d928f9eeffb8c35243d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 21:56:19 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:56:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bce9d5

app-office/kmymoney: Drop 5.0.3

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

 app-office/kmymoney/Manifest  |   1 -
 app-office/kmymoney/kmymoney-5.0.3.ebuild | 125 --
 2 files changed, 126 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index f1f0efb11be..81df6f2943a 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.0.3.tar.xz 11690060 BLAKE2B 
beb836c4753caa81ee3a06f12fce65fd584fbeaa228cba087b77284e0f3ecce8b88b030466198db62fdf23af26cee5caad59eb845653006d700cf68a0793231f
 SHA512 
9f8aaa26a3cb3f5eb2a61936ecc54f97096f98d4f0ffbfbfb6adbe099a559f797d997b1d23bb7f18d31d76182f8fa8601a70176a4bc16f5cdf2fac0af8903fc0
 DIST kmymoney-5.0.4.tar.xz 11708760 BLAKE2B 
62fd279039ef41078fddfc4a69d9a8e7c425965114ad91464ef94f7e8f72f07ed9cc16989d1ed6ee01fdc8cdd274afb231fbfe43e8a5e0c8d17c33aa17fcb70b
 SHA512 
406460f33b32941796e8b0a2fb21f783db6c2444b35b0402647e688b78ecccb82401a7a1fa7c008ffd840cbd88c82db91e367be917f9ab7b231a0208b439b91f

diff --git a/app-office/kmymoney/kmymoney-5.0.3.ebuild 
b/app-office/kmymoney/kmymoney-5.0.3.ebuild
deleted file mode 100644
index 15c71b91914..000
--- a/app-office/kmymoney/kmymoney-5.0.3.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_BRANCH="5.0"
-PYTHON_COMPAT=( python2_7 )
-
-KDE_GCC_MINIMAL="6.4"
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde5 python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org";
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-6.0.0
-   dev-libs/gmp:0=
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   activities? ( $(add_frameworks_dep kactivities) )
-   addressbook? (
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kidentitymanagement)
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-5.6.5
-   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
-   )
-   holidays? ( $(add_frameworks_dep kholidays) )
-   ofx? ( dev-libs/libofx )
-   webkit? (
-   $(add_frameworks_dep kdewebkit)
-   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
-   )
-   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
-   weboob? (
-   ${PYTHON_DEPS}
-   $(add_qt_dep qtconcurrent)
-   www-client/weboob[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
-   quotes? ( dev-perl/Finance-Quote )
-"
-
-pkg_setup() {
-   use weboob && python_setup
-   kde5_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   $(cmake-utils_use_find_package activities KF5Activities)
-   $(cmake-utils_use_find_package addressbook KF5Akonadi)
-   $(cmake-utils_use_find_package addressbook KF5Contacts)
- 

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

2019-06-04 Thread Michał Górny
commit: c2c4d117edd043693a83710aa8c5d9036664499a
Author: Chris Mayo  gmail  com>
AuthorDate: Tue Jun  4 19:12:53 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  4 21:30:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c4d117

media-gfx/gscan2pdf: remove old 2.4.0

Signed-off-by: Chris Mayo  gmail.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11795
Signed-off-by: Michał Górny  gentoo.org>

 media-gfx/gscan2pdf/Manifest   |  1 -
 media-gfx/gscan2pdf/gscan2pdf-2.4.0.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index eeac1457626..bfd3e8a5ca9 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,4 +1,3 @@
 DIST gscan2pdf-1.8.11.tar.xz 409212 BLAKE2B 
37cb716f13818eaffc39c210b810b845368cc5e323569e8f9d5603b5b412c4182520798321358e4c21339fdbd5f15026a0acd6421a49e7db79ecca86633c3ab0
 SHA512 
1ea09b8768771be4a1700cb8a6523d5f74fcbf0ebe459d97796032b56f896fd0c50e5ca1ed4c96aedef7e61f6952a92986153cc70173dd5ad91ccfb72461c565
-DIST gscan2pdf-2.4.0.tar.xz 437096 BLAKE2B 
947c1d3c4c726254ba61be4f7a34ae867d0af9b6ebf53e4594aeb908dfda43ff1e85791641b42e9e13b978a56cfe523a6fa23566e14ad130278d05e7836d34d8
 SHA512 
90ec9d8cc56a2fe9d7a77c928f548c87a81bdfb62f1caa491b32a42600c5677974ec613b0bf384bd806953a9a5d29ccf3077df7c0b3dd73d06866003c3a01791
 DIST gscan2pdf-2.5.1.tar.xz 440484 BLAKE2B 
375434ee633f895da29d69672faa6da5247e6f45e25b7fe394c03c2a6a6e482973365733a7d123c2a94ef40d2d7ce8666b5c632a6465f31ef09f237100fa
 SHA512 
677f9081fb4f6ecd064f965399be20802e10f470d40ef00da5afd6de37ed9914c856fe01e28daedf900e8c8bd75a798f1579a7970509fc789382bbe2b1923804
 DIST gscan2pdf-2.5.3.tar.xz 447188 BLAKE2B 
e34441c4680fbe2a03bafb12c754df143c800ca6aa56c33623ff5e26fc86d08e120794d84c1e33aa25d76498138098249ace4a7f79023fc1ff97372dcf7e76a7
 SHA512 
d8f798eadc3c2fbc8a1553bbf542f2636861aba793ab61b66449938bbe115d5e765e018f6afdcd7280b34ccadeb77febda924334f35cf5b7459f93f93c58e782

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.4.0.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.4.0.ebuild
deleted file mode 100644
index d19c0627489..000
--- a/media-gfx/gscan2pdf/gscan2pdf-2.4.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils perl-module
-
-DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
-HOMEPAGE="http://gscan2pdf.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# OCR tests fail with tesseract[opencl], not fixed by addpredict
-RESTRICT="test"
-
-RDEPEND="
-   dev-perl/Config-General
-   dev-perl/Data-UUID
-   dev-perl/Date-Calc
-   dev-perl/Filesys-Df
-   dev-perl/glib-perl
-   dev-perl/GooCanvas2
-   dev-perl/Gtk3
-   dev-perl/Gtk3-SimpleList
-   dev-perl/HTML-Parser
-   dev-perl/Image-Sane
-   dev-perl/List-MoreUtils
-   dev-perl/Locale-gettext
-   dev-perl/Log-Log4perl
-   dev-perl/PDF-API2
-   dev-perl/Proc-ProcessTable
-   dev-perl/Readonly
-   dev-perl/Set-IntSpan
-   dev-perl/Try-Tiny
-   virtual/perl-Archive-Tar
-   virtual/perl-Carp
-   virtual/perl-Data-Dumper
-   virtual/perl-File-Temp
-   virtual/perl-Getopt-Long
-   virtual/perl-threads
-   virtual/perl-threads-shared
-   media-gfx/imagemagick[png,tiff,perl]
-   media-gfx/sane-backends
-   media-libs/tiff"
-
-mydoc="History"
-
-pkg_postinst() {
-   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
-   optfeature "creating PostScript files from PDFs" app-text/poppler[utils]
-   optfeature "adding to an existing PDF" app-text/poppler[utils]
-   optfeature "Optical Character Recognition" app-text/tesseract[osd,tiff]
-   optfeature "scan post-processing" app-text/unpaper
-   optfeature "automatic document feeder support" media-gfx/sane-frontends
-   optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
-}



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

2019-06-04 Thread Michał Górny
commit: 09c3fb9a9381816695f58014de809367443b6346
Author: Chris Mayo  gmail  com>
AuthorDate: Tue Jun  4 19:12:53 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  4 21:29:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c3fb9a

media-gfx/gscan2pdf: version bump to 2.5.3, add test support

Signed-off-by: Chris Mayo  gmail.com>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michał Górny  gentoo.org>

 media-gfx/gscan2pdf/Manifest   |  1 +
 media-gfx/gscan2pdf/gscan2pdf-2.5.3.ebuild | 87 ++
 2 files changed, 88 insertions(+)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index c3fc6c68b72..eeac1457626 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,3 +1,4 @@
 DIST gscan2pdf-1.8.11.tar.xz 409212 BLAKE2B 
37cb716f13818eaffc39c210b810b845368cc5e323569e8f9d5603b5b412c4182520798321358e4c21339fdbd5f15026a0acd6421a49e7db79ecca86633c3ab0
 SHA512 
1ea09b8768771be4a1700cb8a6523d5f74fcbf0ebe459d97796032b56f896fd0c50e5ca1ed4c96aedef7e61f6952a92986153cc70173dd5ad91ccfb72461c565
 DIST gscan2pdf-2.4.0.tar.xz 437096 BLAKE2B 
947c1d3c4c726254ba61be4f7a34ae867d0af9b6ebf53e4594aeb908dfda43ff1e85791641b42e9e13b978a56cfe523a6fa23566e14ad130278d05e7836d34d8
 SHA512 
90ec9d8cc56a2fe9d7a77c928f548c87a81bdfb62f1caa491b32a42600c5677974ec613b0bf384bd806953a9a5d29ccf3077df7c0b3dd73d06866003c3a01791
 DIST gscan2pdf-2.5.1.tar.xz 440484 BLAKE2B 
375434ee633f895da29d69672faa6da5247e6f45e25b7fe394c03c2a6a6e482973365733a7d123c2a94ef40d2d7ce8666b5c632a6465f31ef09f237100fa
 SHA512 
677f9081fb4f6ecd064f965399be20802e10f470d40ef00da5afd6de37ed9914c856fe01e28daedf900e8c8bd75a798f1579a7970509fc789382bbe2b1923804
+DIST gscan2pdf-2.5.3.tar.xz 447188 BLAKE2B 
e34441c4680fbe2a03bafb12c754df143c800ca6aa56c33623ff5e26fc86d08e120794d84c1e33aa25d76498138098249ace4a7f79023fc1ff97372dcf7e76a7
 SHA512 
d8f798eadc3c2fbc8a1553bbf542f2636861aba793ab61b66449938bbe115d5e765e018f6afdcd7280b34ccadeb77febda924334f35cf5b7459f93f93c58e782

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.5.3.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.5.3.ebuild
new file mode 100644
index 000..9c77f58fad7
--- /dev/null
+++ b/media-gfx/gscan2pdf/gscan2pdf-2.5.3.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_TEST="do"
+
+inherit eutils perl-module virtualx
+
+DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
+HOMEPAGE="http://gscan2pdf.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-perl/Config-General
+   dev-perl/Data-UUID
+   dev-perl/Date-Calc
+   dev-perl/Filesys-Df
+   dev-perl/glib-perl
+   dev-perl/GooCanvas2
+   dev-perl/Gtk3
+   dev-perl/Gtk3-SimpleList
+   dev-perl/HTML-Parser
+   dev-perl/Image-Sane
+   dev-perl/List-MoreUtils
+   dev-perl/Locale-gettext
+   dev-perl/Log-Log4perl
+   dev-perl/PDF-API2
+   dev-perl/Proc-ProcessTable
+   dev-perl/Readonly
+   dev-perl/Set-IntSpan
+   dev-perl/Try-Tiny
+   virtual/perl-Archive-Tar
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-Getopt-Long
+   virtual/perl-threads
+   virtual/perl-threads-shared
+   media-gfx/imagemagick[png,tiff,perl]
+   media-gfx/sane-backends
+   media-libs/tiff"
+
+DEPEND="test? (
+   ${RDEPEND}
+   dev-perl/Sub-Override
+   media-libs/fontconfig
+
+   app-text/djvu[tiff]
+   app-text/poppler[utils]
+   app-text/tesseract[-opencl,osd,tiff]
+   app-text/unpaper
+   media-gfx/imagemagick[djvu,png,tiff,perl]
+   media-gfx/sane-backends[sane_backends_test]
+   media-gfx/sane-frontends
+   )"
+
+PERL_RM_FILES=( t/{90_MANIFEST,91_critic,99_pod}.t )
+
+mydoc="History"
+
+pkg_postinst() {
+   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
+   optfeature "creating PostScript files from PDFs" app-text/poppler[utils]
+   optfeature "adding to an existing PDF" app-text/poppler[utils]
+   optfeature "Optical Character Recognition" app-text/tesseract[osd,tiff]
+   optfeature "scan post-processing" app-text/unpaper
+   optfeature "automatic document feeder support" media-gfx/sane-frontends
+   optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
+}
+
+src_test(){
+   local confdir="${HOME}/.config/ImageMagick"
+   mkdir -p "${confdir}" || die
+   cat > "${confdir}/policy.xml" <<-EOT || die
+   
+   
+   
+   
+   EOT
+   virtx perl-module_src_test
+}



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

2019-06-04 Thread Agostino Sarubbo
commit: dda9e405e57965d8efa26ffb569a057f31421884
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 21:02:48 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 21:02:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda9e405

app-text/mupdf: s390 stable wrt bug #684972

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 app-text/mupdf/mupdf-1.14.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/mupdf/mupdf-1.14.0-r3.ebuild 
b/app-text/mupdf/mupdf-1.14.0-r3.ebuild
index f310b3ee636..19c9e02c1a8 100644
--- a/app-text/mupdf/mupdf-1.14.0-r3.ebuild
+++ b/app-text/mupdf/mupdf-1.14.0-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://mupdf.com/downloads/archive/${P}-source.tar.xz";
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 s390 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="X curl +javascript libressl opengl ssl static-libs +vanilla"
 
 RDEPEND="



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

2019-06-04 Thread Agostino Sarubbo
commit: 513a39ee5d8efcc319b567bc373c6bfb693ba46d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:59:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:59:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513a39ee

sys-libs/talloc: ia64 stable wrt bug #664316

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sys-libs/talloc/talloc-2.1.14.ebuild 
b/sys-libs/talloc/talloc-2.1.14.ebuild
index 440cdcc32db..d0408380310 100644
--- a/sys-libs/talloc/talloc-2.1.14.ebuild
+++ b/sys-libs/talloc/talloc-2.1.14.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x64-solaris"
 IUSE="compat +python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-06-04 Thread Agostino Sarubbo
commit: d55894d116b880a42b88841599f48948f4b2f524
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:59:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:59:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55894d1

dev-util/lttng-ust: ia64 stable wrt bug #664316

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-util/lttng-ust/lttng-ust-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild 
b/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild
index fa4342b4dda..2f9d68e96be 100644
--- a/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild
+++ b/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0/${MY_SLOT}"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="examples"
 
 DEPEND="dev-libs/userspace-rcu:="



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

2019-06-04 Thread Agostino Sarubbo
commit: d61ef031854cc137fa1d2953bbf73eaed89c0a71
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:59:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:59:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61ef031

dev-libs/userspace-rcu: ia64 stable wrt bug #664316

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild 
b/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild
index 2a1262088b2..cefca5c03e1 100644
--- a/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild
+++ b/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://lttng.org/files/urcu/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0/6" # subslot = soname version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="static-libs regression-test test"
 
 DEPEND="test? ( sys-process/time )"



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2019-06-04 Thread Agostino Sarubbo
commit: e6af5d25d5b51724f54e2e83f455b0ee6ec86144
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:59:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:59:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6af5d25

net-fs/samba: ia64 stable wrt bug #664316

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 net-fs/samba/samba-4.8.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.8.6-r2.ebuild 
b/net-fs/samba/samba-4.8.6-r2.ebuild
index fdf14efaacd..e259498d82a 100644
--- a/net-fs/samba/samba-4.8.6-r2.ebuild
+++ b/net-fs/samba/samba-4.8.6-r2.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/";



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

2019-06-04 Thread Agostino Sarubbo
commit: 33565f9aefd498060977250af0a9c44bad1aaac5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:59:54 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:59:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33565f9a

sys-libs/ldb: ia64 stable wrt bug #664316

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sys-libs/ldb/ldb-1.3.6.ebuild b/sys-libs/ldb/ldb-1.3.6.ebuild
index ab24cb6707f..623144c72d8 100644
--- a/sys-libs/ldb/ldb-1.3.6.ebuild
+++ b/sys-libs/ldb/ldb-1.3.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/pub/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc +ldap python"
 
 RDEPEND="



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

2019-06-04 Thread Agostino Sarubbo
commit: 617843448c7e87d5d15cc6a49f9fdcaa5d896a9b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:59:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:59:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61784344

sys-libs/tdb: ia64 stable wrt bug #664316

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sys-libs/tdb/tdb-1.3.16.ebuild b/sys-libs/tdb/tdb-1.3.16.ebuild
index 126bbd80256..a90b101da44 100644
--- a/sys-libs/tdb/tdb-1.3.16.ebuild
+++ b/sys-libs/tdb/tdb-1.3.16.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-06-04 Thread Agostino Sarubbo
commit: 577827e6c54fede4268af87e6f6abc6a23770808
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 21:00:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 21:00:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577827e6

sys-libs/tevent: ia64 stable wrt bug #664316

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sys-libs/tevent/tevent-0.9.37.ebuild 
b/sys-libs/tevent/tevent-0.9.37.ebuild
index 91b6e1b6b32..37b6a5daec4 100644
--- a/sys-libs/tevent/tevent-0.9.37.ebuild
+++ b/sys-libs/tevent/tevent-0.9.37.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="elibc_glibc python"
 
 RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )



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

2019-06-04 Thread Thomas Deutschmann
commit: 947ea45bd4823433b460304753e610f04d5bf5e2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:41:45 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947ea45b

app-office/kmymoney: x86 stable (bug #686340)

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

 app-office/kmymoney/kmymoney-5.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.4.ebuild 
b/app-office/kmymoney/kmymoney-5.0.4.ebuild
index 9c92a22c0ae..1d8243bf1c6 100644
--- a/app-office/kmymoney/kmymoney-5.0.4.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.4.ebuild
@@ -18,7 +18,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: media-video/motion/

2019-06-04 Thread Thomas Deutschmann
commit: 8d9e2b311789a6ae8a5bc6fee80478320561884d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:43:40 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9e2b31

media-video/motion: x86 stable (bug #681494)

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

 media-video/motion/motion-4.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/motion/motion-4.1.1-r1.ebuild 
b/media-video/motion/motion-4.1.1-r1.ebuild
index 3113cd0a5fc..05a3311cb02 100644
--- a/media-video/motion/motion-4.1.1-r1.ebuild
+++ b/media-video/motion/motion-4.1.1-r1.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
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="ffmpeg libav mmal mysql postgres sqlite v4l webp"
 
 RDEPEND="



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

2019-06-04 Thread Thomas Deutschmann
commit: 29372137a65ced51ed246b0e7c86684f5d5d175a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:44:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29372137

sys-boot/woeusb: x86 stable (bug #683334)

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

 sys-boot/woeusb/woeusb-3.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/woeusb/woeusb-3.2.12.ebuild 
b/sys-boot/woeusb/woeusb-3.2.12.ebuild
index cad25750e3c..573d9db62c7 100644
--- a/sys-boot/woeusb/woeusb-3.2.12.ebuild
+++ b/sys-boot/woeusb/woeusb-3.2.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/slacka/WoeUSB/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="minimal"
 
 RDEPEND="



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

2019-06-04 Thread Thomas Deutschmann
commit: 76e14f1d6a74ff5c87f871d9e3b1af95546d1486
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:44:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e14f1d

app-editors/okteta: x86 stable (bug #683700)

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

 app-editors/okteta/okteta-0.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/okteta/okteta-0.26.1.ebuild 
b/app-editors/okteta/okteta-0.26.1.ebuild
index 6ffa594faf9..4a9e25c1f16 100644
--- a/app-editors/okteta/okteta-0.26.1.ebuild
+++ b/app-editors/okteta/okteta-0.26.1.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Hex editor by KDE"



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

2019-06-04 Thread Thomas Deutschmann
commit: 9617676780781bb7e4941ee64f0ea53b4917ca51
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:30:14 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96176767

gnome-extra/cinnamon-screensaver: x86 stable (bug #687348)

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

 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-4.0.1.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-4.0.1.ebuild
index 9ecb20be477..606bd2a2bd6 100644
--- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-4.0.1.ebuild
+++ b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-4.0.1.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="debug doc pam systemd xinerama"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.37.3:2[dbus]



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/

2019-06-04 Thread Thomas Deutschmann
commit: 59bffdddaf90a69abd484c7c5cbe9beda023c2fe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:31:35 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bffddd

gnome-extra/cinnamon-settings-daemon: x86 stable (bug #687348)

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

 .../cinnamon-settings-daemon/cinnamon-settings-daemon-4.0.2.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.0.2.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.0.2.ebuild
index 22efbf589c1..ddd327b61d8 100644
--- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.0.2.ebuild
+++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.0.2.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
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+colord cups input_devices_wacom smartcard systemd"
 RESTRICT=test
 



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

2019-06-04 Thread Thomas Deutschmann
commit: ed4b1ae2ed66c0ba18467e80a1785706abfb3b39
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:32:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4b1ae2

gnome-extra/cinnamon-desktop: x86 stable (bug #687348)

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

 gnome-extra/cinnamon-desktop/cinnamon-desktop-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-4.0.1.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-4.0.1.ebuild
index 8f712eb3961..359414c8cd9 100644
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-4.0.1.ebuild
+++ b/gnome-extra/cinnamon-desktop/cinnamon-desktop-4.0.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> $
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="0/4" # subslot = libcinnamon-desktop soname version
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+introspection systemd"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2019-06-04 Thread Thomas Deutschmann
commit: 0c8f6d1d277aba8cbf7ced772a52edea73413fff
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:44:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8f6d1d

sys-fs/vhba: x86 stable (bug #686700)

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

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

diff --git a/sys-fs/vhba/vhba-20190410.ebuild b/sys-fs/vhba/vhba-20190410.ebuild
index cb0c8673716..157ae2ff9f9 100644
--- a/sys-fs/vhba/vhba-20190410.ebuild
+++ b/sys-fs/vhba/vhba-20190410.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/cdemu/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="virtual/udev"



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

2019-06-04 Thread Thomas Deutschmann
commit: d1efaee68331dcf9b2d7436e583ba235ccf690e0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:44:36 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1efaee6

app-editors/wily: x86 stable (bug #679242)

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

 app-editors/wily/wily-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/wily/wily-1.0-r2.ebuild 
b/app-editors/wily/wily-1.0-r2.ebuild
index 18430e835c6..15660cf2033 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-libs/9libs



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

2019-06-04 Thread Thomas Deutschmann
commit: d5f8d34d744db7b087557bd99d8d7fd604c38c40
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:31:09 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f8d34d

gnome-extra/cinnamon-menus: x86 stable (bug #687348)

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

 gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild 
b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
index b966e8ccad3..c467e2de66e 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.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
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="debug +introspection"
 
 RDEPEND="



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

2019-06-04 Thread Thomas Deutschmann
commit: b848bb1316df6f978d878d2f8a59a376a6739272
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:30:50 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b848bb13

gnome-extra/cinnamon-translations: x86 stable (bug #687348)

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

 gnome-extra/cinnamon-translations/cinnamon-translations-4.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-4.0.0.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-4.0.0.ebuild
index 2e0a21f6b1f..8e9e3b5d2f6 100644
--- a/gnome-extra/cinnamon-translations/cinnamon-translations-4.0.0.ebuild
+++ b/gnome-extra/cinnamon-translations/cinnamon-translations-4.0.0.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
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-translations/archive/${PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND=">gnome-extra/cinnamon-settings-daemon-3.6"



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

2019-06-04 Thread Thomas Deutschmann
commit: 0b001f2d79a432ca6d8838566ce62218f0bf3a8a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:29:39 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b001f2d

gnome-extra/nemo: x86 stable (bug #687348)

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

 gnome-extra/nemo/nemo-4.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/nemo/nemo-4.0.6.ebuild 
b/gnome-extra/nemo/nemo-4.0.6.ebuild
index 5d84190d07e..bf80e469e59 100644
--- a/gnome-extra/nemo/nemo-4.0.6.ebuild
+++ b/gnome-extra/nemo/nemo-4.0.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="exif +introspection +nls packagekit selinux tracker xmp"
 RESTRICT=test
 



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

2019-06-04 Thread Thomas Deutschmann
commit: 9d1be9741737939acebd4f03abefe880d3ca54b5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:32:49 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1be974

x11-libs/xapps: x86 stable (bug #687348)

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

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

diff --git a/x11-libs/xapps/xapps-1.4.2.ebuild 
b/x11-libs/xapps/xapps-1.4.2.ebuild
index b5abeaa603a..2ec1ee135cd 100644
--- a/x11-libs/xapps/xapps-1.4.2.ebuild
+++ b/x11-libs/xapps/xapps-1.4.2.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
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/linuxmint/xapps/";
 LICENSE="GPL-3"
 
 SRC_URI="https://github.com/linuxmint/xapps/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 SLOT="0"
 IUSE="introspection static-libs"



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

2019-06-04 Thread Thomas Deutschmann
commit: 59b46ac3471f24d9a34daff3469a17eb3da51f4c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:45:23 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b46ac3

media-sound/zynaddsubfx: x86 stable (bug #686966)

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

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

diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild 
b/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild
index e2fb4d3256b..e3cbf1ed921 100644
--- a/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild
+++ b/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/zynaddsubfx/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="alsa doc dssi +fltk jack lash portaudio"
 
 REQUIRED_USE="|| ( alsa jack portaudio )"



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

2019-06-04 Thread Thomas Deutschmann
commit: c1e379d6562db25bc22ed1e53a6289f832a1d8fe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:43:03 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e379d6

sys-devel/llvm: x86 stable (bug #686028)

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

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

diff --git a/sys-devel/llvm/llvm-6.0.1-r2.ebuild 
b/sys-devel/llvm/llvm-6.0.1-r2.ebuild
index 97625a81a46..e63c8ba26ae 100644
--- a/sys-devel/llvm/llvm-6.0.1-r2.ebuild
+++ b/sys-devel/llvm/llvm-6.0.1-r2.ebuild
@@ -32,7 +32,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="debug doc gold libedit +libffi ncurses test xar xml
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 RESTRICT="!test? ( test )"



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

2019-06-04 Thread Thomas Deutschmann
commit: 19915758b8cf47d5a7649d55ab76a2983e8d6b5a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:33:26 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19915758

media-libs/Field3D: x86 stable (bug #642278)

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

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

diff --git a/media-libs/Field3D/Field3D-1.7.2.ebuild 
b/media-libs/Field3D/Field3D-1.7.2.ebuild
index 1af0862f0c6..4fe5e045774 100644
--- a/media-libs/Field3D/Field3D-1.7.2.ebuild
+++ b/media-libs/Field3D/Field3D-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/imageworks/Field3D/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="mpi"
 
 BDEPEND="virtual/pkgconfig"



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

2019-06-04 Thread Thomas Deutschmann
commit: fcd58472254051f509d461d94fb460f789a511b9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:32:31 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd58472

x11-wm/muffin: x86 stable (bug #687348)

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

 x11-wm/muffin/muffin-4.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/muffin/muffin-4.0.3.ebuild 
b/x11-wm/muffin/muffin-4.0.3.ebuild
index 612e2ad001a..2d8ef25a6a8 100644
--- a/x11-wm/muffin/muffin-4.0.3.ebuild
+++ b/x11-wm/muffin/muffin-4.0.3.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+introspection test xinerama"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RESTRICT="test"
 



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

2019-06-04 Thread Thomas Deutschmann
commit: b4a0928a66d19123ef2df1dc89bdba16c85e543c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:42:05 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a0928a

dev-libs/kdiagram: x86 stable (bug #686340)

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

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

diff --git a/dev-libs/kdiagram/kdiagram-2.6.1-r1.ebuild 
b/dev-libs/kdiagram/kdiagram-2.6.1-r1.ebuild
index 84b8bfdc1cc..d03b24c8394 100644
--- a/dev-libs/kdiagram/kdiagram-2.6.1-r1.ebuild
+++ b/dev-libs/kdiagram/kdiagram-2.6.1-r1.ebuild
@@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 fi
 



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

2019-06-04 Thread Thomas Deutschmann
commit: 2f84278f475a737cf5e3f65b94ebdc7a3e3c2b78
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:30:37 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f84278f

gnome-extra/cjs: x86 stable (bug #687348)

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

 gnome-extra/cjs/cjs-4.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cjs/cjs-4.0.0-r1.ebuild 
b/gnome-extra/cjs/cjs-4.0.0-r1.ebuild
index ac8896b3736..71e459d64bf 100644
--- a/gnome-extra/cjs/cjs-4.0.0-r1.ebuild
+++ b/gnome-extra/cjs/cjs-4.0.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples gtk test"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
dev-lang/spidermonkey:52



[gentoo-commits] repo/gentoo:master commit in: media-video/ffdiaporama/

2019-06-04 Thread Thomas Deutschmann
commit: 703e5e8246a2b20896d6d2f4a1b359c45106883e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:33:08 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703e5e82

media-video/ffdiaporama: x86 stable (bug #686452)

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

 media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild 
b/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild
index f9cdfff4684..b67615051ed 100644
--- a/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild
+++ b/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.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
@@ -21,7 +21,7 @@ 
SRC_URI="https://download.tuxfamily.org/${PN}/Packages/Devel/${PN}_bin_${BIN_PV}
 LICENSE="GPL-2
texturemate? ( CC-BY-3.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="libav openclipart texturemate"
 
 RDEPEND="



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

2019-06-04 Thread Thomas Deutschmann
commit: 7075462c7b0eba6749a28a0626f5630c8ba87542
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:28:43 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7075462c

gnome-extra/cinnamon-control-center: x86 stable (bug #687348)

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

 .../cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild
index 2b78cee3d3f..f5e5a58d506 100644
--- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.ebuild
+++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.0.0.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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+colord +cups debug input_devices_wacom systemd"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 # False positives caused by nested configure scripts
 QA_CONFIGURE_OPTIONS=".*"



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

2019-06-04 Thread Thomas Deutschmann
commit: e47c4e625244ffe9a3b4407c4713264fb21df002
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:26:41 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47c4e62

media-gfx/argyllcms: x86 stable (bug #684636)

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

 media-gfx/argyllcms/argyllcms-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/argyllcms/argyllcms-2.1.1.ebuild 
b/media-gfx/argyllcms/argyllcms-2.1.1.ebuild
index 13a4b210e34..ef4e72f84e6 100644
--- a/media-gfx/argyllcms/argyllcms-2.1.1.ebuild
+++ b/media-gfx/argyllcms/argyllcms-2.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip";
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 hppa ~x86"
+KEYWORDS="~amd64 ~arm64 hppa x86"
 IUSE="doc"
 
 RDEPEND="



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

2019-06-04 Thread Thomas Deutschmann
commit: a1a9e9ec0f6299d41e6c29cda1187796989b6972
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:29:07 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a9e9ec

gnome-extra/cinnamon-session: x86 stable (bug #687348)

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

 gnome-extra/cinnamon-session/cinnamon-session-4.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-4.0.0-r1.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-4.0.0-r1.ebuild
index 54fe4a32199..e9c6fa57b92 100644
--- a/gnome-extra/cinnamon-session/cinnamon-session-4.0.0-r1.ebuild
+++ b/gnome-extra/cinnamon-session/cinnamon-session-4.0.0-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> $
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc elogind ipv6 systemd"
 REQUIRED_USE="^^ ( elogind systemd )"
 



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

2019-06-04 Thread Thomas Deutschmann
commit: 4e8235c6f19681bb1ad4adcfa18d594004eea555
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:28:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8235c6

gnome-extra/cinnamon: x86 stable (bug #687348)

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

 gnome-extra/cinnamon/cinnamon-4.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon/cinnamon-4.0.3-r2.ebuild 
b/gnome-extra/cinnamon/cinnamon-4.0.3-r2.ebuild
index 01d93daa666..4f3f0ec4da3 100644
--- a/gnome-extra/cinnamon/cinnamon-4.0.3-r2.ebuild
+++ b/gnome-extra/cinnamon/cinnamon-4.0.3-r2.ebuild
@@ -27,7 +27,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( $(python_gen_useflags 'python3*') )
 "
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 COMMON_DEPEND="${PYTHON_DEPS}
app-accessibility/at-spi2-atk:2



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

2019-06-04 Thread Thomas Deutschmann
commit: b8fefd9b1fb5c1253a8ff07aded407484c78fe9a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:27:08 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:57:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fefd9b

sys-apps/bleachbit: x86 stable (bug #686258)

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

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

diff --git a/sys-apps/bleachbit/bleachbit-2.2.ebuild 
b/sys-apps/bleachbit/bleachbit-2.2.ebuild
index cb4c5a71633..02a519d7392 100644
--- a/sys-apps/bleachbit/bleachbit-2.2.ebuild
+++ b/sys-apps/bleachbit/bleachbit-2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+gtk"
 
 RDEPEND="gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )"



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

2019-06-04 Thread Sergei Trofimovich
commit: 094fca54ea5836935ed36a3cc0a86fd3a4e4c3f6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  4 20:45:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  4 20:57:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094fca54

sys-devel/gcc: stable 8.3.0-r1 for hppa, bug #685144

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

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

diff --git a/sys-devel/gcc/gcc-8.3.0-r1.ebuild 
b/sys-devel/gcc/gcc-8.3.0-r1.ebuild
index 6edc590338d..eb795f49ca9 100644
--- a/sys-devel/gcc/gcc-8.3.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-8.3.0-r1.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1.1"
 
 inherit toolchain
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-init-scripts/

2019-06-04 Thread Agostino Sarubbo
commit: 98823a1f75edb74d55a01f849b9379d49c2e7927
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:57:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:57:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98823a1f

dev-db/mysql-init-scripts: ppc stable wrt bug #670808

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild 
b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild
index 26152bab62c..479db65fb66 100644
--- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild
+++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



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

2019-06-04 Thread Agostino Sarubbo
commit: ef477120d791616f7caa3c1f99d4628e77f493d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:57:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:57:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef477120

dev-db/phpmyadmin: ppc stable wrt bug #672938

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild
index 91a1c7541e7..43eb7003543 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.8.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



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

2019-06-04 Thread Agostino Sarubbo
commit: 5803a398e100d8a532e8644f7338a653ada5bc3e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:57:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:57:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5803a398

net-print/cups: ppc stable wrt bug #672742

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 net-print/cups/cups-2.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups/cups-2.2.11.ebuild 
b/net-print/cups/cups-2.2.11.ebuild
index 5fb5c49d9e2..6f3de10b022 100644
--- a/net-print/cups/cups-2.2.11.ebuild
+++ b/net-print/cups/cups-2.2.11.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == * ]]; then
 else
#SRC_URI="https://github.com/apple/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

SRC_URI="https://github.com/apple/cups/releases/download/v${PV}/${P}-source.tar.gz";
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
 fi
 
 DESCRIPTION="The Common Unix Printing System"



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

2019-06-04 Thread Agostino Sarubbo
commit: bd78db60aea423efaab5145ab143078595d34bb1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:57:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:57:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd78db60

dev-db/mariadb: ppc stable wrt bug #670808

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 dev-db/mariadb/mariadb-10.2.22-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb/mariadb-10.2.22-r1.ebuild 
b/dev-db/mariadb/mariadb-10.2.22-r1.ebuild
index b681242f1a4..90a02ff89a6 100644
--- a/dev-db/mariadb/mariadb-10.2.22-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.22-r1.ebuild
@@ -42,7 +42,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2019-06-04 Thread Agostino Sarubbo
commit: bf3915032f4397ea084e4c9538cb07bae28f0baf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:53:55 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:53:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf391503

sys-kernel/dracut: amd64 stable wrt bug #680890

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

 sys-kernel/dracut/dracut-048-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/dracut/dracut-048-r1.ebuild 
b/sys-kernel/dracut/dracut-048-r1.ebuild
index 613d658b4ca..e2d3cf1647f 100644
--- a/sys-kernel/dracut/dracut-048-r1.ebuild
+++ b/sys-kernel/dracut/dracut-048-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="debug selinux"
 
 # Tests need root privileges, bug #298014



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

2019-06-04 Thread Agostino Sarubbo
commit: 1201fbdb91e929e156499bd7d6e4cc74d863416a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:53:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:53:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1201fbdb

sys-process/parallel: amd64 stable wrt bug #684188

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

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

diff --git a/sys-process/parallel/parallel-20190322.ebuild 
b/sys-process/parallel/parallel-20190322.ebuild
index 18bc1771d7f..c2cccfe01b9 100644
--- a/sys-process/parallel/parallel-20190322.ebuild
+++ b/sys-process/parallel/parallel-20190322.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-lang/perl:=



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

2019-06-04 Thread Agostino Sarubbo
commit: e933673ad325613453697ba3fdb37db308085809
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:54:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:54:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e933673a

media-sound/abcm2ps: amd64 stable wrt bug #681410

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

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

diff --git a/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
index cae3c4401e4..9cb8e3df66a 100644
--- a/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
+++ b/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/leesavide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="examples pango"
 
 BDEPEND="



  1   2   3   4   >