[gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
commit: 722b68d3c064ac40f0df8e79be06e3d04749c7e8 Author: Joonas Niilola gentoo org> AuthorDate: Thu Aug 1 06:35:36 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 1 06:36:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722b68d3 x11-misc/urxvt-tabbedex: add new package - An extended version of rxvt-unicode's tabbed perl extension with many new features Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/urxvt-tabbedex/Manifest | 1 + x11-misc/urxvt-tabbedex/metadata.xml | 8 ++ .../urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild | 30 ++ 3 files changed, 39 insertions(+) diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest new file mode 100644 index 000..cc6615b92a1 --- /dev/null +++ b/x11-misc/urxvt-tabbedex/Manifest @@ -0,0 +1 @@ +DIST urxvt-tabbedex-19.21.tar.gz 32208 BLAKE2B 6951472a21988a4673ef7716c945de6b256ab45c152e9b58729df45a868efb37ec8a82bd564dc9f1c5ab349e4b7c869dd8f2044f54528071953c69fb47f78977 SHA512 8ffb97e80b023d84ec0ba8c49001f3e05cd9dee4b64a1ef87fb44a41a27e609ad73ecf4f21af6335fff2ce750297603facd5e403a2bfdf38b13908cdc66abe33 diff --git a/x11-misc/urxvt-tabbedex/metadata.xml b/x11-misc/urxvt-tabbedex/metadata.xml new file mode 100644 index 000..6b0a0fb3a72 --- /dev/null +++ b/x11-misc/urxvt-tabbedex/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +juip...@gentoo.org +Joonas Niilola + + diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild new file mode 100644 index 000..c2f95aaa679 --- /dev/null +++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension" +HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"; + +MY_PN=${PN/urxvt-/} +SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]" + +DOCS=( AUTHORS README.md command-runner.sample ) + +src_compile() { :; } + +src_install() { + einstalldocs + + insinto /usr/$(get_libdir)/urxvt/perl/ + doins ${MY_PN} + + insinto /usr/$(get_libdir)/urxvt/ + newins pgid-cd.pl tabbedex-pgid-cd +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_metadata/
commit: 9dab37cb646b67d8c9dde0cee95975d2d4653ce9 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:34:27 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:34:27 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dab37cb dev-python/importlib_metadata: keyworded 0.19 for ppc, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/importlib_metadata/importlib_metadata-0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild b/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild index 1a898f6c6b7..17df7a3a93a 100644 --- a/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild +++ b/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/zipp/
commit: 470384bb35f67c15615204cecd47e9fcede20af8 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:34:08 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:34:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470384bb dev-python/zipp: keyworded 0.5.2 for ppc, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/zipp/zipp-0.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zipp/zipp-0.5.2.ebuild b/dev-python/zipp/zipp-0.5.2.ebuild index eefec78d64f..71619e35fb4 100644 --- a/dev-python/zipp/zipp-0.5.2.ebuild +++ b/dev-python/zipp/zipp-0.5.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc test" BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-packaging/
commit: 8fa915a74a1e1da9f16098fd303f4162756991a6 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:33:58 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:33:58 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa915a7 dev-python/jaraco-packaging: keyworded 6.2 for ppc, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild b/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild index fc916c386b1..f92d56c08ab 100644 --- a/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild +++ b/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/
commit: 4cccb76eb526c059d1bcbd22c4363127379a373b Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:33:53 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:33:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cccb76e dev-python/importlib_resources: keyworded 1.0.2-r1 for ppc, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild index 752216b8cb1..9dd2afd2860 100644 --- a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/rst-linker/
commit: 107986094a274e7f8e28c279da2c8e61fa60ba47 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:34:04 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:34:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10798609 dev-python/rst-linker: keyworded 1.11 for ppc, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/rst-linker/rst-linker-1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rst-linker/rst-linker-1.11.ebuild b/dev-python/rst-linker/rst-linker-1.11.ebuild index 1085e2fd144..8febc2cd1d4 100644 --- a/dev-python/rst-linker/rst-linker-1.11.ebuild +++ b/dev-python/rst-linker/rst-linker-1.11.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/zipp/
commit: a388a396b2a6b30d9b169b848237fc71c0a17f7b Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:25:33 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:25:33 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a388a396 dev-python/zipp: keyworded 0.5.2 for ia64, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/zipp/zipp-0.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zipp/zipp-0.5.2.ebuild b/dev-python/zipp/zipp-0.5.2.ebuild index 6069c2d7f2f..eefec78d64f 100644 --- a/dev-python/zipp/zipp-0.5.2.ebuild +++ b/dev-python/zipp/zipp-0.5.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="doc test" BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-packaging/
commit: 9bad3edd912e06cf5025296f65be453834490745 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:25:25 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:25:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bad3edd dev-python/jaraco-packaging: keyworded 6.2 for ia64, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild b/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild index 116b4eb7b4b..fc916c386b1 100644 --- a/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild +++ b/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_metadata/
commit: cedd35872b0328751b9f3359ef989395a86cfe40 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:28:06 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:28:06 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cedd3587 dev-python/importlib_metadata: keyworded 0.19 for ia64, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/importlib_metadata/importlib_metadata-0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild b/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild index f6aeb35ebea..1a898f6c6b7 100644 --- a/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild +++ b/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/
commit: 8b54c06d007b5c794490b0cfdae93ede5f8682e7 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:25:21 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:25:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b54c06d dev-python/importlib_resources: keyworded 1.0.2-r1 for ia64, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild index 1c9409597cd..752216b8cb1 100644 --- a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/rst-linker/
commit: a4c98709ca125faa80f7ee8963ed399c166d1b14 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:25:28 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:25:28 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c98709 dev-python/rst-linker: keyworded 1.11 for ia64, bug #690956 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/rst-linker/rst-linker-1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rst-linker/rst-linker-1.11.ebuild b/dev-python/rst-linker/rst-linker-1.11.ebuild index 0cf673522ef..1085e2fd144 100644 --- a/dev-python/rst-linker/rst-linker-1.11.ebuild +++ b/dev-python/rst-linker/rst-linker-1.11.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/
commit: d242e6420bf1107c09b998b58725892d504302f8 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:23:17 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:23:17 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d242e642 dev-libs/jsoncpp: stable 1.9.1 for hppa, bug #690878 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild b/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild index 62b05d217d0..eff2699bfb8 100644 --- a/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${ LICENSE="|| ( public-domain MIT )" SLOT="0/21" -KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd" IUSE="doc test" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/
commit: 920a59469b744a02237169593453692366520036 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:23:13 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:23:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920a5946 mail-mta/postfix: stable 3.4.5-r1 for hppa, bug #683132 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> mail-mta/postfix/postfix-3.4.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-mta/postfix/postfix-3.4.5-r1.ebuild b/mail-mta/postfix/postfix-3.4.5-r1.ebuild index ba758193e9d..6bd5fbb1edb 100644 --- a/mail-mta/postfix/postfix-3.4.5-r1.ebuild +++ b/mail-mta/postfix/postfix-3.4.5-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz" LICENSE="|| ( IBM EPL-2.0 )" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="+berkdb cdb dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb memcached mbox mysql nis pam postgres sasl selinux sqlite ssl" DEPEND=">=dev-libs/libpcre-3.4
[gentoo-commits] repo/gentoo:master commit in: net-libs/libssh2/
commit: 4f12e9e602afe1ca7e784f3a55d642f3379e8143 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:23:22 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:23:22 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f12e9e6 net-libs/libssh2: stable 1.9.0 for hppa, bug #690884 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/libssh2/libssh2-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libssh2/libssh2-1.9.0.ebuild b/net-libs/libssh2/libssh2-1.9.0.ebuild index 35737d4bde4..6962cd5ca67 100644 --- a/net-libs/libssh2/libssh2-1.9.0.ebuild +++ b/net-libs/libssh2/libssh2-1.9.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://www.${PN}.org/download/${P}.tar.gz"; LICENSE="BSD" SLOT="0" -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-solaris" +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-solaris" IUSE="gcrypt libressl mbedtls zlib" REQUIRED_USE="?? ( gcrypt mbedtls )" RESTRICT="test"
[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/
commit: ce3bd6d3e0a04673b3a11d847f3995d6863eaf97 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:23:29 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:23:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3bd6d3 app-emacs/apel: stable 10.8_p20190407 for hppa, bug #690928 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild index ad858bbd175..a218a947a7b 100644 --- a/app-emacs/apel/apel-10.8_p20190407.ebuild +++ b/app-emacs/apel/apel-10.8_p20190407.ebuild @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
[gentoo-commits] repo/gentoo:master commit in: dev-util/debugedit/
commit: b1e532ad2e37b1d6a4bc9b9bf98c9d93cea9ff0e Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:23:19 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:23:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e532ad dev-util/debugedit: stable 4.14.2-r2 for hppa, bug #690882 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/debugedit/debugedit-4.14.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/debugedit/debugedit-4.14.2-r2.ebuild b/dev-util/debugedit/debugedit-4.14.2-r2.ebuild index d50048916d6..99c6e92c458 100644 --- a/dev-util/debugedit/debugedit-4.14.2-r2.ebuild +++ b/dev-util/debugedit/debugedit-4.14.2-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${MY_P}.tar.bz2" LICENSE="GPL-2+ LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/
commit: 6f2dbdd56ac00f5b0f4808cdd5f16b95aca99853 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 1 06:23:26 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:23:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2dbdd5 net-libs/miniupnpc: stable 2.1.20190625 for hppa, bug #690886 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild b/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild index 4bf2271fcc8..886a063a24b 100644 --- a/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild +++ b/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"; LICENSE="BSD" SLOT="0/17" -KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm arm64 hppa ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="ipv6 kernel_linux static-libs" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
commit: ab9cced1445221e72d4c44907a743da52f21bfbd Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Aug 1 05:35:08 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 1 06:18:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9cced1 dev-util/cmake: stable 3.14.6 for hppa, bug #691114 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/cmake/cmake-3.14.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.14.6.ebuild b/dev-util/cmake/cmake-3.14.6.ebuild index ffa298c081e..e1178ba66e4 100644 --- a/dev-util/cmake/cmake-3.14.6.ebuild +++ b/dev-util/cmake/cmake-3.14.6.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz" LICENSE="CMake" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs system-jsoncpp ncurses qt5 test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-dialup/mgetty/
commit: 032f54df1ef7a27bb5e86e823c65c8bf68b3f789 Author: Alexander Tsoy tsoy me> AuthorDate: Wed Jul 31 22:01:02 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 1 06:07:15 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032f54df net-dialup/mgetty: add support for /usr merge Closes: https://bugs.gentoo.org/690362 Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Alexander Tsoy tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/12493 Signed-off-by: Joonas Niilola gentoo.org> net-dialup/mgetty/mgetty-1.2.1-r1.ebuild | 178 +++ 1 file changed, 178 insertions(+) diff --git a/net-dialup/mgetty/mgetty-1.2.1-r1.ebuild b/net-dialup/mgetty/mgetty-1.2.1-r1.ebuild new file mode 100644 index 000..a188806c1cf --- /dev/null +++ b/net-dialup/mgetty/mgetty-1.2.1-r1.ebuild @@ -0,0 +1,178 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit flag-o-matic toolchain-funcs user + +DESCRIPTION="fax and voice modem programs" +HOMEPAGE="http://mgetty.greenie.net/"; +SRC_URI="ftp://mgetty.greenie.net/pub/mgetty/source/1.2/${P}.tar.gz"; + +DEPEND=" + dev-lang/perl + sys-apps/groff + sys-apps/texinfo + virtual/awk + fax? ( + !net-misc/efax + !net-misc/hylafax + ) +" +RDEPEND="${DEPEND} + fax? ( media-libs/netpbm app-text/ghostscript-gpl ) +" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="+fax fidonet split-usr" + +pkg_setup() { + enewgroup fax + enewuser fax -1 -1 /dev/null fax +} + +PATCHES=( + "${FILESDIR}"/${PN}-1.1.36-callback.patch + "${FILESDIR}"/${PN}-1.1.36-tmpfile.patch + "${FILESDIR}"/${PN}-1.1.37-qa-fixes.patch + "${FILESDIR}"/${PN}-1.2.1-Lucent.c.patch + "${FILESDIR}"/${PN}-1.2.1-gentoo.patch +) + +src_prepare() { + default + + chmod +x mkidirs || die + + # don't install fax related files - bug #195467 + use fax || eapply "${FILESDIR}/${PN}-1.1.37-nofax.patch" + + sed -i -e 's:/usr/local/lib/mgetty+sendfax:/etc/mgetty+sendfax:' faxrunq.config || die 'changing mgetty config dir failed' + sed -i -e 's:/usr/local/bin/g3cat:/usr/bin/g3cat:' faxrunq.config fax/faxspool.rules || die 'changing g3cat path failed' + + sed -e "/^doc-all:/s/mgetty.asc mgetty.info mgetty.dvi mgetty.ps/mgetty.info/" \ + -i doc/Makefile || die 'first sed on doc/Makefile failed' + + sed -i \ + -e 's:^CC=:CC?=:g' \ + -e 's:^CFLAGS=:CFLAGS?=:g' \ + {,*/}Makefile || die + sed -i \ + -e 's:^AR=:AR?=:g' \ + -e 's:^CFLAGS=:CFLAGS+= -I..:g' \ + -e 's:^RANLIB=:RANLIB?=:g' \ + */Makefile || die +} + +src_configure() { + tc-export AR CC RANLIB + use fidonet && append-cppflags "-DFIDO" + append-cppflags "-DAUTO_PPP" + + sed -e 's:var/log/mgetty:var/log/mgetty/mgetty:' \ + -e 's:var/log/sendfax:var/log/mgetty/sendfax:' \ + -e 's:\/\* \(\#define CNDFILE "dialin.config"\) \*\/:\1:' \ + -e 's:\(\#define FAX_NOTIFY_PROGRAM\).*:\1 "/etc/mgetty+sendfax/new_fax":' \ + policy.h-dist > policy.h || die 'creating policy.h failed' + + sed -i \ + -e "s/\$(CFLAGS) -o newslock/${CFLAGS} ${LDFLAGS} -Wall -o newslock/" \ + -e "s/\$(LDLAGS)/${LDFLAGS}/" \ + {,fax/}Makefile || die +} + +src_compile() { + local target + for target in mgetty sedscript all vgetty;do + VARTEXFONTS="${T}"/fonts emake prefix=/usr \ + CONFDIR=/etc/mgetty+sendfax \ + CFLAGS="${CFLAGS} ${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" \ + ${target} + done +} + +src_install () { + # parallelization issue: vgetty-install target fails if install target + #isn't finished + local target + for target in install "vgetty-install install-callback"; do + emake prefix="${D}/usr" \ + INFODIR="${D}/usr/share/info" \ + CONFDIR="${D}/etc/mgetty+sendfax" \ + MAN1DIR="${D}/usr/share/man/man1" \ + MAN4DIR="${D}/usr/share/man/man4" \ + MAN5DIR="${D}/usr/share/man/man5" \ + MAN8DIR="${D}/usr/share/man/man8" \ + SBINDIR="${D}/usr/sbin" \ + BINDIR="${D}/usr/bin" \ + VOICE_DIR="${D}/var/spool/voice" \ + PHONE_GROUP=fax \ + PHONE_PERMS=755 \ + spool="${D}/var/spool" \ + ${target} + done + + keepdir /var/l
[gentoo-commits] repo/gentoo:master commit in: dev-util/scanmem/
commit: 7fac6e5a953a57866dc7c3928a3d16892513dda9 Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 1 03:25:34 2019 + Commit: Lars Wendler gentoo org> CommitDate: Thu Aug 1 03:25:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fac6e5a dev-util/scanmem: Bump to version 0.17 Closes: https://bugs.gentoo.org/645536 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> dev-util/scanmem/Manifest| 1 + dev-util/scanmem/scanmem-0.17.ebuild | 58 2 files changed, 59 insertions(+) diff --git a/dev-util/scanmem/Manifest b/dev-util/scanmem/Manifest index ae50e589dbd..df1de638310 100644 --- a/dev-util/scanmem/Manifest +++ b/dev-util/scanmem/Manifest @@ -1 +1,2 @@ DIST scanmem-0.16.1.tar.gz 202133 BLAKE2B bb07234aaf1f93dba5f7feb0af0efcdadb7cd7cabfce2d62f19da01ba947cf9f4ba91024db2379e218b91953679a77080a4fa711ceaca659ac7b3f01645e3f93 SHA512 5e0a97e020a8a392aed75e2654cc6bcfad68590b9caab43444e57c3180be45ce1269f5acb02355bee57ff8bb5b9349b4f65e0fe96655206a812ea645796b153b +DIST scanmem-0.17.tar.gz 220489 BLAKE2B b1ae07f96fd736e9ca6a5d55ad2d6b06b7d0dc4828915e0f2adaa2d58b053d9734ccd7425fb5391289249f838773cf3f9a81dbe76bacd42f41203d27dcffed05 SHA512 6d74f3d1d3492d41cabc342cfd1189815536dcbd57857d8a92e05c5dcaebcb9b1df886aee706c56eaf3344737070ea0fe852eef164ef3fe7907f66c626d8523e diff --git a/dev-util/scanmem/scanmem-0.17.ebuild b/dev-util/scanmem/scanmem-0.17.ebuild new file mode 100644 index 000..542361fbb18 --- /dev/null +++ b/dev-util/scanmem/scanmem-0.17.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) + +inherit autotools eutils python-single-r1 + +DESCRIPTION="Locate and modify variables in executing processes" +HOMEPAGE="https://github.com/scanmem/scanmem"; +SRC_URI="https://github.com/scanmem/scanmem/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gui static-libs" + +DEPEND="sys-libs/readline:0=" +RDEPEND="${DEPEND} + gui? ( + ${PYTHON_DEPS} + dev-python/pygobject:3 + sys-auth/polkit + )" + +REQUIRED_USE="gui? ( ${PYTHON_REQUIRED_USE} )" + +pkg_setup() { + use gui && python-single-r1_pkg_setup +} + +src_prepare() { + default + + sed -i "/CFLAGS/d" Makefile.am || die + + eautoreconf +} + +src_configure() { + local myeconfargs=( + --with-readline + $(use_enable gui) + $(use_enable static-libs static) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + + if use gui ; then + docinto gui + dodoc gui/{README,TODO} + python_fix_shebang "${ED}" + fi + find "${ED}" -type f -name "*.la" -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/files/, games-strategy/warzone2100/
commit: bd142618d8a708a307bad239bc74d857bae7211a Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 1 03:17:18 2019 + Commit: Lars Wendler gentoo org> CommitDate: Thu Aug 1 03:25:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd142618 games-strategy/warzone2100: Bump to version 3.3.0_beta1 Closes: https://bugs.gentoo.org/691202 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> games-strategy/warzone2100/Manifest| 1 + .../warzone2100-3.3.0_beta1-gettext_version.patch | 36 +++ .../warzone2100/warzone2100-3.3.0_beta1.ebuild | 115 + 3 files changed, 152 insertions(+) diff --git a/games-strategy/warzone2100/Manifest b/games-strategy/warzone2100/Manifest index bb5b63ad593..426b447104e 100644 --- a/games-strategy/warzone2100/Manifest +++ b/games-strategy/warzone2100/Manifest @@ -1,3 +1,4 @@ DIST warzone2100-3.2.3-qt_compile_fix.patch 680 BLAKE2B 1073ea1619640455326c63dc55bf031579c8e9cb0b1b159e4fb1f9e8aa63bfcc6985e91cb2667149e7cc4b354bf96726fc6b8f8a8f519375e0a88c4be21dcb69 SHA512 766698c25c02b4254424efdafb8aa7b37360c3c05d3cd2d6c7f9127cbdd6a25840f98e8e3aadd5d6af494b4632584e564214c1f20c0bd74eb637da305552e067 DIST warzone2100-3.2.3.tar.xz 81314060 BLAKE2B 231be8c24d1c0967adb0a76ac9e441c2ea9f835720df9951f74227988473d100b24bccbfe4b5882a36c63a798368ed1a1f871751b6b363d90a82fea48c44ba65 SHA512 4b1bc0a0bb50a8b4726a2762a922ee233b92f9835e38bbab80c159a9cb301df7434a73ba5acfb17404031467c02a9b3480d6a0d44906d70896311b3468141746 +DIST warzone2100-3.3.0_beta1.tar.xz 85916776 BLAKE2B ec94e6fafff103e014e063f554b6a40411577d9c415733eb7857c4cd470195f1ab9878c2d5afd6c154e1f058c2f2a645a46738518d307da42ae97e0898fdf75a SHA512 17e9d81e7eadc71ad285147ff76517a92e8ea8747a05a6a08373d994725efa6bae11f87cd6bc9068cbfd78aa24d26fea95929c65a0906d03605b96469d972f4a DIST warzone2100-videos-2.2.wz 571937134 BLAKE2B 60b70a71bd920e2d72ded5d519b17db2f3db4b0289edadeb58059a21aba7038b95219dc44cb807754461d1a9bdca60f0d7698be68622b8bd64a55efa949622d3 SHA512 ca1a1af51296afdaca137114821508c5783f077090e665eae0f6df895855f57c43f84434706309e819417f5f35d1c649bd14e96dc9fbbb1252d30a4f9a223cf6 diff --git a/games-strategy/warzone2100/files/warzone2100-3.3.0_beta1-gettext_version.patch b/games-strategy/warzone2100/files/warzone2100-3.3.0_beta1-gettext_version.patch new file mode 100644 index 000..2d4b6c50a48 --- /dev/null +++ b/games-strategy/warzone2100/files/warzone2100-3.3.0_beta1-gettext_version.patch @@ -0,0 +1,36 @@ +From 5539b080824bd4bcd0f212829012993ef193dc41 Mon Sep 17 00:00:00 2001 +From: Lars Wendler +Date: Thu, 1 Aug 2019 04:53:14 +0200 +Subject: [PATCH] configure.ac: Raise AM_GNU_GETTEXT_VERSION to 0.17 + +the shipped copy of po/Makefile.in.in comes from gettext-0.17 and since +m4/po.m4 has been changed to use AC_PROG_MKDIR_P (Trac ticket #4701) +autopoint from gettext would produce a broken po/Makefile.in.in which has +no MKDIR_P definition. This again would result in "make install" throwing +the following error when invoking install-data-yes target in /po/ dir: + + make[1]: execvp: /usr/share: Permission denied + +Raising AM_GNU_GETTEXT_VERSION fixes the described issue. + +Signed-off-by: Lars Wendler +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 7e9c31433..30a732447 100644 +--- a/configure.ac b/configure.ac +@@ -71,7 +71,7 @@ AC_CHECK_HEADERS(alloca.h sys/ucontext.h) + + # Check for gettext + AM_GNU_GETTEXT([external]) +-AM_GNU_GETTEXT_VERSION([0.15]) ++AM_GNU_GETTEXT_VERSION([0.17]) + + # Check for pkg-config + PKG_PROG_PKG_CONFIG +-- +2.22.0 + diff --git a/games-strategy/warzone2100/warzone2100-3.3.0_beta1.ebuild b/games-strategy/warzone2100/warzone2100-3.3.0_beta1.ebuild new file mode 100644 index 000..fddc0901378 --- /dev/null +++ b/games-strategy/warzone2100/warzone2100-3.3.0_beta1.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools toolchain-funcs xdg + +MY_PV=$(ver_cut 1-2) +VIDEOS_PV=2.2 +VIDEOS_P=${PN}-videos-${VIDEOS_PV}.wz +DESCRIPTION="3D real-time strategy game" +HOMEPAGE="http://wz2100.net/"; +SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.xz + videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz -> ${VIDEOS_P} )" + +LICENSE="GPL-2+ CC-BY-SA-3.0 public-domain" +SLOT="0" +#[[ "${PV}" == *_beta* ]] || \ +KEYWORDS="~amd64 ~x86" +# upstream requested debug support +IUSE="debug nls videos" + +# TODO: unbundle miniupnpc and quesoglc +# quesoglc-0.7.2 is buggy: http://developer.wz2100.net/ticket/2828 +CDEPEND=" + >=dev-games/physfs-2[zip] + dev-libs/openssl:0= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + dev-qt/qtscript:5 + dev-qt/qtwidgets:5 + dev-qt
[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/
commit: 9d2c409549647a5c2228fa9c4e97939a7364f54f Author: Tim Harder gentoo org> AuthorDate: Thu Aug 1 03:12:37 2019 + Commit: Tim Harder gentoo org> CommitDate: Thu Aug 1 03:13:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2c4095 sys-process/parallel: version bump to 20190722 Signed-off-by: Tim Harder gentoo.org> sys-process/parallel/Manifest | 1 + sys-process/parallel/parallel-20190722.ebuild | 40 +++ 2 files changed, 41 insertions(+) diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest index 85cc8273622..f5a210c005b 100644 --- a/sys-process/parallel/Manifest +++ b/sys-process/parallel/Manifest @@ -1,2 +1,3 @@ DIST parallel-20190422.tar.bz2 2011139 BLAKE2B 09da0f286ae0b7ed09225d0281eee1e73dfcec40723a35c6107f737d4d8cb50cda8df0391ac65f9a9a23d4e2af106991e3584007dd1828369c8e9decdf3b3433 SHA512 0b08b2883d8eb33ccebfdd3707a53f16db9d70ac3ca0637d369e6159408c494d34c494c868c7b537083f17a1145040f3f2e6290380d302a18d337d752ae219ef DIST parallel-20190622.tar.bz2 2037056 BLAKE2B 4fee4635e5643a07001f159a7748b1bba97b73813f893194ccd94fee1443130bd99bfbf430e6f0d8b78963e4e628d34a8b25b3dd0adb479ab1f4fa1f2d8edf92 SHA512 c785537d127492d52c1eb40b5e3111f0ace3197dfacf0af4676d0722dac22dbf3e70f37c90508e8cadb3fa9a709ac647615dd221f27c231ab4ea7a2d2c3d23b4 +DIST parallel-20190722.tar.bz2 2055028 BLAKE2B 4c0d21eb44298ee970e9bb1838a869c874b1057081010a990c1122f615df3eb83a99c2e8bd6b5ea6612fdebe7db213ee631ab143772c6b64dae7bad59ea08d4f SHA512 37d76081863c05200082cd4d6b97c03628c2a77e6565df69c099923ef5025d3509bb4802791cc4a6e79056471664f7eae146c48c293f71c6f7719ff91dda1217 diff --git a/sys-process/parallel/parallel-20190722.ebuild b/sys-process/parallel/parallel-20190722.ebuild new file mode 100644 index 000..30fa0343881 --- /dev/null +++ b/sys-process/parallel/parallel-20190722.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines" +HOMEPAGE="https://www.gnu.org/software/parallel/"; +SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-lang/perl:= + dev-perl/Devel-Size + virtual/perl-Data-Dumper + virtual/perl-File-Temp + virtual/perl-IO" +DEPEND="${RDEPEND}" + +DOCS="NEWS README" + +src_configure() { + econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html +} + +src_install() { + default + + # See src/Makefile.am for this one: + rm -f "${ED}"/usr/bin/sem || die + dosym ${PN} /usr/bin/sem +} + +pkg_postinst() { + elog "To distribute jobs to remote machines you'll need these dependencies" + elog " net-misc/openssh" + elog " net-misc/rsync" +}
[gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/
commit: c334c3614e8752117f2f6060f9d4590e610c83e7 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 1 03:12:05 2019 + Commit: Tim Harder gentoo org> CommitDate: Thu Aug 1 03:13:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c334c361 media-sound/abcmidi: version bump to 2019.07.12 Signed-off-by: Tim Harder gentoo.org> media-sound/abcmidi/Manifest | 1 + media-sound/abcmidi/abcmidi-2019.07.12.ebuild | 40 +++ 2 files changed, 41 insertions(+) diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest index ea975a5cf68..46c9cffaeed 100644 --- a/media-sound/abcmidi/Manifest +++ b/media-sound/abcmidi/Manifest @@ -1,2 +1,3 @@ DIST abcMIDI-2019.05.08.zip 562151 BLAKE2B 7b7413b329a69c9f8e7cf8eec9ddb2caceb055d2256d01a2e6045008b861b8aac194bb0b2507fb96a21ddcfe228a789be63c1ad322945a7b824ff39908cefcf4 SHA512 3891e10503f319b406b175d18077c353767b1025bae73fed184988427602412ffd5bb8e1ec0513b9ebff4d0debd81535558a8157b150a4e32abad099279d4312 DIST abcMIDI-2019.06.30.zip 565169 BLAKE2B 1db656cc8f3a1b67802eb5c91a48f45df26c2dd303b58c65b2f6dd2b93a2bad263ff06f68dd56eeb94f72bdcdb00f03a11fe26e288e8ee4ac28a91c6fa513c93 SHA512 a242ab847453a73966266e3787fe51d9e1a7359d0e3aee2e9b294c02eea88b159721298625d3079b584278d84dfe95fec70a55937b02d25a9eb753eb29799b6d +DIST abcMIDI-2019.07.12.zip 565648 BLAKE2B 446dacce10d6c7aa1eb331f52fc0e82064b66bf394494c03fdade32147e456efc30ec81a82d27d212f8e32047ef1d63ad86b4c783b58c2f19c359cbc7683c0c2 SHA512 5b5948f5bf6e3560a7f3aaf98c79fda5d3b37c9c7738bc0e268adca06a72fdf1542cbd83be762ef140b54c2132be3529510c7661892b6fe8f843f258bf753f41 diff --git a/media-sound/abcmidi/abcmidi-2019.07.12.ebuild b/media-sound/abcmidi/abcmidi-2019.07.12.ebuild new file mode 100644 index 000..ce075821d84 --- /dev/null +++ b/media-sound/abcmidi/abcmidi-2019.07.12.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MY_P="abcMIDI-${PV}" +DESCRIPTION="Programs for processing ABC music notation files" +HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html"; +SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +DEPEND="app-arch/unzip" + +S=${WORKDIR}/${PN} + +src_prepare() { + local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch ) + default + + rm configure Makefile || die + sed -i "s:-O2::" configure.ac || die + + eautoreconf +} + +src_install() { + default + dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt} + + if use examples ; then + docinto examples + dodoc samples/*.abc + fi +}
[gentoo-commits] repo/gentoo:master commit in: sci-libs/mkl-rt/, sci-libs/blis/
commit: e32d98fbce63b499fa83b44db4c0db11c15e9ac9 Author: Benda Xu gentoo org> AuthorDate: Thu Aug 1 02:00:12 2019 + Commit: Benda XU gentoo org> CommitDate: Thu Aug 1 02:06:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32d98fb sci-libs/{blis,mkl-rt}: Add Gentoo Science Project as maintainer. Closes: https://bugs.gentoo.org/691128 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Benda Xu gentoo.org> sci-libs/blis/metadata.xml | 4 sci-libs/mkl-rt/metadata.xml | 4 2 files changed, 8 insertions(+) diff --git a/sci-libs/blis/metadata.xml b/sci-libs/blis/metadata.xml index 21ba26e3bdd..7fcaa00de86 100644 --- a/sci-libs/blis/metadata.xml +++ b/sci-libs/blis/metadata.xml @@ -9,6 +9,10 @@ Mo Zhou lu...@debian.org + +s...@gentoo.org +Gentoo Science Project + BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to diff --git a/sci-libs/mkl-rt/metadata.xml b/sci-libs/mkl-rt/metadata.xml index 9798851ed06..4a1062679d5 100644 --- a/sci-libs/mkl-rt/metadata.xml +++ b/sci-libs/mkl-rt/metadata.xml @@ -10,6 +10,10 @@ Mo Zhou lu...@debian.org + +s...@gentoo.org +Gentoo Science Project + IntelĀ® Math Kernel Library (IntelĀ® MKL) optimizes code with minimal
[gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/
commit: 34df220e9f497978f40a1359756bbf3da1023115 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jul 31 23:27:12 2019 + Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Aug 1 00:17:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34df220e dev-java/icedtea: bump to 3.13.0 use system-wide cacert store instead of generating one on install based on java.git/commit/?id=ae061f7a44cb45a490eebd8dc6ad4023eedcc0d2 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev gentoo.org> dev-java/icedtea/Manifest | 11 + dev-java/icedtea/icedtea-3.13.0.ebuild | 373 + 2 files changed, 384 insertions(+) diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest index 5d3cb5c34c6..a866ebe2b09 100644 --- a/dev-java/icedtea/Manifest +++ b/dev-java/icedtea/Manifest @@ -31,5 +31,16 @@ DIST icedtea-3.12-nashorn-93462e8b4f4f.tar.xz 2320548 BLAKE2B f97e168cfce1e63079 DIST icedtea-3.12-openjdk-f0482b9b7f7b.tar.xz 360788 BLAKE2B 5f6727b709ffedd44e0224635b75cd15e8b85d14bae93fafb8337bdd1c5ee0b18cca8374b88d00110016d2ad94f539d8884da92cab245e3c83fdac4a389a5154 SHA512 999aa17c0e73ebc465a982c5492043487b860b84dd6e4dda3fa51e3099b4642f3f5e03eb30252f835be81f1ea60dc28cf5f0905cbe347758a1f903db430fcc35 DIST icedtea-3.12-shenandoah-adb62c0031b8.tar.xz 7056328 BLAKE2B 90035e1b3f16ca7351197dcb7795c557700aaf264179827ae3e6b331ce60e3a9922d5e815ee0c010c6ded16973446841b9d72e918420408894bb5c7c8497c4d8 SHA512 c73bf2d1011ae4d059945e2e20c2515a3cd6e10e4413b77b290461679bbceaedd38a1b948ee7bfb8a42513b73ec99b81a9088cd96e6e61576041568ea2a0b492 DIST icedtea-3.12.0.tar.xz 1519364 BLAKE2B 0e257aabc10bd93cf448feec99fd72175d33b7a32134d824c36ca5143e40fbdd37b5c6e5f572052d347fccd6dc89f3d99ba7eec3db6e7d73c6b6d9ec0d5695b4 SHA512 22582d65b9114749c7cfee0fc58fa2cb70e4cf77f3bc62e8097a6c601ead0bf86f530b942e6b0f32ef7bbc5bd17130da236714d83d6e9857c3c5b85c984f2efa +DIST icedtea-3.13-aarch32-26d64a5c4b9a.tar.xz 6832524 BLAKE2B 68399b723d1f6a0fc3c940ccbbae48a47767b3870ce0eecc2eb51ef6f36f25e4d742db3eb4b204815c571d1104301a492c60ed3c608a1fc3e36271a2618d5d27 SHA512 84e8217020d8ddd62745298b2d1591e5a6d9a9ff117930524170179dee4d4c35c35007603d5bf9601b7be404ba887b69953272f687d1a9858429e1fe26c9f049 +DIST icedtea-3.13-corba-24a4cc7d7de6.tar.xz 946268 BLAKE2B d1bef8c7029c5017e0a43d6711c92643527930bb037511e84625055f38faef6fb701652458e64b062f3cdbd3e6ec35e5099411e07af3933589dc9c6a3f065ccf SHA512 834b8b09590f5b4f11bbc32af3222e1cb6bef14c44c34ae4d3f65b6320d1a78c297a341cadb76bb59156b434811510b83705d2d2994922c610ba1bafb3f59345 +DIST icedtea-3.13-hotspot-ab8fadcbbde6.tar.xz 6908200 BLAKE2B 922a86a66d670ae920c2e5a1b81da7ffbf2bb20323bc6ac1bb8d5e034528d9e767ee2ef9855dfba467c8a6a81939739f76dec28ced50531d62d1dfeae2762d16 SHA512 60c144997b2566dc42698ca4cb888b92de6a9fdbb18e01703d00f54311ad56191862c61c89e3eff4d6c4793c98d3dafd5f723bc9a22db2329138d08e832ddc11 +DIST icedtea-3.13-jaxp-7f4569c121d6.tar.xz 2292228 BLAKE2B 175847c9e9ff99555a8aa64ed2e8df718738e3203d671a965fc231363f10f41aac9948f045f7a0e12983c6c7d801026ec0b64d693ae79f86c556f43fd6ba2e30 SHA512 ccf05a50d6bc3b5ce1663bab4925cc738d32b9f1a9c696ada0cbbfe3477dc60556e5e7e9939394b2a932122500555ac9e56a935d3b8762d0ddf65201ddc48ba9 +DIST icedtea-3.13-jaxws-1c6f4ebde697.tar.xz 2275120 BLAKE2B 65ff39d6ad84a5d1f21b5b9fff8d0ce92f0682006dce93773f6b8cdeb5d1a184aaa10279a5a49045f843e5046c719fd68f0c4b872afa9c850bffd4f0066a931a SHA512 80a2539ba45e213de1f2a8e236709f3cd81c6c37ee1181474fd4f0d4d612a7cdf91eabdd6bea5d652e18e73c41c3f59a27a173d08d46ad0664628fd6ffecfc57 +DIST icedtea-3.13-jdk-51afcf17e031.tar.xz 39491120 BLAKE2B dca4e58bd41cccaf8eb13e5b182cec0fca9b82e7739f10396407ae1b40882ab8aed799bfeffeba2416e0d1966edd16d5aa666c84dda9ea7bf9db92998028a9e4 SHA512 8b1c8e0e37a9830d67feaab52915c39faf75e94d8972925702f29eea0efd5dbc2f4deaff3b45b2f0f785235bd87c7bb10e62e7a9fb46c1c27e5fddfbbb5fdaa2 +DIST icedtea-3.13-langtools-2008b12a91d1.tar.xz 2076092 BLAKE2B 39898c7d55ebbb3aa1e56c3678b3b860a389d29e8a755fc5551e179ca2d7702316f57175774477c2c4bbf479fbf212808e926ce363a9b56f3065480c6261d612 SHA512 2cd1cdbc8283f5000dd68365412ed36235cfcbecee3a79b8b6111c3a6431f817d4b1ea04463bb049abdf503fe354e4ddf7b71fee399b459e6cf98299703d6e2c +DIST icedtea-3.13-nashorn-69b1da223d93.tar.xz 2320140 BLAKE2B f2534ef33181545f9d53362873fb8e0c2c59ba689b46c7f45511efc8ae09597dca7a1df8dc4b893b7e9adb13f694cc9b9028789b67df24833c70170568d0dfc2 SHA512 d86706393adabe5982092865addbe04c07781407d99b8d9ee49baf4224ec9b961bdf8498488548f043b099130b35ac017d846cc41874bcfb218520ee0b37004a +DIST icedtea-3.13-openjdk-c8f86954855a.tar.xz 361204 BLAKE2B af71575af9e68b05a7b31808ccc10318569db83b938f72cb9717e0e4d7532fd342e514442969945bf39d861514cd9173bb256b6f253a83211de95b29b8081e2c SHA512 e5e1072f43b024d8341e770eb8768d0161dd91f483cfa9a719790eb81458dd2a4da4e688a2c7828025f5b39247558ea69881176c53700cddd161708f0cedb764 +DIST icedtea-3.13-shenandoah-ff69edbcd7ae.tar.xz 7071080
[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
commit: aa3fae8d768c871af0574da9ea81d7282e83036d Author: Mike Gilbert gentoo org> AuthorDate: Wed Jul 31 23:51:03 2019 + Commit: Mike Gilbert gentoo org> CommitDate: Wed Jul 31 23:52:09 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3fae8d sys-apps/systemd: keepdir /var/log/journal Closes: https://bugs.gentoo.org/691116 Package-Manager: Portage-2.3.69_p9_p14210, Repoman-2.3.16_p18_p14210 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd/systemd-242-r6.ebuild | 5 ++--- sys-apps/systemd/systemd-243_rc1.ebuild | 5 ++--- sys-apps/systemd/systemd-.ebuild| 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/sys-apps/systemd/systemd-242-r6.ebuild b/sys-apps/systemd/systemd-242-r6.ebuild index 94fc51babe3..eb97107359b 100644 --- a/sys-apps/systemd/systemd-242-r6.ebuild +++ b/sys-apps/systemd/systemd-242-r6.ebuild @@ -281,11 +281,10 @@ multilib_src_configure() { -Dselinux=$(meson_multilib_native_use selinux) -Ddbus=$(meson_multilib_native_use test) -Dxkbcommon=$(meson_multilib_native_use xkb) - # hardcode a few paths to spare some deps - -Dkill-path=/bin/kill -Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org" # Breaks screen, tmux, etc. -Ddefault-kill-user-processes=false + -Dcreate-log-dirs=false # multilib options -Dbacklight=$(meson_multilib) @@ -370,7 +369,7 @@ multilib_src_install_all() { keepdir /usr/lib/{binfmt.d,modules-load.d} keepdir /usr/lib/systemd/user-generators keepdir /var/lib/systemd - rm -rf "${ED}"/var/log || die + keepdir /var/log/journal # Symlink /etc/sysctl.conf for easy migration. dosym ../sysctl.conf /etc/sysctl.d/99-sysctl.conf diff --git a/sys-apps/systemd/systemd-243_rc1.ebuild b/sys-apps/systemd/systemd-243_rc1.ebuild index 529c0bffc49..3f4f5a43b84 100644 --- a/sys-apps/systemd/systemd-243_rc1.ebuild +++ b/sys-apps/systemd/systemd-243_rc1.ebuild @@ -273,11 +273,10 @@ multilib_src_configure() { -Dselinux=$(meson_multilib_native_use selinux) -Ddbus=$(meson_multilib_native_use test) -Dxkbcommon=$(meson_multilib_native_use xkb) - # hardcode a few paths to spare some deps - -Dkill-path=/bin/kill -Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org" # Breaks screen, tmux, etc. -Ddefault-kill-user-processes=false + -Dcreate-log-dirs=false # multilib options -Dbacklight=$(meson_multilib) @@ -350,7 +349,7 @@ multilib_src_install_all() { keepdir /usr/lib/{binfmt.d,modules-load.d} keepdir /usr/lib/systemd/user-generators keepdir /var/lib/systemd - rm -rf "${ED}"/var/log || die + keepdir /var/log/journal # Symlink /etc/sysctl.conf for easy migration. dosym ../sysctl.conf /etc/sysctl.d/99-sysctl.conf diff --git a/sys-apps/systemd/systemd-.ebuild b/sys-apps/systemd/systemd-.ebuild index de934f0f326..a2bb8171bab 100644 --- a/sys-apps/systemd/systemd-.ebuild +++ b/sys-apps/systemd/systemd-.ebuild @@ -272,11 +272,10 @@ multilib_src_configure() { -Dselinux=$(meson_multilib_native_use selinux) -Ddbus=$(meson_multilib_native_use test) -Dxkbcommon=$(meson_multilib_native_use xkb) - # hardcode a few paths to spare some deps - -Dkill-path=/bin/kill -Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org" # Breaks screen, tmux, etc. -Ddefault-kill-user-processes=false + -Dcreate-log-dirs=false # multilib options -Dbacklight=$(meson_multilib) @@ -349,7 +348,7 @@ multilib_src_install_all() { keepdir /usr/lib/{binfmt.d,modules-load.d} keepdir /usr/lib/systemd/user-generators keepdir /var/lib/systemd - rm -rf "${ED}"/var/log || die + keepdir /var/log/journal # Symlink /etc/sysctl.conf for easy migration. dosym ../sysctl.conf /etc/sysctl.d/99-sysctl.conf
[gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/
commit: 9381155330545ecd6d34885dd665c0db67b821ca Author: Tim Harder gentoo org> AuthorDate: Wed Jul 31 23:35:23 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Jul 31 23:36:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93811553 media-libs/exiftool: version bump to 11.60 Signed-off-by: Tim Harder gentoo.org> media-libs/exiftool/Manifest | 1 + media-libs/exiftool/exiftool-11.60.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest index 273194c5dc4..3ad15c24c49 100644 --- a/media-libs/exiftool/Manifest +++ b/media-libs/exiftool/Manifest @@ -1,3 +1,4 @@ DIST Image-ExifTool-11.51.tar.gz 4573052 BLAKE2B 9b38550127e9d21471ce11d25fa267a13e21deb65da3e0f1fbee7f7970f65b82e9e3a1b30ba6340739a2fc402fa8aac874a1813edf5e71634e5f23268a3fff96 SHA512 e6f48d803714a3fb8e12f869d3f9d3957db9aa330cf4e910a6eaadde759aa4ec0fc4873576d46bcbe40462d87bac341e6a546813f4753ba0bf61cf36dde7deeb DIST Image-ExifTool-11.54.tar.gz 4598312 BLAKE2B 2543f56a9d7b59d085bf147a51f90be3764093853a66f522cc8ea96caefa0389a64cc1c2ae18d9eb1d79dd97f406c13a561c495a249c025b5cb6bd3af3acd5c6 SHA512 3d21ac6208b2410b9e39afc21738da14528fa891a4115472b66a489345bcc9580c922924c6060c413cef30671a7508bc5ec1ce9ec6c3645838210f025059d37f DIST Image-ExifTool-11.55.tar.gz 4608120 BLAKE2B d5f18ad336913ab43e6ec1916987f425398f7ed2f5a1ee0a1a7912968e0ca99985b5773d1dc1fcbcb29c3fbb8767c3664eec7bac78d4fce4873fe67e21286ce8 SHA512 175aa7cc9bb2f85554964466092bf289e16dd5dee514edac12ebf8beabce59ad559ef8eec78ef515bfd9b404e3cbb3131476d3c5357128368d4f3ca426cc4740 +DIST Image-ExifTool-11.60.tar.gz 4610485 BLAKE2B 25cd45b20a1089be4894ccc645cee81b55099f46eed55b8d67f624bbac8618f46e1bb78ad19dc88c330231fa974a1a96311d305e09bd13f0dce2d69cf1acbb21 SHA512 e5d104a4b849af903f721bd9cc2898d84f4e7ea6d7a1e3619ba99626ac29ec8e0c02e7a63347787385af3262e77e6da7dbaec06d63c33a931ad1ffce059613fc diff --git a/media-libs/exiftool/exiftool-11.60.ebuild b/media-libs/exiftool/exiftool-11.60.ebuild new file mode 100644 index 000..d65975820b7 --- /dev/null +++ b/media-libs/exiftool/exiftool-11.60.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_NAME=Image-ExifTool +inherit perl-module + +DESCRIPTION="Read and write meta information in image, audio and video files" +HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}" +SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz"; + +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos" +IUSE="doc" + +SRC_TEST="do" + +src_install() { + perl-module_src_install + use doc && dodoc -r html/ + + insinto /usr/share/${PN} + doins -r fmt_files config_files arg_files +}
[gentoo-commits] repo/gentoo:master commit in: dev-util/bpftrace/
commit: 7c21975080cfcfdcd5c26bbf616016ba1a7c9ef1 Author: Patrick McLean sony com> AuthorDate: Wed Jul 31 23:18:01 2019 + Commit: Patrick McLean gentoo org> CommitDate: Wed Jul 31 23:18:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c219750 dev-util/bpftrace: Version bump to 0.9.2 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Patrick McLean gentoo.org> dev-util/bpftrace/Manifest | 1 + dev-util/bpftrace/bpftrace-0.9.2.ebuild | 68 + 2 files changed, 69 insertions(+) diff --git a/dev-util/bpftrace/Manifest b/dev-util/bpftrace/Manifest index a8609c80203..8781df460c0 100644 --- a/dev-util/bpftrace/Manifest +++ b/dev-util/bpftrace/Manifest @@ -1,2 +1,3 @@ DIST bpftrace-0.9.1.tar.gz 704365 BLAKE2B 03c73eac9cc116df916536239124a6a649aa1a390c97848baedaf5b329f5eda8752c9e39053e741a485d623240954f6659099f0c0ab65cc4bbf00fc6e52d0b46 SHA512 e813c598b3acb85d94e1cb02f75b5fa849f10ee1cc39fb73e843a797946d7642463bcc3d083ff377d68b9e2a1aabb56995ab4ebe2be822f4f393448c7f02ca4b +DIST bpftrace-0.9.2.tar.gz 715019 BLAKE2B 1f20998bd379b91cb46d7e856a5d892e0de7ad6d9f85cb657fcf6a0c879167c0931d28c78e4be98adab349144fe0bc99871cf70556dd1998e5b8f918fa1702e3 SHA512 5c6ee5fec690a907c370ed0bed85906d304215d7f97b99a2cae90453061f522fa6369627c9524a5a24e97c6cbb595a880a2a1b1d71095fffb693a4cef172a6f0 DIST bpftrace-0.9.tar.gz 668655 BLAKE2B 650756ed7334cb92a64adc36a0bd86fff5c16c53fb94d57cc570dd3cd893d467e754da80c98da36c1ec1d14327fa6025b194d963e4a2d1bec99ebb868555b6bc SHA512 771c412a6b1ee7a7d5bba9e0910633056c6f5523e5d1efd9d7ccb5b9f9b462b7bda8d170c5ed0653f3c1bfd5cc77fce2fd552f12eb8222a8747620b3dc9b49f8 diff --git a/dev-util/bpftrace/bpftrace-0.9.2.ebuild b/dev-util/bpftrace/bpftrace-0.9.2.ebuild new file mode 100644 index 000..5fcb41040f5 --- /dev/null +++ b/dev-util/bpftrace/bpftrace-0.9.2.ebuild @@ -0,0 +1,68 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs linux-info cmake-utils + +DESCRIPTION="High-level tracing language for eBPF" +HOMEPAGE="https://github.com/iovisor/bpftrace"; + +if [[ ${PV} =~ 9{4,} ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/iovisor/${PN}"; + BDEPEND="" +else + MY_PV="${PV//_/}" + SRC_URI="https://github.com/iovisor/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" + BDEPEND="app-arch/xz-utils " +fi + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="test" + +COMMON_DEPEND="dev-util/systemtap + sys-devel/clang:= + dev-libs/libbpf:= + >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)] + >=dev-util/bcc-0.10.0:= + virtual/libelf" +DEPEND="${COMMON_DEPEND} + test? ( dev-cpp/gtest )" +RDEPEND="${COMMON_DEPEND}" +BDEPEND+="dev-util/cmake + sys-devel/flex + sys-devel/bison" + +S="${WORKDIR}/${PN}-${MY_PV}" +QA_DT_NEEDED="/usr/lib.*/libbpftraceresources.so" + +PATCHES=( + "${FILESDIR}/bpftrace-0.10_pre20190614-install-libs.patch" + "${FILESDIR}/bpftrace-mandir.patch" +) + +# lots of fixing needed +RESTRICT="test" + +pkg_pretend() { + local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~BPF_JIT ~BPF_EVENTS" + + check_extra_config +} + +src_prepare() { + cmake-utils_src_prepare +} + +src_configure() { + local -a mycmakeargs + mycmakeargs=( + "-DSTATIC_LINKING:BOOL=OFF" + "-DBUILD_TESTING:BOOL=OFF" + ) + + cmake-utils_src_configure +}
[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20190731-2258Z
commit: Commit: Brian Evans gentoo org> CommitDate: Wed Jul 31 22:59:01 2019 + New tag: mysql-extras-20190731-2258Z
[gentoo-commits] repo/gentoo:master commit in: sys-fs/e2tools/, sys-fs/e2tools/files/
commit: 479b7ad33cb036999472364d18e391b9a125bc32 Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 31 22:07:04 2019 + Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 31 22:07:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479b7ad3 sys-fs/e2tools: Removed old Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> sys-fs/e2tools/Manifest| 1 - sys-fs/e2tools/e2tools-0.0.16.ebuild | 32 .../e2tools/files/e2tools-0.0.16-prototypes.patch | 167 - .../e2tools/files/e2tools-0.0.16-qsort-const.patch | 102 - 4 files changed, 302 deletions(-) diff --git a/sys-fs/e2tools/Manifest b/sys-fs/e2tools/Manifest index 5795bfbcb4d..7dc2be92e9f 100644 --- a/sys-fs/e2tools/Manifest +++ b/sys-fs/e2tools/Manifest @@ -1,2 +1 @@ DIST e2tools-0.0.16.4.tar.gz 70444 BLAKE2B 3db75ca2ecca27bfbd65890f595c9523f373555e771f21113ca1c3bd1f08d74f5e1d70db39bbe0ac215a1766e702a37c2c2752f671320d45f3bfa56b39fd8296 SHA512 35bda0005d0ba4d9541eabf45bd9bed0e7e85144dce88c3bd8afd8eb5ed5db610bc5654aee82978b2a4955d363fd5af4ff40667fa8001955267c96cb84e6792b -DIST e2tools-0.0.16.tar.gz 72333 BLAKE2B c843938b2217bfe1e36fcb1197b3a0d27d6fb5867c99d89b5e2af2eebe807aa6cf264b8fb0ea5573f22507f19e676eb124ef694866b8f76bf815880ce2a0f876 SHA512 8be79385c07027286951755a7ca0407215b517d4abba5546a0958fcb5e8feaffc993d35dd56bde39e14d397875941fc812c713db3d27247cd8e9ee7ed6a153b4 diff --git a/sys-fs/e2tools/e2tools-0.0.16.ebuild b/sys-fs/e2tools/e2tools-0.0.16.ebuild deleted file mode 100644 index 2471b9e8b1b..000 --- a/sys-fs/e2tools/e2tools-0.0.16.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit toolchain-funcs eutils - -DESCRIPTION="utilities to read, write, and manipulate files in an ext2/ext3 filesystem" -HOMEPAGE="http://home.earthlink.net/~k_sheff/sw/e2tools/"; -SRC_URI="http://home.earthlink.net/~k_sheff/sw/${PN}/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-fs/e2fsprogs - sys-libs/e2fsprogs-libs" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-prototypes.patch - epatch "${FILESDIR}"/${P}-qsort-const.patch - sed -i '/e2cp_LDADD/s:-L@[^@]*@::' Makefile.in || die -} - -src_configure() { - # The configure script is ancient. - export CONFIG_SHELL="/bin/bash" - tc-export CC - default -} diff --git a/sys-fs/e2tools/files/e2tools-0.0.16-prototypes.patch b/sys-fs/e2tools/files/e2tools-0.0.16-prototypes.patch deleted file mode 100644 index 39a9ddb7daa..000 --- a/sys-fs/e2tools/files/e2tools-0.0.16-prototypes.patch +++ /dev/null @@ -1,167 +0,0 @@ -fix various missing prototype warnings - a/e2tools.h -+++ b/e2tools.h -@@ -63,38 +63,33 @@ - #define E2T_FORCE 1 - #define E2T_DO_MV 2 - --#ifndef COPY_C -+/* copy.c */ - extern long copy(int argc, char *argv[]); - extern int my_strcmp(const void *n1, const void *n2); --#endif - --#ifdef LN_C -+/* ln.c */ - extern long do_ln(int argc, char *argv[]); - - extern long create_hard_link(ext2_filsys fs, ext2_ino_t cwd, ext2_ino_t - new_file_ino, char *newfile, int ln_flags); --#endif - --#ifndef LS_C -+/* ls.c */ - extern long do_list_dir(int argc, char *argv[]); --#endif - --#ifndef MKDIR_C -+/* mkdir.c */ - extern long e2mkdir(int argc, char *argv[]); - extern long create_dir(ext2_filsys fs, ext2_ino_t root, ext2_ino_t *cwd, -char *dirname, struct stat *def_stat); --#endif -+extern long change_cwd(ext2_filsys fs, ext2_ino_t root, ext2_ino_t *cwd, -+ char *dirname); - --#ifdef MV_C -+/* mv.c */ - extern long do_mv(int argc, char *argv[]); - extern long get_file_parts(ext2_filsys fs, ext2_ino_t root, char *pathname, -ext2_ino_t *dir_ino, char **dir_name, -char **base_name); - --#endif -- -- --#ifndef READ_C -+/* read.c */ - extern long get_file(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, - char *infile, char *outfile, int keep); - extern long retrieve_data(ext2_filsys fs, ext2_ino_t src, int dest_fd, -@@ -102,17 +97,14 @@ extern long retrieve_data(ext2_filsys fs, ext2_ino_t src, int dest_fd, - ext2_off_t *ret_pos); - extern long read_to_eof(ext2_file_t infile, int dest_fd, ext2_off_t offset, - ext2_off_t *ret_pos); --#endif - --#ifndef RM_C -+/* rm.c */ - extern long e2rm(int argc, char *argv[]); --#endif - --#ifndef TAIL_C -+/* tail.c */ - extern long do_tail(int argc, char *argv[]); --#endif - --#ifndef UTIL_C -+/* util.c */ - extern mode_t ext2_mode_xlate(__u16 lmode); - extern __u16 host_mode_xlate(mode_t hmode); - extern long open_filesystem(char *name, ext2_filsys *fs, ext2_ino_t *r
[gentoo-commits] repo/gentoo:master commit in: sys-fs/e2tools/
commit: 97547e54cf2db4a374ab334f13045a6a791b7785 Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 31 22:08:44 2019 + Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 31 22:08:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97547e54 sys-fs/e2tools: Fixed HOMEPAGE Thanks-to: Daniel M. Weeks danweeks.net> Closes: https://bugs.gentoo.org/691194 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> sys-fs/e2tools/e2tools-0.0.16.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/e2tools/e2tools-0.0.16.4.ebuild b/sys-fs/e2tools/e2tools-0.0.16.4.ebuild index e869d21197a..538223db686 100644 --- a/sys-fs/e2tools/e2tools-0.0.16.4.ebuild +++ b/sys-fs/e2tools/e2tools-0.0.16.4.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools toolchain-funcs DESCRIPTION="utilities to read, write, and manipulate files in an ext2/ext3 filesystem" -HOMEPAGE="http://home.earthlink.net/~k_sheff/sw/e2tools/"; +HOMEPAGE="https://github.com/ndim/e2tools"; SRC_URI="https://github.com/ndim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"
[gentoo-commits] repo/gentoo:master commit in: net-misc/dhcp/, net-misc/dhcp/files/
commit: be2f1e5f86171478cf4a9e24b2a414716cfa71fd Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 31 22:00:35 2019 + Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 31 22:03:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2f1e5f net-misc/dhcp: Removed old. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> net-misc/dhcp/Manifest | 1 - net-misc/dhcp/dhcp-4.3.6_p1.ebuild | 263 - .../files/dhcp-4.2.2-bind-parallel-build.patch | 14 -- .../dhcp/files/dhcp-4.2.4-always-accept-4.patch| 29 --- net-misc/dhcp/files/dhcp-4.3.4-bind-disable.patch | 38 --- 5 files changed, 345 deletions(-) diff --git a/net-misc/dhcp/Manifest b/net-misc/dhcp/Manifest index 4197edbff03..4a8471be145 100644 --- a/net-misc/dhcp/Manifest +++ b/net-misc/dhcp/Manifest @@ -1,2 +1 @@ -DIST dhcp-4.3.6-P1.tar.gz 10189202 BLAKE2B 5dfbda82fa76d1011c552c9d9b5f15296834c2f380795e11fc6419010dd533fa45b9544fc10fc9da45095127f54ffe136b5fd7cc584589150b1b0a9a054e800c SHA512 cb04af2fb0fa8c5621e8b3dcb41e81422475218e1569b0eac6e13c876a21279928a3348f799253d7207517720466523b1cc28005c671542e37b1a391342b1e62 DIST dhcp-4.4.1.tar.gz 11164378 BLAKE2B fd3c65d8802c42cb936ff75ee19784e4f533c9b36aa08a61280aa8acae5cf581c67cd70222b46eb24b1f9a571e1c028cc853952feac4b6a12f9b7d7d3dbc2fc9 SHA512 684ae349f224918c9f8cec7bd6c55cd0b83ad2b5827375b2876ca088eb05b7ff1364e50f6dc24f2485c610d9be94d4ba3020f60a0fa0ef63962349d191b887e7 diff --git a/net-misc/dhcp/dhcp-4.3.6_p1.ebuild b/net-misc/dhcp/dhcp-4.3.6_p1.ebuild deleted file mode 100644 index 934d0e56fbb..000 --- a/net-misc/dhcp/dhcp-4.3.6_p1.ebuild +++ /dev/null @@ -1,263 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit systemd toolchain-funcs user - -MY_PV="${PV//_alpha/a}" -MY_PV="${MY_PV//_beta/b}" -MY_PV="${MY_PV//_rc/rc}" -MY_PV="${MY_PV//_p/-P}" -MY_P="${PN}-${MY_PV}" -DESCRIPTION="ISC Dynamic Host Configuration Protocol (DHCP) client/server" -HOMEPAGE="http://www.isc.org/products/DHCP"; -SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz - ftp://ftp.isc.org/isc/dhcp/${MY_PV}/${MY_P}.tar.gz"; - -LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax" - -DEPEND=" - client? ( - kernel_linux? ( - ipv6? ( sys-apps/iproute2 ) - sys-apps/net-tools - ) - ) - ldap? ( - net-nds/openldap - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl ) - ) - )" -RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-dhcp ) - vim-syntax? ( app-vim/dhcpd-syntax )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - # handle local bind hell - cd "${S}"/bind - unpack ./bind.tar.gz -} - -PATCHES=( - # Gentoo patches - these will probably never be accepted upstream - # Fix some permission issues - "${FILESDIR}/${PN}-3.0-fix-perms.patch" - - # Enable dhclient to equery NTP servers - "${FILESDIR}/${PN}-4.3.6-dhclient-ntp.patch" - "${FILESDIR}/${PN}-4.3.6-dhclient-resolvconf.patch" - - # Enable dhclient to get extra configuration from stdin - "${FILESDIR}/${PN}-4.2.2-dhclient-stdin-conf.patch" - "${FILESDIR}/${PN}-4.3.6-nogateway.patch" #265531 - "${FILESDIR}/${PN}-4.3.6-quieter-ping.patch" #296921 - "${FILESDIR}/${PN}-4.2.4-always-accept-4.patch" #437108 - "${FILESDIR}/${PN}-4.3.6-iproute2-path.patch" #480636 - "${FILESDIR}/${PN}-4.2.5-bindtodevice-inet6.patch" #471142 - "${FILESDIR}/${PN}-4.3.3-ldap-ipv6-client-id.patch" #559832 - "${FILESDIR}/${PN}-4.3.6-lmdb-removal.patch" #628598 -) - -src_prepare() { - default - - # Brand the version with Gentoo - sed -i \ - -e "/VERSION=/s:'$: Gentoo-${PR}':" \ - configure || die - - # Change the hook script locations of the scripts - sed -i \ - -e 's,/etc/dhclient-exit-hooks,/etc/dhcp/dhclient-exit-hooks,g' \ - -e 's,/etc/dhclient-enter-hooks,/etc/dhcp/dhclient-enter-hooks,g' \ - client/scripts/* || die - - # No need for the linux script to force bash #158540 - sed -i -e 's,#!/bin/bash,#!/bin/sh,' client/scripts/linux || die - - # Quiet the freebsd logger a little - sed -i -e '/LOGGER=/ s/-s -p user.notice //g' client/scripts/freebsd || die - - # Remove these options from the sample config - sed -i -r \ - -e "/(script|host-name|domain-name) /d" \
[gentoo-commits] repo/gentoo:master commit in: net-misc/dhcp/
commit: 925ce2e330d5bcdb028e44f38ed908c804d7526d Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 31 22:03:31 2019 + Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 31 22:03:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925ce2e3 net-misc/dhcp: Fixed HOMEPAGE Thanks-to: Daniel M. Weeks danweeks.net> Closes: https://bugs.gentoo.org/691190 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> net-misc/dhcp/dhcp-4.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/dhcp/dhcp-4.4.1.ebuild b/net-misc/dhcp/dhcp-4.4.1.ebuild index 35ed728fa01..a0bdbf50b4d 100644 --- a/net-misc/dhcp/dhcp-4.4.1.ebuild +++ b/net-misc/dhcp/dhcp-4.4.1.ebuild @@ -11,7 +11,7 @@ MY_PV="${MY_PV//_rc/rc}" MY_PV="${MY_PV//_p/-P}" MY_P="${PN}-${MY_PV}" DESCRIPTION="ISC Dynamic Host Configuration Protocol (DHCP) client/server" -HOMEPAGE="http://www.isc.org/products/DHCP"; +HOMEPAGE="https://www.isc.org/dhcp"; SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz ftp://ftp.isc.org/isc/dhcp/${MY_PV}/${MY_P}.tar.gz";
[gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
commit: d5b8b890d126679e64d98c3a3d4e2ac793e817d2 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 21:50:02 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 21:52:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b8b890 dev-util/cmake: stable 3.14.6 for sparc, bug #691114 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/cmake/cmake-3.14.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.14.6.ebuild b/dev-util/cmake/cmake-3.14.6.ebuild index bd8acf6cbdd..ffa298c081e 100644 --- a/dev-util/cmake/cmake-3.14.6.ebuild +++ b/dev-util/cmake/cmake-3.14.6.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz" LICENSE="CMake" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs system-jsoncpp ncurses qt5 test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/
commit: 536017b8307f993f226e3e4559f966caab000f70 Author: Aaron Bauman gentoo org> AuthorDate: Wed Jul 31 20:49:22 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 31 21:11:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536017b8 dev-util/mdds: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" dev-util/mdds/mdds-1.3.1.ebuild | 4 ++-- dev-util/mdds/mdds-1.4.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/mdds/mdds-1.3.1.ebuild b/dev-util/mdds/mdds-1.3.1.ebuild index 1473b988ea9..d2a33d885ee 100644 --- a/dev-util/mdds/mdds-1.3.1.ebuild +++ b/dev-util/mdds/mdds-1.3.1.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 @@ -17,7 +17,7 @@ SLOT="1/1.2" IUSE="valgrind" [[ ${PV} == ]] || \ -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" RDEPEND="dev-libs/boost:=" DEPEND="${RDEPEND} diff --git a/dev-util/mdds/mdds-1.4.3.ebuild b/dev-util/mdds/mdds-1.4.3.ebuild index a1136575248..430a753bcf4 100644 --- a/dev-util/mdds/mdds-1.4.3.ebuild +++ b/dev-util/mdds/mdds-1.4.3.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == ]]; then inherit git-r3 else SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.bz2"; - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" fi inherit autotools toolchain-funcs
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcmis/
commit: 5ba6db476ac1e5657edda132b80cc22a1dc2be8e Author: Aaron Bauman gentoo org> AuthorDate: Wed Jul 31 20:48:53 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 31 21:11:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba6db47 dev-cpp/libcmis: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild b/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild index 1383cf4ab3c..6fcf5cd2b07 100644 --- a/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild +++ b/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = ]]; then inherit git-r3 else SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" fi inherit autotools flag-o-matic
[gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml2/
commit: 62ee7d5fc4beaae172d4cdc60ae1ff03b1314b6b Author: Aaron Bauman gentoo org> AuthorDate: Wed Jul 31 20:48:32 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 31 21:10:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ee7d5f dev-libs/tinyxml2: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild index a80b6b7e203..8e411cbc267 100644 --- a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild +++ b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="ZLIB" SLOT="0/6" -KEYWORDS="amd64 arm ~arm64 hppa ~ppc64 sparc x86" +KEYWORDS="amd64 arm arm64 hppa ~ppc64 sparc x86" IUSE="static-libs test" multilib_src_configure() {
[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/
commit: efb3fbdb427784e542ab6be016c34efe39360e1c Author: Aaron Bauman gentoo org> AuthorDate: Wed Jul 31 20:49:12 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 31 21:11:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb3fbdb media-libs/libzmf: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" media-libs/libzmf/libzmf-0.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild b/media-libs/libzmf/libzmf-0.0.2.ebuild index c29487195fe..bd353a89f5f 100644 --- a/media-libs/libzmf/libzmf-0.0.2.ebuild +++ b/media-libs/libzmf/libzmf-0.0.2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf"; LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == ]] || \ -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86" IUSE="debug doc test tools"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/
commit: bceb1cff38b1af0d73a291f85b9104994c51f995 Author: Aaron Bauman gentoo org> AuthorDate: Wed Jul 31 20:49:32 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 31 21:11:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bceb1cff dev-libs/libixion: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" dev-libs/libixion/libixion-0.13.0.ebuild | 2 +- dev-libs/libixion/libixion-0.14.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libixion/libixion-0.13.0.ebuild b/dev-libs/libixion/libixion-0.13.0.ebuild index f092df1e817..ad201abb387 100644 --- a/dev-libs/libixion/libixion-0.13.0.ebuild +++ b/dev-libs/libixion/libixion-0.13.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://gitlab.com/ixion/ixion"; LICENSE="MIT" SLOT="0/0.13" # based on SONAME of libixion.so [[ ${PV} == ]] || \ -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" IUSE="debug python static-libs +threads" RDEPEND=" diff --git a/dev-libs/libixion/libixion-0.14.1.ebuild b/dev-libs/libixion/libixion-0.14.1.ebuild index 16136df8a11..487a0e6613a 100644 --- a/dev-libs/libixion/libixion-0.14.1.ebuild +++ b/dev-libs/libixion/libixion-0.14.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == ]]; then inherit git-r3 autotools else SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz"; - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" fi LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/
commit: 3b5d5b693fc066fc2e20c20c1bb1817f7719ace8 Author: Aaron Bauman gentoo org> AuthorDate: Wed Jul 31 20:48:43 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 31 21:10:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5d5b69 dev-util/cppcheck: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" dev-util/cppcheck/cppcheck-1.86.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cppcheck/cppcheck-1.86.ebuild b/dev-util/cppcheck/cppcheck-1.86.ebuild index cb394ed32bb..e5e40d68d20 100644 --- a/dev-util/cppcheck/cppcheck-1.86.ebuild +++ b/dev-util/cppcheck/cppcheck-1.86.ebuild @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm arm64 hppa ~ppc64 sparc x86" IUSE="htmlreport pcre qt5" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/
commit: 3422ea089d9e44d84c8eee4162f1abf316db8f98 Author: Aaron Bauman gentoo org> AuthorDate: Wed Jul 31 20:49:42 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 31 21:11:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3422ea08 dev-libs/liborcus: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" dev-libs/liborcus/liborcus-0.13.4.ebuild | 2 +- dev-libs/liborcus/liborcus-0.14.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/liborcus/liborcus-0.13.4.ebuild b/dev-libs/liborcus/liborcus-0.13.4.ebuild index cb8289ad630..81e4c1673a3 100644 --- a/dev-libs/liborcus/liborcus-0.13.4.ebuild +++ b/dev-libs/liborcus/liborcus-0.13.4.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md"; LICENSE="MIT" SLOT="0/0.13" # based on SONAME of liborcus.so [[ ${PV} == ]] || \ -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" IUSE="python +spreadsheet-model static-libs tools" RDEPEND=" diff --git a/dev-libs/liborcus/liborcus-0.14.1.ebuild b/dev-libs/liborcus/liborcus-0.14.1.ebuild index 0f6a0844ca7..23cb5009d8f 100644 --- a/dev-libs/liborcus/liborcus-0.14.1.ebuild +++ b/dev-libs/liborcus/liborcus-0.14.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then inherit git-r3 autotools else SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz"; - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" fi LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: media-libs/libcdr/
commit: 42ca25e546aa9f2228bcf0e79d9d53faf569478a Author: Aaron Bauman gentoo org> AuthorDate: Wed Jul 31 20:49:03 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 31 21:11:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ca25e5 media-libs/libcdr: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" media-libs/libcdr/libcdr-0.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libcdr/libcdr-0.1.5.ebuild b/media-libs/libcdr/libcdr-0.1.5.ebuild index 00b103be104..32f49593d6a 100644 --- a/media-libs/libcdr/libcdr-0.1.5.ebuild +++ b/media-libs/libcdr/libcdr-0.1.5.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = ]]; then inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz"; - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86" fi DESCRIPTION="Library parsing the Corel cdr documents"
[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/files/
commit: 073505a7ca21693ab891644999a802b51fe82d7a Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jul 31 18:14:28 2019 + Commit: Matthew Thode gentoo org> CommitDate: Wed Jul 31 20:53:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073505a7 app-admin/puppet-agent: remove unused files Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Matthew Thode gentoo.org> app-admin/puppet-agent/files/mcollective.initd | 18 -- app-admin/puppet-agent/files/mcollective.service | 14 -- 2 files changed, 32 deletions(-) diff --git a/app-admin/puppet-agent/files/mcollective.initd b/app-admin/puppet-agent/files/mcollective.initd deleted file mode 100644 index 6500cd87881..000 --- a/app-admin/puppet-agent/files/mcollective.initd +++ /dev/null @@ -1,18 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -MCOLLECTIVE_PID_DIR="${MCOLLECTIVE_PID_DIR:-/var/run/puppetlabs}" - -command="/usr/sbin/mcollectived" -pidfile="${MCOLLECTIVE_PID_DIR}/mcollectived.pid" - -command_args="--pidfile ${pidfile} --config=/etc/puppetlabs/mcollective/server.cfg --daemonize" - -depend() { -need net -} - -start_pre() { -checkpath --directory "${MCOLLECTIVE_PID_DIR}" -} diff --git a/app-admin/puppet-agent/files/mcollective.service b/app-admin/puppet-agent/files/mcollective.service deleted file mode 100644 index 9a6fdefb8ca..000 --- a/app-admin/puppet-agent/files/mcollective.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=The Marionette Collective -After=network.target - -[Service] -Type=forking -StandardOutput=syslog -StandardError=syslog -ExecStart=/usr/sbin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/var/run/puppetlabs/mcollective.pid --daemonize -ExecReload=/bin/kill -USR1 $MAINPID -PIDFile=/var/run/puppetlabs/mcollective.pid - -[Install] -WantedBy=multi-user.target
[gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/
commit: 4104d88efbafff26815996fa6db92054ec09a30d Author: Ben Kohler gentoo org> AuthorDate: Wed Jul 31 17:14:31 2019 + Commit: Ben Kohler gentoo org> CommitDate: Wed Jul 31 20:09:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4104d88e net-misc/remmina: bump to 1.3.5 with additional upstream fixes Bump to 1.3.5. There were a couple of automagic problems introduced here, but upstream promptly fixed them. This snapshot includes those fixes that we need. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Ben Kohler gentoo.org> net-misc/remmina/Manifest | 1 + net-misc/remmina/metadata.xml | 1 + net-misc/remmina/remmina-1.3.5_p20190731.ebuild | 94 + 3 files changed, 96 insertions(+) diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest index 8ca21e8ca40..8dca3038029 100644 --- a/net-misc/remmina/Manifest +++ b/net-misc/remmina/Manifest @@ -2,3 +2,4 @@ DIST Remmina-v1.2.31.3.tar.gz 1248295 BLAKE2B da748ceea5aa50702b060075c8e5c4aefe DIST Remmina-v1.3.3.tar.gz 1362239 BLAKE2B 8ae5b72293ffe2f627a46aa9354256d84d318819b0d5c236f4d5628764eaa9e3a3d07f3130ae04ee271cbc6ac207ccfaf495533b3fa59ee184d3da19c8738bc8 SHA512 72d0303f922619c3842880365bb68b967eb2134fef7187d0fd83aeec2b50fb499573849f853d509216608eefc02db7ced91cfc65f89154b51d0657e42bd0d637 DIST Remmina-v1.3.4.tar.gz 1365473 BLAKE2B f71a9c0a0fa9eafa547abf192972da39f0cfe1ca3745a87783d6a9ec5bab0674d93df8815b589b25659990bb345748f8f464f401c7efb934e8e71b207b0dab67 SHA512 212ebc6e08c694861522a05feb51e4efa012ef3361debf079384c07e4354370f6cf7d2880ff442bbe03782421bac7f33343d8049207073d90925d1c894d30e7a DIST remmina-1.2.0_rc24.tar.gz 1052140 BLAKE2B 57b3d2ed8a765f98f1ffd3c79df076d07e00329bf95dfddb9094d8bc62838b0f6742b404b4deef0a037bd88259751799e1842fb97313337e11b8f0faed8ad302 SHA512 aab421c580e434ca673be063f3662f1d9128cc83aaee6f9bc6acf6996af0379af6fb99cc63273941c40c6b989653b972de6c43b575ca06bf56ec7c266590c17e +DIST remmina-1.3.5_p20190731.tar.gz 1475593 BLAKE2B 0a2ddb9c45474e65de9a5be28155ad45f06779170dc360f415ed7ce96fd8595d730eb5f89f756075f89ba5e8e124962fdd07f85d4ac90157eb1e0fae99169fbf SHA512 8b25dae17e13812184481d0640f44a253f0b66260e5e41b06d4e65e9d4dd673d0a17fab2453c9a29ba4691d53ac6e49cb35160931c546a7c68bc483e11eab987 diff --git a/net-misc/remmina/metadata.xml b/net-misc/remmina/metadata.xml index f71db79b267..f55944dc7cb 100644 --- a/net-misc/remmina/metadata.xml +++ b/net-misc/remmina/metadata.xml @@ -22,6 +22,7 @@ Currently RDP, VNC, SPICE, NX, XDMCP and SSH are supported. + Enable KDE Wallet plugin Support connecting to SPICE-enabled virtual machines Enable support for SSH/SFTP protocol Enable telepathy support diff --git a/net-misc/remmina/remmina-1.3.5_p20190731.ebuild b/net-misc/remmina/remmina-1.3.5_p20190731.ebuild new file mode 100644 index 000..c2cca7a2478 --- /dev/null +++ b/net-misc/remmina/remmina-1.3.5_p20190731.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils eutils gnome2-utils vcs-snapshot xdg-utils + +MY_P="${PN^}-v${PV}" +COMMIT="d3cfd641333b45ffb160dab2080fda3f4bbb8d68" + +DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client" +HOMEPAGE="https://remmina.org/"; +SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/master/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+-with-openssl-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ayatana crypt examples gnome-keyring kwallet libressl nls spice ssh rdp telepathy vnc webkit zeroconf" + +CDEPEND=" + dev-libs/glib:2 + dev-libs/json-glib + dev-libs/libsodium:= + net-libs/libsoup + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/libxkbfile + ayatana? ( dev-libs/libappindicator:3 ) + crypt? ( dev-libs/libgcrypt:0= ) + rdp? ( >=net-misc/freerdp-2.0.0_rc4 ) + gnome-keyring? ( app-crypt/libsecret ) + kwallet? ( kde-frameworks/kwallet ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + spice? ( net-misc/spice-gtk[gtk3] ) + ssh? ( net-libs/libssh:0=[sftp] + x11-libs/vte:2.91 ) + telepathy? ( net-libs/telepathy-glib ) + vnc? ( net-libs/libvncserver[jpeg] ) + webkit? ( net-libs/webkit-gtk:4 ) + zeroconf? ( net-dns/avahi[gtk3] ) +" +DEPEND="${CDEPEND} + dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" +RDEPEND="${CDEPEND} + virtual/freedesktop-icon-theme +" + +DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md ) + +src_configure() { + local mycmakeargs=( + -DWITH_APPINDICATOR=$(usex ayatana) + -DWITH_GCRYPT=$(usex crypt) + -DWITH_EXAMPLES=$(usex examples)
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/files/, dev-db/mysqltuner/
commit: ba9322f36ca48d07c585029b6b5d0c6b8cefb76c Author: Hasan ĆALIÅIR psauxit com> AuthorDate: Sun Jul 28 20:20:47 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 31 18:59:15 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9322f3 dev-db/mysqltuner: bump to 1.7.15 Version bump to 1.7.15. Also introduces new patch that fixes password detecting error. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Hasan ĆALIÅIR psauxit.com> Closes: https://github.com/gentoo/gentoo/pull/12565 Signed-off-by: Joonas Niilola gentoo.org> dev-db/mysqltuner/Manifest | 1 + .../files/mysqltuner-1.7.15-password.patch | 11 ++ dev-db/mysqltuner/mysqltuner-1.7.15.ebuild | 39 ++ 3 files changed, 51 insertions(+) diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest index 63b7acdba73..b25d9096e33 100644 --- a/dev-db/mysqltuner/Manifest +++ b/dev-db/mysqltuner/Manifest @@ -1,2 +1,3 @@ DIST mysqltuner-1.6.18.tar.gz 169074 BLAKE2B e138e29db2f0b1abf88b2d8268732fd9f05043abf320d8d97493d6abb3880e5664eaea39392406297e3125789ffc172f6347922ba14a00af16beb3f6f8080802 SHA512 8067b7ac4a4fe7398ee2cdc463a30042f46972f97680b49912dca46fd1d835989aa4115568dbe5473ff28c4d956bf0ad70537318db788dd56bc93ad220e6bcb6 DIST mysqltuner-1.7.13.tar.gz 26721104 BLAKE2B 76a51c5e3ff897feed6bb6348fb5b09ab3fce0eae403880a3be96203522c9006980dbf6966e8c7e7784168c71e149cc57941ffbadba049b68b30993ed4d519d1 SHA512 88842bef1968f3150be49a5e82cdd0349bf0975f6ff0d8188117240ed2161ae1e44722077ff661ce31b55d0d4fc90fa4bb1972d96405113d82255718cebe0d53 +DIST mysqltuner-1.7.15.tar.gz 212839 BLAKE2B cd90091063e6ae7737cb79f6936d14577352c5b6c016e0efcf82cfcabcbc1acf9f646258bebc835ede368d5ea5594e269d165cb01ab8c980e5fdc68f3c605747 SHA512 b1ea9c91df3fb68d7ae9e54014b4d9095122f10750f7807e0c72d9859db9a60bc8698d337f4dda6e1bd89ce4ff97fa4299f5dbf650f6fa03012c309e761f diff --git a/dev-db/mysqltuner/files/mysqltuner-1.7.15-password.patch b/dev-db/mysqltuner/files/mysqltuner-1.7.15-password.patch new file mode 100644 index 000..3c61c1ed393 --- /dev/null +++ b/dev-db/mysqltuner/files/mysqltuner-1.7.15-password.patch @@ -0,0 +1,11 @@ +--- a/mysqltuner.pl2019-05-21 21:04:53.0 +0300 b/mysqltuner.pl2019-07-28 22:14:09.888967978 +0300 +@@ -1739,7 +1739,7 @@ + my $PASS_COLUMN_NAME = 'password'; + if ( $myvar{'version'} =~ /5\.7|10\..*MariaDB*/ ) { + $PASS_COLUMN_NAME = +-"IF(plugin='mysql_native_password', authentication_string, password)"; ++"IF(plugin='mysql_native_password', authentication_string, 'password')"; + } + debugprint "Password column = $PASS_COLUMN_NAME"; + diff --git a/dev-db/mysqltuner/mysqltuner-1.7.15.ebuild b/dev-db/mysqltuner/mysqltuner-1.7.15.ebuild new file mode 100644 index 000..4d6ffb075a9 --- /dev/null +++ b/dev-db/mysqltuner/mysqltuner-1.7.15.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN=MySQLTuner-perl + +DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script" +HOMEPAGE="https://github.com/major/MySQLTuner-perl"; +SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-lang/perl + virtual/mysql + virtual/perl-Getopt-Long" + +DEPEND="${RDEPEND}" + +PATCHES=( + # Fix password detecting under MySQL 5.7 upstream #442 #427 #441 + "${FILESDIR}/${P}-password.patch" ) + +S="${WORKDIR}/${MY_PN}-${PV}" + +DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv ) + +src_install() { + einstalldocs + + newbin "${PN}.pl" "${PN}" + + # Passwords and vulnerabilities are meant to be fed + # to the script uncompressed. + docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" "/usr/share/doc/${PF}/vulnerabilities.csv" +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel-helpers/
commit: f3ba5a621c24c2dc6894e69b35d29c84bf82095d Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 31 18:41:21 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 31 18:41:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ba5a62 dev-ruby/arel-helpers: add 2.10.0 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/arel-helpers/Manifest | 1 + dev-ruby/arel-helpers/arel-helpers-2.10.0.ebuild | 31 2 files changed, 32 insertions(+) diff --git a/dev-ruby/arel-helpers/Manifest b/dev-ruby/arel-helpers/Manifest index 89419ba142f..a68765238a8 100644 --- a/dev-ruby/arel-helpers/Manifest +++ b/dev-ruby/arel-helpers/Manifest @@ -1,2 +1,3 @@ +DIST arel-helpers-2.10.0.gem 12288 BLAKE2B 04265863ff044a16c9119ce223342ec9007687ff40c7abea3d68328e292b72e0fbddf32756ebd6844a77373bcc3a78e2cb03bb81a9b72737872b4e2e50b3c64a SHA512 e6aa6dacdc36ccef11d665a50e84d9f0a0fdfb524974aa5091b4b11e5d41309153ff4b4bab4c72c3db0c19556f015a438e52c9da4c89daf979a02621622ec3b8 DIST arel-helpers-2.8.0.gem 12288 BLAKE2B 9b48fc83ca777c481977a9ee629e4cabdf3b015749032ad1551ae082fabf4b238ab2ea4293560511bc8a598ad47e43cf0adb624376a56a6d8dfc22f35641230f SHA512 455ceab078863afe38ba704e84bf2bca4c2358f05a4cc92dc3213611f408e3e02fa5f7b2aaec34d261914563c434e04a91ae26209abb6a23085dd63baa43c1c1 DIST arel-helpers-2.9.1.gem 12288 BLAKE2B ed8704d9ff856bdda8fc7a642f6f84cfb6060af9ab6830741ba56f76959f6287cf328ad4e0327f7568ac4cfc251f98c260ed9f1ddd01671fe7f75691eef2a3fc SHA512 3bfbf0d2e2f76ea59cd0f6757449993304138378454e90537addc92c41fde8b281bb0897c66f8620f617ae91e9c1765fe6928bc44f38544421a4229fd5b44c02 diff --git a/dev-ruby/arel-helpers/arel-helpers-2.10.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.10.0.ebuild new file mode 100644 index 000..6c2ee61e2a5 --- /dev/null +++ b/dev-ruby/arel-helpers/arel-helpers-2.10.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +inherit ruby-fakegem + +DESCRIPTION="Tools to help construct database queries" +HOMEPAGE="https://github.com/camertron/arel-helpers"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +ruby_add_rdepend "|| ( + dev-ruby/activerecord:5.2 + dev-ruby/activerecord:5.1 + dev-ruby/activerecord:4.2 )" + +ruby_add_bdepend "test? ( + dev-ruby/rr + dev-ruby/activerecord[sqlite] +)" + +all_ruby_prepare() { + sed -i -e '/pry-/ s:^:#:' spec/spec_helper.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/dotenv/
commit: 228aac162ba2444f932cce6ef0b4c2c5d58d261d Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 31 18:52:36 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 31 18:52:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228aac16 dev-ruby/dotenv: cleanup Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/dotenv/Manifest| 2 -- dev-ruby/dotenv/dotenv-2.7.1.ebuild | 35 --- dev-ruby/dotenv/dotenv-2.7.2.ebuild | 35 --- 3 files changed, 72 deletions(-) diff --git a/dev-ruby/dotenv/Manifest b/dev-ruby/dotenv/Manifest index 3dae0d65f87..0e1184a2b3e 100644 --- a/dev-ruby/dotenv/Manifest +++ b/dev-ruby/dotenv/Manifest @@ -1,4 +1,2 @@ -DIST dotenv-2.7.1.tar.gz 19248 BLAKE2B ad718a2213ddb87fe137a0de84e460b0c10415903dae239ab92af506072e25d6217a0bf5d94ed622835d91dd22cfde9c84f14555e83efbc0d95ec2301ff64058 SHA512 fac0d58c3d4f6b5eecec4773e670e6d63d76f5623aa9b591181369b5fe2ab1be51f6c44d2362fc86be745f965ea0042b7c9c01450441fdb68ed96c46d7fb963c -DIST dotenv-2.7.2.tar.gz 19028 BLAKE2B 0119b52ae884f2a129f1c805b1da923872e4bfa4e80eb6b3e49fd875bf803925d372b630981a06ad18e2c20d1094ce8bb317043c7e934fb463b7cf338b16e8f5 SHA512 97c9f499244155fdc245f80167936e9ce30e32fd23dfef81147ee91df4622fa7d454081f5d823116a9472664d12858d5b87897148936da3a69961f459e4183f8 DIST dotenv-2.7.3.tar.gz 19765 BLAKE2B 65f4171c8304c207ea94bd31ce2b63ae786d4794c538260ee8aa1ad8714fc1736a193febdee1299b62b82066e72bedffbff69a272ed94c19922bd6fc15f6 SHA512 0ac46b4c037c4d5a6e9517c7c39a4fc0f52a5a7f153602007196f6929f8be05678186a227046195fabfa4e59e6099d626f436da66041ae30c46ed062c7c5c33a DIST dotenv-2.7.4.tar.gz 19800 BLAKE2B 53719e21aecff63016c12b8ed18f0bbf66389abe3b73c4426be1af489833cd8967b3ea4bd3183549c28d2abdc6f2cda33ce31873d8a0cac5c88c8487226ce7c8 SHA512 dd5fbc1cbb44bde938067d37834304a730bee6e2e625784ac3612f3a597c513679d52607d8924ca05939d6093891108aab3ae6eeab55be2f38238b7c2a78aefd diff --git a/dev-ruby/dotenv/dotenv-2.7.1.ebuild b/dev-ruby/dotenv/dotenv-2.7.1.ebuild deleted file mode 100644 index f4d2a225eb2..000 --- a/dev-ruby/dotenv/dotenv-2.7.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Loads environment variables from .env into ENV" -HOMEPAGE="https://github.com/bkeepers/dotenv"; -SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="2" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )" - -all_ruby_prepare() { - sed -i -e '/:guard/,/end/ s:^:#:' \ - -e '5igem "rspec", "~> 3.0"' Gemfile || die - - sed -i -e '/rubocop/ s:^:#:' -e 's/git ls-files/find/' dotenv.gemspec || die -} - -each_ruby_prepare() { - sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die -} diff --git a/dev-ruby/dotenv/dotenv-2.7.2.ebuild b/dev-ruby/dotenv/dotenv-2.7.2.ebuild deleted file mode 100644 index 5f46a920778..000 --- a/dev-ruby/dotenv/dotenv-2.7.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Loads environment variables from .env into ENV" -HOMEPAGE="https://github.com/bkeepers/dotenv"; -SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="2" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )" - -all_ruby_prepare() { - sed -i -e '/:guard/,/end/ s:^:#:' \ - -e '5igem "rspec", "~> 3.0"' Gemfile || die - - sed -i -e '/rubocop/ s:^:#:' -e 's/git ls-files/find/' dotenv.gemspec || die -} - -each_ruby_prepare() { - sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/dotenv/
commit: c3887d5340f5fec2fc1f92c24bbf85412e5afa7e Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 31 18:57:21 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 31 18:57:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3887d53 dev-ruby/dotenv: add 2.7.5 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/dotenv/Manifest| 1 + dev-ruby/dotenv/dotenv-2.7.5.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-ruby/dotenv/Manifest b/dev-ruby/dotenv/Manifest index 0e1184a2b3e..1b618acf822 100644 --- a/dev-ruby/dotenv/Manifest +++ b/dev-ruby/dotenv/Manifest @@ -1,2 +1,3 @@ DIST dotenv-2.7.3.tar.gz 19765 BLAKE2B 65f4171c8304c207ea94bd31ce2b63ae786d4794c538260ee8aa1ad8714fc1736a193febdee1299b62b82066e72bedffbff69a272ed94c19922bd6fc15f6 SHA512 0ac46b4c037c4d5a6e9517c7c39a4fc0f52a5a7f153602007196f6929f8be05678186a227046195fabfa4e59e6099d626f436da66041ae30c46ed062c7c5c33a DIST dotenv-2.7.4.tar.gz 19800 BLAKE2B 53719e21aecff63016c12b8ed18f0bbf66389abe3b73c4426be1af489833cd8967b3ea4bd3183549c28d2abdc6f2cda33ce31873d8a0cac5c88c8487226ce7c8 SHA512 dd5fbc1cbb44bde938067d37834304a730bee6e2e625784ac3612f3a597c513679d52607d8924ca05939d6093891108aab3ae6eeab55be2f38238b7c2a78aefd +DIST dotenv-2.7.5.tar.gz 19873 BLAKE2B a435d7728bf0352a26e8c75d82e21c481fab4ba160b065742fe7976b07d9299a46bba379d9dd9b1d52b5188ddac5030662622dcdac036a157c04b56601a4eae9 SHA512 3036abf5fda12b46d38c9727ffb033628216ecb9e091b8f9a62c8ff2cbed93c60358332b12ad4ba7230fdcc866682916c3e37c5f6954b2a1355abe065c758bcc diff --git a/dev-ruby/dotenv/dotenv-2.7.5.ebuild b/dev-ruby/dotenv/dotenv-2.7.5.ebuild new file mode 100644 index 000..7a44cde278c --- /dev/null +++ b/dev-ruby/dotenv/dotenv-2.7.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Loads environment variables from .env into ENV" +HOMEPAGE="https://github.com/bkeepers/dotenv"; +SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="2" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )" + +all_ruby_prepare() { + sed -i -e '/:guard/,/end/ s:^:#:' \ + -e '5igem "rspec", "~> 3.0"' Gemfile || die + + sed -i -e '/rubocop/ s:^:#:' -e 's/git ls-files/find/' dotenv.gemspec || die +} + +each_ruby_prepare() { + sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: app-metrics/pushgateway/files/
commit: b4b46207763db7aa02ecf1c6da7afd379fb8db95 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jul 31 18:17:18 2019 + Commit: Zac Medico gentoo org> CommitDate: Wed Jul 31 18:24:30 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b46207 app-metrics/pushgateway: remove unused files Closes: https://github.com/gentoo/gentoo/pull/12589 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Zac Medico gentoo.org> app-metrics/pushgateway/files/pushgateway.confd | 14 -- app-metrics/pushgateway/files/pushgateway.initd | 19 --- app-metrics/pushgateway/files/pushgateway.service | 16 3 files changed, 49 deletions(-) diff --git a/app-metrics/pushgateway/files/pushgateway.confd b/app-metrics/pushgateway/files/pushgateway.confd deleted file mode 100644 index de9ef483723..000 --- a/app-metrics/pushgateway/files/pushgateway.confd +++ /dev/null @@ -1,14 +0,0 @@ -# -log.format value -# If set use a syslog logger or JSON logging. Example: logger:syslog?appname=bob&local=7 or logger:stdout?json=true. Defaults to stderr. -# -log.level value -# Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]. -# -persistence.file string -# File to persist metrics. If empty, metrics are only kept in memory. -# -persistence.interval duration -# The minimum interval at which to write out the persistence file. (default 5m0s) -# -web.listen-address string -# Address to listen on for the web interface, API, and telemetry. (default ":9091") -# -web.telemetry-path string -# Path under which to expose metrics. (default "/metrics") - -#command_args="-web.listen-address localhost:9091 -persistence.file=/var/lib/${RC_SVCNAME}/persistence.gob" diff --git a/app-metrics/pushgateway/files/pushgateway.initd b/app-metrics/pushgateway/files/pushgateway.initd deleted file mode 100644 index a187e57897e..000 --- a/app-metrics/pushgateway/files/pushgateway.initd +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -description="Prometheus push acceptor for ephemeral and batch jobs" -pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"} -user=${user:-${RC_SVCNAME}} -group=${group:-${RC_SVCNAME}} - -command="/usr/bin/pushgateway" -command_args="${command_args:--web.listen-address localhost:9091 -persistence.file=/var/lib/${RC_SVCNAME}/persistence.gob}" -command_background="true" -start_stop_daemon_args="--user ${user} --group ${group} \ - --stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \ - --stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log" - -depend() { - need net -} diff --git a/app-metrics/pushgateway/files/pushgateway.service b/app-metrics/pushgateway/files/pushgateway.service deleted file mode 100644 index 3915fdb5b33..000 --- a/app-metrics/pushgateway/files/pushgateway.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Prometheus exporter for ephemereal jobs -Documentation=https://prometheus.io/docs/instrumenting/pushing/ -After=network-online.target - -[Service] -User=pushgateway -Restart=on-failure -Environment=PUSHGATEWAY_ARGS="-web.listen-address localhost:9091 --persistence.file=/var/lib/pushgateway/persistence.gob" -ExecStart=/usr/bin/pushgateway $PUSHGATEWAY_ARGS -ExecReload=/bin/kill -HUP $MAINPID -TimeoutStopSec=20s -SendSIGKILL=no - -[Install] -WantedBy=multi-user.target
[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
commit: 93dbdde85ba497a34e3f5673b5e3193e25d427e3 Author: William Hubbs sony com> AuthorDate: Wed Jul 31 17:52:20 2019 + Commit: William Hubbs gentoo org> CommitDate: Wed Jul 31 17:53:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93dbdde8 dev-lang/go: sync live Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: William Hubbs gentoo.org> dev-lang/go/go-.ebuild | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/dev-lang/go/go-.ebuild b/dev-lang/go/go-.ebuild index 8c892831770..a6151a8c829 100644 --- a/dev-lang/go/go-.ebuild +++ b/dev-lang/go/go-.ebuild @@ -48,20 +48,20 @@ case ${PV} in esac esac -# If gccgo is not being used to build Go, there is no way to know the -# architecture or operating system of the build machine, so we need to -# download all of our bootstrap archives to allow this ebuild to work -# under crossdev. +# If gccgo or a previously installed version of dev-lang/go is not being +# used to build Go, there is no way to know the architecture or operating system +# of the build machine, so we need to download all of our bootstrap +# archives to allow this ebuild to work under crossdev. # # https://bugs.gentoo.org/671394 -SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )" +SRC_URI+="!gccgo? ( !system-bootstrap? ( ${BOOTSTRAP_URI} ) )" DESCRIPTION="A concurrent garbage collected and typesafe programming language" HOMEPAGE="https://golang.org"; LICENSE="BSD" SLOT="0/${PV}" -IUSE="gccgo" +IUSE="gccgo system-bootstrap" BDEPEND="gccgo? ( >=sys-devel/gcc-5[go] )" RDEPEND="!
[gentoo-commits] repo/gentoo:master commit in: media-sound/alsa-tools/
commit: e1da6fba21b4b763bdb4610a33faf63d8dcc7dd7 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 16:33:26 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 17:44:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1da6fba media-sound/alsa-tools: keyworded 1.1.7 for hppa, bug #681368 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> media-sound/alsa-tools/alsa-tools-1.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild index 853258d16dd..73eb0a6576f 100644 --- a/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0.9" -KEYWORDS="amd64 ~mips ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 sparc x86" IUSE="fltk gtk alsa_cards_hdsp alsa_cards_hdspm alsa_cards_mixart alsa_cards_vx222 alsa_cards_usb-usx2y alsa_cards_sb16 alsa_cards_sbawe
[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-packaging/
commit: de2c209cdbad31376d8c1d3f2d4738ae7a9ac1ba Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 16:34:37 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 17:44:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2c209c dev-python/jaraco-packaging: keyworded 6.2 for sparc, bug #690956 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild b/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild index 2ff3a8d3ec9..116b4eb7b4b 100644 --- a/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild +++ b/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-oss/
commit: d14a0ca65070ccbc7b128e438d28f4817c27 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 16:15:10 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 17:44:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14a0ca6 media-libs/alsa-oss: stable 1.1.8 for hppa/sparc, bug #681368 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/alsa-oss/alsa-oss-1.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild b/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild index afff1dc8c15..d48c49881f0 100644 --- a/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild +++ b/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://alsaproject/oss-lib/${MY_P}.tar.bz2" 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="static-libs" RDEPEND=">=media-libs/alsa-lib-${PV}[${MULTILIB_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_metadata/
commit: dd1ebbf30ea6f9a1191e78a6b41d1dc94a5df65e Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 16:34:00 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 17:44:35 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1ebbf3 dev-python/importlib_metadata: keyworded 0.19 for sparc, bug #690956 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/importlib_metadata/importlib_metadata-0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild b/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild index 2573d7da8ac..f6aeb35ebea 100644 --- a/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild +++ b/dev-python/importlib_metadata/importlib_metadata-0.19.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-plugins/alsa-plugins/
commit: 066c3f5431b5c613b61b4cc143dec449ebec68bc Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 16:37:52 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 17:44:43 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066c3f54 media-plugins/alsa-plugins: stable 1.1.8 for hppa/sparc, bug #681368 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> media-plugins/alsa-plugins/alsa-plugins-1.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.1.8.ebuild b/media-plugins/alsa-plugins/alsa-plugins-1.1.8.ebuild index c9d2cc0357d..c7ae1efcfda 100644 --- a/media-plugins/alsa-plugins/alsa-plugins-1.1.8.ebuild +++ b/media-plugins/alsa-plugins/alsa-plugins-1.1.8.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://alsaproject/plugins/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sh sparc x86 ~amd64-linux" IUSE="arcam_av debug ffmpeg jack libav libsamplerate +mix oss pulseaudio speex +usb_stream" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-lib/
commit: da7c2fea14869e45d7cfe5ddfed6f0ab1bea9ace Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 16:14:31 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 17:44:24 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7c2fea media-libs/alsa-lib: stable 1.1.8 for hppa/sparc, bug #681368 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/alsa-lib/alsa-lib-1.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild index db73845281d..61f20eec56a 100644 --- a/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="alisp debug doc elibc_uclibc python +thread-safety" RDEPEND="python? ( ${PYTHON_DEPS} )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/
commit: 44b935abe2cb0128a48791820c71bbc7618e8048 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 16:19:57 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 17:44:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b935ab dev-python/importlib_resources: mark 1.0.2-r1 ~sparc, bug #690956 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild index 5ae2777366d..1c9409597cd 100644 --- a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/zipp/
commit: 3c10e21fa0f92793b38dcb3e8a31dece26bf1da3 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 16:18:31 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 17:44:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c10e21f dev-python/zipp: keyworded 0.5.2 for sparc, bug #690956 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/zipp/zipp-0.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zipp/zipp-0.5.2.ebuild b/dev-python/zipp/zipp-0.5.2.ebuild index 0cfa201aaf2..6069c2d7f2f 100644 --- a/dev-python/zipp/zipp-0.5.2.ebuild +++ b/dev-python/zipp/zipp-0.5.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~sparc ~x86" IUSE="doc test" BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-sound/alsa-tools/
commit: e1d3fcc19c391de349fc68b6f125dd711914d4b9 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jul 31 16:17:44 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 31 17:44:30 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d3fcc1 media-sound/alsa-tools: stable 1.1.7 for sparc, bug #681368 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> media-sound/alsa-tools/alsa-tools-1.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild index 876971ee295..853258d16dd 100644 --- a/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0.9" -KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~mips ~ppc ~ppc64 sparc x86" IUSE="fltk gtk alsa_cards_hdsp alsa_cards_hdspm alsa_cards_mixart alsa_cards_vx222 alsa_cards_usb-usx2y alsa_cards_sb16 alsa_cards_sbawe
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 3fb8ce5921eae9b42a3b04817347dd28020ff0cc Author: Brian Evans gentoo org> AuthorDate: Wed Jul 31 17:33:58 2019 + Commit: Brian Evans gentoo org> CommitDate: Wed Jul 31 17:33:58 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb8ce59 profiles: Mask dev-db/mysql-5.5* Allow users to plan a migration to newer version or MariaDB Signed-off-by: Brian Evans gentoo.org> profiles/package.mask | 7 +++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index bdf7fe6ce26..d458f03e456 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,13 @@ #--- END OF EXAMPLES --- +# Brian Evans (2019-07-31) +# MySQL 5.5 will no longer receive updates from Oracle +# It may or may not have unaccounced security vulnerabilities +# Please upgrade to 5.6 or use dev-db/mariadb +# Removal in 30 days +=dev-db/mysql-5.5* + # Miroslav Å ulc (2019-07-30) # Depends on >=virtual/{jdk,jre}-11 which is masked =www-servers/tomcat-9.0.22
[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/, x11-misc/menumaker/files/
commit: 2b6d96d3b2bdc002e02139a75abec0e6f3197be7 Author: Chris Mayo gmail com> AuthorDate: Sun Jul 28 16:40:32 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 31 17:00:06 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6d96d3 x11-misc/menumaker: bump to 0.99.11 and EAPI 7 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Chris Mayo gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12564 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/menumaker/Manifest| 1 + .../files/menumaker-0.99.11-AM_PATH_PYTHON.patch | 100 + x11-misc/menumaker/menumaker-0.99.11.ebuild| 58 3 files changed, 159 insertions(+) diff --git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest index f485759ac26..5bd926640a2 100644 --- a/x11-misc/menumaker/Manifest +++ b/x11-misc/menumaker/Manifest @@ -1 +1,2 @@ DIST menumaker-0.99.10.tar.gz 202580 BLAKE2B 2fb53359a6e4b14fe8966c3fbb6d0f381a3ad9e52463d37edbef47a409b0ecf4f17bd7221395987d4cd49f363007aa97f0d6182595a571f1baab4e7977c06bff SHA512 e7a731ac848089cbdb845fdb0e344b48e70d3bb7220870127d3616549d31fa62b61a48e3efff52d7767b597a4407a8548e776c16976072d0aa7f5c96740cd207 +DIST menumaker-0.99.11.tar.gz 205196 BLAKE2B 5f1fa9cbf4fd739499db86f9173fbbea2c96900597d13185f2a2f2b5746a0a2c05d12b115782488cb5b1df1f48638bb831dbee4bb14c414fc11328f43d241c46 SHA512 b45b8f2de4e63bad673bf4463ac074b068d4889cf37644962d51e1514d07bef827679d060d1503e59ea4bfc460fdc643d850921b3a02babd1ea57249511ffa5a diff --git a/x11-misc/menumaker/files/menumaker-0.99.11-AM_PATH_PYTHON.patch b/x11-misc/menumaker/files/menumaker-0.99.11-AM_PATH_PYTHON.patch new file mode 100644 index 000..73cf9b6ff80 --- /dev/null +++ b/x11-misc/menumaker/files/menumaker-0.99.11-AM_PATH_PYTHON.patch @@ -0,0 +1,100 @@ +diff --git a/Makefile.am b/Makefile.am +index b00b7bc..1c6f12b 100644 +--- a/Makefile.am b/Makefile.am +@@ -1,15 +1,53 @@ +-ACLOCAL_AMFLAGS = -I m4 +- + SUBDIRS = doc + + dist_bin_SCRIPTS = mmaker + +-nobase_dist_pkgdata_DATA = *.py MenuMaker/*.py Prophet/*.py Prophet/Desktop/*.py Prophet/Legacy/*.py Prophet/Debian/*.py Prophet/Debian/menu/* ++python_PYTHON = \ ++ Config.py \ ++ Keywords.py \ ++ Paths.py ++ ++pythonMenuMakerdir = $(pythondir)/MenuMaker ++pythonMenuMaker_PYTHON = \ ++ MenuMaker/BlackBox.py \ ++ MenuMaker/CLI.py \ ++ MenuMaker/Deskmenu.py \ ++ MenuMaker/FluxBox.py \ ++ MenuMaker/IceWM.py \ ++ MenuMaker/__init__.py \ ++ MenuMaker/OpenBox3.py \ ++ MenuMaker/PekWM.py \ ++ MenuMaker/WindowMaker.py \ ++ MenuMaker/xBox.py \ ++ MenuMaker/Xfce4.py ++ ++pythonProphetdir = $(pythondir)/Prophet ++pythonProphet_PYTHON = \ ++ Prophet/Categories.py \ ++ Prophet/__init__.py ++ ++pythonProphetDesktopdir = $(pythondir)/Prophet/Desktop ++pythonProphetDesktop_PYTHON = \ ++ Prophet/Desktop/__init__.py ++ ++pythonProphetLegacydir = $(pythondir)/Prophet/Legacy ++pythonProphetLegacy_PYTHON = \ ++ Prophet/Legacy/Development.py \ ++ Prophet/Legacy/Editor.py \ ++ Prophet/Legacy/Emulator.py \ ++ Prophet/Legacy/Graphics.py \ ++ Prophet/Legacy/__init__.py \ ++ Prophet/Legacy/Multimedia.py \ ++ Prophet/Legacy/Network.py \ ++ Prophet/Legacy/Shell.py + +-install-exec-local : +- echo "#!/usr/bin/env $(PYTHON_BIN)" > $(DESTDIR)/$(bindir)/mmaker +- echo "import sys; sys.path = ['$(pkgdatadir)'] + sys.path" >> $(DESTDIR)/$(bindir)/mmaker +- echo "import MenuMaker.CLI" >> $(DESTDIR)/$(bindir)/mmaker ++pythonProphetDebiandir = $(pythondir)/Prophet/Debian ++pythonProphetDebian_PYTHON = \ ++ Prophet/Debian/__init__.py + +-install-data-local : +- $(PYTHON) -c 'import compileall; compileall.compile_dir(dir="$(DESTDIR)/$(pkgdatadir)", ddir="$(pkgdatadir)")' ++pythonProphetDebianMenudir = $(pythondir)/Prophet/Debian/menu ++dist_pythonProphetDebianMenu_DATA = \ ++ Prophet/Debian/menu/debian-2.2r5 \ ++ Prophet/Debian/menu/debian-8.1 \ ++ Prophet/Debian/menu/ubuntu-5.04 \ ++ Prophet/Debian/menu/ubuntu-5.10 +diff --git a/configure.ac b/configure.ac +index 248ffcb..1bde23b 100644 +--- a/configure.ac b/configure.ac +@@ -2,22 +2,12 @@ AC_INIT(MenuMaker, 0.99.11) + + AM_INIT_AUTOMAKE + +-#AZ_PYTHON_DEFAULT ++AM_PATH_PYTHON + +-#AZ_PYTHON_WITH +- +-#if test -z "$PYTHON"; then +-#AZ_PYTHON_PATH +-#fi +- +-#AZ_PYTHON_VERSION_ENSURE([2.7]) +- +-#AZ_PYTHON_RUN +- +-AX_PYTHON +- +-AC_CONFIG_FILES([Makefile]) +-AC_CONFIG_FILES([doc/Makefile]) +-AC_CONFIG_FILES([Config.py]) ++AC_CONFIG_FILES([ ++ Makefile ++ doc/Makefile ++ Config.py ++]) + + AC_OUTPUT diff --git a/x11-misc/menumaker/menumaker-0.99.11.ebuild b/x11-misc/menumaker/menumaker-0.99.11.ebuild new file mode 100644 index 000..ab1ac978b11 --- /dev/null +++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild @@ -0,0 +1,58 @@ +# Cop
[gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/
commit: 2e6cf9f1216f2c11df273cb79258a041040cd601 Author: Chris Mayo gmail com> AuthorDate: Tue Jul 23 18:46:48 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 31 16:51:49 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6cf9f1 media-gfx/gscan2pdf: remove old 2.5.1 Signed-off-by: Chris Mayo gmail.com> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/12523 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/gscan2pdf/Manifest | 1 - media-gfx/gscan2pdf/gscan2pdf-2.5.1.ebuild | 59 -- 2 files changed, 60 deletions(-) diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest index 6bce867af48..1098e966fa7 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.5.1.tar.xz 440484 BLAKE2B 375434ee633f895da29d69672faa6da5247e6f45e25b7fe394c03c2a6a6e482973365733a7d123c2a94ef40d2d7ce8666b5c632a6465f31ef09f237100fa SHA512 677f9081fb4f6ecd064f965399be20802e10f470d40ef00da5afd6de37ed9914c856fe01e28daedf900e8c8bd75a798f1579a7970509fc789382bbe2b1923804 DIST gscan2pdf-2.5.3.tar.xz 447188 BLAKE2B e34441c4680fbe2a03bafb12c754df143c800ca6aa56c33623ff5e26fc86d08e120794d84c1e33aa25d76498138098249ace4a7f79023fc1ff97372dcf7e76a7 SHA512 d8f798eadc3c2fbc8a1553bbf542f2636861aba793ab61b66449938bbe115d5e765e018f6afdcd7280b34ccadeb77febda924334f35cf5b7459f93f93c58e782 DIST gscan2pdf-2.5.5.tar.xz 450016 BLAKE2B b5f4da6d4c5076f67a45312d5ec2ee0ac1c5420a97df963c3e03e9651f853e7423ffcc5d7fa22b18398c54cca1e8164e73989b52fac0e628898c2ef4271452c7 SHA512 924987a852fceeb04823cf70af08fa0652b436ebe108e5fba4379e7879277c891f4132e27df72e9ac5edbb5e7e105efc18923df1a80d5a44df48e293765b69c4 diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.5.1.ebuild b/media-gfx/gscan2pdf/gscan2pdf-2.5.1.ebuild deleted file mode 100644 index d19c0627489..000 --- a/media-gfx/gscan2pdf/gscan2pdf-2.5.1.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/
commit: 7bf2d381d012827c41ba08c95d0111de7e300d2e Author: Chris Mayo gmail com> AuthorDate: Tue Jul 23 18:46:10 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 31 16:51:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf2d381 media-gfx/gscan2pdf: version bump to 2.5.5 Signed-off-by: Chris Mayo gmail.com> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/gscan2pdf/Manifest | 1 + media-gfx/gscan2pdf/gscan2pdf-2.5.5.ebuild | 87 ++ 2 files changed, 88 insertions(+) diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest index bfd3e8a5ca9..6bce867af48 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.5.1.tar.xz 440484 BLAKE2B 375434ee633f895da29d69672faa6da5247e6f45e25b7fe394c03c2a6a6e482973365733a7d123c2a94ef40d2d7ce8666b5c632a6465f31ef09f237100fa SHA512 677f9081fb4f6ecd064f965399be20802e10f470d40ef00da5afd6de37ed9914c856fe01e28daedf900e8c8bd75a798f1579a7970509fc789382bbe2b1923804 DIST gscan2pdf-2.5.3.tar.xz 447188 BLAKE2B e34441c4680fbe2a03bafb12c754df143c800ca6aa56c33623ff5e26fc86d08e120794d84c1e33aa25d76498138098249ace4a7f79023fc1ff97372dcf7e76a7 SHA512 d8f798eadc3c2fbc8a1553bbf542f2636861aba793ab61b66449938bbe115d5e765e018f6afdcd7280b34ccadeb77febda924334f35cf5b7459f93f93c58e782 +DIST gscan2pdf-2.5.5.tar.xz 450016 BLAKE2B b5f4da6d4c5076f67a45312d5ec2ee0ac1c5420a97df963c3e03e9651f853e7423ffcc5d7fa22b18398c54cca1e8164e73989b52fac0e628898c2ef4271452c7 SHA512 924987a852fceeb04823cf70af08fa0652b436ebe108e5fba4379e7879277c891f4132e27df72e9ac5edbb5e7e105efc18923df1a80d5a44df48e293765b69c4 diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.5.5.ebuild b/media-gfx/gscan2pdf/gscan2pdf-2.5.5.ebuild new file mode 100644 index 000..9c77f58fad7 --- /dev/null +++ b/media-gfx/gscan2pdf/gscan2pdf-2.5.5.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: sys-apps/kbd/files/, sys-apps/kbd/
commit: b6f4e5bd8aeeea00704ffd77554d8c3d7291f1d4 Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 31 16:16:21 2019 + Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 31 16:18:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f4e5bd sys-apps/kbd: Respect user CFLAGS Thanks-to: MichaÅ GĆ³rny gentoo.org> Bug: https://bugs.gentoo.org/691142 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> sys-apps/kbd/files/kbd-2.2.0-cflags.patch | 33 ++ .../kbd/{kbd-2.2.0.ebuild => kbd-2.2.0-r1.ebuild} | 10 --- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/sys-apps/kbd/files/kbd-2.2.0-cflags.patch b/sys-apps/kbd/files/kbd-2.2.0-cflags.patch new file mode 100644 index 000..86c0f45074a --- /dev/null +++ b/sys-apps/kbd/files/kbd-2.2.0-cflags.patch @@ -0,0 +1,33 @@ +From 3b4f3ffbc9fedff83a0618f3dd3c6aafced3e72a Mon Sep 17 00:00:00 2001 +From: Lars Wendler +Date: Wed, 31 Jul 2019 18:07:33 +0200 +Subject: [PATCH] configure.ac: respect user CFLAGS + +Do not override user CFLAGS. Do not unconditionally add -g to CFLAGS. + +Gentoo-bug: https://bugs.gentoo.org/691142 +Signed-off-by: Lars Wendler +--- + configure.ac | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 6bf6401..0f5ed2f 100644 +--- a/configure.ac b/configure.ac +@@ -72,9 +72,9 @@ if test "$enable_code_coverage" = yes; then + fi + + case "$GCC,$ac_cv_prog_cc_g" in +- yes,yes) CFLAGS="-g $CC_O_LEVEL $FORTIFY_SOURCE" ;; +- yes,)CFLAGS="$CC_O_LEVEL $FORTIFY_SOURCE" ;; +- ,yes) CFLAGS="-g" ;; ++ yes,yes) CFLAGS="$CC_O_LEVEL $FORTIFY_SOURCE $CFLAGS" ;; ++ yes,)CFLAGS="$CC_O_LEVEL $FORTIFY_SOURCE $CFLAGS" ;; ++ ,yes) CFLAGS="$CFLAGS" ;; + esac + + CC_CHECK_CFLAGS_APPEND([\ +-- +2.22.0 + diff --git a/sys-apps/kbd/kbd-2.2.0.ebuild b/sys-apps/kbd/kbd-2.2.0-r1.ebuild similarity index 93% rename from sys-apps/kbd/kbd-2.2.0.ebuild rename to sys-apps/kbd/kbd-2.2.0-r1.ebuild index 097ab17ac29..895a4995c52 100644 --- a/sys-apps/kbd/kbd-2.2.0.ebuild +++ b/sys-apps/kbd/kbd-2.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit pam +inherit autotools pam if [[ ${PV} == "" ]] ; then inherit autotools git-r3 @@ -35,6 +35,10 @@ BDEPEND=" test? ( dev-libs/check ) " +PATCHES=( + "${FILESDIR}/${PN}-2.2.0-cflags.patch" #691142 +) + src_unpack() { if [[ ${PV} == "" ]] ; then git-r3_src_unpack @@ -52,9 +56,7 @@ src_unpack() { src_prepare() { default - if [[ ${PV} == "" ]] ; then - eautoreconf - fi + eautoreconf } src_configure() {
[gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/
commit: c25de3536ca4497e1c636f6f8b123debdf2f43fe Author: Matthew Thode gentoo org> AuthorDate: Wed Jul 31 15:36:15 2019 + Commit: Matthew Thode gentoo org> CommitDate: Wed Jul 31 15:36:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25de353 www-apps/icingaweb2: 2.7.0 bump Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Matthew Thode gentoo.org> www-apps/icingaweb2/Manifest| 1 + www-apps/icingaweb2/icingaweb2-2.7.0.ebuild | 79 + 2 files changed, 80 insertions(+) diff --git a/www-apps/icingaweb2/Manifest b/www-apps/icingaweb2/Manifest index 73ca8149879..c9b35e260ce 100644 --- a/www-apps/icingaweb2/Manifest +++ b/www-apps/icingaweb2/Manifest @@ -1,2 +1,3 @@ DIST icingaweb2-2.6.2.tar.gz 8171965 BLAKE2B 2a7ebe4ee84ea311a1e0cac14021db66c0950be74d5984bb055983cd24e0277b43945f0b78ee98edb123412dfd116f875803c988612cd2a8b247f36b7c55f04a SHA512 f5fffbec237b892dbcfeee75a23ba26005cad9b4a1505a4d500bcbd16a8fa29125ed255ee320d3efcd8e43dcfb835244234a5607c562dd8bebe871d1a356b520 DIST icingaweb2-2.6.3.tar.gz 8174959 BLAKE2B 6301a0a509031828b8db886e4ab060596f2239de4e65fe714d98a8f8f73305a1116b534f5c2747ab78446ff39b34fa96fe4eae758942aab2de4946c7cf1cdbcb SHA512 f1d14c7ed87cd677a1c4ac03fd6a54514e7e4693000215e0e1628b0480c738848858546e54866eda3a55b4e7c35b5837ad01dc08b5b76502e24d5a727e271710 +DIST icingaweb2-2.7.0.tar.gz 8332315 BLAKE2B 7295208ef1805bd42fd7e173b238c3e939d499e79f674b7b4e4111e33f76bc5dac303216755997808fa7ad043ece3c5c17a158b5531647187135748c0fdcf846 SHA512 37bb15eebfc68bbdf4a20131d279d9696587d265084fcfb9b1c52d52d4f91a2cc04ff1b9ab1a2db5177250ad4baf9e9fbcfafc069645d9aaf297b9667b471994 diff --git a/www-apps/icingaweb2/icingaweb2-2.7.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.7.0.ebuild new file mode 100644 index 000..45655f2ebdb --- /dev/null +++ b/www-apps/icingaweb2/icingaweb2-2.7.0.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit depend.apache eutils multilib user + +DESCRIPTION="Icinga Web 2 - Frontend for icinga2" +HOMEPAGE="http://www.icinga.org/"; + +if [[ ${PV} == * ]];then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Icinga/icingaweb2.git"; + EGIT_BRANCH="master" +else + SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="apache2 apache2-server fpm ldap mysql nginx pdf postgres" +REQUIRED_USE="( ^^ ( apache2-server nginx ) ) apache2? ( apache2-server )" + +DEPEND=">=net-analyzer/icinga2-2.1.1 + dev-php/pecl-imagick + pdf? ( media-gfx/imagemagick[png] ) + apache2-server? ( >=www-servers/apache-2.4.0 ) + nginx? ( >=www-servers/nginx-1.7.0:* ) + || ( + dev-lang/php:5.6[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml] + dev-lang/php:7.1[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml] + dev-lang/php:7.2[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml] + dev-lang/php:7.3[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml] + )" +RDEPEND="${DEPEND}" + +want_apache2 + +pkg_setup() { + depend.apache_pkg_setup + + enewgroup icingaweb2 + enewgroup icingacmd + use nginx && usermod -a -G icingacmd,icingaweb2 nginx + use apache2 && usermod -a -G icingacmd,icingaweb2 apache +} + +pkg_config() { + if [[ -d /etc/icingaweb2 ]] ; then + einfo "Updating existing installation ..." + else + einfo "Running first time setup ..." + einfo "Creating configuration directory ..." + /usr/share/${PN}/bin/icingacli setup config directory + einfo "Creating authentication token for web setup ..." + /usr/share/${PN}/bin/icingacli setup token create + if use apache2 ; then + einfo "The following might be useful for your Apache2 configuration:" + /usr/share/${PN}/bin/icingacli setup config webserver apache --document-root /usr/share/${PN}/public + fi + if use nginx ; then + einfo "The following might be useful for your NGinx configuration:" + /usr/share/${PN}/bin/icingacli setup config webserver nginx --document-root /usr/share/${PN}/public + fi + fi + einfo "All done." +} + +src_install() { + insinto "/usr/share/${PN}" + doins -r "${S}"/* + fperms -R a+rX "/usr/share/${PN}/public/" + fperms u+x,g+x "/usr/share/${PN}/bin/icingacli" +} + +pkg_postinst() { + einf
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
commit: 3701f980625f0bd14d28b7509935e293c5027a7c Author: Matthew Thode gentoo org> AuthorDate: Wed Jul 31 15:32:39 2019 + Commit: Matthew Thode gentoo org> CommitDate: Wed Jul 31 15:36:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3701f980 net-analyzer/icinga2: 2.10.6 bump Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Matthew Thode gentoo.org> net-analyzer/icinga2/Manifest | 1 + net-analyzer/icinga2/icinga2-2.10.6.ebuild | 172 + 2 files changed, 173 insertions(+) diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest index 180268e443c..1467cbda0be 100644 --- a/net-analyzer/icinga2/Manifest +++ b/net-analyzer/icinga2/Manifest @@ -1 +1,2 @@ DIST icinga2-2.10.5.tar.gz 5141193 BLAKE2B 7262e9f0ccb2180faba51b2e04b58964fe6c72782ab61488925c0f6528a80fc1f58afab5f3858f6f696fdca7c8d5546beb8fd374f7f72e452ffd7cd1f1e3ff4a SHA512 c43443d0bbb4ec997d3c5405ef3019ae3b09131bcce2e9d7c7b0e187768335a2f1347fdd382655f12a28b3a29ec8bf644c1b610ea5157f3ee40ae5e0e9253d38 +DIST icinga2-2.10.6.tar.gz 5148999 BLAKE2B a155ccb381947854dfd9115575680b7101dc8d01708c76c719d4e6306c5acdf0bf3394128a8937f7d8e03d97c18442ee1b576af28f98fb11e42055b8b4498cce SHA512 ab1440fdbb36217c5e50d8a254d0f1294e412325038fcc02496c606558ab33f4fafda93b1f439ab6e51e956aff6daddee005282b6d529c7e9d9d781af120834d diff --git a/net-analyzer/icinga2/icinga2-2.10.6.ebuild b/net-analyzer/icinga2/icinga2-2.10.6.ebuild new file mode 100644 index 000..8a9695a5e27 --- /dev/null +++ b/net-analyzer/icinga2/icinga2-2.10.6.ebuild @@ -0,0 +1,172 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +if [[ ${PV} != ]]; then + inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets + SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +else + inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs user wxwidgets + EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"; + EGIT_BRANCH="master" + KEYWORDS="" +fi + +DESCRIPTION="Distributed, general purpose, network monitoring engine" +HOMEPAGE="http://icinga.org/icinga2"; + +LICENSE="GPL-2" +SLOT="0" +IUSE="classicui console libressl lto mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax" +WX_GTK_VER="3.0" + +CDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + >=dev-libs/boost-1.58-r1 + console? ( dev-libs/libedit ) + mariadb? ( dev-db/mariadb-connector-c:= ) + mysql? ( dev-db/mysql-connector-c:= ) + postgres? ( dev-db/postgresql:= ) + dev-libs/yajl" + +DEPEND=" + ${CDEPEND} + sys-devel/bison + >=sys-devel/flex-2.5.35" + +RDEPEND=" + ${CDEPEND} + plugins? ( || ( + net-analyzer/monitoring-plugins + net-analyzer/nagios-plugins + ) ) + mail? ( virtual/mailx ) + classicui? ( net-analyzer/icinga[web] )" + +REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )" + +want_apache2 + +pkg_setup() { + depend.apache_pkg_setup + enewgroup icinga + enewgroup icingacmd + enewgroup nagios # for plugins + enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios" +} + +src_configure() { + sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die + local mycmakeargs=( + -DICINGA2_UNITY_BUILD=FALSE + -DCMAKE_VERBOSE_MAKEFILE=ON + -DCMAKE_BUILD_TYPE=None + -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_SYSCONFDIR=/etc + -DCMAKE_INSTALL_LOCALSTATEDIR=/var + -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2 + -DICINGA2_PLUGINDIR="/usr/$(get_libdir)/nagios/plugins" + -DICINGA2_USER=icinga + -DICINGA2_GROUP=icingacmd + -DICINGA2_COMMAND_GROUP=icingacmd + -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes + -DUSE_SYSTEMD=$(usex systemd ON OFF) + -DLOGROTATE_HAS_SU=ON + ) + # default to off if minimal, allow the flags to be set otherwise + if use minimal; then + mycmakeargs+=( + -DICINGA2_WITH_MYSQL=OFF + -DICINGA2_WITH_PGSQL=OFF + ) + else + mycmakeargs+=( + -DICINGA2_WITH_PGSQL=$(usex postgres ON OFF) + -DICINGA2_WITH_MYSQL=$(usex mysql ON OFF) + ) + fi + # LTO + if use lto; then + mycmakeargs+=( + -DICINGA2_LTO_BUILD=ON + ) + else + mycmakeargs+=( + -DICINGA2_LTO_BUILD=OFF +
[gentoo-commits] repo/gentoo:master commit in: app-editors/vile/
commit: bf8af370a40b142e60166d28abca3d59ee561d0b Author: Tim Harder gentoo org> AuthorDate: Wed Jul 31 15:32:05 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Jul 31 15:32:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8af370 app-editors/vile: remove old Signed-off-by: Tim Harder gentoo.org> app-editors/vile/Manifest | 2 -- app-editors/vile/vile-9.8r.ebuild | 42 --- app-editors/vile/vile-9.8s.ebuild | 42 --- 3 files changed, 86 deletions(-) diff --git a/app-editors/vile/Manifest b/app-editors/vile/Manifest index 1ab676dbbdb..2d066198a07 100644 --- a/app-editors/vile/Manifest +++ b/app-editors/vile/Manifest @@ -1,3 +1 @@ -DIST vile-9.8r.tgz 2322132 BLAKE2B ec477afbf927b527a484dd6ec2cf596a3f97ee1a523e7254aaaf88b98c1b353c82358a0e80408bcbe270ec6eb7b958fb8e9d517801705cf8bbcb4e58bea94026 SHA512 4f610c8c8f491d8d630d042166cbbdc12b89513d40d14dd70526d6cb5d7ebf603a99b19ce2fc42f7143d674e6d5155fcd305da297e03e46caa862ff40e2bbdd4 -DIST vile-9.8s.tgz 2328441 BLAKE2B 35b5cbec671347eb81503b70a2061395e3c8c904cd304acc83feda2baed71ede7936143ea554bb3bba0cda8056b1a6d76c5ee6473b244a8a05d113a8e613ead0 SHA512 06bfa64e5908aa31351068c5509e6fcc98bde202b814aa6abe5c449f841378c897df1fdbb8b20bdb5e71578238e1e9d11dac08e66159317276a01a9ac96ae9ab DIST vile-9.8t.tgz 2352119 BLAKE2B fc1c75eba09e8be99945ba0d178fd150576d8108f906afb20dba265adaee9e5bea4869415d3ebceabf0b6b56c147add79e9c7e4fe34d7f4744930c3728e4a4a4 SHA512 4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229 diff --git a/app-editors/vile/vile-9.8r.ebuild b/app-editors/vile/vile-9.8r.ebuild deleted file mode 100644 index 2d322f16d0a..000 --- a/app-editors/vile/vile-9.8r.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="https://invisible-island.net/vile/"; -SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="perl" - -RDEPEND=">=sys-libs/ncurses-5.2:0= - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - sys-devel/flex - app-eselect/eselect-vi" - -src_configure() { - econf \ - --with-ncurses \ - $(use_with perl ) -} - -src_install() { - emake DESTDIR="${D}" INSTALL_OPT_S="" install - dodoc CHANGES* README doc/*.doc - docinto html - dodoc doc/*.html -} - -pkg_postinst() { - einfo "Updating ${EPREFIX}/usr/bin/vi symlink" - eselect vi update --if-unset -} - -pkg_postrm() { - einfo "Updating ${EPREFIX}/usr/bin/vi symlink" - eselect vi update --if-unset -} diff --git a/app-editors/vile/vile-9.8s.ebuild b/app-editors/vile/vile-9.8s.ebuild deleted file mode 100644 index 8463b992ab3..000 --- a/app-editors/vile/vile-9.8s.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="https://invisible-island.net/vile/"; -SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="perl" - -RDEPEND=">=sys-libs/ncurses-5.2:0= - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - sys-devel/flex - app-eselect/eselect-vi" - -src_configure() { - econf \ - --with-ncurses \ - $(use_with perl ) -} - -src_install() { - emake DESTDIR="${D}" INSTALL_OPT_S="" install - dodoc CHANGES* README doc/*.doc - docinto html - dodoc doc/*.html -} - -pkg_postinst() { - einfo "Updating ${EPREFIX}/usr/bin/vi symlink" - eselect vi update --if-unset -} - -pkg_postrm() { - einfo "Updating ${EPREFIX}/usr/bin/vi symlink" - eselect vi update --if-unset -}
[gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/
commit: 68f6407b5a2effbccbba2fc56a99e08cab73da48 Author: Tim Harder gentoo org> AuthorDate: Wed Jul 31 15:31:45 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Jul 31 15:31:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f6407b app-editors/xvile: remove old Signed-off-by: Tim Harder gentoo.org> app-editors/xvile/Manifest | 2 -- app-editors/xvile/xvile-9.8r-r1.ebuild | 42 -- app-editors/xvile/xvile-9.8s-r1.ebuild | 42 -- 3 files changed, 86 deletions(-) diff --git a/app-editors/xvile/Manifest b/app-editors/xvile/Manifest index 1ab676dbbdb..2d066198a07 100644 --- a/app-editors/xvile/Manifest +++ b/app-editors/xvile/Manifest @@ -1,3 +1 @@ -DIST vile-9.8r.tgz 2322132 BLAKE2B ec477afbf927b527a484dd6ec2cf596a3f97ee1a523e7254aaaf88b98c1b353c82358a0e80408bcbe270ec6eb7b958fb8e9d517801705cf8bbcb4e58bea94026 SHA512 4f610c8c8f491d8d630d042166cbbdc12b89513d40d14dd70526d6cb5d7ebf603a99b19ce2fc42f7143d674e6d5155fcd305da297e03e46caa862ff40e2bbdd4 -DIST vile-9.8s.tgz 2328441 BLAKE2B 35b5cbec671347eb81503b70a2061395e3c8c904cd304acc83feda2baed71ede7936143ea554bb3bba0cda8056b1a6d76c5ee6473b244a8a05d113a8e613ead0 SHA512 06bfa64e5908aa31351068c5509e6fcc98bde202b814aa6abe5c449f841378c897df1fdbb8b20bdb5e71578238e1e9d11dac08e66159317276a01a9ac96ae9ab DIST vile-9.8t.tgz 2352119 BLAKE2B fc1c75eba09e8be99945ba0d178fd150576d8108f906afb20dba265adaee9e5bea4869415d3ebceabf0b6b56c147add79e9c7e4fe34d7f4744930c3728e4a4a4 SHA512 4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229 diff --git a/app-editors/xvile/xvile-9.8r-r1.ebuild b/app-editors/xvile/xvile-9.8r-r1.ebuild deleted file mode 100644 index d2cd7608324..000 --- a/app-editors/xvile/xvile-9.8r-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="${PN/x/}-${PV}" -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="https://invisible-island.net/vile/"; -SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="perl" - -RDEPEND="perl? ( dev-lang/perl ) - =app-editors/vile-${PV} - >=x11-libs/libX11-1.0.0 - >=x11-libs/libXt-1.0.0 - >=x11-libs/libICE-1.0.0 - >=x11-libs/libSM-1.0.0 - >=x11-libs/libXaw-1.0.1 - >=x11-libs/libXpm-3.5.4.2" -DEPEND="${RDEPEND} - x11-base/xorg-proto - sys-devel/flex" - -S=${WORKDIR}/${MY_P} - -src_configure() { - econf \ - --with-ncurses \ - --with-x \ - $(use_with perl) -} - -src_install() { - dobin xvile - dodoc CHANGES* README doc/*.doc - docinto html - dodoc doc/*.html -} diff --git a/app-editors/xvile/xvile-9.8s-r1.ebuild b/app-editors/xvile/xvile-9.8s-r1.ebuild deleted file mode 100644 index 8ea94b51724..000 --- a/app-editors/xvile/xvile-9.8s-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="${PN/x/}-${PV}" -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="https://invisible-island.net/vile/"; -SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="perl" - -RDEPEND="perl? ( dev-lang/perl ) - =app-editors/vile-${PV} - >=x11-libs/libX11-1.0.0 - >=x11-libs/libXt-1.0.0 - >=x11-libs/libICE-1.0.0 - >=x11-libs/libSM-1.0.0 - >=x11-libs/libXaw-1.0.1 - >=x11-libs/libXpm-3.5.4.2" -DEPEND="${RDEPEND} - x11-base/xorg-proto - sys-devel/flex" - -S=${WORKDIR}/${MY_P} - -src_configure() { - econf \ - --with-ncurses \ - --with-x \ - $(use_with perl) -} - -src_install() { - dobin xvile - dodoc CHANGES* README doc/*.doc - docinto html - dodoc doc/*.html -}
[gentoo-commits] proj/linux-patches:4.19 commit in: /
commit: bdbdcab2154fa53eb7929d82ef85240d56a9c306 Author: Mike Pagano gentoo org> AuthorDate: Wed Jul 31 15:09:40 2019 + Commit: Mike Pagano gentoo org> CommitDate: Wed Jul 31 15:09:40 2019 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=bdbdcab2 mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() Signed-off-by: Mike Pagano gentoo.org> _README| 4 +++ 1800_vmalloc-sync-unmappings-fix.patch | 58 ++ 2 files changed, 62 insertions(+) diff --git a/_README b/_README index 2e505ed..4639dff 100644 --- a/_README +++ b/_README @@ -303,6 +303,10 @@ Patch: 1510_fs-enable-link-security-restrictions-by-default.patch From: http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/ Desc: Enable link security restrictions by default. +Patch: 1800_vmalloc-sync-unmappings-fix.patch +From: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=3f8fd02b1bf1d7ba964485a56f2f4b53ae88c167 +Desc: mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() + Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-mar...@holtmann.org/raw Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758 diff --git a/1800_vmalloc-sync-unmappings-fix.patch b/1800_vmalloc-sync-unmappings-fix.patch new file mode 100644 index 000..7e56e51 --- /dev/null +++ b/1800_vmalloc-sync-unmappings-fix.patch @@ -0,0 +1,58 @@ +From 3f8fd02b1bf1d7ba964485a56f2f4b53ae88c167 Mon Sep 17 00:00:00 2001 +From: Joerg Roedel +Date: Fri, 19 Jul 2019 20:46:52 +0200 +Subject: mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() + +On x86-32 with PTI enabled, parts of the kernel page-tables are not shared +between processes. This can cause mappings in the vmalloc/ioremap area to +persist in some page-tables after the region is unmapped and released. + +When the region is re-used the processes with the old mappings do not fault +in the new mappings but still access the old ones. + +This causes undefined behavior, in reality often data corruption, kernel +oopses and panics and even spontaneous reboots. + +Fix this problem by activly syncing unmaps in the vmalloc/ioremap area to +all page-tables in the system before the regions can be re-used. + +References: https://bugzilla.suse.com/show_bug.cgi?id=1118689 +Fixes: 5d72b4fba40ef ('x86, mm: support huge I/O mapping capability I/F') +Signed-off-by: Joerg Roedel +Signed-off-by: Thomas Gleixner +Reviewed-by: Dave Hansen +Link: https://lkml.kernel.org/r/20190719184652.11391-4-j...@8bytes.org +--- + mm/vmalloc.c | 9 + + 1 file changed, 9 insertions(+) + +diff --git a/mm/vmalloc.c b/mm/vmalloc.c +index 4fa8d84599b0..e0fc963acc41 100644 +--- a/mm/vmalloc.c b/mm/vmalloc.c +@@ -1258,6 +1258,12 @@ static bool __purge_vmap_area_lazy(unsigned long start, unsigned long end) + if (unlikely(valist == NULL)) + return false; + ++ /* ++ * First make sure the mappings are removed from all page-tables ++ * before they are freed. ++ */ ++ vmalloc_sync_all(); ++ + /* +* TODO: to calculate a flush range without looping. +* The list can be up to lazy_max_pages() elements. +@@ -3038,6 +3044,9 @@ EXPORT_SYMBOL(remap_vmalloc_range); + /* + * Implement a stub for vmalloc_sync_all() if the architecture chose not to + * have one. ++ * ++ * The purpose of this function is to make sure the vmalloc area ++ * mappings are identical in all page-tables in the system. + */ + void __weak vmalloc_sync_all(void) + { +-- +cgit 1.2-0.3.lf.el7 +
[gentoo-commits] repo/gentoo:master commit in: app-admin/checksec/
commit: d98a5aa7340700f7bad5fcc7f5824bf2fcf770a9 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Jul 31 15:04:08 2019 + Commit: Sebastian Pipping gentoo org> CommitDate: Wed Jul 31 15:05:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98a5aa7 app-admin/checksec: 2.1.0 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.68, Repoman-2.3.16 app-admin/checksec/Manifest | 1 + app-admin/checksec/checksec-2.1.0.ebuild | 38 2 files changed, 39 insertions(+) diff --git a/app-admin/checksec/Manifest b/app-admin/checksec/Manifest index b0b265c2c06..047e3899aee 100644 --- a/app-admin/checksec/Manifest +++ b/app-admin/checksec/Manifest @@ -3,3 +3,4 @@ DIST checksec-1.7.5.tar.gz 51266 BLAKE2B a77e6d0bf52bc8a0ec18c0f1ffe883b68acccaa DIST checksec-1.8.0.tar.gz 52391 BLAKE2B 3720e4faae5aa82172c673ce7ddc662db1433b82d25f25be4c219f1664da8af687d2a5ee9c05703e9f151a998be9226e896e125b7cff05d3881e61e8a9f5c918 SHA512 0236e40ba8b4f7c13ebd3b51f22dd05e6c4442e8646b5a1ee814556d9a6ca19f9bae638af33a6bfec2f8ef95567d222a20dcdcd9eae6ffb7ea5261919f020283 DIST checksec-1.9.0.tar.gz 196168 BLAKE2B f9095a516f166e9a407c9796e28ed7da4ffd97686923745e46b0ab4110f084690781995b6cc190234b8a26fe1e6eb2c8f32f7f15191f0dbc26b38048c87e9a2d SHA512 8bf68dd0b86a6eceb6f5eb016a15ed1bf7d086777c3ec1c62848ec23e62dceed4579404d76824f17b8e1305e679ba6204f0dc4c224f7a11067651f33c2d96515 DIST checksec-2.0.1.tar.gz 199903 BLAKE2B 726d3f868cc73649f7a3cd42270ab1c6965d6bed772f3c612064c54dad569e748f5a2d24df2b8663328442ba8126fe0edac04b0034ba6a23bf6e32ca93a78e30 SHA512 b2466b621b6ddb3fa01cfc5eb3dc301d6d616b26ddd2017a622ba2a24e9daf8f5e294236d1dda695fd9ab25fa411724b5f7dbdabc944cdc124e4369c176f35b4 +DIST checksec-2.1.0.tar.gz 200384 BLAKE2B 6e954f574c632da1aee629aecd7ded6286879ba6156252c3d4b5d11f52e3c457bb1d9223934c70f402aaa1e8a8f8d530b55c7f860c024c86c2c2bbcbe9216646 SHA512 66090777de15c492090da3494127037ffe20a169b426b054b3a8f642e9c980b2a99d5c8f8411715d74b1faed41023fb17770d3f07eec5b9efda0a43b64c07a74 diff --git a/app-admin/checksec/checksec-2.1.0.ebuild b/app-admin/checksec/checksec-2.1.0.ebuild new file mode 100644 index 000..3dd38365d97 --- /dev/null +++ b/app-admin/checksec/checksec-2.1.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +MY_PN=${PN}.sh +DESCRIPTION="Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries)" +HOMEPAGE="https://github.com/slimm609/checksec.sh"; +SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" +IUSE="" + +S="${WORKDIR}"/${MY_PN}-${PV} + +DOCS=( ChangeLog README.md ) + +PATCHES=( + "${FILESDIR}"/${PN}-1.7.2-path.patch +) + +src_prepare() { + sed 's,^pkg_release=false,pkg_release=true,' -i ${PN} || die + default +} + +src_install() { + default + + doman extras/man/* + + insinto /usr/share/zsh/site-functions + doins extras/zsh/_${PN} + + dobin ${PN} +}
[gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
commit: 66b4751657f3ce389cc170ef8396c92f541a3506 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Jul 31 15:01:54 2019 + Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Jul 31 15:01:54 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b47516 net-libs/libssh: alpha stable wrt bug #691110 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo gentoo.org> net-libs/libssh/libssh-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libssh/libssh-0.9.0.ebuild b/net-libs/libssh/libssh-0.9.0.ebuild index 42a9721acc3..421a6b889f8 100644 --- a/net-libs/libssh/libssh-0.9.0.ebuild +++ b/net-libs/libssh/libssh-0.9.0.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == * ]] ; then EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git"; else SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1"
[gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
commit: 4b75751f5b59865467eb3ae48e1cb0a069f5809b Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Jul 31 14:59:55 2019 + Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Jul 31 14:59:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b75751f net-libs/libssh: sparc stable wrt bug #691110 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo gentoo.org> net-libs/libssh/libssh-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libssh/libssh-0.9.0.ebuild b/net-libs/libssh/libssh-0.9.0.ebuild index 25964c4d0ef..42a9721acc3 100644 --- a/net-libs/libssh/libssh-0.9.0.ebuild +++ b/net-libs/libssh/libssh-0.9.0.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == * ]] ; then EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git"; else SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1"
[gentoo-commits] proj/linux-patches:5.2 commit in: /
commit: 4b5ce4d1c2e83a77090bd0654ef4524a4539b961 Author: Mike Pagano gentoo org> AuthorDate: Wed Jul 31 14:53:32 2019 + Commit: Mike Pagano gentoo org> CommitDate: Wed Jul 31 14:53:32 2019 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=4b5ce4d1 mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() Signed-off-by: Mike Pagano gentoo.org> _README| 4 +++ 1800_vmalloc-sync-unmappings-fix.patch | 58 ++ 2 files changed, 62 insertions(+) diff --git a/_README b/_README index 983b9f0..01e534c 100644 --- a/_README +++ b/_README @@ -71,6 +71,10 @@ Patch: 1510_fs-enable-link-security-restrictions-by-default.patch From: http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/ Desc: Enable link security restrictions by default. +Patch: 1800_vmalloc-sync-unmappings-fix.patch +From: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=3f8fd02b1bf1d7ba964485a56f2f4b53ae88c167 +Desc: mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() + Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-mar...@holtmann.org/raw Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758 diff --git a/1800_vmalloc-sync-unmappings-fix.patch b/1800_vmalloc-sync-unmappings-fix.patch new file mode 100644 index 000..7e56e51 --- /dev/null +++ b/1800_vmalloc-sync-unmappings-fix.patch @@ -0,0 +1,58 @@ +From 3f8fd02b1bf1d7ba964485a56f2f4b53ae88c167 Mon Sep 17 00:00:00 2001 +From: Joerg Roedel +Date: Fri, 19 Jul 2019 20:46:52 +0200 +Subject: mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() + +On x86-32 with PTI enabled, parts of the kernel page-tables are not shared +between processes. This can cause mappings in the vmalloc/ioremap area to +persist in some page-tables after the region is unmapped and released. + +When the region is re-used the processes with the old mappings do not fault +in the new mappings but still access the old ones. + +This causes undefined behavior, in reality often data corruption, kernel +oopses and panics and even spontaneous reboots. + +Fix this problem by activly syncing unmaps in the vmalloc/ioremap area to +all page-tables in the system before the regions can be re-used. + +References: https://bugzilla.suse.com/show_bug.cgi?id=1118689 +Fixes: 5d72b4fba40ef ('x86, mm: support huge I/O mapping capability I/F') +Signed-off-by: Joerg Roedel +Signed-off-by: Thomas Gleixner +Reviewed-by: Dave Hansen +Link: https://lkml.kernel.org/r/20190719184652.11391-4-j...@8bytes.org +--- + mm/vmalloc.c | 9 + + 1 file changed, 9 insertions(+) + +diff --git a/mm/vmalloc.c b/mm/vmalloc.c +index 4fa8d84599b0..e0fc963acc41 100644 +--- a/mm/vmalloc.c b/mm/vmalloc.c +@@ -1258,6 +1258,12 @@ static bool __purge_vmap_area_lazy(unsigned long start, unsigned long end) + if (unlikely(valist == NULL)) + return false; + ++ /* ++ * First make sure the mappings are removed from all page-tables ++ * before they are freed. ++ */ ++ vmalloc_sync_all(); ++ + /* +* TODO: to calculate a flush range without looping. +* The list can be up to lazy_max_pages() elements. +@@ -3038,6 +3044,9 @@ EXPORT_SYMBOL(remap_vmalloc_range); + /* + * Implement a stub for vmalloc_sync_all() if the architecture chose not to + * have one. ++ * ++ * The purpose of this function is to make sure the vmalloc area ++ * mappings are identical in all page-tables in the system. + */ + void __weak vmalloc_sync_all(void) + { +-- +cgit 1.2-0.3.lf.el7 +
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: 63b3d31cc74a66caf7425eb61aa371b6c75cfc3c Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Jul 31 14:40:11 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Jul 31 14:40:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b3d31c dev-db/mysql: bump to v5.7.27 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/Manifest| 1 + dev-db/mysql/mysql-5.7.27.ebuild | 946 +++ 2 files changed, 947 insertions(+) diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest index fd17dab1c10..5e60db0b6c8 100644 --- a/dev-db/mysql/Manifest +++ b/dev-db/mysql/Manifest @@ -9,6 +9,7 @@ DIST mysql-boost-5.7.23.tar.gz 49025014 BLAKE2B 669f10779bc2cda866d6bd876b4efe55 DIST mysql-boost-5.7.24.tar.gz 49110448 BLAKE2B 1cf64712d84cbb2dfd31f2a530470b6f7cbf5ae9107106d86705575ea9739fa582e1f079447d9a58c4762fffc636d69e448ebdec9172ee15dc09245bc39c3525 SHA512 bbd411e15cd9e6053a353146808b74881d2d950f09e94794a699e7604dadf767b58b661a8321fbe1424f2c2e6cfc3adaa388242183e759082eae47b64cbfbcde DIST mysql-boost-5.7.25.tar.gz 49107578 BLAKE2B 8a43479c496ce45e71df905b0cb6da442340b691caa15f9862a8c981e7189c50e73b1701c393fe46ab580c508f785d5f15259c2331c77e0790191f3d41bb385c SHA512 b111c64bfcd49dba584bed71a0c7ce33b2b0654654d8f4eaa1a2b7a5daed9674ebfd4a0dfb93c20ffee028feead4709eaf600bb5469f81c86b743d395dfe27a9 DIST mysql-boost-5.7.26.tar.gz 51098338 BLAKE2B 1263cd75814a7293b26b0f44fd2b7d20d983f3c6a62725df9515ecac2ef252f6644810cb4bf0d6f36b98e55317f1c67ea7541228cb38d896dfedc476a5755f26 SHA512 a5f9871dc5a8e5fffc1467c3dd542533a63fe553c029120475f8fd5530d884c76ab0c33ad260daf317faf318ccef01464f6ac2dc3468efceb6bf2b6c06c54cfd +DIST mysql-boost-5.7.27.tar.gz 51436383 BLAKE2B 6db64ab5fa659aae9baa3725a0de9465e48c37618ffd69f34809880c06a00ce55dce77f507810c6fa52d86901facfa42d3d1bd8db1914a779fbc88a69be82497 SHA512 573f4555f3d62bcd3dc2228bcfba023518d462bb6689114a3505ccf7c7c3061d2775a8e7a37ec3c8b9dea6e8fbc56ba599610f237abc38cedff58e75799bdc52 DIST mysql-extras-20180804-2323Z.tar.bz2 322215 BLAKE2B cca9e502e375bf43473335868517f6c450fc7bcf03e55de5a294c8bdcfcac2bb783dec09bbb3b6c30a561ba7e3a943543c017e2d42b61d466e699acdef4c0231 SHA512 efd9d416f394cc61b977ab76f05ab3acc5803ff8bdee8e1dbc65cc5b3f07e4f9742140d9586c028908b10fcc44f21c98ebffdebcc5c3578acbe05b07526bcb3d DIST mysql-extras-20181023-0012Z.tar.bz2 327834 BLAKE2B 91a82cbcecbbbe94933da0d8c26cdfee0171602785b2f717fbfec7da422f0ec36f26e897a3c21695f4748017d36c9956cbef03d0852246468368b812a604df82 SHA512 94996708a9da4d55c3aab74f75b74fa4aa80e3fbbb87d9dfe6c1596a934aceed466b7c853e38d9b63f59660763ccef617defc4e6e8770451c21a252250f4e7fa DIST mysql-extras-2018-2314Z.tar.bz2 329013 BLAKE2B fa928b699ef0e6f092e028fc1331cc33953d9855e784998fb2f8c1f1712e9424567b2d2b6b7c5ca375f178309522b3596fcba7babdbed7c85b87ae4b85e5db22 SHA512 5cc4d16c5c6b0491fb9532469ec0b9c65e27e1514d561ea4180845a1578fc8e7ba00fca479b9a784646846f5147e4f676340f639b78c3f5ee140dda26bd5bff2 diff --git a/dev-db/mysql/mysql-5.7.27.ebuild b/dev-db/mysql/mysql-5.7.27.ebuild new file mode 100644 index 000..ded6636a984 --- /dev/null +++ b/dev-db/mysql/mysql-5.7.27.ebuild @@ -0,0 +1,946 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +MY_EXTRAS_VER="20190604-1109Z" + +CMAKE_MAKEFILE_GENERATOR=emake + +# Keeping eutils in EAPI=6 for emktemp in pkg_config + +inherit cmake-utils eutils flag-o-matic linux-info \ + prefix toolchain-funcs user multilib-minimal + +SRC_URI="https://cdn.mysql.com/Downloads/MySQL-5.7/${PN}-boost-${PV}.tar.gz + https://cdn.mysql.com/archives/mysql-5.7/mysql-boost-${PV}.tar.gz + http://downloads.mysql.com/archives/MySQL-5.7/${PN}-boost-${PV}.tar.gz"; + +# Gentoo patches to MySQL +if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]] ; then + SRC_URI="${SRC_URI} + mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 + https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2"; +fi + +HOMEPAGE="https://www.mysql.com/"; +DESCRIPTION="A fast, multi-threaded, multi-user SQL database server" +LICENSE="GPL-2" +SLOT="0/18" +IUSE="cjk client-libs cracklib debug experimental jemalloc latin1 libressl numa +perl profiling + selinux +server static static-libs systemtap tcmalloc test yassl" + +# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests +RESTRICT="libressl? ( test )" + +REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~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 +S="${WORKDIR}/m
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: 3cfd1e182d65d5fb460e14650c0aa8aa06a9fb8c Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Jul 31 14:36:55 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Jul 31 14:40:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfd1e18 dev-db/mysql: bump to v5.6.45 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/Manifest| 1 + dev-db/mysql/mysql-5.6.45.ebuild | 799 +++ 2 files changed, 800 insertions(+) diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest index 953647867d1..fd17dab1c10 100644 --- a/dev-db/mysql/Manifest +++ b/dev-db/mysql/Manifest @@ -4,6 +4,7 @@ DIST mysql-5.6.40.tar.gz 32083035 BLAKE2B efcc078341bae239df28ac0504111aa3492688 DIST mysql-5.6.42.tar.gz 32201731 BLAKE2B c573328b37225dac090c32178f90e1419fc1848612e304bddc11eafdd48228981a846857be680978b72ef76edbd5d2422a98b5d20b4d082fabcc2b072e2b8fde SHA512 3104e6a3145a119f2b012de6af2a92fc37134aa402b889a562f5fc2391705d0bc2f718166c5fa8387d973fff5ecd9544c8b389b6d0c81d98bdcaf2acfb9b55e8 DIST mysql-5.6.43.tar.gz 32200219 BLAKE2B 2aa1397ff5f011a169ae47650be8db7a097a62f53ff06d63760a419906841f0540db19449c1d71d60be7d684e49b4436e1d6e72e7a1cf99057a3f98fad11557f SHA512 8820aee9b34cfebc841d756b12713517c9dafed7bee7b09c8e82c8f359e2e12b25da47c4e49e0aa4afc26193b774e0fa0dfd422c2aa09c3112b6d6e4b62b9a68 DIST mysql-5.6.44.tar.gz 32531507 BLAKE2B 28fbf49f699eb9f43223ffa186671b119d16016274cc7192db232b85c58123a61154e37193b9b7145c6a650b80b5f6cf838529bc2bc5ea9c78c0dbc39de834d3 SHA512 65ace1c803773ca6c8759d171c09bc93c7d61b8e3208ac9905f82e99087622c9dcca602d2da217741dc62fc6eabe9108ebc7f31facd26705072eae65fcc37077 +DIST mysql-5.6.45.tar.gz 32525559 BLAKE2B 3c629aed1de808acdea6654c7413e6851507c9c5be939ca4b4f5e2796da317e9b518a749bfc03d2b0ef05bd604b39f72e24b751076b9f206b462d21fa5db4f50 SHA512 f9d8bb72e96cc83f1064fe7df2e5fe8317ca9d44c4e776cf7827a61292fbcfccec716806c80d565958383d78fef93a19d61c726687b57680d5f93299291ff168 DIST mysql-boost-5.7.23.tar.gz 49025014 BLAKE2B 669f10779bc2cda866d6bd876b4efe55fb4b0c796f596f66513a3ca85f322e2a03e9879eecd72a69729a0cb71d408c46cdd9086ae456712b4adff6ae7c584c97 SHA512 e4317f89d108a68652cd95e41ffd670c37b6663aabd6af3985d18052fb7e8d8879b5822399caf9091cecc0a949ec588c121c87cfd60d69941f68d0ecbedd0953 DIST mysql-boost-5.7.24.tar.gz 49110448 BLAKE2B 1cf64712d84cbb2dfd31f2a530470b6f7cbf5ae9107106d86705575ea9739fa582e1f079447d9a58c4762fffc636d69e448ebdec9172ee15dc09245bc39c3525 SHA512 bbd411e15cd9e6053a353146808b74881d2d950f09e94794a699e7604dadf767b58b661a8321fbe1424f2c2e6cfc3adaa388242183e759082eae47b64cbfbcde DIST mysql-boost-5.7.25.tar.gz 49107578 BLAKE2B 8a43479c496ce45e71df905b0cb6da442340b691caa15f9862a8c981e7189c50e73b1701c393fe46ab580c508f785d5f15259c2331c77e0790191f3d41bb385c SHA512 b111c64bfcd49dba584bed71a0c7ce33b2b0654654d8f4eaa1a2b7a5daed9674ebfd4a0dfb93c20ffee028feead4709eaf600bb5469f81c86b743d395dfe27a9 diff --git a/dev-db/mysql/mysql-5.6.45.ebuild b/dev-db/mysql/mysql-5.6.45.ebuild new file mode 100644 index 000..6801847b241 --- /dev/null +++ b/dev-db/mysql/mysql-5.6.45.ebuild @@ -0,0 +1,799 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +MY_EXTRAS_VER="20190604-1109Z" + +CMAKE_MAKEFILE_GENERATOR=emake + +# Keeping eutils in EAPI=6 for emktemp in pkg_config + +inherit eutils flag-o-matic prefix toolchain-funcs \ + user cmake-utils multilib-build + +SRC_URI="http://cdn.mysql.com/Downloads/MySQL-5.6/${P}.tar.gz + https://cdn.mysql.com/archives/mysql-5.6/${P}.tar.gz + http://downloads.mysql.com/archives/MySQL-5.6/${P}.tar.gz"; + +# Gentoo patches to MySQL +if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]]; then + SRC_URI="${SRC_URI} + mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 + https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 + https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 + https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 + https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2"; +fi + +HOMEPAGE="https://www.mysql.com/"; +DESCRIPTION="A fast, multi-threaded, multi-user SQL database server" +LICENSE="GPL-2" +SLOT="0/18" +IUSE="client-libs cracklib debug jemalloc latin1 libressl numa +perl profiling selinux + +server static static-libs systemtap tcmalloc test yassl" + +# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests +RESTRICT="libressl? ( test )" + +REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solar
[gentoo-commits] proj/java:master commit in: dev-java/icedtea/
commit: ae061f7a44cb45a490eebd8dc6ad4023eedcc0d2 Author: Andrew John Hughes member fsf org> AuthorDate: Wed Jul 31 14:38:42 2019 + Commit: Andrew John Hughes member fsf org> CommitDate: Wed Jul 31 14:38:42 2019 + URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=ae061f7a dev-java/icedtea: Update to 2.6.19 & 3.13.0 Package-Manager: Portage-2.3.68, Repoman-2.3.12 dev-java/icedtea/ChangeLog | 8 + dev-java/icedtea/Manifest | 38 +++--- ...icedtea-3.12.0.ebuild => icedtea-3.13.0.ebuild} | 20 ++-- ...tea-7.2.6.18.ebuild => icedtea-7.2.6.19.ebuild} | 14 4 files changed, 44 insertions(+), 36 deletions(-) diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog index 4b19f395..589d2dfa 100644 --- a/dev-java/icedtea/ChangeLog +++ b/dev-java/icedtea/ChangeLog @@ -2,6 +2,14 @@ # Copyright 1999-2019 Gentoo Authors; Distributed under the GPL v2 # $Header: $ +*icedtea-3.13.0 (31 Jul 2019) +*icedtea-7.2.6.19 (31 Jul 2019) + + 31 Jul 2019; Andrew John Hughes + +icedtea-3.13.0.ebuild, +icedtea-7.2.6.19.ebuild, -icedtea-3.12.0.ebuild, + -icedtea-7.2.6.18.ebuild: + dev-java/icedtea: Update to 2.6.19 & 3.13.0 + *icedtea-3.13.0_pre00 (09 May 2019) 09 May 2019; Andrew John Hughes diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest index 1ff0413d..101feabc 100644 --- a/dev-java/icedtea/Manifest +++ b/dev-java/icedtea/Manifest @@ -1,11 +1,11 @@ -DIST icedtea-2.6-corba-ffed1dd63843.tar.bz2 1076943 BLAKE2B a98049bf9046a7396b47e37f2de7ceea87ef171dbc270ff97b8cad5bb491c739bdeecbb0053f2efd728ded7345865693c5f719edddf5060dc92554dee1d79ba2 SHA512 0c688037efebbea1175ae26fc77be205cb43f8de886b00a6d89d35666c523bad8dbde3be636a428bff1331e89c4a6acf2aefc5611e65e4a3a7b617e240c536bf -DIST icedtea-2.6-hotspot-6e7512a54bc6.tar.bz2 8224188 BLAKE2B 13220ed709fa8b7e8b8fe14f0e8567a804fff77a251ab0da383e1afd38a9f44bffd1310de5a8610c4cf6bcbe79f7a62ea3020287806397e808e4a6fabad1ecd2 SHA512 bff77060aa4ccceec62fc14a1c47ba6d31d510353050b9b213ef87a58b82132e5cad72c59ff38f50a2c290fd2cfd84e0db9768e205d72865b6fc4b6d15fb5f0c -DIST icedtea-2.6-jaxp-bbd9f724d9af.tar.bz2 2732242 BLAKE2B 110ba2e5eae28922ee7fdc27856aa3b4ad836f999b29857a0e2f5ac9b07e72e6707eb41fa5cb853d14e3d2925463c0f5a072f8e4f82c13a38e80c9c87f207372 SHA512 0a23f37bf35537333d93c88e6f3e018af32f9019ec081e679a4f204848851f4fbcf47f2c0e58e27b8a0c5fdfc9897d427070e62022afcfc42ad70bb413f12c1e -DIST icedtea-2.6-jaxws-7d942bc39965.tar.bz2 2024313 BLAKE2B 7e6d783fb839c144e857ea84846d5e46ce353f6a7823e4dcbda4129a8f1228933caf35c48a727b7345092865a429917e3d5d09183275e8a73504760fb4c6dc85 SHA512 1b2b8fd93e9f94af202c3816b4ecaa8c0809d5eed5962ff57f2edd15232abcaa11d4ac74bfb5b9f9121e5cdec3ea33559ebcc5605d8aa1fd013152abafe14aa9 -DIST icedtea-2.6-jdk-f294f336b24d.tar.bz2 33197823 BLAKE2B 433c1b98e2baa5bdb5ea052b874569437d959830f743714c61f020c1b0788fdfcc26d2421a24faf050357a9e74baa8571ef448d5dd2c8730041cdabea2d5cfbd SHA512 82d8b69f6ba3eeb3825275506704b793b5c3ea416da04319fd62948c7fa9db9a4bcb96b0b43d13fc58fbaf2f8d4b5eea098d98d5da68977cb41f9614e8c30933 -DIST icedtea-2.6-langtools-9f0890e75bcb.tar.bz2 1713014 BLAKE2B a69bc7532527acdb63b446fd83a6eaa79190513bfb44453c0f9f3c62447b4113faeba8752b244981f2dd1d6ed4e5a50ab26fa44fa7a1ddb9527a0c3483ae5a45 SHA512 b64c832474295b3c8d3a22a906b156555171128002c1870d071c98902f7b611d8d0f0dab4c98bf21a102011a7bf2a542d0207cdbe23433a77073670a17eb6322 -DIST icedtea-2.6-openjdk-ed550afe3dd7.tar.bz2 131353 BLAKE2B f7ff9888348dfbb7062b4ae3d7a86b58fc241973ac7774df3e8deda02f033bf00820e776dcf1051b944ce6dd212d19c32c093b30b9e9d69f8ef30b801855c6ba SHA512 af8bbdad8fb73d4f8ac87c00fa2198b7d6a401b9af9c8330768aa5ca395b50ff85f053b02a3e6d4b166b0a8f7badf6bd3c983cc9b2e35f157d0389983982 -DIST icedtea-2.6.18.tar.xz 214 BLAKE2B d3833fcebce6e3148c2c69ebc19a026aaa49e4a13086e7df9c1958383ba7d0d4f4cb88c70069a8b2daca3285d676a489777cf76a0b81f0df28b6618efe7a8f5d SHA512 202038af902c7619e787c3f55ccc4ab5b758a72e4c841d17065809d2331ed4f8ed7a2bce753917d9e6215525ba56840793c9a9850142e865edde1a92a7e5806d +DIST icedtea-2.6-corba-bbd35dc7f27f.tar.bz2 1076796 BLAKE2B 23b7a49ff7d00765093143649fb9492e61d78a35e304045c5618276c8fbeb8a87fc1c8f405d241795bb2ccd2a9423693deeb42656108c88ccebfbd8e12e5b395 SHA512 389cd50ea8392c7a9fe33b69f2f192d1e67576639d7b2d5d44237ad3ba4c347edef3113f008d0e12acc930d50dca786bf6abc12ffa099a1326996cafbd32 +DIST icedtea-2.6-hotspot-6774b8e70603.tar.bz2 8219403 BLAKE2B e048ac99a9131ff65134f6b6cfa6498ae2f248a81a8c09c48bbd87af5fac914349854e05a1ab99931d51c3b327e7770716bfd1aa48bdc2bcec010911cec8cc82 SHA512 d4598b4aa809d6463a63370f853ec967229c7a0013b38fd01406a72780ac8d4cfe88eea49efecde30105911e9e03c77cb47b22547560e94517a9a29993ba885c +DIST icedtea-2.6-jaxp-54a9c1431701.tar.bz2 2732689 BLAKE2B 13dee1369723183f7b9e8f021ed144c6ec442500300fab91b4e612a39ecb94a82bb4470ca0280c25ad4c3e549bee968bc9a7b30eb642a97b01eb4a2af9fbd042 SHA512
[gentoo-commits] repo/gentoo:master commit in: media-video/vdr/files/, media-video/vdr/
commit: 85b3527f9c3bddee3f2f3c0589ca1f994b28f2b9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 31 14:33:24 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 31 14:36:14 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b3527f media-video/vdr: Restore 2.0.6-r1... media-plugins/vdr-pvr350 requires >=media-video/vdr-2[yaepg]... Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/vdr/Manifest | 2 + media-video/vdr/files/vdr-2.0.6_gentoo.patch | 68 +++ media-video/vdr/metadata.xml | 9 + media-video/vdr/vdr-2.0.6-r1.ebuild | 277 +++ 4 files changed, 356 insertions(+) diff --git a/media-video/vdr/Manifest b/media-video/vdr/Manifest index dac0f69a4e8..e9b20f623a1 100644 --- a/media-video/vdr/Manifest +++ b/media-video/vdr/Manifest @@ -1,2 +1,4 @@ +DIST extpng-vdr-2.0.6-gentoo-edition-v6.patch.bz2 69472 BLAKE2B 60669e9c20b2bd573eb05733bbf9548d2e643b36693be8b15a377b38470708a71b29e2a16baf7ed378132265f814ec9d35dae749ccf6ae204cd9beb787dc8f57 SHA512 f4ecb786ec5a026fa75fcf539518e80273bf43fc325c13a380c70eb85351910efa991b3ee71ca477e597bc2b4598a18620b6cf00fc02714acfcc4e6112d84b6c DIST extpng-vdr-2.2.0-gentoo-edition-v1.patch.bz2 34664 BLAKE2B 81b68ebe0ef4588c3676f0b7a2c766d8d4d4f754a987b3be5868f3c6eff9158d4cea8e492ca81df535e637dbdc5baff638d1fafb4163e9d9a2d0125aba17e2e1 SHA512 16d6fbb8201f003dfe653b6a49424b794d7e697e27ad6f2383dbe17b76712ea5a3da88a676900b84d75ff7425bf3eb9084d60a89a4598758f482dc1f013f7b3e +DIST vdr-2.0.6.tar.bz2 839575 BLAKE2B 40de46d8465b7008bc29c7e2c1c241d4114aa3d62aa6a0acd81636133c295cd87c2fc618e725885c98f47445220e897c23188373457a96b51cf832ca417c9842 SHA512 070ebbfb85478887088567872a71744305dbf9c75de8b095a8fe46d883b0b4fe140539caeb2243715f42793a45790a127542655f549f7ea3cb71c4f9912fa07d DIST vdr-2.2.0.tar.bz2 922708 BLAKE2B 975e07d6d4c5bd13ee92be5d6a1826d6404b0c59e20fa2e30689b185a61e02d54782ad528e6a4f15e0d36806b30bcf48aa336d63adb3604e78056ff318e0fd2c SHA512 183f58133915c6c0fe8ec2b88becbcb2a36418210e6dcf7931053d3771d727c3581593f9eb5c9693abf39e22e728f7b41c42079cd704610c3636ec05134ea93d diff --git a/media-video/vdr/files/vdr-2.0.6_gentoo.patch b/media-video/vdr/files/vdr-2.0.6_gentoo.patch new file mode 100644 index 000..1641fc8e2ee --- /dev/null +++ b/media-video/vdr/files/vdr-2.0.6_gentoo.patch @@ -0,0 +1,68 @@ +diff -Naur vdr-2.0.6.orig/Makefile vdr-2.0.6/Makefile +--- vdr-2.0.6.orig/Makefile2014-09-22 22:17:23.0 +0200 vdr-2.0.6/Makefile 2014-09-24 15:22:43.0 +0200 +@@ -109,7 +109,7 @@ + VDRVERSION = $(shell sed -ne '/define VDRVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h) + APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h) + +-all: vdr i18n plugins ++all: vdr i18n + + # Implicit rules: + +@@ -162,7 +162,7 @@ + + PODIR = po + LOCALEDIR = locale +-I18Npo= $(wildcard $(PODIR)/*.po) ++I18Npo= $(foreach dir,$(LINGUAS),$(wildcard $(PODIR)/$(dir)*.po)) + I18Nmo= $(addsuffix .mo, $(foreach file, $(I18Npo), $(basename $(file + I18Nmsgs = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr.mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file)) + I18Npot = $(PODIR)/vdr.pot +@@ -185,7 +185,7 @@ + + install-i18n: i18n + @mkdir -p $(DESTDIR)$(LOCDIR) +- cp -r $(LOCALEDIR)/* $(DESTDIR)$(LOCDIR) ++ @(cd $(LOCALEDIR); for linguas in $(LINGUAS); do [ "$$linguas" = "en" ] && continue; cp -r --parents $$linguas* $(DESTDIR)$(LOCDIR); done) + + # The 'include' directory (for plugins): + +@@ -247,7 +247,7 @@ + + # Install the files (note that 'install-pc' must be first!): + +-install: install-pc install-bin install-dirs install-conf install-doc install-plugins install-i18n install-includes ++install: install-pc install-bin install-dirs install-conf install-doc install-i18n install-includes + + # VDR binary: + +@@ -259,11 +259,12 @@ + + install-dirs: + @mkdir -p $(DESTDIR)$(VIDEODIR) +- @mkdir -p $(DESTDIR)$(CONFDIR) +- @mkdir -p $(DESTDIR)$(CACHEDIR) ++# @mkdir -p $(DESTDIR)$(CONFDIR) ++# @mkdir -p $(DESTDIR)$(CACHEDIR) + @mkdir -p $(DESTDIR)$(RESDIR) + + install-conf: ++ @mkdir -p $(DESTDIR)$(CONFDIR) + @cp -pn *.conf $(DESTDIR)$(CONFDIR) + + # Documentation: +@@ -290,8 +291,11 @@ + # Includes: + + install-includes: include-dir +- @mkdir -p $(DESTDIR)$(INCDIR) +- @cp -pLR include/vdr include/libsi $(DESTDIR)$(INCDIR) ++# @mkdir -p $(DESTDIR)$(INCDIR) ++# @cp -pLR include/vdr include/libsi $(DESTDIR)$(INCDIR) ++ @mkdir -p $(DESTDIR)$(INCDIR)/vdr $(DESTDIR)$(INCDIR)/vdr/libsi ++ @cp -pLR include/vdr $(DESTDIR)$(INCDIR) ++ @cp -pLR include/libsi Make.config $(DESTDIR)$(INCDIR)/vdr + + # pkg-config file: + diff --git a/media-video/vdr/metadata.xml b/media-video/vdr/metadata.xml index f9813be524f..8ebb4b08a51 100644 --- a/media-video/vdr
[gentoo-commits] repo/gentoo:master commit in: dev-python/trustme/
commit: 9676209c194db76767d514de06466864cc3120dd Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:46 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:46 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9676209c dev-python/trustme: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/trustme/trustme-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/trustme/trustme-0.5.0.ebuild b/dev-python/trustme/trustme-0.5.0.ebuild index aca3c81bfa0..d316b2809a5 100644 --- a/dev-python/trustme/trustme-0.5.0.ebuild +++ b/dev-python/trustme/trustme-0.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-aiohttp/
commit: 7eed6b830e22537a761eff5e172b04b53d497c16 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:26 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eed6b83 dev-python/pytest-aiohttp: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild index da35cd66277..7da2e586711 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/brotlipy/
commit: cf190327b0b396723060db97fb2f8bfcaa8edd2e Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:30:36 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:30:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf190327 dev-python/brotlipy: amd64 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/brotlipy/brotlipy-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0.ebuild index 0f3e850efdf..cd54811880d 100644 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild +++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/idna-ssl/
commit: 6d6a6a57f2891b9c1660ec1625b14af7f2b6fb5a Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:13 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6a6a57 dev-python/idna-ssl: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/idna-ssl/idna-ssl-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild index 887033d2ff9..83531067738 100644 --- a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild +++ b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-blockdiag/
commit: 9c5230bd9019c0102d98fb9e49b5552cb87d2be9 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:29 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5230bd dev-python/sphinxcontrib-blockdiag: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> .../sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r2.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r2.ebuild index 7933e0ba6cb..693d406f910 100644 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r2.ebuild +++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/
commit: 649650580051b35ce34959ddf4c1283b5a6b6f4a Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:11 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:11 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64965058 net-misc/electrum: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> net-misc/electrum/electrum-3.3.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/electrum/electrum-3.3.6-r2.ebuild b/net-misc/electrum/electrum-3.3.6-r2.ebuild index a5c1ef8f75c..a66c1036b96 100644 --- a/net-misc/electrum/electrum-3.3.6-r2.ebuild +++ b/net-misc/electrum/electrum-3.3.6-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://download.electrum.org/${PV}/${MY_P}.tar.gz"; LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" MY_LANGS="ar_SA be_BY bg_BG cs_CZ da_DK de_DE el_GR eo_UY es_ES fa_IR fr_FR hu_HU hy_AM id_ID it_IT ja_JP ko_KR ky_KG lv_LV nb_NO nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI sv_SE ta_IN th_TH tr_TR uk_UA vi_VN zh_CN zh_TW" my_langs_to_l10n() {
[gentoo-commits] repo/gentoo:master commit in: dev-python/typing-extensions/
commit: 6bf01e4f0fa4c6c94b6626bf526a7a11e92b7ea2 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:30:31 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:30:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf01e4f dev-python/typing-extensions: amd64 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/typing-extensions/typing-extensions-3.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/typing-extensions/typing-extensions-3.7.4.ebuild b/dev-python/typing-extensions/typing-extensions-3.7.4.ebuild index 84e920351e6..3b3a3d9db7e 100644 --- a/dev-python/typing-extensions/typing-extensions-3.7.4.ebuild +++ b/dev-python/typing-extensions/typing-extensions-3.7.4.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-testing/
commit: 649066e1b9ac7eaf1c7c5645cc2b255ee55d81eb Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:38 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649066e1 dev-python/sphinx-testing: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild index d361a4d7447..6521d433869 100644 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/trustme/
commit: f8ef9f1ae105ac1e4471954538e325295f68a3bb Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:30:41 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:30:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ef9f1a dev-python/trustme: amd64 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/trustme/trustme-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/trustme/trustme-0.5.0.ebuild b/dev-python/trustme/trustme-0.5.0.ebuild index ddb0404da8d..aca3c81bfa0 100644 --- a/dev-python/trustme/trustme-0.5.0.ebuild +++ b/dev-python/trustme/trustme-0.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/
commit: 733a51e45af17c005f4b3a52d626b349bbd358f0 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:30:07 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:30:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733a51e4 dev-python/sphinxcontrib-newsfeed: amd64 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild index 200775feafa..e203a1e2530 100644 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild +++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/async_generator/
commit: 139fd14e2f70b9731c728709ad7763a89de370ef Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:30:27 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:30:27 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139fd14e dev-python/async_generator: amd64 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/async_generator/async_generator-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/async_generator/async_generator-1.10.ebuild b/dev-python/async_generator/async_generator-1.10.ebuild index 216110e3206..fc896ecc22a 100644 --- a/dev-python/async_generator/async_generator-1.10.ebuild +++ b/dev-python/async_generator/async_generator-1.10.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/async_timeout/
commit: e3e9794df94c537f2913cfed068987ed639a4bdc Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:16 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e9794d dev-python/async_timeout: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/async_timeout/async_timeout-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild b/dev-python/async_timeout/async_timeout-3.0.1.ebuild index f50829994a5..74ee98ace42 100644 --- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild +++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" S=${WORKDIR}/${MY_P}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-asyncio/
commit: bbdfd96bac32e2d65c578f7a02746c095f61ecbe Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:24 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:24 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdfd96b dev-python/sphinxcontrib-asyncio: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild index f88c5a68ec5..91e8040b2f2 100644 --- a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild +++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/
commit: ea9016e02fb8681427b0e9a4809eac867040fa12 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:31 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9016e0 dev-python/sphinxcontrib-newsfeed: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild index e203a1e2530..4218c7aeb85 100644 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild +++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/
commit: 283343d657def542a104a1b2ab82ac25fa616172 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:19 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283343d6 dev-python/aiohttp: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/aiohttp/aiohttp-3.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiohttp/aiohttp-3.5.4.ebuild b/dev-python/aiohttp/aiohttp-3.5.4.ebuild index b61fbfd1b4a..632b95d6b92 100644 --- a/dev-python/aiohttp/aiohttp-3.5.4.ebuild +++ b/dev-python/aiohttp/aiohttp-3.5.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="doc test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-socks/
commit: f098364abd1043a7544d1a5ca046313cadf2fd34 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:07 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f098364a dev-python/aiohttp-socks: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild index 47b0bdac61e..074589380ff 100644 --- a/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild +++ b/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/romis2012/aiohttp-socks/archive/${PV}.tar.gz -> ${P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" # Tests require Internet access RESTRICT="test"
[gentoo-commits] repo/gentoo:master commit in: dev-python/blockdiag/
commit: e1116c7288b4aa55132637714877fa9e091d8867 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:33 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:33 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1116c72 dev-python/blockdiag: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/blockdiag/blockdiag-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/blockdiag/blockdiag-1.5.4.ebuild b/dev-python/blockdiag/blockdiag-1.5.4.ebuild index 44169b9a77c..56d9d2ae83b 100644 --- a/dev-python/blockdiag/blockdiag-1.5.4.ebuild +++ b/dev-python/blockdiag/blockdiag-1.5.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-aiohttp-theme/
commit: 51134ab83d7a8fe8a10e379517a61a0a750a582b Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:30:18 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:30:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51134ab8 dev-python/sphinx-aiohttp-theme: amd64 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild index b6446239067..fd9db3fe0e8 100644 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild +++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/blockdiag/
commit: adc21a803ba6fb0bfb50529f6ea315e5c179b200 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:30:14 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:30:14 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc21a80 dev-python/blockdiag: amd64 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/blockdiag/blockdiag-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/blockdiag/blockdiag-1.5.4.ebuild b/dev-python/blockdiag/blockdiag-1.5.4.ebuild index ae884c40081..44169b9a77c 100644 --- a/dev-python/blockdiag/blockdiag-1.5.4.ebuild +++ b/dev-python/blockdiag/blockdiag-1.5.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-aiohttp-theme/
commit: a867d80dbb362f0c4af85b341463ad36d89ca349 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:36 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a867d80d dev-python/sphinx-aiohttp-theme: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild index fd9db3fe0e8..fd1329a2cc0 100644 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild +++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/async_generator/
commit: af871515810727e892a89f69e1941e65bf6f Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:40 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:40 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af871515 dev-python/async_generator: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/async_generator/async_generator-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/async_generator/async_generator-1.10.ebuild b/dev-python/async_generator/async_generator-1.10.ebuild index fc896ecc22a..27d275915a8 100644 --- a/dev-python/async_generator/async_generator-1.10.ebuild +++ b/dev-python/async_generator/async_generator-1.10.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/brotlipy/
commit: a4bc49208856577b935312730baaa091c3a12d42 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:31:44 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:31:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bc4920 dev-python/brotlipy: x86 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/brotlipy/brotlipy-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0.ebuild index cd54811880d..36eac204904 100644 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild +++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-testing/
commit: 767849ea859b8336660dde871f5a9c96524fe14c Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 31 14:30:23 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 31 14:30:23 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767849ea dev-python/sphinx-testing: amd64 stable wrt bug #688940 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild index d4cb8e44dbb..d361a4d7447 100644 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )"