[gentoo-commits] repo/gentoo:master commit in: app-emacs/treepy/files/, app-emacs/treepy/
commit: 8912827fd0f8ad616b94c93f048a7842d69937ed Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 9 07:35:21 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 9 07:35:21 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8912827f app-emacs/treepy: initial import of 0.1.1 New dependency for app-emacs/ghub. Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-emacs/treepy/Manifest | 1 + app-emacs/treepy/files/50treepy-gentoo.el | 1 + app-emacs/treepy/metadata.xml | 18 ++ app-emacs/treepy/treepy-0.1.1.ebuild | 19 +++ 4 files changed, 39 insertions(+) diff --git a/app-emacs/treepy/Manifest b/app-emacs/treepy/Manifest new file mode 100644 index 000..fd54d692927 --- /dev/null +++ b/app-emacs/treepy/Manifest @@ -0,0 +1 @@ +DIST treepy-0.1.1.tar.gz 125004 BLAKE2B 2aab285f0a0ce0d14cde0d6567efd062d4e2bf944421e8c4e5c3ef62965a43c7abc77d88c5baeadbe2cbe4e98dce9d563fc5b02abae8e83194dbb058d78db725 SHA512 70790f83e7f33846ca4c568c79c45bfea9a29cc92b717053eb2fa89a22a77578d80f31f19002c61d254d4b2c4c36f345324c0d631412477f09713b51124dfb83 diff --git a/app-emacs/treepy/files/50treepy-gentoo.el b/app-emacs/treepy/files/50treepy-gentoo.el new file mode 100644 index 000..431f7e90ae7 --- /dev/null +++ b/app-emacs/treepy/files/50treepy-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/treepy/metadata.xml b/app-emacs/treepy/metadata.xml new file mode 100644 index 000..4d60dd6e94b --- /dev/null +++ b/app-emacs/treepy/metadata.xml @@ -0,0 +1,18 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + gnu-em...@gentoo.org + Gentoo GNU Emacs project + + +Generic tools for recursive and iterative tree traversal based on +clojure.walk and clojure.zip respectively. Depends on `map', a map +manipulation library built in Emacs 25.1. All functions are prefixed +with "treepy-" + + + + volrath/treepy.el + + diff --git a/app-emacs/treepy/treepy-0.1.1.ebuild b/app-emacs/treepy/treepy-0.1.1.ebuild new file mode 100644 index 000..9e85cb0c484 --- /dev/null +++ b/app-emacs/treepy/treepy-0.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="Generic tree traversing tools for Emacs Lisp" +HOMEPAGE="https://github.com/volrath/treepy.el"; +SRC_URI="https://github.com/volrath/treepy.el/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}.el-${PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md"
[gentoo-commits] repo/gentoo:master commit in: app-emacs/graphql/, app-emacs/graphql/files/
commit: db691adeaf079dd0053764e7dec5cabc943d4a15 Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 9 07:43:25 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 9 07:43:25 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db691ade app-emacs/graphql: initial import of 0.1.1 New dependency for app-emacs/ghub Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-emacs/graphql/Manifest | 1 + app-emacs/graphql/files/50graphql-gentoo.el | 1 + app-emacs/graphql/graphql-0.1.1.ebuild | 22 ++ app-emacs/graphql/metadata.xml | 17 + 4 files changed, 41 insertions(+) diff --git a/app-emacs/graphql/Manifest b/app-emacs/graphql/Manifest new file mode 100644 index 000..b6e9ea7184a --- /dev/null +++ b/app-emacs/graphql/Manifest @@ -0,0 +1 @@ +DIST graphql-0.1.1.tar.gz 6021 BLAKE2B 62755fda880042e00942acc6dbf98219521c92d052eeb0c584e8bb83ae8fdcea46185270f5dff8c89762d11b409e31b42d4ae62ab6831b04437ac0de517f442e SHA512 53f4c8b70be07f38b3554c4488a98ccdb956a68585955c7afd9df52d9d39cfaf7cc0efcadae1f42099495b8729851d089cd03d4570ed2a91a3354dd19f12d5bb diff --git a/app-emacs/graphql/files/50graphql-gentoo.el b/app-emacs/graphql/files/50graphql-gentoo.el new file mode 100644 index 000..431f7e90ae7 --- /dev/null +++ b/app-emacs/graphql/files/50graphql-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/graphql/graphql-0.1.1.ebuild b/app-emacs/graphql/graphql-0.1.1.ebuild new file mode 100644 index 000..eb8fe947e5f --- /dev/null +++ b/app-emacs/graphql/graphql-0.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +NEED_EMACS=25 + +inherit elisp + +DESCRIPTION="GraphQL utilities" +HOMEPAGE="https://github.com/vermiculus/graphql.el"; +SRC_URI="https://github.com/vermiculus/graphql.el/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}.el-${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md" + +# Tries to download emake tool on the fly +RESTRICT="test" diff --git a/app-emacs/graphql/metadata.xml b/app-emacs/graphql/metadata.xml new file mode 100644 index 000..010525da238 --- /dev/null +++ b/app-emacs/graphql/metadata.xml @@ -0,0 +1,17 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + gnu-em...@gentoo.org + Gentoo GNU Emacs project + + +GraphQL.el provides a generally-applicable domain-specific language +for creating and executing GraphQL queries against your favorite +web services. + + + + vermiculus/graphql.el + +
[gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/
commit: 3ab2d1acbf3d52c69e7ed0a5be652b95595e4922 Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 9 07:22:30 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 9 07:22:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab2d1ac app-emacs/magit: add 2.13.1 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-emacs/magit/Manifest| 1 + app-emacs/magit/magit-2.13.1.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest index f17316669b7..be24810c69c 100644 --- a/app-emacs/magit/Manifest +++ b/app-emacs/magit/Manifest @@ -1,3 +1,4 @@ DIST magit-2.11.0.tar.gz 451030 BLAKE2B e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575 SHA512 d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6 DIST magit-2.12.1.tar.gz 505873 BLAKE2B 076d9c08d3cb80274f5a6259ea5593ed419a0e140cda26bc65dc0c843373dcac1627d6bf098c5bdd9f0efb6b40ff3d7b823ed328b713390ea8916303b77ffd27 SHA512 7755aea8e7d9f0b82099143a76334be4c468536bdc0becad71acc097d9cef123394144b321f30093e079fef89e30ed1e5037fc92052ba9742112a30c6d3d586e DIST magit-2.13.0.tar.gz 519614 BLAKE2B 4bf1eeb8db563acd69ed65ec462f9436601c042e5ecceb2c899a920dc5710f544a9218c647fddc76ca265401f0027cd67f4de0155c3f79792f8e2f46d6fb4371 SHA512 4b840e2cf4b0fd2c5bb43c70766c6675c7e0adfc9cc7eac9f35bb9632e1eb03242dbe55870bd40436b49e9f333f00dfd361bcc63fc70c3a3a2a6b3e3e64f33a7 +DIST magit-2.13.1.tar.gz 520271 BLAKE2B fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c SHA512 f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269 diff --git a/app-emacs/magit/magit-2.13.1.ebuild b/app-emacs/magit/magit-2.13.1.ebuild new file mode 100644 index 000..ae6e937cc9f --- /dev/null +++ b/app-emacs/magit/magit-2.13.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="A Git porcelain inside Emacs" +HOMEPAGE="https://magit.vc/"; +SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +S="${WORKDIR}/${P}/lisp" +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="../Documentation/*.texi" +DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/${PV}.txt" + +DEPEND=" + >=app-emacs/dash-2.14.1 + >=app-emacs/ghub-2.0.1 + >=app-emacs/magit-popup-2.12.3 + >=app-emacs/with-editor-2.7.3 +" +RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4" +DEPEND="${DEPEND} sys-apps/texinfo" + +src_prepare() { + default + echo "(setq magit-version \"${PV}\")" > magit-version.el || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/pry/
commit: b2a2bd1dd4f4a3c0de3c1dbcac3c75b7ec8e989f Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 9 07:19:08 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 9 07:19:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a2bd1d dev-ruby/pry: add 0.12.0 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/pry/Manifest | 1 + dev-ruby/pry/pry-0.12.0.ebuild | 45 ++ 2 files changed, 46 insertions(+) diff --git a/dev-ruby/pry/Manifest b/dev-ruby/pry/Manifest index d012005f563..7cb0ec589ba 100644 --- a/dev-ruby/pry/Manifest +++ b/dev-ruby/pry/Manifest @@ -1 +1,2 @@ DIST pry-0.11.3.tar.gz 225483 BLAKE2B a8d680c095a887e2612b61ef2f892ece8468e447f08e209b97494844fb27cf2441b8d575125ac5657b6f0feefa8b2726bfd78966ce44da1d96af84982918f428 SHA512 6c5c983d0d446cc7cf105797083d932d95db9821215635cd3929ce2e229e21c4566d0644a6283de462e735aef577cd8c115589d2dd8bac88ac2f911be0bf729f +DIST pry-0.12.0.tar.gz 237643 BLAKE2B 3c1d749c4df638652d0c9e2a11efe1c48225f2aa434e1adb3323fa5cc21fce40f12c7cecdff20589e8329acef30523114292a2834392b53f5d31c40132bc4232 SHA512 bd8ea74c281d64262d499970c0861659679670f052acde37f1d7fa50f2184c816e5681ef2566bf3a6010d150f9c649b39024a79a269e2a7b47057e1d8173d2ce diff --git a/dev-ruby/pry/pry-0.12.0.ebuild b/dev-ruby/pry/pry-0.12.0.ebuild new file mode 100644 index 000..dca7baa3cb1 --- /dev/null +++ b/dev-ruby/pry/pry-0.12.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" +RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec + +inherit ruby-fakegem + +DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby" +HOMEPAGE="https://github.com/pry/pry/wiki"; +SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz" +IUSE="" +SLOT="ruby19" + +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" + +ruby_add_rdepend " + >=dev-ruby/coderay-1.1.0 =dev-ruby/coderay-1.1* + >=dev-ruby/method_source-0.9.0 =dev-ruby/method_source-0.9*" + +ruby_add_bdepend " + test? ( + >=dev-ruby/open4-1.3 + >=dev-ruby/rake-0.9 + >=dev-ruby/mocha-1.0 + )" + +all_ruby_prepare() { + # Avoid unneeded dependency on git. + # Loosen coderay dependency. + sed -e '/git ls-files/d' \ + -e '/coderay/s/~>/>=/' \ + -e '/bundler/d' \ + -i ${RUBY_FAKEGEM_GEMSPEC} || die + sed -e '/[Bb]undler/d' -e "1irequire 'mocha/api'\ " -i spec/helper.rb || die + # Out of date tests + rm spec/commands/gist_spec.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiredis/
commit: 974556046b3353997a7ae22879915853b5de19e9 Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 9 07:09:30 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 9 07:09:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97455604 dev-ruby/hiredis: add 0.6.3 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/hiredis/Manifest | 1 + dev-ruby/hiredis/hiredis-0.6.3.ebuild | 46 +++ 2 files changed, 47 insertions(+) diff --git a/dev-ruby/hiredis/Manifest b/dev-ruby/hiredis/Manifest index 1c36e96a68d..3b8b5704efc 100644 --- a/dev-ruby/hiredis/Manifest +++ b/dev-ruby/hiredis/Manifest @@ -1 +1,2 @@ DIST hiredis-rb-0.6.1.tar.gz 18843 BLAKE2B 56edb460d39018730f43aeb443b6a9d81e2573ebbb6c3149a18db836c8ef5fc8ceceaa768b1a7157280f3e2fd1ed117a76cc6d06c13e326fd45b8bd4efccb24a SHA512 23107d68501c244ec2669448aa919a612be182b559f28a715a4e3a91a894332105ae3a5c96652a691f01e49c88772a482f0da11b80bbb443fa0146bbf77cc722 +DIST hiredis-rb-0.6.3.tar.gz 19106 BLAKE2B 2892fd28bf7e7edfc3563a0c321fd781baeca9eb31a64dd559a6c828bb9c4fe37c995748782c5222db46b5b35a4d17f5b8b4d8e5306209a0e374ec7096d3cd4b SHA512 3e081d46aeb128789fa41fe9422186dd30e88c5a7a3c16dfcf1a92fe7faf99cced352ea39a885785fc12f0a974625be329d9ff2a5936a786febe8a2c81f5e139 diff --git a/dev-ruby/hiredis/hiredis-0.6.3.ebuild b/dev-ruby/hiredis/hiredis-0.6.3.ebuild new file mode 100644 index 000..d840099be26 --- /dev/null +++ b/dev-ruby/hiredis/hiredis-0.6.3.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24 ruby25" + +MY_P="hiredis-rb-${PV}" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Wrapper for hiredis (protocol serialization/deserialization and blocking I/O)" +HOMEPAGE="https://github.com/redis/hiredis-rb"; +SRC_URI="https://github.com/redis/hiredis-rb/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND+=" >=dev-libs/hiredis-0.14:=" +DEPEND+=" dev-libs/hiredis test? ( dev-ruby/test-unit:2 )" + +RUBY_S="${MY_P}" + +PATCHES=( "${FILESDIR}/${PN}-0.6.1-unvendor-hiredis.patch" ) + +all_ruby_prepare() { + sed -i -e 's:/tmp/:'${T}'/:' test/connection_test.rb || die +} + +each_ruby_configure() { + CC=$(tc-getCC) ${RUBY} -Cext/hiredis_ext extconf.rb || die +} + +each_ruby_compile() { + emake V=1 -Cext/hiredis_ext + cp ext/hiredis_ext/hiredis_ext.so lib/hiredis/ext/ || die +} + +each_ruby_test() { + ${RUBY} -Ilib:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiredis/
commit: acb55768e6b1426fa9f07cae3bc2f33ad75c4799 Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 9 07:10:47 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 9 07:10:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb55768 dev-ruby/hiredis: 0.6.1 only works with hiredis 0.13 Fixes: https://bugs.gentoo.org/669690 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/hiredis/hiredis-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/hiredis/hiredis-0.6.1.ebuild b/dev-ruby/hiredis/hiredis-0.6.1.ebuild index c41f5f6a8a2..0ff6a725e11 100644 --- a/dev-ruby/hiredis/hiredis-0.6.1.ebuild +++ b/dev-ruby/hiredis/hiredis-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND+=" dev-libs/hiredis:=" +RDEPEND+=" =dev-libs/hiredis-0.13*:=" DEPEND+=" dev-libs/hiredis test? ( dev-ruby/test-unit:2 )" RUBY_S="${MY_P}"
[gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/
commit: 4264ac4b07c4555eb5db2ab21288dba05a7f4b6d Author: Zac Medico gentoo org> AuthorDate: Fri Nov 9 03:15:49 2018 + Commit: Zac Medico gentoo org> CommitDate: Fri Nov 9 03:21:55 2018 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=4264ac4b fetch: check DISTDIR write access as fetch user (bug 601252) Test DISTDIR write access as the fetch user, for correct results on NFS shares with root_squash enabled. Bug: https://bugs.gentoo.org/601252 Signed-off-by: Zac Medico gentoo.org> lib/portage/package/ebuild/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/package/ebuild/fetch.py b/lib/portage/package/ebuild/fetch.py index 0431e11ea..7ec7fe05e 100644 --- a/lib/portage/package/ebuild/fetch.py +++ b/lib/portage/package/ebuild/fetch.py @@ -543,7 +543,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, if can_fetch and \ not fetch_to_ro and \ - not os.access(mysettings["DISTDIR"], os.W_OK): + _spawn_fetch(mysettings, ['test', '-w', mysettings["DISTDIR"]]) != os.EX_OK: writemsg(_("!!! No write access to '%s'\n") % mysettings["DISTDIR"], noiselevel=-1) can_fetch = False
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/
commit: 597620434ef1e96fc8bc544bcb2616ecc7b9bc4a Author: Patrick McLean gentoo org> AuthorDate: Fri Nov 9 02:51:19 2018 + Commit: Patrick McLean gentoo org> CommitDate: Fri Nov 9 02:51:19 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59762043 sys-cluster/ceph: revbump, fix logrotate problem in 12.2.8 and 13.2.2 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --force Signed-off-by: Patrick McLean gentoo.org> .../{ceph-12.2.8.ebuild => ceph-12.2.8-r1.ebuild} | 4 +- ...ceph-13.2.2-r1.ebuild => ceph-13.2.2-r2.ebuild} | 4 +- sys-cluster/ceph/files/ceph.initd-r9 | 97 ++ sys-cluster/ceph/files/ceph.logrotate-r2 | 33 4 files changed, 134 insertions(+), 4 deletions(-) diff --git a/sys-cluster/ceph/ceph-12.2.8.ebuild b/sys-cluster/ceph/ceph-12.2.8-r1.ebuild similarity index 98% rename from sys-cluster/ceph/ceph-12.2.8.ebuild rename to sys-cluster/ceph/ceph-12.2.8-r1.ebuild index 56f05c940aa..5ccb12358e2 100644 --- a/sys-cluster/ceph/ceph-12.2.8.ebuild +++ b/sys-cluster/ceph/ceph-12.2.8-r1.ebuild @@ -258,14 +258,14 @@ src_install() { newexe "${CMAKE_BUILD_DIR}/bin/init-ceph" ceph_init.sh insinto /etc/logrotate.d/ - newins "${FILESDIR}"/ceph.logrotate ${PN} + newins "${FILESDIR}"/ceph.logrotate-r2 ${PN} keepdir /var/lib/${PN}{,/tmp} /var/log/${PN}/stat fowners -R ceph:ceph /var/lib/ceph /var/log/ceph newinitd "${FILESDIR}/rbdmap.initd" rbdmap - newinitd "${FILESDIR}/${PN}.initd-r8" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r9" ${PN} newconfd "${FILESDIR}/${PN}.confd-r4" ${PN} insinto /etc/sysctl.d diff --git a/sys-cluster/ceph/ceph-13.2.2-r1.ebuild b/sys-cluster/ceph/ceph-13.2.2-r2.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-13.2.2-r1.ebuild rename to sys-cluster/ceph/ceph-13.2.2-r2.ebuild index a657a929d8b..3035155be5e 100644 --- a/sys-cluster/ceph/ceph-13.2.2-r1.ebuild +++ b/sys-cluster/ceph/ceph-13.2.2-r2.ebuild @@ -324,14 +324,14 @@ src_install() { newexe "${CMAKE_BUILD_DIR}/bin/init-ceph" ceph_init.sh insinto /etc/logrotate.d/ - newins "${FILESDIR}"/ceph.logrotate-r1 ${PN} + newins "${FILESDIR}"/ceph.logrotate-r2 ${PN} keepdir /var/lib/${PN}{,/tmp} /var/log/${PN}/stat fowners -R ceph:ceph /var/lib/ceph /var/log/ceph newinitd "${FILESDIR}/rbdmap.initd" rbdmap - newinitd "${FILESDIR}/${PN}.initd-r8" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r9" ${PN} newconfd "${FILESDIR}/${PN}.confd-r4" ${PN} insinto /etc/sysctl.d diff --git a/sys-cluster/ceph/files/ceph.initd-r9 b/sys-cluster/ceph/files/ceph.initd-r9 new file mode 100644 index 000..cfbd58e4b57 --- /dev/null +++ b/sys-cluster/ceph/files/ceph.initd-r9 @@ -0,0 +1,97 @@ +#!/sbin/openrc-run + +ceph_conf="${ceph_conf:-/etc/ceph/ceph.conf}" +extra_commands="reload" +daemon_type="${RC_SVCNAME#ceph-}" +daemon_type="${daemon_type%%.*}" +daemon_id="${RC_SVCNAME#ceph-*.}" +daemon_id="${daemon_id:-0}" +: ${rundir:=/run/ceph} +: ${user:=ceph} +: ${group:=ceph} +: ${rc_ulimit:=-n 1048576 -u 1048576} + +pidfile="${rundir}/supervisor-${daemon_type}.${daemon_id}.pid" +daemon_pidfile="${rundir}/${daemon_type}.${daemon_id}.pid" + +command="/usr/bin/${RC_SVCNAME%%.*}" +command_args="-i ${daemon_id} --pid-file ${daemon_pidfile} -c ${ceph_conf}" +command_args_foreground="--foreground" + +retry="${CEPH_TERMTIMEOUT:-TERM/120/KILL/5}" +start_stop_daemon_args="--user ${user} --group ${group}" +supervise_daemon_args="--user ${user} --group ${group}" + +: ${supervisor:=supervise-daemon} +: ${stdout:=/var/log/ceph/ceph} +: ${stderr:=/var/log/ceph/ceph} +: ${respawn_delay:=10} +: ${respawn_max:=5} +: ${respawn_period:=1800} + +: ${osd_respawn_delay:=15} +: ${osd_respawn_max:=10} + +: ${radosgw_respawn_max:=5} +: ${radosgw_respawn_period:=30} + +depend() { + use dns logger + after net ntpd ntp-client chronyd + before netmount +} + +is_type_valid() { + case ${daemon_type} in + mon|mds|osd|mgr|radosgw) return 0;; + *) return 1;; + esac +} + +start_pre() { + export CEPH_CONF="${ceph_conf}" + + checkpath -d -q -o "${user}:${group}" "${rundir}" + + if ! is_type_valid ;then + eerror "Please give valid Ceph Server Type: mds, mon, osd" + return 1 + + elif pgrep -f "[c]eph-${daemon_type} -i ${daemon_id} "; then + eerror "${daemon_type}.${daemon_id} is still running, refusing to start" + return 1 + fi + + local arg_name arg_val + for arg_name in std{out,err} respawn_{delay,max,period}; do + eval arg_val="\${${daemon_type}_${arg_name}}" + + if [ -z "${arg_val}" ]; then + eval arg_val="\${${arg_name}}" + else + eval "${arg_name}
[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-applications-live/, ...
commit: e225f026a001d0f4d7499095d417e0bb585d0905 Author: Maciej Mrozowski gentoo org> AuthorDate: Fri Nov 9 02:14:44 2018 + Commit: Maciej Mrozowski gentoo org> CommitDate: Fri Nov 9 02:19:13 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e225f026 Documentation: Add libmpt in stabilization list for kde-applications-18.08.03. Regenerate files. Signed-off-by: Maciej Mrozowski gentoo.org> Documentation/CONTRIBUTORS | 1 - Documentation/package.accept_keywords/.kde-applications-18.08/more-deps | 1 + .../package.accept_keywords/.kde-applications-live/kdegames-live | 1 + Documentation/package.accept_keywords/kde-applications-18.08.keywords| 1 + Documentation/package.accept_keywords/kde-applications-live.keywords | 1 + Documentation/package.mask/kde-applications-live | 1 + Documentation/package.unmask/kde-applications-live | 1 + 7 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/CONTRIBUTORS b/Documentation/CONTRIBUTORS index 4c1f7709be..e2d598ba28 100644 --- a/Documentation/CONTRIBUTORS +++ b/Documentation/CONTRIBUTORS @@ -80,7 +80,6 @@ Marek Hakala (Greg) Markos Chandras Markus Ullmann Martin Jansa -Marty E. Plummer Matija Skala Matt Whitlock Matthew Brewer diff --git a/Documentation/package.accept_keywords/.kde-applications-18.08/more-deps b/Documentation/package.accept_keywords/.kde-applications-18.08/more-deps index e69de29bb2..f3238035a3 100644 --- a/Documentation/package.accept_keywords/.kde-applications-18.08/more-deps +++ b/Documentation/package.accept_keywords/.kde-applications-18.08/more-deps @@ -0,0 +1 @@ +~media-libs/libmtp-1.1.16 diff --git a/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live b/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live index 960813e626..817718b2c4 100644 --- a/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live +++ b/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live @@ -22,6 +22,7 @@ ~kde-apps/kmines- ** ~kde-apps/knavalbattle- ** ~kde-apps/knetwalk- ** +~kde-apps/knights- ** ~kde-apps/kolf- ** ~kde-apps/kollision- ** ~kde-apps/konquest- ** diff --git a/Documentation/package.accept_keywords/kde-applications-18.08.keywords b/Documentation/package.accept_keywords/kde-applications-18.08.keywords index 9bf98f1d13..65ef759c52 100644 --- a/Documentation/package.accept_keywords/kde-applications-18.08.keywords +++ b/Documentation/package.accept_keywords/kde-applications-18.08.keywords @@ -231,3 +231,4 @@
[gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/
commit: 1f3ea920d8958da6a7146ebf646d1fa90cb54693 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 9 02:16:02 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 9 02:16:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3ea920 dev-libs/icu: Drop obsolete >=gcc-4.9 system compiler check Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/icu/icu-63.1-r1.ebuild | 18 -- 1 file changed, 18 deletions(-) diff --git a/dev-libs/icu/icu-63.1-r1.ebuild b/dev-libs/icu/icu-63.1-r1.ebuild index 7e60191de4e..c5a3f0bd8b2 100644 --- a/dev-libs/icu/icu-63.1-r1.ebuild +++ b/dev-libs/icu/icu-63.1-r1.ebuild @@ -35,17 +35,7 @@ PATCHES=( "${FILESDIR}/${P}-CVE-2018-18928.patch" ) -pkg_pretend() { - if tc-is-gcc ; then - if [[ $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 9 \ - || $(gcc-major-version) -lt 4 ]] ; then - die "You need at least sys-devel/gcc-4.9" - fi - fi -} - src_prepare() { - # apply patches default local variable @@ -69,16 +59,8 @@ src_prepare() { } src_configure() { - # Use C++14 append-cxxflags -std=c++14 - if tc-is-gcc ; then - if [[ $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 9 \ - || $(gcc-major-version) -lt 4 ]] ; then - die "You need at least sys-devel/gcc-4.9" - fi - fi - if tc-is-cross-compiler; then mkdir "${WORKDIR}"/host || die pushd "${WORKDIR}"/host >/dev/null || die
[gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/, dev-libs/icu/files/
commit: 864e6a833c7eca237bdd792a831948c2b5b8d6c6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 9 02:10:01 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 9 02:10:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864e6a83 dev-libs/icu: Fix CVE-2018-18928 Bug: https://bugs.gentoo.org/670456 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/icu/files/icu-63.1-CVE-2018-18928.patch | 62 + dev-libs/icu/icu-63.1-r1.ebuild | 161 +++ 2 files changed, 223 insertions(+) diff --git a/dev-libs/icu/files/icu-63.1-CVE-2018-18928.patch b/dev-libs/icu/files/icu-63.1-CVE-2018-18928.patch new file mode 100644 index 000..bbbef9e793d --- /dev/null +++ b/dev-libs/icu/files/icu-63.1-CVE-2018-18928.patch @@ -0,0 +1,62 @@ +From 53d8c8f3d181d87a6aa925b449b51c4a2c922a51 Mon Sep 17 00:00:00 2001 +From: Shane Carr +Date: Mon, 29 Oct 2018 23:52:44 -0700 +Subject: [PATCH] ICU-20246 Fixing another integer overflow in number parsing. + +--- + i18n/fmtable.cpp | 2 +- + i18n/number_decimalquantity.cpp | 5 - + test/intltest/numfmtst.cpp| 8 + .../icu/impl/number/DecimalQuantity_AbstractBCD.java | 5 - + .../impl/number/DecimalQuantity_DualStorageBCD.java| 10 +- + .../com/ibm/icu/dev/test/format/NumberFormatTest.java | 5 + + 6 files changed, 31 insertions(+), 4 deletions(-) + +diff --git a/i18n/fmtable.cpp b/i18n/fmtable.cpp +index 45c7024fc29..8601d95f4a6 100644 +--- a/i18n/fmtable.cpp b/i18n/fmtable.cpp +@@ -734,7 +734,7 @@ CharString *Formattable::internalGetCharString(UErrorCode &status) { + // not print scientific notation for magnitudes greater than -5 and smaller than some amount (+5?). + if (fDecimalQuantity->isZero()) { + fDecimalStr->append("0", -1, status); +- } else if (std::abs(fDecimalQuantity->getMagnitude()) < 5) { ++ } else if (fDecimalQuantity->getMagnitude() != INT32_MIN && std::abs(fDecimalQuantity->getMagnitude()) < 5) { + fDecimalStr->appendInvariantChars(fDecimalQuantity->toPlainString(), status); + } else { + fDecimalStr->appendInvariantChars(fDecimalQuantity->toScientificString(), status); +diff --git a/i18n/number_decimalquantity.cpp b/i18n/number_decimalquantity.cpp +index 47b930a564b..d5dd7ae694c 100644 +--- a/i18n/number_decimalquantity.cpp b/i18n/number_decimalquantity.cpp +@@ -898,7 +898,10 @@ UnicodeString DecimalQuantity::toScientificString() const { + } + result.append(u'E'); + int32_t _scale = upperPos + scale; +-if (_scale < 0) { ++if (_scale == INT32_MIN) { ++result.append({u"-2147483648", -1}); ++return result; ++} else if (_scale < 0) { + _scale *= -1; + result.append(u'-'); + } else { +diff --git a/test/intltest/numfmtst.cpp b/test/intltest/numfmtst.cpp +index 34355939113..8d52dc122bf 100644 +--- a/test/intltest/numfmtst.cpp b/test/intltest/numfmtst.cpp +@@ -9226,6 +9226,14 @@ void NumberFormatTest::Test20037_ScientificIntegerOverflow() { + assertEquals(u"Should not overflow and should parse only the first exponent", + u"1E-2147483647", + {sp.data(), sp.length(), US_INV}); ++ ++// Test edge case overflow of exponent ++result = Formattable(); ++nf->parse(u".0003e-2147483644", result, status); ++sp = result.getDecimalNumber(status); ++assertEquals(u"Should not overflow", ++ u"3E-2147483648", ++ {sp.data(), sp.length(), US_INV}); + } + + void NumberFormatTest::Test13840_ParseLongStringCrash() { diff --git a/dev-libs/icu/icu-63.1-r1.ebuild b/dev-libs/icu/icu-63.1-r1.ebuild new file mode 100644 index 000..7e60191de4e --- /dev/null +++ b/dev-libs/icu/icu-63.1-r1.ebuild @@ -0,0 +1,161 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic toolchain-funcs autotools multilib-minimal + +DESCRIPTION="International Components for Unicode" +HOMEPAGE="http://www.icu-project.org/"; +SRC_URI="http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-src.tgz"; + +LICENSE="BSD" + +SLOT="0/${PV}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="debug doc examples static-libs" + +DEPEND=" + doc? ( app-doc/doxygen[dot] ) +" +BDEPEND=" + virtual/pkgconfig +" + +S="${WORKDIR}/${PN}/source" + +MULTILIB_CHOST_TOOLS=( + /usr/bin/icu-config +) + +PATCHES=( + "${FILESDIR}/${PN}-58.1-remove-bashisms.patch" + "${FILESDIR}/${PN}-58.2-darwin.patch" + "${FILESDIR}/${P}-CVE-2018-18928.pa
[gentoo-commits] foundation/financials-rfp:master commit in: /
commit: 06ca278ed3c335c06d87993e6e9d956fddaea8ea Author: Alec Warner gentoo org> AuthorDate: Fri Nov 9 02:06:58 2018 + Commit: Alec Warner gentoo org> CommitDate: Fri Nov 9 02:06:58 2018 + URL: https://gitweb.gentoo.org/foundation/financials-rfp.git/commit/?id=06ca278e Fix errors found by vim's spellcheck. main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tex b/main.tex index a97a57c..03d41b1 100644 --- a/main.tex +++ b/main.tex @@ -121,7 +121,7 @@ This income is used to fund the Gentoo Project activities, including purchases o \subsection{Annual Audit and Tax Filing} While we consider it beneficial to have a verified accounting of the Foundations finances up to 2018; We require annual accounting services to assist in filing taxes; not just for the past years, but on an ongoing basis. -\subsection{Historial Financial Reporting} +\subsection{Historical Financial Reporting} Due to the reconstruction of historical data, a verification of the presented Financial Reports in final form is needed in order to have a confirmed view of the Foundation's finances. \section{Tooling}
[gentoo-commits] foundation/financials-rfp:master commit in: /
commit: 162b3f3d621ee5855151a02816826307c7da4752 Author: Alec Warner gentoo org> AuthorDate: Fri Nov 9 02:05:08 2018 + Commit: Alec Warner gentoo org> CommitDate: Fri Nov 9 02:05:08 2018 + URL: https://gitweb.gentoo.org/foundation/financials-rfp.git/commit/?id=162b3f3d Fix spelling errors provided by Alice. main.tex | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.tex b/main.tex index f605f6a..a97a57c 100644 --- a/main.tex +++ b/main.tex @@ -57,7 +57,7 @@ \section{Main} \label{opening} The Gentoo Foundation is requesting proposals from CPA firms to provide audit, tax, and bookkeeping services for our foundation. -We invite your firm to send us a propsal by . A description of the foundation and its mission follows. +We invite your firm to send us a proposal by . The foundation and its mission are described below. \section{Definitions} \label{sec:definitions} @@ -90,23 +90,23 @@ The executive of the Foundation is comprised entirely of unpaid volunteers, brok \label{sec:background} The financial state of the Gentoo Foundation is a Foundation with no outstanding invoices and a cash on balance at the end of FY2018 of approximately \$151K USD. -No financial reports have been published by earlier Boards of Trustees since 2012\cite{finrep}, and there are well-founded concerns that the none of the original reports are entirely accurate. +No financial reports have been published by earlier Boards of Trustees since 2012\cite{finrep}, and there are well-founded concerns that none of the original reports are entirely accurate. As a result of negligence of previous treasurers and trustees necessary paperwork has not been filed with federal tax authorities (henceforth \textbf{IRS}). A recent treasurer has taken responsibility for cleaning up the historical baggage and performed a massive job of going through historical transactions and recreated a full ledger of transactions. The recent treasurer is not a trained accountant or book-keeper, and the work has been taken on a best-effort basis. The data of the reconstructed ledger is kept in a format for the open source tool book-keeping tool Ledger\cite{ledger01}. -Data can easily be exported from this tool and direct knowledge from accountants are not necessary in order to access the books as the current treasurer is available to support the efforts and data can be exported based on the needs of the accountant. +Data can easily be exported from this tool and direct knowledge from accountants is not necessary in order to access the books as the current treasurer is available to support the efforts and data can be exported based on the needs of the accountant. The recent treasurer did engage a CPA for several months in 2017, but that CPA was unable to continue for personal reasons. -The CPA did assist in creation of provisional set of financial statements for the Foundation's first financial year, FY2005, which ending June 31, 2005. +The CPA did assist in creation of a provisional set of financial statements for the Foundation's first financial year, FY2005, which ended June 31, 2005. The FY2005 data only contain 3.5 months of transactions, as the first bank account was opened March 2005, nearly 10 months after the incorporation of the Foundation. The CPA also assisted in partially completing IRS Form 990 for FY2005, based on the FY2005 financial statements. Best-effort Financial Reports have been reconstructed until FY2018 available at \cite{gentoo:finances}. Depreciation expenses have been captured, but in-kind donations are still in progress. \subsection{Operations for Fiscal 2018} -The main income source is donations (23.162,01\$), followed by our participantion in the Google Summer of Code program (4,700\$), interest of current accounts (483.64\$) and sale (including royalties for) of Gentoo merchandise (254.50\$). Expenses for FY2018 were \$9,292.95. +The main income source is donations (23.162,01\$), followed by our participation in the Google Summer of Code program (4,700\$), interest of current accounts (483.64\$) and sale (including royalties for) of Gentoo merchandise (254.50\$). Expenses for FY2018 were \$9,292.95. This income is used to fund the Gentoo Project activities, including purchases of infrastructure and marketing material; sponsoring projects related to Gentoo's activities; and sustaining the foundation's own operational expenses. @@ -119,7 +119,7 @@ This income is used to fund the Gentoo Project activities, including purchases o \end{itemize} \subsection{Annual Audit and Tax Filing} -While we consider it beneficial to have a verified accounting of the Foundations finances up to 2018; We also require annual accounting services to assist in filing taxes, not just for the past years, but on an ongoing basis. +While we consider it beneficial to have a verified accounting of the Foundations finances up t
[gentoo-commits] repo/gentoo:master commit in: media-sound/hydrogen/files/, media-sound/hydrogen/
commit: 142089b01723fd10364178f18703ba702afceb17 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 9 01:53:09 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 9 01:53:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142089b0 media-sound/hydrogen: Rebase gnuinstalldirs patch, add USE doc Pending upstream: https://github.com/hydrogen-music/hydrogen/pull/668 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/hydrogen--gnuinstalldirs.patch | 120 + media-sound/hydrogen/hydrogen-.ebuild | 15 ++- 2 files changed, 130 insertions(+), 5 deletions(-) diff --git a/media-sound/hydrogen/files/hydrogen--gnuinstalldirs.patch b/media-sound/hydrogen/files/hydrogen--gnuinstalldirs.patch new file mode 100644 index 000..14babedefa5 --- /dev/null +++ b/media-sound/hydrogen/files/hydrogen--gnuinstalldirs.patch @@ -0,0 +1,120 @@ +From 64e251765e58b6948953f0bbc2aac05042daaa55 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Mon, 1 Jan 2018 11:52:18 +0100 +Subject: [PATCH] Use GNUInstallDirs + +Fixes multiarch and deprecated man dir location. +--- + CMakeLists.txt| 19 --- + src/cli/CMakeLists.txt| 2 +- + src/core/CMakeLists.txt | 6 +++--- + src/gui/CMakeLists.txt| 2 +- + src/player/CMakeLists.txt | 2 +- + 5 files changed, 14 insertions(+), 17 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index b18508a8..76305ea7 100644 +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -30,6 +30,8 @@ ELSE() + SET(DISPLAY_VERSION "${VERSION}-${GIT_REVISION}") + ENDIF(VERSION_SUFFIX) + ++include(GNUInstallDirs) ++ + SET(LIBSNDFILE_VERSION_PREV "1.0.17") + + # +@@ -144,21 +146,16 @@ IF(APPLE) + #Without setting this, installation would go into /usr/local, which does not exist per default + SET(CMAKE_INSTALL_PREFIX "/usr" ) + ELSE(APPLE) +-SET(OSS_LIB_PATHS "/usr/lib${LIB_SUFFIX}/oss/lib" "/usr/local/lib${LIB_SUFFIX}/oss/lib" ) ++SET(OSS_LIB_PATHS "${CMAKE_INSTALL_FULL_LIBDIR}/oss/lib" "/usr/local/lib${LIB_SUFFIX}/oss/lib" ) + ENDIF(APPLE) + + + #Installation paths + # TODO remove data from path +-SET(H2_SYS_PATH "${CMAKE_INSTALL_PREFIX}/share/hydrogen") ++SET(H2_SYS_PATH "${CMAKE_INSTALL_FULL_DATAROOTDIR}/hydrogen") + # TODO remove data from path, could be .config/hydrogen + SET(H2_USR_PATH ".hydrogen") + +-#Changing this to user writable location will allow successful, non-root, deployment (e.g: make install). +-IF(NOT MINGW AND NOT APPLE) +-SET(H2_UNIX_ICON_PATH "/usr/share/pixmaps" CACHE STRING "Freedesktop default icon path.") +-ENDIF() +- + SET(MAX_INSTRUMENTS 1000 CACHE STRING "Maximum number of instruments") + SET(MAX_COMPONENTS 32 CACHE STRING "Maximum number of components") + SET(MAX_NOTES 192 CACHE STRING "Maximum number of notes") +@@ -366,10 +363,10 @@ ELSE() + INSTALL(DIRECTORY data DESTINATION ${H2_SYS_PATH} PATTERN ".git" EXCLUDE PATTERN "i18n" EXCLUDE PATTERN doc EXCLUDE) + ENDIF() + IF(NOT MINGW AND NOT APPLE) +- INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.appdata.xml DESTINATION "${CMAKE_INSTALL_PREFIX}/share/appdata") +- INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.desktop DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications") +- INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/img/gray/h2-icon.svg DESTINATION "${H2_UNIX_ICON_PATH}") +- INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.1 DESTINATION "${CMAKE_INSTALL_PREFIX}/man/man1") ++ INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.appdata.xml DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/appdata") ++ INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.desktop DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications") ++ INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/img/gray/h2-icon.svg DESTINATION "${CMAKE_INSTALL_FULL_DATAROOTDIR}/pixmaps") ++ INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.1 DESTINATION "${CMAKE_INSTALL_MANDIR}/man1") + ENDIF() + + # +diff --git a/src/cli/CMakeLists.txt b/src/cli/CMakeLists.txt +index f6cd04eb..7725dc83 100644 +--- a/src/cli/CMakeLists.txt b/src/cli/CMakeLists.txt +@@ -20,4 +20,4 @@ TARGET_LINK_LIBRARIES(h2cli + + ADD_DEPENDENCIES(h2cli hydrogen-core-${VERSION}) + +-INSTALL(TARGETS h2cli RUNTIME DESTINATION bin BUNDLE DESTINATION bin ) ++INSTALL(TARGETS h2cli RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR}) +diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt +index db1333da..0ab61d96 100644 +--- a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt +@@ -57,13 +57,13 @@ TARGET_LINK_LIBRARIES(hydrogen-core-${VERSION} + #SET_TARGET_PROPERTIES(hydrogen-core-${VERSION} PROPERTIES PUBLIC_HEADER "${hydrogen_INCLUDES}" ) + + INSTALL(TARGETS hydrogen-core-${VERSION} +-LIBRARY DESTINATION "lib${LIB_SUFFIX}" +-ARCHIV
[gentoo-commits] repo/gentoo:master commit in: media-sound/qsynth/
commit: 981e81a341f4bb9019dd8b7316e11f338cec0e15 Author: Nikos Chantziaras gmail com> AuthorDate: Wed Nov 7 22:09:15 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 9 00:42:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981e81a3 media-sound/qsynth: version bump to 0.5.3, fix QA, EAPI 7 Closes: https://bugs.gentoo.org/670636 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Nikos Chantziaras gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10358 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qsynth/Manifest| 1 + media-sound/qsynth/qsynth-0.5.3.ebuild | 61 ++ 2 files changed, 62 insertions(+) diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest index 8b206d6e987..92c3fefcb87 100644 --- a/media-sound/qsynth/Manifest +++ b/media-sound/qsynth/Manifest @@ -1 +1,2 @@ DIST qsynth-0.5.0.tar.gz 260537 BLAKE2B def589a1cfb76517fa34811fe75a8379043d7e0f9fc661dd456b49414042662c3a3b8f57e2d0de5fae99cbdb60062b12d9b73b93032115648b9a21921766fbeb SHA512 3c7026edfef3115fae8e2167bb961f5e32d886c8d75b3534a3f110d921264cd270953145a4737f9d6660c55fccce81d7306ec0ce4064df6e7226598b52399298 +DIST qsynth-0.5.3.tar.gz 269252 BLAKE2B c496063ba33bc78a65d63151871e841f9d3938fe03049655da3c124fd495c592f9c726c479062c3fb2d1561e4dee3284d12b04e04a51ba06e20d297b6e84ac0f SHA512 15632274e5822f5e1a49bd332c5d8b7e59a54800ad32510f425f06b4557e474d5479bd531b45fc43af20535017a656fbd9469d318940931912a56ea1856dc117 diff --git a/media-sound/qsynth/qsynth-0.5.3.ebuild b/media-sound/qsynth/qsynth-0.5.3.ebuild new file mode 100644 index 000..1abb5201564 --- /dev/null +++ b/media-sound/qsynth/qsynth-0.5.3.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop flag-o-matic qmake-utils + +DESCRIPTION="A Qt application to control FluidSynth" +HOMEPAGE="http://qsynth.sourceforge.net/"; +SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="alsa debug jack pulseaudio" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + media-sound/fluidsynth[jack?,alsa?,pulseaudio?] + x11-libs/libX11" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" + +REQUIRED_USE="|| ( alsa jack pulseaudio )" + +PATCHES=( "${FILESDIR}/${PN}-0.4.0-qt5-tagging.patch" ) + +src_configure() { + append-cxxflags -std=c++11 + sed -e "/@gzip.*mandir)\/man1/d" -i Makefile.in || die + econf \ + $(use_enable debug) \ + --with-qt5=$(qt5_get_bindir)/.. + + eqmake5 ${PN}.pro -o ${PN}.mak +} + +src_install () { + emake DESTDIR="${D}" INSTALL_ROOT="${D}" install + einstalldocs + + # The desktop file is invalid, and we also change the command + # depending on useflags + rm "${ED}/usr/share/applications/qsynth.desktop" || die + + local cmd + if use jack; then + cmd="qsynth" + elif use pulseaudio; then + cmd="qsynth -a pulseaudio" + elif use alsa; then + cmd="qsynth -a alsa" + else + cmd="qsynth -a oss" + fi + + make_desktop_entry "${cmd}" Qsynth qsynth +}
[gentoo-commits] repo/gentoo:master commit in: media-sound/chuck/
commit: 2f199cbba84a7c593f6861824e1019ad84aa03d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 9 00:35:17 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 9 00:40:28 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f199cbb media-sound/chuck: Switch to virtual/jack Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/chuck/chuck-1.4.0.0.ebuild | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/chuck/chuck-1.4.0.0.ebuild b/media-sound/chuck/chuck-1.4.0.0.ebuild index 874e0f13126..dabca98d3a1 100644 --- a/media-sound/chuck/chuck-1.4.0.0.ebuild +++ b/media-sound/chuck/chuck-1.4.0.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs flag-o-matic + +inherit flag-o-matic toolchain-funcs DESCRIPTION="Strongly-timed, concurrent, and on-the-fly audio programming language" HOMEPAGE="http://chuck.cs.princeton.edu/"; @@ -17,7 +18,7 @@ REQUIRED_USE="|| ( alsa jack )" RDEPEND="app-eselect/eselect-chuck media-libs/libsndfile alsa? ( media-libs/alsa-lib ) - jack? ( media-sound/jack-audio-connection-kit )" + jack? ( virtual/jack )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex"
[gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/
commit: cf1dca556b5c293811086530f8a5ea60ab410d82 Author: Nick Sarnie gentoo org> AuthorDate: Fri Nov 9 00:12:39 2018 + Commit: Nick Sarnie gentoo org> CommitDate: Fri Nov 9 00:12:39 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1dca55 dev-util/vulkan-tools: Remove cube/cubepp renaming Upstream handles it now Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Nick Sarnie gentoo.org> dev-util/vulkan-tools/vulkan-tools-.ebuild | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/dev-util/vulkan-tools/vulkan-tools-.ebuild b/dev-util/vulkan-tools/vulkan-tools-.ebuild index 338431363f2..c30ba2f1611 100644 --- a/dev-util/vulkan-tools/vulkan-tools-.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -49,8 +49,8 @@ pkg_setup() { if use cube; then MULTILIB_CHOST_TOOLS+=( - /usr/bin/vulkancube - /usr/bin/vulkancubecpp + /usr/bin/vkcube + /usr/bin/vkcubepp ) fi @@ -93,14 +93,4 @@ multilib_src_configure() { multilib_src_install() { cmake-utils_src_install - - if use cube; then - mv "${ED%/}"/usr/bin/cube "${ED%/}"/usr/bin/vulkancube || die - mv "${ED%/}"/usr/bin/cubepp "${ED%/}"/usr/bin/vulkancubecpp || die - fi -} - -pkg_postinst() { - einfo "The cube and cubepp demos have been renamed to" - einfo "vulkancube and vulkancubecpp to prevent collisions" }
[gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
commit: eb57245d91b98ce7ded051b61d2d2d2fdb665272 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 23:37:18 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 23:37:18 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb57245d kde-misc/akonadiclient: Fix HOMEPAGE Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/akonadiclient/akonadiclient-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/akonadiclient/akonadiclient-.ebuild b/kde-misc/akonadiclient/akonadiclient-.ebuild index 5950a97601..4b47230dfb 100644 --- a/kde-misc/akonadiclient/akonadiclient-.ebuild +++ b/kde-misc/akonadiclient/akonadiclient-.ebuild @@ -9,7 +9,7 @@ QT_MINIMAL="5.11.1" inherit kde5 DESCRIPTION="Commandline interface for accessing Akonadi" -HOMEPAGE="https://cgit.kde.org/akonadi-phabricator-resource.git"; +HOMEPAGE="https://cgit.kde.org/akonadiclient.git/"; LICENSE="GPL-2" KEYWORDS=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-forked/
commit: ec06fe42879336b6dbf828a51f11aea10e520d2a Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:35:11 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec06fe42 dev-python/pytest-forked: stable 0.2 for hppa, bug #668096 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pytest-forked/pytest-forked-0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-forked/pytest-forked-0.2.ebuild b/dev-python/pytest-forked/pytest-forked-0.2.ebuild index 45c0392adda..a2c43406b4c 100644 --- a/dev-python/pytest-forked/pytest-forked-0.2.ebuild +++ b/dev-python/pytest-forked/pytest-forked-0.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
commit: 74dfd1e58350bd3ea2f1128fb0e91f6e24f1ad7f Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:35:03 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74dfd1e5 app-editors/emacs: stable 26.1-r3 for hppa, bug #667042 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> app-editors/emacs/emacs-26.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/emacs/emacs-26.1-r3.ebuild b/app-editors/emacs/emacs-26.1-r3.ebuild index fd64fea868e..cc53480437f 100644 --- a/app-editors/emacs/emacs-26.1-r3.ebuild +++ b/app-editors/emacs/emacs-26.1-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="26" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib" REQUIRED_USE="?? ( aqua X )"
[gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/
commit: b7b2600c402ba3412d210466b19a772d1c2b5093 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:35:07 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b2600c sys-auth/consolekit: stable 1.2.1 for hppa, bug #667790 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> sys-auth/consolekit/consolekit-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/consolekit/consolekit-1.2.1.ebuild b/sys-auth/consolekit/consolekit-1.2.1.ebuild index 2116ef04125..8b76b558a79 100644 --- a/sys-auth/consolekit/consolekit-1.2.1.ebuild +++ b/sys-auth/consolekit/consolekit-1.2.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="acl cgroups debug doc evdev kernel_linux pam pm-utils policykit selinux test udev" COMMON_DEPEND=">=dev-libs/glib-2.40:2=[dbus]
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/
commit: 15d7d2ed9262b7fae10f0d253a1665ba14159d41 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:35:15 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d7d2ed dev-python/pytest-xdist: stable 1.23.2 for hppa, bug #668096 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild index 2a247740120..6d8cdd5e2dd 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-libs/dbus-glib/
commit: a8b5d69b3a34b77a03d717f191d322c4c448ad25 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:34:48 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:39 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b5d69b dev-libs/dbus-glib: stable 0.110 for hppa, bug #666832 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/dbus-glib/dbus-glib-0.110.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild index 2b44b1c5705..bd975682684 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"; LICENSE="|| ( GPL-2 AFL-2.1 )" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" IUSE="debug static-libs test" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
commit: 53aac83fdc809a05bb6962d950479f2e5eeff4ed Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:34:58 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53aac83f app-editors/emacs: stable 25.3-r6 for hppa, bug #667040 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> app-editors/emacs/emacs-25.3-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/emacs/emacs-25.3-r6.ebuild b/app-editors/emacs/emacs-25.3-r6.ebuild index 7a897cef6fd..11a6d076826 100644 --- a/app-editors/emacs/emacs-25.3-r6.ebuild +++ b/app-editors/emacs/emacs-25.3-r6.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="25" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib" REQUIRED_USE="?? ( aqua X )"
[gentoo-commits] repo/gentoo:master commit in: sys-fs/mdadm/
commit: f091d428bce59ba15a8f8b8e00397b119be8986a Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:35:29 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f091d428 sys-fs/mdadm: stable 4.1 for hppa, bug #670472 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> sys-fs/mdadm/mdadm-4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/mdadm/mdadm-4.1.ebuild b/sys-fs/mdadm/mdadm-4.1.ebuild index 436bd35012f..39c43040875 100644 --- a/sys-fs/mdadm/mdadm-4.1.ebuild +++ b/sys-fs/mdadm/mdadm-4.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P/_/-}.tar.xz LICENSE="GPL-2" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="static" DEPEND="virtual/pkgconfig
[gentoo-commits] repo/gentoo:master commit in: dev-python/pycairo/
commit: 51f9f72d34fa767827b3d9db669963961bfd6ad2 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:34:44 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:39 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f9f72d dev-python/pycairo: stable 1.17.0-r1 for hppa, bug #664802 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pycairo/pycairo-1.17.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycairo/pycairo-1.17.0-r1.ebuild b/dev-python/pycairo/pycairo-1.17.0-r1.ebuild index 56dd1dde3de..3b7e663eaa0 100644 --- a/dev-python/pycairo/pycairo-1.17.0-r1.ebuild +++ b/dev-python/pycairo/pycairo-1.17.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
commit: 789e01fd70658910df78154ce28038fc464367eb Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:34:53 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:39 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789e01fd app-editors/emacs: stable 24.5-r7 for hppa, bug #667038 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> app-editors/emacs/emacs-24.5-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/emacs/emacs-24.5-r7.ebuild b/app-editors/emacs/emacs-24.5-r7.ebuild index 02f2b740321..192e25ae9d4 100644 --- a/app-editors/emacs/emacs-24.5-r7.ebuild +++ b/app-editors/emacs/emacs-24.5-r7.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="24" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="acl alsa aqua athena dbus games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib" REQUIRED_USE="?? ( aqua X )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-relaxed/
commit: 10254a12a7ee9f7ba01e9ff0db0350de4102012c Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:34:40 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:39 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10254a12 dev-python/pytest-relaxed: stable 1.1.4 for hppa, bug #663988 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild index 85094ff0482..5d49d587262 100644 --- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild +++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD-2" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: 550b89e3b9e774d85fdbe91901037b893762f038 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:34:32 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:38 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550b89e3 media-video/libav: stable 12.3 for hppa, bug #637458 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index 8acee4d623e..77b919f8814 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/
commit: c78c1bc9f4cdeabe74f4ce7f193044c3c4efd202 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:34:36 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:38 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78c1bc9 dev-python/bleach: stable 2.1.3 for hppa, bug #663438 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/bleach/bleach-2.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bleach/bleach-2.1.3.ebuild b/dev-python/bleach/bleach-2.1.3.ebuild index 85f6d783662..23ed3a93ac8 100644 --- a/dev-python/bleach/bleach-2.1.3.ebuild +++ b/dev-python/bleach/bleach-2.1.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips 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: media-libs/rubberband/
commit: 97b9d9f85c06f40fe809732b5b8fa151d7fa67b4 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:35:25 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b9d9f8 media-libs/rubberband: stable 1.8.2 for hppa, bug #670316 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/rubberband/rubberband-1.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/rubberband/rubberband-1.8.2.ebuild b/media-libs/rubberband/rubberband-1.8.2.ebuild index cf509800ba8..eab94852aac 100644 --- a/media-libs/rubberband/rubberband-1.8.2.ebuild +++ b/media-libs/rubberband/rubberband-1.8.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://breakfastquay.com/files/releases/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="static-libs" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ebuild-mode/
commit: f59e02c081aa659cf4d6f3ba8aff5d49ee67e9d9 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 8 23:35:22 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 23:35:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59e02c0 app-xemacs/ebuild-mode: stable 1.46 for hppa, bug #669376 Package-Manager: Portage-2.3.51, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-1.46.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.46.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.46.ebuild index 0e43844c03e..c880a91f8ae 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.46.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.46.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"; LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 hppa x86" RDEPEND=">=app-editors/xemacs-21.4.20-r5 app-xemacs/sh-script"
[gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/
commit: 2c23d98a872a116569abe8bb1e161e6771fa4ad5 Author: Zac Medico gentoo org> AuthorDate: Thu Nov 8 23:16:05 2018 + Commit: Zac Medico gentoo org> CommitDate: Thu Nov 8 23:16:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c23d98a sys-apps/nvme-cli: remove old versions Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> sys-apps/nvme-cli/Manifest| 4 sys-apps/nvme-cli/nvme-cli-1.1.ebuild | 25 - sys-apps/nvme-cli/nvme-cli-1.2.ebuild | 26 -- sys-apps/nvme-cli/nvme-cli-1.3.ebuild | 26 -- sys-apps/nvme-cli/nvme-cli-1.4.ebuild | 26 -- 5 files changed, 107 deletions(-) diff --git a/sys-apps/nvme-cli/Manifest b/sys-apps/nvme-cli/Manifest index 844816b7ddd..baa3e250eca 100644 --- a/sys-apps/nvme-cli/Manifest +++ b/sys-apps/nvme-cli/Manifest @@ -1,6 +1,2 @@ -DIST nvme-cli-1.1.tar.gz 207679 BLAKE2B 16f442f1896ff6d91301f97948a02a944711f753b990a94ef3fa8ecadb50e148c9675460a96dde0b60f89ac8010fcb3be75ed7dd574b7c27e2a98df946ed50af SHA512 339da4385c5e8659a8f3c2e11afadf437d9cdf02c294674e5cc569cd817174c8ccbd4fc8858ce6f5b8f63ccba68790b2140fc87fdf33b7d394b67999ac4afad0 -DIST nvme-cli-1.2.tar.gz 228964 BLAKE2B 27fba038bc9deb931d7a3f864f98dbfeb7af41267ca0e6b4127188403977295e08e8ab88f431d1a12f748c0d523f00ae2302ab2e81f2a32a61e9c40cdb350ac1 SHA512 42e31f9c7e5a4e3d5c500844e7a1f599bf52b3d4ea8312b518232ea94940487aa6f191b6711266b6595c8b3bca61f2f269168ca61201fe12e6d47c3a53629b00 -DIST nvme-cli-1.3.tar.gz 236788 BLAKE2B ad8035692b03f7ab988397bbb6ff6b7e8f669628b0bb31401847fa5d0d4e83d5886e1214fed6b7e54bb2677ed84c9856167eecb31b9599c359d283d77d68 SHA512 0794e72124e73af619a71dd01879d178ad48d30155326e854fb5447e0bb5b879049a7a0a2e3b5301a0de1207034fbbdca07ecf647ff7d4085d56dc793271b576 -DIST nvme-cli-1.4.tar.gz 260269 BLAKE2B 00c3878c9bbf3c1f934df3a3bf8a4188b53045dbda0cdfc437c6998f22269f1d5954dcf3fe2176fd66086904331861a8c9fae50b33e9b2f654fb08dff08f4320 SHA512 8d7e2f0717562bfe2306306830983644e4b118bd6705a0386fcae02f6d171faa76a6d594f01fc8ee57dcbf1a41ea0a84cd4527f7a729fddc3431975cf6914955 DIST nvme-cli-1.5.tar.gz 282891 BLAKE2B 31eb9f4acda978977b7de222e1d973aac4ea18a34eaa0ffea73f2603cc2b8936aecd23248c764d05af161943db06533faf881711f2f22ad539b7e7607d5f8652 SHA512 0fc3dafeba8f67c8f3a3f25aac3b454d9e3ebfb1c20d67f96009a4490f269f0fe3642de781cd161896300f91a1cc37bd8a4e61c77f35422ab134c747702ffaca DIST nvme-cli-1.6.tar.gz 368461 BLAKE2B e40f4d76314860c966c3cb3de31e8d4a1bceab847b8950f0c99d47e00b8e8de077e91f6da9216ec10e939d37d34ab255b5cc3c641f3bbaf3ac8974f697051329 SHA512 05bcc539febd047f092a236ef2b2e9ad4e1df5d38bdc70416f80217425767f414e72294fda46868323cb7c77662d6000eaf16ebdaf74bdfad1baaed11b025d39 diff --git a/sys-apps/nvme-cli/nvme-cli-1.1.ebuild b/sys-apps/nvme-cli/nvme-cli-1.1.ebuild deleted file mode 100644 index a0714eee920..000 --- a/sys-apps/nvme-cli/nvme-cli-1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit toolchain-funcs - -DESCRIPTION="NVM-Express user space tooling for Linux" -HOMEPAGE="https://github.com/linux-nvme/nvme-cli"; -SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="udev" - -RDEPEND="sys-libs/libcap:= - udev? ( virtual/libudev:= )" -DEPEND="${RDEPEND}" - -src_configure() { - tc-export CC - export PREFIX="${EPREFIX}/usr" - MAKEOPTS+=" LIBUDEV=$(usex udev 0 1)" -} diff --git a/sys-apps/nvme-cli/nvme-cli-1.2.ebuild b/sys-apps/nvme-cli/nvme-cli-1.2.ebuild deleted file mode 100644 index d99e37d9406..000 --- a/sys-apps/nvme-cli/nvme-cli-1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit toolchain-funcs - -DESCRIPTION="NVM-Express user space tooling for Linux" -HOMEPAGE="https://github.com/linux-nvme/nvme-cli"; -SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz" -RESTRICT="test" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="udev" - -RDEPEND="sys-libs/libcap:= - udev? ( virtual/libudev:= )" -DEPEND="${RDEPEND}" - -src_configure() { - tc-export CC - export PREFIX="${EPREFIX}/usr" - MAKEOPTS+=" LIBUDEV=$(usex udev 0 1)" -} diff --git a/sys-apps/nvme-cli/nvme-cli-1.3.ebuild b/sys-apps/nvme-cli/nvme-cli-1.3.ebuild deleted file mode 100644 index 38e95aa9070..000 --- a/sys-apps/nvme-cli/nvme-cli-1.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit toolchain-funcs - -DESCRIPTION="NVM-Express user space tooling for Linux" -HOMEPAGE="https:
[gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/
commit: ef25600873bc8f60313dafbc1eea181d2846396d Author: Zac Medico gentoo org> AuthorDate: Thu Nov 8 23:13:52 2018 + Commit: Zac Medico gentoo org> CommitDate: Thu Nov 8 23:15:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef256008 sys-apps/nvme-cli: stable 1.6-r1 for amd64 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild index f54d27afc76..bd44399fd69 100644 --- a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild +++ b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild @@ -12,7 +12,7 @@ RESTRICT="test" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+uuid" RDEPEND="uuid? ( sys-apps/util-linux:= )"
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/
commit: 87adc64062f5e513744c330c971d700d6c4becec Author: James Le Cuirot gentoo org> AuthorDate: Sun Nov 4 14:52:43 2018 + Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 8 23:11:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87adc640 profiles: Drop unnecessary openjdk-bin mask on ppc64/32ul I forgot that this profile uses the ppc keyword, not ppc64. Signed-off-by: James Le Cuirot gentoo.org> profiles/arch/powerpc/ppc64/32ul/package.mask | 6 -- 1 file changed, 6 deletions(-) diff --git a/profiles/arch/powerpc/ppc64/32ul/package.mask b/profiles/arch/powerpc/ppc64/32ul/package.mask deleted file mode 100644 index 1fc0ad79466..000 --- a/profiles/arch/powerpc/ppc64/32ul/package.mask +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2012-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# James Le Cuirot (19 Oct 2018) -# AdoptOpenJDK's ppc64 build is little-endian only. -dev-java/openjdk-bin
[gentoo-commits] repo/gentoo:master commit in: profiles/desc/
commit: 8a19cc5a70191d934c829929a5a3be194ab93bb0 Author: James Le Cuirot gentoo org> AuthorDate: Sat Nov 3 23:12:55 2018 + Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 8 23:11:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a19cc5a profiles: Add JVM_VARIANT USE_EXPAND descriptions Admittedly I barely know what these mean. Hopefully somebody else can improve them. Signed-off-by: James Le Cuirot gentoo.org> profiles/desc/jvm_variant.desc | 11 +++ 1 file changed, 11 insertions(+) diff --git a/profiles/desc/jvm_variant.desc b/profiles/desc/jvm_variant.desc new file mode 100644 index 000..940cfd8fd13 --- /dev/null +++ b/profiles/desc/jvm_variant.desc @@ -0,0 +1,11 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# This file contains descriptions of JVM_VARIANT USE_EXPAND +# for dev-java/openjdk. + +client - Enable many JVM feature sets including compiler1 +core - A template-interpreter only JVM feature set +minimal - Enable a reduced compiler1 JVM feature set +server - Enable most JVM feature sets including compiler1, compiler2, and aot +zero - Zero-Assembler port of the JVM
[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk/files/, dev-java/openjdk/
commit: 369063cc1474a9a6bc49b2012e8fe08469a477cc Author: James Le Cuirot gentoo org> AuthorDate: Sun Nov 4 15:10:39 2018 + Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 8 23:11:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369063cc dev-java/openjdk: New package to provide Java 11 from source I'm not sure if this will build on hardened. There used to be an upstream mechanism to handle PaX markings but this disappeared in an earlier version. It might build with USE=-jbootstrap though. Please let us know. Thanks to Alex Dubov for the initial ebuild attempt. Closes: https://github.com/gentoo/gentoo/pull/9835 Signed-off-by: James Le Cuirot gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-java/openjdk/Manifest | 1 + dev-java/openjdk/files/openjdk-11.env.sh | 16 ++ dev-java/openjdk/metadata.xml | 16 ++ dev-java/openjdk/openjdk-11.0.1_p13.ebuild | 234 + 4 files changed, 267 insertions(+) diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest new file mode 100644 index 000..351991ab4ea --- /dev/null +++ b/dev-java/openjdk/Manifest @@ -0,0 +1 @@ +DIST jdk-11.0.1+13.tar.bz2 90134818 BLAKE2B c79f32dc5b531a06317afb87ef15495267e914b9b292a1d434514a90298d8234e7e0ba92659416b15d9392c7513d976a0c81411953cb6706a27ee57c965e36fb SHA512 c534c2fa8dcd4fdebef6f00473d5ceaae4a33bd1e1a417846508e25f154b1ded649a73468c8c71ac0c1e27bab5f641a3b480a264b532a0c30be2869c3d11a15d diff --git a/dev-java/openjdk/files/openjdk-11.env.sh b/dev-java/openjdk/files/openjdk-11.env.sh new file mode 100644 index 000..96c4be79c33 --- /dev/null +++ b/dev-java/openjdk/files/openjdk-11.env.sh @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +VERSION="OpenJDK ${PV}" +JAVA_HOME="${EPREFIX}/usr/$(get_libdir)/${PN}-${SLOT}" +JDK_HOME="${EPREFIX}/usr/$(get_libdir)/${PN}-${SLOT}" +JAVAC="\${JAVA_HOME}/bin/javac" +PATH="\${JAVA_HOME}/bin" +ROOTPATH="\${JAVA_HOME}/bin" +LDPATH="\${JAVA_HOME}/lib/:\${JAVA_HOME}/lib/server/" +MANPATH="" +PROVIDES_TYPE="JDK JRE" +PROVIDES_VERSION="${SLOT}" +BOOTCLASSPATH="" +GENERATION="2" +ENV_VARS="JAVA_HOME JDK_HOME JAVAC PATH ROOTPATH LDPATH MANPATH" diff --git a/dev-java/openjdk/metadata.xml b/dev-java/openjdk/metadata.xml new file mode 100644 index 000..c76b9ca5d45 --- /dev/null +++ b/dev-java/openjdk/metadata.xml @@ -0,0 +1,16 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +j...@gentoo.org +Java + + Java™ is the world's leading programming language and platform. The code for Java is open source and available at OpenJDK™. + +Don't install the X backend for AWT, needed by some GUIs +Allow this JDK to be recognised by Gentoo (package manager, eselect, java-config, EXPERIMENTAL!) +Build OpenJDK twice, the second time using the result of the first +Install JVM sources +Provide javaws command through symlink to icedtea-web + + diff --git a/dev-java/openjdk/openjdk-11.0.1_p13.ebuild b/dev-java/openjdk/openjdk-11.0.1_p13.ebuild new file mode 100644 index 000..8bc5d1fa01e --- /dev/null +++ b/dev-java/openjdk/openjdk-11.0.1_p13.ebuild @@ -0,0 +1,234 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools check-reqs flag-o-matic java-pkg-2 java-vm-2 multiprocessing pax-utils toolchain-funcs + +MY_PV=${PV/_p/+} +SLOT=${MY_PV%%[.+]*} + +DESCRIPTION="Open source implementation of the Java programming language" +HOMEPAGE="https://openjdk.java.net"; +SRC_URI="https://hg.${PN}.java.net/jdk-updates/jdk${SLOT}u/archive/jdk-${MY_PV}.tar.bz2"; +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~ppc64" + +# Default variant must be first! +# The rest do not matter. +JVM_VARIANTS=" + server + client + core + minimal + zero +" + +IUSE=+$(printf "jvm_variant_%s " ${JVM_VARIANTS}) +IUSE+="alsa debug doc examples gentoo-vm headless-awt +jbootstrap nsplugin +pch selinux source +webstart" + +REQUIRED_USE=" + ^^ ( + || ( jvm_variant_server jvm_variant_client jvm_variant_minimal ) + jvm_variant_core + jvm_variant_zero + ) +" + +CDEPEND=" + media-libs/freetype:2= + net-print/cups + sys-libs/zlib + !headless-awt? ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXi + x11-libs/libXrender + x11-libs/libXt + x11-libs/libXtst + ) +" + +RDEPEND=" + ${CDEPEND} + alsa? ( media-libs/alsa-lib ) + selinux? ( sec-policy/selinux-java ) +" + +DEPEND=" + ${CDEPEND} + app-arch/zip + media-libs/alsa-lib + !headless-awt? ( + x11-base/xorg-proto + ) + || ( + dev-java/openjdk-bin:${SLOT} + d
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/
commit: 052bbe879dedca70f36ea2762a4fe7b4bf7c63ca Author: James Le Cuirot gentoo org> AuthorDate: Sun Nov 4 14:54:25 2018 + Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 8 23:11:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052bbe87 profiles: Mask dev-java/openjdk on big-endian ppc64 It could be built but we need a prebuilt Java 10 or 11 JDK to build it with. AdoptOpenJDK only cater for little-endian ppc64. Signed-off-by: James Le Cuirot gentoo.org> profiles/arch/powerpc/ppc64/64ul/package.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/arch/powerpc/ppc64/64ul/package.mask b/profiles/arch/powerpc/ppc64/64ul/package.mask index def9c263cb7..6954fae2135 100644 --- a/profiles/arch/powerpc/ppc64/64ul/package.mask +++ b/profiles/arch/powerpc/ppc64/64ul/package.mask @@ -3,6 +3,7 @@ # James Le Cuirot (19 Oct 2018) # AdoptOpenJDK's ppc64 build is little-endian only. +dev-java/openjdk dev-java/openjdk-bin # =gcc-4 on ppc64
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/
commit: 6a26918938e9a32d44248a4ee2e3dab8a18b4611 Author: James Le Cuirot gentoo org> AuthorDate: Sun Nov 4 15:01:04 2018 + Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 8 23:11:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a269189 profiles: Unmask dev-java/openjdk(-bin) on little-endian ppc64 I didn't realise that the little-endian profile descends from the big-endian profile. Signed-off-by: James Le Cuirot gentoo.org> profiles/arch/powerpc/ppc64/64le/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask b/profiles/arch/powerpc/ppc64/64le/package.mask index 539351b0911..962a4dd5bfb 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (19 Oct 2018) +# AdoptOpenJDK's ppc64 build is little-endian only. +-dev-java/openjdk +-dev-java/openjdk-bin + # Sergei Trofimovich (11 Apr 2018) # ltrace is not ported to powerpc64le yet. dev-util/ltrace
[gentoo-commits] repo/gentoo:master commit in: media-libs/libquicktime/
commit: 0b9e63a9d14b162ee15c36f94a88453dd73ac2ba Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 23:03:54 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 23:03:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9e63a9 media-libs/libquicktime: Security cleanup Bug: https://bugs.gentoo.org/634806 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../libquicktime/libquicktime-1.2.4-r2.ebuild | 132 - 1 file changed, 132 deletions(-) diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild b/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild deleted file mode 100644 index 32f2d0f169e..000 --- a/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit libtool multilib-minimal - -DESCRIPTION="An enhanced version of the quicktime4linux library" -HOMEPAGE="http://libquicktime.sourceforge.net/"; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="aac alsa doc dv encode ffmpeg gtk jpeg lame libav cpu_flags_x86_mmx opengl png schroedinger static-libs vorbis X x264" - -RDEPEND=">=virtual/libintl-0-r1[${MULTILIB_USEDEP}] - sys-libs/zlib:= - aac? ( - >=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}] - encode? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] ) - ) - alsa? ( >=media-libs/alsa-lib-1.0.20 ) - dv? ( >=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}] ) - ffmpeg? ( - libav? ( media-video/libav:0=[${MULTILIB_USEDEP}] ) - !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] ) - ) - gtk? ( x11-libs/gtk+:2 ) - jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) - lame? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) - opengl? ( virtual/opengl ) - png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) - schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] ) - vorbis? ( - >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] - >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] - ) - X? ( - x11-libs/libX11 - x11-libs/libXaw - x11-libs/libXext - x11-libs/libXt - x11-libs/libXv - ) - x264? ( >=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] - sys-devel/gettext - doc? ( app-doc/doxygen ) - X? ( x11-base/xorg-proto )" - -REQUIRED_USE="opengl? ( X )" - -DOCS=( ChangeLog README TODO ) - -PATCHES=( - "${FILESDIR}"/${P}+libav-9.patch - "${FILESDIR}"/${P}-ffmpeg2.patch - "${FILESDIR}"/${P}-CVE-2016-2399.patch -) - -src_prepare() { - default - if has_version '>=media-video/ffmpeg-2.9' || - has_version '>=media-video/libav-12'; then - eapply "${FILESDIR}"/${P}-ffmpeg29.patch - fi - if has_version '>media-video/ffmpeg-3.5' ; then - eapply "${FILESDIR}/${P}-ffmpeg4.patch" - fi - - local x - for x in lqt_ffmpeg.c video.c audio.c ; do - sed -i -e "s:CODEC_ID_:AV_&:g" "plugins/ffmpeg/${x}" || die - done - - elibtoolize # Required for .so versioning on g/fbsd -} - -multilib_src_configure() { - # utils use: alsa, opengl, gtk+, X - - ECONF_SOURCE=${S} \ - econf \ - --enable-gpl \ - $(use_enable static-libs static) \ - $(use_enable cpu_flags_x86_mmx asm) \ - $(multilib_native_use_with doc doxygen) \ - $(use vorbis || echo --without-vorbis) \ - $(use_with lame) \ - $(multilib_native_use_with X x) \ - $(multilib_native_use_with opengl) \ - $(multilib_native_use_with alsa) \ - $(multilib_native_use_with gtk) \ - $(use_with dv libdv) \ - $(use_with jpeg libjpeg) \ - $(use_with ffmpeg) \ - $(use_with png libpng) \ - $(use_with schroedinger) \ - $(use_with aac faac) \ - $(use encode || echo --without-faac) \ - $(use_with aac faad2) \ - $(use_with x264) \ - --without-cpuflags - - if ! multilib_is_native_abi; then - # disable building utilities - sed -i -e '/SUBDIRS =/s:utils::' Makefile || die - fi -} - -multilib_src_install_all() { - einstalldocs - find "${D}" -name '*.la' -delete || die - - # Compatibility wi
[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/
commit: 49250899a1c67a4ab7bfe320a5e286ca69c8953c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 22:33:54 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 23:01:45 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=49250899 kde-plasma/plasma-workspace: Move kde-frameworks/kded to DEPEND Upstream commit c8ed48fc1a2a4903fbfc6989c9afc18d8019ddb0 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild index 543144eabe..7b96ecd714 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild @@ -25,6 +25,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kded) $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kglobalaccel) $(add_frameworks_dep kguiaddons) @@ -89,7 +90,6 @@ DEPEND="${COMMON_DEPEND} x11-base/xorg-proto " RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kded) $(add_frameworks_dep kdesu) $(add_kdeapps_dep kio-extras) $(add_plasma_dep ksysguard)
[gentoo-commits] proj/kde:master commit in: kde-apps/kdeutils-meta/
commit: 56fa3c3cf85faf1d1ffa02223b2000b122a8327c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 22:26:05 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 23:01:45 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=56fa3c3c kde-apps/kdeutils-meta: Add kde-apps/kate Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeutils-meta/kdeutils-meta-.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-.ebuild index c873dd71d6..40a7d5e5d7 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,7 @@ IUSE="cups floppy" RDEPEND=" $(add_kdeapps_dep ark) $(add_kdeapps_dep filelight) + $(add_kdeapps_dep kate) $(add_kdeapps_dep kbackup) $(add_kdeapps_dep kcalc) $(add_kdeapps_dep kcharselect)
[gentoo-commits] proj/kde:master commit in: kde-apps/kde-apps-meta/
commit: 94cff81b47cbc7ea115caee2dfa427968d2b4c31 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 22:26:32 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 23:01:45 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=94cff81b kde-apps/kde-apps-meta: Drop kde-apps/kate Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kde-apps-meta/kde-apps-meta-.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild index 5a3ae0e186..d0033d921e 100644 --- a/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild +++ b/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,6 @@ KEYWORDS="" IUSE="accessibility pim sdk" RDEPEND=" - $(add_kdeapps_dep kate) $(add_kdeapps_dep kdeadmin-meta) $(add_kdeapps_dep kdecore-meta) $(add_kdeapps_dep kdeedu-meta)
[gentoo-commits] repo/gentoo:master commit in: media-video/libav/
commit: b0c4bc7e71ea19f9f2f639f10b817a9b7c38a977 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Nov 8 22:47:15 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 22:58:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c4bc7e media-video/libav: stable 12.3 for sparc, bug #637458 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> media-video/libav/libav-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libav/libav-12.3.ebuild b/media-video/libav/libav-12.3.ebuild index b519bf55f1a..8acee4d623e 100644 --- a/media-video/libav/libav-12.3.ebuild +++ b/media-video/libav/libav-12.3.ebuild @@ -30,7 +30,7 @@ fi LICENSE="LGPL-2.1 gpl? ( GPL-3 )" SLOT="0/12" -[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +[[ ${PV} == * ]] || KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k libressl mp3 +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
[gentoo-commits] repo/gentoo:master commit in: media-libs/libquicktime/
commit: 41daf0ebdfaab9258b1c318d82625640e6119045 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Nov 8 22:55:26 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 22:59:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41daf0eb media-libs/libquicktime: stable 1.2.4-r3 for sparc, bug #634806 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild b/media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild index 2940148b855..3271cf10dd3 100644 --- a/media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild +++ b/media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="aac alsa doc dv encode ffmpeg gtk jpeg lame libav cpu_flags_x86_mmx opengl png schroedinger static-libs vorbis X x264" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/
commit: ab9393fa7b8ff092faa7b615b00d4d5bee61fe11 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Nov 8 22:44:34 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 22:58:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9393fa media-libs/libsndfile: stable 1.0.28-r4 for sparc, bug #618016 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild b/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild index 9fe18550350..99e86b43f8e 100644 --- a/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild @@ -19,7 +19,7 @@ fi LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="alsa minimal sqlite static-libs test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/libmad/
commit: cbcd738cfa6a643c65090fc0cf80822c264a4e4d Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Nov 8 22:43:19 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 22:58:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcd738c media-libs/libmad: stable 0.15.1b-r9 for sparc, bug #618022 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/libmad/libmad-0.15.1b-r9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmad/libmad-0.15.1b-r9.ebuild b/media-libs/libmad/libmad-0.15.1b-r9.ebuild index 541827117d5..55105d3364b 100644 --- a/media-libs/libmad/libmad-0.15.1b-r9.ebuild +++ b/media-libs/libmad/libmad-0.15.1b-r9.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mad/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug static-libs" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: net-misc/memcached/
commit: ad2bfb9615861e974e9d093cc9114f3048a6fed2 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Nov 8 22:50:20 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 22:59:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2bfb96 net-misc/memcached: stable 1.5.12 for sparc, bug #670696 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> net-misc/memcached/memcached-1.5.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/memcached/memcached-1.5.12.ebuild b/net-misc/memcached/memcached-1.5.12.ebuild index ca83bdfe6a2..156b6e1c72f 100644 --- a/net-misc/memcached/memcached-1.5.12.ebuild +++ b/net-misc/memcached/memcached-1.5.12.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later RDEPEND=">=dev-libs/libevent-1.4:=
[gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/
commit: 072efbfce053a8e6bef21a363d0c5a77944198b8 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Nov 8 22:42:18 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 8 22:58:53 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072efbfc sys-devel/bison: stable 3.1 for sparc, bug #670634 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/bison/bison-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/bison/bison-3.1.ebuild b/sys-devel/bison/bison-3.1.ebuild index d29cceaa21c..f87b8e22578 100644 --- a/sys-devel/bison/bison-3.1.ebuild +++ b/sys-devel/bison/bison-3.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples nls static test" RDEPEND=">=sys-devel/m4-1.4.16"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/kanjistrokeorders/
commit: 18482ebfc450de815032ba02f169f531cbf9ccc0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 22:00:41 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 22:54:10 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18482ebf media-fonts/kanjistrokeorders: Drop 2.012 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/kanjistrokeorders/Manifest | 1 - .../kanjistrokeorders-2.012.ebuild | 27 -- 2 files changed, 28 deletions(-) diff --git a/media-fonts/kanjistrokeorders/Manifest b/media-fonts/kanjistrokeorders/Manifest index 3a2567b3a55..907864200a2 100644 --- a/media-fonts/kanjistrokeorders/Manifest +++ b/media-fonts/kanjistrokeorders/Manifest @@ -1,2 +1 @@ -DIST KanjiStrokeOrders_v2.012.zip 8961316 BLAKE2B 1ddd7ec47668ea0d10700db60a3f07665234c70815e8415a5dca4814d8b13c82ca23534e5278380ca8115ff6fc16ba8c65954022c657c0de3826f5370eb579ff SHA512 352be65ee27275a5093625372a8fb8bc073d8b76b9269e3c211ffe5f18a23134b1b1fff18d2b85cfa70424a74ab4e3a342a4f231b65364cf017985a5e70443c6 DIST KanjiStrokeOrders_v2.016.zip 8982113 BLAKE2B 940d0ab1c7a0b045a88bec454b3f4dda4cb61d096d0e786884f2e3ea8aa7a21942604585173eded13e5618ae0051d01c975a0b9b45deeae7abff8983c03852a1 SHA512 8551864915f3d5b542df318a1fe1d8474304ec8adb61fd414d4bff132c69a5a875eae0bdccce90819da1f3c68192c589207bf9c997a81896ddd6916d79f363a0 diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.012.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.012.ebuild deleted file mode 100644 index ae75eaca3f1..000 --- a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.012.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit font - -MY_P="KanjiStrokeOrders_v${PV}" -DESCRIPTION="font to view stroke order diagrams for Kanji, Kana and etc" -HOMEPAGE="https://sites.google.com/site/nihilistorguk/"; -SRC_URI="https://sites.google.com/site/nihilistorguk/Home/${MY_P}.zip"; - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="!=kde-apps/kiten-18.08.2-r0" - -# Only installs fonts -RESTRICT="strip binchecks" - -S="${WORKDIR}" -FONT_S="${S}" - -FONT_SUFFIX="ttf" -DOCS="readme_en_v${PV}.txt"
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/barnyard2/
commit: 9c8bb9cc95b5377a20d0d3e84092f9a93193e3b0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Aug 17 19:15:38 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:51:11 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8bb9cc net-analyzer/barnyard2: fix SRC_URI, HOMEPAGE, EAPI7, improve ebuild. Closes: https://bugs.gentoo.org/663910 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/9603 Signed-off-by: Patrice Clement gentoo.org> net-analyzer/barnyard2/Manifest| 1 + net-analyzer/barnyard2/barnyard2-1.9-r1.ebuild | 76 ++ 2 files changed, 77 insertions(+) diff --git a/net-analyzer/barnyard2/Manifest b/net-analyzer/barnyard2/Manifest index 19f506877e8..d7670b3accd 100644 --- a/net-analyzer/barnyard2/Manifest +++ b/net-analyzer/barnyard2/Manifest @@ -1 +1,2 @@ +DIST barnyard2-1.9-r1.tar.gz 344672 BLAKE2B 720d55170eaf66d2fac7a73990f00dab6faf27c5fcfbcd2f3fa5bad8fa028880fc257a78b60660eaaa5cea3cd8ab04aea2ad173d2135757d7a1f93a80e049d06 SHA512 eb10e4333e862ba6d708e7956b86f9da5da8c52b2756724e821ac5f5ba064791cf84125942bf76e7c563f62c83558aff90219ccc694884e213f6571428849666 DIST barnyard2-1.9.tar.gz 652879 BLAKE2B 958c926b26ff81c2baaf6993c1eafb10b48d1dc570b885f20f5893d64a56176f39ed5a872fb326d24b699406a0e60bbd1347df56612b5b85148505c72f6544ed SHA512 441a5751b28fd5c0aca73a78a58219a6ce58393e15bf735ae012719d1180e8e58a91d4170fe5c623bfe83de8ca0c04fb6975c8c7d5b6421ceedbf2023b44e72a diff --git a/net-analyzer/barnyard2/barnyard2-1.9-r1.ebuild b/net-analyzer/barnyard2/barnyard2-1.9-r1.ebuild new file mode 100644 index 000..8bd23af3078 --- /dev/null +++ b/net-analyzer/barnyard2/barnyard2-1.9-r1.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Parser for Snort unified/unified2 files" +HOMEPAGE="https://github.com/firnsy/barnyard2 https://firnsy.com/projects"; +SRC_URI="https://github.com/firnsy/barnyard2/archive/v2-${PV}.tar.gz -> ${PF}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="debug gre mpls mysql odbc postgres static" + +DEPEND="net-libs/libpcap + mysql? ( virtual/mysql ) + odbc? ( dev-db/unixODBC ) + postgres? ( dev-db/postgresql:*[server] )" +RDEPEND="${DEPEND}" + +DOCS="RELEASE.NOTES etc/barnyard2.conf doc/README* schemas/create_*" + +S="${WORKDIR}/${PN}-2-${PV}" + +src_prepare() { + default + sed -i -e "s:^#config interface:config interface:" \ + "etc/barnyard2.conf" || die + sed -i -e "s:^output alert_fast:#output alert_fast:" \ + "etc/barnyard2.conf" || die + + AT_M4DIR="m4" eautoreconf +} + +src_configure() { + econf \ + $(use_enable !static shared) \ + $(use_enable static) \ + $(use_enable debug) \ + $(use_enable gre) \ + $(use_enable mpls) \ + $(use_with mysql) \ + $(use_with odbc) \ + $(use_with postgres postgresql) \ + --disable-ipv6 \ + --disable-prelude \ + --disable-mysql-ssl-support \ + --disable-aruba \ + --without-tcl \ + --without-oracle +} + +src_install () { + default + + newconfd "${FILESDIR}/barnyard2.confd" barnyard2 + newinitd "${FILESDIR}/barnyard2.initd" barnyard2 + + dodir /etc/barnyard2 \ + /var/log/snort \ + /var/log/snort/archive \ + /var/log/barnyard2 + + keepdir /var/log/barnyard2 + keepdir /var/log/snort/archive + + rm "${D}"/etc/barnyard2.conf || die +} + +pkg_postinst() { + elog "Configuration options can be set in /etc/conf.d/barnyard2." + elog + elog "An example configuration file can be found in /usr/share/doc/${PF}." +}
[gentoo-commits] repo/gentoo:master commit in: media-sound/whipper/
commit: 044e6bffaf381925d150508deef91eb7c714e8c1 Author: Quentin Retornaz retornaz com> AuthorDate: Tue Oct 30 03:07:08 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:23:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044e6bff media-sound/whipper: update HOMEPAGE. Signed-off-by: Quentin Retornaz retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/10303 Signed-off-by: Patrice Clement gentoo.org> media-sound/whipper/whipper-0.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/whipper/whipper-0.7.0.ebuild b/media-sound/whipper/whipper-0.7.0.ebuild index cf58c45c2d3..0806473cc34 100644 --- a/media-sound/whipper/whipper-0.7.0.ebuild +++ b/media-sound/whipper/whipper-0.7.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A Python CD-DA ripper preferring accuracy over speed (forked from morituri)" -HOMEPAGE="https://github.com/JoeLametta/whipper"; -SRC_URI="https://github.com/JoeLametta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/whipper-team/whipper"; +SRC_URI="https://github.com/whipper-team/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfiglet/
commit: b138123108bdf8d65a6be30fb7f6976c952726ad Author: Patrice Clement gentoo org> AuthorDate: Thu Nov 8 22:22:39 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:22:39 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1381231 dev-python/pyfiglet: stable for amd64+x86. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-python/pyfiglet/pyfiglet-0.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyfiglet/pyfiglet-0.7.5.ebuild b/dev-python/pyfiglet/pyfiglet-0.7.5.ebuild index 57ef0d7b8e6..bf20bf56113 100644 --- a/dev-python/pyfiglet/pyfiglet-0.7.5.ebuild +++ b/dev-python/pyfiglet/pyfiglet-0.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-telegram/
commit: 13813ec13f56dc45d52c74298ccb09537bb1bde5 Author: Conrad Kostecki kostecki com> AuthorDate: Sat Oct 27 10:48:04 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:41:31 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13813ec1 x11-plugins/pidgin-telegram: bump to EAPI=7. Also updated metadata.xml. Closes: https://bugs.gentoo.org/669764 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10252 Signed-off-by: Patrice Clement gentoo.org> x11-plugins/pidgin-telegram/metadata.xml | 4 ++ .../pidgin-telegram-1.3.1-r1.ebuild| 51 ++ 2 files changed, 55 insertions(+) diff --git a/x11-plugins/pidgin-telegram/metadata.xml b/x11-plugins/pidgin-telegram/metadata.xml index c8fb36cb1a7..e23b905712c 100644 --- a/x11-plugins/pidgin-telegram/metadata.xml +++ b/x11-plugins/pidgin-telegram/metadata.xml @@ -14,6 +14,10 @@ which can be used directly in net-im/pidgin. Telegram is a cloud-based instant messaging and voice over IP service. + + https://github.com/majn/telegram-purple/issues + majn/telegram-purple + Use dev-libs/libgcrypt instead of dev-libs/openssl. diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1-r1.ebuild b/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1-r1.ebuild new file mode 100644 index 000..9624bde7b85 --- /dev/null +++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="A libpurple protocol plugin that adds support for the Telegram messenger" +HOMEPAGE="https://github.com/majn/telegram-purple"; +SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegram-purple_${PV}.orig.tar.gz"; + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="gcrypt libressl +nls +webp" + +RDEPEND=" + net-im/pidgin + sys-libs/zlib:= + gcrypt? ( dev-libs/libgcrypt:0= ) + !gcrypt? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) + nls? ( sys-devel/gettext ) + webp? ( media-libs/libwebp:= ) +" + +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +S="${WORKDIR}/telegram-purple" + +DOCS=( "AUTHORS" "CHANGELOG.md" "HACKING.md" "HACKING.BUILD.md" "README.md" ) + +src_prepare() { + default + + # Remove '-Werror' to make it compile + find -name 'Makefile*' -exec sed -i -e 's/-Werror //' {} + || die +} + +src_configure() { + local myeconfargs=( + $(use_enable gcrypt) + $(use_enable nls translation) + $(use_enable webp libwebp) + ) + + econf "${myeconfargs[@]}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/asciimatics/
commit: afc95700c9947ddb6b5355e5fa6aa6b1c4ff8482 Author: Patrice Clement gentoo org> AuthorDate: Thu Nov 8 22:23:00 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:23:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc95700 dev-python/asciimatics: stable for amd64+x86. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-python/asciimatics/asciimatics-1.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/asciimatics/asciimatics-1.10.0.ebuild b/dev-python/asciimatics/asciimatics-1.10.0.ebuild index 7b98702a75f..f079d7df9cf 100644 --- a/dev-python/asciimatics/asciimatics-1.10.0.ebuild +++ b/dev-python/asciimatics/asciimatics-1.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/peterbrittain/asciimatics/archive/${PV}.tar.gz -> ${ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/
commit: 511a61f73f47717a5e9df396f4d475ea048fe398 Author: Conrad Kostecki kostecki com> AuthorDate: Tue Nov 6 17:43:31 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:20:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511a61f7 app-benchmarks/stress-ng: bump to version 0.09.44. Closes: https://bugs.gentoo.org/670504 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10347 Signed-off-by: Patrice Clement gentoo.org> app-benchmarks/stress-ng/Manifest | 1 + app-benchmarks/stress-ng/stress-ng-0.09.44.ebuild | 30 +++ 2 files changed, 31 insertions(+) diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest index 46673cd5a28..fe1f80ef52e 100644 --- a/app-benchmarks/stress-ng/Manifest +++ b/app-benchmarks/stress-ng/Manifest @@ -1,2 +1,3 @@ DIST stress-ng-0.09.42.tar.xz 360452 BLAKE2B fa5ad15f066d8e762fb08cdcd4fe58ea6604890edf2384e0676e6c35645a6fd84c568369dc966d23527820630a0b44ab9b8969f3e170c876b03a194ea72384af SHA512 e209a8777331f91b3ec5fca9f6f664513498b21b5b31338e0882cc6c79674524906e8d0d4a8931ab5b382feac65e15639989fc0672e408aaa2eb84c72a059258 DIST stress-ng-0.09.43.tar.xz 361116 BLAKE2B bba3d136146bfb55f23cb40f85e7e133f96d7fa7f2a55e7b7fb70ef23197c082f89b35fbf11129eaaf3d1c1b7306d1a5ac5ebd55a96c37c6fa9533a84a3d4684 SHA512 bceec4263916b370fc35f6178c2048c3d8317dfc77363f4ec7e9f0111243495d405314af6d467aa5a56db03e1c8c9a2f7aa3c733afe1f3f6f45f6c074ad3ac4c +DIST stress-ng-0.09.44.tar.xz 361396 BLAKE2B 28458eeb9b1f8b296242d42af682537f2018dfedd3faea299e04b3e5141bb52bedd09452802ec5459130a6e5791d4f3383f2a8a338c289c51f306cfb722bf780 SHA512 74d1789e96e9d38481abaa06f1232cdd6b92fd792abb078d690cfb5fbff188c738b1cc1c342b9d9e729dc97a6218641464eac4ab90f51e1e801a54b0767a diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.44.ebuild b/app-benchmarks/stress-ng/stress-ng-0.09.44.ebuild new file mode 100644 index 000..70abac3e8dc --- /dev/null +++ b/app-benchmarks/stress-ng/stress-ng-0.09.44.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Stress test for a computer system with various selectable ways" +HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/"; +SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/libaio + dev-libs/libbsd + dev-libs/libgcrypt:0= + net-misc/lksctp-tools + sys-apps/attr + sys-apps/keyutils + sys-libs/libapparmor + sys-libs/libcap + sys-libs/zlib:= +" + +RDEPEND="${DEPEND}" + +DOCS=( "README" "README.Android" "TODO" "syscalls.txt" ) + +PATCHES=( "${FILESDIR}/${PN}-0.09.42-makefile.patch" )
[gentoo-commits] repo/gentoo:master commit in: dev-python/yapf/
commit: 292417b540f97a1bb8df3f107e45dc648914ac35 Author: Horea Christian yandex com> AuthorDate: Mon Oct 29 17:32:53 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:25:45 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292417b5 dev-python/yapf: new package. A package which checks for good Python code style. Signed-off-by: Horea Christian gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10297 Signed-off-by: Patrice Clement gentoo.org> dev-python/yapf/Manifest | 1 + dev-python/yapf/metadata.xml | 18 ++ dev-python/yapf/yapf-0.24.0.ebuild | 23 +++ 3 files changed, 42 insertions(+) diff --git a/dev-python/yapf/Manifest b/dev-python/yapf/Manifest new file mode 100644 index 000..b9394e3a988 --- /dev/null +++ b/dev-python/yapf/Manifest @@ -0,0 +1 @@ +DIST yapf-0.24.0.tar.gz 145607 BLAKE2B 2f85130a28d7daea5f656bc3d46ef34291dfa3ac739170b8f7e120acbaa62c5f255c6c69d3b1775ceb13a63c09c239d207f227c41234bc676e131d0b4b958356 SHA512 daa61faaa2877af8bc8579b1f6a8e9cf177d1caf27e0430cc508b86b42d907186a0fe14913530368097b888f12c19fc601fbcc1c4e605341ca328e8bf40ea399 diff --git a/dev-python/yapf/metadata.xml b/dev-python/yapf/metadata.xml new file mode 100644 index 000..28299522aad --- /dev/null +++ b/dev-python/yapf/metadata.xml @@ -0,0 +1,18 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + horea.chr...@gmail.com + Horea Christian + + + proxy-ma...@gentoo.org + Proxy Maintainers + + + YAPF is based off of 'clang-format', developed by Daniel Jasper. + In essence, the algorithm takes the code and reformats it to the best + formatting that conforms to the style guide, even if the original code + didn't violate the style guide. + + diff --git a/dev-python/yapf/yapf-0.24.0.ebuild b/dev-python/yapf/yapf-0.24.0.ebuild new file mode 100644 index 000..599e8fcc605 --- /dev/null +++ b/dev-python/yapf/yapf-0.24.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +inherit distutils-r1 + +DESCRIPTION="A formatter for Python files" +HOMEPAGE="https://github.com/google/yapf"; +SRC_URI="https://github.com/google/yapf/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +python_test() { + esetup.py test +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/cyberjack/
commit: aad723e6ce55230acb643114189009f7984b3ee5 Author: Conrad Kostecki kostecki com> AuthorDate: Tue Nov 6 00:05:13 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:20:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad723e6 dev-libs/cyberjack: bump to version 3.99.5_p12. Closes: https://bugs.gentoo.org/663948 Closes: https://bugs.gentoo.org/670448 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10343 Signed-off-by: Patrice Clement gentoo.org> dev-libs/cyberjack/Manifest| 1 + dev-libs/cyberjack/cyberjack-3.99.5_p12.ebuild | 91 ++ dev-libs/cyberjack/metadata.xml| 19 +- 3 files changed, 108 insertions(+), 3 deletions(-) diff --git a/dev-libs/cyberjack/Manifest b/dev-libs/cyberjack/Manifest index b3d3f539e3f..f5c37c2bc9c 100644 --- a/dev-libs/cyberjack/Manifest +++ b/dev-libs/cyberjack/Manifest @@ -1,3 +1,4 @@ DIST pcsc-cyberjack-3.99.5final.SP10.tar.bz2 958494 BLAKE2B 8e7f812ce5aeb6b3afe1ce1a0a691fa0639618eb62db22bd2d34b030518c4ec148216b07770a03e0e1dd01158c92694879c38648d08f1973f6bf8aa0859af889 SHA512 d4094b531ab523db29856ea0cf784db925bece51a5c4b5c7fec259ff319d58a50443cabdfebc0a1f6818b678a1284500429274478bf1db780ff594612e307d56 DIST pcsc-cyberjack-3.99.5final.SP11.tar.bz2 965662 BLAKE2B 568eb77c9b35557fb9f4c4f038cf6d7cd3700938fe905c8c3587ee6bd4254595d6665f199913bde3c4f03050d8e8c6006dee9222941ad1dfd0190fa33283f15c SHA512 4d63ef0442c7e919456e8b6ab1d571ab621eb45fc34fc9b61a7a024f1ae2115f7474b4aa538ee7fb8bf4ce016067c876d9970b52e6b4e8b531e2d736677ab794 +DIST pcsc-cyberjack-3.99.5final.SP12.tar.bz2 957583 BLAKE2B 02499e2e366a2caaf4881ff3db99600990ef18ef2b4dc202c5d66a2e708f5107b4c76b56021349c8e4169be2e1d12de0317680ea9502a65a89c96969b8341e13 SHA512 53993471c96caa5a802c0aff32595698dfd550f89906f2141f4d89db75da0870da60f62565604485643dfd1af35a06dde7f895b4a9fa6b39634ee8d5692b50fd DIST pcsc-cyberjack_3.99.5final.SP03.tar.gz 1485952 BLAKE2B 5dc9d5330b4b25c23e4704a0c2ed648e9ef0fb929c7f221373fd7128b77fea223480119a5dc28aa81bbe19fb5355bfd421bc93f214ebed89ee44836c7d8f0b40 SHA512 a091a09b501d7a7c757f0a458007f44ac281cbeaaf5bc3c2aa89915ee7a39478e6f80b6f24fec77be753c8d77deeda2858b7a806e3c982f54c199bd797288e05 diff --git a/dev-libs/cyberjack/cyberjack-3.99.5_p12.ebuild b/dev-libs/cyberjack/cyberjack-3.99.5_p12.ebuild new file mode 100644 index 000..be9c7598650 --- /dev/null +++ b/dev-libs/cyberjack/cyberjack-3.99.5_p12.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +MY_PN="pcsc-${PN}" +MY_PV="${PV/_p/final.SP}" +MY_P="${MY_PN}-${MY_PV}" + +inherit autotools linux-info toolchain-funcs udev + +DESCRIPTION="REINER SCT cyberJack USB chipcard reader user space driver" +HOMEPAGE="https://www.reiner-sct.de/"; +SRC_URI="https://support.reiner-sct.de/downloads/LINUX/V${PV/_p/_SP}/${MY_P}.tar.bz2"; + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" +IUSE="static-libs threads tools +udev +usb xml" + +RDEPEND=" + sys-apps/pcsc-lite + usb? ( virtual/libusb:1 ) + udev? ( virtual/udev ) + xml? ( dev-libs/libxml2:2= ) +" + +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +CONFIG_CHECK="~USB_SERIAL_CYBERJACK" + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + local myeconfargs=( + --disable-debug + --disable-error-on-warning + --disable-hal + --disable-mac-universal + --disable-mac-arches-i386 + --disable-mac-arches-x86_64 + --disable-visibility + --enable-pcsc + --enable-release + --enable-warnings + --sysconfdir="/etc/cyberjack" + $(use_enable static-libs static) + $(use_enable threads) + $(use_enable udev) + $(use_enable usb nonserial) + $(use_enable xml xml2) + --with-usbdropdir="$($(tc-getPKG_CONFIG) libpcsclite --variable=usbdropdir)" + ) + + econf "${myeconfargs[@]}" +} + +src_compile() { + default + + if use tools; then + # cjBingo can't be compiled, as it's defines stuff, which got dropped + cd "${S}"/tools/cjflash && emake + cd "${S}"/tools/cjgeldkarte && emake + fi +} + +src_install() { + default + + use tools && dobin tools/cjflash/cjflash tools/cjgeldkarte/cjgeldkarte + + use udev && udev_newrules debian/libifd-cyberjack6.udev 99-${PN}.rules + + dodoc debian/changelog doc/{LIESMICH,README}.{pdf,txt,xml} + + docinto html + dodoc doc/{LIESMICH,README}.html + + docinto source + dodoc doc/*.c* + + find "${D}" -name '*.la' -de
[gentoo-commits] repo/gentoo:master commit in: net-misc/mcproxy/
commit: a0688a112bd2094c1821d73980eff241174babf1 Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 28 13:07:23 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:28:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0688a11 net-misc/mcproxy: drop old version. Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> net-misc/mcproxy/mcproxy-1.1.1.ebuild | 55 --- 1 file changed, 55 deletions(-) diff --git a/net-misc/mcproxy/mcproxy-1.1.1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1.ebuild deleted file mode 100644 index 463944737b3..000 --- a/net-misc/mcproxy/mcproxy-1.1.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit linux-info qmake-utils systemd - -DESCRIPTION="A multicast proxy for IGMP/MLD" -HOMEPAGE="https://mcproxy.realmv6.org/ https://github.com/mcproxy/mcproxy"; -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="GPL-2+" -SLOT="0" -IUSE="doc" - -DEPEND="dev-qt/qtcore:5 - doc? ( app-doc/doxygen )" - -S="${WORKDIR}/${P}/${PN}" - -PATCHES=( "${FILESDIR}/fix_checksum_calculation.patch" ) - -CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE" - -src_prepare() { - # Change install path from '/usr/local/bin' to '/usr/bin' - sed -e 's/local//' -i mcproxy.pro || die - - default -} - -src_configure() { - eqmake5 -} - -src_compile() { - default - - use doc && emake doc -} - -src_install() { - emake INSTALL_ROOT="${ED%/}" install - - insinto /etc - doins mcproxy.conf - - newinitd "${FILESDIR}"/mcproxy.initd mcproxy - systemd_dounit "${FILESDIR}"/mcproxy.service - - newconfd "${FILESDIR}"/mcproxy.confd mcproxy - - use doc && dodoc -r ../docs/. -}
[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-telegram/
commit: e8da0c17f4ccf96cedd87ed8c9e1b42bd6ec92d2 Author: Conrad Kostecki kostecki com> AuthorDate: Sat Oct 27 14:40:11 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:41:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8da0c17 x11-plugins/pidgin-telegram: drop old version. Bug: https://bugs.gentoo.org/669764 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> .../pidgin-telegram/pidgin-telegram-1.3.1.ebuild | 47 -- 1 file changed, 47 deletions(-) diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild b/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild deleted file mode 100644 index 8292344ef65..000 --- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.3.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A libpurple protocol plugin that adds support for the Telegram messenger" -HOMEPAGE="https://github.com/majn/telegram-purple"; -SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegram-purple_${PV}.orig.tar.gz"; - -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="gcrypt libressl +nls +webp" - -RDEPEND="net-im/pidgin - sys-libs/zlib:= - gcrypt? ( dev-libs/libgcrypt:0= ) - !gcrypt? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) - nls? ( sys-devel/gettext ) - webp? ( media-libs/libwebp:= )" - -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -S="${WORKDIR}/telegram-purple" - -DOCS=( "AUTHORS" "CHANGELOG.md" "HACKING.md" "HACKING.BUILD.md" "README.md" ) - -src_prepare() { - default - - # Remove '-Werror' to make it compile - find -name 'Makefile*' -exec sed -i -e 's/-Werror //' {} + || die -} - -src_configure() { - local myeconfargs=( - $(use_enable gcrypt) - $(use_enable nls translation) - $(use_enable webp libwebp) - ) - - econf "${myeconfargs[@]}" -}
[gentoo-commits] repo/gentoo:master commit in: net-misc/mcproxy/
commit: 5183ed3169249b36fce0c603dc4d3340a950311f Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 28 13:06:07 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:28:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5183ed31 net-misc/mcproxy: bump to EAPI=7. Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10261 Signed-off-by: Patrice Clement gentoo.org> net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 57 1 file changed, 57 insertions(+) diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild new file mode 100644 index 000..5ba92c33d17 --- /dev/null +++ b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit linux-info qmake-utils systemd + +DESCRIPTION="A multicast proxy for IGMP/MLD" +HOMEPAGE="https://mcproxy.realmv6.org/ https://github.com/mcproxy/mcproxy"; +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2+" +SLOT="0" +IUSE="doc" + +DEPEND=" + dev-qt/qtcore:5 + doc? ( app-doc/doxygen ) +" + +S="${WORKDIR}/${P}/${PN}" + +PATCHES=( "${FILESDIR}/fix_checksum_calculation.patch" ) + +CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE" + +src_prepare() { + # Change install path from '/usr/local/bin' to '/usr/bin' + sed -e 's/local//' -i mcproxy.pro || die + + default +} + +src_configure() { + eqmake5 +} + +src_compile() { + default + + use doc && emake doc +} + +src_install() { + emake INSTALL_ROOT="${ED%/}" install + + insinto /etc + doins mcproxy.conf + + newinitd "${FILESDIR}"/mcproxy.initd mcproxy + systemd_dounit "${FILESDIR}"/mcproxy.service + + newconfd "${FILESDIR}"/mcproxy.confd mcproxy + + use doc && dodoc -r ../docs/. +}
[gentoo-commits] repo/gentoo:master commit in: www-apps/cgp/
commit: 3432ce872bd0e1f4c9b160a9739a7fd922a89317 Author: Conrad Kostecki kostecki com> AuthorDate: Sat Oct 27 14:38:36 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:40:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3432ce87 www-apps/cgp: drop old version. Bug: https://bugs.gentoo.org/669774 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> www-apps/cgp/Manifest | 1 - www-apps/cgp/cgp-1.ebuild | 52 www-apps/cgp/cgp-1_p20180620.ebuild | 53 - 3 files changed, 106 deletions(-) diff --git a/www-apps/cgp/Manifest b/www-apps/cgp/Manifest index 9d92f082155..cde99e2778b 100644 --- a/www-apps/cgp/Manifest +++ b/www-apps/cgp/Manifest @@ -1,2 +1 @@ -DIST cgp-1.tar.gz 139265 BLAKE2B bf0f18def8ac3c2117b951172d4150f0626e8dcbe22accbcc6ad156e5f9f5c21792e38fa1bf5a964d8b50cbc7ee9003e4dcdcd75730ba2b0445f4dcfeffdda6c SHA512 fc5bc6d39dac896b56579cb6ca013c81493b994a7a190e0c0eec8a64f7b87c6eb2e0ad5cc969b8ea03ca4b00eee212ccee5c8785c23f5656bff3fe5490ff8f75 DIST cgp-1_p20180620.tar.gz 139549 BLAKE2B 2cc1a416ae1158b5788615b05bf43039049af52eb5296e7fd8136c9895e8ee0a9887e84ad37c6598a4c4387982a2860fbdb7cf9cdff39cfe5bbee598b9ace88f SHA512 acd09bb699af678347dacfc08fee60a86843874543851805f245952e538777d7ccd528c156f7a21b803503c7aac134013a4eb8200d5266cf35541b0dce5839e4 diff --git a/www-apps/cgp/cgp-1.ebuild b/www-apps/cgp/cgp-1.ebuild deleted file mode 100644 index 0d1bc985b14..000 --- a/www-apps/cgp/cgp-1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit webapp - -MY_PN="${PN^^}" - -DESCRIPTION="A graphical web-based front-end for visualizing RRD collected by collectd" -HOMEPAGE="https://github.com/pommi/CGP - https://pommi.nethuis.nl/category/cgp/"; -SRC_URI="https://github.com/pommi/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CC-BY-2.0 GPL-2+ GPL-3 MIT" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-lang/php[json] - net-analyzer/rrdtool[graph] - virtual/httpd-php" - -need_httpd_cgi - -S="${WORKDIR}/${MY_PN}-${PV}" - -DOCS=( "README.md" "doc/CHANGELOG" "doc/nginx.conf" ) - -src_install() { - webapp_src_preinst - - einstalldocs - - # Since the docs are already installed, remove them from htdocs - # The file doc/CHANGELOG is needed, as CGP reads from there it's version - rm -r .gitignore doc/LICENSE doc/nginx.conf || die - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_src_install -} - -pkg_postinst() { - webapp_pkg_postinst - - einfo "The command shell_exec must not be disabled" - einfo "through the disable_functions php.ini directive." - einfo "It must allow execution of the rrdtool program." - einfo "" - einfo "An configuration file for www-servers/nginx" - einfo "has been installed as an example." -} diff --git a/www-apps/cgp/cgp-1_p20180620.ebuild b/www-apps/cgp/cgp-1_p20180620.ebuild deleted file mode 100644 index 6051624a6a9..000 --- a/www-apps/cgp/cgp-1_p20180620.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit webapp - -MY_PN="${PN^^}" -MY_PV="1920ca24a067ac157a6bd8f3c017f4c6244ae245" - -DESCRIPTION="A graphical web-based front-end for visualizing RRD collected by collectd" -HOMEPAGE="https://github.com/pommi/CGP - https://pommi.nethuis.nl/category/cgp/"; -SRC_URI="https://github.com/pommi/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CC-BY-2.0 GPL-2+ GPL-3 MIT" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-lang/php[json] - net-analyzer/rrdtool[graph] - virtual/httpd-php" - -need_httpd_cgi - -S="${WORKDIR}/${MY_PN}-${MY_PV}" - -DOCS=( "README.md" "doc/CHANGELOG" "doc/nginx.conf" ) - -src_install() { - webapp_src_preinst - - einstalldocs - - # Since the docs are already installed, remove them from htdocs - # The file doc/CHANGELOG is needed, as CGP reads from there it's version - rm -r .gitignore doc/LICENSE doc/nginx.conf || die - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_src_install -} - -pkg_postinst() { - webapp_pkg_postinst - - einfo "The command shell_exec must not be disabled" - einfo "through the disable_functions php.ini directive." - einfo "It must allow execution of the rrdtool program." - einfo "" - einfo "An configuration file for www-servers/nginx" - einfo "has been installed as an example." -}
[gentoo-commits] repo/gentoo:master commit in: net-misc/igmpproxy/
commit: f8f1efbcfbb6909316395e45d2a01c9cb547a1aa Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 28 13:16:57 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:28:36 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f1efbc net-misc/igmpproxy: bump to EAPI=7. Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10262 Signed-off-by: Patrice Clement gentoo.org> net-misc/igmpproxy/igmpproxy-0.2.1-r1.ebuild | 25 + 1 file changed, 25 insertions(+) diff --git a/net-misc/igmpproxy/igmpproxy-0.2.1-r1.ebuild b/net-misc/igmpproxy/igmpproxy-0.2.1-r1.ebuild new file mode 100644 index 000..06a8c2699a0 --- /dev/null +++ b/net-misc/igmpproxy/igmpproxy-0.2.1-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit linux-info systemd + +DESCRIPTION="A multicast routing daemon which uses IGMP forwarding" +HOMEPAGE="https://github.com/pali/igmpproxy"; +SRC_URI="https://github.com/pali/igmpproxy/releases/download/${PV}/${P}.tar.gz"; + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2+" +SLOT="0" + +CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE" + +src_install() { + default + + newinitd "${FILESDIR}/igmpproxy.initd" igmpproxy + systemd_dounit "${FILESDIR}/${PN}.service" + + newconfd "${FILESDIR}/igmpproxy.confd" igmpproxy +}
[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/
commit: e8ad7577b3c178b7af0bd1a10e037e485e3a1fe3 Author: Conrad Kostecki kostecki com> AuthorDate: Tue Nov 6 17:44:23 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:20:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ad7577 app-benchmarks/stress-ng: drop old version. Bug: https://bugs.gentoo.org/670504 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> app-benchmarks/stress-ng/Manifest | 2 -- app-benchmarks/stress-ng/stress-ng-0.09.42.ebuild | 28 - app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild | 30 --- 3 files changed, 60 deletions(-) diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest index fe1f80ef52e..f71feb8ae0e 100644 --- a/app-benchmarks/stress-ng/Manifest +++ b/app-benchmarks/stress-ng/Manifest @@ -1,3 +1 @@ -DIST stress-ng-0.09.42.tar.xz 360452 BLAKE2B fa5ad15f066d8e762fb08cdcd4fe58ea6604890edf2384e0676e6c35645a6fd84c568369dc966d23527820630a0b44ab9b8969f3e170c876b03a194ea72384af SHA512 e209a8777331f91b3ec5fca9f6f664513498b21b5b31338e0882cc6c79674524906e8d0d4a8931ab5b382feac65e15639989fc0672e408aaa2eb84c72a059258 -DIST stress-ng-0.09.43.tar.xz 361116 BLAKE2B bba3d136146bfb55f23cb40f85e7e133f96d7fa7f2a55e7b7fb70ef23197c082f89b35fbf11129eaaf3d1c1b7306d1a5ac5ebd55a96c37c6fa9533a84a3d4684 SHA512 bceec4263916b370fc35f6178c2048c3d8317dfc77363f4ec7e9f0111243495d405314af6d467aa5a56db03e1c8c9a2f7aa3c733afe1f3f6f45f6c074ad3ac4c DIST stress-ng-0.09.44.tar.xz 361396 BLAKE2B 28458eeb9b1f8b296242d42af682537f2018dfedd3faea299e04b3e5141bb52bedd09452802ec5459130a6e5791d4f3383f2a8a338c289c51f306cfb722bf780 SHA512 74d1789e96e9d38481abaa06f1232cdd6b92fd792abb078d690cfb5fbff188c738b1cc1c342b9d9e729dc97a6218641464eac4ab90f51e1e801a54b0767a diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.42.ebuild b/app-benchmarks/stress-ng/stress-ng-0.09.42.ebuild deleted file mode 100644 index 59b29c72c00..000 --- a/app-benchmarks/stress-ng/stress-ng-0.09.42.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Stress test for a computer system with various selectable ways" -HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/"; -SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/libaio - dev-libs/libbsd - dev-libs/libgcrypt:0= - net-misc/lksctp-tools - sys-apps/attr - sys-apps/keyutils - sys-libs/libapparmor - sys-libs/libcap - sys-libs/zlib:=" - -RDEPEND="${DEPEND}" - -DOCS=( "README" "README.Android" "TODO" "syscalls.txt" ) - -PATCHES=( "${FILESDIR}/${P}-makefile.patch" ) diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild b/app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild deleted file mode 100644 index 70abac3e8dc..000 --- a/app-benchmarks/stress-ng/stress-ng-0.09.43.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Stress test for a computer system with various selectable ways" -HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/"; -SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-libs/libaio - dev-libs/libbsd - dev-libs/libgcrypt:0= - net-misc/lksctp-tools - sys-apps/attr - sys-apps/keyutils - sys-libs/libapparmor - sys-libs/libcap - sys-libs/zlib:= -" - -RDEPEND="${DEPEND}" - -DOCS=( "README" "README.Android" "TODO" "syscalls.txt" ) - -PATCHES=( "${FILESDIR}/${PN}-0.09.42-makefile.patch" )
[gentoo-commits] repo/gentoo:master commit in: app-misc/lcd4linux/files/, app-misc/lcd4linux/
commit: 6781456939c83da3d748970a5ecfca28125080c7 Author: Conrad Kostecki kostecki com> AuthorDate: Tue Nov 6 17:23:33 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:27:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67814569 app-misc/lcd4linux: drop old version. Closes: https://bugs.gentoo.org/665822 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10280 Signed-off-by: Patrice Clement gentoo.org> app-misc/lcd4linux/Manifest| 1 - .../files/lcd4linux-0.10.1_rc2-autoconf-2.65.patch | 20 -- .../lcd4linux-0.10.1_rc2-missing-header.patch | 12 - .../lcd4linux/files/lcd4linux-0.10.1_rc2-mpd.patch | 374 - .../files/lcd4linux-0.10.1_rc2-nordtsc.patch | 187 --- .../files/lcd4linux-0.10.1_rc2-usbdebug.patch | 121 --- .../files/lcd4linux-0.10.1_rc2-warnings.patch | 64 .../lcd4linux/files/lcd4linux-0.10.1_rc2.initd | 22 -- app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r4.ebuild | 174 -- 9 files changed, 975 deletions(-) diff --git a/app-misc/lcd4linux/Manifest b/app-misc/lcd4linux/Manifest index db302daea91..82d21478ebc 100644 --- a/app-misc/lcd4linux/Manifest +++ b/app-misc/lcd4linux/Manifest @@ -1,2 +1 @@ -DIST lcd4linux-0.10.1-RC2.tar.gz 386188 BLAKE2B 7d396ee15e00212eb314721cd9627147ec1654f43fff1d3ae3f8c38d33d8d133f1fd5c53ef2b78eba7afefb7f65a53810da52a903911abdd95383b2b2c28d06f SHA512 8c4299f50ab4068d4106ba32309f4f66bfedf382a4aed7495cf400d22c57c22c4dfabd80f7e4355417c5c0d964e69f0c268a50bae6924b759b720bd728a969f9 DIST lcd4linux-0.11.0_pre20170527.tar.bz2 478823 BLAKE2B 7b332e7262781dd0dc954a0576890dda78ecbeab9dc003d1d5b84a643ad522d57e32a04a2aa6fbe13b18e4699d07d88412e19c81739fafdf98ba327b151061a9 SHA512 c131b9cb04bb0ff4dc46c1e3ab8f5dcda309bbef89bcb670508f9afe7c515d6ccfe79a03782be4f4b2ba4aaf977cd13c0059805e5b7230216e39ee3421b0f143 diff --git a/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-autoconf-2.65.patch b/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-autoconf-2.65.patch deleted file mode 100644 index 6b176a6ecf6..000 --- a/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-autoconf-2.65.patch +++ /dev/null @@ -1,20 +0,0 @@ ac_python_devel.m4.orig2010-03-06 01:28:40.0 +0200 -+++ ac_python_devel.m4 2010-03-06 01:29:47.0 +0200 -@@ -68,7 +68,7 @@ - PYTHON_EXTRA_LIBS and PYTHON_EXTRA_LDFLAGS by hand. - Moreover, to disable this check, set PYTHON_NOVERSIONCHECK - to something else than an empty string. --])dnl -+]) - else - AC_MSG_RESULT([skip at user request]) - fi -@@ -92,7 +92,7 @@ - If you have it installed, but it isn't the default Python - interpreter in your system path, please pass the PYTHON_VERSION - variable to configure. See ``configure --help'' for reference. --])dnl -+]) - fi - fi - diff --git a/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-missing-header.patch b/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-missing-header.patch deleted file mode 100644 index 6b38dc038c4..000 --- a/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-missing-header.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur lcd4linux-0.10.1-RC2.orig/lcd4linux.c lcd4linux-0.10.1-RC2/lcdinux-0.10.1-RC2/lcd4linux.c lcd4linux.c2007-03-22 15:10:41.0 +0900 -+++ lcd4linux.c2011-11-23 12:12:03.782869315 +0800 -@@ -26,7 +26,7 @@ - */ - - #include "config.h" -- -+#include - #include - #include - #include diff --git a/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-mpd.patch b/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-mpd.patch deleted file mode 100644 index c3fa8ac3635..000 --- a/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-mpd.patch +++ /dev/null @@ -1,374 +0,0 @@ -Patch for >=lcd4linux-0.10.1_rc2-r1 - -Fixes memory and other bugs in plugin_mpd - -Accepted upstream - -Index: plugin_mpd.c -=== plugin_mpd.c (Revision 801) -+++ plugin_mpd.c (Arbeitskopie) -@@ -4,6 +4,7 @@ - * mpd informations - * - * Copyright (C) 2006 Stefan Kuhne -+ * Copyright (C) 2007 Robert Buchholz - * Copyright (C) 2006 The LCD4Linux Team - * - * This file is part of LCD4Linux. -@@ -81,8 +82,8 @@ - - iport = strtol(port, &test, 10); - --if (iport < 0 || *test != '\0') { -- fprintf(stderr, "MPD_PORT \"%s\" is not a positive integer\n", port); -+if ((iport < 0) || (*test != '\0')) { -+ error("[MPD] MPD_PORT \"%s\" is not a positive integer\n", port); - exit(EXIT_FAILURE); - } - -@@ -94,17 +95,16 @@ - mpd_sendCommandListEnd(mpd.conn); - - if ((mpd.status = mpd_getStatus(mpd.conn)) == NULL) { -- fprintf(stderr, "%s\n", mpd.conn->errorStr); -+ error("[MPD] error when getting status: %s\n", mpd.conn->errorStr)
[gentoo-commits] repo/gentoo:master commit in: net-misc/igmpproxy/
commit: b64f530d96714924b2089671fe900986c7885b0f Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 28 13:17:39 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:28:36 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64f530d net-misc/igmpproxy: drop old version. Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> net-misc/igmpproxy/Manifest | 1 - net-misc/igmpproxy/igmpproxy-0.2.ebuild | 24 2 files changed, 25 deletions(-) diff --git a/net-misc/igmpproxy/Manifest b/net-misc/igmpproxy/Manifest index c98ef32cf52..57c863769e8 100644 --- a/net-misc/igmpproxy/Manifest +++ b/net-misc/igmpproxy/Manifest @@ -1,3 +1,2 @@ DIST igmpproxy-0.1.tar.gz 140159 BLAKE2B d4a0fb0f69f1e8c7221ecd2842e95cfa390f54885d5eaaa5c69a32563b318a05540e123d4b19cd63a930d17934c1344fdf6467fad5c1de333d03e0a802e7912b SHA512 1a569814d8984610402313d8c4adb78ff362f82ae28c968a8ba0fb411e12a704d1b51b387111b51517ab8fb2e86952bbd196f27eccd311c11ce288fc6fa25ad4 DIST igmpproxy-0.2.1.tar.gz 166951 BLAKE2B d47a2b236679c7d05cf453fb5d6dc3a9e4174776845e2a1f71ca28e02c6e6270b5db09eaf5a48581dd85ecca8ff198a3e4b7f84fd61e455fe33c4f60ec079c15 SHA512 17f6891bf49d3e70cdf3930ab1abe6a0ad7b9f12ff2d1cdde3761771988585301f459995ba5ea956c742597de4ce13fbf0ba3c1ae37d13b2eee2a09f16f51ae2 -DIST igmpproxy-0.2.tar.gz 170705 BLAKE2B a2a1335f283fb77b500140c1750ed306511eb5f51a71491edc245c8d8f873809fac9a82dc7ba0be7a7390643d85d7f4a2a8521b3c2c20fb8f09ad33b507d SHA512 a06f95c912456191d0953c08058ccb987120f6b11426d15e329c2de95878b9fc6ee5742b253e2c06b8002771478c382a58a14a0af76fb835ebb1d132b9f34e4f diff --git a/net-misc/igmpproxy/igmpproxy-0.2.ebuild b/net-misc/igmpproxy/igmpproxy-0.2.ebuild deleted file mode 100644 index 92b9f1240bd..000 --- a/net-misc/igmpproxy/igmpproxy-0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit linux-info systemd - -DESCRIPTION="Multicast Routing Daemon using only IGMP signalling" -HOMEPAGE="https://github.com/pali/igmpproxy"; -SRC_URI="https://github.com/pali/igmpproxy/releases/download/${PV}/${P}.tar.gz"; - -LICENSE="GPL-2 Stanford" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE" - -src_install() { - emake DESTDIR="${D}" install - newinitd "${FILESDIR}/${PN}-init.d" ${PN} - newconfd "${FILESDIR}/${PN}-conf.d" ${PN} - systemd_dounit "${FILESDIR}/${PN}.service" -}
[gentoo-commits] repo/gentoo:master commit in: www-apps/cgp/
commit: 9a7b975ee5aa851963ec3c20c706312663452994 Author: Conrad Kostecki kostecki com> AuthorDate: Sat Oct 27 11:13:43 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:40:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7b975e www-apps/cgp: bump to EAPI=7. Closes: https://bugs.gentoo.org/669774 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10254 Signed-off-by: Patrice Clement gentoo.org> www-apps/cgp/cgp-1_p20180620-r1.ebuild | 54 ++ 1 file changed, 54 insertions(+) diff --git a/www-apps/cgp/cgp-1_p20180620-r1.ebuild b/www-apps/cgp/cgp-1_p20180620-r1.ebuild new file mode 100644 index 000..6fe5fc73bda --- /dev/null +++ b/www-apps/cgp/cgp-1_p20180620-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit webapp + +MY_PN="${PN^^}" +MY_PV="1920ca24a067ac157a6bd8f3c017f4c6244ae245" + +DESCRIPTION="A graphical web-based front-end for visualizing RRD collected by collectd" +HOMEPAGE="https://github.com/pommi/CGP"; +SRC_URI="https://github.com/pommi/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="CC-BY-2.0 GPL-2+ GPL-3 MIT" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-lang/php[json] + net-analyzer/rrdtool[graph] + virtual/httpd-php +" + +need_httpd_cgi + +S="${WORKDIR}/${MY_PN}-${MY_PV}" + +DOCS=( "README.md" "doc/CHANGELOG" "doc/nginx.conf" ) + +src_install() { + webapp_src_preinst + + einstalldocs + + # Since the docs are already installed, remove them from htdocs + # The file doc/CHANGELOG is needed, as CGP reads from there it's version + rm -r .gitignore doc/LICENSE doc/nginx.conf || die + + insinto "${MY_HTDOCSDIR}" + doins -r . + + webapp_src_install +} + +pkg_postinst() { + webapp_pkg_postinst + + einfo "The command shell_exec must not be disabled" + einfo "through the disable_functions php.ini directive." + einfo "It must allow execution of the rrdtool program." + einfo "" + einfo "An configuration file for www-servers/nginx" + einfo "has been installed as an example." +}
[gentoo-commits] repo/gentoo:master commit in: app-misc/lcd4linux/
commit: 8fe8aa65f8be91fa3c27fb97d84fc4fc50785746 Author: Conrad Kostecki kostecki com> AuthorDate: Tue Nov 6 17:29:24 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:27:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe8aa65 app-misc/lcd4linux: bump to EAPI=7. Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> .../lcd4linux-0.11.0_pre20170527-r1.ebuild | 186 + 1 file changed, 186 insertions(+) diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r1.ebuild b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r1.ebuild new file mode 100644 index 000..0d011351657 --- /dev/null +++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r1.ebuild @@ -0,0 +1,186 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python2_7 ) + +inherit autotools flag-o-matic python-single-r1 + +DESCRIPTION="A small program that grabs information and displays it on an external LCD" +HOMEPAGE="https://lcd4linux.bulix.org/"; +SRC_URI="https://www.bl4ckb0x.de/files/${P}.tar.bz2"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dmalloc outb" +REQUIRED_USE=" + ?? ( lcd_devices_hd44780 lcd_devices_hd44780-i2c ) + python? ( ${PYTHON_REQUIRED_USE} ) +" + +# Define the list of valid lcd devices. +# Some drivers were removed from this list: +# - lcdlinux: It's an ancient driver, which needs app-misc/lcd-linux, that made it never to the portage tree. +# - lcdlinux: Besides, app-misc/lcd-linux won't compile on a modern linux kernel. +# - st2205: It's needs dev-libs/libst2205, which made it never to the portage tree and is quite outdated. +IUSE_LCD_DEVICES=( + ASTUSB BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D DPF EA232graphic EFN FutabaVFD + FW G15 GLCD2USB HD44780 HD44780-I2C IRLCD LCD2USB LCDTerm LEDMatrix LPH7508 LUIse LW_ABP M50530 + MatrixOrbital MatrixOrbitalGX MilfordInstruments MDM166A Newhaven Noritake NULL Pertelian PHAnderson + PICGraphic picoLCD picoLCDGraphic PNG PPM RouterBoard Sample SamsungSPF serdisplib ShuttleVFD + SimpleLCD T6963 TeakLCM Trefon ULA200 USBHUB USBLCD VNC WincorNixdorf X11 +) + +# Define the list of valid lcd4linux plugins. +# Some plugins were removed from this list: +# - imon: Uses telmond, which is only available on a fli4l router or an eisfair server. +# - ppp: It has been replaced by the netdev plugin. +# - seti: SETI@home software was replaced by sci-misc/boinc, which is not compatible. +# - xmms: XMMS software was replaced by media-sound/xmms2, which is not compatible. +IUSE_LCD4LINUX_PLUGINS=( + apm asterisk button_exec cpuinfo dbus diskstats dvb exec event + fifo file gps hddtemp huawei i2c_sensors iconv isdn kvv + loadavg meminfo mpd mpris_dbus mysql netdev netinfo pop3 + proc_stat python qnaplog raspi sample statfs uname uptime + w1retap wireless +) + +# Add supported drivers from 'IUSE_LCD_DEVICES' to 'IUSE' and 'REQUIRED_USE' +REQUIRED_USE+=" || ( " +for LCD_DEVICE in "${IUSE_LCD_DEVICES[@]}"; do + LCD_DEVICE=${LCD_DEVICE,,} + IUSE+=" lcd_devices_${LCD_DEVICE} " + REQUIRED_USE+=" lcd_devices_${LCD_DEVICE} " +done +REQUIRED_USE+=" ) " +unset LCD_DEVICE + +# Add supported plugins from 'IUSE_LCD4LINUX_PLUGINS' to 'IUSE' and 'REQUIRED_USE' +IUSE+=" ${IUSE_LCD4LINUX_PLUGINS[*]} " +REQUIRED_USE+=" || ( ${IUSE_LCD4LINUX_PLUGINS[*]} ) " + +# Define dependencies for all drivers in 'IUSE_LCD_DEVICES' +DEPEND_LCD_DEVICES=" + lcd_devices_astusb? ( virtual/libusb:0= ) + lcd_devices_bwct? ( virtual/libusb:0= ) + lcd_devices_curses? ( sys-libs/ncurses:0= ) + lcd_devices_dpf? ( virtual/libusb:0= ) + lcd_devices_g15? ( virtual/libusb:0= ) + lcd_devices_glcd2usb? ( virtual/libusb:0= ) + lcd_devices_irlcd? ( virtual/libusb:0= ) + lcd_devices_lcd2usb? ( virtual/libusb:0= ) + lcd_devices_ledmatrix? ( virtual/libusb:0= ) + lcd_devices_luise? ( + dev-libs/luise-bin + virtual/libusb:0= + ) + lcd_devices_matrixorbitalgx? ( virtual/libusb:0= ) + lcd_devices_mdm166a? ( virtual/libusb:0= ) + lcd_devices_picolcd? ( virtual/libusb:0= ) + lcd_devices_picolcdgraphic? ( virtual/libusb:0= ) + lcd_devices_png? ( + media-libs/gd[png] + media-libs/libpng:0= + ) + lcd_devices_ppm? ( media-libs/gd ) + lcd_devices_samsungspf? ( virtual/libusb:0= ) + lcd_devices_serdisplib? ( dev-libs/serdisplib ) + lcd_devices_shuttlevfd? ( virtual/libusb:0= ) + lcd_devices_trefon? ( virtual/libusb:0= ) + lcd_devices_ula200? ( + dev-embedded/libftdi:1= + virtual/libusb:0= + ) + lcd_devices_usbhub? ( virtual/libus
[gentoo-commits] repo/gentoo:master commit in: dev-libs/cyberjack/files/, dev-libs/cyberjack/
commit: ae9021ca9bd923e686bf1a8878fd38475a42d88c Author: Conrad Kostecki kostecki com> AuthorDate: Tue Nov 6 00:06:58 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:20:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9021ca dev-libs/cyberjack: drop old version. Bug: https://bugs.gentoo.org/670448 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> dev-libs/cyberjack/Manifest| 2 - dev-libs/cyberjack/cyberjack-3.99.5_p03-r1.ebuild | 68 dev-libs/cyberjack/cyberjack-3.99.5_p10.ebuild | 74 -- .../files/cyberjack-3.99.5_p03-gcc47.patch | 34 -- dev-libs/cyberjack/files/cyberjack.rules | 10 --- dev-libs/cyberjack/metadata.xml| 1 - 6 files changed, 189 deletions(-) diff --git a/dev-libs/cyberjack/Manifest b/dev-libs/cyberjack/Manifest index f5c37c2bc9c..c064c7e82a1 100644 --- a/dev-libs/cyberjack/Manifest +++ b/dev-libs/cyberjack/Manifest @@ -1,4 +1,2 @@ -DIST pcsc-cyberjack-3.99.5final.SP10.tar.bz2 958494 BLAKE2B 8e7f812ce5aeb6b3afe1ce1a0a691fa0639618eb62db22bd2d34b030518c4ec148216b07770a03e0e1dd01158c92694879c38648d08f1973f6bf8aa0859af889 SHA512 d4094b531ab523db29856ea0cf784db925bece51a5c4b5c7fec259ff319d58a50443cabdfebc0a1f6818b678a1284500429274478bf1db780ff594612e307d56 DIST pcsc-cyberjack-3.99.5final.SP11.tar.bz2 965662 BLAKE2B 568eb77c9b35557fb9f4c4f038cf6d7cd3700938fe905c8c3587ee6bd4254595d6665f199913bde3c4f03050d8e8c6006dee9222941ad1dfd0190fa33283f15c SHA512 4d63ef0442c7e919456e8b6ab1d571ab621eb45fc34fc9b61a7a024f1ae2115f7474b4aa538ee7fb8bf4ce016067c876d9970b52e6b4e8b531e2d736677ab794 DIST pcsc-cyberjack-3.99.5final.SP12.tar.bz2 957583 BLAKE2B 02499e2e366a2caaf4881ff3db99600990ef18ef2b4dc202c5d66a2e708f5107b4c76b56021349c8e4169be2e1d12de0317680ea9502a65a89c96969b8341e13 SHA512 53993471c96caa5a802c0aff32595698dfd550f89906f2141f4d89db75da0870da60f62565604485643dfd1af35a06dde7f895b4a9fa6b39634ee8d5692b50fd -DIST pcsc-cyberjack_3.99.5final.SP03.tar.gz 1485952 BLAKE2B 5dc9d5330b4b25c23e4704a0c2ed648e9ef0fb929c7f221373fd7128b77fea223480119a5dc28aa81bbe19fb5355bfd421bc93f214ebed89ee44836c7d8f0b40 SHA512 a091a09b501d7a7c757f0a458007f44ac281cbeaaf5bc3c2aa89915ee7a39478e6f80b6f24fec77be753c8d77deeda2858b7a806e3c982f54c199bd797288e05 diff --git a/dev-libs/cyberjack/cyberjack-3.99.5_p03-r1.ebuild b/dev-libs/cyberjack/cyberjack-3.99.5_p03-r1.ebuild deleted file mode 100644 index d4afe12cb1a..000 --- a/dev-libs/cyberjack/cyberjack-3.99.5_p03-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils linux-info toolchain-funcs udev - -MY_P=pcsc-${PN}_${PV/_p/final.SP} - -DESCRIPTION="REINER SCT cyberJack pinpad/e-com USB user space driver library" -HOMEPAGE="http://www.reiner-sct.de/ http://www.libchipcard.de/"; -SRC_URI="http://support.reiner-sct.de/downloads/LINUX/V${PV/_p/_SP}/${MY_P}.tar.gz"; - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="fox udev xml" - -COMMON_DEPEND="sys-apps/pcsc-lite - virtual/libusb:1 - fox? ( >=x11-libs/fox-1.6 ) - xml? ( dev-libs/libxml2 )" -RDEPEND="${COMMON_DEPEND} - udev? ( virtual/udev )" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P/_/-} - -DOCS="ChangeLog NEWS doc/*.txt" - -pkg_setup() { - CONFIG_CHECK="~USB_SERIAL_CYBERJACK" - linux-info_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc47.patch -} - -src_configure() { - econf \ - --mandir=/usr/share/man/man8 \ - --sysconfdir=/etc/${PN} \ - --disable-hal \ - --enable-pcsc \ - $(use_enable xml xml2) \ - $(use_enable fox) \ - --with-usbdropdir="$($(tc-getPKG_CONFIG) libpcsclite --variable=usbdropdir)" -} - -src_install() { - default - - rm -f "${ED}"/usr/lib*/${PN}/pcscd_init.diff - prune_libtool_files --all - - use udev && udev_newrules "${FILESDIR}"/${PN}.rules 92-${PN}.rules #388329 -} - -pkg_postinst() { - local conf="${EROOT}etc/${PN}/${PN}.conf" - elog - elog "To configure logging, key beep behaviour etc. you need to" - elog "copy ${conf}.default" - elog "to ${conf}" - elog "and modify the latter as needed." - elog -} diff --git a/dev-libs/cyberjack/cyberjack-3.99.5_p10.ebuild b/dev-libs/cyberjack/cyberjack-3.99.5_p10.ebuild deleted file mode 100644 index 23447ead9e4..000 --- a/dev-libs/cyberjack/cyberjack-3.99.5_p10.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools versionator eutils linux-info toolchain
[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/files/
commit: f2748f54c45ed13878f06a5886c50304a410bb72 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Sep 23 17:21:42 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:45:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2748f54 sci-chemistry/GromacsWrapper: remove unused patch(es). Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://bugs.gentoo.org/667874 Closes: https://github.com/gentoo/gentoo/pull/9959 Signed-off-by: Patrice Clement gentoo.org> .../files/0001-Drop-chmod-hack.patch | 28 -- 1 file changed, 28 deletions(-) diff --git a/sci-chemistry/GromacsWrapper/files/0001-Drop-chmod-hack.patch b/sci-chemistry/GromacsWrapper/files/0001-Drop-chmod-hack.patch deleted file mode 100644 index 8645df77b86..000 --- a/sci-chemistry/GromacsWrapper/files/0001-Drop-chmod-hack.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 49b8d9662365e0e9b0725682b8a8479de402b272 Mon Sep 17 00:00:00 2001 -From: Alexey Shvetsov -Date: Sat, 23 Mar 2013 16:40:04 +0400 -Subject: [PATCH] Drop chmod hack. - -It doesnt work if wrapper installed system-wide - -Signed-off-by: Alexey Shvetsov - gromacs/config.py | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/gromacs/config.py b/gromacs/config.py -index cece6fc..2e686e7 100644 a/gromacs/config.py -+++ b/gromacs/config.py -@@ -619,8 +619,6 @@ del g - # Must extract because it is part of a zipped python egg; - # see http://peak.telecommunity.com/DevCenter/PythonEggs#accessing-package-resources - GridMAT_MD = resource_filename(__name__,'external/GridMAT-MD_v1.0.2/GridMAT-MD.pl') --os.chmod(GridMAT_MD, 0755) -- - - #: 3rd party bundled analysis scripts and tools; this is a list of triplets of - #: --- -1.8.1.5 -
[gentoo-commits] repo/gentoo:master commit in: app-text/xapers/
commit: 71f0f012785e03193997199c6166cc7371bb25ae Author: William Pettersson gmail com> AuthorDate: Tue Oct 30 10:02:14 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:21:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f0f012 app-text/xapers: new package. Xapers is a personal document indexing system, geared towards academic journal articles. Signed-off-by: William Pettersson ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/10306 Signed-off-by: Patrice Clement gentoo.org> app-text/xapers/Manifest| 1 + app-text/xapers/metadata.xml| 21 + app-text/xapers/xapers-0.8.2.ebuild | 27 +++ 3 files changed, 49 insertions(+) diff --git a/app-text/xapers/Manifest b/app-text/xapers/Manifest new file mode 100644 index 000..637134e5654 --- /dev/null +++ b/app-text/xapers/Manifest @@ -0,0 +1 @@ +DIST xapers-0.8.2.tar.gz 160938 BLAKE2B cb21d04146f0cca39f1a706641e4cd2a83a796cbf4eb096379367203d91811c20798638a27215e9fdd9ffb32de908a389b0af57200f19bf4d2c8477a9c82ca93 SHA512 cdf1d4791dd48f579f9ee019492c26d10c9855c1ceef2c15bdc81dfdab0f1d74f54db453bb60a9d297a155a55d73cd26ff192875b4ee2b80d8f9f5d35a4bbcc9 diff --git a/app-text/xapers/metadata.xml b/app-text/xapers/metadata.xml new file mode 100644 index 000..b2b0bbc66d7 --- /dev/null +++ b/app-text/xapers/metadata.xml @@ -0,0 +1,21 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +will...@ewpettersson.se +William Pettersson + + +proxy-ma...@gentoo.org +Proxy maintainers + + +Xapers is a personal document indexing system, geared towards academic journal articles. + + + + Jameson Graef Rollins + jroll...@finestructure.net + + + diff --git a/app-text/xapers/xapers-0.8.2.ebuild b/app-text/xapers/xapers-0.8.2.ebuild new file mode 100644 index 000..d835d91dec9 --- /dev/null +++ b/app-text/xapers/xapers-0.8.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 2016-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Personal document indexing system" +HOMEPAGE="https://finestructure.net/xapers/"; +SRC_URI="https://finestructure.net/xapers/releases/${P}.tar.gz"; + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-text/poppler[utils] + dev-libs/xapian-bindings[python,${PYTHON_USEDEP}] + dev-python/bibtexparser[${PYTHON_USEDEP}] + dev-python/pycurl[${PYTHON_USEDEP}] + dev-python/urwid[${PYTHON_USEDEP}] + x11-misc/xclip + x11-misc/xdg-utils" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-evolve/
commit: 01b9fea6d4eb79f9dcf0e4062851bbee88306d37 Author: Cédric Krier gentoo org> AuthorDate: Thu Nov 8 22:11:20 2018 + Commit: Cédric Krier gentoo org> CommitDate: Thu Nov 8 22:13:43 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b9fea6 dev-vcs/hg-evolve: New ebuild Signed-off-by: Cédric Krier gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-vcs/hg-evolve/Manifest | 1 + dev-vcs/hg-evolve/hg-evolve-8.3.1.ebuild | 39 dev-vcs/hg-evolve/metadata.xml | 10 3 files changed, 50 insertions(+) diff --git a/dev-vcs/hg-evolve/Manifest b/dev-vcs/hg-evolve/Manifest new file mode 100644 index 000..8435966dbf4 --- /dev/null +++ b/dev-vcs/hg-evolve/Manifest @@ -0,0 +1 @@ +DIST hg-evolve-8.3.1.tar.gz 732554 BLAKE2B 8b93609dab6d2cefd450064e2eb50109cc6184cd5c72452c1eaf3027649b40add283109ede9ba05bd0e7710a53ec7424335147c01fae9384445360bec8bbdf89 SHA512 05fe8dffe624fa32d913f02a801e4abbffe83a6d1fe7589e9fc76c62d504c23942080dea278024eafccbfcfdb17e59ae75f4ebd5afb7838676015fa99deb894c diff --git a/dev-vcs/hg-evolve/hg-evolve-8.3.1.ebuild b/dev-vcs/hg-evolve/hg-evolve-8.3.1.ebuild new file mode 100644 index 000..01809401108 --- /dev/null +++ b/dev-vcs/hg-evolve/hg-evolve-8.3.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="enables the changeset evolution feature of Mercurial" +HOMEPAGE="https://www.mercurial-scm.org/doc/evolution/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=" + >=dev-vcs/mercurial-4.3[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + doc? ( dev-python/sphinx )" + +python_prepare_all() { + rm hgext3rd/__init__.py || die + + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && emake -C docs all +} + +python_install_all() { + distutils-r1_python_install_all + + if use doc; then + dodoc -r html/ + fi +} diff --git a/dev-vcs/hg-evolve/metadata.xml b/dev-vcs/hg-evolve/metadata.xml new file mode 100644 index 000..b5f8063588b --- /dev/null +++ b/dev-vcs/hg-evolve/metadata.xml @@ -0,0 +1,10 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + c...@gentoo.org + + + This package supplies the evolve extension for Mercurial + +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/sway/
commit: 934acfb3dd8e5dad7064347a982ffb86d5e039c0 Author: Niccolò Scatena gmail com> AuthorDate: Mon Oct 22 15:58:04 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:12:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934acfb3 dev-libs/sway: add maintainer to metadata.xml file. If the actual maintainer does not want my help just revert this commit. Signed-off-by: Niccolò Scatena gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> dev-libs/sway/metadata.xml | 4 1 file changed, 4 insertions(+) diff --git a/dev-libs/sway/metadata.xml b/dev-libs/sway/metadata.xml index 2533f9dd5ac..d2aff59d96e 100644 --- a/dev-libs/sway/metadata.xml +++ b/dev-libs/sway/metadata.xml @@ -5,6 +5,10 @@ hiloba...@gmail.com Mykyta Holubakha + + speedjac...@gmail.com + Niccolò Scatena + proxy-ma...@gentoo.org Proxy Maintainers
[gentoo-commits] repo/gentoo:master commit in: dev-libs/sway/
commit: 017aa49e21f78f5518ce4e419df47d4f843b1ba4 Author: Niccolò Scatena gmail com> AuthorDate: Mon Oct 22 15:55:10 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:12:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017aa49e dev-libs/sway: update live version . Now version should build from upstream master branch. Signed-off-by: Niccolò Scatena gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> dev-libs/sway/sway-.ebuild | 111 ++--- 1 file changed, 61 insertions(+), 50 deletions(-) diff --git a/dev-libs/sway/sway-.ebuild b/dev-libs/sway/sway-.ebuild index 68d15fce04a..381dbbb1a60 100644 --- a/dev-libs/sway/sway-.ebuild +++ b/dev-libs/sway/sway-.ebuild @@ -1,83 +1,94 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit git-r3 eutils cmake-utils +if [[ ${PV} == ]] ; then + EGIT_REPO_URI="https://github.com/swaywm/sway.git"; + inherit git-r3 +else + # Version format: major.minor-beta.betanum + SWAY_PV="$(ver_cut 1-2)-$(ver_cut 3).$(ver_cut 4)" + SRC_URI="https://github.com/swaywm/sway/archive/${SWAY_PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/sway-${SWAY_PV}" + KEYWORDS="~amd64 ~x86" +fi -DESCRIPTION="i3-compatible Wayland window manager" -HOMEPAGE="http://swaywm.org/"; +inherit eutils fcaps meson pam -EGIT_REPO_URI="https://github.com/swaywm/sway.git"; -EGIT_BRANCH="0.15" +DESCRIPTION="i3-compatible Wayland window manager" +HOMEPAGE="https://swaywm.org"; LICENSE="MIT" SLOT="0" -KEYWORDS="" -IUSE="+gdk-pixbuf +swaybar +swaybg swaygrab swaylock +swaymsg systemd +tray wallpapers zsh-completion" +IUSE="elogind fish-completion +swaybar +swaybg +swaylock systemd +tray wallpapers X zsh-completion" +REQUIRED_USE="?? ( elogind systemd )" -REQUIRED_USE="tray? ( swaybar )" - -RDEPEND="=dev-libs/wlc-[systemd=] - dev-libs/json-c:0= +RDEPEND="~dev-libs/wlroots-[systemd=,elogind=,X=] + >=dev-libs/json-c-0.13:0= + >=dev-libs/libinput-1.6.0:0= dev-libs/libpcre - dev-libs/libinput dev-libs/wayland - sys-libs/libcap - x11-libs/libxkbcommon + >=dev-libs/wayland-protocols-1.14 x11-libs/cairo + x11-libs/libxkbcommon x11-libs/pango - gdk-pixbuf? ( x11-libs/gdk-pixbuf[jpeg] ) - swaylock? ( virtual/pam ) - tray? ( sys-apps/dbus )" - -DEPEND="${RDEPEND} - app-text/asciidoc + x11-libs/pixman + elogind? ( >=sys-auth/elogind-237 ) + swaybar? ( x11-libs/gdk-pixbuf:2[jpeg] ) + swaybg? ( x11-libs/gdk-pixbuf:2[jpeg] ) + swaylock? ( + virtual/pam + x11-libs/gdk-pixbuf:2[jpeg] + ) + systemd? ( >=sys-apps/systemd-237 ) + tray? ( >=sys-apps/dbus-1.10 ) + X? ( x11-libs/libxcb:0=[xkb] )" +DEPEND="${RDEPEND}" +BDEPEND="app-text/scdoc virtual/pkgconfig" +FILECAPS=( cap_sys_admin usr/bin/sway ) + src_prepare() { - cmake-utils_src_prepare + default - # remove bad CFLAGS that upstream is trying to add - sed -i -e '/add_compile_options/s/-Werror//' CMakeLists.txt || die + use swaybar || sed -e "s/subdir('swaybar')//g" -i meson.build || die + use swaybg || sed -e "s/subdir('swaybg')//g" -i meson.build || die + use swaylock || sed -e "s/subdir('swaylock')//g" -i meson.build || die } src_configure() { - local mycmakeargs=( - -Denable-swaybar=$(usex swaybar) - -Denable-swaybg=$(usex swaybg) - -Denable-swaygrab=$(usex swaygrab) - -Denable-swaylock=$(usex swaylock) - -Denable-swaymsg=$(usex swaymsg) - -Denable-tray=$(usex tray) - - -Ddefault-wallpaper=$(usex wallpapers) - - -Denable-gdk-pixbuf=$(usex gdk-pixbuf) - -Dzsh-completions=$(usex zsh-completion) - - -DCMAKE_INSTALL_SYSCONFDIR="/etc" + local emesonargs=( + $(meson_use wallpapers default-wallpaper) + $(meson_use zsh-completion zsh-completions) + $(meson_use fish-completion fish-completions) + $(meson_use X enable-xwayland) + "-Dbash-completions=true" + "-Dwerror=false" ) - cmake-utils_src_configure + meson_src_configure } src_install() { - cmake-utils_src_install + meson_src_install - use !systemd && fperms u+s /usr/bin/sway + use swaylock && newpamd swaylock/pam/swaylock.linux swaylock } pkg_postinst() { - if use swaygrab - then - optfeature "swaygrab screenshot support" media-gfx/imagemagick[png] - optfeature "swaygrab video capture su
[gentoo-commits] repo/gentoo:master commit in: dev-libs/sway/
commit: 91396769767b5d2f56f3bc6cf53e1b78b0f7145c Author: Niccolò Scatena gmail com> AuthorDate: Mon Oct 22 15:45:17 2018 + Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:12:18 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91396769 dev-libs/sway: version bump to 1.0_beta1. This commit adds the first Sway 1.0 beta release based on wlroots (should be merged first). Release by upstream on Oct 21. Closes: https://bugs.gentoo.org/669256 Signed-off-by: Niccolò Scatena gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10201 Signed-off-by: Patrice Clement gentoo.org> dev-libs/sway/Manifest | 1 + dev-libs/sway/metadata.xml | 30 +++- dev-libs/sway/sway-1.0_beta1.ebuild | 95 + 3 files changed, 115 insertions(+), 11 deletions(-) diff --git a/dev-libs/sway/Manifest b/dev-libs/sway/Manifest index 499346e4411..f6de05a43d7 100644 --- a/dev-libs/sway/Manifest +++ b/dev-libs/sway/Manifest @@ -1 +1,2 @@ DIST sway-0.15.2.tar.gz 5398956 BLAKE2B 6bb527e802b7837ef39cb1e29597d55fd33831231dbfb7f12225e50c38e49ae17d8bf2eb43672c195c6e074986d254b1680bac7c9d60b80b84feaf07e09718df SHA512 c457ace514f5c69ebd366d313cce93a76b199bb51c7540debc9c0586bff490401e6374f9725c784474afdfcca15bcab686a972c6c178117e45e2de83825ed370 +DIST sway-1.0_beta1.tar.gz 524 BLAKE2B b2803b6770ac3fbb3c21b892a208008e60780b6002e983e6d144d4f97e04992d3a3e5589abe36042221d67a107e31f5e76ae193cbf3e36c71fcf027095140944 SHA512 745b16be7641446c54e1b8777be1f8a26e8275f7826590f594bf4a2001a6de42e394b602e1ccd26a1e8ebe256fde6f9b393f5560a1dd0a610867819076645c69 diff --git a/dev-libs/sway/metadata.xml b/dev-libs/sway/metadata.xml index a4e44bee20a..2533f9dd5ac 100644 --- a/dev-libs/sway/metadata.xml +++ b/dev-libs/sway/metadata.xml @@ -22,19 +22,27 @@ something else. - - Enable additional image format support via the - x11-libs/gdk-pixbuf library. - - Build 'swaybar': sway's status bar component. - Build 'swaybg': allows to set a desktop background image. - Build 'swaygrab': allows taking screenshots or screencasts. - Build 'swaylock': sway's screen locker. - Build 'swaymsg': tool for communicating with a running sway instance. - Install sway's default wallpaper image. - Enable support for StatusNotifierItem tray specification. + Enable support for rootless session via elogind + Use Linux capability SYS_CAP_ADMIN rather than set*id for sway binary + Enable fish completion support + Enable additional image format support via the x11-libs/gdk-pixbuf library + Install 'swaybar': sway's status bar component + Install 'swaybg': allows to set a desktop background image + Install 'swaygrab': allows taking screenshots or screencasts + Install 'swaylock': sway's screen locker + Install 'swaymsg': tool for communicating with a running sway instance + Enable support for StatusNotifierItem tray specification + Install sway's default wallpaper image + Enable support for X11 applications (XWayland) swaywm/sway + + s...@cmpwn.com + Drew DeVault + + https://github.com/swaywm/sway/issues + https://github.com/swaywm/sway/wiki + https://github.com/swaywm/sway/releases diff --git a/dev-libs/sway/sway-1.0_beta1.ebuild b/dev-libs/sway/sway-1.0_beta1.ebuild new file mode 100644 index 000..76a39cb5232 --- /dev/null +++ b/dev-libs/sway/sway-1.0_beta1.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ ${PV} == ]] ; then + EGIT_REPO_URI="https://github.com/swaywm/sway.git"; + inherit git-r3 +else + # Version format: major.minor-beta.betanum + SWAY_PV="$(ver_cut 1-2)-$(ver_cut 3).$(ver_cut 4)" + SRC_URI="https://github.com/swaywm/sway/archive/${SWAY_PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/sway-${SWAY_PV}" + KEYWORDS="~amd64 ~x86" +fi + +inherit eutils fcaps meson pam + +DESCRIPTION="i3-compatible Wayland window manager" +HOMEPAGE="https://swaywm.org"; + +LICENSE="MIT" +SLOT="0" +IUSE="elogind fish-completion +swaybar +swaybg +swaylock systemd +tray wallpapers X zsh-completion" +REQUIRED_USE="?? ( elogind systemd )" + +RDEPEND="~dev-libs/wlroots-0.1[systemd=,elogind=,X=] + >=dev-libs/json-c-0.13:0= + >=dev-libs/libinput-1.6.0:0= + dev-
[gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-bin/
commit: a8b1e03f692e932c4ba7cc66e64d180291446a6a Author: James Le Cuirot gentoo org> AuthorDate: Thu Nov 8 22:04:08 2018 + Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 8 22:05:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b1e03f dev-java/icedtea-bin: Drop old and vulnerable 3.8.0 Bug: https://bugs.gentoo.org/667920 Signed-off-by: James Le Cuirot gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-java/icedtea-bin/Manifest | 14 --- dev-java/icedtea-bin/icedtea-bin-3.8.0.ebuild | 160 -- 2 files changed, 174 deletions(-) diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest index 39d7c55f110..73540f8f7e8 100644 --- a/dev-java/icedtea-bin/Manifest +++ b/dev-java/icedtea-bin/Manifest @@ -1,28 +1,14 @@ -DIST icedtea-bin-core-3.8.0-amd64.tar.xz 61957580 BLAKE2B 8648338daf7152a0c0317e33fa1433dd44b9e3f712e49ec4e9af907f94063e6c193effd350265ab9b89ab19d3411ac523693d381c0cd7f604f45c241d1843820 SHA512 856a9d2da9b4b1f9400742d17f6f4c0cb43e37c738c5ea8feba763554b8a4ef2f529f59e81fc6919318df7cf7fb1d94a8a682220fcd82b4d723376031b8575ee -DIST icedtea-bin-core-3.8.0-arm.tar.xz 58006344 BLAKE2B 6792056b8ebe82976dbd288cbf2906b00124aef4958ad2e073d57c746d6fee3e0181c61381744bdeb34daf54524ddebae692e01a52f3a5cb88fc34e1156bc9c1 SHA512 e2025746421ae197f0ecf0702890f3a8be62ac7bd7cf08b35250a88ccf7fa37ab52bfa0c6c09d8801f6c8d4282677f957ccbcf54c7f501b441b196dba7eb9f9c -DIST icedtea-bin-core-3.8.0-arm64.tar.xz 59142392 BLAKE2B aa653348bb9d76ecccf27c76daac5f25e8bb58e95a0aaca05c233fbdec42f9c0f285cef1397a99cc5f15f154c8d2fcb9c9e36867da369a984692abeba57b711d SHA512 fc6531dec845e8a0dbe2ffafc0f01093ac5ed861b4321825e04f9a72892c0eeebbe5ff36186ef6ad098aed0d6fe79a5324c55e709362cb5f44bdc7d5666a19be -DIST icedtea-bin-core-3.8.0-ppc64.tar.xz 54282712 BLAKE2B 78f9f9fbbcdb5f36a970497eed6ea77ed142d32beec74caea489ee7105e08151878a622fef5ea66b521103dc5b561203c4bf3fe7ab2b80ac304b5d4bd2d1d84d SHA512 d354b2eeb591dc73c9547a56f1421b034c7789cfb44a7f6b717ebce39113b319b3c3afbc7367e14c86b42a52e2c27fb69a016657581ab7f3586b6a7cc62b0137 -DIST icedtea-bin-core-3.8.0-ppc64le.tar.xz 54314152 BLAKE2B 4a7988672a1bced1bc10c8ca7d6299e27aac624af6f6d1335c1a4722508aadb408e3f210de82491f3acc2873868d7f04bb26840161c56741ffd16c6c43e84430 SHA512 1382711e50f90ab1943c98214fdfdb971129eeb6ebdd710ecc8bf777487ce85aaee0e5c8dd17ac403e00f20a8829c1f1afcdf648794a08da6be9b0500d959815 -DIST icedtea-bin-core-3.8.0-x86.tar.xz 61435788 BLAKE2B 5b4da8a54354287994d249ab2b3d2011ccfc987675e1899789f2a09b709e54fbf586b76a98839acad88b81fdef624b58e3821fbd416ea8bcf710293619ef9941 SHA512 623fc1b1f125b241642219e3060396395a6d802c73b440689c984ea259a1a0bad7b8ae04a300058f0a2815abb590e2b77bcaf3b4cddf2a9ed37a0789b87f25ba DIST icedtea-bin-core-3.9.0-amd64.tar.xz 61995800 BLAKE2B dbef63538ae68e5e9d2e664fdbb8d1422d9d5a32c9dbb6bf77fbc0b3602eb9de3a8ae830df480bf3e91cc89d9a3593f2892cd3001eba782512e8e5ab9f8b58ca SHA512 349f7ab0dbe11614bc659f9a3a5cf75b7b1d1765cbf9f651684365cfc5fd7f608312b25362fb086521a077610cb88b19d33af4fce10e69dbeb29d8f4a23bad61 DIST icedtea-bin-core-3.9.0-arm.tar.xz 58032620 BLAKE2B 1646096d659a702b5ddb08c2c1d56f2eb53d91d08902045973b177b640d0bc7abb51343e81594fee669506a4710b5ca012af11ef4c4490d27e1fa2a7cf52a3e4 SHA512 f362170bd60e0a6ecce0f712aaa00effe9d52d082e4ae524f88e4ec91c02908108a0b8496cc21787f94605c265212c7fe7da164959d0432cb927d274f79ec56b DIST icedtea-bin-core-3.9.0-arm64.tar.xz 59190292 BLAKE2B 8778d668e96a660b73371e4d67bd3c8121b981efea1d3c900c8d38b6be3bd3de65e79e87deeaa88b86be2ce766750471e332e0fbad08fb669b803eba3c367903 SHA512 577bb5bca4c9b9bc9ae14ba50fde73c89d37515e7287ff611d297394aecc2dfd69f4d2ca347ba5d833c41584cd4b644060f21ac5b6c3c11bf710037176065314 DIST icedtea-bin-core-3.9.0-ppc64.tar.xz 54302616 BLAKE2B 6a354a96bdfd3d6398832e0840f88c50981a1ca304f076c599603f98d3f61b32192f03b5a9830966e3a683af63415c56769977202cda6a618bc6953922f94f89 SHA512 534d1c7d7e64b69cd6352b62c46da005df0855bb5a8d01657462a9202d1149f3e9d3e89b8fe499b53f3f7faff976b6fb665e200bc05ee7ac17c981096c7ba584 DIST icedtea-bin-core-3.9.0-ppc64le.tar.xz 54336300 BLAKE2B 2cee58d745faee8dab0ad8b064b51d60552995d33407f40e50794a17f7d993b74fbd340db3aac520642e11a926a89554e9d686cd425b05bed4194eb1bc957e5f SHA512 6d680a987dddff0d569417c3d33d8c8b73bf2aeb454906047226be3ff7277ffc62d272c0dcd6c2bc9ee3724eacf77074ef9e931f980232ffb356e9e919f2247b DIST icedtea-bin-core-3.9.0-r1-x86.tar.xz 61523320 BLAKE2B c5c1415faefaf1199937158d953bdced763c1cb739cb521b5439d37dbe66d659546940154a4139c3a8b7ef13c822da877a335c7e09299c097ed97c22eb65c50d SHA512 8239e56248923d67174a7729cf0821862b8b349edfee46ffb92d25121b1b8bb7b5aac7e67b8cbb35ca97c480ed9292ae9a5eb14cfa03142de2fa77f93a1e4f81 -DIST icedtea-bin-doc-3.8.0.tar.xz 11683136 BLAKE2B 37fd84b58f6d6934b4775b23c3cfd47dbf275083719361ef74d55dcd2385f822b8cd0257e76cf4a194cc6d555c579a8373b39f72f4a8e80b8511acb5a0b2b537 SHA512 aee063874fa2de7cc7848deb511b1
[gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-binary-component/
commit: bd0e275d7b6bc13096db10b864315e8537bb8956 Author: Stefan Kuhn gmail com> AuthorDate: Mon Nov 5 18:38:57 2018 + Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Nov 8 22:01:28 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0e275d app-admin/lastpass-binary-component: Bump to version 4.19.0 Update SRC_URI, version bump to 4.19.0 according to https://lastpass.com/misc_download2.php Closes: https://bugs.gentoo.org/670116 Package-Manager: Portage-2.3.51, Repoman 2.3.11 Signed-off-by: Stefan Kuhn gmail.com> Signed-off-by: Göktürk Yüksek gentoo.org> app-admin/lastpass-binary-component/Manifest | 2 +- ...171210.ebuild => lastpass-binary-component-4.19.0.ebuild} | 12 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app-admin/lastpass-binary-component/Manifest b/app-admin/lastpass-binary-component/Manifest index 3f6f4cab04a..8ca4a32ae51 100644 --- a/app-admin/lastpass-binary-component/Manifest +++ b/app-admin/lastpass-binary-component/Manifest @@ -1 +1 @@ -DIST lastpass-binary-component-4.1.44_p20171210.tar.bz2 1625075 BLAKE2B 90812cfae90c90ab7f91ac293e501e9b8c6d0b4fca9e1f05e88865eb85042286308d2ce6eb90d306583aa9481de7588746a3402c3b4b9f29e2e540e4a4c2b287 SHA512 16ceebd054fe807975f838305044bf5e75ccbba2c592f7bf08af18d1209067c7e8b0e00457092242c3869de2ec5c59bfdfdb3ff06f801dbb2108b7dac1a7adbf +DIST lastpass-binary-component-4.19.0.tar.bz2 1625255 BLAKE2B 714fb34708f9dda8dbacfce8e76adf004f1cc966d685c0efbaac7b25c45068bb5595e954e554092852d575f1fedc5f318d05b121bc2ce1aa4888e4bf374f7b96 SHA512 2535d72c5b545b364dd1e91503590cafa16d3de4f4745c4f1fa236135580e2af47094e364a7f0ebde5fcfd11282ab9329ef333866a985f02a873e092aabb9b22 diff --git a/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.44_p20171210.ebuild b/app-admin/lastpass-binary-component/lastpass-binary-component-4.19.0.ebuild similarity index 95% rename from app-admin/lastpass-binary-component/lastpass-binary-component-4.1.44_p20171210.ebuild rename to app-admin/lastpass-binary-component/lastpass-binary-component-4.19.0.ebuild index beff308bc57..c0407fd6d94 100644 --- a/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.44_p20171210.ebuild +++ b/app-admin/lastpass-binary-component/lastpass-binary-component-4.19.0.ebuild @@ -1,22 +1,18 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Binary component required by the LastPass Password Manager browser extension" HOMEPAGE="https://helpdesk.lastpass.com/downloading-and-installing/#h5"; # sadly, upstream has no versioned distfiles -SRC_URI="https://lastpass.com/lplinux.tar.bz2 -> ${P}.tar.bz2" +SRC_URI="https://download.cloud.lastpass.com/linux/lplinux.tar.bz2 -> ${P}.tar.bz2" LICENSE="LastPass" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* ~amd64 ~x86" RESTRICT="strip mirror" # We can't mirror it, but we can fetch it -RDEPEND=" - !!app-admin/lastpass -" - LASTPASS_EXEDIR=/opt/lastpass/ QA_PREBUILT="
[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
commit: 5e659b3873bd302b25261060147be6ff9ffc7aa0 Author: William Hubbs gentoo org> AuthorDate: Thu Nov 8 21:53:27 2018 + Commit: William Hubbs gentoo org> CommitDate: Thu Nov 8 21:57:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e659b38 dev-lang/go: 1.11.2 bump Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: William Hubbs gentoo.org> dev-lang/go/Manifest | 1 + dev-lang/go/go-1.11.2.ebuild | 228 +++ 2 files changed, 229 insertions(+) diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest index 6b982a3eb97..4f363d59437 100644 --- a/dev-lang/go/Manifest +++ b/dev-lang/go/Manifest @@ -13,4 +13,5 @@ DIST go1.10.1.src.tar.gz 18305765 BLAKE2B 61b8db22c50b9a4653244dc18267f405607755 DIST go1.10.3.src.tar.gz 18323736 BLAKE2B f07ea774378eb25e28fc29ce6d8d7ed84227d4b93bfa93d38a071fe294da30c3cdc3a559d643e7379873df56b0e2731dbd772e385ffcb4b2e93819db3b4e33f2 SHA512 fd2bd5fcb5c6d0a5336c4b1d2cacb368edbb01359297a83bdedc53f6018642598232f00633fc60fde879050f5f26a810c828d46b5d6626cbcc0702d93ad33fbb DIST go1.10.4.src.tar.gz 18331174 BLAKE2B e16998d81d286f132894fefd31f4139f757b7da3dfc829c389e41ef770bed22b3c9ae7bcf190fb4c83da16cf8e8c34681cfdc5bbc786f9036710e821c9bbd483 SHA512 ead2c06d903670ff4530748aa2fa6a1140fdf32cf3b8d74cd7d6e046af73c79fd5f98d2188062e6845e5c0513c080ed7079a210720c30338cb8730b95aede9f5 DIST go1.11.1.src.tar.gz 21097206 BLAKE2B 12303f57a92ec64badffea9e98a0361f48b844d423f3ed454ba4bfdd367425e7b318de1cf9b3e7835585f6dbb01f5c07bfb43adbfcc90a590b35984752ef8d3c SHA512 9c19f40b24f2180563705511a5692932c0db3585939053e6d78eea1f394902d37f05b0386f0e7d0c0266178de7e9bd7b003324ed232ce2e5050c9faafafdd979 +DIST go1.11.2.src.tar.gz 21100145 BLAKE2B 11b9fbc7aa9e07e3f84be4cd13d8fe8a076ba10dcb830e65a069fc0348b163e4dfa7e5b8a9040222f33e60d39b1c8b75f0531eca4354bd62c5eb2caf881b3f56 SHA512 3d9b182718c7615975a4b47cecb9ff2a8ce62156461e4112452c14617ea226121e7ab736a469050f14c89861cc4934ddd2df295b80f0a2dd6c155eaf0aee DIST go1.11.src.tar.gz 21091932 BLAKE2B 029b1c43b6244ab320b24fccca2bac693a0df0f975da2880a24e85fafbd7d6c836f63c609f1df44fb3eacc1c66c3d147858b7a2b9c0c370bb8fdbc8614b35713 SHA512 2758b7924b4b8cffc30b56fbf039b8e23d1a3c42506ed4997bd64531ba742e2c60e95d1fa70cae2ccda45d1959fadccfd2404af87d962530e4b1d3556c4aaf43 diff --git a/dev-lang/go/go-1.11.2.ebuild b/dev-lang/go/go-1.11.2.ebuild new file mode 100644 index 000..3eecca0eb62 --- /dev/null +++ b/dev-lang/go/go-1.11.2.ebuild @@ -0,0 +1,228 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} + +MY_PV=${PV/_/} + +inherit toolchain-funcs + +BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist"; +BOOTSTRAP_VERSION="bootstrap-1.8" +BOOTSTRAP_URI=" +amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz ) +arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz ) +arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz ) +ppc64? ( + ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz +) +s390? ( ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz ) +x86? ( ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz ) +amd64-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz ) +x86-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz ) +x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz ) +x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz ) +" + +case ${PV} in +**) + EGIT_REPO_URI="https://github.com/golang/go.git"; + inherit git-r3 + ;; +*) + SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz " + S="${WORKDIR}"/go + case ${PV} in + *_beta*|*_rc*) ;; + *) + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" + # The upstream tests fail under portage but pass if the build is + # run according to their documentation [1]. + # I am restricting the tests on released versions until this is + # solved. + # [1] https://golang.org/issues/18442 + RESTRICT="test" + ;; + esac +esac +SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )" + +DESCRIPTION="A concurrent garbage collected and typesafe programming language" +HOMEPAGE="https://golang.org"; + +LICENSE="BSD" +SLOT="0/${PV}" +IUSE="gccgo" + +DEPEND="gccgo? ( >=sys-devel/gcc-5[go] )" +RDEPEND="!https://golang.org/issue/2775 + # + # deliberately use cp to retain permissions + cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go + if go_cross_compile; then + bin_path="bin/$(go_tuple)" + else + bin
[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
commit: e7fcb8c91ab4af1c84bbdcb64762b90f0bff50ce Author: William Hubbs gentoo org> AuthorDate: Thu Nov 8 21:56:03 2018 + Commit: William Hubbs gentoo org> CommitDate: Thu Nov 8 21:58:35 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fcb8c9 dev-lang/go: 1.10.5 bump Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: William Hubbs gentoo.org> dev-lang/go/Manifest | 1 + dev-lang/go/go-1.10.5.ebuild | 228 +++ 2 files changed, 229 insertions(+) diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest index 4f363d59437..8548466ef1f 100644 --- a/dev-lang/go/Manifest +++ b/dev-lang/go/Manifest @@ -12,6 +12,7 @@ DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 BLAKE2B 0a45312f090d81ebf46fe59 DIST go1.10.1.src.tar.gz 18305765 BLAKE2B 61b8db22c50b9a4653244dc18267f405607755932d84ea2c475338a9f4a5421da2bb8cc808dbd166aa35c3c8778180bf47d6e51ebe303bc62e582516919058f9 SHA512 13f6b0643a4f92eeca0b9fa10de38fc3427daea9aa3227cf9a5738ffee1a3f2e355ba5faf711b8506f7de118bdcd3b9064b65407a22613523e29ffd73415 DIST go1.10.3.src.tar.gz 18323736 BLAKE2B f07ea774378eb25e28fc29ce6d8d7ed84227d4b93bfa93d38a071fe294da30c3cdc3a559d643e7379873df56b0e2731dbd772e385ffcb4b2e93819db3b4e33f2 SHA512 fd2bd5fcb5c6d0a5336c4b1d2cacb368edbb01359297a83bdedc53f6018642598232f00633fc60fde879050f5f26a810c828d46b5d6626cbcc0702d93ad33fbb DIST go1.10.4.src.tar.gz 18331174 BLAKE2B e16998d81d286f132894fefd31f4139f757b7da3dfc829c389e41ef770bed22b3c9ae7bcf190fb4c83da16cf8e8c34681cfdc5bbc786f9036710e821c9bbd483 SHA512 ead2c06d903670ff4530748aa2fa6a1140fdf32cf3b8d74cd7d6e046af73c79fd5f98d2188062e6845e5c0513c080ed7079a210720c30338cb8730b95aede9f5 +DIST go1.10.5.src.tar.gz 18332628 BLAKE2B 2ef1ea8985a2ae294f9cbaac099de9246f0ced3085b9bca07b2dd5f28c2051383239607f4014bdb7b0415b652237926567ccb1beff9208b8e3d855276f18a2aa SHA512 ef6991a21f822cec08446f1aa18a5b79d85619c8d2d622114ec948c3bc6260ef6591b400efbfdff09900c63f1e96245df0ffe513adcfa648e9ca324b822b7968 DIST go1.11.1.src.tar.gz 21097206 BLAKE2B 12303f57a92ec64badffea9e98a0361f48b844d423f3ed454ba4bfdd367425e7b318de1cf9b3e7835585f6dbb01f5c07bfb43adbfcc90a590b35984752ef8d3c SHA512 9c19f40b24f2180563705511a5692932c0db3585939053e6d78eea1f394902d37f05b0386f0e7d0c0266178de7e9bd7b003324ed232ce2e5050c9faafafdd979 DIST go1.11.2.src.tar.gz 21100145 BLAKE2B 11b9fbc7aa9e07e3f84be4cd13d8fe8a076ba10dcb830e65a069fc0348b163e4dfa7e5b8a9040222f33e60d39b1c8b75f0531eca4354bd62c5eb2caf881b3f56 SHA512 3d9b182718c7615975a4b47cecb9ff2a8ce62156461e4112452c14617ea226121e7ab736a469050f14c89861cc4934ddd2df295b80f0a2dd6c155eaf0aee DIST go1.11.src.tar.gz 21091932 BLAKE2B 029b1c43b6244ab320b24fccca2bac693a0df0f975da2880a24e85fafbd7d6c836f63c609f1df44fb3eacc1c66c3d147858b7a2b9c0c370bb8fdbc8614b35713 SHA512 2758b7924b4b8cffc30b56fbf039b8e23d1a3c42506ed4997bd64531ba742e2c60e95d1fa70cae2ccda45d1959fadccfd2404af87d962530e4b1d3556c4aaf43 diff --git a/dev-lang/go/go-1.10.5.ebuild b/dev-lang/go/go-1.10.5.ebuild new file mode 100644 index 000..3eecca0eb62 --- /dev/null +++ b/dev-lang/go/go-1.10.5.ebuild @@ -0,0 +1,228 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} + +MY_PV=${PV/_/} + +inherit toolchain-funcs + +BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist"; +BOOTSTRAP_VERSION="bootstrap-1.8" +BOOTSTRAP_URI=" +amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz ) +arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz ) +arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz ) +ppc64? ( + ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz +) +s390? ( ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz ) +x86? ( ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz ) +amd64-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz ) +x86-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz ) +x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz ) +x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz ) +" + +case ${PV} in +**) + EGIT_REPO_URI="https://github.com/golang/go.git"; + inherit git-r3 + ;; +*) + SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz " + S="${WORKDIR}"/go + case ${PV} in + *_beta*|*_rc*) ;; + *) + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" + # The upstream tests fail under portage but pass if the build is + # run according to their documentation [1]. + # I am restricting the tests on released versions until this is + # solved. + # [1] https:
[gentoo-commits] proj/kde:master commit in: sci-calculators/keurocalc/
commit: b12913fbd3dd2b5e3d5496143412b4f44794d46d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 21:54:56 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:55:27 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b12913fb sci-calculators/keurocalc: New package Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 sci-calculators/keurocalc/keurocalc-.ebuild | 29 + sci-calculators/keurocalc/metadata.xml | 8 +++ 2 files changed, 37 insertions(+) diff --git a/sci-calculators/keurocalc/keurocalc-.ebuild b/sci-calculators/keurocalc/keurocalc-.ebuild new file mode 100644 index 00..0f915a0ae6 --- /dev/null +++ b/sci-calculators/keurocalc/keurocalc-.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Universal currency converter and calculator" +HOMEPAGE="https://www.kde.org/applications/office/keurocalc/ https://userbase.kde.org/KEuroCalc"; + +LICENSE="GPL-2+ FDL-1.2" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +DEPEND="${RDEPEND}" diff --git a/sci-calculators/keurocalc/metadata.xml b/sci-calculators/keurocalc/metadata.xml new file mode 100644 index 00..2fdbf33d96 --- /dev/null +++ b/sci-calculators/keurocalc/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + k...@gentoo.org + Gentoo KDE Project + +
[gentoo-commits] proj/kde:master commit in: profiles/
commit: 74b668b09b63db63086660b74b69e418d8e4db88 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 21:56:31 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:56:48 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=74b668b0 profiles: categories: Add sci-calculators, drop games-board Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/categories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/categories b/profiles/categories index 347dc14045..dc61f201ae 100644 --- a/profiles/categories +++ b/profiles/categories @@ -8,7 +8,6 @@ dev-libs dev-python dev-util dev-vcs -games-board games-kids games-mud kde-apps @@ -27,6 +26,7 @@ net-misc net-nntp net-p2p sci-astronomy +sci-calculators sci-electronics sys-auth sys-block
[gentoo-commits] proj/kde:master commit in: kde-misc/itinerary/
commit: 79b206e150a4fa534e90df7ba8de26caa1d5f975 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 21:31:14 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:34:58 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=79b206e1 kde-misc/itinerary: New package Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/itinerary/itinerary-.ebuild | 35 kde-misc/itinerary/metadata.xml | 8 2 files changed, 43 insertions(+) diff --git a/kde-misc/itinerary/itinerary-.ebuild b/kde-misc/itinerary/itinerary-.ebuild new file mode 100644 index 00..ef31130ab1 --- /dev/null +++ b/kde-misc/itinerary/itinerary-.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Data Model and Extraction System for Travel Reservation information" +HOMEPAGE="https://www.kde.org/applications/office/kontact/"; + +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kholidays) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kitinerary) + $(add_kdeapps_dep kpkpass) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtpositioning) + $(add_qt_dep qtwidgets) + sys-libs/zlib +" +RDEPEND="${DEPEND} + $(add_frameworks_dep kirigami) + $(add_frameworks_dep prison) + $(add_qt_dep qtquickcontrols2) + !kde-apps/itinerary +" diff --git a/kde-misc/itinerary/metadata.xml b/kde-misc/itinerary/metadata.xml new file mode 100644 index 00..2fdbf33d96 --- /dev/null +++ b/kde-misc/itinerary/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + k...@gentoo.org + Gentoo KDE Project + +
[gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
commit: d5083e4af5e5310f73aec8dfcdd47e3eb6f5cf13 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 21:27:51 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:27:51 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5083e4a kde-misc/akonadiclient: New package Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/akonadiclient/akonadiclient-.ebuild | 31 kde-misc/akonadiclient/metadata.xml | 8 ++ 2 files changed, 39 insertions(+) diff --git a/kde-misc/akonadiclient/akonadiclient-.ebuild b/kde-misc/akonadiclient/akonadiclient-.ebuild new file mode 100644 index 00..5950a97601 --- /dev/null +++ b/kde-misc/akonadiclient/akonadiclient-.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +QT_MINIMAL="5.11.1" +inherit kde5 + +DESCRIPTION="Commandline interface for accessing Akonadi" +HOMEPAGE="https://cgit.kde.org/akonadi-phabricator-resource.git"; +LICENSE="GPL-2" + +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep akonadi 'xml') + $(add_kdeapps_dep kcontacts) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +src_prepare() { + cmake-utils_src_prepare + punt_bogus_dep KF5 KIO # we don't need it with >=Qt-5.10 +} diff --git a/kde-misc/akonadiclient/metadata.xml b/kde-misc/akonadiclient/metadata.xml new file mode 100644 index 00..2fdbf33d96 --- /dev/null +++ b/kde-misc/akonadiclient/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + k...@gentoo.org + Gentoo KDE Project + +
[gentoo-commits] repo/gentoo:master commit in: media-sound/playerctl/
commit: b0c0975eecd5d30583ded1c4598e4e5a1772b142 Author: Göktürk Yüksek gentoo org> AuthorDate: Thu Nov 8 21:34:23 2018 + Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Nov 8 21:38:34 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c0975e media-sound/playerctl: add missing dep on dev-util/glib-utils #667324 Closes: https://bugs.gentoo.org/667324 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Göktürk Yüksek gentoo.org> media-sound/playerctl/playerctl-2.0.0_rc1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/playerctl/playerctl-2.0.0_rc1.ebuild b/media-sound/playerctl/playerctl-2.0.0_rc1.ebuild index c4f666a38bf..990d1ddebff 100644 --- a/media-sound/playerctl/playerctl-2.0.0_rc1.ebuild +++ b/media-sound/playerctl/playerctl-2.0.0_rc1.ebuild @@ -21,6 +21,7 @@ RDEPEND=" # The eclass depends on '>=dev-util/meson-0.40.0' as of writing this DEPEND="${RDEPEND} dev-util/gdbus-codegen + dev-util/glib-utils >=dev-util/meson-0.46.0 doc? ( dev-util/gtk-doc ) virtual/pkgconfig
[gentoo-commits] proj/kde:master commit in: kde-apps/itinerary/
commit: 312d7fc23a489063f990ecbc73edefcd289ea85a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 21:30:47 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:30:47 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=312d7fc2 kde-apps/itinerary: Drop package This is not part of KDE Applications releases, at least not yet. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/itinerary/itinerary-.ebuild | 32 kde-apps/itinerary/metadata.xml | 8 2 files changed, 40 deletions(-) diff --git a/kde-apps/itinerary/itinerary-.ebuild b/kde-apps/itinerary/itinerary-.ebuild deleted file mode 100644 index b596ac984c..00 --- a/kde-apps/itinerary/itinerary-.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="Data Model and Extraction System for Travel Reservation information" -HOMEPAGE="https://www.kde.org/applications/office/kontact/"; - -LICENSE="LGPL-2.1+" -KEYWORDS="" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kholidays) - $(add_frameworks_dep ki18n) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kitinerary) - $(add_kdeapps_dep kpkpass) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtpositioning) - $(add_qt_dep qtwidgets) - sys-libs/zlib:= -" -RDEPEND="${DEPEND} - $(add_frameworks_dep prison) -" diff --git a/kde-apps/itinerary/metadata.xml b/kde-apps/itinerary/metadata.xml deleted file mode 100644 index 2fdbf33d96..00 --- a/kde-apps/itinerary/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - k...@gentoo.org - Gentoo KDE Project - -
[gentoo-commits] proj/kde: Branch deleted: upstream
commit: Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:09:21 2018 + Branch deleted: upstream
[gentoo-commits] proj/kde:master commit in: kde-apps/kdegames-meta/
commit: 044ca9737908c511d0c4a24a3f674ccc3aa0c55e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 18:57:04 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 18:57:04 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=044ca973 kde-apps/kdegames-meta: Add kde-apps/knights Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdegames-meta/kdegames-meta-.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/kdegames-meta/kdegames-meta-.ebuild b/kde-apps/kdegames-meta/kdegames-meta-.ebuild index e35536ae9e..5ec2dbcce6 100644 --- a/kde-apps/kdegames-meta/kdegames-meta-.ebuild +++ b/kde-apps/kdegames-meta/kdegames-meta-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,6 +33,7 @@ RDEPEND=" $(add_kdeapps_dep kmines) $(add_kdeapps_dep knavalbattle) $(add_kdeapps_dep knetwalk) + $(add_kdeapps_dep knights) $(add_kdeapps_dep kolf) $(add_kdeapps_dep kollision) $(add_kdeapps_dep konquest)
[gentoo-commits] proj/kde:master commit in: kde-apps/kdecore-meta/
commit: 13a2af5a33d8bee4a3b5c017fb2ff22518ba0685 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 19:25:48 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 19:25:48 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=13a2af5a kde-apps/kdecore-meta: Add USE +webengine +webkit Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdecore-meta/kdecore-meta-.ebuild | 16 ++-- kde-apps/kdecore-meta/metadata.xml | 3 +++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/kde-apps/kdecore-meta/kdecore-meta-.ebuild b/kde-apps/kdecore-meta/kdecore-meta-.ebuild index b3c5041c00..44259db72c 100644 --- a/kde-apps/kdecore-meta/kdecore-meta-.ebuild +++ b/kde-apps/kdecore-meta/kdecore-meta-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,18 +7,22 @@ inherit kde5-meta-pkg DESCRIPTION="kdecore - merge this to pull in the most basic applications" KEYWORDS="" -IUSE="+handbook" +IUSE="+handbook +webengine +webkit" RDEPEND=" $(add_kdeapps_dep dolphin) $(add_kdeapps_dep kdialog) $(add_kdeapps_dep keditbookmarks) $(add_kdeapps_dep kfind) - || ( - www-client/falkon - $(add_kdeapps_dep konqueror) - ) $(add_kdeapps_dep konsole) $(add_kdeapps_dep kwrite) handbook? ( $(add_kdeapps_dep khelpcenter) ) + webengine? ( || ( + www-client/falkon + $(add_kdeapps_dep konqueror 'webengine') + ) ) + webkit? ( + $(add_kdeapps_dep konqueror) + kde-misc/kwebkitpart:5 + ) " diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml index 2fdbf33d96..8a440f7049 100644 --- a/kde-apps/kdecore-meta/metadata.xml +++ b/kde-apps/kdecore-meta/metadata.xml @@ -5,4 +5,7 @@ k...@gentoo.org Gentoo KDE Project + + Enable www-client/falkon which depends on dev-qt/qtwebengine +
[gentoo-commits] proj/kde:master commit in: kde-apps/knights/, profiles/updates/, games-board/knights/
commit: fe64519320da54d126f84d56e4cf1cbadb627c99 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 18:48:53 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 18:55:24 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe645193 games-board/knights: pkgmove to kde-apps/knights Signed-off-by: Andreas Sturmlechner gentoo.org> {games-board => kde-apps}/knights/knights-.ebuild | 4 +--- {games-board => kde-apps}/knights/metadata.xml| 4 profiles/updates/4Q-2018 | 1 + 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/games-board/knights/knights-.ebuild b/kde-apps/knights/knights-.ebuild similarity index 96% rename from games-board/knights/knights-.ebuild rename to kde-apps/knights/knights-.ebuild index 095ab6ed35..49524cff48 100644 --- a/games-board/knights/knights-.ebuild +++ b/kde-apps/knights/knights-.ebuild @@ -38,9 +38,7 @@ DEPEND=" $(add_qt_dep qtwidgets) speech? ( $(add_qt_dep qtspeech) ) " -RDEPEND="${DEPEND} - !games-board/knights:4 -" +RDEPEND="${DEPEND}" pkg_postinst() { kde5_pkg_postinst diff --git a/games-board/knights/metadata.xml b/kde-apps/knights/metadata.xml similarity index 73% rename from games-board/knights/metadata.xml rename to kde-apps/knights/metadata.xml index ec264f5738..b337e66e24 100644 --- a/games-board/knights/metadata.xml +++ b/kde-apps/knights/metadata.xml @@ -1,10 +1,6 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - ga...@gentoo.org - Gentoo Games Project - k...@gentoo.org Gentoo KDE Project diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018 new file mode 100644 index 00..f0b953a1d8 --- /dev/null +++ b/profiles/updates/4Q-2018 @@ -0,0 +1 @@ +move games-board/knights kde-apps/knights
[gentoo-commits] proj/kde:master commit in: sets/
commit: 08bf7909603cfc49566868473651bb5d58a41102 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 18:57:29 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 18:59:48 2018 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=08bf7909 sets: Add kde-apps/knights to kdegames-live Signed-off-by: Andreas Sturmlechner gentoo.org> sets/kdegames-live | 1 + 1 file changed, 1 insertion(+) diff --git a/sets/kdegames-live b/sets/kdegames-live index d3ca1fb455..a2283e41cd 100644 --- a/sets/kdegames-live +++ b/sets/kdegames-live @@ -22,6 +22,7 @@ ~kde-apps/kmines- ~kde-apps/knavalbattle- ~kde-apps/knetwalk- +~kde-apps/knights- ~kde-apps/kolf- ~kde-apps/kollision- ~kde-apps/konquest-
[gentoo-commits] repo/gentoo:master commit in: games-board/knights/, kde-apps/knights/, profiles/updates/
commit: 891bb43b528502dc74af6e96996205b0772751ec Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 18:48:53 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:04:29 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891bb43b games-board/knights: pkgmove to kde-apps/knights Signed-off-by: Andreas Sturmlechner gentoo.org> {games-board => kde-apps}/knights/Manifest | 0 {games-board => kde-apps}/knights/knights-2.6.0_pre20180415.ebuild | 4 +--- {games-board => kde-apps}/knights/metadata.xml | 0 profiles/updates/4Q-2018 | 1 + 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/games-board/knights/Manifest b/kde-apps/knights/Manifest similarity index 100% rename from games-board/knights/Manifest rename to kde-apps/knights/Manifest diff --git a/games-board/knights/knights-2.6.0_pre20180415.ebuild b/kde-apps/knights/knights-2.6.0_pre20180415.ebuild similarity index 96% rename from games-board/knights/knights-2.6.0_pre20180415.ebuild rename to kde-apps/knights/knights-2.6.0_pre20180415.ebuild index 3dad37ca163..4b3b233b610 100644 --- a/games-board/knights/knights-2.6.0_pre20180415.ebuild +++ b/kde-apps/knights/knights-2.6.0_pre20180415.ebuild @@ -39,9 +39,7 @@ DEPEND=" $(add_qt_dep qtwidgets) speech? ( $(add_qt_dep qtspeech) ) " -RDEPEND="${DEPEND} - !games-board/knights:4 -" +RDEPEND="${DEPEND}" pkg_postinst() { kde5_pkg_postinst diff --git a/games-board/knights/metadata.xml b/kde-apps/knights/metadata.xml similarity index 100% rename from games-board/knights/metadata.xml rename to kde-apps/knights/metadata.xml diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018 index 6e3e02489a6..20199b3e162 100644 --- a/profiles/updates/4Q-2018 +++ b/profiles/updates/4Q-2018 @@ -3,3 +3,4 @@ move dev-python/CommonMark dev-python/commonmark move dev-libs/mini-xml dev-libs/mxml move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy move x11-apps/intel-gpu-tools x11-apps/igt-gpu-tools +move games-board/knights kde-apps/knights
[gentoo-commits] proj/kde: New branch: upstream
commit: Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 21:03:29 2018 + New branch: upstream
[gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc/
commit: 4e504aadd33c2bcde0974701cf099dc2f7dce15a Author: Mike Auty gentoo org> AuthorDate: Thu Nov 8 19:00:45 2018 + Commit: Mike Auty gentoo org> CommitDate: Thu Nov 8 19:00:45 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e504aad net-vpn/vpnc: Use virtual/resolvconf dependency. Fixes bug 669250. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Mike Auty gentoo.org> net-vpn/vpnc/vpnc-0.5.3_p550.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild b/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild index b3b6de8c287..34d8bd70511 100644 --- a/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild +++ b/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ DEPEND=" gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl:0= )" RDEPEND="${DEPEND} - resolvconf? ( net-dns/openresolv ) + resolvconf? ( virtual/resolvconf ) selinux? ( sec-policy/selinux-vpn ) "
[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/, net-fs/samba/files/
commit: c3c0a86e506899288b9677d732d5394eb006b34e Author: Ian Stakenvicius gentoo org> AuthorDate: Thu Nov 8 17:50:06 2018 + Commit: Ian Stakenvicius gentoo org> CommitDate: Thu Nov 8 17:51:36 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c0a86e net-fs/samba: do not install python DSDB bits when USE=-addc If ADDC is disabled, samba-4.8.6 was still installing python module smbd_dns.so , which links to libdnsserver-common-samba4.so but the latter is NOT installed. This causes infinite revdep-rebuild errors. This commit patches the build system to prevent said file from being installed. Bumped directly to stable by maintainers. Signed-off-by: Ian Stakenvicius gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 .../files/samba-4.8.6-no-pydsdb-when-no-addc.patch | 36 ++ .../{samba-4.8.6.ebuild => samba-4.8.6-r1.ebuild} | 0 2 files changed, 36 insertions(+) diff --git a/net-fs/samba/files/samba-4.8.6-no-pydsdb-when-no-addc.patch b/net-fs/samba/files/samba-4.8.6-no-pydsdb-when-no-addc.patch new file mode 100644 index 000..1093b1de71d --- /dev/null +++ b/net-fs/samba/files/samba-4.8.6-no-pydsdb-when-no-addc.patch @@ -0,0 +1,36 @@ +Do not install the python DSDB modules when ADDC is disabled. +This is a change integrated upstream in 4.9.1 (or earlier). + +Without this, the python dsdb_dns.so module is installed, which +is linked to libdnsserver-common.so that is NOT installed, and so +potential breakage ensues. + +--- a/source4/dsdb/wscript_build 2018-01-17 03:08:39.0 -0500 b/source4/dsdb/wscript_build 2018-11-08 10:43:58.064486832 -0500 +@@ -63,10 +63,11 @@ + ) + + bld.SAMBA_PYTHON('python_dsdb', + source='pydsdb.c', + # the dependency on dcerpc here is because gensec + # depends on dcerpc but the waf circular dependency finder + # removes it so we end up with unresolved symbols. + deps='samdb pyldb-util dcerpc com_err pyrpc_util pyparam_util dsdb_garbage_collect_tombstones', +- realname='samba/dsdb.so' ++ realname='samba/dsdb.so', ++ enabled=bld.AD_DC_BUILD_IS_ENABLED() + ) +--- a/source4/dns_server/wscript_build 2018-11-08 11:49:03.450296286 -0500 b/source4/dns_server/wscript_build 2018-11-08 11:49:23.327864408 -0500 +@@ -64,9 +64,10 @@ + private_library=True, + deps='samba-hostconfig samdb-common gensec popt dnsserver_common', + enabled=bld.AD_DC_BUILD_IS_ENABLED()) + + + bld.SAMBA_PYTHON('python_dsdb_dns', +source='pydns.c', +deps='samdb pyldb-util pyrpc_util dnsserver_common pytalloc-util', +- realname='samba/dsdb_dns.so') ++ realname='samba/dsdb_dns.so', ++ enabled=bld.AD_DC_BUILD_IS_ENABLED()) diff --git a/net-fs/samba/samba-4.8.6.ebuild b/net-fs/samba/samba-4.8.6-r1.ebuild similarity index 100% rename from net-fs/samba/samba-4.8.6.ebuild rename to net-fs/samba/samba-4.8.6-r1.ebuild
[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeedu-meta/
commit: d1a599e76d5301f019699756cab8f7d5414920a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 13:29:40 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 17:50:52 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a599e7 kde-apps/kdeedu-meta: Add USE +webkit Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild index 6f25f9925dd..df0c70a95b0 100644 --- a/kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild +++ b/kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild @@ -8,7 +8,7 @@ inherit kde5-meta-pkg DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages" HOMEPAGE="https://edu.kde.org"; KEYWORDS="~amd64 ~x86" -IUSE="+webengine" +IUSE="+webengine +webkit" RDEPEND=" $(add_kdeapps_dep analitza) @@ -32,10 +32,10 @@ RDEPEND=" $(add_kdeapps_dep libkeduvocdocument) $(add_kdeapps_dep marble) $(add_kdeapps_dep minuet) - $(add_kdeapps_dep rocs) $(add_kdeapps_dep step) webengine? ( $(add_kdeapps_dep kalgebra) $(add_kdeapps_dep parley) ) + webkit? ( $(add_kdeapps_dep rocs) ) "
[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdesdk-meta/
commit: 7725f04f5c7e5a58adf765dcbc94b7de5f164afa Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 13:29:54 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 17:50:52 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7725f04f kde-apps/kdesdk-meta: Add USE +webkit Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild index b3043fb573e..ce489a02766 100644 --- a/kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild +++ b/kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild @@ -8,7 +8,7 @@ inherit kde5-meta-pkg DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages" HOMEPAGE="https://www.kde.org/applications/development"; KEYWORDS="~amd64 ~x86" -IUSE="cvs" +IUSE="cvs +webkit" RDEPEND=" $(add_kdeapps_dep dolphin-plugins) @@ -23,6 +23,6 @@ RDEPEND=" $(add_kdeapps_dep libkomparediff2) $(add_kdeapps_dep lokalize) $(add_kdeapps_dep poxml) - $(add_kdeapps_dep umbrello) cvs? ( $(add_kdeapps_dep cervisia) ) + webkit? ( $(add_kdeapps_dep umbrello) ) "
[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/
commit: 510bdd2dd937b92fdcafe48d8a46eb40d913b650 Author: Craig Andrews gentoo org> AuthorDate: Thu Nov 8 17:45:06 2018 + Commit: Craig Andrews gentoo org> CommitDate: Thu Nov 8 17:46:46 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510bdd2d media-tv/kodi: Add dependency on dev-libs/libinput Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews gentoo.org> media-tv/kodi/kodi-.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-.ebuild index 7fbed6750e8..4b9bc5d60e0 100644 --- a/media-tv/kodi/kodi-.ebuild +++ b/media-tv/kodi/kodi-.ebuild @@ -55,6 +55,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-libs/fribidi-0.19.7 cec? ( >=dev-libs/libcec-4.0 ) dev-libs/libpcre[cxx] + >=dev-libs/libinput-1.10.5 >=dev-libs/libxml2-2.9.4 >=dev-libs/lzo-2.04 dev-libs/tinyxml[stl]
[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/
commit: 6a89121cca0684be8d0fdfe26188256e5e4f5b6a Author: Craig Andrews gentoo org> AuthorDate: Thu Nov 8 17:46:34 2018 + Commit: Craig Andrews gentoo org> CommitDate: Thu Nov 8 17:46:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a89121c media-tv/kodi: 18.0_beta5-r1 with latest fixes from - Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews gentoo.org> media-tv/kodi/kodi-18.0_beta5-r1.ebuild | 307 1 file changed, 307 insertions(+) diff --git a/media-tv/kodi/kodi-18.0_beta5-r1.ebuild b/media-tv/kodi/kodi-18.0_beta5-r1.ebuild new file mode 100644 index 000..4b9bc5d60e0 --- /dev/null +++ b/media-tv/kodi/kodi-18.0_beta5-r1.ebuild @@ -0,0 +1,307 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# Does not work with py3 here +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="sqlite" + +inherit autotools cmake-utils eutils gnome2-utils linux-info pax-utils python-single-r1 xdg-utils + +LIBDVDCSS_VERSION="1.4.2-Leia-Beta-5" +LIBDVDREAD_VERSION="6.0.0-Leia-Alpha-3" +LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3" +FFMPEG_VERSION="4.0.1" +CODENAME="Leia" +FFMPEG_KODI_VERSION="Alpha3-1" +SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz -> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz + https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz -> libdvdread-${LIBDVDREAD_VERSION}.tar.gz + https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz -> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz + !system-ffmpeg? ( https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz )" + +DESCRIPTION="A free and open source media-player and entertainment hub" +HOMEPAGE="https://kodi.tv/ https://kodi.wiki/"; + +LICENSE="GPL-2+" +SLOT="0" +# use flag is called libusb so that it doesn't fool people in thinking that +# it is _required_ for USB support. Otherwise they'll disable udev and +# that's going to be worse. +IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gbm gles lcms libressl libusb lirc mariadb mysql nfs +opengl pulseaudio samba systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau wayland webserver +X +xslt zeroconf" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + || ( gles opengl ) + ^^ ( gbm wayland X ) + ?? ( mariadb mysql ) + udev? ( !libusb ) + udisks? ( dbus ) + upower? ( dbus ) +" + +COMMON_DEPEND="${PYTHON_DEPS} + airplay? ( + >=app-pda/libplist-2.0.0 + net-libs/shairplay + ) + alsa? ( >=media-libs/alsa-lib-1.1.4.1 ) + bluetooth? ( net-wireless/bluez ) + bluray? ( >=media-libs/libbluray-1.0.2 ) + caps? ( sys-libs/libcap ) + dbus? ( sys-apps/dbus ) + dev-db/sqlite + dev-libs/expat + dev-libs/flatbuffers + >=dev-libs/fribidi-0.19.7 + cec? ( >=dev-libs/libcec-4.0 ) + dev-libs/libpcre[cxx] + >=dev-libs/libinput-1.10.5 + >=dev-libs/libxml2-2.9.4 + >=dev-libs/lzo-2.04 + dev-libs/tinyxml[stl] + dev-python/pillow[${PYTHON_USEDEP}] + >=dev-libs/libcdio-0.94 + dev-libs/libfmt + dev-libs/libfstrcmp + gbm? ( media-libs/mesa[gbm] ) + gles? ( media-libs/mesa[gles2] ) + lcms? ( media-libs/lcms:2 ) + libusb? ( virtual/libusb:1 ) + virtual/ttf-fonts + media-fonts/roboto + >=media-libs/fontconfig-2.12.4 + >=media-libs/freetype-2.8 + >=media-libs/libass-0.13.4 + media-libs/mesa[egl] + >=media-libs/taglib-1.11.1 + system-ffmpeg? ( + >=media-video/ffmpeg-${FFMPEG_VERSION}:=[encode,postproc] + libressl? ( media-video/ffmpeg[libressl,-openssl] ) + !libressl? ( media-video/ffmpeg[-libressl,openssl] ) + ) + mysql? ( dev-db/mysql-connector-c:= ) + mariadb? ( dev-db/mariadb-connector-c:= ) + >=net-misc/curl-7.56.1 + nfs? ( >=net-fs/libnfs-2.0.0:= ) + opengl? ( media-libs/glu ) + !libressl? ( >=dev-libs/openssl-1.0.2l:0= ) + libressl? ( dev-libs/libressl:0= ) + pulseaudio? ( media-sound/pulseaudio ) + samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) + >=sys-libs/zlib-1.2.11 + udev? ( virtual/udev ) + vaapi? ( + x11-libs/libva:= + opengl? ( x11-libs/libva[opengl] ) + system-ffmpeg? ( media-video/ffmpeg[vaapi] ) + vdpau? ( x11-libs/libva[vdpau] ) + wayland? ( x11-libs/libva[wayland] ) + X? ( x11-libs/libva[X] ) + ) + virtual/libiconv + vdpau? ( + || ( >=x11-libs/libvdpau-1.1 >=x11-drivers/nvidia-drivers-180.51 ) + system-ffmpeg? ( media-video/ffmp
[gentoo-commits] repo/gentoo:master commit in: media-video/avidemux/, media-video/avidemux/files/
commit: 6fabbd55dc849bfef5d90f2e3697d9275cd5adcd Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 17:38:37 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 17:38:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fabbd55 media-video/avidemux: Fix build with Qt 5.11 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/avidemux/avidemux-2.7.0.ebuild | 1 + .../avidemux/files/avidemux-2.7.0-qt-5.11.patch| 48 ++ 2 files changed, 49 insertions(+) diff --git a/media-video/avidemux/avidemux-2.7.0.ebuild b/media-video/avidemux/avidemux-2.7.0.ebuild index 3a353744154..3a66ade975e 100644 --- a/media-video/avidemux/avidemux-2.7.0.ebuild +++ b/media-video/avidemux/avidemux-2.7.0.ebuild @@ -47,6 +47,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { eapply "${FILESDIR}/${P}-glibc-2.27.patch" + eapply "${FILESDIR}/${P}-qt-5.11.patch" processes="buildCli:avidemux/cli" if use qt5 ; then diff --git a/media-video/avidemux/files/avidemux-2.7.0-qt-5.11.patch b/media-video/avidemux/files/avidemux-2.7.0-qt-5.11.patch new file mode 100644 index 000..8ac9bbc3b4a --- /dev/null +++ b/media-video/avidemux/files/avidemux-2.7.0-qt-5.11.patch @@ -0,0 +1,48 @@ +From ba667da44fcb88ee660339e52859bb90dc1b00d3 Mon Sep 17 00:00:00 2001 +From: mean +Date: Wed, 30 May 2018 07:31:03 +0200 +Subject: [PATCH] [Qt] Compatibilty patch with newer qt (>=5.11), patch by + Chris Clayton + +--- + avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp | 1 + + avidemux/qt4/ADM_jobs/src/ADM_jobs.cpp | 1 + + avidemux_plugins/ADM_videoFilters6/eq2/qt4/Q_eq2.cpp | 1 + + 3 files changed, 3 insertions(+) + +diff --git a/avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp b/avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp +index 256f69d5e..54b0ac639 100644 +--- a/avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp b/avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp +@@ -17,6 +17,7 @@ + #include "ADM_coreJobs.h" + #include "DIA_coreToolkit.h" + #include ++#include + + extern void loadTranslator(void); + extern void initTranslator(void); +diff --git a/avidemux/qt4/ADM_jobs/src/ADM_jobs.cpp b/avidemux/qt4/ADM_jobs/src/ADM_jobs.cpp +index 85cec5f9a..f537995ca 100644 +--- a/avidemux/qt4/ADM_jobs/src/ADM_jobs.cpp b/avidemux/qt4/ADM_jobs/src/ADM_jobs.cpp +@@ -21,6 +21,7 @@ + #include "ADM_memsupport.h" + #include "ADM_crashdump.h" + #include "ADM_win32.h" ++#include + + void onexit( void ); + +diff --git a/avidemux_plugins/ADM_videoFilters6/eq2/qt4/Q_eq2.cpp b/avidemux_plugins/ADM_videoFilters6/eq2/qt4/Q_eq2.cpp +index 94bdd577e..b2a01e54b 100644 +--- a/avidemux_plugins/ADM_videoFilters6/eq2/qt4/Q_eq2.cpp b/avidemux_plugins/ADM_videoFilters6/eq2/qt4/Q_eq2.cpp +@@ -17,6 +17,7 @@ + #include "Q_eq2.h" + #include "ADM_toolkitQt.h" + #include ++#include + + // + //Video is in YV12 Colorspace \ No newline at end of file
[gentoo-commits] repo/gentoo:master commit in: media-video/avidemux/files/, media-video/avidemux/
commit: 8882d9ea7fb8c525659d8239db86c387d6915498 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 17:32:51 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 17:33:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8882d9ea media-video/avidemux: Fix build with glibc-2.27 Reported-by: Helmut Jarausch igpm.rwth-aachen.de> Thanks-to: emerald liji-und-dirk.de> Closes: https://bugs.gentoo.org/646494 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/avidemux/avidemux-2.7.0.ebuild | 4 ++-- media-video/avidemux/avidemux-.ebuild | 4 +--- .../avidemux/files/avidemux-2.7.0-glibc-2.27.patch | 22 ++ 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/media-video/avidemux/avidemux-2.7.0.ebuild b/media-video/avidemux/avidemux-2.7.0.ebuild index 3408af19d4a..3a353744154 100644 --- a/media-video/avidemux/avidemux-2.7.0.ebuild +++ b/media-video/avidemux/avidemux-2.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -46,7 +46,7 @@ PDEPEND="~media-libs/avidemux-plugins-${PV}:${SLOT}[opengl?,qt5?]" S="${WORKDIR}/${MY_P}" src_prepare() { - default + eapply "${FILESDIR}/${P}-glibc-2.27.patch" processes="buildCli:avidemux/cli" if use qt5 ; then diff --git a/media-video/avidemux/avidemux-.ebuild b/media-video/avidemux/avidemux-.ebuild index 3408af19d4a..6d44aea9bcd 100644 --- a/media-video/avidemux/avidemux-.ebuild +++ b/media-video/avidemux/avidemux-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -46,8 +46,6 @@ PDEPEND="~media-libs/avidemux-plugins-${PV}:${SLOT}[opengl?,qt5?]" S="${WORKDIR}/${MY_P}" src_prepare() { - default - processes="buildCli:avidemux/cli" if use qt5 ; then processes+=" buildQt4:avidemux/qt4" diff --git a/media-video/avidemux/files/avidemux-2.7.0-glibc-2.27.patch b/media-video/avidemux/files/avidemux-2.7.0-glibc-2.27.patch new file mode 100644 index 000..166791f4774 --- /dev/null +++ b/media-video/avidemux/files/avidemux-2.7.0-glibc-2.27.patch @@ -0,0 +1,22 @@ +From afdd9c4b876d77a4974d3fa7d9f25caeffbdf13d Mon Sep 17 00:00:00 2001 +From: eumagga0x2a +Date: Fri, 29 Sep 2017 15:53:14 +0200 +Subject: [PATCH] [build] Fix compilation with glibc >= 2.27 + +--- + avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp b/avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp +index c6cb43bb6..269c2d2e3 100644 +--- a/avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp b/avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp +@@ -35,7 +35,7 @@ + #elif defined(ADM_BSD_FAMILY) || defined(__sun__) + #define POW10(x) powf(10.0,x) + #else +-#define POW10(x) pow10f(x) ++#define POW10(x) exp10f(x) + #endif + + #define LINEAR_TO_DB(x) (20.*log10(x))