[gentoo-commits] repo/gentoo:master commit in: sys-apps/fbset/, sys-apps/fbset/files/
commit: 460e5389d2fb5003af2741d50ea347be9e7f104c Author: Stephen L Arnold gentoo org> AuthorDate: Fri Apr 6 06:16:31 2018 + Commit: Steve Arnold gentoo org> CommitDate: Fri Apr 6 06:58:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460e5389 sys-apps/fbset: add types patch for musl, update EAPI and copyright date Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/fbset/fbset-2.1.ebuild| 10 ++ sys-apps/fbset/files/fbset-2.1-add-linux-types-h.patch | 11 +++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild index cd50cd3945d..1c334fdbfb9 100644 --- a/sys-apps/fbset/fbset-2.1.ebuild +++ b/sys-apps/fbset/fbset-2.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + inherit toolchain-funcs flag-o-matic eutils DESCRIPTION="A utility to set the framebuffer videomode" @@ -16,10 +18,10 @@ DEPEND="sys-devel/bison sys-devel/flex" RDEPEND="" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}/${P}-build.patch" + epatch "${FILESDIR}/${P}-add-linux-types-h.patch" + default } src_compile() { diff --git a/sys-apps/fbset/files/fbset-2.1-add-linux-types-h.patch b/sys-apps/fbset/files/fbset-2.1-add-linux-types-h.patch new file mode 100644 index 000..589d61b0ee8 --- /dev/null +++ b/sys-apps/fbset/files/fbset-2.1-add-linux-types-h.patch @@ -0,0 +1,11 @@ +--- a/fbset.h 2018-04-05 18:17:18.292975594 + b/fbset.h 2018-04-05 18:22:20.448747231 + +@@ -17,6 +17,8 @@ + + #ifdef __GLIBC__ + #include ++#else ++#include + #endif + + #define VERSION "Linux Frame Buffer Device Configuration " \
[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
commit: a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Apr 6 06:43:35 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Apr 6 06:43:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0969ccd sys-libs/glibc: drop outdated ports/sysdeps/mips/ mangling ports/ is no more. All mips ports were merged into glibc repository. Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-libs/glibc/glibc-.ebuild | 7 --- 1 file changed, 7 deletions(-) diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild index e6d10969e8b..12272c31f35 100644 --- a/sys-libs/glibc/glibc-.ebuild +++ b/sys-libs/glibc/glibc-.ebuild @@ -755,13 +755,6 @@ src_prepare() { fi if just_headers ; then - if [[ -e ports/sysdeps/mips/preconfigure ]] ; then - # mips peeps like to screw with us. if building headers, - # we don't have a real compiler, so we can't let them - # insert -mabi on us. - sed -i '/CPPFLAGS=.*-mabi/s|.*|:|' ports/sysdeps/mips/preconfigure || die - find ports/sysdeps/mips/ -name Makefile -exec sed -i '/^CC.*-mabi=/s:-mabi=.*:-D_MIPS_SZPTR=32:' {} + - fi if [[ -e sysdeps/riscv/preconfigure ]] ; then # RISC-V interrogates the compiler to determine which target to # build. If building the headers then we don't strictly need a
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/
commit: c76efa514dd9bfba99bc5c5febddee6c1edf5dde Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 6 05:46:12 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 6 05:46:34 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76efa51 dev-ruby/tzinfo: add ruby25 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild index 4a90162b8bc..d0d98be9110 100644 --- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild +++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/
commit: 3b2c9504dfd64c6db9b5f44ab0f762cedcdd6b40 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 6 05:30:03 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 6 05:30:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2c9504 net-analyzer/fail2ban: Version 0.10.3.1. Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-analyzer/fail2ban/Manifest | 2 +- .../fail2ban/{fail2ban-0.10.3.ebuild => fail2ban-0.10.3.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest index 9fe6ca09132..87787bf8d08 100644 --- a/net-analyzer/fail2ban/Manifest +++ b/net-analyzer/fail2ban/Manifest @@ -1,3 +1,3 @@ DIST fail2ban-0.10.2.tar.gz 474675 BLAKE2B 569599eec3c7b786933af332507ca148f49d38688f7467d3d9bb811353402646136fb28351e593fad0c95de4ece4ac4967d8215430827e8f5a2a52a6ea61a3ca SHA512 1c16682b3cbf26b5aed1bace4c09ed911e487fbd01f8e8355f2427dae85b86d1d28e7a18948ad66488393115c1439e9daf634f2edb8c3ce7ce8639aa53e35503 -DIST fail2ban-0.10.3.tar.gz 485520 BLAKE2B 0c4cc389fd57f53b0de143b66bb9b0ae45c088ea8a6cecf8c1e10f85d3fcfe2cec27f28201cad220648cec215195673c00c35701c2d91fe1a83da93858f0aca6 SHA512 5ea2fa76b46a8135b87feffaa95ed19ea426adf0f9ca4f7b3e6c4725629e1a5ddb78147103104cdd52b9777c8372ca9db1ebbba3b5457c6238c91fec5ad9841f +DIST fail2ban-0.10.3.1.tar.gz 485826 BLAKE2B 79ca86a601bd79ba3729d4c9b00f20a0717df8c7ceb20183099e11f84cceade274173be90d0b4b000d37a1b9d242e14106c9e7e40e372e450d69bca003fff6fb SHA512 ed3646ef2113fe10d9130c239818087b228ac9708411e26acc412beae022e3f9ff8cea32d824bd491117882fb8f184dcb88bda295bd31e865ac8310c7e27fc7a DIST fail2ban-0.9.6.tar.gz 352145 BLAKE2B a529a7a1c78f29f457abc26215da015f7624f6d777571e96725775557725b6cbbfda5068e77520f1b3c20efcff07c11f210c5cca3ed47cf86c6f5e87c503052f SHA512 c09778d39741dc38d1073495a9f491012717d5ed04d28722f2ae6755104bdcc472baf06d33f500fed592b04c05277ba5cf74e527f1c0ed751108f4f1be22fa7e diff --git a/net-analyzer/fail2ban/fail2ban-0.10.3.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.3.1.ebuild similarity index 100% rename from net-analyzer/fail2ban/fail2ban-0.10.3.ebuild rename to net-analyzer/fail2ban/fail2ban-0.10.3.1.ebuild
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/
commit: 1a1e127f72290287b6157d18f4125b7d27cf96a4 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 6 05:13:50 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 6 05:25:24 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1e127f net-analyzer/fail2ban: Version 0.10.3. Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-analyzer/fail2ban/Manifest | 1 + net-analyzer/fail2ban/fail2ban-0.10.3.ebuild | 113 +++ 2 files changed, 114 insertions(+) diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest index 135b7a4dd73..6ebe7e4b176 100644 --- a/net-analyzer/fail2ban/Manifest +++ b/net-analyzer/fail2ban/Manifest @@ -1,3 +1,4 @@ DIST fail2ban-0.10.1.tar.gz 465197 BLAKE2B 1e9ed7d07f4565f49e6ebec9ba1e9835d2eab69d786672addbdf32b2d350a582927cf56722eea91c1420e2d0d7d7564c2739d412c33f639551fa83a7d4ad SHA512 80170082903b7d92732a7accd8ec5188f4b08b57ce46c2df9bc014771ab50602df2065abe87ccb890cfba41699f5441ebfe4648090ffcedb83e0374e509002f2 DIST fail2ban-0.10.2.tar.gz 474675 BLAKE2B 569599eec3c7b786933af332507ca148f49d38688f7467d3d9bb811353402646136fb28351e593fad0c95de4ece4ac4967d8215430827e8f5a2a52a6ea61a3ca SHA512 1c16682b3cbf26b5aed1bace4c09ed911e487fbd01f8e8355f2427dae85b86d1d28e7a18948ad66488393115c1439e9daf634f2edb8c3ce7ce8639aa53e35503 +DIST fail2ban-0.10.3.tar.gz 485520 BLAKE2B 0c4cc389fd57f53b0de143b66bb9b0ae45c088ea8a6cecf8c1e10f85d3fcfe2cec27f28201cad220648cec215195673c00c35701c2d91fe1a83da93858f0aca6 SHA512 5ea2fa76b46a8135b87feffaa95ed19ea426adf0f9ca4f7b3e6c4725629e1a5ddb78147103104cdd52b9777c8372ca9db1ebbba3b5457c6238c91fec5ad9841f DIST fail2ban-0.9.6.tar.gz 352145 BLAKE2B a529a7a1c78f29f457abc26215da015f7624f6d777571e96725775557725b6cbbfda5068e77520f1b3c20efcff07c11f210c5cca3ed47cf86c6f5e87c503052f SHA512 c09778d39741dc38d1073495a9f491012717d5ed04d28722f2ae6755104bdcc472baf06d33f500fed592b04c05277ba5cf74e527f1c0ed751108f4f1be22fa7e diff --git a/net-analyzer/fail2ban/fail2ban-0.10.3.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.3.ebuild new file mode 100644 index 000..1efe5233391 --- /dev/null +++ b/net-analyzer/fail2ban/fail2ban-0.10.3.ebuild @@ -0,0 +1,113 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 eutils systemd vcs-snapshot + +DESCRIPTION="scans log files and bans IPs that show malicious signs" +HOMEPAGE="http://www.fail2ban.org/"; +SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="selinux systemd" + +# TODO support ipfw and ipfilter +RDEPEND=" + kernel_linux? ( net-firewall/iptables ) + kernel_FreeBSD? ( sys-freebsd/freebsd-pf ) + net-misc/whois + virtual/logger + virtual/mta + selinux? ( sec-policy/selinux-fail2ban ) + systemd? ( $(python_gen_cond_dep '|| ( + dev-python/python-systemd[${PYTHON_USEDEP}] + sys-apps/systemd[python(-),${PYTHON_USEDEP}] + )' 'python*' ) ) +" + +REQUIRED_USE="systemd? ( !python_single_target_pypy )" + +DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) + +python_prepare_all() { + eapply_user + + # Replace /var/run with /run, but not in the top source directory + find . -mindepth 2 -type f -exec \ + sed -i -e 's|/var\(/run/fail2ban\)|\1|g' {} + || die + + sed -i -e 's|runscript|openrc-run|g' files/gentoo-initd || die + + distutils-r1_python_prepare_all +} + +python_compile() { + if python_is_python3; then + ./fail2ban-2to3 || die + fi + distutils-r1_python_compile +} + +python_test() { + "${PYTHON}" "bin/${PN}-testcases" || die "tests failed with ${EPYTHON}" +} + +python_install_all() { + distutils-r1_python_install_all + + rm -rf "${D}"/usr/share/doc/${PN} "${D}"/run || die + + # not FILESDIR + newconfd files/gentoo-confd ${PN} + newinitd files/gentoo-initd ${PN} + sed -e "s:@BINDIR@:${EPREFIX}/usr/bin:g" files/${PN}.service.in > "${T}/${PN}.service" || die + systemd_dounit "${T}/${PN}.service" + systemd_dotmpfilesd files/${PN}-tmpfiles.conf + doman man/*.{1,5} + + # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d. + # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675 + insinto /etc/logrotate.d + newins files/${PN}-logrotate ${PN} +} + +pkg_preinst() { + has_version "<${CATEGORY}/${PN}-0.7" + previous_less_than_0_7=$? +} + +pkg_postinst() { + if [[ $previous_less_than_0_7 = 0 ]] ; then + elog + elog "Configuration files are now in /etc/fail2ban/" + elog "You probably have to manually update you
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/
commit: 5d650c79d0ebfb95f29020fbd9051792d6e7481c Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 6 05:14:44 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 6 05:25:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d650c79 net-analyzer/fail2ban: Old. Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-analyzer/fail2ban/Manifest | 1 - net-analyzer/fail2ban/fail2ban-0.10.1.ebuild | 113 --- 2 files changed, 114 deletions(-) diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest index 6ebe7e4b176..9fe6ca09132 100644 --- a/net-analyzer/fail2ban/Manifest +++ b/net-analyzer/fail2ban/Manifest @@ -1,4 +1,3 @@ -DIST fail2ban-0.10.1.tar.gz 465197 BLAKE2B 1e9ed7d07f4565f49e6ebec9ba1e9835d2eab69d786672addbdf32b2d350a582927cf56722eea91c1420e2d0d7d7564c2739d412c33f639551fa83a7d4ad SHA512 80170082903b7d92732a7accd8ec5188f4b08b57ce46c2df9bc014771ab50602df2065abe87ccb890cfba41699f5441ebfe4648090ffcedb83e0374e509002f2 DIST fail2ban-0.10.2.tar.gz 474675 BLAKE2B 569599eec3c7b786933af332507ca148f49d38688f7467d3d9bb811353402646136fb28351e593fad0c95de4ece4ac4967d8215430827e8f5a2a52a6ea61a3ca SHA512 1c16682b3cbf26b5aed1bace4c09ed911e487fbd01f8e8355f2427dae85b86d1d28e7a18948ad66488393115c1439e9daf634f2edb8c3ce7ce8639aa53e35503 DIST fail2ban-0.10.3.tar.gz 485520 BLAKE2B 0c4cc389fd57f53b0de143b66bb9b0ae45c088ea8a6cecf8c1e10f85d3fcfe2cec27f28201cad220648cec215195673c00c35701c2d91fe1a83da93858f0aca6 SHA512 5ea2fa76b46a8135b87feffaa95ed19ea426adf0f9ca4f7b3e6c4725629e1a5ddb78147103104cdd52b9777c8372ca9db1ebbba3b5457c6238c91fec5ad9841f DIST fail2ban-0.9.6.tar.gz 352145 BLAKE2B a529a7a1c78f29f457abc26215da015f7624f6d777571e96725775557725b6cbbfda5068e77520f1b3c20efcff07c11f210c5cca3ed47cf86c6f5e87c503052f SHA512 c09778d39741dc38d1073495a9f491012717d5ed04d28722f2ae6755104bdcc472baf06d33f500fed592b04c05277ba5cf74e527f1c0ed751108f4f1be22fa7e diff --git a/net-analyzer/fail2ban/fail2ban-0.10.1.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.1.ebuild deleted file mode 100644 index ffb03e0fe70..000 --- a/net-analyzer/fail2ban/fail2ban-0.10.1.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 eutils systemd vcs-snapshot - -DESCRIPTION="scans log files and bans IPs that show malicious signs" -HOMEPAGE="http://www.fail2ban.org/"; -SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="selinux systemd" - -# TODO support ipfw and ipfilter -RDEPEND=" - kernel_linux? ( net-firewall/iptables ) - kernel_FreeBSD? ( sys-freebsd/freebsd-pf ) - net-misc/whois - virtual/logger - virtual/mta - selinux? ( sec-policy/selinux-fail2ban ) - systemd? ( $(python_gen_cond_dep '|| ( - dev-python/python-systemd[${PYTHON_USEDEP}] - sys-apps/systemd[python(-),${PYTHON_USEDEP}] - )' 'python*' ) ) -" - -REQUIRED_USE="systemd? ( !python_single_target_pypy )" - -DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) - -python_prepare_all() { - eapply_user - - # Replace /var/run with /run, but not in the top source directory - find . -mindepth 2 -type f -exec \ - sed -i -e 's|/var\(/run/fail2ban\)|\1|g' {} + || die - - sed -i -e 's|runscript|openrc-run|g' files/gentoo-initd || die - - distutils-r1_python_prepare_all -} - -python_compile() { - if python_is_python3; then - ./fail2ban-2to3 || die - fi - distutils-r1_python_compile -} - -python_test() { - "${PYTHON}" "bin/${PN}-testcases" || die "tests failed with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - - rm -rf "${D}"/usr/share/doc/${PN} "${D}"/run || die - - # not FILESDIR - newconfd files/gentoo-confd ${PN} - newinitd files/gentoo-initd ${PN} - sed -e "s:@BINDIR@:${EPREFIX}/usr/bin:g" files/${PN}.service.in > "${T}/${PN}.service" || die - systemd_dounit "${T}/${PN}.service" - systemd_dotmpfilesd files/${PN}-tmpfiles.conf - doman man/*.{1,5} - - # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d. - # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675 - insinto /etc/logrotate.d - newins files/${PN}-logrotate ${PN} -} - -pkg_preinst() { - has_version "<${CATEGORY}/${PN}-0.7" - previous_less_than_0_7=$? -} - -pkg_postinst() { - if [[ $previous_less_than_0_7 = 0 ]] ; then - elog - elog "Configuration files are now in /etc/fail2ban/" - elog "You probably have to manually update your config
[gentoo-commits] repo/gentoo:master commit in: dev-python/gmpy/
commit: 57f3aab41a5d732c8f5082d74342204a2a287b2c Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:22 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f3aab4 dev-python/gmpy-2.0.8: added ~mips, bug 605122 dev-python/gmpy/gmpy-2.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/gmpy/gmpy-2.0.8.ebuild b/dev-python/gmpy/gmpy-2.0.8.ebuild index 41e247051af..9f2ce986f58 100644 --- a/dev-python/gmpy/gmpy-2.0.8.ebuild +++ b/dev-python/gmpy/gmpy-2.0.8.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc mpir" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/hyper-h2/
commit: 8233280ceca1e2b9110ee2469f17b9b1964c2faa Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:30 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8233280c dev-python/hyper-h2-3.0.1: added ~mips, bugs 605122, 614386 dev-python/hyper-h2/hyper-h2-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild b/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild index 548e860a15d..d514a4274ec 100644 --- a/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild +++ b/dev-python/hyper-h2/hyper-h2-3.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/
commit: 7ed6556c05a775e4dc1baf060b1edb2002744f0f Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:26 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed6556c dev-python/hpack-3.0.0: added ~mips, bug 605122 dev-python/hpack/hpack-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild index ba0df3e83ba..d28a69c82da 100644 --- a/dev-python/hpack/hpack-3.0.0.ebuild +++ b/dev-python/hpack/hpack-3.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/hyperframe/
commit: 7ec81f96958cb48d6e59f959a6e56fba228b4dd0 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:29 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec81f96 dev-python/hyperframe-5.1.0: added ~mips, bugs 605122, 614386 dev-python/hyperframe/hyperframe-5.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hyperframe/hyperframe-5.1.0.ebuild b/dev-python/hyperframe/hyperframe-5.1.0.ebuild index 1a2ed68b79e..61146a00046 100644 --- a/dev-python/hyperframe/hyperframe-5.1.0.ebuild +++ b/dev-python/hyperframe/hyperframe-5.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-py3doc-enhanced-theme/
commit: a84fc809bb86d735d7d031ad965cda83f9cf64f5 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:28 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84fc809 dev-python/sphinx-py3doc-enhanced-theme-2.3.2: added ~mips, bug 605122 .../sphinx-py3doc-enhanced-theme-2.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2.ebuild b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2.ebuild index e996cfc74c7..76b5106c8b4 100644 --- a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2.ebuild +++ b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd" IUSE="" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/automat/
commit: 30f8e769fb6eb405016f045d46a2cd37fd2129cc Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:31 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f8e769 dev-python/automat-0.6.0: added ~mips, bug 614386 dev-python/automat/automat-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/automat/automat-0.6.0.ebuild b/dev-python/automat/automat-0.6.0.ebuild index 54285ae3dda..f9c1a027599 100644 --- a/dev-python/automat/automat-0.6.0.ebuild +++ b/dev-python/automat/automat-0.6.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="examples test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
commit: 525e05a43788e61a8b9d8707978654afc971c5e7 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:34 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525e05a4 dev-python/mistune-0.7.4: added ~mips, bug 614386 dev-python/mistune/mistune-0.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mistune/mistune-0.7.4.ebuild b/dev-python/mistune/mistune-0.7.4.ebuild index 0fc38fd7f33..902ae2b7bd4 100644 --- a/dev-python/mistune/mistune-0.7.4.ebuild +++ b/dev-python/mistune/mistune-0.7.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/service_identity/
commit: 9998de33963e10aad4aef7eeb1003a5dcc510e3f Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:36 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9998de33 dev-python/service_identity-17.0.0-r1: added ~mips, bug 614386 dev-python/service_identity/service_identity-17.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild b/dev-python/service_identity/service_identity-17.0.0-r1.ebuild index 5834a6b947e..cea820ab068 100644 --- a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild +++ b/dev-python/service_identity/service_identity-17.0.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pyca/service_identity/archive/${PV}.tar.gz -> ${P}.g LICENSE=" MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/priority/
commit: a2b7c5150b7d83e62a2b1ebbd6a376d238efafc8 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:27 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b7c515 dev-python/priority-1.3.0: added ~mips, bug 605122 dev-python/priority/priority-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/priority/priority-1.3.0.ebuild b/dev-python/priority/priority-1.3.0.ebuild index 08a7614d981..99a72f2f1dc 100644 --- a/dev-python/priority/priority-1.3.0.ebuild +++ b/dev-python/priority/priority-1.3.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/gmpy/files/, dev-python/gmpy/
commit: 0d16531e438828335a8e7616c0ee33b9a32bc1cf Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:13:50 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d16531e dev-python/gmpy: Add patch to fix mpir types on mips/n32 Committed with floppym's blessing. Closes: https://bugs.gentoo.org/608496 dev-python/gmpy/files/gmpy-2.0.8-fix-mpir-types.patch | 17 + dev-python/gmpy/gmpy-2.0.8.ebuild | 4 2 files changed, 21 insertions(+) diff --git a/dev-python/gmpy/files/gmpy-2.0.8-fix-mpir-types.patch b/dev-python/gmpy/files/gmpy-2.0.8-fix-mpir-types.patch new file mode 100644 index 000..d21e5a55510 --- /dev/null +++ b/dev-python/gmpy/files/gmpy-2.0.8-fix-mpir-types.patch @@ -0,0 +1,17 @@ +diff -ur gmpy2-2.0.8.orig/src/gmpy.h gmpy2-2.0.8/src/gmpy.h +--- gmpy2-2.0.8.orig/src/gmpy.h2018-04-03 22:44:35.494621951 -0700 gmpy2-2.0.8/src/gmpy.h 2018-04-03 22:45:33.580835296 -0700 +@@ -129,8 +129,13 @@ + #ifndef BITS_PER_UI + /* Assume we are NOT using MPIR > 2.5. */ + #define BITS_PER_UI BITS_PER_ULONG ++#if defined(__mips__) && (_MIPS_SIM == _ABIN32) ++typedef unsigned long long mpir_ui; ++typedef long long mpir_si; ++#else + typedef unsigned long mpir_ui; + typedef longmpir_si; ++#endif + #define mpz_fits_si_p mpz_fits_slong_p + #define mpz_fits_ui_p mpz_fits_ulong_p + #endif diff --git a/dev-python/gmpy/gmpy-2.0.8.ebuild b/dev-python/gmpy/gmpy-2.0.8.ebuild index 1d39738f918..41e247051af 100644 --- a/dev-python/gmpy/gmpy-2.0.8.ebuild +++ b/dev-python/gmpy/gmpy-2.0.8.ebuild @@ -30,6 +30,10 @@ DEPEND="${RDEPEND} S="${WORKDIR}"/${MY_P} +PATCHES=( + "${FILESDIR}"/${P}-fix-mpir-types.patch +) + python_prepare_all() { # rm non std test file rm test*/gmpy_test_thr.py || die
[gentoo-commits] repo/gentoo:master commit in: dev-python/m2r/
commit: d0580e9a53386be009b9bd20f886bdd0df256d81 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:33 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0580e9a dev-python/m2r-0.1.12: added ~mips, bug 614386 dev-python/m2r/m2r-0.1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/m2r/m2r-0.1.12.ebuild b/dev-python/m2r/m2r-0.1.12.ebuild index 7af34f4c01b..58f6cb4990c 100644 --- a/dev-python/m2r/m2r-0.1.12.ebuild +++ b/dev-python/m2r/m2r-0.1.12.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/hyperlink/
commit: 01b19cfab39de6132d3522b489e062160e5fe120 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:32 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b19cfa dev-python/hyperlink-17.3.1: added ~mips, bug 614386 dev-python/hyperlink/hyperlink-17.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hyperlink/hyperlink-17.3.1.ebuild b/dev-python/hyperlink/hyperlink-17.3.1.ebuild index c39bf2f8aac..c1eccb99b00 100644 --- a/dev-python/hyperlink/hyperlink-17.3.1.ebuild +++ b/dev-python/hyperlink/hyperlink-17.3.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/
commit: 3de0c7c92865d96aa0b8623b814d75fb30022121 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 6 05:22:35 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri Apr 6 05:22:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de0c7c9 dev-python/twisted-17.9.0: added ~mips, bug 614386 dev-python/twisted/twisted-17.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/twisted/twisted-17.9.0.ebuild b/dev-python/twisted/twisted-17.9.0.ebuild index 5de764748a8..d6a8eadca42 100644 --- a/dev-python/twisted/twisted-17.9.0.ebuild +++ b/dev-python/twisted/twisted-17.9.0.ebuild @@ -19,7 +19,7 @@ SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2 # Dropped keywords due to new deps not keyworded #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd" LICENSE="MIT" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/
commit: bb03fdf4d6028cc8f281fb316163890b99ae43eb Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 6 05:09:17 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 6 05:09:17 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb03fdf4 x11-misc/menulibre: Old. Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-misc/menulibre/Manifest | 1 - x11-misc/menulibre/menulibre-2.1.4.ebuild | 68 --- 2 files changed, 69 deletions(-) diff --git a/x11-misc/menulibre/Manifest b/x11-misc/menulibre/Manifest index 44d04a06343..aa9ea202a9d 100644 --- a/x11-misc/menulibre/Manifest +++ b/x11-misc/menulibre/Manifest @@ -1,4 +1,3 @@ DIST menulibre-2.1.3.tar.gz 231336 BLAKE2B f15f962b41071f40cebdaa3fbab082932f1acad30026b89bb2b4672a860b4f7cc3caa668eadee48195a091783b6a8d5558ca44ed05034640247cad02394d3b93 SHA512 0a9040bcb311fe993238e5d1fc459db2400466c538c729ecd5bf2ff20cf9c7300ef2543c56ae4ef7cfa44cd66768ee9a9001ab997fd2507d8d74a246b2029c7a -DIST menulibre-2.1.4.tar.gz 414546 BLAKE2B 4c6420e6559415dd4be6aee37af43f820f85bb5d98ce4c3b475d977c1511d4ad30f1fb3db8aff94569a3dc0afa4d75887bed8247cd8d48c673bcb106cfa11b52 SHA512 48322d7187d77a63253ee5d8d269b473e36bab4d02f1442b8e4c66070d372e3eba4247b923932688640092e16d51ea41bef42571694980099c279a3526b9e56a DIST menulibre-2.1.5.tar.gz 443986 BLAKE2B 5397e1f9d4371c017c8d2358e65bdad58b0ac10765f00fa51b2b20d9e404f19229da00719c6cb209020e5894708882d42adb30f4668e82929e0d1904ca7d3cf5 SHA512 d1bcd055d7f5c77df02470b4b6362ea5af8a6f4dd41f217c73673b63f413c3edca0ae18ccb6cff179a514ee0218613c3201e7687ec36de34436556b8a60a0856 DIST menulibre-2.2.0.tar.gz 430567 BLAKE2B 7910f9f8e23b2ca3254b5a83a7c16315620bec38ff458a2fe3f65328b8b08ba424d853abb1fdb7334fd2b38da54b632a8d5b178a7cf876873d52c1903adcdab2 SHA512 d08d61fee3c5a9716581716c116d5b82c3221dff24093c765f6ad72d9dc17fde40ebdd2f17bcee7952b22bc4c78bdf1057cbc57af3c4651dfa6dc01cbd3ecbeb diff --git a/x11-misc/menulibre/menulibre-2.1.4.ebuild b/x11-misc/menulibre/menulibre-2.1.4.ebuild deleted file mode 100644 index f05ba92dfc0..000 --- a/x11-misc/menulibre/menulibre-2.1.4.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_{4,5,6} ) -PYTHON_REQ_USE="xml" -DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 eutils gnome2-utils versionator - -DESCRIPTION="Advanced freedesktop.org compliant menu editor" -HOMEPAGE="https://bluesabre.org/projects/menulibre/"; -SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-python/python-distutils-extra[${PYTHON_USEDEP}] -" -RDEPEND=" - dev-libs/gobject-introspection - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - gnome-base/gnome-menus[introspection] - x11-libs/gdk-pixbuf[X,introspection] - x11-libs/gtk+:3[X,introspection] - x11-libs/gtksourceview:3.0[introspection] - x11-themes/hicolor-icon-theme -" - -python_prepare_all() { - # too many categories - sed -i \ - -e 's/X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;//' \ - menulibre.desktop.in || die - - local i - # fix incorrect behavior when LINGUAS is set to an empty string - # https://bugs.launchpad.net/python-distutils-extra/+bug/1133594 - if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set - for i in $(cd "${S}"/po ; for p in *.po ; do echo ${p%.po} ; done) ; do # for every supported language - if ! has ${i} ${LINGUAS} ; then # if language is disabled - rm po/${i}.po || die - fi - done - fi - - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/
commit: d95575a928740be6f1affbafc3dc3761e20b24c2 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 6 05:06:48 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 6 05:06:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95575a9 x11-misc/menulibre: Version 2.2.0. Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-misc/menulibre/Manifest | 1 + x11-misc/menulibre/menulibre-2.2.0.ebuild | 69 +++ 2 files changed, 70 insertions(+) diff --git a/x11-misc/menulibre/Manifest b/x11-misc/menulibre/Manifest index 0198eb42ef9..44d04a06343 100644 --- a/x11-misc/menulibre/Manifest +++ b/x11-misc/menulibre/Manifest @@ -1,3 +1,4 @@ DIST menulibre-2.1.3.tar.gz 231336 BLAKE2B f15f962b41071f40cebdaa3fbab082932f1acad30026b89bb2b4672a860b4f7cc3caa668eadee48195a091783b6a8d5558ca44ed05034640247cad02394d3b93 SHA512 0a9040bcb311fe993238e5d1fc459db2400466c538c729ecd5bf2ff20cf9c7300ef2543c56ae4ef7cfa44cd66768ee9a9001ab997fd2507d8d74a246b2029c7a DIST menulibre-2.1.4.tar.gz 414546 BLAKE2B 4c6420e6559415dd4be6aee37af43f820f85bb5d98ce4c3b475d977c1511d4ad30f1fb3db8aff94569a3dc0afa4d75887bed8247cd8d48c673bcb106cfa11b52 SHA512 48322d7187d77a63253ee5d8d269b473e36bab4d02f1442b8e4c66070d372e3eba4247b923932688640092e16d51ea41bef42571694980099c279a3526b9e56a DIST menulibre-2.1.5.tar.gz 443986 BLAKE2B 5397e1f9d4371c017c8d2358e65bdad58b0ac10765f00fa51b2b20d9e404f19229da00719c6cb209020e5894708882d42adb30f4668e82929e0d1904ca7d3cf5 SHA512 d1bcd055d7f5c77df02470b4b6362ea5af8a6f4dd41f217c73673b63f413c3edca0ae18ccb6cff179a514ee0218613c3201e7687ec36de34436556b8a60a0856 +DIST menulibre-2.2.0.tar.gz 430567 BLAKE2B 7910f9f8e23b2ca3254b5a83a7c16315620bec38ff458a2fe3f65328b8b08ba424d853abb1fdb7334fd2b38da54b632a8d5b178a7cf876873d52c1903adcdab2 SHA512 d08d61fee3c5a9716581716c116d5b82c3221dff24093c765f6ad72d9dc17fde40ebdd2f17bcee7952b22bc4c78bdf1057cbc57af3c4651dfa6dc01cbd3ecbeb diff --git a/x11-misc/menulibre/menulibre-2.2.0.ebuild b/x11-misc/menulibre/menulibre-2.2.0.ebuild new file mode 100644 index 000..b66386de4eb --- /dev/null +++ b/x11-misc/menulibre/menulibre-2.2.0.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_REQ_USE="xml" +DISTUTILS_IN_SOURCE_BUILD=1 +inherit distutils-r1 eutils gnome2-utils versionator + +DESCRIPTION="Advanced freedesktop.org compliant menu editor" +HOMEPAGE="https://bluesabre.org/projects/menulibre/"; +SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-python/python-distutils-extra[${PYTHON_USEDEP}] +" +RDEPEND=" + dev-libs/gobject-introspection + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + gnome-base/gnome-menus[introspection] + x11-libs/gdk-pixbuf[X,introspection] + x11-libs/gtk+:3[X,introspection] + x11-libs/gtksourceview:3.0[introspection] + x11-themes/hicolor-icon-theme +" + +python_prepare_all() { + # too many categories + sed -i \ + -e 's/X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;//' \ + -e '/^OnlyShowIn/d' \ + menulibre.desktop.in || die + + local i + # fix incorrect behavior when LINGUAS is set to an empty string + # https://bugs.launchpad.net/python-distutils-extra/+bug/1133594 + if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set + for i in $(cd "${S}"/po ; for p in *.po ; do echo ${p%.po} ; done) ; do # for every supported language + if ! has ${i} ${LINGUAS} ; then # if language is disabled + rm po/${i}.po || die + fi + done + fi + + distutils-r1_python_prepare_all +} + +python_install_all() { + distutils-r1_python_install_all +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: da45e4800d4e1eb6545160c0824750937c184e2e Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 6 04:53:10 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 6 04:55:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da45e480 profiles/: Mask net-libs/nodejs versions that require dev-libs/icu-61.1. profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c508bb69e00..b479c4006e2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -77,6 +77,11 @@ dev-lang/idb (6 Apr 2018) +# Requires >=dev-libs/icu-61.1 +# https://bugs.gentoo.org/651698 +=net-libs/nodejs-9.11* + # Arfrever Frehtes Taifersar Arahesis (3 Apr 2018) # Merged into >=dev-db/m17n-db-1.7.0. # Masked for removal in 30 days.
[gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
commit: 460816764d0f3c66e74d193c21b93588eabd898f Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 6 04:53:57 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 6 04:55:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46081676 net-libs/nodejs: Version 9.11.1. Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-libs/nodejs/Manifest | 1 + ...nodejs-.ebuild => nodejs-9.11.1.ebuild} | 23 +++--- net-libs/nodejs/nodejs-.ebuild | 13 ++-- 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest index 9328c820c72..e1d9b55f2b4 100644 --- a/net-libs/nodejs/Manifest +++ b/net-libs/nodejs/Manifest @@ -5,3 +5,4 @@ DIST node-v6.11.5.tar.xz 15699404 BLAKE2B ba2df91bf5ef38cedb60b42919cf56f16807e6 DIST node-v6.14.1.tar.xz 15758180 BLAKE2B 63db5d1f73cc16f5c73012953799193cbd58da3aa92d3d48c5419d4e5c4e9126a2eb45b7e27e7396269deeca7836cac62c5f89e5d23b695a3455305739d5df90 SHA512 c1f725c76bfad914d8d607e1d0bddbb6cb75a99adcf781d12291830bc41610ede346a5ab29648d16ad8bb3031dade89f7f4e16708083b5fcda2def965f0c7d21 DIST node-v8.11.1.tar.xz 18279516 BLAKE2B b06f31571c93455d16899e3ba57d1e5835951be7a644fafbfcac9cce1bf33ed8ca47929e0a5d0df72034a6c2b967c578e3c78a2ed27ba85e41c4af1de2307293 SHA512 0ca0dead15a1623ece7f972d420dec623141a795ddd984c32ce7e92ae32ead97bb0153ebd8c1c249b91a1bd6efcef7fb313105455f66d4d181473153c4e0736f DIST node-v9.10.1.tar.xz 18456696 BLAKE2B 104f92701147d47d02e5cdefe3e866220267f8459a27c0ce81154a11cad72f13be8107efa8defd8123e1abc6984462621407d4b81f3a81d869fcf221a85233b4 SHA512 f94564a62fdce80b4ac946e6161e22664f372adf46e3baece17c1733eb9a5b850b43628f131653144bf920364933d0e94f21d1c5404f2388b2b9d56743d02e94 +DIST node-v9.11.1.tar.xz 18500884 BLAKE2B ac086b59144ed7393a7c0293616c1ef2b149e23ac67ba8ccf324c2c1f97b18435889e4fb2f1c205834e3309728853dcdbf34d00cc319a10bfed7cbea9fdf01e3 SHA512 6e5ed333ebb678c08fca8f567708874a50bd9311e326196bf86ca77db3046dd196b50208bcffb7f3435f0c031d47dff5471465c840be12903f3c683802000a1e diff --git a/net-libs/nodejs/nodejs-.ebuild b/net-libs/nodejs/nodejs-9.11.1.ebuild similarity index 93% copy from net-libs/nodejs/nodejs-.ebuild copy to net-libs/nodejs/nodejs-9.11.1.ebuild index 62953844e68..265cdd75e34 100644 --- a/net-libs/nodejs/nodejs-.ebuild +++ b/net-libs/nodejs/nodejs-9.11.1.ebuild @@ -6,15 +6,15 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads" -inherit bash-completion-r1 eutils flag-o-matic git-r3 pax-utils python-single-r1 toolchain-funcs +inherit bash-completion-r1 eutils flag-o-matic pax-utils python-single-r1 toolchain-funcs DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine" HOMEPAGE="https://nodejs.org/"; -EGIT_REPO_URI="https://github.com/nodejs/node"; +SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"; LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos" IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -22,19 +22,20 @@ REQUIRED_USE=" " RDEPEND=" - >=dev-libs/libuv-1.16.1:= + >=dev-libs/libuv-1.19.2:= >=net-libs/http-parser-2.7.0:= - >=net-libs/nghttp2-1.25.0 + >=net-libs/nghttp2-1.29.0 sys-libs/zlib - icu? ( >=dev-libs/icu-60.1:= ) - npm? ( ${PYTHON_DEPS} ) - ssl? ( >=dev-libs/openssl-1.0.2g:0=[-bindist] ) + icu? ( >=dev-libs/icu-61.1:= ) + ssl? ( >=dev-libs/openssl-1.0.2n:0=[-bindist] ) " -DEPEND="${RDEPEND} +DEPEND=" + ${RDEPEND} ${PYTHON_DEPS} systemtap? ( dev-util/systemtap ) - test? ( net-misc/curl )" - + test? ( net-misc/curl ) +" +S="${WORKDIR}/node-v${PV}" PATCHES=( "${FILESDIR}"/gentoo-global-npm-config.patch ) diff --git a/net-libs/nodejs/nodejs-.ebuild b/net-libs/nodejs/nodejs-.ebuild index 62953844e68..d8169ecd7dc 100644 --- a/net-libs/nodejs/nodejs-.ebuild +++ b/net-libs/nodejs/nodejs-.ebuild @@ -22,19 +22,20 @@ REQUIRED_USE=" " RDEPEND=" - >=dev-libs/libuv-1.16.1:= + >=dev-libs/libuv-1.19.2:= >=net-libs/http-parser-2.7.0:= - >=net-libs/nghttp2-1.25.0 + >=net-libs/nghttp2-1.29.0 sys-libs/zlib - icu? ( >=dev-libs/icu-60.1:= ) + icu? ( >=dev-libs/icu-61.1:= ) npm? ( ${PYTHON_DEPS} ) ssl? ( >=dev-libs/openssl-1.0.2g:0=[-bindist] ) " -DEPEND="${RDEPEND} +DEPEND=" + ${RDEPEND} ${PYTHON_DEPS} systemtap? ( dev-util/systemtap ) - test? ( net-misc/curl )" - + test? ( net-misc/curl ) +" PATCHES=( "${FILESDIR}"/gentoo-global-npm-config.patch )
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/iobuffer/
commit: 2898f523c9dc567f5ac3d080da5893e9f0732fdd Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 6 04:40:19 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 6 04:54:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2898f523 dev-ruby/iobuffer: add ruby25 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild b/dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild index 158cdf41c5d..836cf772501 100644 --- a/dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild +++ b/dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/yajl-ruby/
commit: db2a988a4c6e4d7964368353bf01a9be3eb6f4cd Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 6 04:51:16 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 6 04:54:14 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2a988a dev-ruby/yajl-ruby: add ruby25 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild b/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild index b8ecc24eded..fadfec26b7c 100644 --- a/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild +++ b/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/http_parser_rb/
commit: 8d6420268dcfa7473f6e07f4005b61b1424156b9 Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 6 04:45:29 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 6 04:54:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d642026 dev-ruby/http_parser_rb: add ruby25 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild index 9ed6d8d8082..0c7960f923d 100644 --- a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild +++ b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/roadie/
commit: a6a4c3de68016b3a5db936e0f90a4ee506130e34 Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 6 04:37:05 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 6 04:54:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a4c3de dev-ruby/roadie: add 3.3.0 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/roadie/Manifest| 1 + dev-ruby/roadie/roadie-3.3.0.ebuild | 33 + 2 files changed, 34 insertions(+) diff --git a/dev-ruby/roadie/Manifest b/dev-ruby/roadie/Manifest index b103b1565b3..82ecb9fb838 100644 --- a/dev-ruby/roadie/Manifest +++ b/dev-ruby/roadie/Manifest @@ -1 +1,2 @@ DIST roadie-3.2.2.tar.gz 45511 BLAKE2B 3dba057930f330a1c35c6df6b0bdd341b78dfd548e492e2e831847fe6475c4d108a15c2d3077c26b60e8b2b72b9c68d88cc2fd3394ac3a09e0d411cfd58d7888 SHA512 484133fccdb6485c00265f62c0ccd88819eb12acc6fe10233740c8b7d1418511d5b7d1cc67f222a5484205bfd7e8616c614136205e75cf85875296b37ecd603e +DIST roadie-3.3.0.tar.gz 48893 BLAKE2B a06d0515f3019940e0fe1284feebfeefe3db7f66b906e5c146c4407cc8078400645401050252bd4830aecb478d3d1854c41e4c9a82f0a966efaa8589f8d9a933 SHA512 bd54186678497812793fba6de13099dd166d15e2900cf6013d16cc4654a6a7b5392f50024f5d4964d9481f31f0b5272a1de7831028fbe9e9200cb54d5f8f6bff diff --git a/dev-ruby/roadie/roadie-3.3.0.ebuild b/dev-ruby/roadie/roadie-3.3.0.ebuild new file mode 100644 index 000..b9901f6690a --- /dev/null +++ b/dev-ruby/roadie/roadie-3.3.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby22 ruby23 ruby24" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="yard" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Making HTML emails comfortable for the Rails rockstars" +HOMEPAGE="https://github.com/Mange/roadie"; +SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.0 + >=dev-ruby/css_parser-1.4.5 =dev-ruby/css_parser-1*" +ruby_add_bdepend "test? ( dev-ruby/rspec-collection_matchers dev-ruby/webmock )" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" Rakefile || die + sed -i -e 's/git ls-files/find . -type f -print/' \ + -e '/test_files/d' \ + -e '/css_parser/ s/~>/>=/' ${RUBY_FAKEGEM_GEMSPEC} || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/
commit: af9c02404dac1e171bbdd1cbdcca8f78785fd648 Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 6 04:49:45 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 6 04:54:12 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9c0240 dev-ruby/msgpack: add ruby25 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/msgpack/msgpack-1.2.4.ebuild | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-ruby/msgpack/msgpack-1.2.4.ebuild b/dev-ruby/msgpack/msgpack-1.2.4.ebuild index ea2b33ee6ac..280a2030733 100644 --- a/dev-ruby/msgpack/msgpack-1.2.4.ebuild +++ b/dev-ruby/msgpack/msgpack-1.2.4.ebuild @@ -3,9 +3,9 @@ EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" -RUBY_FAKEGEM_TASK_DOC="doc" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.rdoc" @@ -19,8 +19,6 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd" IUSE="doc" -ruby_add_bdepend "doc? ( dev-ruby/yard )" - all_ruby_prepare() { sed -i -e '/bundler/I s:^:#:' Rakefile || die
[gentoo-commits] repo/gentoo:master commit in: x11-misc/magick-rotation/
commit: 96a9ddf276fae65a0605e419392f375959f97b4a Author: Sergey Popov gentoo org> AuthorDate: Fri Apr 6 04:51:14 2018 + Commit: Sergey Popov gentoo org> CommitDate: Fri Apr 6 04:51:14 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a9ddf2 x11-misc/magick-rotation: remove myself from maintainers Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-misc/magick-rotation/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/x11-misc/magick-rotation/metadata.xml b/x11-misc/magick-rotation/metadata.xml index 1229d82cefa..081d53a12fb 100644 --- a/x11-misc/magick-rotation/metadata.xml +++ b/x11-misc/magick-rotation/metadata.xml @@ -5,10 +5,6 @@ eva...@evadim.ru Vadim Efimov - - pinkb...@gentoo.org - Sergey Popov - proxy-ma...@gentoo.org Proxy Maintainers
[gentoo-commits] repo/gentoo:master commit in: sys-fs/ext4magic/
commit: ef551867763a99e4985754a0dbcb606f0059513c Author: Sergey Popov gentoo org> AuthorDate: Fri Apr 6 04:47:16 2018 + Commit: Sergey Popov gentoo org> CommitDate: Fri Apr 6 04:47:16 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef551867 sys-fs/ext4magic: remove myself from maintainers Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-fs/ext4magic/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/sys-fs/ext4magic/metadata.xml b/sys-fs/ext4magic/metadata.xml index 4f2ff8681bf..1c14353a5c5 100644 --- a/sys-fs/ext4magic/metadata.xml +++ b/sys-fs/ext4magic/metadata.xml @@ -5,10 +5,6 @@ gokt...@gentoo.org Göktürk Yüksek - - pinkb...@gentoo.org - Sergey Popov - Builds ext4magic with expert mode. Highly useful in recovering data from a corrupted filesystem Enable the recovery of file attributes (append, immutable, nodump etc)
[gentoo-commits] repo/gentoo:master commit in: sys-apps/sparc-utils/
commit: 6ae34d5a28d5c50d25f68afbe631c30862d7ad38 Author: Harri Nieminen gmail com> AuthorDate: Thu Apr 5 15:22:44 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 02:41:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae34d5a sys-apps/sparc-utils: Clean up old Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7827 sys-apps/sparc-utils/Manifest | 1 - sys-apps/sparc-utils/sparc-utils-1.9-r4.ebuild | 75 -- 2 files changed, 76 deletions(-) diff --git a/sys-apps/sparc-utils/Manifest b/sys-apps/sparc-utils/Manifest index c796e304cd2..4b38a775d37 100644 --- a/sys-apps/sparc-utils/Manifest +++ b/sys-apps/sparc-utils/Manifest @@ -1,3 +1,2 @@ -DIST sparc-utils_1.9-3.diff.gz 10337 BLAKE2B 03ee7ca15c4e736955fa08c66bbd1db2ec39764b4334fbec3838f5bcea3945d22c7a3148c00ab43a67324827af473739d014d7a6a895dbbd58c43ba13cbb1efe SHA512 c6eba75261ffee55cc49e3da71ad3a2f12e04574158975c69db0bbd94d7c22ca4dec50f3140cf0bf9f35bb547865deca3cfd3e28e76c70b9173926bc0b8f34ee DIST sparc-utils_1.9-4.diff.gz 9083 BLAKE2B e4b16c26fe67be73d0fd3ad8e1e80b19356d5961abac344f28650e4d355cac9c557999591947391c41be88d819ebb703ae1ff177b4fbe0d9bea7a411a791821f SHA512 ef79dc480471117da3a778450b3a122eaf64fdee69d35ff30b301f2360ff5d76c6343ce37c25cc188891c1619809daa0595d01c6e85781ddd7ddf1713c8378b7 DIST sparc-utils_1.9.orig.tar.gz 110080 BLAKE2B 52f47c130fb8e24b0340589c846292fb2e4e9b211a10cddf52a7a63edd70673e2b7d05c2415e558c5f2d1235f33f4ae65b777d3f8b2cf2c50a601d1f0a7a941a SHA512 bde05f1a98211aaf502be6dfd757ddfb21c136cedbb46ca84a4539706c71901815c9d8bedfebc3800c7340634b32276197c75f92f9cc829e4f50c37d203e9358 diff --git a/sys-apps/sparc-utils/sparc-utils-1.9-r4.ebuild b/sys-apps/sparc-utils/sparc-utils-1.9-r4.ebuild deleted file mode 100644 index f19f07a176b..000 --- a/sys-apps/sparc-utils/sparc-utils-1.9-r4.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils toolchain-funcs - -DESCRIPTION="Various sparc utilities from Debian GNU/Linux" -HOMEPAGE="http://packages.debian.org/sparc-utils"; -SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/s/${PN}/${PN}_${PV}-3.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* sparc" -IUSE="" - -DEPEND="virtual/os-headers" -RDEPEND="|| ( >=sys-apps/util-linux-2.13-r1 sys-apps/setarch )" - -S=${WORKDIR}/${P}.orig - -# NOTE: If a system has >=sys-kernel/linux-headers-2.6.0, don't build audioctl -# as the SPARC sound drivers have been replaced by their ALSA equivalents - -pkg_setup() { - has_version '>=sys-kernel/linux-headers-2.6.0' && \ - einfo "Linux 2.6 kernel headers detected, not building audioctl" -} - -src_unpack() { - unpack ${A} - epatch "${WORKDIR}/${PN}_${PV}-3.diff" - sed -i -e 's:#include :#include :' \ - ${S}/elftoaout*/elftoaout.c -} - -src_compile() { - emake -C elftoaout-2.3 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die - emake -C src piggyback piggyback64 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die - emake -C prtconf-1.3 CC="$(tc-getCC)" all || die - has_version '>=sys-kernel/linux-headers-2.6.0' || \ - emake -C audioctl-1.3 CC="$(tc-getCC)" || die -} - -src_install() { - # since the debian/piggyback64.1 manpage is a pointer to the - # debian/piggyback.1 manpage, copy debian/piggyback.1 to - # debian/piggyback64.1 - - cp ${S}/debian/piggyback.1 ${S}/debian/piggyback64.1 - - dobin elftoaout-2.3/elftoaout || die - dobin src/piggyback || die - dobin src/piggyback64 || die - dosbin prtconf-1.3/prtconf || die - dosbin prtconf-1.3/eeprom || die - - if ! has_version '>=sys-kernel/linux-headers-2.6.0'; then - dobin audioctl-1.3/audioctl || die - newinitd "${FILESDIR}"/audioctl.init audioctl || die - newconfd debian/audioctl.def audioctl || die - doman audioctl-1.3/audioctl.1 - fi - - doman elftoaout-2.3/elftoaout.1 - doman prtconf-1.3/prtconf.8 - doman prtconf-1.3/eeprom.8 - doman debian/piggyback.1 - doman debian/piggyback64.1 -} - -pkg_postinst() { - ewarn "In order to have /usr/sbin/eeprom, make sure you build /dev/openprom" - ewarn "device support (CONFIG_SUN_OPENPROMIO) into the kernel, or as a" - ewarn "module (and that the module is loaded)." -}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/
commit: fab0bc4a33fb47afc55ebbc1ba9477c0559b6a66 Author: Christian Tietz mailbox org> AuthorDate: Fri Apr 6 00:04:03 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 02:37:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab0bc4a sys-apps/bleachbit: Update metadata.xml. Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/bleachbit/metadata.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-apps/bleachbit/metadata.xml b/sys-apps/bleachbit/metadata.xml index 1ba6f1e4b71..b025f5f8290 100644 --- a/sys-apps/bleachbit/metadata.xml +++ b/sys-apps/bleachbit/metadata.xml @@ -11,7 +11,6 @@ bleachbit/bleachbit - https://bugs.launchpad.net/bleachbit - bleachbit + https://github.com/bleachbit/bleachbit/issues
[gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/
commit: cf220eee7da2c4aee5e8fbe7c20addb4fa32e467 Author: Christian Tietz mailbox org> AuthorDate: Fri Apr 6 00:02:26 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 02:37:53 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf220eee sys-apps/bleachbit: Cleanup old. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7830 sys-apps/bleachbit/Manifest | 1 - sys-apps/bleachbit/bleachbit-1.12.ebuild | 62 2 files changed, 63 deletions(-) diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest index bd5f5014eb5..43f85d60fbf 100644 --- a/sys-apps/bleachbit/Manifest +++ b/sys-apps/bleachbit/Manifest @@ -1,2 +1 @@ -DIST bleachbit-1.12.tar.bz2 396838 BLAKE2B 1784b5bc6602e5599b29ffbd0ad0f27f05ffe3aaab25756e3e07fff56c72517493b551063975c943a0e16efc2ecb30fdf69878577b8a5b27eccfdfb3bdd59c40 SHA512 b9c13a75b86eebbedaf928394714ac4d7847b8d53d345a4884acee68cd9c46ff1d5f4108479d7695109bad03c0fcdbb6f89e77d8794a60697fd5c6acdb34530c DIST bleachbit-2.0.tar.gz 886357 BLAKE2B f63ded34d245df892b2c14683ceaae8b57e786a8ab3111e7f76d484c6d3db404996119ab4114c3ae025848936a784878b3f100cf2ca8737401a6daaaf74a077e SHA512 adf5c2f2382b2eaab0eb2b4a173b392c160af7974f223c74ae51a30423514a15b98f04194b9ccde209b5c067d8481f0f1ee28651896d3002fcfa3927d8db056b diff --git a/sys-apps/bleachbit/bleachbit-1.12.ebuild b/sys-apps/bleachbit/bleachbit-1.12.ebuild deleted file mode 100644 index 927359b5e59..000 --- a/sys-apps/bleachbit/bleachbit-1.12.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="ar ast be bg bn bs ca cs da de el en_AU en_CA en_GB eo es et eu fa fi fo fr gl he hi hr hu hy ia id it ja ko ku ky lt lv -ms my nb nds nl nn pl pt_BR pt ro ru se si sk sl sr sv ta te th tr ug uk uz vi zh_CN zh_TW" -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 eutils l10n - -DESCRIPTION="Clean junk to free disk space and to maintain privacy" -HOMEPAGE="https://www.bleachbit.org"; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+gtk nls" - -RDEPEND=" - dev-python/notify-python[$PYTHON_USEDEP] - gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -DOCS=( README.md ) - -python_prepare_all() { - rem_locale() { - rm "po/${1}.po" || die "removing of ${1}.po failed" - } - - l10n_find_plocales_changes po "" ".po" - l10n_for_each_disabled_locale_do rem_locale - - # choose correct Python implementation, bug #465254 - sed -i -e 's/python/$(PYTHON)/g' po/Makefile || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use nls && emake -C po -} - -python_install_all() { - distutils-r1_python_install_all - use nls && emake -C po DESTDIR="${D}" install - - # https://bugs.gentoo.org/388999 - insinto /usr/share/${PN}/cleaners - doins cleaners/*.xml - - newbin ${PN}.py ${PN} - python_replicate_script "${D}/usr/bin/${PN}" - - doicon ${PN}.png - domenu ${PN}.desktop -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
commit: ddc6cf7dc3e3d8296cfd63ff287191c9b73050e3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:25:09 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 02:25:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc6cf7d dev-python/pandas: Sort IUSE, drop -USE Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pandas/pandas-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pandas/pandas-.ebuild b/dev-python/pandas/pandas-.ebuild index 7bab20c3e56..3febc683480 100644 --- a/dev-python/pandas/pandas-.ebuild +++ b/dev-python/pandas/pandas-.ebuild @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://github.com/pydata/pandas.git"; SLOT="0" LICENSE="BSD" KEYWORDS="" -IUSE="doc -minimal full-support test X" +IUSE="doc full-support minimal test X" MINIMAL_DEPEND=" >dev-python/numpy-1.7[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
commit: e1f0ba52820900cd4ac02050c21ee262d8040763 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:31:27 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 02:31:27 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f0ba52 dev-python/pandas: MINIMAL_DEPEND -> COMMON_DEPEND, blocks to RDEPEND Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pandas/pandas-.ebuild | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/dev-python/pandas/pandas-.ebuild b/dev-python/pandas/pandas-.ebuild index 3febc683480..41e804dd008 100644 --- a/dev-python/pandas/pandas-.ebuild +++ b/dev-python/pandas/pandas-.ebuild @@ -20,15 +20,10 @@ LICENSE="BSD" KEYWORDS="" IUSE="doc full-support minimal test X" -MINIMAL_DEPEND=" - >dev-python/numpy-1.7[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - !=dev-python/numexpr-2.1[${PYTHON_USEDEP}] +" OPTIONAL_DEPEND=" dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/blosc[${PYTHON_USEDEP}] @@ -66,9 +61,13 @@ OPTIONAL_DEPEND=" x11-misc/xsel ) ) - " - -DEPEND="${MINIMAL_DEPEND} +" +COMMON_DEPEND=" + >dev-python/numpy-1.7[${PYTHON_USEDEP}] + >=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" +DEPEND="${COMMON_DEPEND} dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/cython-0.23[${PYTHON_USEDEP}] doc? ( @@ -99,13 +98,16 @@ DEPEND="${MINIMAL_DEPEND} dev-python/psycopg:2[${PYTHON_USEDEP}] x11-misc/xclip x11-misc/xsel - )" + ) +" # dev-python/statsmodels invokes a circular dep # hence rm from doc? ( ), again -RDEPEND=" - ${MINIMAL_DEPEND} +RDEPEND="${COMMON_DEPEND} + !
[gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
commit: f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:36:04 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 02:36:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10a3bfc dev-python/pandas: Switch to dev-python/PyQt5, drop dev-python/pyside Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pandas/pandas-.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/pandas/pandas-.ebuild b/dev-python/pandas/pandas-.ebuild index 41e804dd008..6bf3185ad30 100644 --- a/dev-python/pandas/pandas-.ebuild +++ b/dev-python/pandas/pandas-.ebuild @@ -52,8 +52,7 @@ OPTIONAL_DEPEND=" sci-libs/scipy[${PYTHON_USEDEP}] X? ( || ( - dev-python/PyQt4[${PYTHON_USEDEP}] - dev-python/pyside[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP}] dev-python/pygtk[$(python_gen_usedep python2_7)] ) || ( @@ -167,5 +166,5 @@ pkg_postinst() { optfeature "Needed for parts of pandas.stats" dev-python/statsmodels optfeature "SQL database support" ">=dev-python/sqlalchemy-0.8.1" optfeature "miscellaneous statistical functions" sci-libs/scipy - optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel + optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt5 dev-python/pygtk x11-misc/xclip x11-misc/xsel }
[gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
commit: 4eeac9d11baf1f9760549a6c589c333ecc3b203c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:21:57 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 02:21:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eeac9d1 dev-python/pandas: Sync live with 0.20.3 bump changes Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pandas/pandas-.ebuild | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/pandas/pandas-.ebuild b/dev-python/pandas/pandas-.ebuild index c29b323ee1a..bc2a5b63415 100644 --- a/dev-python/pandas/pandas-.ebuild +++ b/dev-python/pandas/pandas-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,6 +45,7 @@ OPTIONAL_DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/statsmodels[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-0.8.1[${PYTHON_USEDEP}] + dev-python/xarray[${PYTHON_USEDEP}] dev-python/xlrd[${PYTHON_USEDEP}] dev-python/xlwt[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] @@ -66,6 +67,7 @@ DEPEND="${MINIMAL_DEPEND} >=dev-python/cython-0.23[${PYTHON_USEDEP}] doc? ( ${VIRTUALX_DEPEND} + app-text/pandoc dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] @@ -101,13 +103,11 @@ RDEPEND=" python_prepare_all() { # Prevent un-needed download during build - sed \ - -e "/^ 'sphinx.ext.intersphinx',/d" \ + sed -e "/^ 'sphinx.ext.intersphinx',/d" \ -i doc/source/conf.py || die # https://github.com/pydata/pandas/issues/11299 - sed \ - -e 's:testOdArray:disable:g' \ + sed -e 's:testOdArray:disable:g' \ -i pandas/tests/io/json/test_ujson.py || die distutils-r1_python_prepare_all
[gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
commit: ca8bbe3d0a9064c6a5d1b74522bcfb39ba0523da Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:24:19 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 02:24:19 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8bbe3d dev-python/pandas: One line per dep Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pandas/pandas-.ebuild | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-python/pandas/pandas-.ebuild b/dev-python/pandas/pandas-.ebuild index 1b5e2e9c597..7bab20c3e56 100644 --- a/dev-python/pandas/pandas-.ebuild +++ b/dev-python/pandas/pandas-.ebuild @@ -34,11 +34,17 @@ OPTIONAL_DEPEND=" dev-python/blosc[${PYTHON_USEDEP}] dev-python/boto[${PYTHON_USEDEP}] >=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep python2_7 pypy)] - || ( dev-python/html5lib[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] ) + || ( + dev-python/html5lib[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + ) dev-python/httplib2[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] - || ( >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}] dev-python/xlsxwriter[${PYTHON_USEDEP}] ) + || ( + >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}] + dev-python/xlsxwriter[${PYTHON_USEDEP}] + ) >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}] dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)] dev-python/rpy[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
commit: 6589076d683856fadb2d4f404e19bf97552e68fa Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:22:28 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 02:22:28 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6589076d dev-python/pandas: Drop python3_4 support Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pandas/pandas-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pandas/pandas-.ebuild b/dev-python/pandas/pandas-.ebuild index bc2a5b63415..1b5e2e9c597 100644 --- a/dev-python/pandas/pandas-.ebuild +++ b/dev-python/pandas/pandas-.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) PYTHON_REQ_USE="threads(+)" VIRTUALX_REQUIRED="manual"
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: d6267b0f1b02f0a69ef44c3aa923a3d75d097726 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 00:55:40 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 01:34:24 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6267b0f kde4-meta.eclass: Remove last-rited eclass Closes: https://bugs.gentoo.org/637774 eclass/kde4-meta.eclass | 631 1 file changed, 631 deletions(-) diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass deleted file mode 100644 index 88d9ef89ad1..000 --- a/eclass/kde4-meta.eclass +++ /dev/null @@ -1,631 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# -# @DEAD -# Removal on 2018-03-06. -# @ECLASS: kde4-meta.eclass -# @MAINTAINER: -# k...@gentoo.org -# @BLURB: Eclass for writing "split" KDE packages. -# @DESCRIPTION: -# This eclass provides all necessary functions for writing split KDE ebuilds. -# -# You must define KMNAME to use this eclass, and do so before inheriting it. All other variables are optional. -# Do not include the same item in more than one of KMMODULE, KMMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY. - -if [[ -z ${_KDE4_META_ECLASS} ]]; then -_KDE4_META_ECLASS=1 - -[[ -z ${KMNAME} ]] && die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" - -inherit kde4-base - -KDEMETA_EXPF="pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm" -EXPORT_FUNCTIONS ${KDEMETA_EXPF} - -# Add dependencies that all packages in a certain module share. -case ${KMNAME} in - kdepim|kdepim-runtime) - case ${PN} in - akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) - IUSE+=" +kontact" - RDEPEND+=" kontact? ( $(add_kdeapps_dep kontact '' ${PV}) )" - ;; - esac - ;; -esac - -DEPEND+=" ${COMMONDEPEND}" -RDEPEND+=" ${COMMONDEPEND}" -unset COMMONDEPEND - -debug-print "line ${LINENO} ${ECLASS}: DEPEND ${DEPEND} - after metapackage-specific dependencies" -debug-print "line ${LINENO} ${ECLASS}: RDEPEND ${RDEPEND} - after metapackage-specific dependencies" - -# Useful to build kde4-meta style stuff from extragear/playground (plasmoids etc) -case ${KDE_BUILD_TYPE} in - live) - if [[ ${KDE_SCM} == svn ]]; then - case ${KMNAME} in - extragear*|playground*) - ESVN_REPO_URI="${ESVN_MIRROR}/trunk/${KMNAME}" - ESVN_PROJECT="${KMNAME}${ESVN_PROJECT_SUFFIX}" - ;; - esac - fi - ;; -esac - -# @ECLASS-VARIABLE: KMNAME -# @DESCRIPTION: -# Name of the parent-module (e.g. kdebase, kdepim, ...). You _must_ set it -# _before_ inheriting this eclass, (unlike the other parameters), since it's -# used to set $SRC_URI. - -# @ECLASS-VARIABLE: KMMODULE -# @DESCRIPTION: -# Specify exactly one subdirectory of $KMNAME here. Defaults to $PN. -# The subdirectory listed here is treated exactly like items in $KMEXTRA. -# -# Example: The ebuild name of "kdebase/l10n" is kde-base/kdebase-l10n, because -# just 'l10n' would be too confusing. Hence it sets KMMODULE="l10n". - -# @ECLASS-VARIABLE: KMNOMODULE -# @DESCRIPTION: -# If set to "true", $KMMODULE doesn't have to be defined. -# -# Example usage: If you're installing subdirectories of a package, like plugins, -# you mark the top subdirectory (containing the package) as $KMEXTRACTONLY, and -# set KMNOMODULE="true". -if [[ -z ${KMMODULE} ]] && [[ ${KMNOMODULE} != true ]]; then - KMMODULE=${PN} -fi - -# @ECLASS-VARIABLE: KMEXTRA -# @DESCRIPTION: -# All subdirectories listed here will be extracted, compiled & installed. -# $KMMODULE is always added to $KMEXTRA. -# If KDE_HANDBOOK is 'always' or 'optional' and handbook USE-flag is set, and if this -# directory exists, then "doc/$KMMODULE" is added to $KMEXTRA. If there's additional -# documentation in different subdirectories, it should be added to KMEXTRA manually.. - -# @ECLASS-VARIABLE: KMCOMPILEONLY -# @DESCRIPTION: -# All subdirectories listed here will be extracted & compiled, but not installed. - -# TODO: better formulation may be needed -# @ECLASS-VARIABLE: KMEXTRACTONLY -# @DESCRIPTION: -# All subdirectories listed here will be extracted, but neither compiled nor installed. -# This can be used to avoid compilation in a subdirectory of a directory in $KMMODULE or $KMEXTRA - -# @ECLASS-VARIABLE: KMTARPARAMS -# @DESCRIPTION: -# Specify extra parameters to pass to tar, in kde4-meta_src_extract. -# '-xpf -j' are passed to tar by default. - -# @FUNCTION: kde4-meta_pkg_setup -# @DESCRIPTION: -# Currently calls its equ
[gentoo-commits] proj/kde-sunset:master commit in: eclass/
commit: 6a6c6d087d85efc0acddae97a0bff1e2c0e1c456 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Apr 6 00:52:56 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 00:52:56 2018 + URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6a6c6d08 kde4-{base,functions,meta}.eclass: Import from Gentoo ebuild repository eclass/kde4-base.eclass | 963 +++ eclass/kde4-functions.eclass | 431 +++ eclass/kde4-meta.eclass | 631 3 files changed, 2025 insertions(+) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass new file mode 100644 index 000..8abade2 --- /dev/null +++ b/eclass/kde4-base.eclass @@ -0,0 +1,963 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# @DEAD +# Removal on 2018-05-03. +# @ECLASS: kde4-base.eclass +# @MAINTAINER: +# k...@gentoo.org +# @BLURB: This eclass provides functions for kde 4.X ebuilds +# @DESCRIPTION: +# The kde4-base.eclass provides support for building KDE4 based ebuilds +# and KDE4 applications. +# +# NOTE: KDE 4 ebuilds currently support EAPI 5. This will be +# reviewed over time as new EAPI versions are approved. + +if [[ -z ${_KDE4_BASE_ECLASS} ]]; then +_KDE4_BASE_ECLASS=1 + +# @ECLASS-VARIABLE: KDE_SELINUX_MODULE +# @DESCRIPTION: +# If set to "none", do nothing. +# For any other value, add selinux to IUSE, and depending on that useflag +# add a dependency on sec-policy/selinux-${KDE_SELINUX_MODULE} to (R)DEPEND +: ${KDE_SELINUX_MODULE:=none} + +# @ECLASS-VARIABLE: VIRTUALDBUS_TEST +# @DESCRIPTION: +# If defined, launch and use a private dbus session during src_test. + +# @ECLASS-VARIABLE: VIRTUALX_REQUIRED +# @DESCRIPTION: +# For proper description see virtualx.eclass manpage. +# Here we redefine default value to be manual, if your package needs virtualx +# for tests you should proceed with setting VIRTUALX_REQUIRED=test. +: ${VIRTUALX_REQUIRED:=manual} + +inherit kde4-functions toolchain-funcs flag-o-matic gnome2-utils virtualx versionator eutils multilib xdg-utils + +if [[ ${KDE_BUILD_TYPE} = live ]]; then + case ${KDE_SCM} in + svn) inherit subversion ;; + git) inherit git-r3 ;; + esac +fi + +# @ECLASS-VARIABLE: CMAKE_REQUIRED +# @DESCRIPTION: +# Specify if cmake buildsystem is being used. Possible values are 'always' and 'never'. +# Please note that if it's set to 'never' you need to explicitly override following phases: +# src_configure, src_compile, src_test and src_install. +# Defaults to 'always'. +: ${CMAKE_REQUIRED:=always} +if [[ ${CMAKE_REQUIRED} = always ]]; then + buildsystem_eclass="cmake-utils" + export_fns="src_configure src_compile src_test src_install" +fi + +# @ECLASS-VARIABLE: KDE_MINIMAL +# @DESCRIPTION: +# This variable is used when KDE_REQUIRED is set, to specify required KDE minimal +# version for apps to work. Currently defaults to 4.4 +# One may override this variable to raise version requirements. +# Note that it is fixed to ${PV} for kde-base packages. +KDE_MINIMAL="${KDE_MINIMAL:-4.4}" + +# Set slot for KDEBASE known packages +case ${KDEBASE} in + kde-base) + SLOT=4/$(get_version_component_range 1-2) + KDE_MINIMAL="${PV}" + ;; + kdevelop) + if [[ ${KDE_BUILD_TYPE} = live ]]; then + # @ECLASS-VARIABLE: KDEVELOP_VERSION + # @DESCRIPTION: + # Specifies KDevelop version. Default is 4.0.0 for tagged packages and for live packages. + # Applies to KDEBASE=kdevelop only. + KDEVELOP_VERSION="${KDEVELOP_VERSION:-4.}" + # @ECLASS-VARIABLE: KDEVPLATFORM_VERSION + # @DESCRIPTION: + # Specifies KDevplatform version. Default is 1.0.0 for tagged packages and for live packages. + # Applies to KDEBASE=kdevelop only. + KDEVPLATFORM_VERSION="${KDEVPLATFORM_VERSION:-4.}" + else + case ${PN} in + kdevelop) + KDEVELOP_VERSION=${PV} + KDEVPLATFORM_VERSION="$(($(get_major_version)-3)).$(get_after_major_version)" + ;; + kdevplatform|kdevelop-php*|kdevelop-python) + KDEVELOP_VERSION="$(($(get_major_version)+3)).$(get_after_major_version)" + KDEVPLATFORM_VERSION=${PV} + ;; + *) + KDEVELOP_VERSION="${KDEVELOP_VERSION:-4.0.0}" + KDEVPLATFORM_VERSION="${
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/
commit: 418806a50aa67b791ad86ff8290b79dc62f37e5f Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:50:11 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:50:11 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418806a5 dev-python/pyproj: amd64 stable Bug: https://bugs.gentoo.org/635798 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pyproj/pyproj-1.9.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyproj/pyproj-1.9.5.1.ebuild b/dev-python/pyproj/pyproj-1.9.5.1.ebuild index 78294d37ee3..bae8fd871b1 100644 --- a/dev-python/pyproj/pyproj-1.9.5.1.ebuild +++ b/dev-python/pyproj/pyproj-1.9.5.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/owslib/
commit: 222b21bd234155b88c653a1048f7b49916b2a1c6 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:49:54 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:49:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222b21bd dev-python/owslib: amd64 stable Bug: https://bugs.gentoo.org/635798 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/owslib/owslib-0.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/owslib/owslib-0.16.0.ebuild b/dev-python/owslib/owslib-0.16.0.ebuild index 905b9c4e109..056c1a05c5b 100644 --- a/dev-python/owslib/owslib-0.16.0.ebuild +++ b/dev-python/owslib/owslib-0.16.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/geopython/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/
commit: d69750c26dba37dab2743ed1a30116df6866376d Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:49:30 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:49:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69750c2 sci-geosciences/qgis: amd64 stable Bug: https://bugs.gentoo.org/635798 Package-Manager: Portage-2.3.28, Repoman-2.3.9 sci-geosciences/qgis/qgis-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/qgis/qgis-3.0.1.ebuild b/sci-geosciences/qgis/qgis-3.0.1.ebuild index fcf4f8846c7..882d915e20e 100644 --- a/sci-geosciences/qgis/qgis-3.0.1.ebuild +++ b/sci-geosciences/qgis/qgis-3.0.1.ebuild @@ -10,7 +10,7 @@ QT_MIN_VER="5.9.1" if [[ ${PV} != * ]]; then SRC_URI="https://qgis.org/downloads/${P}.tar.bz2 examples? ( https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> qgis_sample_data-2.8.14.tar.gz )" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" else GIT_ECLASS="git-r3" EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git";
[gentoo-commits] repo/gentoo:master commit in: media-libs/libvorbis/
commit: fdbbf187fd7e4710e247d003f3af2e83a448160a Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:40:16 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:41:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbbf187 media-libs/libvorbis: amd64 stable Bug: https://bugs.gentoo.org/650654 Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-libs/libvorbis/libvorbis-1.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libvorbis/libvorbis-1.3.6.ebuild b/media-libs/libvorbis/libvorbis-1.3.6.ebuild index 090bab1a101..5e94e7a929f 100644 --- a/media-libs/libvorbis/libvorbis-1.3.6.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.xiph.org/releases/vorbis/${P}.tar.xz"; LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
commit: a961276e56801df2c3bc24684eb49acda66aff51 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:39:21 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:41:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a961276e media-libs/mesa: amd64 stable Bug: https://bugs.gentoo.org/652350 Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-libs/mesa/mesa-17.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-17.3.8.ebuild b/media-libs/mesa/mesa-17.3.8.ebuild index e1f174a75b5..b8a52eab3a4 100644 --- a/media-libs/mesa/mesa-17.3.8.ebuild +++ b/media-libs/mesa/mesa-17.3.8.ebuild @@ -25,7 +25,7 @@ if [[ $PV == ]]; then SRC_URI="" else SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"; - KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
commit: e532c2fce344b2751da1427ced86066ee7d404dd Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:34:04 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e532c2fc dev-perl/Curses-UI: amd64 stable Bug: https://bugs.gentoo.org/652622 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild index a68802bf09a..31f59c3167b 100644 --- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild +++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl UI framework based on the curses library" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86" IUSE="test" RDEPEND="dev-perl/Curses
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-FormValidator/
commit: 25a842f4f5562b988d4ee4a92a09cf0191bee500 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:35:15 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a842f4 dev-perl/Data-FormValidator: amd64 stable Bug: https://bugs.gentoo.org/652630 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild index fdac531a8fd..62d4c53c6b3 100644 --- a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild +++ b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Validates user input (usually from an HTML form) based on input profile" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="test" RDEPEND="dev-perl/Image-Size
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Daemon-Generic/
commit: 2f94b308c58f49d35872a17355ea368f5a697ff9 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:34:39 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f94b308 dev-perl/Daemon-Generic: amd64 stable Bug: https://bugs.gentoo.org/652628 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild b/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild index 152a56dd7a4..3be2065538f 100644 --- a/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild +++ b/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Framework to provide start/stop/reload for a daemon" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/
commit: 26b5e6901708132469ce69fa967a6e1d2882c484 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 00:38:47 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 00:42:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b5e690 sys-libs/gwenhywfar: Drop vulnerable and Qt4-based Bug: https://bugs.gentoo.org/582740 Closes: https://bugs.gentoo.org/644782 Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-libs/gwenhywfar/Manifest| 1 - sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild | 62 - sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild| 59 --- 3 files changed, 122 deletions(-) diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest index 86dc8e05dc5..878eb1529e1 100644 --- a/sys-libs/gwenhywfar/Manifest +++ b/sys-libs/gwenhywfar/Manifest @@ -1,2 +1 @@ -DIST gwenhywfar-4.15.3.tar.gz 2249350 BLAKE2B 278ee013fbcf1e05f8006b3b1bcf325e47895987e374868c9c64d1312a43485b61589d17ab1790f64b11d06c9976960b66f587157ca87749fa259502fa19e405 SHA512 a14d625518d94c94491df149f9e746ed8d769f4e43b6df24f51f4269f29005f7431e33e85de0bde0a81a2e876fea8ddad5ed4191114295d6c9ea2e94aba08799 DIST gwenhywfar-4.19.0.tar.gz 2362848 BLAKE2B cfdde7b26c9ab26d0ab8ce45ccb8da417bc118507e24d7c4315d0f0480deb92e60f331147cde2145b7b41e4764d18266ed221632b0110e3735a20ce6a6a674b2 SHA512 d05b230f7c00247301428046bf9ed643915d0939d804c78622892ae85c81dfe244832a8375820d489277251b407e424a5cf9b19224ad14f7fbfae83485e00da1 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild deleted file mode 100644 index 9c3542e3c33..000 --- a/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -MY_P="${P/_beta/beta}" -DESCRIPTION="A multi-platform helper library for other libraries" -HOMEPAGE="http://www.aquamaniac.de/aqbanking/"; -SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=201&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug doc fox gtk qt4 qt5" - -RDEPEND="dev-libs/libgpg-error - dev-libs/libgcrypt:0= - dev-libs/openssl:0= - net-libs/gnutls:= - virtual/libiconv - virtual/libintl - fox? ( x11-libs/fox:1.6 ) - gtk? ( x11-libs/gtk+:2 ) - qt4? ( dev-qt/qtgui:4 ) - qt5? ( dev-qt/qtgui:5 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - doc? ( app-doc/doxygen )" - -# broken upstream, reported but got no reply -RESTRICT="test" - -src_configure() { - local guis - local extra_opts - use fox && guis="${guis} fox16" - use gtk && guis="${guis} gtk2" - use qt4 && guis="${guis} qt4" && extra_opts="${extra_opts} --with-qt4-moc="$(qt4_get_bindir)/moc"" - use qt5 && guis="${guis} qt5" && extra_opts="${extra_opts} --with-qt5-qmake="$(qt5_get_bindir)/qmake" --with-qt5-moc="$(qt5_get_bindir)/moc"" - econf \ - --enable-ssl \ - $(use_enable debug) \ - $(use_enable doc full-doc) \ - --with-guis="${guis}" \ - ${extra_opts} \ - --with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc" -} - -src_compile() { - emake - use doc && emake srcdoc -} - -src_install() { - default - use doc && emake DESTDIR="${D}" install-srcdoc - find "${ED}" -name '*.la' -delete || die -} diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild deleted file mode 100644 index 8dd748cddb8..000 --- a/sys-libs/gwenhywfar/gwenhywfar-4.15.3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_P="${P/_beta/beta}" -DESCRIPTION="A multi-platform helper library for other libraries" -HOMEPAGE="http://www.aquamaniac.de/aqbanking/"; -SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=201&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86" -IUSE="debug doc fox gtk qt4" - -RDEPEND="dev-libs/libgpg-error - >=dev-libs/libgcrypt-1.2.0:0 - dev-libs/openssl:0 - >=net-libs/gnutls-2.0.1 - virtual/libiconv - virtual/libintl - fox? ( x11-libs/fox:1.6 ) - gtk? ( >=x11-libs/gtk+-2.17.5:2 ) - qt4? ( dev-qt/qtgui:4 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - doc? ( app-doc/doxygen )" - -# broken upstream, reported but got no reply -RESTRICT="test" - -src_configure() { - local gu
[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
commit: 4df84ad4be7ba3d13e3943bff08e9c6097186cd7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 00:36:10 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 00:41:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df84ad4 app-office/kmymoney: Drop slot 4 Bug: https://bugs.gentoo.org/646894 Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-office/kmymoney/Manifest | 1 - app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 159 - 2 files changed, 160 deletions(-) diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest index 938cea62f74..e7d767072bc 100644 --- a/app-office/kmymoney/Manifest +++ b/app-office/kmymoney/Manifest @@ -1,2 +1 @@ -DIST kmymoney-4.8.1.1.tar.xz 20963444 BLAKE2B d2be72a1c7dc41f48405ee406c419b9eb74cc02a80949965b8241331c00fbec23c32177aea0a401a76ef64a97e25e9e532c28e4f29bf88c9c2fd04f608790df6 SHA512 1f730f7db9117469aebaab33891f6064f648fa0ad25afff9ac1fab8d638c376d8e1f013401512c4be060436d6bbdfdacad6427b1e0911ac6b46288db1e242783 DIST kmymoney-5.0.1.tar.xz 13307860 BLAKE2B df61285f848df693510f1807bbf66b7cfec4498f2c540df3420731734a8ced8c4ae6426e338af2cecc85278120087eddc261a9e35bad50722991e3bb617d4a9c SHA512 74ace8d98f144c503d572c68cf50c27664a49bc5f4428788b69a1da52b8f72e97e1bb70914dbf041c43884c3b6340e28390618dec179ebe3d1b3ea63bede93e7 diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild deleted file mode 100644 index 34a42561678..000 --- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild +++ /dev/null @@ -1,159 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils flag-o-matic gnome2-utils virtualx xdg-utils - -DESCRIPTION="Personal finance manager by KDE" -HOMEPAGE="https://kmymoney.org/"; -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="calendar debug doc +handbook hbci ofx quotes test weboob" - -COMMON_DEPEND=" - >=app-crypt/gpgme-1.7.0[cxx] - =net-libs/aqbanking-5.5.1 - >=sys-libs/gwenhywfar-4.15.3[qt4] - ) - ofx? ( >=dev-libs/libofx-0.9.4 ) - weboob? ( www-client/weboob ) -" -RDEPEND="${COMMON_DEPEND} - kde-frameworks/oxygen-icons:* - handbook? ( kde-frameworks/kdelibs:4[handbook] ) - quotes? ( dev-perl/Finance-Quote ) -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost - virtual/pkgconfig - doc? ( app-doc/doxygen ) - handbook? ( - app-text/docbook-xml-dtd:4.2 - app-text/docbook-xsl-stylesheets - ) - test? ( dev-qt/qttest:4 ) -" - -src_prepare() { - cmake-utils_src_prepare - - if [[ -v LINGUAS ]] ; then - pushd po > /dev/null || die - local lang - for lang in *; do - if [[ -e ${lang} ]] && ! has ${lang/.po/} ${LINGUAS} ; then - case ${lang} in - CMakeLists.txt) ;; - *) rm -r ${lang} || die ;; - esac - cmake_comment_add_subdirectory ${lang} - sed -e "/add_subdirectory([[:space:]]*${lang}\/.*[[:space:]]*)/d" \ - -i CMakeLists.txt || die - fi - done - popd > /dev/null || die - fi - - if ! use handbook; then - cmake_comment_add_subdirectory doc - else - if [[ -d doc && -v LINGUAS ]] ; then - pushd doc > /dev/null || die - local lang - for lang in *; do - if ! has ${lang} ${LINGUAS} && [[ ${lang} != "en_US" ]]; then - cmake_comment_add_subdirectory ${lang} - fi - done - popd > /dev/null || die - fi - fi - - # don't install as executable - sed -i kmymoney/CMakeLists.txt \ - -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die -} - -src_configure() { - use debug || append-cppflags -DQT_NO_DEBUG - - local mycmakeargs=( - -DUSE_QT_DESIGNER=OFF - -DENABLE_LIBICAL=$(usex calendar) - -DUSE_DEVELOPER_DOC=$(usex doc) - -DENABLE_KBANKING=$(usex hbci) - -DENABLE_LIBOFX=$(usex ofx) - -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON - -DKDE4_BUILD_TESTS=$(usex test) - -DENABLE_WEBOOB=$(usex weboob) - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - use doc && cmake-utils_src_compile apidoc
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SmbHash/
commit: 1de1325420afd0c6e0b210a4f309b4321b351139 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:33:40 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:53 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de13254 dev-perl/Crypt-SmbHash: amd64 stable Bug: https://bugs.gentoo.org/652620 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild index 225d0a59361..c02d1185012 100644 --- a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild +++ b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="LM/NT hashing, for Samba's smbpasswd entries" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" RDEPEND="dev-perl/Digest-MD4"
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: fcb159d404820de3117b76eb89eef946 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 00:29:10 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 00:41:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb159d4 profiles: Mask x11-libs/libqxt for removal profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index a45acd888d6..c508bb69e00 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (06 Apr 2018) +# Dead upstream, depends on dead Qt4. +# Masked for removal in 30 days. Bugs #644478 +x11-libs/libqxt + # Andreas Sturmlechner (06 Apr 2018) # Dead upstream, dead homepage, depends on dead Qt4. # Masked for removal in 30 days. Bugs #642448, #636472
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/
commit: f6f6f404383fb5e3aa14a49c77a6a1bdb9f947a1 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:36:05 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f6f404 x11-libs/libdrm: amd64 stable Bug: https://bugs.gentoo.org/652350 Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-libs/libdrm/libdrm-2.4.89.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libdrm/libdrm-2.4.89.ebuild b/x11-libs/libdrm/libdrm-2.4.89.ebuild index 6d60fb9c54b..2eb073e6fc3 100644 --- a/x11-libs/libdrm/libdrm-2.4.89.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.89.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git"; else SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2"; - KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: a7259b67c5542bcaee2a70abd2fbaf20884dcf44 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 00:28:43 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 00:41:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7259b67 profiles: Mask media-video/bdsup2sub++ for removal profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 975e857760a..a45acd888d6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (06 Apr 2018) +# Dead upstream, dead homepage, depends on dead Qt4. +# Masked for removal in 30 days. Bugs #642448, #636472 +media-video/bdsup2sub++ + # Rick Farina (04 Apr 2018) # Violates PMS and does not work with stable portage. # Masked for removal in 60 days, lift mask if bug #650126 is fixed
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
commit: 4bf583646052ded4a669fd1b625541351eaff485 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:32:51 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf58364 dev-perl/Crypt-Random-Source: amd64 stable Bug: https://bugs.gentoo.org/652614 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild index 153b8041c83..43d1c5b8f1f 100644 --- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild +++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Get weak or strong random data from pluggable sources" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-DH/
commit: e8321fd669e41e5a6b17c2bfb21ddd3bfd5b27fa Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:32:00 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8321fd6 dev-perl/Crypt-DH: amd64 stable Bug: https://bugs.gentoo.org/652608 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild b/dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild index c0bc6e2dc9c..ec4fda513a4 100644 --- a/dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild +++ b/dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Diffie-Hellman key exchange system" SLOT="0" -KEYWORDS="~amd64 ~hppa x86" +KEYWORDS="amd64 ~hppa x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Random/
commit: a27e75f536526463ccde4fe2534f82bd32ef937b Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:32:33 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27e75f5 dev-perl/Crypt-OpenSSL-Random: amd64 stable Bug: https://bugs.gentoo.org/652612 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.110.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.110.0.ebuild b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.110.0.ebuild index ec8280fde4a..ba9338e5c26 100644 --- a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.110.0.ebuild +++ b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.110.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="OpenSSL/LibreSSL pseudo-random number generator access" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="libressl" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/
commit: aee906501dc6640df4641e63b06526b5a7d7fc37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 00:36:50 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 00:42:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee90650 app-office/libalkimia: Drop 5.0.0 (Qt4-based) Bug: https://bugs.gentoo.org/646894 Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-office/libalkimia/Manifest| 1 - app-office/libalkimia/libalkimia-5.0.0.ebuild | 25 - 2 files changed, 26 deletions(-) diff --git a/app-office/libalkimia/Manifest b/app-office/libalkimia/Manifest index c873548e388..f49dd9d583f 100644 --- a/app-office/libalkimia/Manifest +++ b/app-office/libalkimia/Manifest @@ -1,2 +1 @@ DIST alkimia-7.0.1.tar.xz 38400 BLAKE2B c6dccf0702ae42bfcebfa20fc34233766ab4b08c81d7b8aa8af2be2003560f2e088e922a0ec5656c6f8e34d3f3a8348fb6315c3e5aecf72cda9fa2506e1a2161 SHA512 7f72eaf69ad38c5478498a212f6f644ab76a27aec588ff8817414c7e36190568012cd2faff7ae31978beec670539ac93e55f3637a331e90738bddc11a423138c -DIST libalkimia-5.0.0.tar.xz 28400 BLAKE2B 68fa555b1e42bcadcf7aa229092e8a2d6500f4e5d03720dd259eec43daeb7f2916564500d1d2b32c0b36988a8907120404830880a7d10999c3c6b9d010903f61 SHA512 9ba205f5726f237389b9ea928ef37fc3b38161aaec5988dcc64afa3d8e53575a055b248e3c27e738db13f9e6af231f493e1374bbc50d0672729b0cdb391ce99f diff --git a/app-office/libalkimia/libalkimia-5.0.0.ebuild b/app-office/libalkimia/libalkimia-5.0.0.ebuild deleted file mode 100644 index af907c081fe..000 --- a/app-office/libalkimia/libalkimia-5.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Library with common classes and functionality used by KDE finance applications" -HOMEPAGE="https://community.kde.org/Alkimia/libalkimia"; -SRC_URI="mirror://kde/stable/${PN/lib/}/${PV}/src/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -KEYWORDS="amd64 x86" -SLOT="0/5" -IUSE="" - -RDEPEND=" - dev-libs/gmp:0=[cxx] - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - kde-frameworks/kdelibs:4 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -"
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-RIPEMD160/
commit: 8cd0751532c5674d8abb666029dee80cfa1fb849 Author: Aaron Bauman gentoo org> AuthorDate: Fri Apr 6 00:33:12 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:40:52 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd07515 dev-perl/Crypt-RIPEMD160: amd64 stable Bug: https://bugs.gentoo.org/652618 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild index 6a2e3187ded..f2b0ce6829a 100644 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension for the RIPEMD-160 Hash function" SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" export OPTIMIZE="$CFLAGS"
[gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/
commit: 084066a30004299647f43a0db8174e744119dfd1 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Apr 6 00:32:23 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Apr 6 00:33:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084066a3 sys-libs/gwenhywfar: x86 stable (bug #646894) Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild index 886287eeb38..5509c4d393a 100644 --- a/sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild +++ b/sys-libs/gwenhywfar/gwenhywfar-4.19.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=01&releas LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86" IUSE="debug designer doc fox gtk libressl qml qt5 sensors serialport test webkit" REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( qt5 ) webkit? ( qt5 )"
[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
commit: 5db1e686036698671d849f1288c944b77bb22183 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Apr 6 00:31:48 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Apr 6 00:32:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db1e686 app-office/kmymoney: x86 stable (bug #646894) Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild index 3cd96b99f08..c1e3975e027 100644 --- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org"; SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="activities addressbook calendar hbci holidays ofx quotes weboob" REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
[gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/
commit: c3efc5213683bbd4ea5e5ebf8d260067f46ac8f0 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Apr 6 00:31:13 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Apr 6 00:32:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3efc521 app-office/libalkimia: x86 stable (bug #646894) Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-office/libalkimia/libalkimia-7.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libalkimia/libalkimia-7.0.1.ebuild b/app-office/libalkimia/libalkimia-7.0.1.ebuild index 4fe85d06b07..410a813b42f 100644 --- a/app-office/libalkimia/libalkimia-7.0.1.ebuild +++ b/app-office/libalkimia/libalkimia-7.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/src/${KMNAME}-${PV}.tar.xz" LICENSE="LGPL-2.1" SLOT="0/7" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/
commit: b9677681a392639f6dee85a98d4bbc9a9da30c34 Author: Aaron Bauman gentoo org> AuthorDate: Thu Apr 5 23:21:26 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:19:18 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9677681 dev-perl/File-Copy-Link: amd64 stable Bug: https://bugs.gentoo.org/652624 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild index eb0973d1583..994558cbf7a 100644 --- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild +++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension for replacing a link by a copy of the linked file" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Load/
commit: b6c0fc4104d89da865eb529ebd551af8fb29f32f Author: Aaron Bauman gentoo org> AuthorDate: Thu Apr 5 23:08:53 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:16:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c0fc41 dev-perl/Class-Load: amd64 stable Bug: https://bugs.gentoo.org/652538 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Class-Load/Class-Load-0.240.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild index 081dd4d082e..cae4edaa350 100644 --- a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild +++ b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A working (require q{Class::Name}) and more" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" # uses Scalar-Util
[gentoo-commits] repo/gentoo:master commit in: www-client/falkon/
commit: 7f5b97c3ee0cc718c4643b636dde4f27a734f35d Author: Aaron Bauman gentoo org> AuthorDate: Thu Apr 5 23:03:51 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:16:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5b97c3 www-client/falkon: amd64 stable Bug: https://bugs.gentoo.org/652056 Package-Manager: Portage-2.3.28, Repoman-2.3.9 www-client/falkon/falkon-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/falkon/falkon-3.0.0.ebuild b/www-client/falkon/falkon-3.0.0.ebuild index 0334b402b3d..e8af4f7d2fa 100644 --- a/www-client/falkon/falkon-3.0.0.ebuild +++ b/www-client/falkon/falkon-3.0.0.ebuild @@ -16,7 +16,7 @@ fi LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="dbus gnome-keyring kwallet libressl +X" COMMON_DEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
commit: 33c4e3353785504ea1a697bb969bd27858f94afa Author: Aaron Bauman gentoo org> AuthorDate: Thu Apr 5 23:21:05 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 00:19:17 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c4e335 dev-perl/Cwd-Guard: amd64 stable Bug: https://bugs.gentoo.org/652624 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild index d7d5cb374d9..9f25f7261aa 100644 --- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild +++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Temporary changing working directory (chdir)" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~x86" IUSE="test minimal" # Cwd -> perl-File-Spec RDEPEND="
[gentoo-commits] proj/portage:master commit in: pym/portage/util/elf/
commit: 8443230a7865ca3ce006023054d4313f680c9508 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Apr 5 23:48:03 2018 + Commit: Zac Medico gentoo org> CommitDate: Thu Apr 5 23:55:04 2018 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8443230a portage.util.elf.constants: Update URL for elfutils header. fedorahosted.org was retired on 2017-03-01. pym/portage/util/elf/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/util/elf/constants.py b/pym/portage/util/elf/constants.py index 4761cf427..2704e85c3 100644 --- a/pym/portage/util/elf/constants.py +++ b/pym/portage/util/elf/constants.py @@ -1,8 +1,8 @@ -# Copyright 2015 Gentoo Foundation +# Copyright 2015-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # These constants are available from elfutils: -# https://git.fedorahosted.org/cgit/elfutils.git/tree/libelf/elf.h +# https://sourceware.org/git/?p=elfutils.git;a=blob;f=libelf/elf.h;hb=HEAD EI_CLASS = 4 ELFCLASS32 = 1
[gentoo-commits] repo/gentoo:master commit in: dev-python/enaml/
commit: 7b9fea0797553acbb138f2d7f70ec50c106f2571 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 23:18:48 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:24:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9fea07 dev-python/enaml: 0.10.2 version bump Bug: https://bugs.gentoo.org/649100 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/enaml/Manifest| 1 + dev-python/enaml/enaml-0.10.2.ebuild | 58 2 files changed, 59 insertions(+) diff --git a/dev-python/enaml/Manifest b/dev-python/enaml/Manifest index 4b3af93f800..52f8f39d0ba 100644 --- a/dev-python/enaml/Manifest +++ b/dev-python/enaml/Manifest @@ -1 +1,2 @@ +DIST enaml-0.10.2.tar.gz 1568147 BLAKE2B 627e34f0703a54a7298c405406c2d96eb29f0d278c535f9e0a49d981dc8c4264a935fe34e97e4a1cfbcf4f4f1b9c24e00596bd850bdc87a29ef4429f9d620dce SHA512 fb78d5202fb595d28aae92455a70d4e6057c8a5daf05b4487f6e3aca38b7e495684ef6ccd4ce5bdd04e53be7231e6d39db73341005c12922d69ccfde38b84957 DIST enaml-0.9.8.tar.gz 1455642 BLAKE2B f17b5a4a531b231babc44ea9c81d607989fe0a80a4c2b1c9ea7c0ef880388523b72b5e276d7815196b515052cefce78f3d29b08c67c181ffd080557d87098e30 SHA512 e9b88d1fbb9e82564d3a865f74685b1b1f8b8918e29dd4d7ce7d6b4b2e6d386c6388e99f9bf0adb02fb9277a57519f8502a33bd6e0548fd1a4d52d0a4b33cf02 diff --git a/dev-python/enaml/enaml-0.10.2.ebuild b/dev-python/enaml/enaml-0.10.2.ebuild new file mode 100644 index 000..d634aaa9aa0 --- /dev/null +++ b/dev-python/enaml/enaml-0.10.2.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{5,6} ) +inherit distutils-r1 flag-o-matic virtualx + +DESCRIPTION="Enthought Tool Suite: framework for writing declarative interfaces" +HOMEPAGE="https://github.com/nucleic/enaml https://pypi.python.org/pypi/enaml"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + dev-python/atom[${PYTHON_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/kiwisolver[${PYTHON_USEDEP}] + dev-python/ply[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/QtPy[${PYTHON_USEDEP}] + >=x11-libs/qscintilla-2.10.3 +" +DEPEND="${RDEPEND} + test? ( + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + ) +" + +# The testsuite antagonises gentoo conventions far beyond what can currently be dealt with +# It also passes all once run +RESTRICT="test" + +# Doc build now fails, missing required folder, use doc removed for now +# https://github.com/nucleic/enaml/issues/170 +#python_compile_all() { +# use doc && emake -C docs html +#} + +python_prepare_all() { + append-flags -fno-strict-aliasing + distutils-r1_python_prepare_all +} + +python_test() { + export ETS_TOOLKIT=qt5 + VIRTUALX_COMMAND="nosetests -v" virtualmake +} + +python_install_all() { +# use doc && local HTML_DOCS=( docs/build/html/. ) + distutils-r1_python_install_all +}
[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/
commit: aa5f521f93786ea56e33b501523b79731453976b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 23:25:38 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:25:43 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5f521f kde-misc/zanshin: Drop 0.4.1_p20170701 snapshot Closes: https://bugs.gentoo.org/647552 Package-Manager: Portage-2.3.28, Repoman-2.3.9 kde-misc/zanshin/Manifest | 1 - kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild | 61 - 2 files changed, 62 deletions(-) diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest index 123c0168d7f..ad82d970037 100644 --- a/kde-misc/zanshin/Manifest +++ b/kde-misc/zanshin/Manifest @@ -1,2 +1 @@ -DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c SHA512 f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa DIST zanshin-0.5.0.tar.xz 438300 BLAKE2B 323f7f8545ba59daf2e62af6873be47b81e62b808495757752e4a33e3b0816c63e0e08979695c33cc70b4aebcff6d30814b8cbb400fe64af5329e72501639399 SHA512 9e4f01ee622a07096b7cc234a6a2f0b35501497efb662af590d4c4fa3f55f21acc528bfae10e92da8107f26f3d5f4b30512c97017c36cad96d6e6cb28e43 diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild b/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild deleted file mode 100644 index 1f41e1bd46f..000 --- a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Getting things done application by KDE" -HOMEPAGE="https://zanshin.kde.org/"; -SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"; - -LICENSE="|| ( GPL-2 GPL-3 )" -KEYWORDS="amd64 x86" -IUSE="" - -# FIXME: bundles libkdepim -COMMON_DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kparts) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-calendar) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep akonadi-notes) - $(add_kdeapps_dep akonadi-search) - $(add_kdeapps_dep kcalcore) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kidentitymanagement) - $(add_kdeapps_dep kldap) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep kontactinterface) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost - test? ( $(add_kdeapps_dep akonadi 'tools') ) -" -RDEPEND="${COMMON_DEPEND} - !kde-misc/zanshin:4 - $(add_kdeapps_dep kdepim-runtime) -"
[gentoo-commits] repo/gentoo:master commit in: sci-biology/qrna/
commit: 95a1cce670544160aaab600509a6ee1a8d93 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 13:46:51 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:24:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a1ccaa sci-biology/qrna: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 sci-biology/qrna/qrna-2.0.3c-r2.ebuild | 58 -- 1 file changed, 58 deletions(-) diff --git a/sci-biology/qrna/qrna-2.0.3c-r2.ebuild b/sci-biology/qrna/qrna-2.0.3c-r2.ebuild deleted file mode 100644 index ea79f2d548f..000 --- a/sci-biology/qrna/qrna-2.0.3c-r2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Prototype ncRNA genefinder" -HOMEPAGE="http://selab.janelia.org/software.html"; -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-lang/perl - sci-biology/hmmer" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-glibc-2.10.patch - "${FILESDIR}"/${P}-ldflags.patch -) - -src_prepare() { - default - sed \ - -e "s:^CC.*:CC = $(tc-getCC):" \ - -e "/^AR/s:ar:$(tc-getAR):g" \ - -e "/^RANLIB/s:ranlib:$(tc-getRANLIB):g" \ - -e "/CFLAGS/s:=.*$:= ${CFLAGS}:" \ - -i {src,squid,squid02}/Makefile || die - rm -v squid*/*.a || die -} - -src_compile() { - local d - for d in squid squid02 src; do - emake -C ${d} - done -} - -src_install() { - dobin src/{cfgbuild,eqrna,eqrna_sample,rnamat_main} scripts/* - - newdoc 00README README - dodoc -r documentation/. - - insinto /usr/share/${PN}/data - doins -r lib/. - insinto /usr/share/${PN}/demos - doins -r Demos/. - - # Sets the path to the QRNA data files - doenvd "${FILESDIR}"/26qrna -}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/qosmic/, profiles/
commit: 88c948d951a856d2e24c4147f71a2e425bc96d19 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 22:20:24 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:24:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c948d9 media-gfx/qosmic: Remove last-rited package Closes: https://bugs.gentoo.org/644424 media-gfx/qosmic/Manifest| 1 - media-gfx/qosmic/metadata.xml| 15 --- media-gfx/qosmic/qosmic-1.5.0.ebuild | 28 profiles/package.mask| 5 - 4 files changed, 49 deletions(-) diff --git a/media-gfx/qosmic/Manifest b/media-gfx/qosmic/Manifest deleted file mode 100644 index 97099af0325..000 --- a/media-gfx/qosmic/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qosmic-1.5.0.tar.bz2 367993 BLAKE2B 74ade4eaef8a20045179411709318fc531b5d0a9a71ca7ba48a23f22f86e4f42da448d497dea0e20afa581dfb5acae1f830793a2eb2bf682ff6b96fe7eff0506 SHA512 38f73db991587b0607b5b1670578e4b109af3f54b31ada41e7af57c068fd65250aa7285e1765052059e4d4670ad42c4a5da626e475d17110f1517b2d55a9df4d diff --git a/media-gfx/qosmic/metadata.xml b/media-gfx/qosmic/metadata.xml deleted file mode 100644 index ce8e31a39cd..000 --- a/media-gfx/qosmic/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - graph...@gentoo.org - Gentoo Graphics Project - - - q...@gentoo.org - Gentoo Qt Project - - - qosmic - - diff --git a/media-gfx/qosmic/qosmic-1.5.0.ebuild b/media-gfx/qosmic/qosmic-1.5.0.ebuild deleted file mode 100644 index a9fb06f7b9b..000 --- a/media-gfx/qosmic/qosmic-1.5.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit qt4-r2 - -DESCRIPTION="A cosmic recursive flame fractal editor" -HOMEPAGE="https://github.com/bitsed/qosmic"; -SRC_URI="https://qosmic.googlecode.com/files/${P}.tar.bz2"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/lua-5.1.4 - dev-qt/qtgui:4 - >=media-gfx/flam3-3.0.1" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="changes.txt README" - -src_prepare() { - qt4-r2_src_prepare - - sed -i -e "/^CONFIG/s/uitools//" ${PN}.pro || die -} diff --git a/profiles/package.mask b/profiles/package.mask index f0483b076c7..519cc9326af 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -586,11 +586,6 @@ dev-lisp/gentoo-init # Masked for removal in 30 days. Bug #649116. media-video/qt-recordmydesktop -# Michael Palimaka (07 Mar 2018) -# Depends on deprecated Qt 4. Dead upstream. -# Masked for removal in 30 days. Bug #644424. -media-gfx/qosmic - # Brian Evans (06 Mar 2018) # MariaDB MaxScale 1.x depends on the deprecated libmysqld # Newer versions bundle software that require git access
[gentoo-commits] repo/gentoo:master commit in: dev-python/atom/
commit: 8fcb174a5ce2b781ba601cc7f5a9246763665560 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 23:01:55 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:24:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcb174a dev-python/atom: 0.4.1 version bump Tests either fail or report success with "Ran 0 tests in 0.000s". Not going to carry over the hackish attempt to fix tests from 0.3.10 that only achieves the latter. Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/atom/Manifest | 1 + dev-python/atom/atom-0.4.1.ebuild | 33 + 2 files changed, 34 insertions(+) diff --git a/dev-python/atom/Manifest b/dev-python/atom/Manifest index ccd3b328321..f2c23a694f8 100644 --- a/dev-python/atom/Manifest +++ b/dev-python/atom/Manifest @@ -1 +1,2 @@ DIST atom-0.3.10.zip 102102 BLAKE2B ed67aac137ed1ec983d45296756a6cd716201f412783287e2c054edae1d4ac25923fa53af832d77e5ec2c9ce4ee064d2be8013526e41b679235e5eeacccbf39f SHA512 ae22747f96e42b9cc4f7c92ddb7d7b8af647e17b917481cd267d4162bd9260b906a019a73de2ca6e3c72a9430dacd535001da7dcb809c1c3dc18c7297be14b76 +DIST atom-0.4.1.tar.gz 65082 BLAKE2B 9f2f1fe4a910e69a083567472d1d442570b922e1aafd3a94ec55541b406d7fa876a5260193137f9de37b1c44fd97f95d0868fd345cc82e0c1c73683c149aa2e7 SHA512 95c5b5a78fb8466a78b8f983290e722d7f797ecbd9d149e37f2f52f0604c932bb747c791a4d16922535e0ef2c992c59021c2f695563d5a320a86538a6a80b958 diff --git a/dev-python/atom/atom-0.4.1.ebuild b/dev-python/atom/atom-0.4.1.ebuild new file mode 100644 index 000..a58ad5387d5 --- /dev/null +++ b/dev-python/atom/atom-0.4.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{5,6} ) +inherit distutils-r1 flag-o-matic + +DESCRIPTION="Memory efficient Python objects" +HOMEPAGE="https://github.com/nucleic/atom"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Clear-BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND=" + dev-python/future[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +RESTRICT="test" + +python_prepare_all() { + append-flags -fno-strict-aliasing + distutils-r1_python_prepare_all +} + +python_install_all() { + distutils-r1_python_install_all +}
[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
commit: 5169cec68fa6fd6784138e42a47ba6a5a0d4ad92 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 23:34:58 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:34:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5169cec6 app-office/kmymoney: Disable failing reports-chart-test Closes: https://bugs.gentoo.org/652636 Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 9 + 1 file changed, 9 insertions(+) diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild index 1787feddf5f..3cd96b99f08 100644 --- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild @@ -114,3 +114,12 @@ src_configure() { ) kde5_src_configure } + +src_test() { + # bug: 652636 + local myctestargs=( + -E "(reports-chart-test)" + ) + + kde5_src_test +}
[gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/qt-recordmydesktop/, ...
commit: f3d06451cc3cf739b49b951d7b5dce14bc32a6d3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 22:21:57 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:24:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d06451 media-video/qt-recordmydesktop: Remove last-rited package Closes: https://bugs.gentoo.org/649116 media-video/qt-recordmydesktop/Manifest| 1 - .../qt-recordmydesktop-0.3.8-check-for-jack.patch | 32 -- .../qt-recordmydesktop-0.3.8-desktopfile.patch | 18 .../files/qt-recordmydesktop-0.3.8-pyqt4.patch | 14 -- media-video/qt-recordmydesktop/metadata.xml| 15 --- .../qt-recordmydesktop-0.3.8-r3.ebuild | 50 -- profiles/package.mask | 5 --- 7 files changed, 135 deletions(-) diff --git a/media-video/qt-recordmydesktop/Manifest b/media-video/qt-recordmydesktop/Manifest deleted file mode 100644 index c23ab457e9d..000 --- a/media-video/qt-recordmydesktop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qt-recordmydesktop-0.3.8.tar.gz 185528 BLAKE2B 366bb84f6ffa39db33c04ebf7e59fe5e8b04099e8a8a5c704ef4dfc16f2f878292614b301ce1c7a3cae4d532d0696cf3f7474e15f762a20da220c951737a687b SHA512 bdbdfc898e7a463547701b22af94e8b86c48037e3d644afcb0465001922c9cf9e722d0b929868237bd2800edd14df78d6eed93303cdcd19d98ec864934488fe5 diff --git a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-check-for-jack.patch b/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-check-for-jack.patch deleted file mode 100644 index d27db3abbcf..000 --- a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-check-for-jack.patch +++ /dev/null @@ -1,32 +0,0 @@ a/src/rmdPrefsWidget.py2008-11-23 16:09:14.0 +0100 -+++ b/src/rmdPrefsWidget.py2010-05-24 16:23:30.255865721 +0200 -@@ -302,9 +302,29 @@ - def remPort(self,lwi): - self.jack_lsp_listSave.takeItem(self.jack_lsp_listSave.row(lwi)) - -+def which(self,program): -+import os -+def is_exe(fpath): -+return os.path.exists(fpath) and os.access(fpath, os.X_OK) -+ -+fpath, fname = os.path.split(program) -+if fpath: -+if is_exe(program): -+return program -+else: -+for path in os.environ["PATH"].split(os.pathsep): -+exe_file = os.path.join(path, program) -+if is_exe(exe_file): -+return exe_file -+ -+return None -+ - def __runJackLSP__(self,button=None): - self.ports=[] - failed=0 -+if self.which('jack_lsp') == None: -+self.jack_button.setEnabled(False) -+return - (stdin,stdout,stderr)=os.popen3(['jack_lsp'],'t') - ports=stdout.readlines() - stdin.close() diff --git a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-desktopfile.patch b/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-desktopfile.patch deleted file mode 100644 index 1ea843a8733..000 --- a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-desktopfile.patch +++ /dev/null @@ -1,18 +0,0 @@ -Fixes errors reported by desktop-file-validate. - a/src/qt-recordmydesktop.desktop -+++ b/src/qt-recordmydesktop.desktop -@@ -1,12 +1,11 @@ - [Desktop Entry] - Version=1.0 --Encoding=UTF-8 - Name=qt-recordMyDesktop - Comment=Frontend for recordMyDesktop - Comment[fr]=Interface pour recordmydesktop - Exec=qt-recordMyDesktop - Terminal=false - Type=Application --Icon=qt-recordmydesktop.png -+Icon=qt-recordmydesktop - Categories=AudioVideo;Recorder; - StartupNotify=false diff --git a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-pyqt4.patch b/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-pyqt4.patch deleted file mode 100644 index 9b2368cfd66..000 --- a/media-video/qt-recordmydesktop/files/qt-recordmydesktop-0.3.8-pyqt4.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: qt-recordmydesktop-0.3.8/configure.ac -=== qt-recordmydesktop-0.3.8.orig/configure.ac -+++ qt-recordmydesktop-0.3.8/configure.ac -@@ -50,8 +50,7 @@ fi - b=$(echo "$PYQT4_VERSION" | awk 'BEGIN{ FS="." } { print $1 "\n" $2 "\n" $3 }') - c=($b) - -- --export PYQT4_MAJOR=${c[[0]]} -+export PYQT4_MAJOR=${c[[0]]/snapshot-/} - export PYQT4_MINOR=${c[[1]]} - - if test $PYQT4_MAJOR != 4; then diff --git a/media-video/qt-recordmydesktop/metadata.xml b/media-video/qt-recordmydesktop/metadata.xml deleted file mode 100644 index 5fe329f2068..000 --- a/media-video/qt-recordmydesktop/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - media-vi...@gentoo.org - Gentoo Video project - - - q...@gentoo.org -
[gentoo-commits] repo/gentoo:master commit in: sci-biology/qrna/
commit: 55b9d1daf0b09521f151d2a25e46e4e7e309f9b3 Author: Martin Mokrejš gmail com> AuthorDate: Fri Feb 9 15:51:13 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:24:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b9d1da sci-biology/qrna: DEPEND on sci-biology/hmmer:2 Closes: https://github.com/gentoo/gentoo/pull/7134 sci-biology/qrna/qrna-2.0.3c-r3.ebuild | 58 ++ 1 file changed, 58 insertions(+) diff --git a/sci-biology/qrna/qrna-2.0.3c-r3.ebuild b/sci-biology/qrna/qrna-2.0.3c-r3.ebuild new file mode 100644 index 000..5c580a24d2a --- /dev/null +++ b/sci-biology/qrna/qrna-2.0.3c-r3.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit toolchain-funcs + +DESCRIPTION="Prototype ncRNA genefinder" +HOMEPAGE="http://selab.janelia.org/software.html"; +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-lang/perl + sci-biology/hmmer:2" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-glibc-2.10.patch + "${FILESDIR}"/${P}-ldflags.patch +) + +src_prepare() { + default + sed \ + -e "s:^CC.*:CC = $(tc-getCC):" \ + -e "/^AR/s:ar:$(tc-getAR):g" \ + -e "/^RANLIB/s:ranlib:$(tc-getRANLIB):g" \ + -e "/CFLAGS/s:=.*$:= ${CFLAGS}:" \ + -i {src,squid,squid02}/Makefile || die + rm -v squid*/*.a || die +} + +src_compile() { + local d + for d in squid squid02 src; do + emake -C ${d} + done +} + +src_install() { + dobin src/{cfgbuild,eqrna,eqrna_sample,rnamat_main} scripts/* + + newdoc 00README README + dodoc -r documentation/. + + insinto /usr/share/${PN}/data + doins -r lib/. + insinto /usr/share/${PN}/demos + doins -r Demos/. + + # Sets the path to the QRNA data files + doenvd "${FILESDIR}"/26qrna +}
[gentoo-commits] repo/gentoo:master commit in: app-office/calligra/files/, app-office/calligra/
commit: ed29e62fa20e94e2601da05749127fab941b2050 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 5 23:23:28 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 5 23:24:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed29e62f app-office/calligra: Drop 3.0.1 Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-office/calligra/Manifest | 1 - app-office/calligra/calligra-3.0.1.ebuild | 241 - .../files/calligra-3.0.0-no-arch-detection.patch | 17 -- 3 files changed, 259 deletions(-) diff --git a/app-office/calligra/Manifest b/app-office/calligra/Manifest index 8cf6fbe018a..f4101fe56ac 100644 --- a/app-office/calligra/Manifest +++ b/app-office/calligra/Manifest @@ -1,3 +1,2 @@ -DIST calligra-3.0.1.tar.xz 60764344 BLAKE2B e264f1eb5928d2f11fba9c9b71a77d2685230b9128105264d109d3aca51f32a814795dd04f5f8fb980dce4fa4d4365c4073b35c2abb8933c906238bc0b25aef2 SHA512 ec17d007262d598e16045c6c75f8a37dfdf73b980b02ae9bea20282cbd4dd53202f62fc4d8bd84484193a501859c2150079a76d83c1638d8449f41526df57ee0 DIST calligra-3.1.0.tar.xz 58037392 BLAKE2B b933012fe0031f4d6eac626054e7fb248f85635e5873224328d30f9aed31dce0a0a49f99cf6eea9c232477400af1d16ffc4dae483cdfd5081720434e95684e50 SHA512 ad1b689a5b36deafcf6985d4a0a1e8148d10e19fb4a0be8343c6e1d24146b9a8ffa0890ab5bbb21816b3134d21150b57f6159db1a30cc54c0fde5bf7bdf4537b DIST calligraplan-3.1.0.tar.xz 3617600 BLAKE2B af45aa28529c18c9fa9fae2b7c03ea1b795d3fec3fd44dbcc4ed056a4b1b843b10cb8a9ad6dab319775a7d7032520721a4719605859dd60100a19eafdcb621ed SHA512 a8ccc6ee2f0381b811926a296122464bdb79aad7c75ff0f7a554e4596165ff7fd7ef62c9af9232ea36542d6b538446c8920fe77cbbe7ffacdf6e6b99a1b68156 diff --git a/app-office/calligra/calligra-3.0.1.ebuild b/app-office/calligra/calligra-3.0.1.ebuild deleted file mode 100644 index 7a2d180f4ec..000 --- a/app-office/calligra/calligra-3.0.1.ebuild +++ /dev/null @@ -1,241 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -CHECKREQS_DISK_BUILD="4G" -KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional-recursive" -inherit check-reqs kde5 versionator - -DESCRIPTION="KDE Office Suite" -HOMEPAGE="https://www.calligra.org/"; -[[ ${KDE_BUILD_TYPE} == release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - -LICENSE="GPL-2" - -[[ ${KDE_BUILD_TYPE} == release ]] && \ -KEYWORDS="amd64 x86" - -CAL_FTS=( karbon plan sheets words ) -CAL_EXP_FTS=( braindump stage ) - -IUSE="activities +crypt +fontconfig gsl import-filter jpeg2k +lcms okular openexr +pdf - phonon pim spacenav +truetype X $(printf 'calligra_features_%s ' ${CAL_FTS[@]}) - $(printf 'calligra_experimental_features_%s ' ${CAL_EXP_FTS[@]})" - -# TODO: Not packaged: Cauchy (https://bitbucket.org/cyrille/cauchy) -# Required for the matlab/octave formula tool -# drop qtcore subslot operator when QT_MINIMAL >= 5.7.0 -# FIXME: Disabled by upstream for good reason -# Crashes plan (https://bugs.kde.org/show_bug.cgi?id=311940) -# $(add_kdeapps_dep akonadi) -# $(add_kdeapps_dep akonadi-contacts) -COMMON_DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kemoticons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kross) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep sonnet) - $(add_qt_dep designer) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtscript) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - dev-lang/perl - sys-libs/zlib - virtual/libiconv - activities? ( $(add_frameworks_dep kactivities) ) - crypt? ( app-crypt/qca:2[qt5] ) - fontconfig? ( media-libs/fontconfig ) - gsl? ( sci-libs/gsl ) - import-filter? ( - $(add_frameworks_dep khtml) - app-text/libetonyek - app-text/libodfgen -
[gentoo-commits] repo/gentoo:master commit in: media-gfx/dawn/
commit: a55695e77bd06736043f09372c570760bc1a4070 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:04:03 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55695e7 media-gfx/dawn: x86 stable (bug #652454) Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/dawn/dawn-3.90b-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/dawn/dawn-3.90b-r1.ebuild b/media-gfx/dawn/dawn-3.90b-r1.ebuild index eb0d35f516d..12062962227 100644 --- a/media-gfx/dawn/dawn-3.90b-r1.ebuild +++ b/media-gfx/dawn/dawn-3.90b-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://geant4.kek.jp/~tanaka/src/${MY_P}.tgz"; LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc x86" IUSE="doc opengl X" RDEPEND="dev-lang/tk:*
[gentoo-commits] repo/gentoo:master commit in: sys-apps/setserial/
commit: 17bbddea78964285e9a1a778bc1297504e4de358 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:12:18 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:33 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17bbddea sys-apps/setserial: x86 stable (bug #646962) Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-apps/setserial/setserial-2.17-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/setserial/setserial-2.17-r5.ebuild b/sys-apps/setserial/setserial-2.17-r5.ebuild index a5f8ca032da..972b31c332b 100644 --- a/sys-apps/setserial/setserial-2.17-r5.ebuild +++ b/sys-apps/setserial/setserial-2.17-r5.ebuild @@ -13,7 +13,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" PATCHES=( "${FILESDIR}"/${P}-spelling.patch
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libdaemon/
commit: 88e90492810ea8519783d2dc131fa4bd2d76046c Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:05:28 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:13 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e90492 dev-libs/libdaemon: x86 stable (bug #652220) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-libs/libdaemon/libdaemon-0.14-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild index 4517293ee69..8d64d71e16d 100644 --- a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild +++ b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"; LICENSE="LGPL-2.1" SLOT="0/5" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc examples static-libs" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
commit: 93b5e154ff85aae355e66640d17bb47d8604c57b Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:10:33 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b5e154 dev-db/mysqltuner: x86 stable (bug #651852) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-db/mysqltuner/mysqltuner-1.6.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild index 02ae046adc4..6977a21572e 100644 --- a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild +++ b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/
commit: 2ab153acfd49f948910e88eaca29b8391b0b2e29 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:12:56 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:34 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab153ac app-accessibility/speech-tools: x86 stable (bug #649448) Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild b/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild index 3b7f386dbf4..4b41663033f 100644 --- a/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild +++ b/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.festvox.org/packed/festival/${PV}/${MY_P}-release.tar.gz LICENSE="FESTIVAL HPND BSD rc regexp-UofT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="nas X" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-misc/dvtm/
commit: 77ec66a0d3829fc3ab9fa65d5cdddf9e074b33f5 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:04:23 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ec66a0 app-misc/dvtm: x86 stable (bug #651900) Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-misc/dvtm/dvtm-0.15-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/dvtm/dvtm-0.15-r3.ebuild b/app-misc/dvtm/dvtm-0.15-r3.ebuild index 1f6287f41cf..798f8fe14fb 100644 --- a/app-misc/dvtm/dvtm-0.15-r3.ebuild +++ b/app-misc/dvtm/dvtm-0.15-r3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then EGIT_REPO_URI="git://repo.or.cz/dvtm.git" else SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"; - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" fi LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/
commit: 46ebaf8b5468201893a9e71787520ce55ff79e6d Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:14:35 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ebaf8b kde-misc/zanshin: x86 stable (bug #650670) Package-Manager: Portage-2.3.28, Repoman-2.3.9 kde-misc/zanshin/zanshin-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/zanshin/zanshin-0.5.0.ebuild b/kde-misc/zanshin/zanshin-0.5.0.ebuild index 07e9896aa57..3a8f084bb7b 100644 --- a/kde-misc/zanshin/zanshin-0.5.0.ebuild +++ b/kde-misc/zanshin/zanshin-0.5.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://zanshin.kde.org/"; SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="|| ( GPL-2 GPL-3 )" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" # FIXME: bundles libkdepim
[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-aa-xcursors/
commit: ea0ac8726f9e790dd40447954c815d4b9b6a53e4 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:14:09 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:39 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0ac872 x11-themes/vanilla-dmz-aa-xcursors: x86 stable (bug #652188) Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild b/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild index 4eb9640c5ee..8791b0ec8a1 100644 --- a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild +++ b/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86" IUSE="" DEPEND="x11-apps/xcursorgen"
[gentoo-commits] repo/gentoo:master commit in: sys-apps/timer_entropyd/
commit: 0373ca634d7a77d7fe44c3ddbe684c61be7f41f6 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:13:11 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:36 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0373ca63 sys-apps/timer_entropyd: x86 stable (bug #651718) Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild index 0c55fac4e63..9a5835c0363 100644 --- a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild +++ b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.vanheusden.com/te/${P}.tgz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ~x86" +KEYWORDS="amd64 ~mips x86" IUSE="debug selinux" RDEPEND="selinux? ( sec-policy/selinux-entropyd )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/rarfile/
commit: 435ff430928b07e60af083e1049ed41176bb6dcc Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:10:52 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:28 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435ff430 dev-python/rarfile: x86 stable (bug #651568) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/rarfile/rarfile-3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rarfile/rarfile-3.0.ebuild b/dev-python/rarfile/rarfile-3.0.ebuild index bf3e89942d9..43081f2ba21 100644 --- a/dev-python/rarfile/rarfile-3.0.ebuild +++ b/dev-python/rarfile/rarfile-3.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/r/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+compressed" RDEPEND="${DEPEND}
[gentoo-commits] repo/gentoo:master commit in: app-text/rnv/
commit: fbf17dc747e65c762f00a7c05ef632799e070433 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:11:08 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:29 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf17dc7 app-text/rnv: x86 stable (bug #651854) Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-text/rnv/rnv-1.7.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/rnv/rnv-1.7.11-r1.ebuild b/app-text/rnv/rnv-1.7.11-r1.ebuild index 4321037e0b7..1ca31dcce3d 100644 --- a/app-text/rnv/rnv-1.7.11-r1.ebuild +++ b/app-text/rnv/rnv-1.7.11-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-util/scons/
commit: 3c9dfde6c5c7d7a73afd29c57a153b2494cd27e0 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:11:45 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:31 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9dfde6 dev-util/scons: x86 stable (bug #651586) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-util/scons/scons-2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/scons/scons-2.5.1.ebuild b/dev-util/scons/scons-2.5.1.ebuild index 0770cb184db..f3b600a4406 100644 --- a/dev-util/scons/scons-2.5.1.ebuild +++ b/dev-util/scons/scons-2.5.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc" #PATCHES=( )
[gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-server/
commit: 28aa84bca9e093318d07c4c9d9d936fe69c42d12 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:08:08 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:18 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28aa84bc app-crypt/libu2f-server: x86 stable (bug #652410) Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild b/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild index 28f5dc9b445..d6f5837efa5 100644 --- a/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild +++ b/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"; LICENSE="BSD-2" SLOT="0/0.1" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="libressl static-libs test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Daemon-Generic/
commit: 03362ac44e4233f663ff63725ca37b91605bdb3e Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:03:05 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03362ac4 dev-perl/Daemon-Generic: x86 stable (bug #652628) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild b/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild index da4e3bb65e6..152a56dd7a4 100644 --- a/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild +++ b/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Framework to provide start/stop/reload for a daemon" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/
commit: 69ff9f961a096c75d103573ffa0be6b4a31e2e58 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:13:40 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:38 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ff9f96 x11-themes/vanilla-dmz-xcursors: x86 stable (bug #652188) Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild index ffc17ebc527..adc45120dff 100644 --- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild +++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86" IUSE="" DEPEND="x11-apps/xcursorgen"
[gentoo-commits] repo/gentoo:master commit in: media-libs/libvorbis/
commit: 88eb8a8f552d7113e19508761a7564b26767e692 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:08:47 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:19 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88eb8a8f media-libs/libvorbis: x86 stable (bug #650654) Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-libs/libvorbis/libvorbis-1.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libvorbis/libvorbis-1.3.6.ebuild b/media-libs/libvorbis/libvorbis-1.3.6.ebuild index 92e37324f12..090bab1a101 100644 --- a/media-libs/libvorbis/libvorbis-1.3.6.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.xiph.org/releases/vorbis/${P}.tar.xz"; LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/
commit: 57347c1831e3c0427ca1dc6e5d4ebd5ff487ad30 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:04:52 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:11 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57347c18 sys-apps/haveged: x86 stable (bug #652088) Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-apps/haveged/haveged-1.9.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/haveged/haveged-1.9.2-r1.ebuild b/sys-apps/haveged/haveged-1.9.2-r1.ebuild index e43732a8d98..36adaf84b92 100644 --- a/sys-apps/haveged/haveged-1.9.2-r1.ebuild +++ b/sys-apps/haveged/haveged-1.9.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz"; LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" IUSE="selinux static-libs" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/
commit: e4f5939d40418c0a910a3c4b06322451d351 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:06:15 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:14 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f5939d x11-libs/libdrm: x86 stable (bug #652350) Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-libs/libdrm/libdrm-2.4.89.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libdrm/libdrm-2.4.89.ebuild b/x11-libs/libdrm/libdrm-2.4.89.ebuild index 04f61bbb0be..6d60fb9c54b 100644 --- a/x11-libs/libdrm/libdrm-2.4.89.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.89.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git"; else SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2"; - KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-FormValidator/
commit: bb4af3de86bd4178d78988a9dd220fbab9b0c97a Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:03:37 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4af3de dev-perl/Data-FormValidator: x86 stable (bug #652630) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild index 55615c0f9af..fdac531a8fd 100644 --- a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild +++ b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Validates user input (usually from an HTML form) based on input profile" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="test" RDEPEND="dev-perl/Image-Size
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses-UI/
commit: 9a5b57f56ebc0a2995d66597dc3d21140ecb Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:02:30 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5b57f5 dev-perl/Curses-UI: x86 stable (bug #652622) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild index e44a5b7d8b2..a68802bf09a 100644 --- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild +++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl UI framework based on the curses library" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86" IUSE="test" RDEPEND="dev-perl/Curses
[gentoo-commits] repo/gentoo:master commit in: sys-block/mbuffer/
commit: 2fed61612bbc95a58bab3cd0ccfc94dec81a194d Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:10:17 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:24 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fed6161 sys-block/mbuffer: x86 stable (bug #651680) Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-block/mbuffer/mbuffer-20171011.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/mbuffer/mbuffer-20171011.ebuild b/sys-block/mbuffer/mbuffer-20171011.ebuild index b7d5ef07646..8ecc65f5759 100644 --- a/sys-block/mbuffer/mbuffer-20171011.ebuild +++ b/sys-block/mbuffer/mbuffer-20171011.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="debug ssl test" RDEPEND="ssl? ( dev-libs/openssl:0= )"
[gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
commit: 1347e102095bc394e4e54bae60ba40ad8bf4d53a Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:07:50 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:16 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1347e102 media-libs/mesa: x86 stable (bug #652350) Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-libs/mesa/mesa-17.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-17.3.8.ebuild b/media-libs/mesa/mesa-17.3.8.ebuild index 04c07eaa82d..e1f174a75b5 100644 --- a/media-libs/mesa/mesa-17.3.8.ebuild +++ b/media-libs/mesa/mesa-17.3.8.ebuild @@ -25,7 +25,7 @@ if [[ $PV == ]]; then SRC_URI="" else SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"; - KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SmbHash/
commit: e0bfd9d21b618b19db1e48f743794b5a2fe2d545 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 5 23:01:58 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 5 23:16:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bfd9d2 dev-perl/Crypt-SmbHash: x86 stable (bug #652620) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild index 3adfb19dead..225d0a59361 100644 --- a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild +++ b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="LM/NT hashing, for Samba's smbpasswd entries" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" RDEPEND="dev-perl/Digest-MD4"