[gentoo-commits] repo/gentoo:master commit in: dev-ruby/connection_pool/
commit: 2c2972685426b7d8361be3cfc1b5b06cc3f1c392 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:40:58 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 07:02:05 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c297268 dev-ruby/connection_pool: add ruby25 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/connection_pool/connection_pool-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild index eaf2366fa37..9b17d8756d3 100644 --- a/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rake" RUBY_FAKEGEM_RECIPE_DOC="none"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/connection_pool/
commit: 68910250f13f89cb4db9f7739f34023c7acef869 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:39:18 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 07:02:02 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68910250 dev-ruby/connection_pool: cleanup Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/connection_pool/Manifest | 1 - .../connection_pool/connection_pool-2.2.0.ebuild | 27 -- 2 files changed, 28 deletions(-) diff --git a/dev-ruby/connection_pool/Manifest b/dev-ruby/connection_pool/Manifest index ebace5d7fc4..fabc9bec68f 100644 --- a/dev-ruby/connection_pool/Manifest +++ b/dev-ruby/connection_pool/Manifest @@ -1,2 +1 @@ -DIST connection_pool-2.2.0.gem 13312 BLAKE2B 265e8f35ccea4ccf8963b23bd0ee8d340dbded53fb00b2e5c8765023f4355ffe4ae8997e9941177b59715fed84a4f60c408150f3b7fc275d2c7127b29377546e SHA512 46170281ddcd29f4b1954ee2a307fd8f45507b24abffe36732b8dbb5e00f9c53274f36234fc26f54d66267ceddf4948d52eb2500bb14276b2fdd5a631e6ec6c9 DIST connection_pool-2.2.1.gem 13824 BLAKE2B 2328a86f9d625d245f3e74d41fd615d95ea68a6fb8b1d17a9a0f9dc4ff8b772eb2942fd9103b12875a4ea2f3b6d97a4da79fc61bd348d4bae5aa50b442a2 SHA512 74167b200fcc02d3a60fdc0e71b44c80f1c72db75b5f604a442bd5fb55138fe1750a2db095e0283104fda35fd9024cb71c7ddb614c3d472f814d686b686b6ef0 diff --git a/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild deleted file mode 100644 index 90496bb12d7..000 --- a/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_TEST="rake" -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="Changes.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Generic connection pooling for Ruby" -HOMEPAGE="https://github.com/mperham/connection_pool"; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86" -IUSE="" - -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" - -all_ruby_prepare() { - sed -i -e '/git ls-files/d' connection_pool.gemspec || die - sed -i -e '/bundler/d' Rakefile || die - sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 5.0'/" test/helper.rb || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/test_declarative/
commit: 6a1affb3d4b97dda33edfbbd1a60beb39a60d807 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 07:01:16 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 07:02:11 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1affb3 dev-ruby/test_declarative: amd64 stable Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/test_declarative/test_declarative-0.0.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/test_declarative/test_declarative-0.0.5-r2.ebuild b/dev-ruby/test_declarative/test_declarative-0.0.5-r2.ebuild index b20fcfc1e46..338f473cbc6 100644 --- a/dev-ruby/test_declarative/test_declarative-0.0.5-r2.ebuild +++ b/dev-ruby/test_declarative/test_declarative-0.0.5-r2.ebuild @@ -20,7 +20,7 @@ RUBY_S="svenfuchs-test_declarative-*" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" each_ruby_test() {
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/connection_pool/
commit: da845a2e3087a4a645545a47240e1b1ba1edc602 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:42:07 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 07:02:07 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da845a2e dev-ruby/connection_pool: amd64 stable Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/connection_pool/connection_pool-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild index 9b17d8756d3..030165fd8fa 100644 --- a/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/mperham/connection_pool"; LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/test_declarative/
commit: 264920af9d22cd60e57adae4b954740c723785c9 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:59:29 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 07:02:09 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264920af dev-ruby/test_declarative: add 0.0.6 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/test_declarative/Manifest | 1 + .../test_declarative/test_declarative-0.0.6.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/dev-ruby/test_declarative/Manifest b/dev-ruby/test_declarative/Manifest index 767b650d28d..e8b052400d8 100644 --- a/dev-ruby/test_declarative/Manifest +++ b/dev-ruby/test_declarative/Manifest @@ -1 +1,2 @@ DIST test_declarative-0.0.5.tgz 2114 BLAKE2B 6856e3bb734354f75298107e243bc461143176797e98d69f5c67a6d121a6556310d46d4676d32bbc5317d39e0c48fa4f4cff1cbeb3e31ec5834ed406d7cba33b SHA512 69641a56c38403a86a8562910aa5ab433476351cc0e5a1f2a640030bfb4f82b96bf724d911ce46ff75dfe934de50d6549304088ee85d5689990e0ce5d263c160 +DIST test_declarative-0.0.6.tgz 3586 BLAKE2B de8e4b011de9ce0773e2c76887d6cf7d888c2f799a07e6dda024b301594edc37ccf2c386c366c0a13d81a1f0697fe7be92932db7d66e5ed482d529fac4b9ce78 SHA512 f147fef7f3ac912c7b1cb2826cfc7cb5abf4cba92ea4f7accc2b1ba3a4f0775bff5ae06e80370144b7b1e7d03e2f3129e268c5d7056ee2aca9d77047a1b5a1c3 diff --git a/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild b/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild new file mode 100644 index 000..970e137404c --- /dev/null +++ b/dev-ruby/test_declarative/test_declarative-0.0.6.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ruby22, ruby23: fails due to minitest incompatabilities. +USE_RUBY="ruby22 ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Simply adds a declarative test method syntax to test/unit" +HOMEPAGE="https://github.com/svenfuchs/test_declarative"; +SRC_URI="https://github.com/svenfuchs/test_declarative/tarball/v${PV} -> ${P}.tgz" +RUBY_S="svenfuchs-test_declarative-*" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )" + +all_ruby_prepare() { + sed -i -e '/rake/ s/12.0.0/12/' Gemfile || die +} + +each_ruby_test() { + # There are other gemfiles but their setup seems broken atm. + for gemfile in Gemfile ; do + einfo "Running tests with ${gemfile}" + BUNDLE_GEMFILE=${gemfile} ${RUBY} -S bundle exec rake test || die + done +}
[gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/
commit: 9025bf70f1c4b6d0f366771df01c316da76461ed Author: Tim Harder gentoo org> AuthorDate: Wed Dec 27 06:56:00 2017 + Commit: Tim Harder gentoo org> CommitDate: Wed Dec 27 06:58:01 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9025bf70 media-sound/abcmidi: version bump to 2017.12.20 media-sound/abcmidi/Manifest | 1 + media-sound/abcmidi/abcmidi-2017.12.20.ebuild | 40 +++ 2 files changed, 41 insertions(+) diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest index 4480d36b476..5f5e5109a03 100644 --- a/media-sound/abcmidi/Manifest +++ b/media-sound/abcmidi/Manifest @@ -2,3 +2,4 @@ DIST abcMIDI-2017.11.08.zip 556065 BLAKE2B 80025c0a3eb0d6ffac28e02b708c33b195aba DIST abcMIDI-2017.11.10.zip 556044 BLAKE2B 67e2a8ce5ccfd922aee1a79582428aa7cb378319e0eaaf5f0e2e35602ac3e527fbdc02e7fae956ca0f74935760d71033146c7e812a69f57ec21de54db59a8e2a SHA512 6a80109849370994a74f71e358bf3225ca750736648e45d16fc5c039106c3f3da9444f509c87c3c55faabbc60db6e468a83d1fcffab788cfbd74b6255ea0cfc4 DIST abcMIDI-2017.11.19.zip 556185 BLAKE2B 01ec71e17357b3d6050d26c909e06556f5209f1aaddbb0f85031199070dbe93a7980b7b2e238dd7ad8a7a5f4f07683ccbeff1b44942e691286fb75fe1a075e34 SHA512 8e76a55bf699e69425ef51cc4c77f17b952798cd83e620d88781d209bb4f00a9c80b47ad0a40df2a64c2595d94174a2cba44f3e436d7cf066f9126f4fc548dec DIST abcMIDI-2017.11.27.zip 557045 BLAKE2B 8f341f7217c1a98732bdfe5e4383c6718476714a4f37f629852f46a40c5e50711194d281dafde16293d45bd0c70c9b7506f5d426db03249ba2358b0c76142941 SHA512 006313ef9fcae652996339a682d308a6e931da9692b4662e3272c8bee73a3803dd9aeb54189cb464c68593473339201b20af6b291524ea2f096567053131e7b6 +DIST abcMIDI-2017.12.20.zip 558729 BLAKE2B 8f4ea8e1f162318f4d0abacab2f4f793e9acc6bbe4c1dc549c80a5d30ece9a5938fe0c3477ce5760cf87dff87dd70110ddea3e96a4ec2a3221bbcda1032cedd4 SHA512 3aa198e285e29d716953ab87b9a68a492b13dfba9121664c5457bd4ac1d0f210b4d4780a7c543b65c8b318ec99b547e54f4a30ec600f5608699e1eb7e4d57998 diff --git a/media-sound/abcmidi/abcmidi-2017.12.20.ebuild b/media-sound/abcmidi/abcmidi-2017.12.20.ebuild new file mode 100644 index 000..adf33138050 --- /dev/null +++ b/media-sound/abcmidi/abcmidi-2017.12.20.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +MY_P="abcMIDI-${PV}" +DESCRIPTION="Programs for processing ABC music notation files" +HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html"; +SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +DEPEND="app-arch/unzip" + +S=${WORKDIR}/${PN} + +src_prepare() { + local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch ) + default + + rm configure makefile || die + sed -i "s:-O2::" configure.ac || die + + eautoreconf +} + +src_install() { + default + dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt} + + if use examples ; then + docinto examples + dodoc samples/*.abc + fi +}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/pqiv/
commit: 912172aaec74736506730d88ab2e69b107234ee2 Author: Tim Harder gentoo org> AuthorDate: Wed Dec 27 06:54:48 2017 + Commit: Tim Harder gentoo org> CommitDate: Wed Dec 27 06:58:01 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912172aa media-gfx/pqiv: version bump to 2.10.2 media-gfx/pqiv/Manifest | 1 + media-gfx/pqiv/pqiv-2.10.2.ebuild | 79 +++ 2 files changed, 80 insertions(+) diff --git a/media-gfx/pqiv/Manifest b/media-gfx/pqiv/Manifest index 4ff0aa2879f..fa8d1af73de 100644 --- a/media-gfx/pqiv/Manifest +++ b/media-gfx/pqiv/Manifest @@ -1,2 +1,3 @@ DIST pqiv-2.10.1.tar.gz 138129 BLAKE2B 46503e6012854562d1ff1bbf43d218dbdc6f9e7000c8625de73a708061a6c1678622b48270c73b3a16fff2fdac60bf5097376dfd0a6f5c7c2e36611aed8bd3cc SHA512 9850f6693e7fd2942d105736a7d6a274388875770e194ac6bd8a5a8291db8fec1ee3a0262f911f2b8e5d115aa11d520c44d80cc8218e2c87d6935dea4dfcb97e +DIST pqiv-2.10.2.tar.gz 138506 BLAKE2B 255104acec9d42eac52d8aaf05207fc8071ecbef14a04c5952e70347d0cd83b54b00725b9bb949184bcd9437982701814b6a09c4c2397336f26ce9f50896d2e6 SHA512 99cb3a187fa2cc0df7b7f768b2f801fbec78aa8d76aacd12085f3b8ccbfaf931a2379e7b05a92f83dacf511489518a75f9e5bf528e4152158d8bb75cffb0d6f7 DIST pqiv-2.9.tar.gz 133823 BLAKE2B a43c5323c47c10a94f83e8ed065e26212bf023f483cbc0e2160fe7789a55a043bb5912ed62306a15193edeb7ffca0450619799843101c41246ce867da3ffe6e3 SHA512 0a509d5d4b41682f86f4b813d63f3f7f8f3977ede0b8b1649a2adc188ed83923147b8bb741ba7f85b4c1dd7a9612fca3fec44169364042be4db44ef53d813ab7 diff --git a/media-gfx/pqiv/pqiv-2.10.2.ebuild b/media-gfx/pqiv/pqiv-2.10.2.ebuild new file mode 100644 index 000..68f38714121 --- /dev/null +++ b/media-gfx/pqiv/pqiv-2.10.2.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit linux-info toolchain-funcs xdg-utils + +if [[ ${PV} == ]]; then + EGIT_REPO_URI="https://github.com/phillipberndt/pqiv.git"; + inherit git-r3 +else + SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI" +HOMEPAGE="https://github.com/phillipberndt/pqiv http://www.pberndt.com/Programme/Linux/pqiv/"; + +LICENSE="GPL-2" +SLOT="0" +IUSE="archive ffmpeg imagemagick kernel_linux libav pdf postscript webp" + +RDEPEND=" + >=dev-libs/glib-2.32:2 + >=x11-libs/cairo-1.6 + x11-libs/gtk+:3 + archive? ( app-arch/libarchive:0= ) + ffmpeg? ( + !libav? ( media-video/ffmpeg:0= ) + libav? ( media-video/libav:0= ) + ) + imagemagick? ( media-gfx/imagemagick:0= ) + pdf? ( app-text/poppler:0= ) + postscript? ( app-text/libspectre:0= ) + webp? ( media-libs/libwebp:0= ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +doecho() { + echo "$@" + "$@" || die +} + +pkg_setup() { + if use kernel_linux; then + CONFIG_CHECK="~INOTIFY_USER" + linux-info_pkg_setup + fi +} + +src_configure() { + local backends="gdkpixbuf" + use archive && backends+=",archive,archive_cbx" + use ffmpeg || use libav && backends+=",libav" + use imagemagick && backends+=",wand" + use pdf && backends+=",poppler" + use postscript && backends+=",spectre" + use webp && backends+=",webp" + + doecho ./configure \ + --backends-build=shared \ + --backends=${backends} \ + --prefix="${EPREFIX}/usr" \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ + --destdir="${ED}" +} + +src_compile() { + tc-export CC + emake VERBOSE=1 CFLAGS="${CFLAGS}" +} + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +}
[gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/
commit: b6ca7b6d03b627ba823a63b739604d9689e04b7b Author: Tim Harder gentoo org> AuthorDate: Wed Dec 27 06:56:32 2017 + Commit: Tim Harder gentoo org> CommitDate: Wed Dec 27 06:58:02 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ca7b6d media-sound/abcmidi: remove old media-sound/abcmidi/Manifest | 3 -- media-sound/abcmidi/abcmidi-2017.11.08.ebuild | 40 --- media-sound/abcmidi/abcmidi-2017.11.10.ebuild | 40 --- media-sound/abcmidi/abcmidi-2017.11.19.ebuild | 40 --- 4 files changed, 123 deletions(-) diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest index 5f5e5109a03..d1624b04050 100644 --- a/media-sound/abcmidi/Manifest +++ b/media-sound/abcmidi/Manifest @@ -1,5 +1,2 @@ -DIST abcMIDI-2017.11.08.zip 556065 BLAKE2B 80025c0a3eb0d6ffac28e02b708c33b195abaf0e6774216471920b9bd907a932075f2e2264e81888bd801271d0316df8438adc246ab3e3fb8a4d0b02a3ce499e SHA512 c89a49c9a3b3f6d462acd09cc26b2720cbd9cc9525e38b1c9cce41052c01167a66f284854e3cc468737eefdaee321db294edca3a4b3b8c6d93d249330913d630 -DIST abcMIDI-2017.11.10.zip 556044 BLAKE2B 67e2a8ce5ccfd922aee1a79582428aa7cb378319e0eaaf5f0e2e35602ac3e527fbdc02e7fae956ca0f74935760d71033146c7e812a69f57ec21de54db59a8e2a SHA512 6a80109849370994a74f71e358bf3225ca750736648e45d16fc5c039106c3f3da9444f509c87c3c55faabbc60db6e468a83d1fcffab788cfbd74b6255ea0cfc4 -DIST abcMIDI-2017.11.19.zip 556185 BLAKE2B 01ec71e17357b3d6050d26c909e06556f5209f1aaddbb0f85031199070dbe93a7980b7b2e238dd7ad8a7a5f4f07683ccbeff1b44942e691286fb75fe1a075e34 SHA512 8e76a55bf699e69425ef51cc4c77f17b952798cd83e620d88781d209bb4f00a9c80b47ad0a40df2a64c2595d94174a2cba44f3e436d7cf066f9126f4fc548dec DIST abcMIDI-2017.11.27.zip 557045 BLAKE2B 8f341f7217c1a98732bdfe5e4383c6718476714a4f37f629852f46a40c5e50711194d281dafde16293d45bd0c70c9b7506f5d426db03249ba2358b0c76142941 SHA512 006313ef9fcae652996339a682d308a6e931da9692b4662e3272c8bee73a3803dd9aeb54189cb464c68593473339201b20af6b291524ea2f096567053131e7b6 DIST abcMIDI-2017.12.20.zip 558729 BLAKE2B 8f4ea8e1f162318f4d0abacab2f4f793e9acc6bbe4c1dc549c80a5d30ece9a5938fe0c3477ce5760cf87dff87dd70110ddea3e96a4ec2a3221bbcda1032cedd4 SHA512 3aa198e285e29d716953ab87b9a68a492b13dfba9121664c5457bd4ac1d0f210b4d4780a7c543b65c8b318ec99b547e54f4a30ec600f5608699e1eb7e4d57998 diff --git a/media-sound/abcmidi/abcmidi-2017.11.08.ebuild b/media-sound/abcmidi/abcmidi-2017.11.08.ebuild deleted file mode 100644 index adf33138050..000 --- a/media-sound/abcmidi/abcmidi-2017.11.08.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -MY_P="abcMIDI-${PV}" -DESCRIPTION="Programs for processing ABC music notation files" -HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html"; -SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -DEPEND="app-arch/unzip" - -S=${WORKDIR}/${PN} - -src_prepare() { - local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch ) - default - - rm configure makefile || die - sed -i "s:-O2::" configure.ac || die - - eautoreconf -} - -src_install() { - default - dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt} - - if use examples ; then - docinto examples - dodoc samples/*.abc - fi -} diff --git a/media-sound/abcmidi/abcmidi-2017.11.10.ebuild b/media-sound/abcmidi/abcmidi-2017.11.10.ebuild deleted file mode 100644 index adf33138050..000 --- a/media-sound/abcmidi/abcmidi-2017.11.10.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -MY_P="abcMIDI-${PV}" -DESCRIPTION="Programs for processing ABC music notation files" -HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html"; -SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -DEPEND="app-arch/unzip" - -S=${WORKDIR}/${PN} - -src_prepare() { - local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch ) - default - - rm configure makefile || die - sed -i "s:-O2::" configure.ac || die - - eautoreconf -} - -src_install() { - default - dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt} - - if use examples ; then - docinto examples - dodoc samples/*.abc - fi -} diff --git a/media-sound/abcmidi/abcmidi-2017.11.19.ebuild b/media-sound/abcmidi/abcmidi-2017.11.19.ebuild deleted file mode 100644 index adf33138050..000 --- a/media-sound/abcmidi/abcmidi-2017.11.19.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright
[gentoo-commits] repo/gentoo:master commit in: x11-libs/c++-gtk-utils/
commit: 5f7b2ddb534abe34762948d7b15789fc0f3722ac Author: Jeroen Roovers gentoo org> AuthorDate: Wed Dec 27 06:39:51 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Wed Dec 27 06:45:55 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7b2ddb x11-libs/c++-gtk-utils: Old. Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-libs/c++-gtk-utils/Manifest| 6 x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.29.ebuild | 41 -- x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.30.ebuild | 41 -- x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.31.ebuild | 41 -- x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.12.ebuild | 41 -- x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.13.ebuild | 41 -- x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.14.ebuild | 41 -- 7 files changed, 252 deletions(-) diff --git a/x11-libs/c++-gtk-utils/Manifest b/x11-libs/c++-gtk-utils/Manifest index 116d5248f65..c53554f9c49 100644 --- a/x11-libs/c++-gtk-utils/Manifest +++ b/x11-libs/c++-gtk-utils/Manifest @@ -1,10 +1,4 @@ DIST c++-gtk-utils-2.0.27.tar.gz 2608722 BLAKE2B 06f5663435a75d7a5560b982574f06c124842f2cb77fa1e4e171428944916da7b4f493294e0373243a062794739336719f548c4cd3b3e6789fffa3eebf0115ba SHA512 8d6c12797d54d9b379302bfd572ded8b9e6e64ea5911ba4b13a0dd6d588711ec6d10bc3a83af8cab23165feeaae8873de5c3945cec94954590806f60490038bc -DIST c++-gtk-utils-2.0.29.tar.gz 2704000 BLAKE2B 68a20ad9334aee1fcfd795071185de60d133519a2dbf5c06a01b1d96031c9e69734e316b3bceeabacdaeda1f71341df80b5b244ba6698954c038a563b25e1fce SHA512 52a74609eee41c53b91de119533c67627f68900509763717c7c8738bcdab0747a0f0f62b4b25110a311ad0951bdb5670bf13898787a576438663face967d -DIST c++-gtk-utils-2.0.30.tar.gz 2707580 BLAKE2B 6dab84bf67b4a23c50e0c652c0324f96f3438669d74f6d32a908cf7578ccba2276fa6fa80322dc4dc113ec96ac0467cf50c184fc695fdb49cb19e71eeb3a0297 SHA512 220048b2ad1121c0cface6fd8bceaa86f1c228a1156ef5a4b1d13af421583fd6dfefe6309259f4f23125578b80fe945625b089dad272041d9681ac032d18b6a7 DIST c++-gtk-utils-2.0.31.1.tar.gz 2749035 BLAKE2B b01c7cdc48f3d5d5a54bfcc56fff88fa21cadd099dd764fe0cc15dc167b966bd3448824327dcab34bcbb8e01574b2555a5e14cfc96d79168bfb5f15e5c3aabaf SHA512 592397fcfcb8b2b8f479fac432c5d8974706487a121e5a8cee877472bd764d702035380f52a6f520325d7393afa4971fe6beab56818ab3d23c1ffa42a3f752fc -DIST c++-gtk-utils-2.0.31.tar.gz 2756583 BLAKE2B 086e9a183c9a7673f6e37af56bc712d188f4e9f33ccff2503a161add9d2c98f3cb7fd7a36026eaf27e1e19ba5e18fdf950d411eee101b5c3278d36d78d71783a SHA512 688e738c2433838ea8eaa6f51f34d201f93b186b3689ac7ff93b1467fa178a17fd31884a7fe2f1358cbfc0cc7001c0c95ce8aaadaaf9b84f11e476b94f777311 DIST c++-gtk-utils-2.2.10.tar.gz 2643918 BLAKE2B 3953b8acb7e8fcb47cfc55ade75baa6dd344e2e6e25187e67346137ef4cc241817c893597d75ae58462aaf0a0b58db5f018fd053e1da0b38716ae41c8ed40af3 SHA512 a0ea673988c95404846da6af6ff7ea51978653df3781be6a8323db5fe96826e94b0de9bbda5d3b821bbba2286dda6e66f4c099de4cd8da7bdefa4caa684d7a31 -DIST c++-gtk-utils-2.2.12.tar.gz 2738884 BLAKE2B 3868ebe1cb9632b3189667d052826be792bd61cd11203b569ad8536c46b616698a7e9b08a154f8f024995967165b155d8e849868201e754918969e8c5ac01ddc SHA512 c2edca67104b304a0cdbceb9903f6060594e80024a7e156db9abc0a8a9360361467bf356860197a0d1eb9549e2452c5e5075d0a1a34cedc3e29760783b82f270 -DIST c++-gtk-utils-2.2.13.tar.gz 2742099 BLAKE2B 8bef9d026ba87604cf97533049182eb8b5d1908d3de00903f4385850e8e8113b02fec2d98068b1b26fc4034371647b77bc65a6fdc012d813536ed9f839265e6c SHA512 42b4f92722e3e03546311702ed233e248d39fcb38b51c687e34ce48e57abe31078c31a99d199aeb3c8de68ae0cf280b606a2585c43898d4a003f962bbe132c2f DIST c++-gtk-utils-2.2.14.1.tar.gz 2790401 BLAKE2B 14b1a90d054ffcd1fc31db61a0ec4a2aa140f1560ff5332cbf97cf179da0bce087d8602ff820fe10fe448fa14691eb8200d25e467ce0dec2114a0ca426e2a0d7 SHA512 f6ce101bdc4b10f7afe05af5d90924e5ca7999e2c3db22885666e6528ae87b35cb75a40b92af9df823e12c3fd0dbf45cb8385e3637326829b9d0bcab0f691831 -DIST c++-gtk-utils-2.2.14.tar.gz 2797320 BLAKE2B c65ceef056a998c6c1fa1ef30560100ef4008474ec36697c6d16c70007e71ee9280815496df58d3e6c35d40c8c260519c6d92e9bc9a73aa8857cca97251e20f1 SHA512 c32de0023f6e1bf0c32cc9b2ee4a38394f938e8ae631ed702f3a5b941cda024594dc147924239e24d94462393cc49e408a1cbafc06f9a31006b639165600941e diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.29.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.29.ebuild deleted file mode 100644 index dbd301d79cb..000 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.29.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="A number of classes and functions for programming GTK+ programs using C++" -HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"; -SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86
[gentoo-commits] repo/gentoo:master commit in: x11-libs/c++-gtk-utils/
commit: 6ff23ade4ed9c942f291cba09dec4b9256faa8bf Author: Jeroen Roovers gentoo org> AuthorDate: Wed Dec 27 06:45:22 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Wed Dec 27 06:45:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff23ade x11-libs/c++-gtk-utils: Version bump. Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-libs/c++-gtk-utils/Manifest| 2 ++ x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.32.ebuild | 41 ++ x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.15.ebuild | 41 ++ 3 files changed, 84 insertions(+) diff --git a/x11-libs/c++-gtk-utils/Manifest b/x11-libs/c++-gtk-utils/Manifest index c53554f9c49..894b8ea450d 100644 --- a/x11-libs/c++-gtk-utils/Manifest +++ b/x11-libs/c++-gtk-utils/Manifest @@ -1,4 +1,6 @@ DIST c++-gtk-utils-2.0.27.tar.gz 2608722 BLAKE2B 06f5663435a75d7a5560b982574f06c124842f2cb77fa1e4e171428944916da7b4f493294e0373243a062794739336719f548c4cd3b3e6789fffa3eebf0115ba SHA512 8d6c12797d54d9b379302bfd572ded8b9e6e64ea5911ba4b13a0dd6d588711ec6d10bc3a83af8cab23165feeaae8873de5c3945cec94954590806f60490038bc DIST c++-gtk-utils-2.0.31.1.tar.gz 2749035 BLAKE2B b01c7cdc48f3d5d5a54bfcc56fff88fa21cadd099dd764fe0cc15dc167b966bd3448824327dcab34bcbb8e01574b2555a5e14cfc96d79168bfb5f15e5c3aabaf SHA512 592397fcfcb8b2b8f479fac432c5d8974706487a121e5a8cee877472bd764d702035380f52a6f520325d7393afa4971fe6beab56818ab3d23c1ffa42a3f752fc +DIST c++-gtk-utils-2.0.32.tar.gz 2753596 BLAKE2B 8b3a9a5229084df5c929b5ec88f300f57fb985961d56ec41e76f237247d8853e3cbb621590fcd5adb41dc57a3da0c48628310f89cec2160ee23ff19ca615 SHA512 583b6199c3c8cfd3d13157e871e4562000ac8df63bb10dd7cc44faf380cf10ee8e5f04a2d9bd0ed2ffb70b8c11cab70006bc525024790657e52e6d082ec34b38 DIST c++-gtk-utils-2.2.10.tar.gz 2643918 BLAKE2B 3953b8acb7e8fcb47cfc55ade75baa6dd344e2e6e25187e67346137ef4cc241817c893597d75ae58462aaf0a0b58db5f018fd053e1da0b38716ae41c8ed40af3 SHA512 a0ea673988c95404846da6af6ff7ea51978653df3781be6a8323db5fe96826e94b0de9bbda5d3b821bbba2286dda6e66f4c099de4cd8da7bdefa4caa684d7a31 DIST c++-gtk-utils-2.2.14.1.tar.gz 2790401 BLAKE2B 14b1a90d054ffcd1fc31db61a0ec4a2aa140f1560ff5332cbf97cf179da0bce087d8602ff820fe10fe448fa14691eb8200d25e467ce0dec2114a0ca426e2a0d7 SHA512 f6ce101bdc4b10f7afe05af5d90924e5ca7999e2c3db22885666e6528ae87b35cb75a40b92af9df823e12c3fd0dbf45cb8385e3637326829b9d0bcab0f691831 +DIST c++-gtk-utils-2.2.15.tar.gz 2943272 BLAKE2B 3eae2d8d0d724e005b0843fb8124d946fc89c48ef8b4f30a5aced222106693826c0bb23ea45005eb545b09f3a45aa191f04ad2932ec56a0050d6764cc0944329 SHA512 0181fb0400173fb99f89d72b52bc2ef458d25688d5f3be064f7baafbee6586fde386b3400d90e2178bdd3228c9dc184f87a0db0a50a020db5785b50f34785acc diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.32.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.32.ebuild new file mode 100644 index 000..54010a2c72e --- /dev/null +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.32.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils + +DESCRIPTION="A number of classes and functions for programming GTK+ programs using C++" +HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"; +SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="+gtk nls static-libs" +SLOT="3" + +RDEPEND=" + >=dev-libs/glib-2.26 + gtk? ( x11-libs/gtk+:3 ) +" +DEPEND=" + ${RDEPEND} + nls? ( sys-devel/gettext ) + virtual/pkgconfig +" + +DOCS=( ChangeLog ) + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_with gtk) \ + $(use_enable static-libs static) \ + --docdir=/usr/share/doc/${PF} \ + --htmldir=/usr/share/doc/${PF}/html \ + --without-guile +} + +src_install() { + default + prune_libtool_files +} diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.15.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.15.ebuild new file mode 100644 index 000..e2e2c0185b1 --- /dev/null +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.15.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils + +DESCRIPTION="A number of classes and functions for programming GTK+ programs using C++" +HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"; +SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="+gtk nls static-libs" +SLOT="0" + +RDEPEND=" + >=dev-libs/glib-2.26 + gtk? ( x11-libs/gtk+:3 ) +" +DEPEND=" + ${RDEPEND} + nls? ( sys-devel/gettext ) + virtual/pkgconfig +" + +DOCS=( ChangeLog ) + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_with gtk) \ +
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/autoprefixer-rails/
commit: 9bd1b13edab2dc39c06f66cb3071f1e8d96f24a3 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:18:48 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 06:18:48 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd1b13e dev-ruby/autoprefixer-rails: add 7.2.3 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/autoprefixer-rails/Manifest | 1 + .../autoprefixer-rails-7.2.3.ebuild| 36 ++ 2 files changed, 37 insertions(+) diff --git a/dev-ruby/autoprefixer-rails/Manifest b/dev-ruby/autoprefixer-rails/Manifest index a36b882670f..273d509cf19 100644 --- a/dev-ruby/autoprefixer-rails/Manifest +++ b/dev-ruby/autoprefixer-rails/Manifest @@ -3,3 +3,4 @@ DIST autoprefixer-rails-7.1.2.6.gem 199168 BLAKE2B 4922a2110262029ca3375de4bb93b DIST autoprefixer-rails-7.1.4.gem 188416 BLAKE2B bbf495989890c5f5bfdb2998372d5f32dcb114350f1debff2cdafaa6b3f25a29816a2fad8fa0ddf98eca4c7403be7e2041389b68e9e602c1da5574555eeccc19 SHA512 08068f4b6d1ea41a1a64aaf2b3dc895389b0b9ebebd60e2db4f961e4d02b2dcc75cc98eb5e349672ac840e53d504d78dec00b30c3f24699d86c059efd304622e DIST autoprefixer-rails-7.1.6.gem 190976 BLAKE2B 071db0c97fbfa5ab7f62dc4a58064056297b37ceacfe51183b8f8cb8385f10a5a3fedf1599bbd47518dd29c89a8fb8d6e12ae2ccd711f5e255964baf1cdaf5bb SHA512 832626700f6a61d44b0fb3721d29121cda858f80aa8a13d134af874cc3e71eb27360f8d9e6de618fe9400d966d2e0afbd2e8a82772f96f34d6f78171574be536 DIST autoprefixer-rails-7.2.1.gem 195072 BLAKE2B c96da1d177ef1fa70842dd69fb01776f70d8f10532e2839628e20aedfddcb35fe2103a6d0f35ed2b416244f2250129dd830bc189f004b9b0508573d7dc0d5713 SHA512 2a080644309b1784b34e8a8493beab1c6fc610ad1a67c690845b87ebf8a4cc6689c5b8193e6cae2a2787899cb4ec1c6dc70385920fa8c137618becfc3c6875b6 +DIST autoprefixer-rails-7.2.3.gem 195072 BLAKE2B fa7f215239c2e326019f6fa65d8a6c7fa02c0ba46a24935dde80130035e2b22016b300ef1be0c8b116d1a5f2b8c56fd02d9183ab49e80ca5218b18638d1c5f7b SHA512 adb1fb174a49ac3e26ac6be18339e69d65a6afe132cf4c73f33c3c13a675cd473844f8e8f3e15dc5948530886e6da5cac5aaab6566bed6916ea376d8e812a940 diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.2.3.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.2.3.ebuild new file mode 100644 index 000..7f614030fe5 --- /dev/null +++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.2.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_EXTRAINSTALL="vendor" + +inherit ruby-fakegem + +DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use website" +HOMEPAGE="https://github.com/ai/autoprefixer-rails"; +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="7" +IUSE="" + +ruby_add_rdepend "dev-ruby/execjs:*" + +ruby_add_bdepend "test? ( + dev-ruby/rails + dev-ruby/rake + dev-ruby/rspec-rails +)" + +all_ruby_prepare() { + sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die + sed -i -e "/Bundler/,+3d" spec/app/config/application.rb || die + rm spec/rails_spec.rb spec/compass_spec.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/execjs/
commit: 6f5ad49041010dbd74d87a84c86eae8256320ab9 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:18:38 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 06:18:38 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5ad490 dev-ruby/execjs: add ruby25 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/execjs/execjs-2.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/execjs/execjs-2.7.0.ebuild b/dev-ruby/execjs/execjs-2.7.0.ebuild index 738e318a26d..a0a54c734eb 100644 --- a/dev-ruby/execjs/execjs-2.7.0.ebuild +++ b/dev-ruby/execjs/execjs-2.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_TASK_DOC=""
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-glib2/
commit: 6a15d362464681224b9b7104a867eacd0784dc49 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:28:16 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 06:28:16 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a15d362 dev-ruby/ruby-glib2: add ruby25 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/ruby-glib2/ruby-glib2-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-glib2/ruby-glib2-3.1.1.ebuild b/dev-ruby/ruby-glib2/ruby-glib2-3.1.1.ebuild index 37494e985ce..4a984903557 100644 --- a/dev-ruby/ruby-glib2/ruby-glib2-3.1.1.ebuild +++ b/dev-ruby/ruby-glib2/ruby-glib2-3.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" inherit ruby-ng-gnome2
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rcairo/
commit: c2aad3f29c0a9e8f7e7cd80d1f0c26416f5b3509 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:28:52 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 06:28:52 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2aad3f2 dev-ruby/rcairo: add 1.15.11 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/rcairo/Manifest | 1 + dev-ruby/rcairo/rcairo-1.15.11.ebuild | 81 +++ 2 files changed, 82 insertions(+) diff --git a/dev-ruby/rcairo/Manifest b/dev-ruby/rcairo/Manifest index 74ad72fcc4a..431f58a0077 100644 --- a/dev-ruby/rcairo/Manifest +++ b/dev-ruby/rcairo/Manifest @@ -1 +1,2 @@ DIST cairo-1.15.10.gem 102912 BLAKE2B 55459487e9148f5b8fbdb00901cf0af9f2fd878ec0a73563e868f98aa76c517520d63702c19f10773c51545f638b7c9ccf69c1190aa324045cb82f5f93fed701 SHA512 af3cec5bf03022a5049922aaa0366b7330ec0e2003734ee855d1d9632d2027be6e08efd8b67c02bf3d006d11d8a7e28ac3d23ce9591940dc92442c7552858907 +DIST cairo-1.15.11.gem 103424 BLAKE2B da4598d64d57ebe9245d892c25cfed0198d4a2c6adc440e7547314bb01adfde20118f17c6a07b0342a78c5e86b18e5c4b51782f99a61b34deeab0bdff12649ce SHA512 3c21468511eac323b27a86e1c5188b5444d3bf2de244f4dc35d0ae297cb3f1756ec8333555bb7c4178e9f4ebcfd1600e6fd77fa7fe76055bf633bb2f8c69271c diff --git a/dev-ruby/rcairo/rcairo-1.15.11.ebuild b/dev-ruby/rcairo/rcairo-1.15.11.ebuild new file mode 100644 index 000..cbe486328ee --- /dev/null +++ b/dev-ruby/rcairo/rcairo-1.15.11.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_NAME="cairo" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_EXTRADOC="AUTHORS NEWS" + +inherit multilib ruby-fakegem + +DESCRIPTION="Ruby bindings for cairo" +HOMEPAGE="https://cairographics.org/rcairo/"; + +IUSE="" + +SLOT="0" +LICENSE="|| ( Ruby GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="${RDEPEND} + >=x11-libs/cairo-1.2.0[svg]" +DEPEND="${DEPEND} + >=x11-libs/cairo-1.2.0[svg]" + +ruby_add_bdepend " + >=dev-ruby/pkg-config-1.2.2 + dev-ruby/ruby-glib2 + test? ( >=dev-ruby/test-unit-2.1.0-r1:2 )" + +all_ruby_prepare() { + # Avoid development dependency. + sed -i -e '/notify/ s:^:#:' test/cairo-test-utils.rb || die + + # Avoid unneeded dependency + sed -i -e '/native-package-installer/ s:^:#:' ext/cairo/extconf.rb || die + sed -i -e '/native-package-installer/,/Gem::Dependency/ d' ../metadata || die + + # Avoid test that requires unpackaged fixture + sed -i -e '/sub_test_case..FreeTypeFontFace/,/^ end/ s:^:#:' test/test_font_face.rb || die +} + +each_ruby_configure() { + ${RUBY} -Cext/cairo extconf.rb || die "extconf failed" +} + +each_ruby_compile() { + emake V=1 -Cext/cairo + + # again, try to make it more standard, to install it more easily. + cp ext/cairo/cairo$(get_modname) lib/ || die +} + +each_ruby_test() { + # don't rely on the Rakefile because it's a mess to load with + # their hierarchy, do it manually. + ${RUBY} -Ilib -r ./test/cairo-test-utils.rb \ + -e 'gem "test-unit"; require "test/unit"; Dir.glob("test/**/test_*.rb") {|f| load f}' || die "tests failed" +} + +each_ruby_install() { + each_fakegem_install + + insinto $(ruby_get_hdrdir) + doins ext/cairo/rb_cairo.h +} + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF}/samples + doins -r samples/* +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rcairo/
commit: bc3dacd299065a5c6247e7c106027c0cffc8fb58 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:23:15 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 06:23:15 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3dacd2 dev-ruby/rcairo: cleanup Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/rcairo/Manifest| 1 - dev-ruby/rcairo/rcairo-1.15.9-r1.ebuild | 81 - 2 files changed, 82 deletions(-) diff --git a/dev-ruby/rcairo/Manifest b/dev-ruby/rcairo/Manifest index 06c41974c1b..74ad72fcc4a 100644 --- a/dev-ruby/rcairo/Manifest +++ b/dev-ruby/rcairo/Manifest @@ -1,2 +1 @@ DIST cairo-1.15.10.gem 102912 BLAKE2B 55459487e9148f5b8fbdb00901cf0af9f2fd878ec0a73563e868f98aa76c517520d63702c19f10773c51545f638b7c9ccf69c1190aa324045cb82f5f93fed701 SHA512 af3cec5bf03022a5049922aaa0366b7330ec0e2003734ee855d1d9632d2027be6e08efd8b67c02bf3d006d11d8a7e28ac3d23ce9591940dc92442c7552858907 -DIST cairo-1.15.9.gem 102400 BLAKE2B 9b2c2f04b09ab858667edb74d5ac59c8b957edd49e989403f965cda1b06f4534bae6408cc119bd54c6842372524850a8a417583b95d6b70e6f4bca2c288f9fd8 SHA512 f934a0ad283145bb4710374ccb1b149c6f6bcdc69978cbcd45de8a9da319a4611249262b6ca4f8bd5ef3955739c54b24bb278e36c421cd0af91ed14a43eb7e98 diff --git a/dev-ruby/rcairo/rcairo-1.15.9-r1.ebuild b/dev-ruby/rcairo/rcairo-1.15.9-r1.ebuild deleted file mode 100644 index a2ad6e57300..000 --- a/dev-ruby/rcairo/rcairo-1.15.9-r1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_NAME="cairo" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="AUTHORS NEWS" - -inherit multilib ruby-fakegem - -DESCRIPTION="Ruby bindings for cairo" -HOMEPAGE="https://cairographics.org/rcairo/"; - -IUSE="" - -SLOT="0" -LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="amd64 ~ppc ~x86" - -RDEPEND="${RDEPEND} - >=x11-libs/cairo-1.2.0[svg]" -DEPEND="${DEPEND} - >=x11-libs/cairo-1.2.0[svg]" - -ruby_add_bdepend " - >=dev-ruby/pkg-config-1.1.5 - dev-ruby/ruby-glib2 - test? ( >=dev-ruby/test-unit-2.1.0-r1:2 )" - -all_ruby_prepare() { - # Avoid development dependency. - sed -i -e '/notify/ s:^:#:' test/cairo-test-utils.rb || die - - # Avoid unneeded dependency - sed -i -e '/native-package-installer/ s:^:#:' ext/cairo/extconf.rb || die - sed -i -e '/native-package-installer/,/Gem::Dependency/ d' ../metadata || die - - # Avoid test that requires unpackaged fixture - sed -i -e '/sub_test_case..FreeTypeFontFace/,/^ end/ s:^:#:' test/test_font_face.rb || die -} - -each_ruby_configure() { - ${RUBY} -Cext/cairo extconf.rb || die "extconf failed" -} - -each_ruby_compile() { - emake V=1 -Cext/cairo - - # again, try to make it more standard, to install it more easily. - cp ext/cairo/cairo$(get_modname) lib/ || die -} - -each_ruby_test() { - # don't rely on the Rakefile because it's a mess to load with - # their hierarchy, do it manually. - ${RUBY} -Ilib -r ./test/cairo-test-utils.rb \ - -e 'gem "test-unit"; require "test/unit"; Dir.glob("test/**/test_*.rb") {|f| load f}' || die "tests failed" -} - -each_ruby_install() { - each_fakegem_install - - insinto $(ruby_get_hdrdir) - doins ext/cairo/rb_cairo.h -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/samples - doins -r samples/* -}
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: 588955cea869ec4d640545776b7e9302503ae277 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 06:05:30 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 06:08:36 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588955ce ruby-utils.eclass: add ruby25 to preference list eclass/ruby-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index e4a072a0972..4be437672d0 100644 --- a/eclass/ruby-utils.eclass +++ b/eclass/ruby-utils.eclass @@ -31,7 +31,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then RUBY_TARGETS_PREFERENCE="ruby22 " # All other active ruby targets -RUBY_TARGETS_PREFERENCE+="ruby23 ruby24" +RUBY_TARGETS_PREFERENCE+="ruby23 ruby24 ruby25" _ruby_implementation_depend() {
[gentoo-commits] proj/releng:master commit in: tools/
commit: 93bc214182bfd5ca49494c83e068f53a5b22f276 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Wed Dec 27 02:54:39 2017 + Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Wed Dec 27 02:54:39 2017 + URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=93bc2141 Sync amd64 and x86 base and experimental scripts. Add a few missing popd calls to base scripts. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo.org> tools/catalyst-auto-amd64-experimental.conf | 85 - tools/catalyst-auto-amd64.conf | 1 + tools/catalyst-auto-x86-experimental.conf | 43 +++ tools/catalyst-auto-x86.conf| 1 + 4 files changed, 92 insertions(+), 38 deletions(-) diff --git a/tools/catalyst-auto-amd64-experimental.conf b/tools/catalyst-auto-amd64-experimental.conf index a3b9f023..535f4fb5 100644 --- a/tools/catalyst-auto-amd64-experimental.conf +++ b/tools/catalyst-auto-amd64-experimental.conf @@ -10,23 +10,27 @@ source /etc/catalyst/release/build.env SPECS_DIR=${REPO_DIR}/releases/weekly/specs/${ARCH} SETS=" - multilib - nomultilib + multilib minimal_multilib + nomultilib minimal_nomultilib x32 - hardened_multilib - hardened_nomultilib + hardened_multilib minimal_hardened_multilib + hardened_nomultilib minimal_hardened_nomultilib hardened_multilib_selinux hardened_nomultilib_selinux " SET_multilib_SPECS="stage1.spec stage2.spec stage3.spec" SET_multilib_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" +SET_minimal_multilib_OPTIONAL_SPECS="stage4-minimal.spec" SET_nomultilib_SPECS="stage1-nomultilib.spec stage2-nomultilib.spec stage3-nomultilib.spec" +SET_minimal_nomultilib_OPTIONAL_SPECS="stage4-nomultilib-minimal.spec" SET_x32_SPECS="stage1-x32.spec stage2-x32.spec stage3-x32.spec" SET_hardened_multilib_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec" SET_hardened_multilib_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec" +SET_minimal_hardened_multilib_OPTIONAL_SPECS="hardened/stage4-minimal.spec" SET_hardened_nomultilib_SPECS="hardened/stage1-nomultilib.spec hardened/stage2-nomultilib.spec hardened/stage3-nomultilib.spec" +SET_minimal_hardened_nomultilib_OPTIONAL_SPECS="hardened/stage4-nomultilib-minimal.spec" SET_hardened_multilib_selinux_SPECS="hardened/stage1-selinux.spec hardened/stage2-selinux.spec hardened/stage3-selinux.spec" SET_hardened_multilib_selinux_OPTIONAL_SPECS="hardened/admincd-stage1-selinux.spec hardened/admincd-stage2-selinux.spec" @@ -38,7 +42,7 @@ EXTENSIONS="[.tar.xz,.tar.bz2,.tar.gz,.tar,.sfs]" give_latest_from_dates() { sed 's,-20,~20,g' | \ - sort -k +1 -n -t '~' |\ + sort -k +1 -n -t '~' | \ awk -F\~ \ 'BEGIN{i=$1; o=$0}; { if($1 != i && i != "") { print o; }; i=$1; o=$0; } @@ -46,51 +50,80 @@ give_latest_from_dates() { tr '~' '-' } -pre_build() { - pushd ${REPO_DIR} >/dev/null - git pull - popd >/dev/null - +update_symlinks() { # Symlink the latest stages3 to build from for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do pushd $d >/dev/null for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do - of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff - of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for 20YYMMDD stuff - ln -sf $f $of + # 20yymmddThhmmssZ + # 20yymmddhhmmss + # 20yymmdd + # 20yy.n + of=$(perl -p \ + -e 's/20\d{6}T\d{6}Z/latest/g;' \ + -e 's/20\d{6}\d{6}/latest/g;' \ + -e 's/20\d{6}/latest/g;' \ + -e 's/20\d{2}\.\d{2}/latest/g;' \ + <<<"$f") + ln -svf "$f" "$of" done popd >/dev/null done } +pre_build() { + pushd ${REPO_DIR} >/dev/null + git pull + popd >/dev/null + update_symlinks +} + post_build() { + cmd=( + rsync + -e 'ssh -i /root/.ssh/id_rsa' + -a + --omit-dir-times + --delay-updates + ) + case $HOSTNAME in + nightheron) + DEST_DEFAULT=${BUILD_DESTDIR_BASE} + DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened + ;; + *) + DEST_DEFAULT=${ARCH}@nightheron.gentoo.org:${BUILD_DESTDIR_BASE} + DEST_HARDENED=${ARCH}@nightheron.gentoo.org:${BUILD_DESTDIR_BASE}/hardened +
[gentoo-commits] proj/musl:master commit in: dev-lang/ruby/
commit: db7435be83e7decf6c2f4abfc65f492155b6b368 Author: Aric Belsito gmail com> AuthorDate: Wed Dec 27 00:59:13 2017 + Commit: Aric Belsito gmail com> CommitDate: Wed Dec 27 00:59:48 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=db7435be dev-lang/ruby: add 2.5.0-r1 dev-lang/ruby/Manifest | 2 + dev-lang/ruby/ruby-2.5.0-r1.ebuild | 243 + 2 files changed, 245 insertions(+) diff --git a/dev-lang/ruby/Manifest b/dev-lang/ruby/Manifest index 72091c2..83553db 100644 --- a/dev-lang/ruby/Manifest +++ b/dev-lang/ruby/Manifest @@ -1,2 +1,4 @@ DIST ruby-2.4.3.tar.xz 10040072 BLAKE2B 87ad9700312a104a60b079f4ef95804d2a9e01109e9fef6e83e593464f1d2c5077af54cbbaff6e0d25a925d05f513cade6c76f05960d9bcc1817bdee51ad4a0f SHA512 8bcf60c994a96787da5d743c66f5609a5a6d834d6d61243cdea7fd059197c3b10da43c99e5649be85e2f2329eedcbb1dd76e89ce3ac586be9056348f7449ed09 +DIST ruby-2.5.0.tar.xz 11292472 BLAKE2B 852ce003a79d9d77e72928353382962440e99ed1d03558c89a928e8f4a582b27357ef63e3ef45f3b30009f7a95f356100941bd84151571ade3a88b2d0595f8ad SHA512 55714a33d7661fe8b432f73c34fd67b49699f8b79df1cbd680a74899124d3ab0f444677672aac1ba725820182940d485efb2db0bf2bc96737c5d40c54578 DIST ruby-patches-2.4.3.tar.bz2 2898 BLAKE2B e46502dbb0aa25c3d71693a6c04b433bd4de60f194cdd283517c4b08da190356885d9bca4a6765402088185fa8ec681156e8e8eecf0703a2c1ea7bb81adc0bf9 SHA512 d767d43c7df737469247e42e1c4205b8c6850c8f335a2869c884f145c037e9bab10492cc7cd2903f5c33e232cdc5bbdabb3e8da837c7bf420b9d58d1d33149ed +DIST ruby-patches-2.5.0-r1.tar.bz2 1888 BLAKE2B 38358c4d10a5c825ad1d50aa9e538fbfb0875deffaecf2064be3c52d593539f37b83bf726437922b1f13bd3d5c63e30ae071cd75c891e7083d3a363c4b49c905 SHA512 39068008cd7050a6787cfe35ef0a21ebeb5128226153b80f8d34e89bc77d6159f32e6980dfd8f3e38fc748cf3d648d102b3dcfcb79a484a517a5008bfd8161b9 diff --git a/dev-lang/ruby/ruby-2.5.0-r1.ebuild b/dev-lang/ruby/ruby-2.5.0-r1.ebuild new file mode 100644 index 000..b2b9486 --- /dev/null +++ b/dev-lang/ruby/ruby-2.5.0-r1.ebuild @@ -0,0 +1,243 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +#PATCHSET=1 + +inherit autotools eutils flag-o-matic multilib versionator + +MY_P="${PN}-$(get_version_component_range 1-3)" +S=${WORKDIR}/${MY_P} + +SLOT=$(get_version_component_range 1-2) +MY_SUFFIX=$(delete_version_separator 1 ${SLOT}) +RUBYVERSION=${SLOT}.0 + +if [[ -n ${PATCHSET} ]]; then + if [[ ${PVR} == ${PV} ]]; then + PATCHSET="${PV}-r0.${PATCHSET}" + else + PATCHSET="${PVR}.${PATCHSET}" + fi +else + PATCHSET="${PVR}" +fi + +DESCRIPTION="An object-oriented scripting language" +HOMEPAGE="http://www.ruby-lang.org/"; +SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz + https://dev.gentoo.org/~graaff/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"; + +LICENSE="|| ( Ruby-BSD BSD-2 )" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl static-libs tk xemacs" + +RDEPEND=" + berkdb? ( sys-libs/db:= ) + gdbm? ( sys-libs/gdbm ) + jemalloc? ( dev-libs/jemalloc ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl ) + ) + socks5? ( >=net-proxy/dante-1.1.13 ) + tk? ( + dev-lang/tcl:0=[threads] + dev-lang/tk:0=[threads] + ) + dev-libs/libyaml + virtual/libffi + sys-libs/zlib + >=app-eselect/eselect-ruby-20171225 +" + +DEPEND="${RDEPEND}" + +BUNDLED_GEMS=" + >=dev-ruby/did_you_mean-1.2.0:2.5[ruby_targets_ruby25] + >=dev-ruby/minitest-5.10.3[ruby_targets_ruby25] + >=dev-ruby/net-telnet-0.1.1[ruby_targets_ruby25] + >=dev-ruby/power_assert-1.1.1[ruby_targets_ruby25] + >=dev-ruby/rake-12.3.0[ruby_targets_ruby25] + >=dev-ruby/test-unit-3.2.7[ruby_targets_ruby25] + >=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] +" + +PDEPEND=" + ${BUNDLED_GEMS} + virtual/rubygems[ruby_targets_ruby25] + >=dev-ruby/json-2.0.2[ruby_targets_ruby25] + rdoc? ( >=dev-ruby/rdoc-5.1.0[ruby_targets_ruby25] ) + xemacs? ( app-xemacs/ruby-modes )" + +src_prepare() { + EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \ + epatch "${WORKDIR}/patches" + + einfo "Unbundling gems..." + cd "$S" + # Remove bundled gems that we will install via PDEPEND, bug + # 539700. Use explicit version numbers to ensure rm fails when they + # change so we can update dependencies accordingly. + rm -f gems/{did_you_mean-1.2.0,minitest-5.10.3,net-telnet-0.1.1,power_assert-1.1.1,rake-12.3.0,test-unit-3.2.7,xmlrpc-0.3.0}.gem || die + + einfo "Removing bundled libraries..." + rm -fr ext/fiddle/libffi-3.2.1 || di
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: f7b2cdc1447b272c37ea11c441257f5df9419bfc Author: Alice Ferrazzi gentoo org> AuthorDate: Wed Dec 27 00:46:04 2017 + Commit: Alice Ferrazzi gentoo org> CommitDate: Wed Dec 27 00:46:04 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b2cdc1 package.mask: Mask gentoo-sources-4.14.9 due to issue profiles/package.mask | 6 ++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 1ce346f5cf9..2e596138c8a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,12 @@ #--- END OF EXAMPLES --- +# Alice Ferrazzi (27 Dec 2017) +# Masked for removal in 30 days. +# There are issue on this kernel version due to a heavy changeset. +# (bug #642268) +=sys-kernel/gentoo-sources-4.14.9 + # Andreas K. Hüttel (27 Dec 2017) # Ancient. EAPI=3. (Nearly) no consumers. Needs to go. # Removal in 30 days.
[gentoo-commits] repo/gentoo:master commit in: dev-python/polib/
commit: 06e507424a4952bd8ac2d8b30abff0bdcf31577d Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Dec 26 23:03:03 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 23:48:51 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e50742 dev-python/polib: keyworded 1.0.7 for sparc, bug #641308 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" dev-python/polib/polib-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/polib/polib-1.0.7.ebuild b/dev-python/polib/polib-1.0.7.ebuild index 6ea5f07ab43..5ca7a26e11f 100644 --- a/dev-python/polib/polib-1.0.7.ebuild +++ b/dev-python/polib/polib-1.0.7.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="doc" DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
commit: a79c7080702fb6c199dbdfa407bcac8a750c6d64 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Dec 26 23:04:25 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 23:48:51 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79c7080 dev-libs/libbytesize: keyworded 1.2-r1 for sparc, bug #641308 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" dev-libs/libbytesize/libbytesize-1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild index 094677e48af..138f004f19a 100644 --- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild +++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rhinstaller/libbytesize"; SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/
commit: 4936237235ac0984975c02d447623f7755604ba0 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Dec 26 23:05:43 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 23:48:52 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49362372 sys-libs/libblockdev: keyworded 2.14-r1 for sparc, bug #641308 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" sys-libs/libblockdev/libblockdev-2.14-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild index 8f3472bebcc..39dfa1e81fb 100644 --- a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rhinstaller/libblockdev"; SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="bcache +cryptsetup dmraid doc lvm kbd test" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/
commit: fe5109e2d2015efa8036aa3246b46592c2529f78 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Dec 26 23:06:57 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 23:48:52 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5109e2 sys-libs/libblockdev: keyworded 2.15-r1 for sparc, bug #641308 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" sys-libs/libblockdev/libblockdev-2.15-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild index 73446ec8ac2..21c175a1462 100644 --- a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rhinstaller/libblockdev"; SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="bcache +cryptsetup dmraid doc lvm kbd test" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/
commit: d6442eeeb04522dfe0c3220b4638955b3a89ed03 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 23:41:15 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 23:41:15 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6442eee sys-apps/iproute2: amd64 stable wrt bug #639536 Package-Manager: Portage-2.3.13, Repoman-2.3.3 sys-apps/iproute2/iproute2-4.14.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild index 47c119cb8fe..a221b42687e 100644 --- a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild +++ b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then inherit git-r3 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/
commit: 47799be3cab921ab973d36a716418ed7fb9e774c Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 23:31:05 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 23:31:05 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47799be3 media-gfx/darktable: amd64 stable wrt bug #642140 Package-Manager: Portage-2.3.13, Repoman-2.3.3 media-gfx/darktable/darktable-2.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/darktable/darktable-2.2.5.ebuild b/media-gfx/darktable/darktable-2.2.5.ebuild index 9e05606a222..6c47755767e 100644 --- a/media-gfx/darktable/darktable-2.2.5.ebuild +++ b/media-gfx/darktable/darktable-2.2.5.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_P LICENSE="GPL-3 CC-BY-3.0" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" LANGS=" ca cs da de es fr he hu it ja nl pl ru sk sl sv uk" # TODO add lua once dev-lang/lua-5.2 is unmasked IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kwallet libsecret
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: b06c04bd28c644a2a0600e1e5de261bdecba6140 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Dec 26 23:15:17 2017 + Commit: Andreas Hüttel gentoo org> CommitDate: Tue Dec 26 23:15:17 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06c04bd package.mask: Mask swig:1 and dev-python/apse for removal profiles/package.mask | 10 ++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index df71ba052b5..1ce346f5cf9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,16 @@ #--- END OF EXAMPLES --- +# Andreas K. Hüttel (27 Dec 2017) +# Ancient. EAPI=3. (Nearly) no consumers. Needs to go. +# Removal in 30 days. +dev-lang/swig:1 + +# Andreas K. Hüttel (27 Dec 2017) +# Last remaining consumer of dev-lang/swig:1, which needs +# to go the way of the dinosaur. Removal in 30 days. +dev-python/apse + # Matthias Maier (26 Dec 2017) # gcc depends on mpfr and this version changes soname. Spare users with # FEATURES=-preserve-libs from completely frying their system.
[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
commit: a0bd3edbb486e50805a25e605fa3fe287fdc02a1 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 23:05:10 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 23:05:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bd3edb dev-db/postgresql: amd64 stable wrt bug #640634 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-db/postgresql/postgresql-10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/postgresql-10.1.ebuild b/dev-db/postgresql/postgresql-10.1.ebuild index 3381d06cc4d..82f0e9e0603 100644 --- a/dev-db/postgresql/postgresql-10.1.ebuild +++ b/dev-db/postgresql/postgresql-10.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT=$(get_major_version)
[gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/
commit: 056a696e96a8d33c3307ee93b1098d0a8d50213e Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 22:58:49 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 22:59:38 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056a696e net-irc/irssi: amd64 stable wrt bug #635114 Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-irc/irssi/irssi-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/irssi/irssi-1.0.5.ebuild b/net-irc/irssi/irssi-1.0.5.ebuild index 8fdaac56972..8bd941bc707 100644 --- a/net-irc/irssi/irssi-1.0.5.ebuild +++ b/net-irc/irssi/irssi-1.0.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar. LICENSE="GPL-2" 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+perl selinux socks5 +proxy libressl" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: 723ad95a0da111b4ac31472389d9d95c3ef9ca15 Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 26 12:20:51 2017 + Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 26 22:41:50 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723ad95a eclass: Fix eclass documentation syntax to fix manpage generation Signed-off-by: Justin Lecher gentoo.org> eclass/mysql_fx.eclass| 6 +++--- eclass/php-pear-r1.eclass | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass index 9d1e5967f67..02c6f846f0f 100644 --- a/eclass/mysql_fx.eclass +++ b/eclass/mysql_fx.eclass @@ -6,10 +6,10 @@ # Do not use it in new series. # @ECLASS: mysql_fx.eclass -# @AUTHOR: Francesco Riosa (Retired) # @MAINTAINER: -# - MySQL Team -# - Luca Longinotti +# - MySQL Team +# - Luca Longinotti +# @AUTHOR: Francesco Riosa (Retired) # @BLURB: This eclass provides some helper functions for mysql ebuilds # @DESCRIPTION: # This eclass providers helpers to build mysql servers including patching diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index aac801f79d4..d565f07a095 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-r1.eclass @@ -51,7 +51,6 @@ fix_PEAR_PV() { } # @ECLASS-VARIABLE: PEAR_PV -# @DEFAULT: PV with _rc->RC, _beta->b, _alpha->a, _pre->pre, _p->p # @DESCRIPTION: # Set in ebuild if the eclass ${PV} mangling breaks SRC_URI for alpha/beta/rc versions [[ -z "${PEAR_PV}" ]] && fix_PEAR_PV
[gentoo-commits] repo/gentoo:master commit in: sys-apps/miscfiles/
commit: 3c26eef3adc055e25bbc7cfc4049b586dc958649 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Dec 26 21:35:10 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 22:39:52 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c26eef3 sys-apps/miscfiles: stable 1.5-r3 for sparc, bug #622770 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" sys-apps/miscfiles/miscfiles-1.5-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/miscfiles/miscfiles-1.5-r3.ebuild b/sys-apps/miscfiles/miscfiles-1.5-r3.ebuild index 8589cbb2b83..6ace16972ed 100644 --- a/sys-apps/miscfiles/miscfiles-1.5-r3.ebuild +++ b/sys-apps/miscfiles/miscfiles-1.5-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/miscfiles/${P}.tar.gz LICENSE="GPL-2 unicode" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="minimal" # Collides with older versions/revisions
[gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/
commit: 7c18f34d7fce5ae09f9ad47c15bbd473f6e67d15 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Dec 26 21:36:32 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 22:39:52 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c18f34d app-crypt/pinentry: stable 1.0.0-r2 for sparc, bug #632293 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" app-crypt/pinentry/pinentry-1.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild b/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild index d283e76beb5..d667bef785e 100644 --- a/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild +++ b/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="caps emacs gnome-keyring gtk ncurses qt5 static" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/
commit: d763278d3041984b0de1ea785fc08395573d851e Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Dec 26 21:42:09 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 22:39:53 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d763278d sys-fs/cryptsetup: stable 1.7.5 for sparc, bug #641712 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild b/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild index 17e3519a0e7..51c115f67ba 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/v$(get_version_component_range 1-2)/$ LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" CRYPTO_BACKENDS="+gcrypt kernel nettle openssl" # we don't support nss since it doesn't allow cryptsetup to be built statically # and it's missing ripemd160 support so it can't provide full backward compatibility
[gentoo-commits] repo/gentoo:master commit in: dev-libs/liblist/
commit: a0c72313135fd2d97d23751981b9fb49e3d5ce71 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 22:05:28 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 22:05:28 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c72313 dev-libs/liblist: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/liblist/Manifest| 1 - dev-libs/liblist/liblist-2.3.1-r1.ebuild | 53 2 files changed, 54 deletions(-) diff --git a/dev-libs/liblist/Manifest b/dev-libs/liblist/Manifest index 2fae20c4378..66420c8739c 100644 --- a/dev-libs/liblist/Manifest +++ b/dev-libs/liblist/Manifest @@ -1,2 +1 @@ -DIST liblist-2.3.1.tar.bz2 257253 BLAKE2B 3ae30654d39db79e26aacb3f101bf217a7d97dcb8f29f261b0d8840f24a069759fc7d4a1b53d345828b96bdb3c30656a099bef3d1ce29cf6f5608950971414cc SHA512 4bb9cc678bafc3be68f94d028aa9a9a9c9dd792043adc6e7916955afa07b6e94653bd235ee81880307e433e07130823daf1fd36ba0663da7d09e5f4eb84efc6c DIST liblist-2.4.tar.bz2 275234 BLAKE2B 2f18d8b85476bd9369ef597553a546450fd33b3f3b4486ca371e6efd810a51b23ca3880300e0ecf826e9a9e8591f2b90a6a0006d224b34552f77416a83f7175e SHA512 814a02e4e47de8d234e592b87156533c30563c64c3a7515712fb9b75119bcee21796232b2a5abf7e4ab892932fa256890ad175aecb75aad8fb4614c6f4fbe3dd diff --git a/dev-libs/liblist/liblist-2.3.1-r1.ebuild b/dev-libs/liblist/liblist-2.3.1-r1.ebuild deleted file mode 100644 index 325032cde68..000 --- a/dev-libs/liblist/liblist-2.3.1-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit multilib - -DESCRIPTION="Generic linked-list manipulation routines, plus queues and stacks" -HOMEPAGE="http://ohnopub.net/liblist"; -SRC_URI="ftp://ohnopublishing.net/mirror/${P}.tar.bz2"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux" -IUSE="doc examples static-libs" - -DEPEND="doc? ( media-gfx/transfig - dev-texlive/texlive-metapost - virtual/latex-base )" - -src_configure() { - econf --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - $(use_enable doc docs) \ - $(use_enable examples) \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc README || die - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/{*.c,Makefile,README} || die - insinto /usr/share/doc/${PF}/examples/cache - doins examples/cache/{*.c,README} || die - fi - - if ! use static-libs; then - rm -v "${ED}"/usr/$(get_libdir)/liblist.la || die - if use examples; then - rm -v "${ED}"/usr/$(get_libdir)/libcache.la || die - fi - fi -} - -pkg_postinst() { - elog "Note the man pages for this package have been renamed to avoid" - elog "name collisions with some system functions, however, the libs" - elog "and header files have not been changed." - elog "The new names are llist, lcache, lqueue, and lstack." -}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/liblist/
commit: d96f49488f1925916611f3e796012cfe25279d05 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 22:04:08 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 22:04:08 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96f4948 dev-libs/liblist: amd64 stable wrt bug #642276 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/liblist/liblist-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/liblist/liblist-2.4.ebuild b/dev-libs/liblist/liblist-2.4.ebuild index 7999fd600cf..0133d56da43 100644 --- a/dev-libs/liblist/liblist-2.4.ebuild +++ b/dev-libs/liblist/liblist-2.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="ftp://ohnopublishing.net/mirror/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux" IUSE="doc examples static-libs" RDEPEND="doc? ( media-gfx/transfig
[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
commit: 3339879052de5408831ed4e3b6859c635b968e09 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 26 21:51:10 2017 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 26 21:51:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33398790 sys-devel/gcc: bump 4.7.4, 4.8.5, 5.4.0-r4 to EAPI=5, bug #642316 Signed-off-by: Anthony G. Basile gentoo.org> Signed-off-by: Matthias Maier gentoo.org> Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --force sys-devel/gcc/{gcc-4.7.4.ebuild => gcc-4.7.4-r1.ebuild}| 4 ++-- sys-devel/gcc/{gcc-4.8.5.ebuild => gcc-4.8.5-r1.ebuild}| 4 ++-- sys-devel/gcc/{gcc-5.4.0-r3.ebuild => gcc-5.4.0-r4.ebuild} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-devel/gcc/gcc-4.7.4.ebuild b/sys-devel/gcc/gcc-4.7.4-r1.ebuild similarity index 96% rename from sys-devel/gcc/gcc-4.7.4.ebuild rename to sys-devel/gcc/gcc-4.7.4-r1.ebuild index ac333b40c4a..64bbec9fd4d 100644 --- a/sys-devel/gcc/gcc-4.7.4.ebuild +++ b/sys-devel/gcc/gcc-4.7.4-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI="5" PATCH_VER="1.4" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.8.5.ebuild b/sys-devel/gcc/gcc-4.8.5-r1.ebuild similarity index 96% rename from sys-devel/gcc/gcc-4.8.5.ebuild rename to sys-devel/gcc/gcc-4.8.5-r1.ebuild index 3c74310bfc5..547dea86f3a 100644 --- a/sys-devel/gcc/gcc-4.8.5.ebuild +++ b/sys-devel/gcc/gcc-4.8.5-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI="5" PATCH_VER="1.3" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-5.4.0-r3.ebuild b/sys-devel/gcc/gcc-5.4.0-r4.ebuild similarity index 99% rename from sys-devel/gcc/gcc-5.4.0-r3.ebuild rename to sys-devel/gcc/gcc-5.4.0-r4.ebuild index 57f68f45b0d..a1c972f7c87 100644 --- a/sys-devel/gcc/gcc-5.4.0-r3.ebuild +++ b/sys-devel/gcc/gcc-5.4.0-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI="5" PATCH_VER="1.7" UCLIBC_VER="1.0"
[gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/
commit: 5dfbc6b1b432186a13f483860be2805b2dda7f85 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 21:33:17 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 21:33:17 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfbc6b1 sys-apps/iproute2: stable 4.14.1-r2 for ia64, bug #639536 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" sys-apps/iproute2/iproute2-4.14.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild index 1b9bf2d0e83..47c119cb8fe 100644 --- a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild +++ b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then inherit git-r3 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities"
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
commit: d66108e4f8e804f9563319796714674913539ecf Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 21:33:24 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 21:33:24 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66108e4 net-analyzer/wireshark: stable 2.4.3 for ia64, bug #639686 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" net-analyzer/wireshark/wireshark-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/wireshark/wireshark-2.4.3.ebuild b/net-analyzer/wireshark/wireshark-2.4.3.ebuild index b06235b26fa..81951103d14 100644 --- a/net-analyzer/wireshark/wireshark-2.4.3.ebuild +++ b/net-analyzer/wireshark/wireshark-2.4.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE=" adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2 +dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 lua
[gentoo-commits] data/gentoo-news:master commit in: 2017-12-26-experimental-amd64-17-1-profiles/
commit: 585af3a637b078263eca08ea24fcce034007cf14 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 26 21:22:08 2017 + Commit: Michał Górny gentoo org> CommitDate: Tue Dec 26 21:22:25 2017 + URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=585af3a6 2017-12-26: Fix posting date in headers .../2017-12-26-experimental-amd64-17-1-profiles.en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2017-12-26-experimental-amd64-17-1-profiles/2017-12-26-experimental-amd64-17-1-profiles.en.txt b/2017-12-26-experimental-amd64-17-1-profiles/2017-12-26-experimental-amd64-17-1-profiles.en.txt index 4ce77a9..7a52d9a 100644 --- a/2017-12-26-experimental-amd64-17-1-profiles/2017-12-26-experimental-amd64-17-1-profiles.en.txt +++ b/2017-12-26-experimental-amd64-17-1-profiles/2017-12-26-experimental-amd64-17-1-profiles.en.txt @@ -1,6 +1,6 @@ Title: Experimental amd64 17.1 profiles up for testing Author: Michał Górny -Posted: 2017-12-xx +Posted: 2017-12-26 Revision: 1 News-Item-Format: 2.0 Display-If-Profile: default/linux/amd64/13.0
[gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/
commit: b7c414167ec7a2916d933d12805d869a4d4b9bd4 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 20:58:23 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 20:59:11 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c41416 dev-libs/mpc: revert today's changes for 1.0.3 ebuild, bug #642300 This change reverts the following changes: commit 0c689de38bcc3b4279aa9e3b09c836e48a237e3d dev-libs/mpc: explicitly regenerate ./configure, noticed by Anarchy commit cdf7f5c37e8a3dfacfbf5fc81a6a2a8ef3b77a9a dev-libs/mpc: fix build failure against mpfr-4.0.0, bug #642300 That way 1.0.3 version will keep failing to build against mpfr-4.0.0 (and prevent users from breaking gcc) and version 1.0.3-r1 will work as expected. Reported-by: Attila Tóth Bug: https://bugs.gentoo.org/642300 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/mpc/mpc-1.0.3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-libs/mpc/mpc-1.0.3.ebuild b/dev-libs/mpc/mpc-1.0.3.ebuild index 66845b9d3d0..198111c0b08 100644 --- a/dev-libs/mpc/mpc-1.0.3.ebuild +++ b/dev-libs/mpc/mpc-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI="4" -inherit autotools eutils libtool multilib-minimal +inherit eutils libtool multilib-minimal DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding" HOMEPAGE="http://mpc.multiprecision.org/"; @@ -19,8 +19,6 @@ DEPEND=">=dev-libs/gmp-4.3.2[${MULTILIB_USEDEP},static-libs?] RDEPEND="${DEPEND}" src_prepare() { - epatch "${FILESDIR}"/${P}-mpfr-4.0.0.patch - eautoreconf elibtoolize #347317 }
[gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/files/, dev-libs/mpc/
commit: 7bc22dd56bb01e3f89420d09f56ead431fd52cd8 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 20:19:35 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 20:19:50 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc22dd5 dev-libs/mpc: remove 'mpfr_add_one_ulp' use, mpfr-4.0.0 fix part 2 It's a backport of https://scm.gforge.inria.fr/anonscm/gitweb?p=mpc/mpc.git;a=commitdiff;h=5eaa17651b759c7856a118835802fecbebcf46ad ("replace obsolete mpfr_add_one_ulp/mpfr_sub_one_ulp functions") mpfr-4.0.0 does not provide those functions anymore. Unfortunately 'mpc' does not fail to build against such mpfr but links broken library. One of the hints is usage of undeclared function: mpc-1.0.3/src/mpc-impl.h:63:29: warning: implicit declaration of function ‘mpfr_add_one_ulp’ [-Wimplicit-function-declaration] Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/mpc/files/mpc-1.0.3-no-ulp.patch | 25 +++ dev-libs/mpc/mpc-1.0.3-r1.ebuild | 40 +++ 2 files changed, 65 insertions(+) diff --git a/dev-libs/mpc/files/mpc-1.0.3-no-ulp.patch b/dev-libs/mpc/files/mpc-1.0.3-no-ulp.patch new file mode 100644 index 000..445e9419103 --- /dev/null +++ b/dev-libs/mpc/files/mpc-1.0.3-no-ulp.patch @@ -0,0 +1,25 @@ +mpfr-4.0.0 removed 'mpfr_add_one_ulp' and 'mpfr_sub_one_ulp' + +From 5eaa17651b759c7856a118835802fecbebcf46ad Mon Sep 17 00:00:00 2001 +From: Paul Zimmermann +Date: Wed, 4 Oct 2017 22:09:40 +0200 +Subject: [PATCH] replace obsolete mpfr_add_one_ulp/mpfr_sub_one_ulp functions + +--- + src/mpc-impl.h | 6 -- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/src/mpc-impl.h b/src/mpc-impl.h +index 4026765..5420691 100644 +--- a/src/mpc-impl.h b/src/mpc-impl.h +@@ -60,2 +60,4 @@ along with this program. If not, see http://www.gnu.org/licenses/ . +-#define MPFR_ADD_ONE_ULP(x) mpfr_add_one_ulp (x, GMP_RNDN) +-#define MPFR_SUB_ONE_ULP(x) mpfr_sub_one_ulp (x, GMP_RNDN) ++#define MPFR_ADD_ONE_ULP(x) \ ++ (mpfr_sgn (x) > 0 ? mpfr_nextabove (x) : mpfr_nextbelow (x)) ++#define MPFR_SUB_ONE_ULP(x) \ ++ (mpfr_sgn (x) > 0 ? mpfr_nextbelow (x) : mpfr_nextabove (x)) +-- +2.15.1 + diff --git a/dev-libs/mpc/mpc-1.0.3-r1.ebuild b/dev-libs/mpc/mpc-1.0.3-r1.ebuild new file mode 100644 index 000..c3508234133 --- /dev/null +++ b/dev-libs/mpc/mpc-1.0.3-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools eutils libtool multilib-minimal + +DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding" +HOMEPAGE="http://mpc.multiprecision.org/"; +SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz"; + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="static-libs" + +DEPEND=">=dev-libs/gmp-4.3.2:0=[${MULTILIB_USEDEP},static-libs?] + >=dev-libs/mpfr-2.4.2:0=[${MULTILIB_USEDEP},static-libs?]" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-mpfr-4.0.0.patch + "${FILESDIR}"/${P}-no-ulp.patch +) + +src_prepare() { + default + + eautoreconf + elibtoolize #347317 +} + +multilib_src_configure() { + ECONF_SOURCE=${S} econf $(use_enable static-libs static) +} + +multilib_src_install_all() { + einstalldocs + prune_libtool_files +}
[gentoo-commits] repo/gentoo:master commit in: app-emulation/free42/, app-emulation/free42/files/
commit: f89924d9a0b2006a310b182892b78eb310f9d253 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Dec 26 20:20:08 2017 + Commit: José MarÃa Alonso gentoo org> CommitDate: Tue Dec 26 20:20:31 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89924d9 app-emulation/free42: Drops old version 2.0.7 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-emulation/free42/Manifest | 1 - .../files/free42-2.0.7-fix-build-intel-lib.patch | 12 - .../free42/files/free42-2.0.7-fix-makefile.patch | 58 -- app-emulation/free42/free42-2.0.7.ebuild | 49 -- 4 files changed, 120 deletions(-) diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest index 8a214a25ce3..4c76c28eb24 100644 --- a/app-emulation/free42/Manifest +++ b/app-emulation/free42/Manifest @@ -1,3 +1,2 @@ DIST free42-nologo-2.0.6.tgz 7348647 BLAKE2B 708c88b4903358c23989d515c61884ffc9feae3d43fc54f1ac8a18779cfe8aa2d0e1a2ec667e24f78da58cd94ad515399191b7dc968adbc59bb97517b34680be SHA512 078a79cc4dfa36ae7342be5b90350f4b7269f4e71777f2620c2043510d6313acbc1fa9415b75f8b01bebb2de747b9af8a26738f877c34a4d82a1fdd52c75a61d -DIST free42-nologo-2.0.7.tgz 7354850 BLAKE2B 6be2f2ea912a1d47bdf8c9016e8a32e5203d982e34cbe5ef6624eac078297cd967cf08ae2bdeb7c6ad158f96e77032f449a47f01c3c8d8e312f6d46e20237cf0 SHA512 1adfccb37bdf35ecd57a6da1633ceb3bcfd0681efbc34fc9a4e4580ce235e35db9281de0d9ba659ecd33ef2b3a17eae596047b6790ffbf3e5e5ebfad600dcb8b DIST free42-nologo-2.0.8.tgz 7388038 BLAKE2B e2065ae71cf0be55d7de295965d7c884d2db6bd8aad6eefe85d04028dacf114c7d6cfc90f02b78a220f118ee26fd3b8fa830a802015da5c56f695621bf4ec5ff SHA512 3da4045ddf8a9993369a25344f5d4f472283a7affd4d5640a47dbce4debe4e071b83ad7858f79113d8be2255fc11df8b22edb4c66471945d341e8ffb79495fee diff --git a/app-emulation/free42/files/free42-2.0.7-fix-build-intel-lib.patch b/app-emulation/free42/files/free42-2.0.7-fix-build-intel-lib.patch deleted file mode 100644 index 04fc844599e..000 --- a/app-emulation/free42/files/free42-2.0.7-fix-build-intel-lib.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nuar a/gtk/build-intel-lib.sh b/gtk/build-intel-lib.sh a/gtk/build-intel-lib.sh 2017-11-29 06:03:45.0 +0100 -+++ b/gtk/build-intel-lib.sh 2017-12-10 13:57:27.485971521 +0100 -@@ -4,7 +4,7 @@ - cd IntelRDFPMathLib20U1 - patch -p0 <../intel-lib-linux.patch - cd LIBRARY --make CC=gcc CALL_BY_REF=1 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=0 -+make A=a CC=gcc CALL_BY_REF=1 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=0 - mv libbid.a ../../gcc111libbid.a - cd ../.. - ( echo '#ifdef FREE42_FPTEST'; echo 'const char *readtest_lines[] = {'; tr -d '\r' < IntelRDFPMathLib20U1/TESTS/readtest.in | sed 's/^\(.*\)$/"\1",/'; echo '0 };'; echo '#endif' ) > readtest_lines.cc diff --git a/app-emulation/free42/files/free42-2.0.7-fix-makefile.patch b/app-emulation/free42/files/free42-2.0.7-fix-makefile.patch deleted file mode 100644 index ccf18766bae..000 --- a/app-emulation/free42/files/free42-2.0.7-fix-makefile.patch +++ /dev/null @@ -1,58 +0,0 @@ -diff -Nuar a/gtk/Makefile b/gtk/Makefile a/gtk/Makefile 2017-11-29 06:03:45.0 +0100 -+++ b/gtk/Makefile 2017-12-10 14:01:06.715970583 +0100 -@@ -15,11 +15,11 @@ - # along with this program; if not, see http://www.gnu.org/licenses/. - ### - --CFLAGS = -MMD \ -+CFLAGS := -MMD \ --Wall \ --Wno-parentheses \ --Wno-write-strings \ -- -g \ -+ -Wno-error=narrowing \ --I/usr/X11R6/include \ -$(shell pkg-config --cflags gtk+-2.0) \ --DVERSION="\"$(shell cat ../VERSION)\"" \ -@@ -27,21 +27,25 @@ --DDECIMAL_GLOBAL_ROUNDING=1 \ --DDECIMAL_GLOBAL_ROUNDING_ACCESS_FUNCTIONS=1 \ --DDECIMAL_GLOBAL_EXCEPTION_FLAGS=1 \ -- -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1 -+ -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1 \ -+ ${CFLAGS} - --CXXFLAGS = $(CFLAGS) \ -+CXXFLAGS := $(CFLAGS) \ --fno-exceptions \ --fno-rtti \ -- -D_WCHAR_T_DEFINED -+ -D_WCHAR_T_DEFINED \ -+ ${CXXFLAGS} - --LDFLAGS = -L/usr/X11R6/lib --LIBS = gcc111libbid.a -lXmu $(shell pkg-config --libs gtk+-2.0) -+MYLDFLAGS = -L/usr/X11R6/lib -+LIBS = gcc111libbid.a -lX11 -ldl -lXmu $(shell pkg-config --libs gtk+-2.0) - - ifeq "$(shell uname -s)" "Linux" --LDFLAGS += -Wl,--hash-style=both -+MYLDFLAGS += -Wl,--hash-style=both - LIBS += -lpthread - endif - -+MYLDFLAGS += ${LDFLAGS} -+ - SRCS = shell_main.cc shell_skin.cc skins.cc keymap.cc shell_loadimage.cc \ - shell_spool.cc core_main.cc core_commands1.cc core_commands2.cc \ - core_commands3.cc core_commands4.cc core_commands5.cc \ -@@ -83,7 +87,7 @@ - endif - - $(EXE): $(OBJS) -- $(CXX) -o $(EXE) $(LDFLAGS) $(OBJS) $(LIBS) -+ $(CXX) -o $(EXE) $(MYLDFLA
[gentoo-commits] repo/gentoo:master commit in: media-gfx/graphicsmagick/
commit: 9e3c5de0c3fe1e1098c1a7bd149cfca3a346ccf1 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 20:01:03 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 20:19:49 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3c5de0 media-gfx/graphicsmagick: stable 1.3.27 for ia64, bug #640690 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild index 8c694d25b72..c6d5b784810 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code"; else SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" fi IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/
commit: 99fe263d4370581508d6c06fa99e9adff19df3bd Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 20:00:52 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 20:19:49 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fe263d x11-libs/libdrm: stable 2.4.88 for ia64, bug #641024 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" x11-libs/libdrm/libdrm-2.4.88.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libdrm/libdrm-2.4.88.ebuild b/x11-libs/libdrm/libdrm-2.4.88.ebuild index 5008c0b1de8..2452a6ff795 100644 --- a/x11-libs/libdrm/libdrm-2.4.88.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.88.ebuild @@ -14,7 +14,7 @@ else SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2"; fi -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware" for card in ${VIDEO_CARDS}; do IUSE_VIDEO_CARDS+=" video_cards_${card}"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/
commit: 1de2cd24c6174ee799110c534859a62bab30cc1b Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 20:01:10 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 20:19:49 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de2cd24 media-gfx/imagemagick: stable 6.9.9.26 for ia64, bug #640692 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild b/media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild index 36069f6f824..8f1a0d693a4 100644 --- a/media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild +++ b/media-gfx/imagemagick/imagemagick-6.9.9.26.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz" LICENSE="imagemagick" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib" RESTRICT="perl? ( userpriv )"
[gentoo-commits] repo/gentoo:master commit in: net-misc/oidentd/
commit: 5c30d7c8a8edf509a91c05429216b1e7f8c0e466 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 20:00:57 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 20:19:49 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c30d7c8 net-misc/oidentd: stable 2.0.8-r6 for ia64, bug #640648 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" net-misc/oidentd/oidentd-2.0.8-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/oidentd/oidentd-2.0.8-r6.ebuild b/net-misc/oidentd/oidentd-2.0.8-r6.ebuild index ba139a1b682..405f6811743 100644 --- a/net-misc/oidentd/oidentd-2.0.8-r6.ebuild +++ b/net-misc/oidentd/oidentd-2.0.8-r6.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="debug ipv6 masquerade selinux" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/
commit: 66347f9f2cfa2eb73b74f6849151722304dc2b75 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 20:01:17 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 20:19:50 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66347f9f media-gfx/imagemagick: stable 7.0.7.14 for ia64, bug #640692 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild b/media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild index 4362ee81196..85eb09f6509 100644 --- a/media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild +++ b/media-gfx/imagemagick/imagemagick-7.0.7.14.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz" LICENSE="imagemagick" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib" RESTRICT="perl? ( userpriv )"
[gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
commit: 228428d51b6d9ccca33ea4e9d70c996c8afc32b7 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 20:00:44 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 20:19:49 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228428d5 media-libs/mesa: stable 17.2.7 for ia64, bug #641024 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" media-libs/mesa/mesa-17.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-17.2.7.ebuild b/media-libs/mesa/mesa-17.2.7.ebuild index 3d64ab0cecb..7fa86cb6a72 100644 --- a/media-libs/mesa/mesa-17.2.7.ebuild +++ b/media-libs/mesa/mesa-17.2.7.ebuild @@ -25,7 +25,7 @@ if [[ $PV == ]]; then SRC_URI="" else SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"; - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: app-emulation/free42/, app-emulation/free42/files/
commit: 99d8f4f4b659fd077accc6127534e8eb0ba9044e Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Dec 26 20:15:22 2017 + Commit: José MarÃa Alonso gentoo org> CommitDate: Tue Dec 26 20:15:48 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d8f4f4 app-emulation/free42: Bumps version to 2.0.8 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-emulation/free42/Manifest | 1 + .../files/free42-2.0.8-fix-build-intel-lib.patch | 12 + .../free42/files/free42-2.0.8-fix-makefile.patch | 58 ++ app-emulation/free42/free42-2.0.8.ebuild | 49 ++ 4 files changed, 120 insertions(+) diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest index f31517cf680..8a214a25ce3 100644 --- a/app-emulation/free42/Manifest +++ b/app-emulation/free42/Manifest @@ -1,2 +1,3 @@ DIST free42-nologo-2.0.6.tgz 7348647 BLAKE2B 708c88b4903358c23989d515c61884ffc9feae3d43fc54f1ac8a18779cfe8aa2d0e1a2ec667e24f78da58cd94ad515399191b7dc968adbc59bb97517b34680be SHA512 078a79cc4dfa36ae7342be5b90350f4b7269f4e71777f2620c2043510d6313acbc1fa9415b75f8b01bebb2de747b9af8a26738f877c34a4d82a1fdd52c75a61d DIST free42-nologo-2.0.7.tgz 7354850 BLAKE2B 6be2f2ea912a1d47bdf8c9016e8a32e5203d982e34cbe5ef6624eac078297cd967cf08ae2bdeb7c6ad158f96e77032f449a47f01c3c8d8e312f6d46e20237cf0 SHA512 1adfccb37bdf35ecd57a6da1633ceb3bcfd0681efbc34fc9a4e4580ce235e35db9281de0d9ba659ecd33ef2b3a17eae596047b6790ffbf3e5e5ebfad600dcb8b +DIST free42-nologo-2.0.8.tgz 7388038 BLAKE2B e2065ae71cf0be55d7de295965d7c884d2db6bd8aad6eefe85d04028dacf114c7d6cfc90f02b78a220f118ee26fd3b8fa830a802015da5c56f695621bf4ec5ff SHA512 3da4045ddf8a9993369a25344f5d4f472283a7affd4d5640a47dbce4debe4e071b83ad7858f79113d8be2255fc11df8b22edb4c66471945d341e8ffb79495fee diff --git a/app-emulation/free42/files/free42-2.0.8-fix-build-intel-lib.patch b/app-emulation/free42/files/free42-2.0.8-fix-build-intel-lib.patch new file mode 100644 index 000..df2736f01e3 --- /dev/null +++ b/app-emulation/free42/files/free42-2.0.8-fix-build-intel-lib.patch @@ -0,0 +1,12 @@ +diff -Nuar a/gtk/build-intel-lib.sh b/gtk/build-intel-lib.sh +--- a/gtk/build-intel-lib.sh 2017-12-26 19:48:08.0 +0100 b/gtk/build-intel-lib.sh 2017-12-26 21:09:52.949997834 +0100 +@@ -4,7 +4,7 @@ + cd IntelRDFPMathLib20U1 + patch -p0 <../intel-lib-linux.patch + cd LIBRARY +-make CC=gcc CALL_BY_REF=1 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=0 ++make A=a CC=gcc CALL_BY_REF=1 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=0 + mv libbid.a ../../gcc111libbid.a + cd ../.. + ( echo '#ifdef FREE42_FPTEST'; echo 'const char *readtest_lines[] = {'; tr -d '\r' < IntelRDFPMathLib20U1/TESTS/readtest.in | sed 's/^\(.*\)$/"\1",/'; echo '0 };'; echo '#endif' ) > readtest_lines.cc diff --git a/app-emulation/free42/files/free42-2.0.8-fix-makefile.patch b/app-emulation/free42/files/free42-2.0.8-fix-makefile.patch new file mode 100644 index 000..2cb44245c3b --- /dev/null +++ b/app-emulation/free42/files/free42-2.0.8-fix-makefile.patch @@ -0,0 +1,58 @@ +diff -Nuar a/gtk/Makefile b/gtk/Makefile +--- a/gtk/Makefile 2017-12-26 19:48:08.0 +0100 b/gtk/Makefile 2017-12-26 21:07:20.279998488 +0100 +@@ -15,11 +15,11 @@ + # along with this program; if not, see http://www.gnu.org/licenses/. + ### + +-CFLAGS = -MMD \ ++CFLAGS := -MMD \ +-Wall \ +-Wno-parentheses \ +-Wno-write-strings \ +- -g \ ++ -Wno-error=narrowing \ +-I/usr/X11R6/include \ +$(shell pkg-config --cflags gtk+-2.0) \ +-DVERSION="\"$(shell cat ../VERSION)\"" \ +@@ -27,21 +27,25 @@ +-DDECIMAL_GLOBAL_ROUNDING=1 \ +-DDECIMAL_GLOBAL_ROUNDING_ACCESS_FUNCTIONS=1 \ +-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=1 \ +- -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1 ++ -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1 \ ++ ${CFLAGS} + +-CXXFLAGS = $(CFLAGS) \ ++CXXFLAGS := $(CFLAGS) \ +-fno-exceptions \ +-fno-rtti \ +- -D_WCHAR_T_DEFINED ++ -D_WCHAR_T_DEFINED \ ++ ${CXXFLAGS} + +-LDFLAGS = -L/usr/X11R6/lib +-LIBS = gcc111libbid.a -lXmu $(shell pkg-config --libs gtk+-2.0) ++MYLDFLAGS = -L/usr/X11R6/lib ++LIBS = gcc111libbid.a -lX11 -ldl -lXmu $(shell pkg-config --libs gtk+-2.0) + + ifeq "$(shell uname -s)" "Linux" +-LDFLAGS += -Wl,--hash-style=both ++MYLDFLAGS += -Wl,--hash-style=both + LIBS += -lpthread + endif + ++MYLDFLAGS += ${LDFLAGS} ++ + SRCS = shell_main.cc shell_skin.cc skins.cc keymap.cc shell_loadimage.cc \ + shell_spool.cc core_main.cc core_commands1.cc core_commands2.cc \ + core_commands3.cc core_commands4.cc core_commands5.cc \ +@@ -83,7 +87,7 @@ + endif + + $(EXE): $(OBJS) +- $(CXX) -o $(EXE) $(LDFLAGS) $(OBJS) $(LIBS) ++ $(CXX) -o $(EXE) $(MYLDFLAGS) $(OB
[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/
commit: 693187a4151d747e6cf44d7b5cbd1aa85a8b0016 Author: Matthew Thode gentoo org> AuthorDate: Tue Dec 26 20:01:08 2017 + Commit: Matt Thode gentoo org> CommitDate: Tue Dec 26 20:01:08 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693187a4 media-sound/pulseeffects: bup Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-sound/pulseeffects/Manifest | 1 + media-sound/pulseeffects/pulseeffects-3.1.5.ebuild | 63 ++ 2 files changed, 64 insertions(+) diff --git a/media-sound/pulseeffects/Manifest b/media-sound/pulseeffects/Manifest index b73bcb4e036..8726f1b4888 100644 --- a/media-sound/pulseeffects/Manifest +++ b/media-sound/pulseeffects/Manifest @@ -1,3 +1,4 @@ DIST pulseeffects-3.1.2.tar.gz 604130 BLAKE2B 48f16a4d218a102e39a776f53986345c3026db3a9f2186ed4bc953cd7c77b7ab4a4f5771d043b9bd90ad4ae956c0bf3f074242ca9f8c1e05b44562fcec34227d SHA512 0b3782bcedbab07b38a8219f7376454874abaadc80f49f981ac20b7c6035bbfebc83b1e4b325098bd1a87a3685896ab82f998c226ae5ed7a9886999c82882cdf DIST pulseeffects-3.1.3.tar.gz 604488 BLAKE2B 05de82debe338002106372b57930f3ab354e018d381d2fa6cb46d8e4cfa50cf405b40dda9deed34c85e389873fc057a7c69f5f8cc0efeb7599c7d66d09b1cf8a SHA512 856568f6136bd250864ab5cbe966f1dded63dc09a2ee774e4421e966bd77d4db610402f5d6068564250667036c71933e3fe91398d903516c697912b00ce2d359 DIST pulseeffects-3.1.4.tar.gz 605979 BLAKE2B d19c4af68b94b2c0616ff6eb4c24188f10bea737d218b1511c4f6ebd4851ef633a28676da23c0fe86c3836e90de79e992289bdaddf71f3c4bf6d59921c125b2e SHA512 fe7c34069531808b21bcc1ef59c4ce12048d60ae1a9f1db860d9406f6c520b1bbc0fb4edcaed360dd3086902ab863666455ff55cc843127d1fa1b6c75b47fb70 +DIST pulseeffects-3.1.5.tar.gz 612665 BLAKE2B 18fd3c8126f0ad53ac0a7c270b5cafa66c8df7a65c9ef99a84469a3a6b0f1c6875c11e163acf9ce8fec6465b561638ca3fce77000631c4c3c5f64f5cc6d9ffc8 SHA512 e24efa5a0313d25cdbd960c176efbe487cb6e6002d7f0887f92d8287fc70f02fa16456c709fbe4a99c3680b3bbe51758dfe05a7a412ce8d4c5cd2c976685cbb4 diff --git a/media-sound/pulseeffects/pulseeffects-3.1.5.ebuild b/media-sound/pulseeffects/pulseeffects-3.1.5.ebuild new file mode 100644 index 000..a339c9081fb --- /dev/null +++ b/media-sound/pulseeffects/pulseeffects-3.1.5.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit gnome2-utils meson python-r1 + +DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio" +HOMEPAGE="https://github.com/wwmm/pulseeffects"; + +if [[ ${PV} == * ]];then + inherit git-r3 + SRC_URI="" + EGIT_REPO_URI="${HOMEPAGE}" + KEYWORDS="" +else + SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~x86 ~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + ${PYTHON_DEPS} + python_targets_python3_4? ( dev-python/configparser ) + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + >=dev-python/gst-python-1.12.0:1.0[${PYTHON_USEDEP}] + media-plugins/swh-plugins + >=x11-libs/gtk+-3.18:3 + dev-python/numpy[${PYTHON_USEDEP}] + >=sci-libs/scipy-0.18[${PYTHON_USEDEP}] + >=media-libs/lilv-0.24.2-r1 + >=media-plugins/calf-0.90.0[lv2] + >=media-libs/gstreamer-1.12.0:1.0 + >=media-libs/gst-plugins-good-1.12.0:1.0 + >=media-libs/gst-plugins-bad-1.12.0:1.0 + >=media-plugins/gst-plugins-ladspa-1.12.0:1.0 + >=media-plugins/gst-plugins-lv2-1.12.0:1.0 + >=media-plugins/gst-plugins-pulse-1.12.0:1.0 +" +RDEPEND="${DEPEND} + media-sound/pulseaudio[equalizer] +" + +pkg_preinst(){ + gnome2_schemas_savelist +} + +pkg_postinst(){ + gnome2_gconf_install + gnome2_schemas_update +} + +pkg_postrm(){ + gnome2_gconf_uninstall + gnome2_schemas_update +}
[gentoo-commits] repo/gentoo:master commit in: dev-ada/langkit/files/
commit: 536f37f77364a2a932f60e80780342b838c049be Author: Tupone Alfredo gentoo org> AuthorDate: Tue Dec 26 19:54:50 2017 + Commit: Alfredo Tupone gentoo org> CommitDate: Tue Dec 26 19:54:50 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536f37f7 dev-ada/langkit: Fix constraint error on hash Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ada/langkit/files/langkit-2017-gentoo.patch | 11 +++ 1 file changed, 11 insertions(+) diff --git a/dev-ada/langkit/files/langkit-2017-gentoo.patch b/dev-ada/langkit/files/langkit-2017-gentoo.patch index 0260d44c888..e6609236b6c 100644 --- a/dev-ada/langkit/files/langkit-2017-gentoo.patch +++ b/dev-ada/langkit/files/langkit-2017-gentoo.patch @@ -34,3 +34,14 @@ quex_file, "-o", "quex_lexer", "--buffer-element-size", "4", +--- langkit-gps-src/langkit/templates/pkg_analysis_body_ada.mako.old 2017-12-26 20:47:28.461617512 +0100 langkit-gps-src/langkit/templates/pkg_analysis_body_ada.mako 2017-12-26 20:47:58.912060490 +0100 +@@ -2196,7 +2196,7 @@ +-- printing them. + +function Hash (S : Lexical_Env) return Hash_Type is +- (Hash_Type (To_Integer (S.all'Address))); ++ (Hash_Type'Mod (To_Integer (S.all'Address))); + +package Address_To_Id_Maps is new Ada.Containers.Hashed_Maps + (Lexical_Env, Integer, Hash, "=");
[gentoo-commits] repo/gentoo:master commit in: dev-libs/mpfr/
commit: 02da1bfffe30537bf7fe7680fc628acc9d6ec289 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 26 19:24:33 2017 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 26 19:25:45 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02da1bff dev-libs/mpfr: add preserve_old_lib, bug #642316 For people that have FEATURES=-preserve-libs, we don't want the toolchain to break as the so name is bumped from libmpfr.so.4 to libmpfr.so.6. Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/mpfr/{mpfr-4.0.0.ebuild => mpfr-4.0.0-r1.ebuild} | 8 1 file changed, 8 insertions(+) diff --git a/dev-libs/mpfr/mpfr-4.0.0.ebuild b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild similarity index 90% rename from dev-libs/mpfr/mpfr-4.0.0.ebuild rename to dev-libs/mpfr/mpfr-4.0.0-r1.ebuild index d74928dff90..fa5e936f499 100644 --- a/dev-libs/mpfr/mpfr-4.0.0.ebuild +++ b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild @@ -50,3 +50,11 @@ multilib_src_install_all() { rm "${ED}"/usr/share/doc/"${P}"/COPYING* use static-libs || find "${ED}"/usr -name '*.la' -delete } + +pkg_preinst() { + preserve_old_lib /usr/$(get_libdir)/libmpfr$(get_libname 4) +} + +pkg_postinst() { + preserve_old_lib_notify /usr/$(get_libdir)/libmpfr$(get_libname 4) +}
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_controller_manager/
commit: ff877528e26f214846ac2d2beb25064f11609c01 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:21:20 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff877528 dev-ros/rqt_controller_manager: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/rqt_controller_manager/Manifest | 1 + .../rqt_controller_manager-0.13.0.ebuild| 21 + 2 files changed, 22 insertions(+) diff --git a/dev-ros/rqt_controller_manager/Manifest b/dev-ros/rqt_controller_manager/Manifest index d8152076932..ac5c918ccab 100644 --- a/dev-ros/rqt_controller_manager/Manifest +++ b/dev-ros/rqt_controller_manager/Manifest @@ -7,4 +7,5 @@ DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 25869b9aa7c7d36de2d304c87cecb2e2c9 DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032 DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b DIST ros_control-0.9.3.tar.gz 593174 BLAKE2B 133f9c81b51d8a8fc60619bc43e0afc9f12ebdca5ea31b143a6badd7320c162e7a179e6a984df18882c7c3d089fbabe7802e29cc7c935dc0de9a6524bccd076b SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb diff --git a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.13.0.ebuild b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.13.0.ebuild new file mode 100644 index 000..383069d2ceb --- /dev/null +++ b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.13.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="RQT control manager plugin" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/controller_manager[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/hardware_interface/
commit: 18956ad98ca95d96bbba429a487060d7c2e6e4ae Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:21:11 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18956ad9 dev-ros/hardware_interface: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/hardware_interface/Manifest| 1 + .../hardware_interface-0.13.0.ebuild | 18 ++ 2 files changed, 19 insertions(+) diff --git a/dev-ros/hardware_interface/Manifest b/dev-ros/hardware_interface/Manifest index d8152076932..ac5c918ccab 100644 --- a/dev-ros/hardware_interface/Manifest +++ b/dev-ros/hardware_interface/Manifest @@ -7,4 +7,5 @@ DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 25869b9aa7c7d36de2d304c87cecb2e2c9 DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032 DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b DIST ros_control-0.9.3.tar.gz 593174 BLAKE2B 133f9c81b51d8a8fc60619bc43e0afc9f12ebdca5ea31b143a6badd7320c162e7a179e6a984df18882c7c3d089fbabe7802e29cc7c935dc0de9a6524bccd076b SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb diff --git a/dev-ros/hardware_interface/hardware_interface-0.13.0.ebuild b/dev-ros/hardware_interface/hardware_interface-0.13.0.ebuild new file mode 100644 index 000..8994bb4446f --- /dev/null +++ b/dev-ros/hardware_interface/hardware_interface-0.13.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Hardware Interface base class" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/roscpp" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/transmission_interface/
commit: 89d1f0285f8ee6108c9cafb7d009b0556cbae66d Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:21:24 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d1f028 dev-ros/transmission_interface: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/transmission_interface/Manifest| 1 + .../transmission_interface-0.13.0.ebuild | 24 ++ 2 files changed, 25 insertions(+) diff --git a/dev-ros/transmission_interface/Manifest b/dev-ros/transmission_interface/Manifest index 69c1671e440..b8e876320e3 100644 --- a/dev-ros/transmission_interface/Manifest +++ b/dev-ros/transmission_interface/Manifest @@ -1 +1,2 @@ DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b diff --git a/dev-ros/transmission_interface/transmission_interface-0.13.0.ebuild b/dev-ros/transmission_interface/transmission_interface-0.13.0.ebuild new file mode 100644 index 000..f1482eacadf --- /dev/null +++ b/dev-ros/transmission_interface/transmission_interface-0.13.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Transmission Interface" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/hardware_interface + dev-ros/pluginlib + dev-ros/resource_retriever + dev-ros/roscpp + dev-libs/tinyxml + dev-libs/boost:= +" +DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
commit: d29696a44d71e259aaa080381336b44c5f236847 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:53:56 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29696a4 dev-ros/robot_localization: bump to 2.5.0 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/robot_localization/Manifest| 1 + .../robot_localization-2.5.0.ebuild| 40 ++ 2 files changed, 41 insertions(+) diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest index 7f61bf43d3e..ceb1d08b259 100644 --- a/dev-ros/robot_localization/Manifest +++ b/dev-ros/robot_localization/Manifest @@ -1,2 +1,3 @@ DIST robot_localization-2.4.0.tar.gz 6448252 BLAKE2B c63ea67f4e9829127f8b3fa7a55384cd6593ddc7e600bb5ac412c58a35bd0762145a76648d15c93f82731217163859a5da151e5729eb099a8e6c184dbf77c49f SHA512 92a8c6d44f35a264fc16fe91d7ba6afcf361911164a96343d76d93c0263f0d6cb9e3b11f82cf30c0354a1ebb140cdb06348ae5ca92182dd85ab2e0fd77898724 DIST robot_localization-2.4.1.tar.gz 6461786 BLAKE2B 73a7ac992fac1c22359c61627ddfbecd618aad406a2f1119c3d80be55155e1aafd5008a0ff88133f5aa7d02b9bb94ca6a42fd7491fad680eeb9af45dcacfc5e5 SHA512 032994ef56a6f65d33e671067342d0bc1da747fd2b1d135ad3310009b907ffbc05131d7a77a3ef1aaec853742f0b5d35cef8e142691c659bf3c6bd346af7d636 +DIST robot_localization-2.5.0.tar.gz 6466866 BLAKE2B 6d56a68eeb15c9774b6b6f93eefb0ae8bf9d7f5bbe0832cb8578b2fda4c7e04840eec5614b8e310a4148fa7be56a232265d5d2ccb00a0e49b42851bb8e5bcadd SHA512 f3b614aaf8cedd28cfc1eeb3406a7910a3d4a89bf83780586fd84cb4bd8aee51d9dbd10a5c894b6548dd6d50f41874413770e45481d38db7a4ef1e37bd81b527 diff --git a/dev-ros/robot_localization/robot_localization-2.5.0.ebuild b/dev-ros/robot_localization/robot_localization-2.5.0.ebuild new file mode 100644 index 000..941ce5516c7 --- /dev/null +++ b/dev-ros/robot_localization/robot_localization-2.5.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/cra-ros-pkg/robot_localization"; +KEYWORDS="~amd64" +CATKIN_HAS_MESSAGES=yes +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geographic_msgs dev-ros/geometry_msgs" + +inherit ros-catkin + +DESCRIPTION="Package of nonlinear state estimation nodes" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/diagnostic_updater + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/eigen_conversions + dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/message_filters + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/roscpp + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/tf2 + dev-ros/tf2_geometry_msgs + dev-ros/tf2_ros + dev-ros/xmlrpcpp + dev-libs/boost:= +" +DEPEND="${RDEPEND} + dev-ros/roslint + dev-cpp/eigen:3 + test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit ) +"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/combined_robot_hw_tests/
commit: 83393cc3a3f8fb996588cc3ee365b028d2585658 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:20:48 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:57 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83393cc3 dev-ros/combined_robot_hw_tests: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/combined_robot_hw_tests/Manifest | 1 + .../combined_robot_hw_tests-0.13.0.ebuild | 26 ++ 2 files changed, 27 insertions(+) diff --git a/dev-ros/combined_robot_hw_tests/Manifest b/dev-ros/combined_robot_hw_tests/Manifest index 69c1671e440..b8e876320e3 100644 --- a/dev-ros/combined_robot_hw_tests/Manifest +++ b/dev-ros/combined_robot_hw_tests/Manifest @@ -1 +1,2 @@ DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b diff --git a/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.13.0.ebuild b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.13.0.ebuild new file mode 100644 index 000..7eef1b930d6 --- /dev/null +++ b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.13.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Combined Robot HW class tests" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/combined_robot_hw + dev-ros/controller_manager + dev-ros/controller_manager_tests + dev-ros/hardware_interface + dev-ros/roscpp + dev-libs/boost:= +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager_tests/
commit: 5adc05c054e8751bbcbabee807bc5fc513b13699 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:21:06 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adc05c0 dev-ros/controller_manager_tests: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/controller_manager_tests/Manifest | 1 + .../controller_manager_tests-0.13.0.ebuild | 28 ++ 2 files changed, 29 insertions(+) diff --git a/dev-ros/controller_manager_tests/Manifest b/dev-ros/controller_manager_tests/Manifest index 69c1671e440..b8e876320e3 100644 --- a/dev-ros/controller_manager_tests/Manifest +++ b/dev-ros/controller_manager_tests/Manifest @@ -1 +1,2 @@ DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b diff --git a/dev-ros/controller_manager_tests/controller_manager_tests-0.13.0.ebuild b/dev-ros/controller_manager_tests/controller_manager_tests-0.13.0.ebuild new file mode 100644 index 000..7f252eed459 --- /dev/null +++ b/dev-ros/controller_manager_tests/controller_manager_tests-0.13.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Tests for the controller manager" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/controller_manager[${PYTHON_USEDEP}] + dev-ros/controller_interface + dev-ros/control_toolbox + dev-libs/boost:= +" +DEPEND="${RDEPEND} + test? ( + dev-ros/rostest[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-ros/rosservice[${PYTHON_USEDEP}] + )"
[gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
commit: d3cb03c8a54ffdebdd0a964816ceb8c10748524b Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:20:06 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:57 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cb03c8 ros-meta/ros_control: Remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 ros-meta/ros_control/Manifest | 6 -- ros-meta/ros_control/ros_control-0.11.0.ebuild | 28 -- ros-meta/ros_control/ros_control-0.11.1.ebuild | 28 -- ros-meta/ros_control/ros_control-0.11.2.ebuild | 28 -- ros-meta/ros_control/ros_control-0.11.3.ebuild | 28 -- ros-meta/ros_control/ros_control-0.11.4.ebuild | 28 -- ros-meta/ros_control/ros_control-0.11.5.ebuild | 28 -- 7 files changed, 174 deletions(-) diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest index 8a49ef9739a..69c1671e440 100644 --- a/ros-meta/ros_control/Manifest +++ b/ros-meta/ros_control/Manifest @@ -1,7 +1 @@ -DIST ros_control-0.11.0.tar.gz 633993 BLAKE2B 6188cf0856620f890b9c4bb37be2eb6847b0796cdf741d4ab5bde3953548daca14f983a1a763c2f1d5b0165ec02d778d364eae0b55c0ae777f7889e26a07e25a SHA512 fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5 -DIST ros_control-0.11.1.tar.gz 634118 BLAKE2B 0c8fa87f6830a214b67526b7c78cdc695b811c849720dc163009fa4d649bb87e4dde58537d20114487fc0376100c9b0fdc49324cf559faae8cadcdcbeceac18d SHA512 2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f -DIST ros_control-0.11.2.tar.gz 647175 BLAKE2B a7b24f9358392f55836906f8587caa117e1a53e27c42e4b7a4c1afdcb62ee7eda8aff0a20c21c62205e020cef56bf406847f228be8c12c42dc25d1fe7631ff13 SHA512 b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674 -DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 25869b9aa7c7d36de2d304c87cecb2e2c99952c69415747827c59b2988a5be27085e9f6f8f9a80dcc5c949a1b03377adc46c8c45b758314b79a96f858bc03d93 SHA512 24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a -DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032 -DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 diff --git a/ros-meta/ros_control/ros_control-0.11.0.ebuild b/ros-meta/ros_control/ros_control-0.11.0.ebuild deleted file mode 100644 index 9a373a0b7cd..000 --- a/ros-meta/ros_control/ros_control-0.11.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-controls/ros_control"; -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/combined_robot_hw - dev-ros/combined_robot_hw_tests - dev-ros/controller_interface - dev-ros/controller_manager - dev-ros/controller_manager_msgs - dev-ros/controller_manager_tests - dev-ros/hardware_interface - dev-ros/joint_limits_interface - dev-ros/rqt_controller_manager - dev-ros/transmission_interface -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/ros_control/ros_control-0.11.1.ebuild b/ros-meta/ros_control/ros_control-0.11.1.ebuild deleted file mode 100644 index 9a373a0b7cd..000 --- a/ros-meta/ros_control/ros_control-0.11.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-controls/ros_control"; -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces,
[gentoo-commits] repo/gentoo:master commit in: dev-ros/combined_robot_hw/
commit: a1b32e8f152ecfd6f1d5e1bdf8e56ea7c2f29250 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:20:44 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:57 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b32e8f dev-ros/combined_robot_hw: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/combined_robot_hw/Manifest | 1 + .../combined_robot_hw-0.13.0.ebuild| 22 ++ 2 files changed, 23 insertions(+) diff --git a/dev-ros/combined_robot_hw/Manifest b/dev-ros/combined_robot_hw/Manifest index 69c1671e440..b8e876320e3 100644 --- a/dev-ros/combined_robot_hw/Manifest +++ b/dev-ros/combined_robot_hw/Manifest @@ -1 +1,2 @@ DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.13.0.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.13.0.ebuild new file mode 100644 index 000..0643b5ed865 --- /dev/null +++ b/dev-ros/combined_robot_hw/combined_robot_hw-0.13.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Combined Robot HW class" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-ros/hardware_interface-0.11 + dev-ros/pluginlib + dev-ros/roscpp + dev-libs/boost:= +" +DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-python/rosdistro/
commit: 3c06591bfa0b5e34d21da74e74237bc63bb1a052 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 19:07:42 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c06591b dev-python/rosdistro: bump to 0.6.3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/rosdistro/Manifest | 1 + dev-python/rosdistro/rosdistro-0.6.3.ebuild | 44 + 2 files changed, 45 insertions(+) diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest index 50e27abd0ad..e88135b0632 100644 --- a/dev-python/rosdistro/Manifest +++ b/dev-python/rosdistro/Manifest @@ -1,2 +1,3 @@ DIST rosdistro-0.6.1.tar.gz 48699 BLAKE2B 87bc8d7d90d3731c5994be94bde9932e16cac8e4c257a97c80c1cc70b2af68bbeaa6c36c1eeba9dc32a75b33cf69196f1520c3475f1dfd56d4ab17804ca6802a SHA512 9f7c9eea737da443b1daaacde6bcea163ac2ffc707efb23016fe77c68423ee192e0610b9aa1c8a4b07735d1784e30a509dc78cf256061fcc4de75ed4c4244f75 DIST rosdistro-0.6.2.tar.gz 42658 BLAKE2B 5f4c574438ff6e791adf1ee8076ab898b656c00bfa8b48b6cd2d871c71c48f3c5b609108ed8005ae47e2554ac92a9512382c1dcdd5bc74614aaf4573b13322b1 SHA512 df7da98a2b46d45d978bbb371ea98cf24aafa0704c1cd991db0f1b785eb3330227d42a505b765653bf11d267f676844e1043e5fcff52b7295afa1b21ffc99301 +DIST rosdistro-0.6.3.tar.gz 48789 BLAKE2B f26da2b2624501321033390d554559a0b807b224c35e96ff1643d6060e0225b9de6e2f9df354c5f6f13d277ba5b46453fe5db10d31cd5b05f50a78360d2b03dd SHA512 9fe50a9ed67d5772912ad7d15c60179894f3d775b593e4f42fff6c5221a77ea89176c9239ac0e962d2997eb6b1b365ad47da1080f69e62a4c75e1ea3f26294f0 diff --git a/dev-python/rosdistro/rosdistro-0.6.3.ebuild b/dev-python/rosdistro/rosdistro-0.6.3.ebuild new file mode 100644 index 000..e9ccf8b2beb --- /dev/null +++ b/dev-python/rosdistro/rosdistro-0.6.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) + +SCM="" +if [ "${PV#}" != "${PV}" ] ; then + SCM="git-r3" + EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"; +fi + +inherit ${SCM} distutils-r1 + +DESCRIPTION="Tools to work with catkinized rosdistro files" +HOMEPAGE="http://wiki.ros.org/rosdistro"; +if [ "${PV#}" != "${PV}" ] ; then + SRC_URI="" + KEYWORDS="" +else + SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz + https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz + " + KEYWORDS="~amd64 ~arm" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="test" + +RDEPEND=" + dev-python/catkin_pkg[${PYTHON_USEDEP}] + dev-python/rospkg[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-python/nose[${PYTHON_USEDEP}] + ) +" + +python_test() { + nosetests --with-xunit test || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_interface/
commit: 3cf4ac96b6d7d582b6908c2eab3ddb7b5eae3b96 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:20:53 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:57 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf4ac96 dev-ros/controller_interface: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/controller_interface/Manifest | 1 + .../controller_interface-0.13.0.ebuild | 21 + 2 files changed, 22 insertions(+) diff --git a/dev-ros/controller_interface/Manifest b/dev-ros/controller_interface/Manifest index d8152076932..ac5c918ccab 100644 --- a/dev-ros/controller_interface/Manifest +++ b/dev-ros/controller_interface/Manifest @@ -7,4 +7,5 @@ DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 25869b9aa7c7d36de2d304c87cecb2e2c9 DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032 DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b DIST ros_control-0.9.3.tar.gz 593174 BLAKE2B 133f9c81b51d8a8fc60619bc43e0afc9f12ebdca5ea31b143a6badd7320c162e7a179e6a984df18882c7c3d089fbabe7802e29cc7c935dc0de9a6524bccd076b SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb diff --git a/dev-ros/controller_interface/controller_interface-0.13.0.ebuild b/dev-ros/controller_interface/controller_interface-0.13.0.ebuild new file mode 100644 index 000..4083b2da06a --- /dev/null +++ b/dev-ros/controller_interface/controller_interface-0.13.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Interface base class for controllers" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/hardware_interface + dev-ros/pluginlib +" +DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager_msgs/
commit: 58b099424c1c0ea04d352f2bca5903d632c36420 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:21:02 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b09942 dev-ros/controller_manager_msgs: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/controller_manager_msgs/Manifest | 1 + .../controller_manager_msgs-0.13.0.ebuild| 20 2 files changed, 21 insertions(+) diff --git a/dev-ros/controller_manager_msgs/Manifest b/dev-ros/controller_manager_msgs/Manifest index d8152076932..ac5c918ccab 100644 --- a/dev-ros/controller_manager_msgs/Manifest +++ b/dev-ros/controller_manager_msgs/Manifest @@ -7,4 +7,5 @@ DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 25869b9aa7c7d36de2d304c87cecb2e2c9 DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032 DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b DIST ros_control-0.9.3.tar.gz 593174 BLAKE2B 133f9c81b51d8a8fc60619bc43e0afc9f12ebdca5ea31b143a6badd7320c162e7a179e6a984df18882c7c3d089fbabe7802e29cc7c935dc0de9a6524bccd076b SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb diff --git a/dev-ros/controller_manager_msgs/controller_manager_msgs-0.13.0.ebuild b/dev-ros/controller_manager_msgs/controller_manager_msgs-0.13.0.ebuild new file mode 100644 index 000..4b55a45174b --- /dev/null +++ b/dev-ros/controller_manager_msgs/controller_manager_msgs-0.13.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) +CATKIN_HAS_MESSAGES=yes +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="The controller manager" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/rospy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager/
commit: 1b5f9fea1f15a0e6e70cd454602a4398c438bfe7 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:20:57 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:57 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5f9fea dev-ros/controller_manager: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/controller_manager/Manifest| 1 + .../controller_manager-0.13.0.ebuild | 30 ++ 2 files changed, 31 insertions(+) diff --git a/dev-ros/controller_manager/Manifest b/dev-ros/controller_manager/Manifest index 69c1671e440..b8e876320e3 100644 --- a/dev-ros/controller_manager/Manifest +++ b/dev-ros/controller_manager/Manifest @@ -1 +1,2 @@ DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b diff --git a/dev-ros/controller_manager/controller_manager-0.13.0.ebuild b/dev-ros/controller_manager/controller_manager-0.13.0.ebuild new file mode 100644 index 000..f250c32a65e --- /dev/null +++ b/dev-ros/controller_manager/controller_manager-0.13.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="The controller manager" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/controller_interface + >=dev-ros/controller_manager_msgs-0.10.0[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + >=dev-ros/hardware_interface-0.10.0 + dev-ros/realtime_tools + dev-ros/pluginlib + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}] + dev-ros/rosparam[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-libs/boost:= +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"
[gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
commit: 38bd1207c3e539c93d0ed2ddf49374aed62e4edf Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:21:29 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bd1207 ros-meta/ros_control: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 ros-meta/ros_control/Manifest | 1 + ros-meta/ros_control/ros_control-0.13.0.ebuild | 28 ++ 2 files changed, 29 insertions(+) diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest index 69c1671e440..b8e876320e3 100644 --- a/ros-meta/ros_control/Manifest +++ b/ros-meta/ros_control/Manifest @@ -1 +1,2 @@ DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b diff --git a/ros-meta/ros_control/ros_control-0.13.0.ebuild b/ros-meta/ros_control/ros_control-0.13.0.ebuild new file mode 100644 index 000..2c352cf60b2 --- /dev/null +++ b/ros-meta/ros_control/ros_control-0.13.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/combined_robot_hw + dev-ros/combined_robot_hw_tests + dev-ros/controller_interface + dev-ros/controller_manager + dev-ros/controller_manager_msgs + dev-ros/controller_manager_tests + dev-ros/hardware_interface + dev-ros/joint_limits_interface + dev-ros/rqt_controller_manager + dev-ros/transmission_interface +" +DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/joint_limits_interface/
commit: dec6c2c1c1dbaf2249fb6906eac14129de9e1fe4 Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 26 18:21:15 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 26 19:07:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec6c2c1 dev-ros/joint_limits_interface: Bump to 0.13.0. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/joint_limits_interface/Manifest| 1 + .../joint_limits_interface-0.13.0.ebuild | 24 ++ 2 files changed, 25 insertions(+) diff --git a/dev-ros/joint_limits_interface/Manifest b/dev-ros/joint_limits_interface/Manifest index 8a49ef9739a..b524dbf62fc 100644 --- a/dev-ros/joint_limits_interface/Manifest +++ b/dev-ros/joint_limits_interface/Manifest @@ -5,3 +5,4 @@ DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 25869b9aa7c7d36de2d304c87cecb2e2c9 DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032 DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 +DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b diff --git a/dev-ros/joint_limits_interface/joint_limits_interface-0.13.0.ebuild b/dev-ros/joint_limits_interface/joint_limits_interface-0.13.0.ebuild new file mode 100644 index 000..14895139a1c --- /dev/null +++ b/dev-ros/joint_limits_interface/joint_limits_interface-0.13.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control"; +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Interface for enforcing joint limits" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/hardware_interface + dev-libs/urdfdom + dev-ros/urdf +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest dev-cpp/gtest )"
[gentoo-commits] repo/gentoo:master commit in: app-misc/ondir/
commit: 86ade5ab229085c7f6ba914b98105411998558e4 Author: Patrice Clement gentoo org> AuthorDate: Tue Dec 26 18:57:53 2017 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 26 18:58:13 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ade5ab app-misc/ondir: EAPI 6 bump. Bug: https://bugs.gentoo.org/642166 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-misc/ondir/ondir-0.2.2-r2.ebuild | 45 1 file changed, 45 insertions(+) diff --git a/app-misc/ondir/ondir-0.2.2-r2.ebuild b/app-misc/ondir/ondir-0.2.2-r2.ebuild new file mode 100644 index 000..d483901c75f --- /dev/null +++ b/app-misc/ondir/ondir-0.2.2-r2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit toolchain-funcs + +DESCRIPTION="Automatically execute scripts as you traverse directories" +HOMEPAGE="http://swapoff.org/OnDir"; +SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + +DEPEND="sys-apps/sed" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ChangeLog README INSTALL scripts.tcsh scripts.sh ) +HTML_DOCS=( changelog.html ondir.1.html ) + +src_prepare() { + default + sed -i \ + -e "s:\(/man/.*$\):/share\1:g" \ + -e "s:-g:${CFLAGS}:" Makefile || die "sed Makefile failed" +} + +src_compile() { + emake \ + CC="$(tc-getCC)" \ + PREFIX="${EPREFIX}/usr" \ + CONF="${EPREFIX}/etc/ondirrc" \ + LDFLAGS="${LDFLAGS}" +} + +src_install() { + default + emake \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}/usr" \ + CONF="${EPREFIX}/etc/ondirrc" \ + install + newdoc ondirrc.eg ondirrc.example +}
[gentoo-commits] repo/gentoo:master commit in: x11-wm/evilwm/
commit: 19a7205a9e01986ef8a8710479d11254db8e7b55 Author: charIes17 arcor de> AuthorDate: Sun Dec 24 18:07:51 2017 + Commit: Amy Liffey gentoo org> CommitDate: Tue Dec 26 18:53:34 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a7205a x11-wm/evilwm: Adjust HOMEPAGE Use http://www.6809.org.uk/evilwm/ instead of redirecting from http://evilwm.sourceforge.net Closes: https://bugs.gentoo.org/642156 Closes:#6623 Package-Manager: Portage-2.3.13, Repoman-2.3.3 x11-wm/evilwm/evilwm-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/evilwm/evilwm-1.0.1.ebuild b/x11-wm/evilwm/evilwm-1.0.1.ebuild index e495e9fde6b..cfe723a8ea2 100644 --- a/x11-wm/evilwm/evilwm-1.0.1.ebuild +++ b/x11-wm/evilwm/evilwm-1.0.1.ebuild @@ -5,8 +5,8 @@ EAPI=3 inherit toolchain-funcs multilib DESCRIPTION="A minimalist, no frills window manager for X" +HOMEPAGE="http://www.6809.org.uk/evilwm/"; SRC_URI="http://www.6809.org.uk/evilwm/${P}.tar.gz"; -HOMEPAGE="http://evilwm.sourceforge.net"; LICENSE="MIT 9wm" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: profiles/base/
commit: 7c47a6981f3ceee10a3645405938f4f44e2c6495 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Dec 21 14:55:25 2017 + Commit: Michael Orlitzky gentoo org> CommitDate: Tue Dec 26 17:57:25 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c47a698 profiles: drop USE=cracklib from base/make.defaults. The "cracklib" USE flag has long (since 2007ish) been enabled by default for all profiles. But, the features that it provides are not critical for any of the packages that use it: typically, the library is used to evaluate a candidate password and to prevent the user from choosing a weak one. Since the flag is not critical, and because we now have per-package USE defaults, this commit removes it from base/make.defaults. Closes: https://bugs.gentoo.org/635698 profiles/base/make.defaults | 10 -- 1 file changed, 10 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index db5f5389791..8139749349d 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -71,16 +71,6 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge # Some common lcd devices LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" -# 2006/10/17 - Daniel Drake -# cracklib is becoming optional in shadow (and removed from system) as of -# today. However, cracklib is very standard across the Linux world so we -# enable it by default. -# -# Diego Pettenò (14 Jul 2007) -# Moved to base/ profile from default-linux/ so that it also applies to -# embedded and hardened profiles. -USE="cracklib" - # Miroslav Šulc (19 Nov 2008) # Netbeans modules/clusters NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/
commit: 7ebb99fe42a205ed3ca33f39aa897c88a9d99846 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Dec 26 17:27:41 2017 + Commit: Robin H. Johnson gentoo org> CommitDate: Tue Dec 26 17:27:56 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebb99fe sys-kernel/genkernel: bump. Package-Manager: Portage-2.3.16, Repoman-2.3.6 sys-kernel/genkernel/Manifest | 1 + sys-kernel/genkernel/genkernel-3.5.2.5.ebuild | 167 ++ 2 files changed, 168 insertions(+) diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest index df0ad4fc285..f92925a6d53 100644 --- a/sys-kernel/genkernel/Manifest +++ b/sys-kernel/genkernel/Manifest @@ -13,6 +13,7 @@ DIST genkernel-3.5.2.1.tar.xz 293680 BLAKE2B 22531495514c1ff0e3354ba4d04687aa672 DIST genkernel-3.5.2.2.tar.xz 316632 BLAKE2B 31c0b8cb50049c227ddc2c631d70b8a90df7ec79aee1e397c1a96594e5730145d093ff9dd5bc2e9e433e09f1bdccf76d01f6d637c5b071f10183670aee6773c7 SHA512 c98f836d92b2a940fc76e9c9b8799c19a55f6ac818fe74280321a954361e5d0886095d0b95ef429791161fb67afd3d7fdff518cc99c58bdc120456f7321c8edf DIST genkernel-3.5.2.3.tar.xz 317280 BLAKE2B 0dcc85dc67fde24bff7d6e86fef5967ae81a45b301e6306fb6d147b7dd5bb72127f364165daefc22e6a340ca31caeaacd94f3618d0d8230ca44e8106e87f3cfd SHA512 78e4464b19d825221527a2c60eecd4a1a625dc66c2d0cc33d69883ad0687e37f974c755301710f582bd4264dc328871d1327314eb098e09c7e6e393b1978f100 DIST genkernel-3.5.2.4.tar.xz 318152 BLAKE2B 101bd8011b73699a3d8410fcb93adca2417254f05dc4657e583b17a449ba68aa08a3969c93cf558faab751efdcffc1dc8181003a0be0a2c3c8edcd03f09fe943 SHA512 2490ad2c6bacda87c848f8e216318e41f76cc25459c1960d0a10c5ad5768736a527cb954ed2c41ad1f52f53a37ca8c049a56793e97a3cb598b3cc4e436156a74 +DIST genkernel-3.5.2.5.tar.xz 318652 BLAKE2B 9b0e1b07f61b54edc1d263cc679b36d7e9062fd1e7cf11fc9442cf60b217274bc73425150ca963b6a91cd504d7817a852fa5bf4ad7634ff8d1ec3b43748ded41 SHA512 096aa77f4a52afefcef81ff6c7eb281e539af304854572389e38bbdd735ca723c7a5f2f7163fa9f387e3a2a78a2ba117260f1c8396ed4e51e12a91ad0fb0ff90 DIST gnupg-1.4.11.tar.bz2 3407075 BLAKE2B 85d35d2e4da65d54add1010ea0486b943b328785e28c4efcaa2b65daafd53410a355d1df79ae45c5f7767d2eb7ff1f0b9637f417e65b084d2c760a281abd317a SHA512 97e7b8b0f972cc2f7cabdb0e013cbee1c33e7d48407d040cca5c2037e32abe1c2100194be7d3b569d4f05eb16b24c205a5b83f06718f0241f8d4ee174f1c37ae DIST gnupg-1.4.22.tar.bz2 3746546 BLAKE2B 9a2d37eeab10f2a7353804098e865ad45db846696a00a47f5bebf47145f79e0d2bf9c01c0195e2fe79af07946a3feac0d4589656c3e698a3a548ff1dd74ce759 SHA512 c03acac0fa55761470bb085d78a44e2b99ebb187e8396cbb031a184b1e40bef2a40c91da07755d1a20610a3daa6aa1eefea2d12a0dbd5a79a45466166419c708 DIST mdadm-3.1.5.tar.bz2 292709 BLAKE2B a21fb41c6fd9f332e358339537cffd520788140976bf37fece072ee15eb512b1455e3a927abca0a4315e59659d3d114e407bb98a0ca8e6e559e1d1b83be4abbf SHA512 6fcf426d63ede01f99ebeee9be686857a04f9b601b37f76722c091ae2999b3ff66fdba52d47323f27900553125a897fc1815fe7be850aa9cc991dd5fa91a5d5d diff --git a/sys-kernel/genkernel/genkernel-3.5.2.5.ebuild b/sys-kernel/genkernel/genkernel-3.5.2.5.ebuild new file mode 100644 index 000..412593ca904 --- /dev/null +++ b/sys-kernel/genkernel/genkernel-3.5.2.5.ebuild @@ -0,0 +1,167 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# genkernel--> latest Git branch "master" +# genkernel-VERSION -> normal genkernel release + +EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12 + +VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches +VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches +VERSION_MDADM='4.0' # warning, be sure to bump patches +VERSION_FUSE='2.8.6' # warning, be sure to bump patches +VERSION_ISCSI='2.0-872' # warning, be sure to bump patches +VERSION_LVM='2.02.173' # warning, be sure to bump patches +VERSION_UNIONFS_FUSE='0.24' +VERSION_GPG='1.4.22' + +RH_HOME="ftp://sourceware.org/pub"; +DM_HOME="https://people.redhat.com/~heinzm/sw/dmraid/src"; +BB_HOME="https://busybox.net/downloads"; + +COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2 + ${DM_HOME}/old/dmraid-${VERSION_DMRAID}.tar.bz2 + mirror://kernel/linux/utils/raid/mdadm/mdadm-${VERSION_MDADM}.tar.xz + ${RH_HOME}/lvm2/LVM2.${VERSION_LVM}.tgz + ${RH_HOME}/lvm2/old/LVM2.${VERSION_LVM}.tgz + ${BB_HOME}/busybox-${VERSION_BUSYBOX}.tar.bz2 + http://www.open-iscsi.org/bits/open-iscsi-${VERSION_ISCSI}.tar.gz + mirror://gentoo/open-iscsi-${VERSION_ISCSI}.tar.gz + mirror://sourceforge/fuse/fuse-${VERSION_FUSE}.tar.gz + http://podgorny.cz/unionfs-fuse/releases/unionfs-fuse-${VERSION_UNIONFS_FUSE}.tar.bz2 + mirror://gentoo/unionfs-fuse-${VERSION_UNIONFS_FUSE}.tar.bz2 + mirror://gnupg/gnupg/gnupg-${VERSION_GPG}.tar.bz2" + +if [[ ${PV} == * ]] +then
[gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/
commit: 0c689de38bcc3b4279aa9e3b09c836e48a237e3d Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 17:24:28 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 17:24:51 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c689de3 dev-libs/mpc: explicitly regenerate ./configure, noticed by Anarchy Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/mpc/mpc-1.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/mpc/mpc-1.0.3.ebuild b/dev-libs/mpc/mpc-1.0.3.ebuild index ac5e3396ddd..66845b9d3d0 100644 --- a/dev-libs/mpc/mpc-1.0.3.ebuild +++ b/dev-libs/mpc/mpc-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI="4" -inherit eutils libtool multilib-minimal +inherit autotools eutils libtool multilib-minimal DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding" HOMEPAGE="http://mpc.multiprecision.org/"; @@ -20,6 +20,7 @@ RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-mpfr-4.0.0.patch + eautoreconf elibtoolize #347317 }
[gentoo-commits] repo/gentoo:master commit in: dev-libs/argtable/
commit: 9daceab62525df8777297aff82f2cdf1c243b713 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 17:00:40 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 17:00:40 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daceab6 dev-libs/argtable: Drop revision with old EAPI Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/argtable/argtable-2.13.ebuild | 47 -- 1 file changed, 47 deletions(-) diff --git a/dev-libs/argtable/argtable-2.13.ebuild b/dev-libs/argtable/argtable-2.13.ebuild deleted file mode 100644 index eb1d1ecaed6..000 --- a/dev-libs/argtable/argtable-2.13.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 -inherit versionator - -DESCRIPTION="An ANSI C library for parsing GNU-style command-line options with minimal fuss" -HOMEPAGE="http://argtable.sourceforge.net/"; - -MY_PV="$(replace_version_separator 1 '-')" -MY_P=${PN}${MY_PV} - -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc debug examples static-libs" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - rm -rf "${D}"/usr/share/doc/${PN}2/ - - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" - - if use doc ; then - cd "${S}/doc" - dohtml *.html *.gif || die "dohtml failed" - dodoc *.pdf *.ps || die "dodoc failed" - fi - - if use examples ; then - cd "${S}/example" - docinto examples - dodoc Makefile *.[ch] README.txt || die "dodoc failed" - fi - - find "${ED}" -name "*.la" -delete || die "failed to delete .la files" -}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/argtable/
commit: 917727e74bdb97a4be35cb5ce03e5c1f97df457d Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 16:59:18 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 16:59:53 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917727e7 dev-libs/argtable: amd64/x86 stable Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/argtable/argtable-2.13-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/argtable/argtable-2.13-r1.ebuild b/dev-libs/argtable/argtable-2.13-r1.ebuild index 2c4752d6da8..bebef16f0f4 100644 --- a/dev-libs/argtable/argtable-2.13-r1.ebuild +++ b/dev-libs/argtable/argtable-2.13-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc debug examples static-libs" S="${WORKDIR}/${MY_P}"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/mpfr/
commit: 5757778ede10d1eb3129673a102d9942ceda8b66 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 26 16:57:48 2017 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 26 16:58:04 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5757778e dev-libs/mpfr: remove dohtml, bug #642314 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/mpfr/mpfr-4.0.0.ebuild | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-libs/mpfr/mpfr-4.0.0.ebuild b/dev-libs/mpfr/mpfr-4.0.0.ebuild index f5f8b34e67b..d74928dff90 100644 --- a/dev-libs/mpfr/mpfr-4.0.0.ebuild +++ b/dev-libs/mpfr/mpfr-4.0.0.ebuild @@ -23,6 +23,8 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} +HTML_DOCS=( doc/FAQ.html ) + src_prepare() { if [[ ${PLEVEL} != ${PV} ]] ; then local i @@ -45,10 +47,6 @@ multilib_src_configure() { } multilib_src_install_all() { + rm "${ED}"/usr/share/doc/"${P}"/COPYING* use static-libs || find "${ED}"/usr -name '*.la' -delete - - # clean up html/license install - pushd "${ED}"/usr/share/doc/${PF} >/dev/null || die - dohtml *.html && rm COPYING* *.html - popd >/dev/null || die }
[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
commit: 8d6097c0bafcd9f8b7aa980d86bd0e2f1fd196b2 Author: Mike Gilbert gentoo org> AuthorDate: Tue Dec 26 16:55:34 2017 + Commit: Mike Gilbert gentoo org> CommitDate: Tue Dec 26 16:55:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6097c0 www-client/chromium: depend on >=media-libs/harvbuzz-1.6.0 Needed for hb_font_set_ptem symbol. Reported-by: Oleg funtoo.org> Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36 www-client/chromium/chromium-65.0.3298.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-65.0.3298.3.ebuild b/www-client/chromium/chromium-65.0.3298.3.ebuild index 04bbef975cf..f125feec488 100644 --- a/www-client/chromium/chromium-65.0.3298.3.ebuild +++ b/www-client/chromium/chromium-65.0.3298.3.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=" >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= - >=media-libs/harfbuzz-1.5.0:=[icu(-)] + >=media-libs/harfbuzz-1.6.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-mk-defs/
commit: cf9fd71165dfced838ef01ee353682008c0a9342 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 16:53:26 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 16:54:12 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9fd711 sys-freebsd/freebsd-mk-defs: Drop versions with old EAPI Package-Manager: Portage-2.3.13, Repoman-2.3.3 sys-freebsd/freebsd-mk-defs/Manifest | 2 -- .../freebsd-mk-defs/freebsd-mk-defs-8.2.ebuild | 40 -- .../freebsd-mk-defs/freebsd-mk-defs-9.1.ebuild | 38 3 files changed, 80 deletions(-) diff --git a/sys-freebsd/freebsd-mk-defs/Manifest b/sys-freebsd/freebsd-mk-defs/Manifest index ae42b6964e8..0f580c25508 100644 --- a/sys-freebsd/freebsd-mk-defs/Manifest +++ b/sys-freebsd/freebsd-mk-defs/Manifest @@ -1,5 +1,3 @@ -DIST freebsd-share-8.2.tar.bz2 3797560 BLAKE2B 411eae0c8da465cbfb61be450bc72218b97499aa8ce36abbafc8408aa85a10a144b48a0b3941d8049326f1afe9c0306c66ce176e8fb456981185c39671100cbb SHA512 b3f964253f80e58cde12f26e48a23aa75c17b9ab2810f91a4bd2d7efbe902af7c73c219f8373a4fc97ee0a35d25627b8815c79c136ef18620acc8bd0ee5bd6c4 -DIST freebsd-share-9.1.tar.bz2 6733003 BLAKE2B 12bff34814fc3e893a95480a3ed1a389f426b6c7c7526c572aaf3bf710258feae78f09390dc29ccf563eb700407ab2f600c251c4a3927556e9d5ca323f37b17f SHA512 9665e3d5253f49a55921012bd21a8688210a1993ba6be4ad17b5ba5619104a50f3199d49a0eb83cf29db5a06c407beb15616bfe71338c680fe34ec47564c4b43 DIST freebsd-src-10.3.tar.xz 126900216 BLAKE2B d238527895bde90905f25538e69f430135a41a9d68681d9acdacd1410fb88983e21400f6d5ee937bb05bd23f7ac93675c94937363218f8bd158da0970185efa6 SHA512 a0c95fc4bbc5ad7599d0a83651a497e85cd85a5c433e5e175c57480b466c9eb5aa0390804d6336da8301c75ad499484399d39b8f7efbcfda8cafb09b1aa12d8f DIST freebsd-src-11.0.tar.xz 140252356 BLAKE2B 78c9e446111034f2d334597b261deeab489af1841f411e8ee8b7d39ebff6965698dfbefca3f41034cb03760f55cbc36e9e134bc935e925b2109005c21e4a4c86 SHA512 ee1271bb38ee46fbab3d49b33f5b5afd76f9402b2e792581d63f02272df8e2a4011fac97ad550434f0c2fc5fe241940276629bde55e75f8638896a81339870cd DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e SHA512 b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca diff --git a/sys-freebsd/freebsd-mk-defs/freebsd-mk-defs-8.2.ebuild b/sys-freebsd/freebsd-mk-defs/freebsd-mk-defs-8.2.ebuild deleted file mode 100644 index 9a6038baf42..000 --- a/sys-freebsd/freebsd-mk-defs/freebsd-mk-defs-8.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit bsdmk freebsd - -DESCRIPTION="Makefile definitions used for building and installing libraries and system files" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~sparc-fbsd ~x86-fbsd" - -IUSE="" - -SRC_URI="mirror://gentoo/${SHARE}.tar.bz2" - -RDEPEND="" -DEPEND="" - -RESTRICT="strip" - -S="${WORKDIR}/share/mk" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${PN}-8.0-gentoo.patch" - - [[ ${CHOST} != *-*bsd* || ${CHOST} == *-gnu ]] && \ - epatch "${FILESDIR}/${PN}-8.0-gnu.patch" -} - -src_compile() { :; } - -src_install() { - if [[ ${CHOST} != *-freebsd* ]]; then - insinto /usr/share/mk/freebsd - else - insinto /usr/share/mk - fi - doins *.mk *.awk -} diff --git a/sys-freebsd/freebsd-mk-defs/freebsd-mk-defs-9.1.ebuild b/sys-freebsd/freebsd-mk-defs/freebsd-mk-defs-9.1.ebuild deleted file mode 100644 index 73ca444f039..000 --- a/sys-freebsd/freebsd-mk-defs/freebsd-mk-defs-9.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit bsdmk freebsd - -DESCRIPTION="Makefile definitions used for building and installing libraries and system files" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" - -IUSE="userland_GNU" - -SRC_URI="mirror://gentoo/${SHARE}.tar.bz2" - -RDEPEND="" -DEPEND="" - -RESTRICT="strip" - -S="${WORKDIR}/share/mk" - -src_prepare() { - epatch "${FILESDIR}/${PN}-9.1-gentoo.patch" - epatch "${FILESDIR}/${PN}-add-nossp-cflags.patch" - use userland_GNU && epatch "${FILESDIR}/${PN}-9.1-gnu.patch" -} - -src_compile() { :; } - -src_install() { - if [[ ${CHOST} != *-freebsd* ]]; then - insinto /usr/share/mk/freebsd - else - insinto /usr/share/mk - fi - doins *.mk *.awk -}
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: e174da06065cffc1b3cb099298a69338c1a7d7d2 Author: Matthias Maier gentoo org> AuthorDate: Tue Dec 26 16:44:50 2017 + Commit: Matthias Maier gentoo org> CommitDate: Tue Dec 26 16:46:34 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e174da06 profiles: Mask dev-libs/mpfr due to soname bump profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index d90e5da7439..df71ba052b5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Matthias Maier (26 Dec 2017) +# gcc depends on mpfr and this version changes soname. Spare users with +# FEATURES=-preserve-libs from completely frying their system. +>=dev-libs/mpfr-4.0.0 + # Andreas K. Hüttel (25 Dec 2017) # Provided (and blocked) by app-text/texlive-core # Removal in 30 days; bug 628820
[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/
commit: c16cffd2f3a720a6de660ec7ad8954b839b4003f Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 26 16:41:28 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 26 16:41:42 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16cffd2 www-servers/nginx: x86 stable (bug #642328) Package-Manager: Portage-2.3.19, Repoman-2.3.6 www-servers/nginx/nginx-1.12.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx/nginx-1.12.2-r1.ebuild b/www-servers/nginx/nginx-1.12.2-r1.ebuild index fdf52f005cc..cacb3fe4c7f 100644 --- a/www-servers/nginx/nginx-1.12.2-r1.ebuild +++ b/www-servers/nginx/nginx-1.12.2-r1.ebuild @@ -172,7 +172,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ nginx_modules_http_push_stream? ( GPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" # Package doesn't provide a real test suite RESTRICT="test"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/, dev-libs/mpc/files/
commit: cdf7f5c37e8a3dfacfbf5fc81a6a2a8ef3b77a9a Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Dec 26 16:39:25 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Dec 26 16:39:56 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf7f5c3 dev-libs/mpc: fix build failure against mpfr-4.0.0, bug #642300 mprf-4.0.0 introduced new 'mpfr_fmma' symbol that collides with mpc's 'mpfr_fmma' symbol. It's a backport of upstream commit https://scm.gforge.inria.fr/anonscm/gitweb?p=mpc/mpc.git;a=commitdiff;h=36a84f43f326de14db888ba07936cc9621c23f19 ("use mpfr_fmma and mpfr_fmms if provided by mpfr") which does the following to mitigate build failure: - rename local symbol to 'mpc_fmma' to avoid collision - reuse mpfr's symbol if that exists Reported-by: Perfect Gentleman Closes: https://bugs.gentoo.org/642300 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/mpc/files/mpc-1.0.3-mpfr-4.0.0.patch | 85 +++ dev-libs/mpc/mpc-1.0.3.ebuild | 1 + 2 files changed, 86 insertions(+) diff --git a/dev-libs/mpc/files/mpc-1.0.3-mpfr-4.0.0.patch b/dev-libs/mpc/files/mpc-1.0.3-mpfr-4.0.0.patch new file mode 100644 index 000..7f9f7e2b974 --- /dev/null +++ b/dev-libs/mpc/files/mpc-1.0.3-mpfr-4.0.0.patch @@ -0,0 +1,85 @@ +https://bugs.gentoo.org/642300 + +From 36a84f43f326de14db888ba07936cc9621c23f19 Mon Sep 17 00:00:00 2001 +From: Paul Zimmermann +Date: Sun, 10 Jan 2016 23:19:37 +0100 +Subject: [PATCH] use mpfr_fmma and mpfr_fmms if provided by mpfr + +--- + configure.ac | 16 + src/mul.c| 15 --- + 2 files changed, 28 insertions(+), 3 deletions(-) + +diff --git a/configure.ac b/configure.ac +index b6fa199..bdb21ff 100644 +--- a/configure.ac b/configure.ac +@@ -165,6 +165,22 @@ AC_LINK_IFELSE( + AC_MSG_ERROR([libmpfr not found or uses a different ABI (including static vs shared).]) + ]) + ++AC_MSG_CHECKING(for mpfr_fmma) ++LIBS="-lmpfr $LIBS" ++AC_LINK_IFELSE( ++[AC_LANG_PROGRAM( ++[[#include "mpfr.h"]], ++[[mpfr_t x; mpfr_fmma (x, x, x, x, x, 0);]] ++)], ++[ ++ AC_MSG_RESULT(yes) ++ AC_DEFINE(HAVE_MPFR_FMMA, 1, [mpfr_fmma is present]) ++ ], ++[ ++AC_MSG_RESULT(no) ++ AC_DEFINE(HAVE_MPFR_FMMA, 0, [mpfr_fmma is not present]) ++]) ++ + # Check for a recent GMP + # We only guarantee that with a *functional* and recent enough GMP version, + # MPC will compile; we do not guarantee that GMP will compile. +diff --git a/src/mul.c b/src/mul.c +index 3c9c0a7..8c4afe4 100644 +--- a/src/mul.c b/src/mul.c +@@ -175,8 +175,9 @@ mul_imag (mpc_ptr z, mpc_srcptr x, mpc_srcptr y, mpc_rnd_t rnd) + #define MPFR_EXP(x) ((x)->_mpfr_exp) + #define MPFR_LIMB_SIZE(x) ((MPFR_PREC (x) - 1) / GMP_NUMB_BITS + 1) + ++#if HAVE_MPFR_FMMA == 0 + static int +-mpfr_fmma (mpfr_ptr z, mpfr_srcptr a, mpfr_srcptr b, mpfr_srcptr c, ++mpc_fmma (mpfr_ptr z, mpfr_srcptr a, mpfr_srcptr b, mpfr_srcptr c, +mpfr_srcptr d, int sign, mpfr_rnd_t rnd) + { +/* Computes z = ab+cd if sign >= 0, or z = ab-cd if sign < 0. +@@ -359,6 +360,7 @@ mpfr_fmma (mpfr_ptr z, mpfr_srcptr a, mpfr_srcptr b, mpfr_srcptr c, +return inex; + } ++#endif + + + int + mpc_mul_naive (mpc_ptr z, mpc_srcptr x, mpc_srcptr y, mpc_rnd_t rnd) +@@ -375,10 +377,17 @@ mpc_mul_naive (mpc_ptr z, mpc_srcptr x, mpc_srcptr y, mpc_rnd_t rnd) +else + rop [0] = z [0]; + +- inex = MPC_INEX (mpfr_fmma (mpc_realref (rop), mpc_realref (x), mpc_realref (y), mpc_imagref (x), +- mpc_imagref (y), -1, MPC_RND_RE (rnd)), ++#if HAVE_MPFR_FMMA ++ inex = MPC_INEX (mpfr_fmms (mpc_realref (rop), mpc_realref (x), mpc_realref (y), mpc_imagref (x), ++ mpc_imagref (y), MPC_RND_RE (rnd)), + mpfr_fmma (mpc_imagref (rop), mpc_realref (x), mpc_imagref (y), mpc_imagref (x), ++ mpc_realref (y), MPC_RND_IM (rnd))); ++#else ++ inex = MPC_INEX (mpc_fmma (mpc_realref (rop), mpc_realref (x), mpc_realref (y), mpc_imagref (x), ++ mpc_imagref (y), -1, MPC_RND_RE (rnd)), ++mpc_fmma (mpc_imagref (rop), mpc_realref (x), mpc_imagref (y), mpc_imagref (x), +mpc_realref (y), +1, MPC_RND_IM (rnd))); ++#endif + +mpc_set (z, rop, MPC_RNDNN); +if (overlap) +-- +2.15.1 + diff --git a/dev-libs/mpc/mpc-1.0.3.ebuild b/dev-libs/mpc/mpc-1.0.3.ebuild index 198111c0b08..ac5e3396ddd 100644 --- a/dev-libs/mpc/mpc-1.0.3.ebuild +++ b/dev-libs/mpc/mpc-1.0.3.ebuild @@ -19,6 +19,7 @@ DEPEND=">=dev-libs/gmp-4.3.2[${MULTILIB_USEDEP},static-libs?] RDEPEND="${DEPEND}" src_prepare() { + epatch "${FILESDIR}"/${P}-mpfr-4.0.0.patch elibtoolize #347317 }
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
commit: acb6dd57dcd78bec00b15bf15ee40978c247b4aa Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 26 16:23:04 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 26 16:34:43 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb6dd57 net-analyzer/wireshark: x86 stable (bug #639686) Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-analyzer/wireshark/wireshark-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/wireshark/wireshark-2.4.3.ebuild b/net-analyzer/wireshark/wireshark-2.4.3.ebuild index f006ba33901..b06235b26fa 100644 --- a/net-analyzer/wireshark/wireshark-2.4.3.ebuild +++ b/net-analyzer/wireshark/wireshark-2.4.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE=" adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2 +dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 lua
[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/
commit: d609bbeb50dee991641cfbf1d7e99e8285847bcb Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 26 16:34:28 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 26 16:34:45 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d609bbeb www-servers/nginx: Bump to v1.13.8 mainline Ebuild changes: === - rtmp module bumped to v1.2.1 Package-Manager: Portage-2.3.19, Repoman-2.3.6 www-servers/nginx/Manifest|2 + www-servers/nginx/nginx-1.13.8.ebuild | 1006 + 2 files changed, 1008 insertions(+) diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest index fed031b523a..a19dd8765e4 100644 --- a/www-servers/nginx/Manifest +++ b/www-servers/nginx/Manifest @@ -7,6 +7,7 @@ DIST nginx-1.13.4.tar.gz 988415 BLAKE2B 7afcd99b8382307a97550de9401c89b3cc7e79c1 DIST nginx-1.13.5.tar.gz 988821 BLAKE2B 1711966abe6d52fdda0b27488edc3f9c555bad498f661524e908af5c34a681dc878cd55449e76a003ae2adb43f61c8b1ee4329b72940bc7fbab6decc6f18ae4a SHA512 ffd0406a75a35da427522f58c9b710cde86acb1ebf48f4e6b7f6a44e04ccd83950fedc6dceed9e2ab5132e06559f3bf45935d5011fc436e7c2efd46ac1e86459 DIST nginx-1.13.6.tar.gz 989760 BLAKE2B d833f0b432a33f8cf36108f42e423b95efd410f745a6bc17d6749952f5024641548ebd41e6c31cdda246428c38ae07df70bb4d9c0a6794cad3e3256d07ff3f03 SHA512 9ae218396e94f0e165d4d573a979354045ac579f0dcc702a37bde3ec5764e21161efc90fc1ff66bd402047c41a16ca0ff02423eaeb8d89b397e970df246f419e DIST nginx-1.13.7.tar.gz 990836 BLAKE2B 158c70018426e78a8e5157bde1c164de78bb9968c37f4c3fe24e30ef3df7690abdd6932522c6c179db8c5ff4da0f3fcee925e3b2680bfa33dc2b2abc8f007708 SHA512 77ee919315e0b16ec042ec80b5a9ed01ef057d30fded4c1991fc1b7648d41433b94897fbe6f0900299d3596ede7b25e842e47c44865b1c3d91d2dc6363d23fc0 +DIST nginx-1.13.8.tar.gz 992237 BLAKE2B 268eebb98a1ae1acbc9fb3ae4e445b26cfff68d8833285527b86f73d5a076f43fb6840b2aad6ff0e8458b47abbe8a9883c43c8a6b40c65d040b3bff88c6910eb SHA512 f2a4d41941ec223afcb57a6deb6523e0d4f54f96c7362835d366fa04a4b4578f6c4f27aa7774c1ecd40a42087df83e5c03d024e72caba83c558ec7e580c756a1 DIST nginx-auth-ldap-49a8b4d28fc4a518563c82e0b52821e5f37db1fc.tar.gz 17159 BLAKE2B f2209c8b5eb5616a362f2b532245167a5940faad6d66d98a94b3bf2d1e33a73492d42c60a9ddad347a592362a002ff38273a5d1f61f663984a09e14a3fe35e0f SHA512 323abd0ca8e90f5afcaf81a8ff1a8abe3dfcbff3d69f0dd4a1c005fe6436acbf3076c4c57a4df877b3d8e388cbea085d46301bb2df9c0752e2567817ff7cca92 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 BLAKE2B d37ef9a15c91abe3c6258e420d1f99fa452f9d9966a0e13102174973314a3bac5413957a5fe632a9dcb1163b3be5df8116e05cc053ee061e19319ec25f341570 SHA512 6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529 DIST ngx_devel_kit-0.3.0-r1.tar.gz 66455 BLAKE2B e4e987a85b2283ba540b4b894382e65dac7fbca23e233b1031b38828908088370cdb1a9bded4d4ee1ceb1c2e1d506dc2b6f4ba5f6ee94248e863def5a1c8dd1a SHA512 558764c9be913a4f61d0e277d07bf3c272e1ce086b3fadb85b693a7e92805cd9fca4da7a8d29c96e53fc0d23b331327d3b2561ff61f19d2330e7d5d35ac7d614 @@ -34,3 +35,4 @@ DIST ngx_memc_module-0.18.tar.gz 37113 BLAKE2B e5b89c7c7a3e6f8ee7c1b2623fbec7885 DIST ngx_metrics-0.1.1.tar.gz 2964 BLAKE2B 95d71ea26c949c345b83e353bd66a20df18cc8b2b93f692615a1b39c1f327393647f80e7a27e6929799a6e7e3469b61e1cd72f7821f7a820da4dd7cd9a96d85c SHA512 d36a8fb0104c83b6b564e03b351aa750cab08650264c74d6f786af357bfb7006b531a93270dd961896ea8dafe27e5db8548ede714c5f52c4742876bc73af4b5e DIST ngx_mogilefs_module-1.0.4.tar.gz 11208 BLAKE2B e0729b66554c8890727190a624d4c9aef6499dfc2e301541a9bfc15690caf6d3155c8a4b8f7a1555a7655b47aa0cd1b797aeb8ba82efa92ab80808218a0bdcff SHA512 b8cb7eaf6274f4e2247dbcb39db05072d2b2d4361256a325fafab5533d7ce0c4ae9e2905b954dfcfa4789c9cab5cccf2ac1c3a1f02f6a327ed95b562d7773ed1 DIST ngx_rtmp-1.2.0.tar.gz 519895 BLAKE2B a5a888473dd2ba2320ff74017e8445d96fa3e361acc559edb270ad075c937ab5630e537a67ad8ed134a7ec5809ae63e38791ac25ceab3e26160469be8cc2e82c SHA512 8965d9bee91a46375516ccd012d1c43cd23f15c0630d11ed01472b9a84504574b476f22c5584f43c972a8f923e9ae025b9b60c64aace0ed159c7279bcbd376c8 +DIST ngx_rtmp-1.2.1.tar.gz 519919 BLAKE2B 744ccb8031eb9653f158f9eceba64fc9c8af7b9a42e64ef996ab3bbbe1402e5ffd3efcc8e4aaca437eb5e208e4b6f2d8643fcca953b32f32543eaa1ae4d9505c SHA512 4a0af5e9afa4deb0b53de8de7ddb2cfa6430d372e1ef9e421f01b509548bd134d427345442ac1ce667338cc2a1484dc2ab732e316e878ac7d3537dc527d5f922 diff --git a/www-servers/nginx/nginx-1.13.8.ebuild b/www-servers/nginx/nginx-1.13.8.ebuild new file mode 100644 index 000..0cad8199f3f --- /dev/null +++ b/www-servers/nginx/nginx-1.13.8.ebuild @@ -0,0 +1,1006 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +# Maintainer notes: +# - http_rewrite-independent pcre-support makes sense for matching locations without an actual rewrite +# - any http-module
[gentoo-commits] repo/gentoo:master commit in: dev-libs/liblist/
commit: 213948496c331196f6defb85b4353efd5a18d0d5 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 26 16:20:48 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 26 16:34:41 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21394849 dev-libs/liblist: x86 stable (bug #642276) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/liblist/liblist-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/liblist/liblist-2.4.ebuild b/dev-libs/liblist/liblist-2.4.ebuild index 0d6a7672374..7999fd600cf 100644 --- a/dev-libs/liblist/liblist-2.4.ebuild +++ b/dev-libs/liblist/liblist-2.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="ftp://ohnopublishing.net/mirror/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux" IUSE="doc examples static-libs" RDEPEND="doc? ( media-gfx/transfig
[gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/, dev-util/uncrustify/files/
commit: 8834457d602e4d9f93c58c4ff39f4bca27fdfceb Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 16:33:40 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 16:33:40 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8834457d dev-util/uncrustify: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-util/uncrustify/Manifest | 2 -- .../uncrustify/files/uncrustify-0.59-unistdh.patch | 16 -- dev-util/uncrustify/uncrustify-0.59.ebuild | 32 dev-util/uncrustify/uncrustify-0.66.ebuild | 35 -- 4 files changed, 85 deletions(-) diff --git a/dev-util/uncrustify/Manifest b/dev-util/uncrustify/Manifest index 0cb5831714b..510a7835837 100644 --- a/dev-util/uncrustify/Manifest +++ b/dev-util/uncrustify/Manifest @@ -1,3 +1 @@ -DIST uncrustify-0.59.tar.gz 983822 BLAKE2B b73ef70bf4175433d1e7ad9c2f0adca251af55ccc0e7892d3d4e4a987854eb4285fe2d2da3b66d8765a64a2cc3ad50c23ceb494b0d8afa54ab64f399aa97fa3f SHA512 eb228ecb63f777e90ecca44bdef2312fbca2cdbdf9dd899e1f67e9917265667584796b983050138bae39773ab2627e3c3035e519f64dfe51475f207a0e3af900 DIST uncrustify-0.66.1.tar.gz 1208142 BLAKE2B d642eb6c8e2a147aa17bd25f4ca0ee7e9471fa4f7d288c5e06e4814d0103032989e83349377d9d9a19371047fb82ad4d6e1aeec90bea3a068e8884ec4a698e0c SHA512 edfde1d46bded9febd47b77cbff86028e1d21c41fee6a46a8b43f0928bf937259be2f88fe4606f406f414601bb757e27eda373ca738606d1bb74b6cd27335f47 -DIST uncrustify-0.66.tar.gz 1435142 BLAKE2B c16146af69a20e8dc8850c2b4534fe75dcb0b245463a966076183db01167958661339a47f57624e73cf23dc92713866e8418d572e779f0033d2202d42ba6f66f SHA512 607486c6c34ab1551707c0c5e1c4ce73d53f518f9db478734a3af6711569b0c91e371d9b88b4fc3c34a4d9459feba32c24c87b82bd2c2645fa9d9a6a674f429d diff --git a/dev-util/uncrustify/files/uncrustify-0.59-unistdh.patch b/dev-util/uncrustify/files/uncrustify-0.59-unistdh.patch deleted file mode 100644 index 275c21aba33..000 --- a/dev-util/uncrustify/files/uncrustify-0.59-unistdh.patch +++ /dev/null @@ -1,16 +0,0 @@ -open/close/etc. are defined in unistd.h, GCC 4.7 is stricter in this and -breaks the build, bug #413859. Upstream already applied a similar -change for another issue, so next release should be fine. - uncrustify-0.59/src/uncrustify.cpp -+++ uncrustify-0.59/src/uncrustify.cpp -@@ -24,6 +24,9 @@ - #include - #include - #include -+#ifdef HAVE_UNISTD_H -+#include -+#endif - #include - #include "unc_ctype.h" - #ifdef HAVE_SYS_STAT_H diff --git a/dev-util/uncrustify/uncrustify-0.59.ebuild b/dev-util/uncrustify/uncrustify-0.59.ebuild deleted file mode 100644 index 38fc0c4aa6b..000 --- a/dev-util/uncrustify/uncrustify-0.59.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit eutils - -DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier" -HOMEPAGE="http://uncrustify.sourceforge.net/"; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" -IUSE="test" - -DEPEND="test? ( =dev-lang/python-2* )" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${P}-unistdh.patch -} - -src_test() { - cd tests - python2 run_tests.py || die "tests failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} diff --git a/dev-util/uncrustify/uncrustify-0.66.ebuild b/dev-util/uncrustify/uncrustify-0.66.ebuild deleted file mode 100644 index d0891fcae6c..000 --- a/dev-util/uncrustify/uncrustify-0.66.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ $PV == ** ]]; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"; - KEYWORDS="" - SRC_URI="" - scm_eclass=git-r3 -else - KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" - SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"; - S=${WORKDIR}/${PN}-${P} -fi - -inherit cmake-utils ${scm_eclass} - -PYTHON_COMPAT=( python2_7 ) - -inherit python-any-r1 - -DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier" -HOMEPAGE="http://uncrustify.sourceforge.net/"; - -LICENSE="GPL-2" -SLOT="0" -IUSE="test" - -DEPEND="test? ( ${PYTHON_DEPS} )" - -python_test() { - cd tests - ${EPYTHON} run_tests.py || die "tests failed" -}
[gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/
commit: 217f6c13d296fa0c7aeac3af65a570463ba9a91a Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 16:30:29 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 16:31:28 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217f6c13 dev-util/uncrustify: amd64/x86 stable Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-util/uncrustify/uncrustify-0.66.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/uncrustify/uncrustify-0.66.1.ebuild b/dev-util/uncrustify/uncrustify-0.66.1.ebuild index d0891fcae6c..27705c31b22 100644 --- a/dev-util/uncrustify/uncrustify-0.66.1.ebuild +++ b/dev-util/uncrustify/uncrustify-0.66.1.ebuild @@ -5,11 +5,11 @@ EAPI=6 if [[ $PV == ** ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"; - KEYWORDS="" + KEYWORDS="amd64 x86" SRC_URI="" scm_eclass=git-r3 else - KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" + KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"; S=${WORKDIR}/${PN}-${P} fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/pygments/
commit: a4a2427bab1343f28dd7bce8c60cd769b1456543 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:13:44 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:21 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a2427b dev-python/pygments: amd64 stable Gentoo-bug: 641298 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/pygments/pygments-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygments/pygments-2.2.0.ebuild b/dev-python/pygments/pygments-2.2.0.ebuild index 28d1cf2e709..64b4185585a 100644 --- a/dev-python/pygments/pygments-2.2.0.ebuild +++ b/dev-python/pygments/pygments-2.2.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/contextlib2/
commit: af1e0ceb2cc93646d339edd122e35b608204abc0 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:10:00 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:16 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1e0ceb dev-python/contextlib2: amd64 stable Gentoo-bug: 641304 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/contextlib2/contextlib2-0.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/contextlib2/contextlib2-0.5.5.ebuild b/dev-python/contextlib2/contextlib2-0.5.5.ebuild index 35c7bfa6464..43aeeaddd91 100644 --- a/dev-python/contextlib2/contextlib2-0.5.5.ebuild +++ b/dev-python/contextlib2/contextlib2-0.5.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2.4" SLOT="0" -KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" IUSE="test" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/py/
commit: dc0c5c89ed8986dee03ad602fa1e29e39093c00c Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:08:29 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0c5c89 dev-python/py: amd64 stable Gentoo-bug: 641304 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/py/py-1.4.34.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/py/py-1.4.34.ebuild b/dev-python/py/py-1.4.34.ebuild index 0cb6b09ad50..f8b5156bd86 100644 --- a/dev-python/py/py-1.4.34.ebuild +++ b/dev-python/py/py-1.4.34.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +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" IUSE="doc test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-virtualenv/
commit: ba89dafb3b67f83ea76024bfdc9d1c681abfa4ca Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:09:16 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:13 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba89dafb dev-python/pytest-virtualenv: amd64 stable Gentoo-bug: 641304 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild b/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild index ee925944ca9..f18ee1a9e26 100644 --- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild +++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-shutil/
commit: 34b55ddabc6e0c2ab42e981f1dd3a4efb753d9b9 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:05:11 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:03 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b55dda dev-python/pytest-shutil: amd64 stable Gentoo-bug: 641304 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild index 4c1f5fe917e..58b70052025 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-config/
commit: 26d9d6a47a9c908b061ffa81ec7c2fbb1c1157e4 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:10:45 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:18 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d9d6a4 dev-python/pytest-fixture-config: amd64 stable Gentoo-bug: 641304 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild index bfbb52d3c67..f46f05d25a2 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
commit: 974dac9b1e0b7c1f0ef5646045c3a3f407fceb15 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:07:30 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:08 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974dac9b dev-python/setuptools: amd64 stable Gentoo-bug: 641304 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/setuptools/setuptools-36.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools/setuptools-36.7.2.ebuild b/dev-python/setuptools/setuptools-36.7.2.ebuild index 5a03d6966dd..908d31e355b 100644 --- a/dev-python/setuptools/setuptools-36.7.2.ebuild +++ b/dev-python/setuptools/setuptools-36.7.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" fi DESCRIPTION="Collection of extensions to Distutils"
[gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-git/
commit: 16e6f38f285651da817bcf1507eaabe44e7bdd65 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:04:21 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:01 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e6f38f dev-python/setuptools-git: amd64 stable Gentoo-bug: 641304 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild index bf26dc59a28..f6eda1f45b3 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-vcs/git"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
commit: b1159d2fda09a4f355b1fc2b8ae88b03e43c94dd Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:06:20 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:06 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1159d2f dev-python/pytest: amd64 stable Gentoo-bug: 641304 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/pytest/pytest-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest/pytest-3.2.2.ebuild b/dev-python/pytest/pytest-3.2.2.ebuild index 496d26f45ed..e840a70e994 100644 --- a/dev-python/pytest/pytest-3.2.2.ebuild +++ b/dev-python/pytest/pytest-3.2.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" # When bumping, please check setup.py for the proper py version
[gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
commit: 384a1b4ce0c457508c9cd71314deb67b368a5dff Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:03:32 2017 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:15:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384a1b4c dev-util/cmake: amd64 stable Gentoo-bug: 642236 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-util/cmake/cmake-3.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.9.6.ebuild b/dev-util/cmake/cmake-3.9.6.ebuild index 94476026234..b0e1849c4aa 100644 --- a/dev-util/cmake/cmake-3.9.6.ebuild +++ b/dev-util/cmake/cmake-3.9.6.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar LICENSE="CMake" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs server system-jsoncpp ncurses qt5" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/
commit: 89c01a4f20ff5292f7a596ac67ffe7ffd39a8405 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 15:16:09 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 15:16:09 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c01a4f app-accessibility/nfbtrans: ppc/x86 stable wrt bug #638070 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild index 6a94deb4fc2..5a275017973 100644 --- a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild +++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip"; LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND=" >=app-arch/unzip-5.50-r2"
[gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/
commit: 00bcf1c7143d6b7e59d1b61ea19a9f3d52f549ec Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 15:17:08 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 15:17:08 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bcf1c7 app-accessibility/nfbtrans: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild | 41 -- app-accessibility/nfbtrans/nfbtrans-7.74.ebuild| 38 2 files changed, 79 deletions(-) diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild deleted file mode 100644 index 6b5b3fe9191..000 --- a/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit eutils - -DESCRIPTION="braille translator from the National Federation of the Blind" -HOMEPAGE="http://www.nfb.org/nfbtrans"; -SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip"; - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND=" >=app-arch/unzip-5.50-r2" -RDEPEND="" - -S=${WORKDIR} - -src_prepare() { - mv MAKEFILE Makefile - mv SPANISH.ZIP spanish.zip - make lowercase || die - epatch "${FILESDIR}"/${P}-gentoo-fix.patch - epatch "${FILESDIR}"/${P}-getline-fix.patch -} - -src_compile() { - make CC=$(tc-getCC) \ - LIBS= \ - CFLAGS="${CFLAGS} -DLINUX" LDFLAGS="${LDFLAGS}" all || die -} - -src_install() { - dobin nfbtrans || die - dodoc *fmt readme.txt makedoc - insinto /etc/nfbtrans - doins *cnf *tab *dic spell.dat *zip -} diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild deleted file mode 100644 index 384f8bbb294..000 --- a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils - -DESCRIPTION="braille translator from the National Federation of the Blind" -HOMEPAGE="http://www.nfb.org/nfbtrans"; -SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip"; - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND=" >=app-arch/unzip-5.50-r2" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - mv MAKEFILE Makefile - mv SPANISH.ZIP spanish.zip - make lowercase || die - epatch "${FILESDIR}"/${P}-gentoo-fix.patch - epatch "${FILESDIR}"/${P}-getline-fix.patch -} - -src_compile() { - make CC=$(tc-getCC) LIBS= CFLAGS="${CFLAGS} -DLINUX" all || die -} - -src_install() { - dobin nfbtrans || die - dodoc *fmt readme.txt makedoc - insinto /etc/nfbtrans - doins *cnf *tab *dic spell.dat *zip -}
[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
commit: 0ccff383a355653e5055574c59244e52eca042d0 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 15:11:59 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 15:11:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccff383 x11-plugins/wmtz: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 x11-plugins/wmtz/Manifest| 1 - x11-plugins/wmtz/wmtz-0.7.ebuild | 46 2 files changed, 47 deletions(-) diff --git a/x11-plugins/wmtz/Manifest b/x11-plugins/wmtz/Manifest index 0b57371499e..8fcaf84082f 100644 --- a/x11-plugins/wmtz/Manifest +++ b/x11-plugins/wmtz/Manifest @@ -1,2 +1 @@ -DIST wmtz-0.7.tar.gz 26350 BLAKE2B c0cad5c7bbca9ddfb8168ef360385305e99298a076e5c317504f646dbf372e1b3af704960a0d3b8e528e3cf97414cc8e3b2cff3d4c37739c81744254411b03f3 SHA512 5de721231c7d7b8a9b962069f4adad85158b39df2e77c6015ed3f24d4f8e43c90f91645e186d7f7c656bc6fb937b435925caff4e55abcfa0a8b0a9e75da0 DIST wmtz-0.7_p20150816.tar.gz 19310 BLAKE2B 7f3bc0b077a9a667211cc588f1fb7c3d1d246256724a6cf5a17f028d2d334d02f898a798aca6fae11910868d312844bbe8ac5bfd190229f3ae829e97e50e2247 SHA512 60c9b66423332b155ce262d30026a5091c0379eb3257f547af1203d331968e9f334a533ed03832476512893d06cea857db9c044b30115978904510f9725e8455 diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild deleted file mode 100644 index e7714e1ab04..000 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="dockapp that shows the time in multiple timezones" -HOMEPAGE="http://www.dockapps.net/wmtz"; -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -S=${WORKDIR}/${P}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}.patch - - #Honour Gentoo LDFLAGS, see bug #337890. - sed -e "s/\$(FLAGS) -o wmtz/\$(LDFLAGS) -o wmtz/" -i Makefile - - cd "${WORKDIR}"/${P} || die - epatch "${FILESDIR}"/${P}-list.patch -} - -src_compile() { - emake CC="$(tc-getCC)" FLAGS="${CFLAGS}" \ - LIBDIR="-L/usr/$(get_libdir)" || die "emake failed." -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - insinto /etc - doins wmtzrc - dodoc ../{BUGS,CHANGES,README} -}
[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
commit: 479dd7d2dbfa3cf0cf347dc67543917903337035 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 15:11:18 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 15:11:18 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479dd7d2 x11-plugins/wmtz: ppc stable wrt bug #639576 Package-Manager: Portage-2.3.13, Repoman-2.3.3 x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild index 866034e5a8c..8f22dabd31e 100644 --- a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="" RDEPEND=">=x11-libs/libdockapp-0.7:=
[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmload/
commit: 7b84768379740d044842ecc99817b6aa56d42e69 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 15:09:59 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 15:09:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b847683 x11-plugins/wmload: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 x11-plugins/wmload/Manifest| 2 -- x11-plugins/wmload/wmload-0.9.2.ebuild | 49 -- x11-plugins/wmload/wmload-0.9.6.ebuild | 37 - 3 files changed, 88 deletions(-) diff --git a/x11-plugins/wmload/Manifest b/x11-plugins/wmload/Manifest index f09c5873ce6..5cf3c25f20f 100644 --- a/x11-plugins/wmload/Manifest +++ b/x11-plugins/wmload/Manifest @@ -1,3 +1 @@ -DIST wmload-0.9.2.tgz 8499 BLAKE2B 4cca866eb5f3fba1ac69f75f768dc756ca4acba4d7791aa3b65ef2aaedcb1c4ae20509e6fc5139b69d174b1873fb7db2d64740d334968ba5b69e2bc8c1b98055 SHA512 fd3875d8da5bb309f0d49eb6ebe0903832d021a244b90ad70821e90aa85e835ef727d84957fb0cdb0290075ba1c0bb11cd4756a5a933cfebb35682f0b8e0dbca -DIST wmload-0.9.6.tar.gz 17143 BLAKE2B 74224cd7c04873cdaf8028288dea2a6bbb55044ea4f820d75590b9313f1881b097dd1f4664e041c72c07b8ed539a87b2ed064eed080d70dad2b22643f60d0b83 SHA512 989dfce6f6bbc32403702e06b47c873af45b6196ff20572290e88022ced1817cc0d29bae79f20fb289cf37ec2bd532e1b6e7c975a9b1e6e6059c9307a4d7e63d DIST wmload-0.9.7.tar.gz 17648 BLAKE2B 418b18390035eec14fdd2d715519aff0807c7c5171448818e113ebe27ba908c5416baaa2e605daf3701c7acac6cde6d76c2b26a85f8cae18efd95b000d0e510a SHA512 5d08f34013c23c85de88adbfeca31e8399f0f9ce5573845aa50c1f4a06488d729de637b1d0f8b5739194b30ba8e085d40022926a3a8328d3cdab462f9e649801 diff --git a/x11-plugins/wmload/wmload-0.9.2.ebuild b/x11-plugins/wmload/wmload-0.9.2.ebuild deleted file mode 100644 index f5033d209a6..000 --- a/x11-plugins/wmload/wmload-0.9.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 -inherit eutils - -IUSE="" - -DESCRIPTION="yet another dock application showing a system load gauge" -SRC_URI="http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/${P}.tgz"; -HOMEPAGE="http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/sys.html#wmload"; - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-misc/imake - x11-proto/xproto - x11-proto/xextproto" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-ComplexProgramTargetNoMan.patch - epatch "${FILESDIR}"/${PN}.solaris.patch - epatch "${FILESDIR}"/${P}-prefix.patch - [[ ${CHOST} == *-solaris* ]] && \ - sed -i -e 's/\(^XPMLIB = \)\(.*$\)/\1-lkstat \2/' Imakefile -} - -src_configure() { - xmkmf || die "xmkmf failed." -} - -src_compile() { - emake CDEBUGFLAGS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}" \ - || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" BINDIR="${EPREFIX}"/usr/bin install \ - || die "install failed." - - dodoc README - - domenu "${FILESDIR}"/${PN}.desktop -} diff --git a/x11-plugins/wmload/wmload-0.9.6.ebuild b/x11-plugins/wmload/wmload-0.9.6.ebuild deleted file mode 100644 index 13909c10406..000 --- a/x11-plugins/wmload/wmload-0.9.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="yet another dock application showing a system load gauge" -HOMEPAGE="http://www.dockapps.net/wmload"; -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xproto" - -S=${WORKDIR}/dockapps - -src_prepare() { - epatch "${FILESDIR}"/${P}-solaris.patch -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install - - dodoc README - domenu "${FILESDIR}"/${PN}.desktop -}
[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmload/
commit: 2face4ae5603f3e5a6cd37b11f31e8cf92ef87a2 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 15:08:44 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 15:08:44 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2face4ae x11-plugins/wmload: ppc stable wrt bug #639576 Package-Manager: Portage-2.3.13, Repoman-2.3.3 x11-plugins/wmload/wmload-0.9.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/wmload/wmload-0.9.7.ebuild b/x11-plugins/wmload/wmload-0.9.7.ebuild index 87607d02295..90d3e704192 100644 --- a/x11-plugins/wmload/wmload-0.9.7.ebuild +++ b/x11-plugins/wmload/wmload-0.9.7.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11
[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
commit: 13d8b8d9e4dcf83c744b8298ada3a7917a4952c6 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 15:06:13 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 15:06:13 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d8b8d9 x11-plugins/wmcube: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 x11-plugins/wmcube/Manifest | 1 - x11-plugins/wmcube/wmcube-0.98.ebuild | 47 --- 2 files changed, 48 deletions(-) diff --git a/x11-plugins/wmcube/Manifest b/x11-plugins/wmcube/Manifest index 953c6982867..7d764d1c2dc 100644 --- a/x11-plugins/wmcube/Manifest +++ b/x11-plugins/wmcube/Manifest @@ -1,2 +1 @@ -DIST wmcube-0.98.tar.gz 38305 BLAKE2B ceb2f4211ba2f0459242183e3023e3e4203cfc6295f01ce2945ab384f8fb14bdfa7b2cc64fae6c20a96a52d2a22716299ffe117243d4a41ba0c153212127cc57 SHA512 137e31b3de175bcbe593c420b79804a8904436923747e0db338258e87e08ed6dc4748c29910c68e01e072850fb0f0ca6d1979fee22d6e8edc76c500a5cd84230 DIST wmcube-1.0.2.tar.gz 56908 BLAKE2B 4ce373b3822e9d515d611e577214a2c51a8e4fb62cc47cf9f64ad49441bd3c53ba09d301c898a37f6ffafecf984ae04cefce9890c593797719b29fb54425f6c7 SHA512 171700848a9d674ced3ee33468b967b2be706e72863f8356f0d8d72785c06a1c34b5be3597e5604bf74e97ee911ca05b68a28bfe67c1171a61c7084450d622de diff --git a/x11-plugins/wmcube/wmcube-0.98.ebuild b/x11-plugins/wmcube/wmcube-0.98.ebuild deleted file mode 100644 index e795d285b3f..000 --- a/x11-plugins/wmcube/wmcube-0.98.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 -inherit eutils - -DESCRIPTION="a dockapp cpu monitor with spinning 3d objects" -HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm"; -SRC_URI="http://kling.mine.nu/kling/files/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ~mips ppc ppc64 ~sparc" - -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -S="${WORKDIR}/${P}/wmcube" - -src_prepare() { - #Honour Gentoo LDFLAGS, see bug #337893. - sed -e "s/-o wmcube/${LDFLAGS} -o wmcube/" -i Makefile - - cd "${WORKDIR}"/${P} || die - epatch "${FILESDIR}"/${P}-list.patch -} - -src_compile() { - emake CFLAGS="${CFLAGS}" || die "parallel make failed" -} - -src_install() { - dobin wmcube - - cd .. - dodoc README CHANGES - - SHARE=/usr/share/wmcube - dodir ${SHARE} - insinto ${SHARE} - doins 3dObjects/* -}