[gentoo-commits] repo/gentoo:master commit in: sys-kernel/pf-sources/
commit: 3d4721172df09cb4116afd8494ac62c32387887a Author: Joonas Niilola gentoo org> AuthorDate: Sat Jul 11 06:52:36 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Sat Jul 11 06:53:25 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d472117 sys-kernel/pf-sources: 5.7-pf4 update Signed-off-by: Joonas Niilola gentoo.org> sys-kernel/pf-sources/Manifest | 1 + sys-kernel/pf-sources/pf-sources-5.7_p4.ebuild | 67 ++ 2 files changed, 68 insertions(+) diff --git a/sys-kernel/pf-sources/Manifest b/sys-kernel/pf-sources/Manifest index 86cb74243e1..ae868b67bc8 100644 --- a/sys-kernel/pf-sources/Manifest +++ b/sys-kernel/pf-sources/Manifest @@ -8,3 +8,4 @@ DIST pf-sources-5.6_p8.patch 1877703 BLAKE2B 07c39ade7484c84a2b9a496f989a0ff9241 DIST pf-sources-5.7_p1.patch 131429 BLAKE2B 4a3c457631c25aebb217fccb287153ae2a67554d1dbd4c073cc82e450a3380c18362321651422dc861df10ea5ca2ba057219b6d325bd7cc1e29d1912e25c0177 SHA512 7a17b758c700e3886aa07d026c39ce3e548662ee61e82d44baaf1ccbbb6bf670bbaca8ecdf7f3c76e7b1e851eeb8c244f6c0ccc25010d9061343ef8c53f304fc DIST pf-sources-5.7_p2.patch 191823 BLAKE2B cdf2d7f1addda7380761843c1a75e44d5e911039036625fedea74a9ac965d206023b1450c80c46940dd2c5cd7057c031d589b4705c391c9b9a3eba2ba9f41305 SHA512 0152059e98c354a315b74575840f2c1badb5b8906090ed4818bb2638cff1981d8c4b15857ef3c39cda91faabcaafc96c89e4cb011ff7eb92e614afc66a7d50a1 DIST pf-sources-5.7_p3.patch 1536696 BLAKE2B ced07f59a174bb2c0579bd337a4036fdb09d8dac4f6a06bbb9392f83d4b0462d75678bd6ee01539c5bfaf99e866b09e33509c493036c151cc2b628ea6c22883c SHA512 31c644fbc1b27155754a5af217bb35358fc5e3ee485a442cc6a16aae87034608554236bcbf4c7fb1809a14283404a2881342044e4dfe2e1822a24245e026f97e +DIST pf-sources-5.7_p4.patch 1980479 BLAKE2B c3bde9ae7467ff626f7369a68d6d8f0ab30042c4d85e33e9dfdaca058e6bd9ba686eb9c61323cb2e9278f8ce2f4517d0f5304097b68296d6e96f87c97395ddd2 SHA512 9b8b02def4c3483b74538808e624b58cd5af131fde18b0a81b73c565aa258402b68619fa14ae073b6f0e625a923f6f64985982cb4368a44fe5dfe83fbb1170e3 diff --git a/sys-kernel/pf-sources/pf-sources-5.7_p4.ebuild b/sys-kernel/pf-sources/pf-sources-5.7_p4.ebuild new file mode 100644 index 000..2a683a5287d --- /dev/null +++ b/sys-kernel/pf-sources/pf-sources-5.7_p4.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# Define what default functions to run +ETYPE="sources" + +# No 'experimental' USE flag provided, but we still want to use genpatches +K_EXP_GENPATCHES_NOUSE="1" + +# Just get basic genpatches, -pf patch set already includes vanilla-linux +# updates +K_GENPATCHES_VER="1" + +# -pf already sets EXTRAVERSION to kernel Makefile +K_NOSETEXTRAVERSION="1" + +# Not supported by the Gentoo security team +K_SECURITY_UNSUPPORTED="1" + +# We want the very basic patches from gentoo-sources, experimental patch is +# already included in pf-sources +K_WANT_GENPATCHES="base extras" + +inherit eutils kernel-2 +detect_version + +DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and Gentoo's genpatches" +HOMEPAGE="https://gitlab.com/post-factum/pf-kernel/-/wikis/README + https://dev.gentoo.org/~mpagano/genpatches/"; +SRC_URI="${KERNEL_URI} + https://github.com/pfactum/pf-kernel/compare/v${PV/_p*/}...v${PV/_p*/}-pf${PV/*_p/}.diff -> ${P}.patch + https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${PV/_p*/}-${K_GENPATCHES_VER}.base.tar.xz + https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${PV/_p*/}-${K_GENPATCHES_VER}.extras.tar.xz"; + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +S="${WORKDIR}/linux-${PVR}-pf" + +PATCHES=( "${DISTDIR}/${P}.patch" ) + +K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, + see: ${HOMEPAGE}." + +pkg_setup() { + ewarn "" + ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." + ewarn "If you need support, please contact the pf developers directly." + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" + ewarn "the ebuilds. Thank you." + ewarn "" + + kernel-2_pkg_setup +} + +src_prepare() { + default + kernel-2_src_prepare +} + +pkg_postinst() { + kernel-2_pkg_postinst + + elog "Optional features:" + optfeature "Userspace KSM helper" sys-process/uksmd +}
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/
commit: f7a73aebd072ed6cebfcadfdb7024d3d4afd7ee8 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 10 05:42:57 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Jul 11 06:33:22 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a73aeb sys-kernel/gentoo-kernel: Bump to 5.7.8 Signed-off-by: Michał Górny gentoo.org> sys-kernel/gentoo-kernel/Manifest | 3 + .../gentoo-kernel/gentoo-kernel-5.7.8.ebuild | 85 ++ 2 files changed, 88 insertions(+) diff --git a/sys-kernel/gentoo-kernel/Manifest b/sys-kernel/gentoo-kernel/Manifest index 694e8450ee8..27a3dfc17d4 100644 --- a/sys-kernel/gentoo-kernel/Manifest +++ b/sys-kernel/gentoo-kernel/Manifest @@ -24,6 +24,8 @@ DIST genpatches-5.7-7.base.tar.xz 322208 BLAKE2B 832e79c3aa2a044993ba2b0f75e844e DIST genpatches-5.7-7.extras.tar.xz 1764 BLAKE2B 01efd460c869218bda48f2b7b270d67e4da47b6ada6af38301495bfb960c64049898a8705146d40f6baf9d4782cea3e3be6aeb55a265ef5ce2b7616a8c7be657 SHA512 4fb0a24a6cbbb05cbb0c81daba926c6b71b01821f8cf60fb81fb57b5130783c99ff726e93b7a7a265ecfe1194a353189e790a5d17b8d86cd38441a1af2c3c74e DIST genpatches-5.7-8.base.tar.xz 388040 BLAKE2B c6c9a9d335793f3b6d87597d41c260e2d91d01341dd8e8452629f1a9338c6d11d51e1be6af4def80e647ba7b198ac96d74df93a98cce0ad11428b5db12e90fcb SHA512 43928fe27bcbbbafcc050bcffb8101223922703b0c883ba8f69b171c019ced765fb4c932a6a3fd1a56e118995bb790ac21001308fba5ed0e714829d1604005cc DIST genpatches-5.7-8.extras.tar.xz 1764 BLAKE2B 5502d8c06613ef52c202912b7459daa2c62bd4e937c367b82a0d6e0b50c50d29c8ea32828add17f4c90ac5bd6c994ee3e6229357ac186269a22389a481da9e52 SHA512 3c4087fed105ae8055e7db9f481518ad7f02d668a958a0c19a08e3ecf0ab3e517032e36ebdc2b2a4f747019036b89692cdbfcd379687eac8791f8d5a214c2fb3 +DIST genpatches-5.7-9.base.tar.xz 422996 BLAKE2B b642f97c554acfed1c360ed0a39e8dc926717bcae6d8544e6a8cffbcca892dd489709ef8490b409128a33612b74df7d57c35a10a8f4f6ed4a711bc26cac31293 SHA512 470d95d5964426fdc976f45ab66d03395f9597a5090b2f452607acce6baff5827dbfc385e033125429db4d8d4e32a7e356c3ccfac149c538c604cf331286c2f0 +DIST genpatches-5.7-9.extras.tar.xz 1764 BLAKE2B eb8d437e2761aa350548643ef39beaf73cd7935a0c2028b44edaf9d93c833b7050d11b66e540731708911df971f4bf4b947a89eeddcd9b49278fe1afceb16753 SHA512 4dc6cf6c181756aac4ea0bdffd571e64d787a592d5878d4c90f1f76e34beb3726e94d070b2138b68124ebd01de43b09595072c5f737eb6181d283edbc85d30e9 DIST linux-5.4.15-arch1.amd64.config 241498 BLAKE2B 2ba5eab2455c909878c36c6084718331042d0f6ab42127868ffb1522f4b53de38879e5707328968e943d1fa44cc504626af52b733829e943532931b49a612834 SHA512 582577bfe4139a8f50c5881cd5a9f24dc3da3124e464756f9efc3d39894eac378483d052e1142730585e40a45641166d309b5e1b5e379f4a5ea2d5ebb2d3314b DIST linux-5.4.15-arch1.i686.config 241195 BLAKE2B d3332b83a3d57c450bb1d5e85d83c71f3be730a15775b7e1d89cec2d72d28f1921987c63d95fe7bea6778efe0012ece6186449f07f6aca35ccf86805186c0f4c SHA512 187d88bdde7325d46b4bfee8d59ace88ab7dc377606b411e1249f9deee2b571ec42bac52c29d26d67bfadece2e77aad6d5e0255a95a84c200757cb05c69160a1 DIST linux-5.4.tar.xz 109441440 BLAKE2B 193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13 SHA512 9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f @@ -33,6 +35,7 @@ DIST linux-5.6.tar.xz 111785252 BLAKE2B 8dbe02a8ca7fd3dcf512a15c5d8098c1e7f94257 DIST linux-5.7.1-arch1.amd64.config 248550 BLAKE2B 438ddcb212ffd5c257da2ad00eb9425e21f938ec8958f781af067c6d4eb45077c27d6f2aaf952fa728fd0c381e6476d1839dbc1c2074796194669591c3a17ee2 SHA512 db854554b8b8138ac44488ed8656bc620a01f361f3a6006cf0b8c7e3513c0d7b0f2be8534694b063af33ccaacdf95bd1f824470f4509a274f7f52c5b67e0f723 DIST linux-5.7.2-arch1.i686.config 247685 BLAKE2B 28f7e9cdada8876fb07523cf657a2cda175bfab7c3a57d7e5cba06b6158fde634efa4e59ff318fb21d63564245998bfe8c3b916985f078530ca57813c1d642e9 SHA512 6b16f1583739c4534b0ef3898f1bf02d47b6375867f34bf4a5171fac4cd19ce87b17ad430860e229740cf59661594890f32c42734584ddb7cdaca63cb3bc2336 DIST linux-5.7.6-arch1.amd64.config 248589 BLAKE2B e7c64a69a1ea4f09f29f40502e03917d6ba9847d05863e4e7781cbc68e264c86cd617dc9ec0f502b990808f6914426cda030bb6582cc012b939891c9ea60976a SHA512 5ce2921dd99ef9f3e82298b53fac01bd2e56e2a234b608671a7f02ff936c38b99e8e34b15d574304b3cfff943e787d87726621df2aacef7a5a988377bbc0eeb5 +DIST linux-5.7.6-arch1.i686.config 247724 BLAKE2B ac3dcd47ef34195b3f3c9d2a7c98362844756f1c87242e8aaad19b603d132264266eb82dae50376cbe0920d15f730717459bd78f8ac10421d311654c7ed60409 SHA512 cd735774b37b78ec1759fec030ea8895104894e149ee4ba47ff5bd91a4ff432df446008a9351c9963d7474b88cfb197b1014554409f0b465445a403305072b66 DIST linux-5.7.tar.xz 112690468 BLAKE2B b2b71e231507429b178b6b89be546c4a3ee2757f5d2c58b6137d383f16034a587225a75a9dbca6a01a433056ebe078487132c224e909a2971c9634687e47b1d1 SHA512 45bde01593f6147c8c169b9e46b4b56eee998142552ae0ff8
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/
commit: 2619bc79c1285049968a614c5335db9e707b374d Author: Michał Górny gentoo org> AuthorDate: Fri Jul 10 05:42:08 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Jul 11 06:33:19 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2619bc79 sys-kernel/vanilla-kernel: Bump to 5.4.51 Signed-off-by: Michał Górny gentoo.org> sys-kernel/vanilla-kernel/Manifest | 1 + .../vanilla-kernel/vanilla-kernel-5.4.51.ebuild| 65 ++ 2 files changed, 66 insertions(+) diff --git a/sys-kernel/vanilla-kernel/Manifest b/sys-kernel/vanilla-kernel/Manifest index 2dd72d10e02..b43ae963c8a 100644 --- a/sys-kernel/vanilla-kernel/Manifest +++ b/sys-kernel/vanilla-kernel/Manifest @@ -6,6 +6,7 @@ DIST linux-5.4.47.tar.xz 109535968 BLAKE2B 0c0226343b26d43a39c7188ead8c07b0e7bd4 DIST linux-5.4.48.tar.xz 109547096 BLAKE2B b4780040ea1e619ce84055332c23a53ec52add0030b0c089cfe642b382d76c2be1fd836256cef509ddbb0d3f9d57fbebab8e23268590937a9bb72cf1eafd7064 SHA512 9da99a8764941330b21bf575e513b06285a1331bae661c32a88ba12048fe8634b51ea6173e40053b884f388248e4afd6140a9eb90db65f48a67162591831b82e DIST linux-5.4.49.tar.xz 109559180 BLAKE2B 1e4c3dcc0f9826c2cf6211afb4fd17778abf14d50f1bd0acfe4fb675eecce9d2bc6260417edec4b11365974088ffcf9e316a0a292811c4d74bf3041371932225 SHA512 6ef787b4aa312929c3e0060f606be63fc430923b6f292d8961884f3ec3f8a34b0099e19eadafa9b246a79ea12a0655586616ddf765928d7f446528dbf9a74f30 DIST linux-5.4.50.tar.xz 109558772 BLAKE2B 4773da0615fc6bea24daae4ef74e4be5c87c953147853a131150a77a23bfe5b8930202bfa9a1d4651cbb0b240bcce2085c8dc4127aa376df7f0b2e4302f6141d SHA512 c8af71c654a3026a19dd961594d61ea89cd8ecd533e9d3c2306c1b23932bcb4d5f20aaab4ef0e4a25375d5d41556f5e82f6e16b0e658ef828540521e9cef8376 +DIST linux-5.4.51.tar.xz 109562468 BLAKE2B 1a5e304168a3ff83b9addfa2743d5e5e2ad0071f9dea1c86701c5ac456d9cc78b79cd2b951210dea2dc5c23136e79b2a6088bf7fbbf1631e2db993c91c4f SHA512 2cca21b8a9444eac408c8f931ba66090bdfa4447352dc1db5daa734ef7cfbf529b58642c679b683a544dbd453f6e5e842a51bc4038242ef568cbee26369b241c DIST linux-5.6.18.tar.xz 111817124 BLAKE2B a8c01860ac9e55b33709c450fb663815205260b5e62cd2bed224a47ccf1e249d2b02515f945d2508b83f1f59727d9fed29937fe584d5cfe42c5d035c020f3407 SHA512 4cef44b489b51bc4f826aafb36d0b767fc33adeb471c69c088d5e5f8a779a580a6992bcc0769800ecf658e77434dd513ed436813cbffa39d3f98f24ea8fcf1f3 DIST linux-5.6.19.tar.xz 111829024 BLAKE2B 7c0afa0e3d322314992022272614973311a8dfb85de5e0710dd4c929b0abc0a2389b49938f7df4256ea5719bf2a56a7d6eed2eebb51c337fd5fb277747a6620a SHA512 0b3c64ab4f63431c2da6786b4f85237f20c86f20a1faa79440d9cbc2aa6101118b0f18b6688ca7ad27dbcc4978d197fae52886fc23a3e2deb3c0a1d9c82c386b DIST linux-5.6.8-arch1.amd64.config 246166 BLAKE2B e749472cf4bcd1fae509bf524367106c07111f5d385b5cacf335fe03188c30c184e3535603de2b855f81538fa6fb09cedfec16ff02db5b5583a90e5cb150dba5 SHA512 873275e0ba75fb5670ac7f90abfb16ab912b1a94e5f8f39845283230763118d244c1b02e33f1b05b5d86fce90cd274c944725465dabf2dd0e79fa735fabe4d4f diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.51.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.51.ebuild new file mode 100644 index 000..cc5e365bda5 --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.51.ebuild @@ -0,0 +1,65 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kernel-build + +MY_P=linux-${PV} +# https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux +AMD64_CONFIG_VER=5.4.15-arch1 +AMD64_CONFIG_HASH=dc8d69b59a7a529ec5aaeb6b32b16e59a3cc1569 +# https://git.archlinux32.org/packages/log/core/linux/config.i686 +I686_CONFIG_VER=5.4.15-arch1 +I686_CONFIG_HASH=1ad219bd3f0ab439a81ed01fec7660eeea7daa0e + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE="https://www.kernel.org/"; +SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + amd64? ( + https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux&id=${AMD64_CONFIG_HASH} + -> linux-${AMD64_CONFIG_VER}.amd64.config + ) + x86? ( + https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH} + -> linux-${I686_CONFIG_VER}.i686.config + )" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + !sys-kernel/vanilla-kernel-bin:${SLOT}" + +src_prepare() { + default + + # prepare the default config + case ${ARCH} in + amd64) + cp "${DISTDIR}"/linux-${AMD64_CONFIG_VER}.amd64.config .config || die + ;; + x86) + cp "${DISTDIR}"/linux-${I686_CONFIG_VER}.i686.config .config || die + ;; + *) + die "Unsupported arch ${ARCH}" +
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/
commit: 037017a1077a0cd5f9a0c7c52b6bb7a651943a03 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 11 06:32:53 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Jul 11 06:33:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037017a1 sys-kernel/gentoo-kernel-bin: Bump to 5.7.8 Signed-off-by: Michał Górny gentoo.org> sys-kernel/gentoo-kernel-bin/Manifest | 2 + .../gentoo-kernel-bin-5.7.8.ebuild | 46 ++ 2 files changed, 48 insertions(+) diff --git a/sys-kernel/gentoo-kernel-bin/Manifest b/sys-kernel/gentoo-kernel-bin/Manifest index ea6a3a8b6db..0d134c1dd85 100644 --- a/sys-kernel/gentoo-kernel-bin/Manifest +++ b/sys-kernel/gentoo-kernel-bin/Manifest @@ -24,5 +24,7 @@ DIST gentoo-kernel-5.7.6-1.amd64.xpak 66694839 BLAKE2B c42a69daeaf7db6ed1a6dfe7a DIST gentoo-kernel-5.7.6-1.x86.xpak 57985355 BLAKE2B 1187ad6515f56278ec5cade9ac87f037e498a380a83eb52f298becb2b8c3f5cf63d5a3fa1533327480f42a10e673cd63b2e257bb5b737f4e416c61fcdfe5bb47 SHA512 41e1530354b1c833b64bc2636b477c4ff44fce2bebc0b602dabe770188e38aeb4e5ff22f5bb66c321803a5ae6095f48baae7010d270e04dd7898f34d3cd99414 DIST gentoo-kernel-5.7.7-1.amd64.xpak 66703708 BLAKE2B 37b82b50661fe0489488b6d7faf1d9204b7b12c43fbfeceb81dc91f956bfb44e28c1c6acc321211fa30b9ee1a476b5df095cd2c87cdcde9f98c46c36b5addd39 SHA512 33f7a5a502b4c774f6e83b82dbe84508fdc5eb378e11a4f7e540f397ccef4945d7bf2249661d978108c15682d6ba6080210c873be8c6288ab5243b68e0dfcadb DIST gentoo-kernel-5.7.7-1.x86.xpak 57997459 BLAKE2B eea6e00fc39e4225f95c12bb135037f2f108fab21bb61f8af50c970dc52fcb4612e174b80cfebeb1228bd5a11b9772390625a6b539b6d8d4a4edd369bf56e8fb SHA512 e52e0f1019b4039cbba6f9a2f6f22d9619b5cf63e6ced732ebec8c5952af567c57e301e5ab93a7ee6ac455522a23a3de73314fca44a8ab8c43b7d0602bd5b0cd +DIST gentoo-kernel-5.7.8-1.amd64.xpak 66679616 BLAKE2B 4900c7553a75d8b395082c2899752d3dad2c7ce98c687c10271ad6125abbc5069ff12ab844520b532fdb2c87905f2d3285384c6e726578637a51d9af52ab96a8 SHA512 52f9cf99ca68103c833d48609d2d5f2dddb6cb42a353eaf0b5bd84a33a98a10b4f5b7dea53919578a8b7d5d7a2616aabc7df24bf4f401ee4b619c628df7f9b75 +DIST gentoo-kernel-5.7.8-1.x86.xpak 57993428 BLAKE2B 6ad472eb8fedf82d9dd77bd19a2ebc8bede2174e29f94a390d9e42eab82fc4450efba1c813585eeb881603a8c0ef5304e3f5662e28e020c907193271161b8df7 SHA512 66d9fa00d994bae74d4bf5ed5b25c869bf6d790aa73fd109d9b0dd41c8ea22dc4ab1070bda9bd2cd4cb8347e16aa08a6d4b95556c531884c9719d6838dc58a33 DIST tinycorelinux-10.1-amd64.qcow2 16842752 BLAKE2B e013e76503c335739a9623c0901ca791937a0e6b177854535cadec1e2c2cd2df588283ed3128cf652595f32264fbfe5b3bd3a8c97665fd4da344e308535be366 SHA512 c3aeb20ff8769da9211694b7f701907cc7ae7582cdfad2c2fdc008d97ebcbd9dc08245b4e8f8450e1cb304bd705345a11fe79f901a47979fee91443841d55641 DIST tinycorelinux-10.1-x86.qcow2 14876672 BLAKE2B 3c760eb7438b13261e52ecfaa33a53649ced95f1ab40aae52134b8cdc31a16d7aa0d6a6dd716e268ed148e9d77a10b7c700b141b61d70c82d271ffe88e8e2a3c SHA512 9964538dc42f232a11949f74b61d46422ea5da3bdc253a217119bd0b8a750c40fd2da0b07157067be9ac0226472614f210a1248114df0d331df390979867a895 diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.7.8.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.7.8.ebuild new file mode 100644 index 000..68ca59b5735 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.7.8.ebuild @@ -0,0 +1,46 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kernel-install + +MY_P=${P/-bin/}-1 +DESCRIPTION="Pre-built Linux kernel with genpatches" +HOMEPAGE="https://www.kernel.org/"; +SRC_URI+=" + amd64? ( + https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak + -> ${MY_P}.amd64.xpak + ) + x86? ( + https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak + -> ${MY_P}.x86.xpak + )" +S=${WORKDIR} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} + !sys-kernel/vanilla-kernel:${SLOT} + !sys-kernel/vanilla-kernel-bin:${SLOT}" + +QA_PREBUILT='*' + +src_unpack() { + ebegin "Unpacking ${MY_P}.${ARCH}.xpak" + tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak") + eend ${?} || die "Unpacking ${MY_P} failed" +} + +src_test() { + kernel-install_test "${PV}" \ + "${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \ + "lib/modules/${PV}" +} + +src_install() { + mv * "${ED}" || die +}
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/
commit: db3eaada9ffdbedfc045c4ea7db75c820dde6d78 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 10 05:42:12 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Jul 11 06:33:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3eaada sys-kernel/gentoo-kernel: Bump to 5.4.51 Signed-off-by: Michał Górny gentoo.org> sys-kernel/gentoo-kernel/Manifest | 2 + .../gentoo-kernel/gentoo-kernel-5.4.51.ebuild | 73 ++ 2 files changed, 75 insertions(+) diff --git a/sys-kernel/gentoo-kernel/Manifest b/sys-kernel/gentoo-kernel/Manifest index 5744d8403eb..694e8450ee8 100644 --- a/sys-kernel/gentoo-kernel/Manifest +++ b/sys-kernel/gentoo-kernel/Manifest @@ -10,6 +10,8 @@ DIST genpatches-5.4-49.base.tar.xz 1695772 BLAKE2B ad81358e16e2c61bcfa1649e535ed DIST genpatches-5.4-49.extras.tar.xz 1764 BLAKE2B 285ebf3fec9ec3b5507f80dce0d6e24f635597e1bbae921135bab4ad6b743108fb8fa2a390380e030dd9d9d0d7e240dabefe043a1659cbaf6c8851d5b64d0006 SHA512 43e66a2537b42f53fdee24350903d28ec6904b2dbc10a4a1b075ac8542e6acf9adaa66defdbd10cd3f9b177a369fa1a2c6e4d6c45067b83cc0b381eea97c654c DIST genpatches-5.4-50.base.tar.xz 1732832 BLAKE2B 46f33ab709c16a59e8bcde3a561e8d9ac4f6e0664dc61662ec82ea3e7805a1e37feaf13c5cefae1375d6c43e26cb07a14c9e030adead1cd9d9da8cedb2c2dcab SHA512 78569c984c19912afce6c10ed2b3cb9c02a0733c058c76c432f10463d7860dd73c8de034893ec2f9e5bee11b85612e5e356d33138259803b497e7da2d7e29cbb DIST genpatches-5.4-50.extras.tar.xz 1764 BLAKE2B c7c6e8c2ff97fc143802142f85f6b3447ba8cf30e9be5b307781ae216854e03000127899e66546883d34f3f8659ce636ceae677e85ab932a6a8184d5da4f8214 SHA512 e9fbd2bd8224e1e13f41ebd2af9f35f3896b9cba71c656848998ac53e4a824dd1e071a4e533e8e03fdb5a49ca70b533dcab6eab503f00394729e2216acba811c +DIST genpatches-5.4-51.base.tar.xz 1747452 BLAKE2B f93a14ea424bc1256e7b8ff34b8aae19f81d4e084ef0e8058f6dc25d776e78705e5e983b45bd24288c1c30b2456a61e349a20ea3bd8275d4e5eeb0fee0a7553b SHA512 4d1ee62f2a8931e97d7be5abfcccfe08ca9687e27abb553148f03d7d8672a35c7c3b1541555e4976e7405ba4782f170acff60b0588a0dda356a2771fe2bc17e4 +DIST genpatches-5.4-51.extras.tar.xz 1768 BLAKE2B b464b9c9ac573b159211c51f9b131ee02f3a009dac6faa1a7f6d123a8070370074cdafe36e9b9e3dd7fbe66ebed290c0372088689425b49c687e79619641fd44 SHA512 5d77b35bfb5af8d0449c543b687a62139c4efdbaba1c75701a44a88c7446ae9a766babb3687d5a26cf8fde1e8b5b7c6f861631b1db9a81afc7dee8240345c7b0 DIST genpatches-5.6-22.base.tar.xz 499020 BLAKE2B c6a9977f776a79a3da7b61dd57fbf76af7cb91069bd87cbf7189cefd207befdbec044c7bd440aad194245b93ef4254dda949f15a19d1c82e7aac44bc306e14b6 SHA512 c40c15088b75dc325712cb95468d84a4eb87616d634f51a479ac6a34e9515329c90f8360a3f7d7876ab5bb335c4d435d308e37c1562507fa6c57c88f9ecd775c DIST genpatches-5.6-22.extras.tar.xz 1764 BLAKE2B 64a589b498dfa1cc41b525a90b77a1524926a4ff9a2f9c1e2e7bd3d3750c531df3545e4af68a04fc7e3e641b6c8985a627190407f6eb85657eac960261f98ef6 SHA512 d0c11d9d5d2966ad3bf2da898e89f99b83f179f5ffda28c8ff4c0c0d0eb7a0e2553d1773ced53557fa54a58a85486802acd51f372ec3026862af58c09049a0f4 DIST genpatches-5.6-23.base.tar.xz 540292 BLAKE2B f22ce1772f5ab80c9a20e6447a3874c7c664dfe8c1934202706e6d2e84fc378068dc98719796d45809392e7e32d6c0a2233693617f3c3ce84f42dfab00dcdbe7 SHA512 f5db5e258efc2fd0d29e1a772f03838d232b11b9fc22e9cc78ecab70cfcae819a9bc7c24234fbaf94c2b30b559f4fb88e493643e4a6e58169e62eb665564ee9c diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.51.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.51.ebuild new file mode 100644 index 000..1412b2980be --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.51.ebuild @@ -0,0 +1,73 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kernel-build + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-${PV##*.} +# https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux +AMD64_CONFIG_VER=5.4.15-arch1 +AMD64_CONFIG_HASH=dc8d69b59a7a529ec5aaeb6b32b16e59a3cc1569 +# https://git.archlinux32.org/packages/log/core/linux/config.i686 +I686_CONFIG_VER=5.4.15-arch1 +I686_CONFIG_HASH=1ad219bd3f0ab439a81ed01fec7660eeea7daa0e + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE="https://www.kernel.org/"; +SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + amd64? ( + https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux&id=${AMD64_CONFIG_HASH} + -> linux-${AMD64_CONFIG_VER}.amd64.config + ) + x86? ( + https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH} + -> linux-${I686_CONFIG_VER}.i686.config + )" +S=${WORKDIR}/${MY_P} + +LICE
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/
commit: cb00f1b79a16685385d7f507578cfc2d4e00ce4d Author: Michał Górny gentoo org> AuthorDate: Sat Jul 11 06:32:50 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Jul 11 06:33:23 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb00f1b7 sys-kernel/gentoo-kernel-bin: Bump to 5.4.51 Signed-off-by: Michał Górny gentoo.org> sys-kernel/gentoo-kernel-bin/Manifest | 2 + .../gentoo-kernel-bin-5.4.51.ebuild| 46 ++ 2 files changed, 48 insertions(+) diff --git a/sys-kernel/gentoo-kernel-bin/Manifest b/sys-kernel/gentoo-kernel-bin/Manifest index b520cef9ba0..ea6a3a8b6db 100644 --- a/sys-kernel/gentoo-kernel-bin/Manifest +++ b/sys-kernel/gentoo-kernel-bin/Manifest @@ -10,6 +10,8 @@ DIST gentoo-kernel-5.4.49-1.amd64.xpak 65038447 BLAKE2B 49234c51cca0a409cabb1f15 DIST gentoo-kernel-5.4.49-1.x86.xpak 56485619 BLAKE2B 3009af3712c3faee8739c5dc83b41d78af7d85f565c38c7d2d5682e14a2db2937c2c298ed0d4441ff253eb09152920cd6c00936c5dcdaf3bd75dbd541fdc9ff2 SHA512 e48181b0755285b68573d9012e24b70ef75e0b8759e060a404b02ef1097483db6159018b3a0dbfc2a542ccb4476a7c1204b55d8e5ec2e961b81ccf06b55ba7ee DIST gentoo-kernel-5.4.50-1.amd64.xpak 65035504 BLAKE2B 07448f4158ffa9c473a73837024f127fada34694d2bbba8a440a17bc7abda988288de5afc0e13a5caf7fb2e71588c9a73546709ce70660b6de1dae073837dee0 SHA512 7614ead7405de3a7b12d6b625f9591313c1e37b5835996bab282e28cd3555b4490ad22f8b91bb775545f04e91c2bf2a17bdc526244ed121bccf36c17e3a2660a DIST gentoo-kernel-5.4.50-1.x86.xpak 56475105 BLAKE2B 56231df51e81e2ca76bec27efc32b117748141ed8fbb9ac69ba8f2c3a77d37bff63ffc0a54c7a6378a0aa4c5a44cfbc85e6f96abdbb7e8c940cafe53f9734633 SHA512 b74534c4d533c9023313b4527c4dd2920b0eebecbb5b981eb14b8ca0f70a3fa7cdd7dd4d3c272e628a5a240ac36af9c8edebcfb4afa00e592ad5d4bed9994af9 +DIST gentoo-kernel-5.4.51-1.amd64.xpak 65049554 BLAKE2B 754eeb0c19abb6dde03a7a826b90ddd36aa84961fd90f123cae02447a01c1a8a59a72972d72d4927d3ad9818a0de92b05e37e62a4f169a28c978fe09be244c59 SHA512 f2ad42f387f56b5b519313bce4514f5506052b23418601e9a8468bfa9abdb26aa1a2ff6282053bb97bcd1b77ab80034116a6e4768c4150d0c5afeacb50c3794a +DIST gentoo-kernel-5.4.51-1.x86.xpak 56472145 BLAKE2B aa3285a96d2e9fcd4c3dd0909a102301faaaea6881ff197dc14308bbdf49bf01db922fde875bc76aef8c3a3bcffd4525a6d830a3fc3a8270625135f084d597e3 SHA512 abb8561c99e8ea3e4257af161d1bfac5da754e08036b4dd4d53c1bdeeb48246476ae537b1c51bcbbf11cae5ff0f0b27832fedd976a342610584b28daf80338da DIST gentoo-kernel-5.6.18-1.amd64.xpak 66169658 BLAKE2B cb111eca2a88a6cde81e4eb80ab9a025ab5f66f780fdb6e04c16686f78ae80b6fac5ed5c511508411d24b5439503ba205f8bae287acfdde75aa6f7e609ef3a1e SHA512 ffb6aa3e0269bcb9fc159b9e8237f97c569b527ac2250722f342872b1a7d603309caef5a9a83ce4770838bcccfbbefa8bf77eea9b3e4680145aee1614cc86250 DIST gentoo-kernel-5.6.18-1.x86.xpak 57553136 BLAKE2B 3a26cd459a99c42228bd942033b6abcc9d06ae77961a4591bbc27deecbadb895ac0344298877a9474dc3057cc854d5b3be495674f8b6c549f7d136417a568271 SHA512 36c10328587a784be5d5099b5a103a9603357a2e5228be2a3f24aeb325ee4cc7aafedb98eb9314ce3fd38e45dfc3034fbdc0776e4753642945421018e03e7371 DIST gentoo-kernel-5.6.19-1.amd64.xpak 66175473 BLAKE2B 868b2b78a260be6cd98804fa93149a17898ea8d240bb1257da0ce5e0a63ea88051b470b581fae37b620e3ed5d5821527a2deb6ee9b04102f5b7c65e2b0345242 SHA512 26ba56467823824ceb91861726bf5b3c4bbcf70790740a3147cc5b1f767d5fd5bbb76d7f4983a6d4bbce0c24fdf2c4b759949aad2ae9525de039ceeb02351415 diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.51.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.51.ebuild new file mode 100644 index 000..68ca59b5735 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.51.ebuild @@ -0,0 +1,46 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kernel-install + +MY_P=${P/-bin/}-1 +DESCRIPTION="Pre-built Linux kernel with genpatches" +HOMEPAGE="https://www.kernel.org/"; +SRC_URI+=" + amd64? ( + https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak + -> ${MY_P}.amd64.xpak + ) + x86? ( + https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak + -> ${MY_P}.x86.xpak + )" +S=${WORKDIR} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} + !sys-kernel/vanilla-kernel:${SLOT} + !sys-kernel/vanilla-kernel-bin:${SLOT}" + +QA_PREBUILT='*' + +src_unpack() { + ebegin "Unpacking ${MY_P}.${ARCH}.xpak" + tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak") + eend ${?} || die "Unpacking ${MY_P} failed" +} + +src_test() { + kernel-install_test "${PV}" \ + "${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \ + "lib/modules/${PV}" +} + +src_install() { + mv *
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/
commit: c15d9918a2f74fdd70272a6e0e4ee32d6db863a7 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 10 05:42:48 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Jul 11 06:33:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15d9918 sys-kernel/vanilla-kernel: Bump to 5.7.8 Signed-off-by: Michał Górny gentoo.org> sys-kernel/vanilla-kernel/Manifest | 2 + .../vanilla-kernel/vanilla-kernel-5.7.8.ebuild | 77 ++ 2 files changed, 79 insertions(+) diff --git a/sys-kernel/vanilla-kernel/Manifest b/sys-kernel/vanilla-kernel/Manifest index b43ae963c8a..71d8abe78f1 100644 --- a/sys-kernel/vanilla-kernel/Manifest +++ b/sys-kernel/vanilla-kernel/Manifest @@ -16,7 +16,9 @@ DIST linux-5.7.2-arch1.i686.config 247685 BLAKE2B 28f7e9cdada8876fb07523cf657a2c DIST linux-5.7.4.tar.xz 112684152 BLAKE2B 0cd2e4f22491709ec91c804add85a817464a90fab4118c7ee1d38cb019a687d719591db025ea83a1421d08ae6e870b813b14aac34692441236328534a691d04b SHA512 cbd4088816abace8f9c3687ea23836d3bc4084cdc8568b01bf9f41ac80a9b6acc0566246d272876f575a5d1b1f6791f7e2ba90bc39fa53a08bdc871d632ac392 DIST linux-5.7.5.tar.xz 112700152 BLAKE2B 8b2bcb3c11a5bee4cef117dab558b82f06e818ec9d66cbb567b9d9118ac657f168eea84d5bbd67c9fd579f7537177e184b4d23e32a8314e4860c31b68ad3a923 SHA512 a7c1ff24adbcfc08828f257accc4da51582348a46bbec5339fbe3c62520650ed1b1cd0886d94a475e43c8a84dbd693cf44c9366532ff8435db3c176eedeba000 DIST linux-5.7.6-arch1.amd64.config 248589 BLAKE2B e7c64a69a1ea4f09f29f40502e03917d6ba9847d05863e4e7781cbc68e264c86cd617dc9ec0f502b990808f6914426cda030bb6582cc012b939891c9ea60976a SHA512 5ce2921dd99ef9f3e82298b53fac01bd2e56e2a234b608671a7f02ff936c38b99e8e34b15d574304b3cfff943e787d87726621df2aacef7a5a988377bbc0eeb5 +DIST linux-5.7.6-arch1.i686.config 247724 BLAKE2B ac3dcd47ef34195b3f3c9d2a7c98362844756f1c87242e8aaad19b603d132264266eb82dae50376cbe0920d15f730717459bd78f8ac10421d311654c7ed60409 SHA512 cd735774b37b78ec1759fec030ea8895104894e149ee4ba47ff5bd91a4ff432df446008a9351c9963d7474b88cfb197b1014554409f0b465445a403305072b66 DIST linux-5.7.6.tar.xz 112711436 BLAKE2B 6f85bbef8ed4db5214c71fcc32e4793ee336f635ff385f5208a3eb8f45e5201b9acb40db2e0e51514a2d95269336208ab6156cf695c7f4ceb8df6b537dd0cab6 SHA512 83b6622634508caf02f782688c86138cca741daad7f7b5a87a55f1f33a59d0a93ba832da46a2cb36bafaf38c31be7c7420479cf2137da928c6ccf798428fbc36 DIST linux-5.7.7.tar.xz 112714212 BLAKE2B 0bd13b75dba824231903ce5542936c911661b5fe54f565cfb3fc31cde96d1557d543367f232fac8c8ecec65a065dd843bd7a55fb67d9dd8abfae3074808520c7 SHA512 49db85a1ce14e00411215d5d5bfda6db3d24ed2e0f2bd8e6603c18b3226614f45040856b21b4d6b525c44bb4463ab08fb594a06de6deca109d512588389cc3fd +DIST linux-5.7.8.tar.xz 112715608 BLAKE2B e586d51ea94a35a1f5f3801d478752a8b873a815bfcbb332eb36293ff101e88c8d10978f06831f12d5ca6df02e54368cca6f66ae9dcf7befc01358954fa8cb29 SHA512 2b64612db07d3f47a6fa1bc52f5b0c400142948621865ccca40fcf7623719b5a32af435bc26ba2bcae72910e3bb752a809d2fbd089f05ecbbe9c6a1ebba2 DIST tinycorelinux-10.1-amd64.qcow2 16842752 BLAKE2B e013e76503c335739a9623c0901ca791937a0e6b177854535cadec1e2c2cd2df588283ed3128cf652595f32264fbfe5b3bd3a8c97665fd4da344e308535be366 SHA512 c3aeb20ff8769da9211694b7f701907cc7ae7582cdfad2c2fdc008d97ebcbd9dc08245b4e8f8450e1cb304bd705345a11fe79f901a47979fee91443841d55641 DIST tinycorelinux-10.1-x86.qcow2 14876672 BLAKE2B 3c760eb7438b13261e52ecfaa33a53649ced95f1ab40aae52134b8cdc31a16d7aa0d6a6dd716e268ed148e9d77a10b7c700b141b61d70c82d271ffe88e8e2a3c SHA512 9964538dc42f232a11949f74b61d46422ea5da3bdc253a217119bd0b8a750c40fd2da0b07157067be9ac0226472614f210a1248114df0d331df390979867a895 diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.7.8.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-5.7.8.ebuild new file mode 100644 index 000..eaecb3dcae4 --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.7.8.ebuild @@ -0,0 +1,77 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kernel-build + +MY_P=linux-${PV} +# https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux +AMD64_CONFIG_VER=5.7.6-arch1 +AMD64_CONFIG_HASH=39802f4425f0fc50dd8040ad30cfdd001bd2b40b +# https://git.archlinux32.org/packages/log/core/linux/config.i686 +I686_CONFIG_VER=5.7.6-arch1 +I686_CONFIG_HASH=89ff2bdc14819f3834874e83b97620c5daeafb11 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE="https://www.kernel.org/"; +SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + amd64? ( + https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux&id=${AMD64_CONFIG_HASH} + -> linux-${AMD64_CONFIG_VER}.amd64.config + ) + x86? ( + https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH} + ->
[gentoo-commits] data/api:master commit in: files/overlays/
commit: 677a979e182ded33abc64bc7b1b246e95416 Author: qi777xj gmail com> AuthorDate: Sat Jul 11 13:47:27 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Sat Jul 11 06:21:26 2020 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=677a979e repositories: Remove jellybean's overlay Signed-off-by: Joonas Niilola gentoo.org> Closes: https://github.com/gentoo/api-gentoo-org/pull/291 files/overlays/repositories.xml | 12 1 file changed, 12 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 84c8cf1..35c78d8 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2380,18 +2380,6 @@ https://github.com/JBoro/portage.git - -jellybean -My personal overlay -https://github.com/qi777xj/jellybean - - qi77...@gmail.com - Hyogeon Gi - -https://github.com/qi777xj/jellybean.git -git+ssh://g...@github.com/qi777xj/jellybean.git -https://github.com/qi777xj/jellybean/commits/master.atom - jkolo Jerzy Kolosowski's Gentoo overlay
[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
commit: 31e7bec69ca4546929526629fb83d07733536765 Author: Davide Pesavento gentoo org> AuthorDate: Sat Jul 11 06:21:23 2020 + Commit: Davide Pesavento gentoo org> CommitDate: Sat Jul 11 06:21:39 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e7bec6 dev-qt/qt-creator: stop enabling USE=webengine by default QtWebEngine is a very large dependency and the built-in backends (litehtml and QTextBrowser) are normally enough. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qt-creator/qt-creator-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qt-creator/qt-creator-.ebuild b/dev-qt/qt-creator/qt-creator-.ebuild index b4bfe6a4119..7d9347a0077 100644 --- a/dev-qt/qt-creator/qt-creator-.ebuild +++ b/dev-qt/qt-creator/qt-creator-.ebuild @@ -32,7 +32,7 @@ QTC_PLUGINS=(android +autotest autotools:autotoolsprojectmanager baremetal bazaa lsp:languageclient mcu:mcusupport mercurial modeling:modeleditor nim perforce perfprofiler python qbs:qbsprojectmanager +qmldesigner qmlprofiler qnx remotelinux scxml:scxmleditor serialterminal silversearcher subversion valgrind webassembly winrt) -IUSE="doc systemd test +webengine ${QTC_PLUGINS[@]%:*}" +IUSE="doc systemd test webengine ${QTC_PLUGINS[@]%:*}" RESTRICT="!test? ( test )" REQUIRED_USE=" boot2qt? ( remotelinux )
[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
commit: 2ac34258437a3913a6401905c79e717d321810f5 Author: Davide Pesavento gentoo org> AuthorDate: Sat Jul 11 05:31:11 2020 + Commit: Davide Pesavento gentoo org> CommitDate: Sat Jul 11 06:21:39 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac34258 dev-qt/qt-creator: the qbs plugin no longer links to libqbscore https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=6913947986a1aebeb9eba6212ef270c31de28af8 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qt-creator/qt-creator-.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-qt/qt-creator/qt-creator-.ebuild b/dev-qt/qt-creator/qt-creator-.ebuild index aacf1388261..b4bfe6a4119 100644 --- a/dev-qt/qt-creator/qt-creator-.ebuild +++ b/dev-qt/qt-creator/qt-creator-.ebuild @@ -81,7 +81,6 @@ CDEPEND=" webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] ) ) perfprofiler? ( dev-libs/elfutils ) - qbs? ( >=dev-util/qbs-1.13.1 ) serialterminal? ( >=dev-qt/qtserialport-${QT_PV} ) systemd? ( sys-apps/systemd:= ) " @@ -101,6 +100,7 @@ RDEPEND="${CDEPEND} cvs? ( dev-vcs/cvs ) git? ( dev-vcs/git ) mercurial? ( dev-vcs/mercurial ) + qbs? ( >=dev-util/qbs-1.15 ) qmldesigner? ( >=dev-qt/qtquicktimeline-${QT_PV} ) silversearcher? ( sys-apps/the_silver_searcher ) subversion? ( dev-vcs/subversion ) @@ -210,8 +210,6 @@ src_configure() { KSYNTAXHIGHLIGHTING_INCLUDE_DIR="${EPREFIX}/usr/include/KF5/KSyntaxHighlighting" \ $(use clang && echo LLVM_INSTALL_DIR="$(get_llvm_prefix ${LLVM_MAX_SLOT})") \ $(use qbs && echo QBS_INSTALL_DIR="${EPREFIX}/usr") \ - CONFIG+=qbs_disable_rpath \ - CONFIG+=qbs_enable_project_file_updates \ $(use systemd && echo CONFIG+=journald) \ $(use test && echo BUILD_TESTS=1) }
[gentoo-commits] repo/gentoo:master commit in: acct-group/dnscrypt-proxy/
commit: 48dadfb28d85cfd27fb066131c1423afb1e5241e Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 06:17:16 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:17:16 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dadfb2 acct-group/dnscrypt-proxy: remove myself from meatdata Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> acct-group/dnscrypt-proxy/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/acct-group/dnscrypt-proxy/metadata.xml b/acct-group/dnscrypt-proxy/metadata.xml index fd9e2163ba5..979bcc7aec9 100644 --- a/acct-group/dnscrypt-proxy/metadata.xml +++ b/acct-group/dnscrypt-proxy/metadata.xml @@ -5,8 +5,4 @@ s...@gentoo.org Sam James - - gyakov...@gentoo.org - Georgy Yakovlev -
[gentoo-commits] repo/gentoo:master commit in: acct-user/dnscrypt-proxy/
commit: d5b1bdba04172e3e199be6fb1f3c3bc25d242b9e Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 06:16:27 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:16:27 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b1bdba acct-user/dnscrypt-proxy: remove myself from meatdata Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> acct-user/dnscrypt-proxy/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/acct-user/dnscrypt-proxy/metadata.xml b/acct-user/dnscrypt-proxy/metadata.xml index fd9e2163ba5..979bcc7aec9 100644 --- a/acct-user/dnscrypt-proxy/metadata.xml +++ b/acct-user/dnscrypt-proxy/metadata.xml @@ -5,8 +5,4 @@ s...@gentoo.org Sam James - - gyakov...@gentoo.org - Georgy Yakovlev -
[gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/
commit: eb096707a17a891417400867813d8362fc975aef Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 06:13:10 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:13:10 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb096707 net-dns/dnscrypt-proxy: remove myself from meatdata Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> net-dns/dnscrypt-proxy/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/net-dns/dnscrypt-proxy/metadata.xml b/net-dns/dnscrypt-proxy/metadata.xml index b05e6420ff3..65acfbb20ea 100644 --- a/net-dns/dnscrypt-proxy/metadata.xml +++ b/net-dns/dnscrypt-proxy/metadata.xml @@ -5,10 +5,6 @@ s...@gentoo.org Sam James - - gyakov...@gentoo.org - Georgy Yakovlev - dnscrypt-proxy provides local service which can be used directly as your local resolver or as a DNS forwarder, encrypting and authenticating
[gentoo-commits] repo/gentoo:master commit in: net-misc/endlessh/
commit: c6224f58222b9d7df63fd02e45514dc1cd8167a2 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 06:14:15 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:14:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6224f58 net-misc/endlessh: remove myself from meatdata Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> net-misc/endlessh/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/net-misc/endlessh/metadata.xml b/net-misc/endlessh/metadata.xml index cb1cd21f7d6..eff6a3d0357 100644 --- a/net-misc/endlessh/metadata.xml +++ b/net-misc/endlessh/metadata.xml @@ -5,10 +5,6 @@ s...@gentoo.org Sam James - - gyakov...@gentoo.org - Georgy Yakovlev - Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time.
[gentoo-commits] repo/gentoo:master commit in: app-shells/mcfly/
commit: 6d1045d4b440fe95ee29beaae87dd439d0d02fd9 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:45:27 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:55 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1045d4 app-shells/mcfly: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> app-shells/mcfly/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-shells/mcfly/metadata.xml b/app-shells/mcfly/metadata.xml index 1e6f47eb167..8d0da20cda2 100644 --- a/app-shells/mcfly/metadata.xml +++ b/app-shells/mcfly/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + McFly replaces your default ctrl-r Bash history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands.
[gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/
commit: b61e51c7ea0db40ac36b831d269f0f499784d6e3 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:48:11 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61e51c7 sys-apps/bat: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/bat/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-apps/bat/metadata.xml b/sys-apps/bat/metadata.xml index c48ee37fa4f..f56deb0636e 100644 --- a/sys-apps/bat/metadata.xml +++ b/sys-apps/bat/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + A cat(1) clone with wings
[gentoo-commits] repo/gentoo:master commit in: app-text/fblog/
commit: 6dc8d0fcacd2004e8758a85ec2e97e62062ae4a4 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:46:20 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:55 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc8d0fc app-text/fblog: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> app-text/fblog/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-text/fblog/metadata.xml b/app-text/fblog/metadata.xml index 1950ef12155..715b1052cb7 100644 --- a/app-text/fblog/metadata.xml +++ b/app-text/fblog/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + https://github.com/brocode/fblog/issues brocode/fblog
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/vagrant_cloud/
commit: 24fe51c0df534b0f932e26d8d69c9352986fbbfe Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:51:16 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:58 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fe51c0 dev-ruby/vagrant_cloud: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> dev-ruby/vagrant_cloud/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-ruby/vagrant_cloud/metadata.xml b/dev-ruby/vagrant_cloud/metadata.xml index 98834cb9484..ae824f5b3fd 100644 --- a/dev-ruby/vagrant_cloud/metadata.xml +++ b/dev-ruby/vagrant_cloud/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + hashicorp/vagrant_cloud
[gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
commit: 0313250923cc75421351804d4dfce52e529c0383 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:52:08 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:58 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03132509 app-shells/loksh: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> app-shells/loksh/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-shells/loksh/metadata.xml b/app-shells/loksh/metadata.xml index f3587d6da38..4ac932989cf 100644 --- a/app-shells/loksh/metadata.xml +++ b/app-shells/loksh/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + dimkr/loksh
[gentoo-commits] repo/gentoo:master commit in: sys-apps/exa/
commit: bfa80da17ec17a9133a2a67e6332012270d445dd Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:47:15 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa80da1 sys-apps/exa: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/exa/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-apps/exa/metadata.xml b/sys-apps/exa/metadata.xml index 40e778e6f25..973eccd2202 100644 --- a/sys-apps/exa/metadata.xml +++ b/sys-apps/exa/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + exa is a modern replacement for ls.
[gentoo-commits] repo/gentoo:master commit in: app-misc/skim/
commit: 9031ec3e6b252996074c12ef3aea497fef6d8f83 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:44:43 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:54 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9031ec3e app-misc/skim: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> app-misc/skim/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-misc/skim/metadata.xml b/app-misc/skim/metadata.xml index 704e68761c9..493b495913d 100644 --- a/app-misc/skim/metadata.xml +++ b/app-misc/skim/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + Install sk-tmux script to run skim in a tmux pane Install vim plugin for skim
[gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/
commit: 4ab2a2441008f6ec7616694715dcdaae4967c6ec Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:49:27 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab2a244 app-emulation/vagrant: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> app-emulation/vagrant/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-emulation/vagrant/metadata.xml b/app-emulation/vagrant/metadata.xml index b6390836957..4f92768cfae 100644 --- a/app-emulation/vagrant/metadata.xml +++ b/app-emulation/vagrant/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + Use VirtualBox provider.
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashicorp-checkpoint/
commit: d0925954dadbd361a79db5af5959c1f8a64dd7e7 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:50:36 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0925954 dev-ruby/hashicorp-checkpoint: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> dev-ruby/hashicorp-checkpoint/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-ruby/hashicorp-checkpoint/metadata.xml b/dev-ruby/hashicorp-checkpoint/metadata.xml index dacbe9ba117..4560b1c7da3 100644 --- a/dev-ruby/hashicorp-checkpoint/metadata.xml +++ b/dev-ruby/hashicorp-checkpoint/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + hashicorp/ruby-checkpoint
[gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/
commit: 385dd402349a6444e6354c3144d5c17b1a77ce15 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:53:13 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:59 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385dd402 mail-client/aerc: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> mail-client/aerc/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mail-client/aerc/metadata.xml b/mail-client/aerc/metadata.xml index 59bf80a5a35..7fa842be45b 100644 --- a/mail-client/aerc/metadata.xml +++ b/mail-client/aerc/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + Enable support for net-mail/notmuch
[gentoo-commits] repo/gentoo:master commit in: sys-power/intel-undervolt/
commit: 05c19c356f3c5eb0d425f656fb6c215b63416056 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:43:35 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 06:02:49 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c19c35 sys-power/intel-undervolt: drop to maintainer-needed Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> sys-power/intel-undervolt/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-power/intel-undervolt/metadata.xml b/sys-power/intel-undervolt/metadata.xml index 2d95a51af09..10c50e35b41 100644 --- a/sys-power/intel-undervolt/metadata.xml +++ b/sys-power/intel-undervolt/metadata.xml @@ -1,10 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - gyakov...@gentoo.org - Georgy Yakovlev - + Use elogind hook to apply voltage after system sleep
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/uuidtools/
commit: ab40012c6f7cbd655dcae89dd758581b86854505 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 11 05:09:28 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 11 05:15:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab40012c dev-ruby/uuidtools: add 2.2.0 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/uuidtools/Manifest | 1 + dev-ruby/uuidtools/uuidtools-2.2.0.ebuild | 35 +++ 2 files changed, 36 insertions(+) diff --git a/dev-ruby/uuidtools/Manifest b/dev-ruby/uuidtools/Manifest index 64285f0efa5..c3fcb8f666c 100644 --- a/dev-ruby/uuidtools/Manifest +++ b/dev-ruby/uuidtools/Manifest @@ -1 +1,2 @@ DIST uuidtools-2.1.5.gem 25600 BLAKE2B 8219d559d92d86e7a87b97d4eda9454b6c203f89beb4a74ff619f51470d339c4063b1982ffb6f8acd5b9c206ac7d0dc537e968b1744a030a4f6cd629a358fc7a SHA512 c56e6329e48638bd5049d348beedec7fadb9ee7a133a5013ddd41ae98baa8213d8944903059729c9ca4f38b24d9b565b5653332685982337a4233f11d4865ac0 +DIST uuidtools-2.2.0.gem 27136 BLAKE2B 1760c3fcb193901a552b8d32acddd67a0737b95a79bde47854c11a3a6378b008b0e17339ac2e95157329314f35612adc9355068eaef90f93f4d1976fdd430182 SHA512 17f15e8816fd17d31e1296522d9c68b8da71211556c3284770197b06a6fe01f9038c1e6c6e5e8272b4290cfb23b48914a27717c4705fba17e5d9848257664360 diff --git a/dev-ruby/uuidtools/uuidtools-2.2.0.ebuild b/dev-ruby/uuidtools/uuidtools-2.2.0.ebuild new file mode 100644 index 000..c6ce5fcee73 --- /dev/null +++ b/dev-ruby/uuidtools/uuidtools-2.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_TASK_DOC="-f tasks/yard.rake doc" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" + +inherit ruby-fakegem + +DESCRIPTION="Simple library to generate UUIDs" +HOMEPAGE="https://github.com/sporkmonger/uuidtools"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-macos" +IUSE="doc" + +ruby_add_bdepend "doc? ( dev-ruby/yard )" + +all_ruby_prepare() { + # Avoid specs that require an actual network interface to get a MAC + # address. We can't assume that a network interface is available. + sed -e '/when obtaining a MAC address/,/^end/ s:^:#:' \ + -i spec/uuidtools/mac_address_spec.rb || die + sed -e '/should correctly generate timestamp variant UUIDs/,/^ end/ s:^:#:' \ + -i spec/uuidtools/uuid_creation_spec.rb || die + sed -e '/should not treat a timestamp version UUID as a random node UUID/,/^ end/ s:^:#:' \ + -i spec/uuidtools/uuid_parsing_spec.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/websocket-driver/
commit: cb04952ac5af69ce6a98380366587efa50eeebc2 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 11 05:12:32 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 11 05:15:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb04952a dev-ruby/websocket-driver: add 0.7.3 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/websocket-driver/Manifest | 1 + .../websocket-driver/websocket-driver-0.7.3.ebuild | 37 ++ 2 files changed, 38 insertions(+) diff --git a/dev-ruby/websocket-driver/Manifest b/dev-ruby/websocket-driver/Manifest index db49c1563ab..565f9c7399a 100644 --- a/dev-ruby/websocket-driver/Manifest +++ b/dev-ruby/websocket-driver/Manifest @@ -2,3 +2,4 @@ DIST websocket-driver-0.6.5.tar.gz 24737 BLAKE2B 137c16a69309a1aad07fff663ff95a8 DIST websocket-driver-0.7.0.tar.gz 25557 BLAKE2B 5d8af63c50b9c61b05e822a3bef7bd9c15a25875afa2cb0eb909f174801ff10445452c11d83790d9053438ea5556d91739bba27b2c1d6b5dc93397fbfa64bfd6 SHA512 cc022a53c546e66eb2b7ab04ff2a809ad22087343807f0e31c51e36e028123d808cbfc1956bc8e14d1fd913661664302a41ae5abc9a34562562da2e5cba58368 DIST websocket-driver-0.7.1.tar.gz 25722 BLAKE2B 6046fe93a52ef958fa22402f67d544cb4375248997cc5104bd6ff46fde40493f3b342a29aec5a803e5d884528ee593f605e30150eb1e770508ef26b2af126cda SHA512 77e285eb038c0bff612f24f2edb79747ab37d167d861a7e580827da2ff5bc371cbb76041dbe47224384e58c1beaea7ef78cd875d08f218fb1ca9c4657783efaa DIST websocket-driver-0.7.2.tar.gz 25998 BLAKE2B a14af62a6189a4ec476352fd587e210e6ecf7f48845e06aae87a3bf78d7f55a1dd50177b29d5759416c6debf24b8d249fa2cf41f1a282044ecef8cd6fa963adf SHA512 05a0ae12e8fcf1c6734bedd8837857d71387844cbfbb768d8b81d8b890e3735c272b7a397ee9f3d20db82939a06694e4bbc6a42d06436911997588917b7fe7af +DIST websocket-driver-0.7.3.tar.gz 26035 BLAKE2B 508c5acb8e2aa1851ce04671b2bb68ce7e692b26b7b30c3115198d08606dbeb110067537337b75b90e7b3e33bd8dd1938eaa871bf41fd1b222ae71fa723e5ef2 SHA512 1ba113abbed068d1afa34a23ef29691a42f39f3980122c654c72902229f87acf87802c83ea79399b61f5749166bf5927a5d1ea0ba1840e3b9dceccaaa5196b55 diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.3.ebuild b/dev-ruby/websocket-driver/websocket-driver-0.7.3.ebuild new file mode 100644 index 000..68cce579d55 --- /dev/null +++ b/dev-ruby/websocket-driver/websocket-driver-0.7.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A complete implementation of the WebSocket protocols" +HOMEPAGE="https://github.com/faye/websocket-driver-ruby"; +SRC_URI="https://github.com/faye/websocket-driver-ruby/archive/${PV}.tar.gz -> ${P}.tar.gz" +RUBY_S="${PN}-ruby-${PV}" + +LICENSE="Apache-2.0" +SLOT="0.7" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/websocket-extensions-0.1.0" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die +} + +each_ruby_configure() { + ${RUBY} -Cext/websocket-driver extconf.rb || die +} + +each_ruby_compile() { + emake V=1 -Cext/websocket-driver + cp ext/websocket-driver/websocket_mask.so lib/ || die +}
[gentoo-commits] repo/gentoo:master commit in: app-shells/fzy/
commit: 952f81ff4247a963c84efc12cb6f92d790d275c8 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 05:14:10 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 05:14:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952f81ff app-shells/fzy: 1.0-r1 ppc64 stable Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> app-shells/fzy/fzy-1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/fzy/fzy-1.0-r1.ebuild b/app-shells/fzy/fzy-1.0-r1.ebuild index 660ca21138e..57e59b500d7 100644 --- a/app-shells/fzy/fzy-1.0-r1.ebuild +++ b/app-shells/fzy/fzy-1.0-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == ]]; then EGIT_REPO_URI="https://github.com/jhawthorn/fzy.git"; else SRC_URI="https://github.com/jhawthorn/${PN}/releases/download/${PV}/${P}.tar.gz"; - KEYWORDS="amd64 arm arm64 ~ppc64 x86" + KEYWORDS="amd64 arm arm64 ppc64 x86" fi DESCRIPTION="Fuzzy text selector (interactive grep) for console"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/amq-protocol/
commit: d1b5d1da8107503b977bdca6639efa46ea2a56df Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 11 05:14:55 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 11 05:15:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b5d1da dev-ruby/amq-protocol: add 2.3.2 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/amq-protocol/Manifest | 1 + dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild | 26 + 2 files changed, 27 insertions(+) diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest index eea332d67e3..38ff2af3ebf 100644 --- a/dev-ruby/amq-protocol/Manifest +++ b/dev-ruby/amq-protocol/Manifest @@ -1,2 +1,3 @@ DIST amq-protocol-2.3.0.gem 45568 BLAKE2B f5af9184a37bb7484e18765cf6bd807048339f44ece70a1c5dc8d6580eb1449bd1deda9bd467970c0d03088f4f666ef0ba59141fe90b335508a854440cc5dae4 SHA512 cb9ca136908f09dd7f38f763b87516379efafb2cc3dfe34268064c08ee9fdda8e9299de4d94b70aa0569362fe18a541287a6b9649383ee0720f199fdc0b75263 DIST amq-protocol-2.3.1.gem 45568 BLAKE2B 08361a74b6a8d0652487aac26a91e3fed6681690e6c03988d500ccba6094e2513edf76aed94ac51da613322947da75f624090e3f8c79d54ac2c254180d98ce13 SHA512 10b2dc69014a681ff1c8b5512d578ae5b6c3c70c09c6b3dd4d86414f84b467fc05f873038fe0d4d751aa73cc0d1903f795a13eba4982f8e92dc226be8136d989 +DIST amq-protocol-2.3.2.gem 46080 BLAKE2B 22e9cf6bf96df7f85c65f0e25a0bedb38f6e75b6a5eff3f7574d1e4f2b733fb697c3cfa8db9227733847d96b256f4127b061a28e24f43114acdcd88b364bf08c SHA512 9e526920989e5fcf679e5ba7f3a2e77546ae9488590a2ef3a600f4df6cb96d3530472bbe15dd951a06ef7cdec2544353a21e4ae494b5fd44c3ac06b70ef0 diff --git a/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild new file mode 100644 index 000..b9e86769dc8 --- /dev/null +++ b/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby" +HOMEPAGE="https://github.com/ruby-amqp/amq-protocol"; + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/rspec-its )" + +all_ruby_prepare() { + sed -i -e '/\(simplecov\|effin_utf8\|byebug\)/ s:^:#:' Gemfile || die + sed -i -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_json/
commit: 526e484c6a9862f005cf9aadc3ff450983aad9a6 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 11 05:07:19 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 11 05:15:13 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526e484c dev-ruby/multi_json: add 1.15.0 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/multi_json/Manifest | 1 + dev-ruby/multi_json/multi_json-1.15.0.ebuild | 62 2 files changed, 63 insertions(+) diff --git a/dev-ruby/multi_json/Manifest b/dev-ruby/multi_json/Manifest index 26507a4b886..9e98ebfd5ca 100644 --- a/dev-ruby/multi_json/Manifest +++ b/dev-ruby/multi_json/Manifest @@ -1,2 +1,3 @@ DIST multi_json-1.13.1.tar.gz 26098 BLAKE2B e82a08a747a092a9094cd7b35b4f933b5ac922a01f45a51b215ca9c4cdb9a083a4808d4bbe67a147ecb57e0b7b7e313c3d896f8cd80c79338c24abc3b90a09f9 SHA512 7c98392bd1c909fcc05249a02a010b561bf6c2d812ae42413d6e8dafa62926d8cb76226ded4c61558a00e5fa531ba33b6f4ef562648c52ba9b552ff7b7e27682 DIST multi_json-1.14.1.tar.gz 24713 BLAKE2B 188d0fa3bf7a46a6cf4a5aa1d613523b4da3dee5061a5288146d1a367835b255f103dec265da9a218dd6dd21ecb38a7ce35d16a758ac7754b440f52c25f0b703 SHA512 19e2b6704a8ed39b8714da449c8961e740198772718ddba3d3b651f71f2b7d8c2c198d9cc16fe290f1df7b1e54d029c01147fdc431a8d2763944a4de802b89d9 +DIST multi_json-1.15.0.tar.gz 24932 BLAKE2B c99c5c6b152c91dedc38fd24f8697f918064c603bfd72c55213f3ac8afd14d3c0ba31b7c3fb91c9998fcc8a5386f41a6983c53b40119558b99194ba58c06cc91 SHA512 55c873e45cdc59e75823aa031eb6d792cb9dc744b13a682fc279a8375b925db7a984256d61aa5454795a59722794a774a0ed5b6bf518db253152f4af67f46dea diff --git a/dev-ruby/multi_json/multi_json-1.15.0.ebuild b/dev-ruby/multi_json/multi_json-1.15.0.ebuild new file mode 100644 index 000..88d2b50255e --- /dev/null +++ b/dev-ruby/multi_json/multi_json-1.15.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_TASK_DOC="yard" + +RUBY_FAKEGEM_DOCDIR="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_GEMSPEC="multi_json.gemspec" + +inherit ruby-fakegem + +SRC_URI="https://github.com/intridea/multi_json/archive/v${PV}.tar.gz -> ${P}.tar.gz" +DESCRIPTION="A gem to provide swappable JSON backends" +HOMEPAGE="https://github.com/intridea/multi_json"; +LICENSE="MIT" + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="0" +IUSE="" + +ruby_add_rdepend "|| ( >=dev-ruby/json-1.4:* >=dev-ruby/yajl-ruby-1.0 )" + +ruby_add_bdepend "doc? ( dev-ruby/rspec:3 dev-ruby/yard )" + +ruby_add_bdepend "test? ( dev-ruby/json + dev-ruby/yajl-ruby )" + +all_ruby_prepare() { + sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable to remove bundler." + + # Remove unimportant rspec options not supported by rspec 2.6. + rm .rspec || die + + # Remove specs specific to oj since we don't package oj yet. + sed -i -e '/defaults to the best available gem/,/^ end/ s:^:#:' \ + -e '/Oj does not create symbols on parse/,/^end/ s:^:#:' \ + -e '/with Oj.default_settings/,/^end/ s:^:#:' \ + -e '/using one-shot parser/,/^ end/ s:^:#:' \ + -e '/jrjackson/askip "unpackaged"' \ + spec/multi_json_spec.rb + + # Avoid simplecov which only works with ruby 1.9 + sed -i -e '/simplecov/d' -e '/SimpleCov.formatter/,/SimpleCov.start/ d' spec/spec_helper.rb || die + + # Remove unpackaged and for our purposes unneeded coveralls + sed -i -e '/coveralls/d' spec/spec_helper.rb || die + + # Avoid testing unpackaged adapters + rm spec/{gson,nsjsonserialization,jr_jackson,oj}_adapter_spec.rb || die +} + +each_ruby_test() { + for t in spec/*_spec.rb; do + ${RUBY} -S rspec-3 ${t} || die + done +}
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/
commit: 9fd45688adfdd9a5ca0c1064b5a63f22499d7785 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 11 05:01:37 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 11 05:15:13 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd45688 net-analyzer/munin: add 2.0.64 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> net-analyzer/munin/Manifest| 2 + net-analyzer/munin/munin-2.0.64.ebuild | 417 + 2 files changed, 419 insertions(+) diff --git a/net-analyzer/munin/Manifest b/net-analyzer/munin/Manifest index 74251ce17f2..a806e9c96d0 100644 --- a/net-analyzer/munin/Manifest +++ b/net-analyzer/munin/Manifest @@ -8,3 +8,5 @@ DIST munin-2.0.61-gentoo-1.tar.xz 3980 BLAKE2B 5aae9c29befa761f797d362c90d810051 DIST munin-2.0.61.tar.gz 2254571 BLAKE2B e73fb6fc4f71c8d56a7e8a05852f699c94a7cf321b8034ad31ccbd06a37a602e6d312c0079fcb31afc5489a265a35a68c037743e01471ca950223d5cb6757b64 SHA512 ea6ae5a7f812985e0179dc2fe2f21136ecf6152ec2adf48d53e4fa19cfc14e74befe56c77a18f27ba966c12034a4fea442d5d1498a7cfe57ed052d332c199019 DIST munin-2.0.63-gentoo-1.tar.xz 3980 BLAKE2B 5aae9c29befa761f797d362c90d810051a7f3a5dc8250776ab6ae1659197d795dfb87274db66ff0a3deb4e10e14ced5b3765551a3f29357c436968a848f450ea SHA512 b21d6590bb9e1da127066a06818f1f3157362762f80526e2231b926956959e62af575f38235f72326376dc21bba63f9767efa379f1f2558ca9b20ddf5395e851 DIST munin-2.0.63.tar.gz 2254548 BLAKE2B 5e0aa63222706a1e23bcb2af98437ee8cc3f09cdf833a6546ea40cf7307728518d5d696bd500105f85139753bc17a26dddfb202a661d35a7046ffc55b5b9ef02 SHA512 c28d2bedda8abb8787e1ba40ec80961d1304c903e9e608e30ed7903210169f258f9c062fc97d89932ddd7aabefa4360495d19535520741911c489c9c3c2e76fe +DIST munin-2.0.64-gentoo-1.tar.xz 3980 BLAKE2B 5aae9c29befa761f797d362c90d810051a7f3a5dc8250776ab6ae1659197d795dfb87274db66ff0a3deb4e10e14ced5b3765551a3f29357c436968a848f450ea SHA512 b21d6590bb9e1da127066a06818f1f3157362762f80526e2231b926956959e62af575f38235f72326376dc21bba63f9767efa379f1f2558ca9b20ddf5395e851 +DIST munin-2.0.64.tar.gz 2256519 BLAKE2B 6a48327672ab7cf20be7a47d489467d0b888e00c01ca0ce8b0bc47a03b63087cf61de4aaf8ae0f18d8e5ef95c49f85092d719ae7de6fe51bcb5e60d138caa519 SHA512 d5f8fb04a601b053844b04850416f09b9f682b83298e35b973ee495cc60477720dc0483f73809db5ca24ba6b9fa1520f026a3f187db01b0c946cce756e4e401f diff --git a/net-analyzer/munin/munin-2.0.64.ebuild b/net-analyzer/munin/munin-2.0.64.ebuild new file mode 100644 index 000..acaf9f6d9f0 --- /dev/null +++ b/net-analyzer/munin/munin-2.0.64.ebuild @@ -0,0 +1,417 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PATCHSET=1 + +inherit java-pkg-opt-2 systemd + +MY_P=${P/_/-} + +DESCRIPTION="Munin Server Monitoring Tool" +HOMEPAGE="http://munin-monitoring.org/"; +SRC_URI=" + https://github.com/munin-monitoring/munin/archive/${PV}.tar.gz -> ${P}.tar.gz + https://dev.gentoo.org/~graaff/munin/${P}-gentoo-${PATCHSET}.tar.xz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="asterisk irc java ldap memcached minimal mysql postgres selinux ssl test cgi ipv6 syslog ipmi http dhcpd doc apache2" +REQUIRED_USE="cgi? ( !minimal ) apache2? ( cgi )" +RESTRICT="!test? ( test )" + +# Upstream's listing of required modules is NOT correct! +# Some of the postgres plugins use DBD::Pg, while others call psql directly. +# Some of the mysql plugins use DBD::mysql, while others call mysqladmin directly. +# We replace the original ipmi plugins with the freeipmi_ plugin which at least works. +DEPEND_COM=" + acct-user/munin + acct-user/munin-async + acct-group/munin + dev-lang/perl:=[berkdb] + dev-perl/DBI + dev-perl/Date-Manip + dev-perl/File-Copy-Recursive + dev-perl/List-MoreUtils + dev-perl/Log-Log4perl + dev-perl/Net-CIDR + dev-perl/Net-DNS + dev-perl/Net-Netmask + dev-perl/Net-SNMP + dev-perl/Net-Server[ipv6(-)?] + virtual/perl-Digest-MD5 + virtual/perl-Getopt-Long + virtual/perl-MIME-Base64 + virtual/perl-Storable + virtual/perl-Text-Balanced + virtual/perl-Time-HiRes + apache2? ( www-servers/apache[apache2_modules_cgi,apache2_modules_cgid,apache2_modules_rewrite] ) + asterisk? ( dev-perl/Net-Telnet ) + cgi? ( + dev-perl/FCGI + dev-perl/CGI-Fast + ) + dhcpd? ( + >=net-misc/dhcp-3[server] + dev-perl/Net-IP + dev-perl/HTTP-Date + ) + doc? ( dev-python/sphinx ) + http? ( dev-perl/libwww-perl ) + irc? ( dev-perl/Net-IRC ) + ldap? ( dev-perl/perl-ldap ) + kernel_linux? ( sys-process/procps ) + memcached? ( dev-perl/Cache-Memcached ) + mysql? ( + virtual/mysql + dev-perl/C
[gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
commit: 87c378234f8990517eadb1ce57c53b0ba5482d8d Author: Sam James gentoo org> AuthorDate: Sat Jul 11 04:25:01 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 04:25:01 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c37823 sys-block/libzbc: ppc64 keyworded (bug #730480) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild index 53c6f1ad33e..9ce90445a96 100644 --- a/sys-block/libzbc/libzbc-5.5.1.ebuild +++ b/sys-block/libzbc/libzbc-5.5.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2 GPL-3 LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~x86" IUSE="gtk" DEPEND="virtual/pkgconfig
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-freezegun/
commit: 5ead06143d69b682bd0d8f86f7ce6a392e148a0b Author: Sam James gentoo org> AuthorDate: Sat Jul 11 04:10:35 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 04:10:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ead0614 dev-python/pytest-freezegun: sparc keyworded (bug #731714) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild b/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild index 463ed89eea7..c769dd9c8e7 100644 --- a/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild +++ b/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86" RDEPEND=" dev-python/freezegun[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/
commit: af83abd3bdf929b0916542abb1a79695140f43bd Author: Sam James gentoo org> AuthorDate: Sat Jul 11 04:10:13 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 04:10:13 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af83abd3 dev-python/virtualenv: sparc keyworded (bug #731714) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/virtualenv/virtualenv-20.0.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenv/virtualenv-20.0.26.ebuild b/dev-python/virtualenv/virtualenv-20.0.26.ebuild index e1bbe637d47..f661496fa57 100644 --- a/dev-python/virtualenv/virtualenv-20.0.26.ebuild +++ b/dev-python/virtualenv/virtualenv-20.0.26.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86" SLOT="0" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rchardet/
commit: c461fb9e52981497c465e0638dbabcf595be393e Author: Sam James gentoo org> AuthorDate: Sat Jul 11 03:50:21 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 03:50:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c461fb9e dev-ruby/rchardet: ppc64 keyworded (bug #724386) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-ruby/rchardet/rchardet-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rchardet/rchardet-1.8.0.ebuild b/dev-ruby/rchardet/rchardet-1.8.0.ebuild index 318d8164a48..bb8d3b751b4 100644 --- a/dev-ruby/rchardet/rchardet-1.8.0.ebuild +++ b/dev-ruby/rchardet/rchardet-1.8.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/jmhodges/rchardet/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" all_ruby_prepare() {
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/
commit: 28f61776da86dffb59b7f081f3db1577954a59c9 Author: Sam James gentoo org> AuthorDate: Sat Jul 11 03:50:09 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 03:50:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f61776 dev-ruby/git: ppc64 keyworded (bug #724386) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-ruby/git/git-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/git/git-1.7.0.ebuild b/dev-ruby/git/git-1.7.0.ebuild index b791657d252..4488548ef58 100644 --- a/dev-ruby/git/git-1.7.0.ebuild +++ b/dev-ruby/git/git-1.7.0.ebuild @@ -17,7 +17,7 @@ RUBY_S="ruby-git-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"
[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
commit: ad80680859b7e52bf9526fbc792c2964a4e46e62 Author: Davide Pesavento gentoo org> AuthorDate: Sat Jul 11 03:44:55 2020 + Commit: Davide Pesavento gentoo org> CommitDate: Sat Jul 11 03:45:22 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad806808 dev-qt/qt-creator: restore the autotools plugin Not sure why it was dropped in the 4.10.0_rc1 version bump Bug: https://bugs.gentoo.org/721720 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qt-creator/qt-creator-.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-qt/qt-creator/qt-creator-.ebuild b/dev-qt/qt-creator/qt-creator-.ebuild index fcfb5d3eb92..aacf1388261 100644 --- a/dev-qt/qt-creator/qt-creator-.ebuild +++ b/dev-qt/qt-creator/qt-creator-.ebuild @@ -26,7 +26,7 @@ fi # TODO: unbundle sqlite -QTC_PLUGINS=(android +autotest baremetal bazaar beautifier boot2qt +QTC_PLUGINS=(android +autotest autotools:autotoolsprojectmanager baremetal bazaar beautifier boot2qt '+clang:clangcodemodel|clangformat|clangpchmanager|clangrefactoring|clangtools' clearcase cmake:cmakeprojectmanager cppcheck ctfvisualizer cvs +designer git glsl:glsleditor +help ios lsp:languageclient mcu:mcusupport mercurial modeling:modeleditor nim perforce perfprofiler python @@ -95,6 +95,7 @@ DEPEND="${CDEPEND} " RDEPEND="${CDEPEND} sys-devel/gdb[client,python] + autotools? ( sys-devel/autoconf ) cmake? ( dev-util/cmake ) cppcheck? ( dev-util/cppcheck ) cvs? ( dev-vcs/cvs )
[gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/
commit: 14a917d421975174fa2b7d43fbc1ae5a76070067 Author: Sam James gentoo org> AuthorDate: Sat Jul 11 03:38:38 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 03:38:38 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a917d4 dev-util/ragel: arm64 stable (bug #724094) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-util/ragel/ragel-7.0.0.10-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ragel/ragel-7.0.0.10-r2.ebuild b/dev-util/ragel/ragel-7.0.0.10-r2.ebuild index 21e5e32fb96..aed45067168 100644 --- a/dev-util/ragel/ragel-7.0.0.10-r2.ebuild +++ b/dev-util/ragel/ragel-7.0.0.10-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.colm.net/files/ragel/${P}.tar.gz"; LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="vim-syntax" DEPEND="~dev-util/colm-0.13.0.5"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/x25519/
commit: 41f94b591c3f39af3c5279b65021d3df5399557b Author: Sam James gentoo org> AuthorDate: Sat Jul 11 03:35:57 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 03:36:26 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f94b59 dev-ruby/x25519: ppc64 keyworded (bug #728064) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-ruby/x25519/x25519-1.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/x25519/x25519-1.0.8.ebuild b/dev-ruby/x25519/x25519-1.0.8.ebuild index 4030532414f..d4099bd640d 100644 --- a/dev-ruby/x25519/x25519-1.0.8.ebuild +++ b/dev-ruby/x25519/x25519-1.0.8.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/crypto-rb/x25519/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" IUSE="" all_ruby_prepare() {
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ssh/
commit: 559fde607f274aba5eb87782d5db49d5d646ba9a Author: Sam James gentoo org> AuthorDate: Sat Jul 11 03:35:45 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 03:36:25 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559fde60 dev-ruby/net-ssh: ppc64 keyworded (bug #728064) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-ruby/net-ssh/net-ssh-6.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/net-ssh/net-ssh-6.1.0-r1.ebuild b/dev-ruby/net-ssh/net-ssh-6.1.0-r1.ebuild index e99cacb2670..2de9b89b67a 100644 --- a/dev-ruby/net-ssh/net-ssh-6.1.0-r1.ebuild +++ b/dev-ruby/net-ssh/net-ssh-6.1.0-r1.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> net-ssh-git-${P LICENSE="GPL-2" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" IUSE="ed25519 test" ruby_add_rdepend "virtual/ruby-ssl ed25519? ( >=dev-ruby/ed25519-1.2:1 dev-ruby/x25519 dev-ruby/bcrypt_pbkdf:1 )"
[gentoo-commits] repo/gentoo:master commit in: dev-util/colm/
commit: 9407b460b50e591cba1c24c976734f9a76467fac Author: Sam James gentoo org> AuthorDate: Sat Jul 11 03:38:52 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 03:38:52 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9407b460 dev-util/colm: arm64 stable (bug #724094) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-util/colm/colm-0.13.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/colm/colm-0.13.0.5.ebuild b/dev-util/colm/colm-0.13.0.5.ebuild index 4292b617eac..40a8f299412 100644 --- a/dev-util/colm/colm-0.13.0.5.ebuild +++ b/dev-util/colm/colm-0.13.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz"; SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="app-text/asciidoc"
[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
commit: 8dee990043b76e3c8038c5641d4db12a7be6a673 Author: Davide Pesavento gentoo org> AuthorDate: Sat Jul 11 03:29:29 2020 + Commit: Davide Pesavento gentoo org> CommitDate: Sat Jul 11 03:29:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dee9900 dev-qt/qt-creator: Qt 5.14 is now required Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qt-creator/qt-creator-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qt-creator/qt-creator-.ebuild b/dev-qt/qt-creator/qt-creator-.ebuild index a8ef911ae28..fcfb5d3eb92 100644 --- a/dev-qt/qt-creator/qt-creator-.ebuild +++ b/dev-qt/qt-creator/qt-creator-.ebuild @@ -43,7 +43,7 @@ REQUIRED_USE=" " # minimum Qt version required -QT_PV="5.12.3:5" +QT_PV="5.14:5" BDEPEND=" >=dev-qt/linguist-tools-${QT_PV}
[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
commit: e8701058eb99ffb62d82444fab19208880afb482 Author: Davide Pesavento gentoo org> AuthorDate: Sat Jul 11 03:20:22 2020 + Commit: Davide Pesavento gentoo org> CommitDate: Sat Jul 11 03:21:05 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8701058 dev-qt/qt-creator: re-introduce bazaar USE flag Handle it like clearcase and perforce. Amends commit 045077ec0296e1508b28da617c6fab978620714d, which ended up always *enabling* the plugin instead of disabling it. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qt-creator/metadata.xml | 1 + dev-qt/qt-creator/qt-creator-.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-qt/qt-creator/metadata.xml b/dev-qt/qt-creator/metadata.xml index 91079b87e4e..de392789cbb 100644 --- a/dev-qt/qt-creator/metadata.xml +++ b/dev-qt/qt-creator/metadata.xml @@ -14,6 +14,7 @@ Enable integration with popular unit testing frameworks (QtTest, Google Test, Boost.Test) Enable autotools project manager plugin Build plugin for bare metal devices + Add support for GNU Bazaar version control system (requires manual installation of Bazaar client) Build the beautifier plugin (supports astyle, clang-format, and uncrustify) Build plugin for Boot2Qt devices Build clang-based plugins (code model, formatting, refactoring, static analysis) diff --git a/dev-qt/qt-creator/qt-creator-.ebuild b/dev-qt/qt-creator/qt-creator-.ebuild index ff58c169e4e..a8ef911ae28 100644 --- a/dev-qt/qt-creator/qt-creator-.ebuild +++ b/dev-qt/qt-creator/qt-creator-.ebuild @@ -26,7 +26,7 @@ fi # TODO: unbundle sqlite -QTC_PLUGINS=(android +autotest baremetal beautifier boot2qt +QTC_PLUGINS=(android +autotest baremetal bazaar beautifier boot2qt '+clang:clangcodemodel|clangformat|clangpchmanager|clangrefactoring|clangtools' clearcase cmake:cmakeprojectmanager cppcheck ctfvisualizer cvs +designer git glsl:glsleditor +help ios lsp:languageclient mcu:mcusupport mercurial modeling:modeleditor nim perforce perfprofiler python
[gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/, app-arch/pigz/files/
commit: ae92c516deaa14eb6adb444e6523f09389d48daf Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 11 02:54:35 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 11 02:54:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae92c516 app-arch/pigz: revbump, ignore trailing junk. Closes: https://bugs.gentoo.org/645438 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> app-arch/pigz/files/2.4-trailing-junk.patch| 27 ++ .../pigz/{pigz-2.4.ebuild => pigz-2.4-r1.ebuild} | 2 ++ 2 files changed, 29 insertions(+) diff --git a/app-arch/pigz/files/2.4-trailing-junk.patch b/app-arch/pigz/files/2.4-trailing-junk.patch new file mode 100644 index 000..eb5585b7d36 --- /dev/null +++ b/app-arch/pigz/files/2.4-trailing-junk.patch @@ -0,0 +1,27 @@ +From 1414ff3eb0b1ac9e5f096b0a28efa459cb8be1cd Mon Sep 17 00:00:00 2001 +From: Georgy Yakovlev +Date: Fri, 10 Jul 2020 19:46:10 -0700 +Subject: [PATCH] Ignore trailing junk on .gz by default, to emulate gzip. + +backport of +https://github.com/madler/pigz/commit/9696c84cb1963651707e649978afb07d0c11b254 +--- + pigz.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pigz.c b/pigz.c +index bbbfd2c..f2e79d7 100644 +--- a/pigz.c b/pigz.c +@@ -3368,7 +3368,7 @@ local void infchk(void) { + cat(); + else if (was > 1 && get_header(0) != -5) + complain("warning: %s: entries after the first were ignored", g.inf); +-else if ((was == 0 && ret != -1) || (was == 1 && (GET(), !g.in_eof))) ++else if (( g.verbosity > 1 && was == 0 && ret != -1) || (was == 1 && (GET(), !g.in_eof))) + complain("warning: %s: trailing junk was ignored", g.inf); + } + +-- +2.27.0 + diff --git a/app-arch/pigz/pigz-2.4.ebuild b/app-arch/pigz/pigz-2.4-r1.ebuild similarity index 94% rename from app-arch/pigz/pigz-2.4.ebuild rename to app-arch/pigz/pigz-2.4-r1.ebuild index fe1190bc3a3..29c9951c6bf 100644 --- a/app-arch/pigz/pigz-2.4.ebuild +++ b/app-arch/pigz/pigz-2.4-r1.ebuild @@ -21,6 +21,8 @@ DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} ) test? ( app-arch/ncompress )" +PATCHES=( "${FILESDIR}/${PV}-trailing-junk.patch" ) + src_compile() { use static && append-ldflags -static emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
[gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/
commit: d72635195ac57b3b878bd0f3593f12f44fde60ad Author: Sam James gentoo org> AuthorDate: Sat Jul 11 02:34:46 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 02:34:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7263519 dev-python/virtualenv: ppc64 keyworded (bug #731714) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/virtualenv/virtualenv-20.0.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenv/virtualenv-20.0.26.ebuild b/dev-python/virtualenv/virtualenv-20.0.26.ebuild index ca5a73785ec..e1bbe637d47 100644 --- a/dev-python/virtualenv/virtualenv-20.0.26.ebuild +++ b/dev-python/virtualenv/virtualenv-20.0.26.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" SLOT="0" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/doctest-ignore-unicode/
commit: 4e362afcbb18cbd7f8586e1c6d77b7a4ffb8755e Author: Sam James gentoo org> AuthorDate: Sat Jul 11 02:02:23 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 02:02:23 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e362afc dev-python/doctest-ignore-unicode: ppc64 keyworded (bug #728846) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild index e34a2cba0fb..bddbae3aaa4 100644 --- a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild +++ b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-freezegun/
commit: 322bbbec1bf2ed1a3ba54bb4b9abe4f5ce194495 Author: Sam James gentoo org> AuthorDate: Sat Jul 11 02:35:14 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 02:35:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322bbbec dev-python/pytest-freezegun: ppc64 keyworded (bug #731714) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild b/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild index e51ff6a737c..463ed89eea7 100644 --- a/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild +++ b/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" RDEPEND=" dev-python/freezegun[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/pygraphviz/
commit: 2dbb34cc88c2ea78db5d6d2accb3a43c1423f757 Author: Sam James gentoo org> AuthorDate: Sat Jul 11 02:02:04 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 02:02:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbb34cc dev-python/pygraphviz: ppc64 keyworded (bug #728846) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/pygraphviz/pygraphviz-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygraphviz/pygraphviz-1.5.ebuild b/dev-python/pygraphviz/pygraphviz-1.5.ebuild index e13abbc3ce6..12c591bb158 100644 --- a/dev-python/pygraphviz/pygraphviz-1.5.ebuild +++ b/dev-python/pygraphviz/pygraphviz-1.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="examples test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/
commit: 97a1aecf53f4db71079c6f4cbb560f7ffa3302f7 Author: Sam James gentoo org> AuthorDate: Fri Jul 10 21:00:15 2020 + Commit: Sam James gentoo org> CommitDate: Sat Jul 11 02:01:22 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a1aecf media-libs/mlt: arm64 stable (bug #730404) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> media-libs/mlt/mlt-6.20.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mlt/mlt-6.20.0-r2.ebuild b/media-libs/mlt/mlt-6.20.0-r2.ebuild index 2d15f57bfc5..d5120737d38 100644 --- a/media-libs/mlt/mlt-6.20.0-r2.ebuild +++ b/media-libs/mlt/mlt-6.20.0-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mltframework/${PN}/releases/download/v${PV}/${P}.tar LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="compressed-lumas cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug ffmpeg fftw frei0r gtk jack kdenlive kernel_linux libsamplerate lua melt opencv opengl python qt5 rtaudio sdl vdpau vidstab xine xml"
[gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/, net-p2p/ktorrent/files/
commit: c4c24ea98d2f737b262d1eb64075fde9747d74f5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 11 01:24:37 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 11 01:24:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c24ea9 net-p2p/ktorrent: Fix linking with Taglib Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/ktorrent-5.2.0-taglib-linking.patch | 247 + net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild | 5 +- 2 files changed, 251 insertions(+), 1 deletion(-) diff --git a/net-p2p/ktorrent/files/ktorrent-5.2.0-taglib-linking.patch b/net-p2p/ktorrent/files/ktorrent-5.2.0-taglib-linking.patch new file mode 100644 index 000..1d02dcbfd9c --- /dev/null +++ b/net-p2p/ktorrent/files/ktorrent-5.2.0-taglib-linking.patch @@ -0,0 +1,247 @@ +From f4c1c91d9b091941ebb4dae6aef95bcf9bc1c388 Mon Sep 17 00:00:00 2001 +From: David Faure +Date: Sun, 21 Jun 2020 14:19:49 +0200 +Subject: [PATCH] Update FindTaglib from ECM. + +This fixes linking for me, there was just nothing in TAGLIB_LIBRARIES +on my system (taglib in the same custom prefix as KDE code) +--- + cmake/modules/FindTaglib.cmake | 191 +++-- + plugins/mediaplayer/CMakeLists.txt | 3 +- + 2 files changed, 74 insertions(+), 120 deletions(-) + +diff --git a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake +index 13db60b2..1e1b9075 100644 +--- a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake +@@ -1,135 +1,90 @@ +-# - Try to find the Taglib library +-# Once done this will define ++#.rst: ++# FindTaglib ++#--- + # +-# TAGLIB_FOUND - system has the taglib library +-# TAGLIB_CFLAGS - the taglib cflags +-# TAGLIB_LIBRARIES - The libraries needed to use taglib +- +-# Copyright (c) 2006, Laurent Montel, ++# Try to find the Taglib library. + # +-# Redistribution and use is allowed according to the terms of the BSD license. +-# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +- +-if(NOT TAGLIB_MIN_VERSION) +- set(TAGLIB_MIN_VERSION "1.6") +-endif() +- +-if(NOT WIN32) +-find_program(TAGLIBCONFIG_EXECUTABLE NAMES taglib-config PATHS +- ${BIN_INSTALL_DIR} +-) +-endif() +- +-#reset vars +-set(TAGLIB_LIBRARIES) +-set(TAGLIB_CFLAGS) +- +-# if taglib-config has been found +-if(TAGLIBCONFIG_EXECUTABLE) +- +- exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) +- +- if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) +- message(STATUS "TagLib version too old: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") +- set(TAGLIB_FOUND FALSE) +- else() +- +- exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) +- +- exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --cflags RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_CFLAGS) ++# This will define the following variables: ++# ++# ``Taglib_FOUND`` ++# True if the system has the taglib library of at least the minimum ++# version specified by the version parameter to find_package() ++# ``Taglib_INCLUDE_DIRS`` ++# The taglib include dirs for use with target_include_directories ++# ``Taglib_LIBRARIES`` ++# The taglib libraries for use with target_link_libraries() ++# ``Taglib_VERSION`` ++# The version of taglib that was found ++# ++# If ``Taglib_FOUND is TRUE, it will also define the following imported ++# target: ++# ++# ``Taglib::Taglib`` ++# The Taglib library ++# ++# Since 5.72.0 ++# ++# SPDX-FileCopyrightText: 2006 Laurent Montel ++# SPDX-FileCopyrightText: 2019 Heiko Becker ++# SPDX-FileCopyrightText: 2020 Elvis Angelaccio ++# SPDX-License-Identifier: BSD-3-Clause + +- if(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) +-set(TAGLIB_FOUND TRUE) +- endif() +- string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") +- endif() +- mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) ++find_package(PkgConfig QUIET) + +-else() ++pkg_search_module(PC_TAGLIB QUIET taglib) + +- find_path(TAGLIB_INCLUDES +-NAMES +-tag.h ++find_path(Taglib_INCLUDE_DIRS ++NAMES tag.h + PATH_SUFFIXES taglib +-PATHS +-${KDE4_INCLUDE_DIR} +-${INCLUDE_INSTALL_DIR} +- ) +- +-if(NOT WIN32) +- # on non-win32 we don't need to take care about WIN32_DEBUG_POSTFIX ++HINTS ${PC_TAGLIB_INCLUDEDIR} ++) + +- find_library(TAGLIB_LIBRARIES tag PATHS ${KDE4_LIB_DIR} ${LIB_INSTALL_DIR}) ++find_library(Taglib_LIBRARIES ++NAMES tag ++HINTS ${PC_TAGLIB_LIBDIR} ++) + +-else() ++set(Taglib_VERSION ${PC_TAGLIB_VERSION}) + +- # 1. get all possible libnames +- set(args PATHS ${KDE4_LIB_DIR} ${LIB_INSTALL_DIR}) +- set(newargs "") +- set(libnames_release "")
[gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/files/, net-p2p/ktorrent/
commit: 7bb914552302757ead6f9df40a5de499cc0f6bb9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 11 01:15:32 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 11 01:24:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb91455 net-p2p/ktorrent: Remove redundant show() in main, fix systray start Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> .../ktorrent-5.2.0-fix-start-in-systray.patch | 24 + net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild | 103 + 2 files changed, 127 insertions(+) diff --git a/net-p2p/ktorrent/files/ktorrent-5.2.0-fix-start-in-systray.patch b/net-p2p/ktorrent/files/ktorrent-5.2.0-fix-start-in-systray.patch new file mode 100644 index 000..50049afae35 --- /dev/null +++ b/net-p2p/ktorrent/files/ktorrent-5.2.0-fix-start-in-systray.patch @@ -0,0 +1,24 @@ +From 9747a8f524942b57e2fd42254c3de73f9d42918c Mon Sep 17 00:00:00 2001 +From: Matt Scheirer +Date: Sun, 17 May 2020 02:36:09 -0400 +Subject: [PATCH] Fix starting in tray by removing redundant show() in main + +--- + ktorrent/main.cpp | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/ktorrent/main.cpp b/ktorrent/main.cpp +index b5866c22..8e532c9c 100644 +--- a/ktorrent/main.cpp b/ktorrent/main.cpp +@@ -208,7 +208,6 @@ int main(int argc, char** argv) + bt::InitLog(kt::DataDir(kt::CreateIfNotExists) + QLatin1String("log"), true, true, logToStdout); + + kt::GUI widget; +-widget.show(); + + auto handleCmdLine = [&widget, &parser](const QStringList &arguments, const QString &workingDirectory) + { +-- +GitLab + diff --git a/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild b/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild new file mode 100644 index 000..1bddef4950b --- /dev/null +++ b/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild @@ -0,0 +1,103 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="optional" +ECM_TEST="optional" +KFMIN=5.64.0 +QTMIN=5.12.3 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks" +HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent"; +[[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator ++mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf" + +BDEPEND="sys-devel/gettext" +COMMON_DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/knotifyconfig-${KFMIN}:5 + >=kde-frameworks/kparts-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-frameworks/solid-${KFMIN}:5 + >=net-libs/libktorrent-2.2.0:5 + infowidget? ( dev-libs/geoip ) + kross? ( + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kitemviews-${KFMIN}:5 + >=kde-frameworks/kross-${KFMIN}:5 + ) + mediaplayer? ( + media-libs/phonon[qt5(+)] + >=media-libs/taglib-1.5 + ) + rss? ( + >=dev-qt/qtwebengine-${QTMIN}:5 + >=kde-frameworks/syndication-${KFMIN}:5 + ) + search? ( >=dev-qt/qtwebengine-${QTMIN}:5 ) + shutdown? ( kde-plasma/libkworkspace:5 ) + stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 ) + upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 ) + zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 ) +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost +" +RDEPEND="${COMMON_DEPEND} + ipfilter? ( + app-arch/bzip2 + app-arch/unzip + kde-apps/kio-extras:5 + >=kde-frameworks/ktextwidgets-${KFMIN}:5 + ) +" + +PATCHES=( "${FILESDIR}/${P}-fix-start-in-systray.patch" ) # 5.2 branch + +src_configure() { + local mycmakeargs=( + -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler) + -DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder) + -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget) +
[gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/
commit: f219087f5f6b9dafb4e580bcdc1b9ff1f033f964 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 11 01:16:02 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 11 01:24:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f219087f net-p2p/ktorrent: Drop 5.2.0 (r0) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/ktorrent/ktorrent-5.2.0.ebuild | 101 - 1 file changed, 101 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-5.2.0.ebuild b/net-p2p/ktorrent/ktorrent-5.2.0.ebuild deleted file mode 100644 index 8118ca15987..000 --- a/net-p2p/ktorrent/ktorrent-5.2.0.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="optional" -ECM_TEST="optional" -KFMIN=5.64.0 -QTMIN=5.12.3 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks" -HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent"; -[[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator -+mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf" - -BDEPEND="sys-devel/gettext" -COMMON_DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/knotifyconfig-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/solid-${KFMIN}:5 - >=net-libs/libktorrent-2.2.0:5 - infowidget? ( dev-libs/geoip ) - kross? ( - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kitemviews-${KFMIN}:5 - >=kde-frameworks/kross-${KFMIN}:5 - ) - mediaplayer? ( - media-libs/phonon[qt5(+)] - >=media-libs/taglib-1.5 - ) - rss? ( - >=dev-qt/qtwebengine-${QTMIN}:5 - >=kde-frameworks/syndication-${KFMIN}:5 - ) - search? ( >=dev-qt/qtwebengine-${QTMIN}:5 ) - shutdown? ( kde-plasma/libkworkspace:5 ) - stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 ) - upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 ) - zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:5 ) -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost -" -RDEPEND="${COMMON_DEPEND} - ipfilter? ( - app-arch/bzip2 - app-arch/unzip - kde-apps/kio-extras:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - ) -" - -src_configure() { - local mycmakeargs=( - -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler) - -DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder) - -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget) - -DWITH_SYSTEM_GEOIP=$(usex infowidget) - -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter) - -DENABLE_SCRIPTING_PLUGIN=$(usex kross) - -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) - -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) - -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer) - $(cmake_use_find_package rss KF5Syndication) - -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder) - -DENABLE_SEARCH_PLUGIN=$(usex search) - -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown) - -DENABLE_STATS_PLUGIN=$(usex stats) - -DENABLE_UPNP_PLUGIN=$(usex upnp) - -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf) - ) -# add back when ported -# -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface) - ecm_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/files/, net-libs/libktorrent/
commit: bff063654b29e7bdbee46aed1ad899b60f1ec2e8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 11 01:11:43 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 11 01:24:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff06365 net-libs/libktorrent: Fix a bug in MultiFileCache Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> .../libktorrent-2.2.0-fix-MultiFileCache.patch | 26 + net-libs/libktorrent/libktorrent-2.2.0-r1.ebuild | 64 ++ 2 files changed, 90 insertions(+) diff --git a/net-libs/libktorrent/files/libktorrent-2.2.0-fix-MultiFileCache.patch b/net-libs/libktorrent/files/libktorrent-2.2.0-fix-MultiFileCache.patch new file mode 100644 index 000..bafdbaffefa --- /dev/null +++ b/net-libs/libktorrent/files/libktorrent-2.2.0-fix-MultiFileCache.patch @@ -0,0 +1,26 @@ +From 5b0abf8378d497c5a8881771518df6a02404d031 Mon Sep 17 00:00:00 2001 +From: Alexander Trufanov +Date: Tue, 16 Jun 2020 13:47:42 +0300 +Subject: [PATCH] Fix a bug in MultiFileCache + +Differential Revision: https://phabricator.kde.org/D29852 +--- + src/diskio/multifilecache.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/diskio/multifilecache.cpp b/src/diskio/multifilecache.cpp +index 0a513ad..882630e 100644 +--- a/src/diskio/multifilecache.cpp b/src/diskio/multifilecache.cpp +@@ -455,7 +455,7 @@ namespace bt + off = file_off + (piece_off - chunk_off); + len = piece_len; + } +- else if(piece_off >= chunk_off && piece_len < chunk_off + chunk_len) ++ else if(piece_off >= chunk_off && piece_off < chunk_off + chunk_len) + { + // The start of the piece lies partially in the current file + off = file_off + (piece_off - chunk_off); +-- +GitLab + diff --git a/net-libs/libktorrent/libktorrent-2.2.0-r1.ebuild b/net-libs/libktorrent/libktorrent-2.2.0-r1.ebuild new file mode 100644 index 000..08d032bf53f --- /dev/null +++ b/net-libs/libktorrent/libktorrent-2.2.0-r1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="forceoptional" +KDE_ORG_CATEGORY="network" +KFMIN=5.60.0 +QTMIN=5.12.3 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="BitTorrent library based on KDE Frameworks" +HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent +https://userbase.kde.org/KTorrent"; +SRC_URI="mirror://kde/stable/ktorrent/5.2.0/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +BDEPEND="sys-devel/gettext" +COMMON_DEPEND=" + app-crypt/qca:2[qt5(+)] + >=dev-libs/gmp-6.0.0a:0= + dev-libs/libgcrypt:0= + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/solid-${KFMIN}:5 +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost +" +RDEPEND="${COMMON_DEPEND} + !dev-libs/botan[gmp(-)] +" + +PATCHES=( "${FILESDIR}/${P}-fix-MultiFileCache.patch" ) # 2.2 branch + +src_prepare() { + ecm_src_prepare + + # Gentoo workaround because gmp.h in MULTILIB_WRAPPED_HEADERS is breaking this + sed -i -e "/^find_package/ s/\"\${LibGMP_MIN_VERSION}\" //" \ + CMakeLists.txt || die + sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \ + KF5TorrentConfig.cmake.in || die +} + +src_test() { + # failing network tests + local myctestargs=( + -E "(fin|packetloss|send|superseedtest|transmit|utppolltest)" + ) + + ecm_src_test +}
[gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/
commit: cad25fe740a9cf0501bc595bbe9e3e001fc4ccf8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 11 01:12:13 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 11 01:24:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad25fe7 net-libs/libktorrent: Drop 2.2.0 (r0) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libktorrent/libktorrent-2.2.0.ebuild | 62 --- 1 file changed, 62 deletions(-) diff --git a/net-libs/libktorrent/libktorrent-2.2.0.ebuild b/net-libs/libktorrent/libktorrent-2.2.0.ebuild deleted file mode 100644 index ea246055bc8..000 --- a/net-libs/libktorrent/libktorrent-2.2.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="forceoptional" -KDE_ORG_CATEGORY="network" -KFMIN=5.60.0 -QTMIN=5.12.3 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="BitTorrent library based on KDE Frameworks" -HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent -https://userbase.kde.org/KTorrent"; -SRC_URI="mirror://kde/stable/ktorrent/5.2.0/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -BDEPEND="sys-devel/gettext" -COMMON_DEPEND=" - app-crypt/qca:2[qt5(+)] - >=dev-libs/gmp-6.0.0a:0= - dev-libs/libgcrypt:0= - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/solid-${KFMIN}:5 -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost -" -RDEPEND="${COMMON_DEPEND} - !dev-libs/botan[gmp(-)] -" - -src_prepare() { - ecm_src_prepare - - # Gentoo workaround because gmp.h in MULTILIB_WRAPPED_HEADERS is breaking this - sed -i -e "/^find_package/ s/\"\${LibGMP_MIN_VERSION}\" //" \ - CMakeLists.txt || die - sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \ - KF5TorrentConfig.cmake.in || die -} - -src_test() { - # failing network tests - local myctestargs=( - -E "(fin|packetloss|send|superseedtest|transmit|utppolltest)" - ) - - ecm_src_test -}
[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-riscv64-bin/
commit: b414fe44ccadbfaead6485d465b1985237c2bb02 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 11 01:17:43 2020 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jul 11 01:18:30 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b414fe44 app-emulation/qemu-riscv64-bin: Version bump Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Andreas K. Hüttel gentoo.org> app-emulation/qemu-riscv64-bin/Manifest| 1 + .../qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild | 22 ++ 2 files changed, 23 insertions(+) diff --git a/app-emulation/qemu-riscv64-bin/Manifest b/app-emulation/qemu-riscv64-bin/Manifest index 366c8ee33a9..dca4fafb883 100644 --- a/app-emulation/qemu-riscv64-bin/Manifest +++ b/app-emulation/qemu-riscv64-bin/Manifest @@ -1 +1,2 @@ DIST qemu-riscv64-bin-3.1.0-r4.tar.xz 889764 BLAKE2B 888fef2f27f44be098e9b834b083558ce18d98337612b4de2278ffe5d6599248d9ed4e99153ad9b2c1a5b773131c420bb23ce6d080943af744df34464660bc42 SHA512 bc92110f6730c61bd39056d0bf3f84b35ed340a47af51b28b27554f9f2f72409221d2c81826b718742475d0fc48040c81e8f051e29b4f13412c3a39e282471e0 +DIST qemu-riscv64-bin-5.0.0.tar.xz 922240 BLAKE2B d4ff41c8e45ca99bc1b9e795d9e218b05be283b32d179e8ab88d07bd333a52fce7893739e6572219083d5d56a7abb7cc1870df7c585ca41af15b56a5dc30369d SHA512 1ba28679ce4bf1f11b77059dae8cb76f0095cc4427159d769947b8a1b1212c9de0a25a236c69ff9780dd111a22fa6e01519a3017b0b0a5d29069575501552f40 diff --git a/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild b/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild new file mode 100644 index 000..650e2af57e1 --- /dev/null +++ b/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-5.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Statically linked x86-64 binary of app-emulation/qemu, riscv64 emulator" + +HOMEPAGE="http://www.qemu.org"; +SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${PN}-${PVR}.tar.xz"; +LICENSE="GPL-2 LGPL-2 BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="!app-emulation/qemu[qemu_user_targets_riscv64]" + +QA_PREBUILT="*" + +S=${WORKDIR} + +src_install() { + dobin qemu-riscv64 +}
[gentoo-commits] repo/gentoo:master commit in: dev-go/gogo-protobuf/
commit: bd3f507f336b726f2ae002ffe276a7de1f5c2e8f Author: William Hubbs gentoo org> AuthorDate: Fri Jul 10 23:32:12 2020 + Commit: William Hubbs gentoo org> CommitDate: Fri Jul 10 23:32:36 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3f507f dev-go/gogo-protobuf: remove old Signed-off-by: William Hubbs gentoo.org> dev-go/gogo-protobuf/Manifest | 1 - .../gogo-protobuf-0.4_p20170815.ebuild | 41 -- 2 files changed, 42 deletions(-) diff --git a/dev-go/gogo-protobuf/Manifest b/dev-go/gogo-protobuf/Manifest index 2b527446a81..8d230831c00 100644 --- a/dev-go/gogo-protobuf/Manifest +++ b/dev-go/gogo-protobuf/Manifest @@ -4,7 +4,6 @@ DIST github.com%2Fkisielk%2Ferrcheck%2F@v%2Fv1.2.0.mod 98 BLAKE2B b9d3c55999054e DIST github.com%2Fkisielk%2Ferrcheck%2F@v%2Fv1.2.0.zip 21331 BLAKE2B 9e5e52229bde22035a34b7d3883106b3a663daf914560887db12c6c1112b8a94f13c4d0067d1a0958df57f0a4b0c3747ad61005501505c5eb63faa547ae63c96 SHA512 65d0271eede1389084e66c6d1bb547b240aa97747d6b7e74b5edc99cf0453eee10f24d64865b34c29a6a536c138942bb6d070b639d23bc3e78af3a7eca6949a1 DIST github.com%2Fkisielk%2Fgotool%2F@v%2Fv1.0.0.mod 35 BLAKE2B 2f43dcbab430f12316fde243db4bafe24372c74d60874b05917269e249a36660309c23da151db31d89c0d0a8fd0f179e2dd7f386af3ca533c95ef74017609af9 SHA512 86aca37f7f94ada381e0528a535b344c8fdbab9e0dcc7b71d716083501ad3d61db701ee159ccfb5455a351fc18a405301abe798037dd1200f9950bdd805d3dc9 DIST github.com%2Fkisielk%2Fgotool%2F@v%2Fv1.0.0.zip 18981 BLAKE2B c940bf7f20236ef2b770dc683b5bd5525bc1413c86ae63dd328b2ab1aec7a319d5201733cc832b31185027e27739a6dcd5277d76856f1f95197b3b7797a23bf1 SHA512 9eba5f95e6c5d29b2928708ed91b1cd5a023f0b7053b5529095112a2190d097ba26be7f63b7719f7ee2ed29e698bfe7c4dfa0b33f60b4e475fd1d420453fe7e2 -DIST gogo-protobuf-0.4_p20170815.tar.gz 2572704 BLAKE2B 5a536c01dfa71f274f54e788ca863e74737cd356fbc4f3dad75d540589951140ed6c03a72cc8b84952a9dfceebab71c549715b0843ec704ad5de972e448e658d SHA512 3ab7f2e0006e537999e5fd0ba52272ad53c4707688401bb1e415007600f1ac5200dd8a03bd706977813b17c7712ba94a8b43fcf13b6498114a1d79c72bb216e7 DIST gogo-protobuf-1.3.1.tar.gz 2038188 BLAKE2B aee5f1910018ada96b4e52070bc487f6703c6cce4366cf5e1f167234702a7a318dc8dc74c19fc6612579d7d59b7e8220cea0edb6e70ee37c141093d857872607 SHA512 a901a849d5161fb9806ded3b4e57afc53a355875625ef285a74895deff32d799bf96feace6fe55aff40be5f16347a491ec16529c8d1ca4cbf087174960f013a1 DIST golang.org%2Fx%2Ftools%2F@v%2Fv0.0.0-20180221164845-07fd8470d635.mod 26 BLAKE2B 2a44c2cc034af3473d9a1d4e1c23b0f4542333853bfc0ecbfcf9eacacbb3593b449fcfc94d23f49ccc16e5a844bc72a3462a3e08a5c26194106a64d1f2732e0a SHA512 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 DIST golang.org%2Fx%2Ftools%2F@v%2Fv0.0.0-20180221164845-07fd8470d635.zip 2585456 BLAKE2B cea45d54359b81dc553f826f3b6496fc1e4d7fb99dfb8397b2c21d62b7439836ad28821600ee6ffec67095bb35a2a281afe77db72cf208e9557f018fe8a1ac7c SHA512 f6d44993b03e54a30fe6562ff95491c807d851bf028ed5c713f019b8d5fa1985efa023e887cc91020137a4b4611a7fb12460be16488ac074b32b64eb20bba2b3 diff --git a/dev-go/gogo-protobuf/gogo-protobuf-0.4_p20170815.ebuild b/dev-go/gogo-protobuf/gogo-protobuf-0.4_p20170815.ebuild deleted file mode 100644 index 0abb1c6156a..000 --- a/dev-go/gogo-protobuf/gogo-protobuf-0.4_p20170815.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGO_PN="github.com/gogo/protobuf" -EGIT_COMMIT="fcdc5011193ff531a548e9b0301828d5a5b97fd8" - -inherit golang-build golang-vcs-snapshot - -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="Protocol Buffers for Go with Gadgets" -HOMEPAGE="https://github.com/gogo/protobuf"; -SRC_URI="${ARCHIVE_URI}" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RESTRICT="test" - -src_compile() { - pushd src || die - GOPATH="${WORKDIR}/${P}"\ - go install ${EGO_PN}/protoc-gen-gogo || die - GOPATH="${WORKDIR}/${P}"\ - go install ${EGO_PN}/protoc-gen-gofast || die - GOPATH="${WORKDIR}/${P}"\ - go install ${EGO_PN}/protoc-gen-gogofast || die - GOPATH="${WORKDIR}/${P}"\ - go install ${EGO_PN}/protoc-gen-gogoslick || die - GOPATH="${WORKDIR}/${P}"\ - go install ${EGO_PN}/protoc-gen-gogofaster || die - popd || die -} - -src_install() { - dobin bin/protoc-gen-{gogo,gofast,gogofast,gogofaster} - dodoc src/${EGO_PN}/README -}
[gentoo-commits] repo/gentoo:master commit in: dev-go/gogo-protobuf/
commit: af41558f035c4433f943cfe72f367cdc40b7be6b Author: William Hubbs gentoo org> AuthorDate: Fri Jul 10 23:29:14 2020 + Commit: William Hubbs gentoo org> CommitDate: Fri Jul 10 23:29:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af41558f dev-go/gogo-protobuf: 1.3.1 bump Signed-off-by: William Hubbs gentoo.org> dev-go/gogo-protobuf/Manifest | 11 +++ dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild | 42 + 2 files changed, 53 insertions(+) diff --git a/dev-go/gogo-protobuf/Manifest b/dev-go/gogo-protobuf/Manifest index 8ad7e525042..2b527446a81 100644 --- a/dev-go/gogo-protobuf/Manifest +++ b/dev-go/gogo-protobuf/Manifest @@ -1 +1,12 @@ +DIST github.com%2Fkisielk%2Ferrcheck%2F@v%2Fv1.1.0.mod 143 BLAKE2B 128f8934f81d0e497e1258ec65129fe5d8831b66058669a5aef3fdb2fbe5f6d8ab30bfe97a1de7befadd34aafd55d6d15bb787e8948fb7718761392817203874 SHA512 c5e546822036a7114a29454e28290f8e1082392a47a101fb1d370e0969fc2c83186b4487473f903dd638abb8a763ce3180dc87993906895a2df33db7d8bc4790 +DIST github.com%2Fkisielk%2Ferrcheck%2F@v%2Fv1.1.0.zip 18257 BLAKE2B da8b70d502d0a158f016e697781f7dfa36fb36511d78ecb936a1f28d01d5ecf8294dbaacd3af1af421c541356db6cec80f47d405e886110e92b1b8be82dee68d SHA512 840140a0059fab470fa431ed5d76a6405c7954c0776d128290d25a3a4746a92d08b48aa35514fe8525e2ad3051dec4436f0c1f0e4b35e07ce082a0d7b019b64b +DIST github.com%2Fkisielk%2Ferrcheck%2F@v%2Fv1.2.0.mod 98 BLAKE2B b9d3c55999054ed927f666a43066ccc6758a6c5f550651f43ad5d85b5403c882ee76ac2b2553803d71789da33c60ea41857ed545003072ab6c666dbb77118e00 SHA512 3529b37d770af511a716a612b7fd7fb6a4805d13166e3a6f9378950443f6eceb2f3d95db5a46027437ce55b36e571c75bba72a03769d21ecdc97888019d80a68 +DIST github.com%2Fkisielk%2Ferrcheck%2F@v%2Fv1.2.0.zip 21331 BLAKE2B 9e5e52229bde22035a34b7d3883106b3a663daf914560887db12c6c1112b8a94f13c4d0067d1a0958df57f0a4b0c3747ad61005501505c5eb63faa547ae63c96 SHA512 65d0271eede1389084e66c6d1bb547b240aa97747d6b7e74b5edc99cf0453eee10f24d64865b34c29a6a536c138942bb6d070b639d23bc3e78af3a7eca6949a1 +DIST github.com%2Fkisielk%2Fgotool%2F@v%2Fv1.0.0.mod 35 BLAKE2B 2f43dcbab430f12316fde243db4bafe24372c74d60874b05917269e249a36660309c23da151db31d89c0d0a8fd0f179e2dd7f386af3ca533c95ef74017609af9 SHA512 86aca37f7f94ada381e0528a535b344c8fdbab9e0dcc7b71d716083501ad3d61db701ee159ccfb5455a351fc18a405301abe798037dd1200f9950bdd805d3dc9 +DIST github.com%2Fkisielk%2Fgotool%2F@v%2Fv1.0.0.zip 18981 BLAKE2B c940bf7f20236ef2b770dc683b5bd5525bc1413c86ae63dd328b2ab1aec7a319d5201733cc832b31185027e27739a6dcd5277d76856f1f95197b3b7797a23bf1 SHA512 9eba5f95e6c5d29b2928708ed91b1cd5a023f0b7053b5529095112a2190d097ba26be7f63b7719f7ee2ed29e698bfe7c4dfa0b33f60b4e475fd1d420453fe7e2 DIST gogo-protobuf-0.4_p20170815.tar.gz 2572704 BLAKE2B 5a536c01dfa71f274f54e788ca863e74737cd356fbc4f3dad75d540589951140ed6c03a72cc8b84952a9dfceebab71c549715b0843ec704ad5de972e448e658d SHA512 3ab7f2e0006e537999e5fd0ba52272ad53c4707688401bb1e415007600f1ac5200dd8a03bd706977813b17c7712ba94a8b43fcf13b6498114a1d79c72bb216e7 +DIST gogo-protobuf-1.3.1.tar.gz 2038188 BLAKE2B aee5f1910018ada96b4e52070bc487f6703c6cce4366cf5e1f167234702a7a318dc8dc74c19fc6612579d7d59b7e8220cea0edb6e70ee37c141093d857872607 SHA512 a901a849d5161fb9806ded3b4e57afc53a355875625ef285a74895deff32d799bf96feace6fe55aff40be5f16347a491ec16529c8d1ca4cbf087174960f013a1 +DIST golang.org%2Fx%2Ftools%2F@v%2Fv0.0.0-20180221164845-07fd8470d635.mod 26 BLAKE2B 2a44c2cc034af3473d9a1d4e1c23b0f4542333853bfc0ecbfcf9eacacbb3593b449fcfc94d23f49ccc16e5a844bc72a3462a3e08a5c26194106a64d1f2732e0a SHA512 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 +DIST golang.org%2Fx%2Ftools%2F@v%2Fv0.0.0-20180221164845-07fd8470d635.zip 2585456 BLAKE2B cea45d54359b81dc553f826f3b6496fc1e4d7fb99dfb8397b2c21d62b7439836ad28821600ee6ffec67095bb35a2a281afe77db72cf208e9557f018fe8a1ac7c SHA512 f6d44993b03e54a30fe6562ff95491c807d851bf028ed5c713f019b8d5fa1985efa023e887cc91020137a4b4611a7fb12460be16488ac074b32b64eb20bba2b3 +DIST golang.org%2Fx%2Ftools%2F@v%2Fv0.0.0-20181030221726-6c7e314b6563.mod 26 BLAKE2B 2a44c2cc034af3473d9a1d4e1c23b0f4542333853bfc0ecbfcf9eacacbb3593b449fcfc94d23f49ccc16e5a844bc72a3462a3e08a5c26194106a64d1f2732e0a SHA512 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 +DIST golang.org%2Fx%2Ftools%2F@v%2Fv0.0.0-20181030221726-6c7e314b6563.zip 3180971 BLAKE2B 8822257027065f8b6aec01abb45bace2c32ed0b2e4646dca1574327cb09b007474993d376fc0c4360824a57158c5a92d392dc1c781c66f60f8a5623353c83ece SHA512 b9bc3fead52b144168017fa1400dfa789f8b1b22557173799c06df70a2b149a64aade686680d56e054961a937b88013297c0ca9e23d6e9b20cfa5684d9c16a1d diff --git a/dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild b/dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild new file mode 100644 index 000..638494add
[gentoo-commits] repo/gentoo:master commit in: app-text/texlive/
commit: 9585c64849073eccde5d19b858070599e64af84b Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 21:37:10 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 21:46:31 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9585c648 app-text/texlive: remove xmltex Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> app-text/texlive/texlive-2020-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/texlive/texlive-2020-r4.ebuild b/app-text/texlive/texlive-2020-r4.ebuild index b06a7f6c1a0..86da54ae90b 100644 --- a/app-text/texlive/texlive-2020-r4.ebuild +++ b/app-text/texlive/texlive-2020-r4.ebuild @@ -71,7 +71,7 @@ RDEPEND="${DEPEND} humanities? ( >=${TEXLIVE_CAT}/texlive-humanities-${PV} ) tex4ht? ( >=dev-tex/tex4ht-20090611_p1038-r3 ) xml? ( - >=dev-tex/xmltex-1.9-r2 + >=${TEXLIVE_CAT}/texlive-formatsextra-${PV} app-text/passivetex ) jadetex? ( >=app-text/jadetex-3.13-r2 )
[gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/
commit: fd29a57612c26a859f72a481c768e71441f25bc0 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 21:42:17 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 21:46:32 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd29a576 app-text/xmlto: remove xmltex Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> app-text/xmlto/{xmlto-0.0.28-r1.ebuild => xmlto-0.0.28-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmlto/xmlto-0.0.28-r1.ebuild b/app-text/xmlto/xmlto-0.0.28-r2.ebuild similarity index 94% rename from app-text/xmlto/xmlto-0.0.28-r1.ebuild rename to app-text/xmlto/xmlto-0.0.28-r2.ebuild index 58faafa5f93..f9e88d7925b 100644 --- a/app-text/xmlto/xmlto-0.0.28-r1.ebuild +++ b/app-text/xmlto/xmlto-0.0.28-r2.ebuild @@ -22,7 +22,7 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1 || ( sys-apps/util-linux app-misc/getopt ) sys-apps/which text? ( || ( virtual/w3m www-client/lynx www-client/elinks ) ) - latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 )" + latex? ( >=app-text/passivetex-1.25 dev-texlive/texlive-formatsextra )" # We only depend on flex when we patch the imput lexer. DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-formatsextra/
commit: 50ff4379b10413cf5c683644eae0c58748350a22 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 21:33:38 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 21:46:31 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ff4379 dev-texlive/texlive-formatsextra: merge xmltex Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> dev-texlive/texlive-formatsextra/Manifest | 2 ++ ...e-formatsextra-2020.ebuild => texlive-formatsextra-2020-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-texlive/texlive-formatsextra/Manifest b/dev-texlive/texlive-formatsextra/Manifest index e1b574e7201..1e09605f910 100644 --- a/dev-texlive/texlive-formatsextra/Manifest +++ b/dev-texlive/texlive-formatsextra/Manifest @@ -32,4 +32,6 @@ DIST tl-startex.doc-2020.tar.xz 511988 BLAKE2B 56f1c6af0805f36da321118b350820297 DIST tl-startex.source-2020.tar.xz 25196 BLAKE2B e0c85e108a7974cffa665e26431df676c1bb91e0c4f35ac539c13c3b2341465ca2563427d59e6e87c088151f576ddb314f2e9c389229f19461c9784a83397cf8 SHA512 af1bdf22db048334823bdd18fd87fd8729c0bb4cb729ee53271f7e0b9ec4cea243840657e1a8ebba61728755d022d37495ef40f9962ce8e203d402b71d2d45cd DIST tl-texsis-2020.tar.xz 24 BLAKE2B 25d2efbbded73835b9a59ee8a2c3cd3e1f3e03835f262dafd6bafca072cca92b7961eecf6d6593dce9c3b7a1669fe7c502fc26e33793ba27f8eea9e9a18b5616 SHA512 7309726b33eadf8290e596aab50bb1af95600a067338b352c1ac092643a8c6d4142180d0146a828a38fb08fdd9ae03da6572e6c221afcd151a51430a423e DIST tl-texsis.doc-2020.tar.xz 130016 BLAKE2B 3eaea8f7da61ce56cb3867ba821a9c47c79aec556e4ea5f49e4928b77598a0467a55f09fc79810df1bd182d66e37dee00498b3a97186546cf7943827480127f9 SHA512 2a4979a10514ccd589b331ff34a677a4e22adbeea73d6112c9a14392b3ee75a8cdb292b008b160792b3d00b812834afa7e0211db860c41f1beb69bbc900fdb90 +DIST tl-xmltex-2020.tar.xz 18236 BLAKE2B 5638c55a49aa50ae5b748575c4b24460a866c4a5c5175629c69a5ce7c8ac4e6796dab8be5ba5750431930475c888647f26bfdca381148889c7a0bf5481a5a19f SHA512 0fd2ab53c983706e42c33804e886f20956a08410e0e32976fb956cecf224c9ed397cb7ceb8aa9b717e3459084d597d715363752a346322f9c04e16acc86c9e46 +DIST tl-xmltex.doc-2020.tar.xz 17004 BLAKE2B 9ff482a5d8e793702253a9693598a1f3149bdf5bc5fe7f46b98d5246220fbffc0e395c0b17ef938f124e9624a745b97b5b346e750777ffbc2d3e02f72973a7da SHA512 51f8a23a2f59a079909d580a8587d1a403bc0fc75b13adda212cca8fb9f58d8f19debbf53783eada1e80389d8556b742f62f575712eb5fa15f90e4c9933ede8c DIST tl-xmltexconfig-2020.tar.xz 488 BLAKE2B 74992dea02ef50bac91256980c919df27a313a5d35fb41faa9847d19465d91a22faae30444d818bc78a5a7c16e63474dad5ab083695786dc9f75a52eea39c7c0 SHA512 2620dde42acffee6561f406527794cc62d87c1104135da846b7cd3c7f4109c4d1986d562ea612f2b5246e1863eff86795c4789075f8475d45de00763cfb539fc diff --git a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2020.ebuild b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2020-r1.ebuild similarity index 83% rename from dev-texlive/texlive-formatsextra/texlive-formatsextra-2020.ebuild rename to dev-texlive/texlive-formatsextra/texlive-formatsextra-2020-r1.ebuild index 1c6e6051ec0..f75ccc475f9 100644 --- a/dev-texlive/texlive-formatsextra/texlive-formatsextra-2020.ebuild +++ b/dev-texlive/texlive-formatsextra/texlive-formatsextra-2020-r1.ebuild @@ -3,9 +3,9 @@ EAPI="7" -TEXLIVE_MODULE_CONTENTS="edmac eplain lollipop mltex psizzl startex texsis xmltexconfig aleph antomega lambda mxedruli omega omegaware otibet collection-formatsextra +TEXLIVE_MODULE_CONTENTS="edmac eplain lollipop mltex psizzl startex texsis xmltex xmltexconfig aleph antomega lambda mxedruli omega omegaware otibet collection-formatsextra " -TEXLIVE_MODULE_DOC_CONTENTS="edmac.doc eplain.doc lollipop.doc mltex.doc psizzl.doc startex.doc texsis.doc aleph.doc antomega.doc mxedruli.doc omega.doc omegaware.doc otibet.doc " +TEXLIVE_MODULE_DOC_CONTENTS="edmac.doc eplain.doc lollipop.doc mltex.doc psizzl.doc startex.doc texsis.doc aleph.doc antomega.doc mxedruli.doc omega.doc omegaware.doc otibet.doc xmltex.doc " TEXLIVE_MODULE_SRC_CONTENTS="edmac.source eplain.source psizzl.source startex.source antomega.source otibet.source " inherit texlive-module DESCRIPTION="TeXLive Additional formats"
[gentoo-commits] repo/gentoo:master commit in: app-text/passivetex/
commit: 64402c37081aef987293ab08a3824020f6fda20b Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 21:40:11 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 21:46:31 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64402c37 app-text/passivetex: remove xmltex Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> .../{passivetex-1.25-r1.ebuild => passivetex-1.25-r2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/passivetex/passivetex-1.25-r1.ebuild b/app-text/passivetex/passivetex-1.25-r2.ebuild similarity index 95% rename from app-text/passivetex/passivetex-1.25-r1.ebuild rename to app-text/passivetex/passivetex-1.25-r2.ebuild index 209a1b5cd18..910eec2007e 100644 --- a/app-text/passivetex/passivetex-1.25-r1.ebuild +++ b/app-text/passivetex/passivetex-1.25-r2.ebuild @@ -14,10 +14,9 @@ S=${WORKDIR}/${PN} LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" -IUSE="" RDEPEND="virtual/latex-base - >=dev-tex/xmltex-1.9" + dev-texlive/texlive-formatsextra" DEPEND="${RDEPEND} app-arch/unzip"
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 5cf717a293e3e1294ce699362077891ef8d2dff8 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 21:45:41 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 21:46:32 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf717a2 profiles: mask dev-tex/xmltex for removal Signed-off-by: Mikle Kolyada gentoo.org> profiles/package.mask | 7 +++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 806597c07b1..fa64ada7e0f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Mikle Kolyada (2020-07-10) +# Last major release in 2001. Was added into texlive +# long ago. +# Use dev-texlive/texlive-formatsextra instead. +# Removal in 30 days. +dev-tex/xmltex + # Kent Fredric (2020-07-10) # No reverse dependencies, and Gtk2 support is becomming # obsolete in Gentoo.
[gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/
commit: 2a7329f93c965a3d2c11ecdb91b5a4127ee8ba17 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 21:29:16 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 21:29:16 2020 + URL:https://gitweb.gentoo.org/proj/tex.git/commit/?id=2a7329f9 merge xmltex Signed-off-by: Mikle Kolyada gentoo.org> scripts/texlive/tlpsrc/texlive-formatsextra.extraexec | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/texlive/tlpsrc/texlive-formatsextra.extraexec b/scripts/texlive/tlpsrc/texlive-formatsextra.extraexec index daac018..c072418 100644 --- a/scripts/texlive/tlpsrc/texlive-formatsextra.extraexec +++ b/scripts/texlive/tlpsrc/texlive-formatsextra.extraexec @@ -1,4 +1,3 @@ sed -i -e "s/jadetex//" $1 sed -i -e "s/tex4ht//" $1 -sed -i -e "s/xmltex//" $1 sed -i -e "s/passivetex //" $1
[gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/
commit: 0e85e56bbbf6cb26305aa96a8df7650dc85530f9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 10 20:58:52 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 10 21:23:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e85e56b media-libs/vigra: Switch to cmake.eclass Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/vigra/vigra-1.11.1-r3.ebuild | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media-libs/vigra/vigra-1.11.1-r3.ebuild b/media-libs/vigra/vigra-1.11.1-r3.ebuild index 05721485aa8..c9dfc49eed8 100644 --- a/media-libs/vigra/vigra-1.11.1-r3.ebuild +++ b/media-libs/vigra/vigra-1.11.1-r3.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+),xml" -inherit cmake-utils python-r1 +inherit cmake python-r1 DESCRIPTION="C++ computer vision library emphasizing customizable algorithms and structures" HOMEPAGE="https://ukoethe.github.io/vigra/"; @@ -81,7 +81,7 @@ src_prepare() { fi } - cmake-utils_src_prepare + cmake_src_prepare vigra_disable fftw fftw3 vigra_disable fftw fftw3f @@ -111,7 +111,7 @@ src_configure() { -DWITH_VALGRIND=$(usex valgrind) -DWITH_VIGRANUMPY=$(usex python) ) - cmake-utils_src_configure + cmake_src_configure } if use python; then @@ -124,7 +124,7 @@ src_configure() { src_compile() { local VIGRA_BUILD_DIR vigra_compile() { - cmake-utils_src_compile + cmake_src_compile VIGRA_BUILD_DIR="${BUILD_DIR}" } if use python; then @@ -136,17 +136,17 @@ src_compile() { src_install() { if use python; then - python_foreach_impl cmake-utils_src_install + python_foreach_impl cmake_src_install python_optimize else - cmake-utils_src_install + cmake_src_install fi } src_test() { # perhaps disable tests (see #390447) vigra_test() { - PYTHONPATH="${BUILD_DIR}/vigranumpy/vigra" cmake-utils_src_test + PYTHONPATH="${BUILD_DIR}/vigranumpy/vigra" cmake_src_test } if use python; then python_foreach_impl vigra_test
[gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/, media-gfx/enblend/files/
commit: 98d7c17a5ef2d3ee26265dba57b6ec1b5178394e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 10 21:22:14 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 10 21:23:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d7c17a media-gfx/enblend: Fix build with GCC-10 Thanks-to: Walter Hüttenmeyer gmail.com> Closes: https://bugs.gentoo.org/723306 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild | 3 ++- .../enblend/files/enblend-4.2.0_p20161007-gcc-10.patch | 16 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild index 9049ae5c5e7..b72cb407f8d 100644 --- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild +++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,6 +49,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-4.2-doc-install-dir-fix.patch "${FILESDIR}"/${P}-cmake.patch + "${FILESDIR}"/${P}-gcc-10.patch ) src_prepare() { diff --git a/media-gfx/enblend/files/enblend-4.2.0_p20161007-gcc-10.patch b/media-gfx/enblend/files/enblend-4.2.0_p20161007-gcc-10.patch new file mode 100644 index 000..7203d6b667b --- /dev/null +++ b/media-gfx/enblend/files/enblend-4.2.0_p20161007-gcc-10.patch @@ -0,0 +1,16 @@ +Fix build with GCC-10. + +Thanks-to: Walter Hüttenmeyer +Bug: https://bugs.gentoo.org/724988 + +--- a/src/minimizer.cc 2016-09-24 11:29:40.0 +0200 b/src/minimizer.cc 2020-05-24 13:09:58.199170984 +0200 +@@ -19,7 +19,7 @@ + */ + + #include +- ++#include + #include "minimizer.h" + +
[gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/files/, media-libs/vigra/
commit: a739a2ed97dfedfd922da007b645ad2851cbfa3c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 10 20:51:52 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 10 21:23:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a739a2ed media-libs/vigra: Fix build with GCC-10 Thanks-to: Victor Mataré fh-aachen.de> Closes: https://bugs.gentoo.org/723302 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/vigra/files/vigra-1.11.1-gcc-10.patch | 46 media-libs/vigra/vigra-1.11.1-r3.ebuild | 1 + 2 files changed, 47 insertions(+) diff --git a/media-libs/vigra/files/vigra-1.11.1-gcc-10.patch b/media-libs/vigra/files/vigra-1.11.1-gcc-10.patch new file mode 100644 index 000..2433ba41712 --- /dev/null +++ b/media-libs/vigra/files/vigra-1.11.1-gcc-10.patch @@ -0,0 +1,46 @@ +From dc730be49fc8def4304a651fa525e43b7754955e Mon Sep 17 00:00:00 2001 +From: Ullrich Koethe +Date: Tue, 16 Oct 2018 19:26:17 +0200 +Subject: [PATCH] fixed noexcept declaration + +--- + include/vigra/separableconvolution.hxx | 6 +++--- + include/vigra/stdconvolution.hxx | 6 +++--- + 2 files changed, 6 insertions(+), 6 deletions(-) + +diff --git a/include/vigra/separableconvolution.hxx b/include/vigra/separableconvolution.hxx +index 7ee33c09d..8fd120602 100644 +--- a/include/vigra/separableconvolution.hxx b/include/vigra/separableconvolution.hxx +@@ -1409,10 +1409,10 @@ class Kernel1D + {} + + ~InitProxy() +-#ifndef _MSC_VER +-throw(PreconditionViolation) +-#elif _MSC_VER >= 1900 ++#if _MSC_VER >= 1900 || __cplusplus >= 201103L + noexcept(false) ++#else ++throw(PreconditionViolation) + #endif + { + vigra_precondition(count_ == 1 || count_ == sum_, +diff --git a/include/vigra/stdconvolution.hxx b/include/vigra/stdconvolution.hxx +index 76d61a53f..657247259 100644 +--- a/include/vigra/stdconvolution.hxx b/include/vigra/stdconvolution.hxx +@@ -792,10 +792,10 @@ public: + {} + + ~InitProxy() +-#ifndef _MSC_VER +-throw(PreconditionViolation) +-#elif _MSC_VER >= 1900 ++#if _MSC_VER >= 1900 || __cplusplus >= 201103L + noexcept(false) ++#else ++throw(PreconditionViolation) + #endif + { + vigra_precondition(count_ == 1 || count_ == sum_, diff --git a/media-libs/vigra/vigra-1.11.1-r3.ebuild b/media-libs/vigra/vigra-1.11.1-r3.ebuild index 93a26b7b05e..05721485aa8 100644 --- a/media-libs/vigra/vigra-1.11.1-r3.ebuild +++ b/media-libs/vigra/vigra-1.11.1-r3.ebuild @@ -62,6 +62,7 @@ PATCHES=( "${FILESDIR}/${P}-fix-incorrect-template-parameter-type.patch" "${FILESDIR}/${P}-boost-python.patch" "${FILESDIR}/${P}-python3.7.patch" # bug 701208 + "${FILESDIR}/${P}-gcc-10.patch" # bug 723302 # TODO: upstream "${FILESDIR}/${P}-lib_suffix.patch" "${FILESDIR}/${P}-cmake-module-dir.patch"
[gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/
commit: 8ee1d9dadb87c0763e10edb3a6140142a019387d Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jul 10 20:55:32 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jul 10 20:55:32 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee1d9da dev-util/diffoscope: bump up to 151 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/diffoscope/Manifest | 1 + dev-util/diffoscope/diffoscope-151.ebuild | 71 +++ 2 files changed, 72 insertions(+) diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest index b58c1ff3238..3c1626e29aa 100644 --- a/dev-util/diffoscope/Manifest +++ b/dev-util/diffoscope/Manifest @@ -1 +1,2 @@ DIST diffoscope-150.tar.gz 1570701 BLAKE2B 74b146ca6940313817025ba1285ae529c17da82d3cb13dae1b3550cf900d626e774eda3b993f930cf2cc7cc72e0f47830c02ec8ad0d5eff18cefb259757663d3 SHA512 ae2932bcb44078c1ab932512251dfbdfb4d3df0113388b22c5d77e74b74f7efc0f9b4c0bffd6d79422d89d3be6bfe07f9aad337365e5ee704f2710de36cbf4b7 +DIST diffoscope-151.tar.gz 1570732 BLAKE2B d427099dc5ecb8f37c8e841f747e5f142bead560d0cbf9db6b78c49eed1bf205ea5cccdcc38e0c73a54ed10f24d09afd379b2b032a320ef827df9fe84dc091d1 SHA512 7a82c58fe6e2d586a461fd4e0ec98608cc589a0ecc3c5afa8d5879be66b467ba53e6fa6a3ce6d98ffe287db691528e24af7dc39148e182649d4d0bad35a96314 diff --git a/dev-util/diffoscope/diffoscope-151.ebuild b/dev-util/diffoscope/diffoscope-151.ebuild new file mode 100644 index 000..63058ee2f20 --- /dev/null +++ b/dev-util/diffoscope/diffoscope-151.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="Will try to get to the bottom of what makes files or directories different" +HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file +find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm +mono opendocument pascal pdf postscript R rpm sqlite squashfs +ssh tar tcpdump xz zip zstd" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}] + dev-python/libarchive-c[${PYTHON_USEDEP}] + dev-python/distro[${PYTHON_USEDEP}] + acl? ( sys-apps/acl ) + binutils? ( sys-devel/binutils ) + bzip2? ( app-arch/bzip2 ) + libcaca? ( media-libs/libcaca ) + colord? ( x11-misc/colord ) + cpio? ( app-arch/cpio ) + diff? ( sys-apps/diffutils ) + docx? ( app-text/docx2txt ) + dtc? ( sys-apps/dtc ) + e2fsprogs? ( sys-fs/e2fsprogs ) + file? ( sys-apps/file ) + find? ( sys-apps/findutils ) + gettext? ( sys-devel/gettext ) + gif? ( media-libs/giflib ) + gpg? ( app-crypt/gnupg ) + gzip? ( app-arch/gzip ) + haskell? ( dev-lang/ghc ) + hdf5? ( sci-libs/hdf5 ) + hex? ( app-editors/vim-core ) + imagemagick? ( media-gfx/imagemagick ) + iso? ( virtual/cdrtools ) + java? ( virtual/jdk ) + llvm? ( sys-devel/llvm ) + mono? ( dev-lang/mono ) + opendocument? ( app-text/odt2txt ) + pascal? ( dev-lang/fpc ) + pdf? ( + app-text/pdftk + app-text/poppler + dev-python/PyPDF2[${PYTHON_USEDEP}] + ) + postscript? ( app-text/ghostscript-gpl ) + R? ( dev-lang/R ) + rpm? ( app-arch/rpm ) + sqlite? ( dev-db/sqlite:3 ) + squashfs? ( sys-fs/squashfs-tools ) + ssh? ( net-misc/openssh ) + tar? ( app-arch/tar ) + tcpdump? ( net-analyzer/tcpdump ) + xz? ( app-arch/xz-utils ) + zip? ( app-arch/unzip ) + zstd? ( app-arch/zstd ) +" +# Presence if filemagic's magic.py breaks imports +# of dev-python/python-magic: https://bugs.gentoo.org/716482 +RDEPEND+=" !dev-python/filemagic"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/mpfr/
commit: 67170beb129e918931bc3eb0891149e5634ba49b Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jul 10 20:38:05 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jul 10 20:38:05 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67170beb dev-libs/mpfr: bump up to 4.1.0 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/mpfr/Manifest | 1 + dev-libs/mpfr/mpfr-4.1.0.ebuild | 32 2 files changed, 33 insertions(+) diff --git a/dev-libs/mpfr/Manifest b/dev-libs/mpfr/Manifest index f8323055a7e..de6556d1cb4 100644 --- a/dev-libs/mpfr/Manifest +++ b/dev-libs/mpfr/Manifest @@ -1 +1,2 @@ DIST mpfr-4.0.2.tar.xz 1441996 BLAKE2B 4c1a15208c2dc3dcc1424974de506198e9cc479c70255149876c7f541133499ada5c89f07393b120b7079e6bbaf8ea03e5e496e1350b295e687392a6e0341c1c SHA512 d583555d08863bf36c89b289ae26bae353d9a31f08ee3894520992d2c26e5683c4c9c193d7ad139632f71c0a476d85ea76182702a98bf08dde7b6f65a54f8b88 +DIST mpfr-4.1.0.tar.xz 1525476 BLAKE2B 41d1be0c4b557760f12a4525ad3a84b6e2cd6f0927c935fcfba577ac0490e582d1ae4b581dce58e21e705cf9d7c88373054d7fb7a94bb32c69b339f99a25dc68 SHA512 1bd1c349741a6529dfa53af4f0da8d49254b164ece8a46928cdb13a99460285622d57fe6f68cef19c6727b3f9daa25ddb3d7d65c201c8f387e421c7f7bee6273 diff --git a/dev-libs/mpfr/mpfr-4.1.0.ebuild b/dev-libs/mpfr/mpfr-4.1.0.ebuild new file mode 100644 index 000..3818f812718 --- /dev/null +++ b/dev-libs/mpfr/mpfr-4.1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-minimal + +DESCRIPTION="library for multiple-precision floating-point computations with exact rounding" +HOMEPAGE="https://www.mpfr.org/"; +SRC_URI="https://www.mpfr.org/mpfr-${PV}/${P}.tar.xz"; + +LICENSE="LGPL-2.1" +SLOT="0/6" # libmpfr.so version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="static-libs" + +RDEPEND=">=dev-libs/gmp-5.0.0[${MULTILIB_USEDEP},static-libs?]" +DEPEND="${RDEPEND}" + +HTML_DOCS=( doc/FAQ.html ) + +multilib_src_configure() { + # Make sure mpfr doesn't go probing toolchains it shouldn't #476336#19 + ECONF_SOURCE=${S} \ + user_redefine_cc=yes \ + econf $(use_enable static-libs static) +} + +multilib_src_install_all() { + rm "${ED}"/usr/share/doc/"${P}"/COPYING* + use static-libs || find "${ED}"/usr -name '*.la' -delete +}
[gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/files/, net-libs/libnsl/
commit: 615a57b837f40f4c1671f6b6f41be41602268aa4 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jul 10 20:11:21 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jul 10 20:11:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615a57b8 net-libs/libnsl: tweak config.rpath shell `config.rpath` contains a bit of invalid shell: ``` checking for shared library run path origin... libnsl-1.3.0/config.rpath: line 219: ==: command not found libnsl-1.3.0/config.rpath: line 219: ==: command not found ``` ``` if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then if $libdir == /usr/lib | $libdir == /usr/lib64; then hardcode_libdir_flag_spec="" fi else ld_shlibs=no fi ``` The change restores default `config.rpath`. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/732100 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/libnsl/files/libnsl-1.3.0-rpath.patch | 16 ++ net-libs/libnsl/libnsl-1.3.0-r1.ebuild | 42 ++ 2 files changed, 58 insertions(+) diff --git a/net-libs/libnsl/files/libnsl-1.3.0-rpath.patch b/net-libs/libnsl/files/libnsl-1.3.0-rpath.patch new file mode 100644 index 000..1189dae37cf --- /dev/null +++ b/net-libs/libnsl/files/libnsl-1.3.0-rpath.patch @@ -0,0 +1,16 @@ +https://bugs.gentoo.org/732100 + +Remove invalid shell from config.rpath. +--- a/config.rpath b/config.rpath +@@ -216,9 +216,7 @@ if test "$with_gnu_ld" = yes; then + ;; + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then +-if $libdir == /usr/lib | $libdir == /usr/lib64; then +- hardcode_libdir_flag_spec="" +- fi ++: + else + ld_shlibs=no + fi diff --git a/net-libs/libnsl/libnsl-1.3.0-r1.ebuild b/net-libs/libnsl/libnsl-1.3.0-r1.ebuild new file mode 100644 index 000..abd6e83ed26 --- /dev/null +++ b/net-libs/libnsl/libnsl-1.3.0-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-minimal + +DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version" +HOMEPAGE="https://github.com/thkukuk/libnsl"; +SRC_URI="https://github.com/thkukuk/${PN}/releases/download/v${PV}/${P}.tar.xz"; + +SLOT="0/2" +LICENSE="LGPL-2.1+" + +# Stabilize together with glibc-2.26! +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +IUSE="" + +DEPEND=" + >=net-libs/libtirpc-1.0.2-r1[${MULTILIB_USEDEP}] +" +RDEPEND="${DEPEND} + !
[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
commit: f817293677942b64166529967c666d0e8e47211a Author: Stephan Hartmann googlemail com> AuthorDate: Fri Jul 10 15:49:07 2020 + Commit: Mike Gilbert gentoo org> CommitDate: Fri Jul 10 20:00:33 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8172936 www-client/chromium: dev channel bump to 85.0.4183.15 Closes: https://bugs.gentoo.org/731778 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Stephan Hartmann googlemail.com> Signed-off-by: Mike Gilbert gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16658 www-client/chromium/Manifest | 4 ++-- .../{chromium-85.0.4181.8.ebuild => chromium-85.0.4183.15.ebuild}| 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index 76030a73eca..55e0c34eb78 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -1,7 +1,7 @@ DIST chromium-83.0.4103.116.tar.xz 802626772 BLAKE2B 6890d8f4a4a9b12ab56a63e037129f6b77f03f95a841494505fdbbe212b0dd756e5558bddd7ee186669929c6069568c76b70b179fe4a58ccad465f2d4677d6e5 SHA512 dbd92fb04183ec1402401388f70b18b95040083c9ea8bf2ea6b1692fddc375b090968b13afb010ebf412b480b34747eb2c82709adbeb386cccf60b972f23254f DIST chromium-84-patchset-3.tar.xz 20148 BLAKE2B d910570b43f63bcf4ead90ca4e4005a08d7c85b5b4e7af2a70ec4bc18265cbe8b075523878710075cfee4e0631eb3374e1e6d06251f4bf03377954807b1951e9 SHA512 316db8b0359b10a988242a0d665475d912fa9b610a547478d8c39b337afc02780a54d7024e231eb4fd402063cf439f6e2b4bb92a4968c8e0c3e69d84a2ae1664 DIST chromium-84.0.4147.85.tar.xz 845134748 BLAKE2B 39cc93dc54c31a1db62af2a6206941e317cbfea2aae060f3c147940044a64e6aba8f53655989e10fe7269e7f6fb1c5ac6b64f33172f36b3ea97ec71e35a2784b SHA512 73844340b8de517bbc3967267213d0cc0c24cd1081ab70881318045454decf3eb2eae78b9d0ddf88b1fbb071bfffbe54c095314453cb3e2846d62ccd6f11a603 -DIST chromium-85-patchset-1.tar.xz 9164 BLAKE2B ae52909be374accc0bfa1d9928beb573409de6f6b4f6e1e2cb9f45a7ecdf7a70dcae66f95697a718c2d8271a402b1ce3546c20a85510e219da4d12d3e09419cd SHA512 d04ffd78315710312fbda1161dced731ae23441080ccf3f410b06a22950fa72b6e67f45abe9c9c2a509881191da4ddc4aff391c8cc5c80adfe06c6154ea857d0 -DIST chromium-85.0.4181.8.tar.xz 863049932 BLAKE2B 0a43002498254297ff15e569912b22d5d5b701c1939b92dc544fe2c8c6dbc0190f6afbe3cbe927cd145156ff1b3a9741bd4faf03a37b7aa20f63fec77f899a35 SHA512 7a8141ede000e81346c3ffb62caef1660fed98450eb088a9ba048a7b75a1255c1fc3e5a015e2c0988ad0fd05dc7116d169693465a0d1421c24519d23f7640a98 +DIST chromium-85-patchset-2.tar.xz 9724 BLAKE2B 929d6abe3a66db395a9cedc63510a6a0ed0d79057f92ade22fe26221bf46a63e88fb40d6e54e6ffa837d142ec5da22e2b428f3153db431e3389de0b230fa2aec SHA512 753ce53c2c10cf1abdce334086a633dfcb4543c86a2dccbee0ad1bc8a8a0b642cdd18e2277c67088a380a9fa2ca8fd655e2fc0b3a2931de3230afa046615cd0e +DIST chromium-85.0.4183.15.tar.xz 863644932 BLAKE2B e244ff567894c5fce623bfe0e799130fcef447fee26469fcdda3c372ddf054e354d6ead7201332f1aa5e91d0826d838de1af5838a38d1e4849511fb4d96f5e08 SHA512 e92b8325b27e485ff2ac0db5c47661c935f874a9d2d0c6df597bb02faa448ff54b81e7528619bc0dd28b523852e03e4ff8bfddfa9ddcee3d27d9cb39eef1af0a DIST setuptools-44.1.0.zip 858569 BLAKE2B f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68 SHA512 4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf DIST xcb-proto-1.14.tar.xz 143384 BLAKE2B 60212b0f0ce039a64a2e6cbbc78564eeffc57cff20987b37dc780d8d97ae888a7dbfbbaadc6e0e4bedfc5d1e360f16318e3825ad8406de668d9c7c66cf7f4b5d SHA512 de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690 diff --git a/www-client/chromium/chromium-85.0.4181.8.ebuild b/www-client/chromium/chromium-85.0.4183.15.ebuild similarity index 99% rename from www-client/chromium/chromium-85.0.4181.8.ebuild rename to www-client/chromium/chromium-85.0.4183.15.ebuild index 14d6fac66e6..c6722ddf559 100644 --- a/www-client/chromium/chromium-85.0.4181.8.ebuild +++ b/www-client/chromium/chromium-85.0.4183.15.ebuild @@ -13,7 +13,7 @@ inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils pax-util DESCRIPTION="Open-source version of Google Chrome web browser" HOMEPAGE="https://chromium.org/"; XCB_PROTO_VERSION="1.14" -PATCHSET="1" +PATCHSET="2" PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}" SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz https://files.pythonhosted.org/packages/ed/7b/bbf89ca71e722b7f9464ebffe4b5ee20a9e5c9a555a56e2d3914bb9119a6/setuptools-44.1.0.zip @@ -42,6 +42,7 @@ COMMON_X_DEPEND=" x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXtst:= + x11-libs/libXScrnSaver:= x11-libs/libxcb:= " @@ -96,7 +97,6 @@ COM
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
commit: d87f1d477348ceb11256ee2a41938cafa8885167 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 19:51:04 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 19:51:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87f1d47 sys-cluster/rdma-core: migrate from cmake-utils Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild | 6 +++--- sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild | 6 +++--- sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild | 6 +++--- sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild | 6 +++--- sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild | 6 +++--- sys-cluster/rdma-core/rdma-core-.ebuild| 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild b/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild index ae773c23dc3..6357c1b6ab1 100644 --- a/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild +++ b/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit cmake-utils python-single-r1 udev systemd +inherit cmake python-single-r1 udev systemd DESCRIPTION="Userspace components for the Linux Kernel's drivers/infiniband subsystem" HOMEPAGE="https://github.com/linux-rdma/rdma-core"; @@ -84,11 +84,11 @@ src_configure() { mycmakeargs+=( -DNO_PYVERBS=ON ) fi - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install udev_dorules "${D}"/etc/udev/rules.d/70-persistent-ipoib.rules rm -r "${D}"/etc/{udev,init.d} || die diff --git a/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild b/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild index 720b47023ae..c144274801e 100644 --- a/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit cmake-utils python-single-r1 udev systemd +inherit cmake python-single-r1 udev systemd DESCRIPTION="Userspace components for the Linux Kernel's drivers/infiniband subsystem" HOMEPAGE="https://github.com/linux-rdma/rdma-core"; @@ -84,11 +84,11 @@ src_configure() { mycmakeargs+=( -DNO_PYVERBS=ON ) fi - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install udev_dorules "${D}"/etc/udev/rules.d/70-persistent-ipoib.rules rm -r "${D}"/etc/{udev,init.d} || die diff --git a/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild b/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild index 9911097e9b4..06f727171cc 100644 --- a/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild +++ b/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit cmake-utils python-single-r1 udev systemd +inherit cmake python-single-r1 udev systemd DESCRIPTION="Userspace components for the Linux Kernel's drivers/infiniband subsystem" HOMEPAGE="https://github.com/linux-rdma/rdma-core"; @@ -84,11 +84,11 @@ src_configure() { mycmakeargs+=( -DNO_PYVERBS=ON ) fi - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install udev_dorules "${D}"/etc/udev/rules.d/70-persistent-ipoib.rules rm -r "${D}"/etc/{udev,init.d} || die diff --git a/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild index be7204ccc11..8d5f9b4caaa 100644 --- a/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit cmake-utils python-single-r1 udev systemd +inherit cmake python-single-r1 udev systemd DESCRIPTION="Userspace components for the Linux Kernel's drivers/infiniband subsystem" HOMEPAGE="https://github.com/linux-rdma/rdma-core"; @@ -84,11 +84,11 @@ src_configure() { mycmakeargs+=( -DNO_PYVERBS=ON ) fi - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install udev_dorules "${D}"/etc/udev/rules.d/70-persistent-ipoib.rules rm -r "${D}"/etc/{udev,init.d} || die diff --git a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild index be7204ccc11..8d5f9b4caaa 100644 --- a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit cmake-utils python-single-r1 udev systemd +inherit cmake python-single-r1 udev systemd DESCRIPTION="Userspace components for the Linux Kernel's drivers/infiniband subs
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
commit: 9d5a81e27813192dca517af267bb15a68538f870 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 19:42:29 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 19:42:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5a81e2 sys-cluster/rdma-core: Drop old Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> sys-cluster/rdma-core/Manifest | 1 - sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild | 101 - 2 files changed, 102 deletions(-) diff --git a/sys-cluster/rdma-core/Manifest b/sys-cluster/rdma-core/Manifest index 751e51b7713..9cd28667435 100644 --- a/sys-cluster/rdma-core/Manifest +++ b/sys-cluster/rdma-core/Manifest @@ -2,5 +2,4 @@ DIST rdma-core-26.0.tar.gz 1444585 BLAKE2B 148b25f6108199b3845446e9f45a59d089e7f DIST rdma-core-26.1.tar.gz 1601313 BLAKE2B 459baa80d5cb74386e567880ec7fd2de9e4aaea177e7022603db5dd70f633152d86618bbab637ca337a9314c0c19b5c0f6a51f281802fa0b8bedb8fad149f26c SHA512 98f0e3f3e951f3b2287711526a2a6c62cb4e0f5eb693894c7f44783c5eb6d4213c9eedc39b2370563e8bca17e133497e475392004ace0203d2a39de371254742 DIST rdma-core-27.0.tar.gz 1445552 BLAKE2B a038653865f8d37b6599a54ca7fef97b2ac131b3a11ce8696b5c1ec558e85332e950f8d5104f250b23a186224735b2a338fc03f875979bff342ad26ebb5b74b2 SHA512 8a299f4d3fe6ea98d8fc8d8135295e55c8bbf5d0d5f2e5fd362a5eb96d86f5aa84263736ab80a3c0eb104c7fc5fb5d43a2077cc6a1fed3d346af89597a4ddee2 DIST rdma-core-28.0.tar.gz 1455729 BLAKE2B cee2030bda14d3833fa6e851e85d92ec7f91363a09e11bb7ce939ae144e4edbe32653a759a573d94a735ba6766911cb491e7871722bad81e45c3744dc3b8683e SHA512 aec8b8a0d67bcfe42d9d4a53f93bf03ead14fc6f8887fc9f05b2f1ccfd1aae1214c49ecbc01f16b585f71369e3c7a7e2c8d2adc42aa9b31436939b3f3038fde8 -DIST rdma-core-29.0.tar.gz 1467415 BLAKE2B ecea77fcd4b4033f81aef9cd9b483cc97b1f4af7c73030c2f94e8242be178c53c5d62aef4d3db7de60e2b7a9cf068bbf851915385912c8ef795c406c4e45a4f9 SHA512 4b12cd0fdf01a827831081cbe9bbb927173cb600edc51e2befe5e6c3cd88c90069d2872d839ef98e87c59eee777da6429dbf5e8621b6e872e0cf99857fe6d78b DIST rdma-core-30.0.tar.gz 1485452 BLAKE2B 8774a41eaba486007a4b695fc5196935102c172607136ca37d03fa626c5bb0b75df7b9cc6a6126219111b4ba828984ffbb235e9afee1e941852650a2b2412dc7 SHA512 4a0ec689e27de71f33e21df9813f78bec81b99c941da234d8d4050a3e1a1b157488d7a4d58d7f62472f32061a36dadad43d986238dcbaf24a29dded3827ec374 diff --git a/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild deleted file mode 100644 index 6d0a8046f9c..000 --- a/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit cmake-utils python-single-r1 udev systemd - -DESCRIPTION="Userspace components for the Linux Kernel's drivers/infiniband subsystem" -HOMEPAGE="https://github.com/linux-rdma/rdma-core"; - -if [[ ${PV} == "" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core"; -else - SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -fi - -LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )" -SLOT="0" -IUSE="neigh python static-libs systemd valgrind" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -COMMON_DEPEND=" - virtual/libudev:= - neigh? ( dev-libs/libnl:3 ) - systemd? ( sys-apps/systemd:= ) - valgrind? ( dev-util/valgrind ) - python? ( ${PYTHON_DEPS} )" - -DEPEND="${COMMON_DEPEND} - python? ( - $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] - ') - )" - -RDEPEND="${COMMON_DEPEND} - !sys-fabric/infiniband-diags - !sys-fabric/libibverbs - !sys-fabric/librdmacm - !sys-fabric/libibumad - !sys-fabric/ibacm - !sys-fabric/libibmad - !sys-fabric/srptools - !sys-fabric/infinipath-psm - !sys-fabric/libcxgb3 - !sys-fabric/libcxgb4 - !sys-fabric/libmthca - !sys-fabric/libmlx4 - !sys-fabric/libmlx5 - !sys-fabric/libocrdma - !sys-fabric/libnes" - -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) - -pkg_setup() { - use python && python-single-r1_pkg_setup - -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_SYSCONFDIR=/etc - -DCMAKE_INSTALL_RUNDIR=/run - -DCMAKE_INSTALL_SHAREDSTATEDIR=/var/lib - -DCMAKE_INSTALL_UDEV_RULESDIR="$(get_udevdir)"/rules.d - -DCMAKE_INSTALL_SYSTEMD_SERVICEDIR="$(systemd_get_systemunitdir)" - -DCMAKE_DISABLE_FIND_PACKAGE_pandoc=yes - $(ver_test -ge 25 && echo -DCMAKE_DISABLE_FIND_PACKAGE
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
commit: 413236fa7334fc6302a30b8ee68113a3a6d2b349 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 19:41:19 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 19:41:19 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413236fa sys-cluster/rdma-core: restore arm keyword Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild index c7530aca8d2..be7204ccc11 100644 --- a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core"; else SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
commit: 388fb2a68e9ae8fbef5da4c2a17b9b1641fb2eff Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 19:38:40 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 19:39:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388fb2a6 sys-cluster/rdma-core: call python conditionally Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-.ebuild| 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild b/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild index 74779b99fe8..ae773c23dc3 100644 --- a/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild +++ b/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild b/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild index 19ce4ff4082..720b47023ae 100644 --- a/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild b/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild index 7f6e171699e..9911097e9b4 100644 --- a/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild +++ b/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild index 895bd252e6e..be7204ccc11 100644 --- a/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild index 9a120345c30..6d0a8046f9c 100644 --- a/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild index 9bcb28a2f0b..c7530aca8d2 100644 --- a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-.ebuild b/sys-cluster/rdma-core/rdma-core-.ebuild index fae3876a639..6db92b4ee10 100644 --- a/sys-cluster/rdma-core/rdma-core-.ebuild +++ b/sys-cluster/rdma-core/rdma-core-.ebuild @@ -57,7 +57,7 @@ RDEPEND="${COMMON_DEPEND} BDEPEND="virtual/pkgconfig" pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup }
[gentoo-commits] repo/gentoo:master commit in: sys-apps/pciutils/
commit: fb05ac26ec3c51eae5a0bcdf3d6c1b72d8ee28ef Author: Sam James gentoo org> AuthorDate: Fri Jul 10 19:26:52 2020 + Commit: Sam James gentoo org> CommitDate: Fri Jul 10 19:26:52 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb05ac26 sys-apps/pciutils: arm stable (bug #730504) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> sys-apps/pciutils/pciutils-3.6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pciutils/pciutils-3.6.4.ebuild b/sys-apps/pciutils/pciutils-3.6.4.ebuild index a2435f094c8..14eca374e83 100644 --- a/sys-apps/pciutils/pciutils-3.6.4.ebuild +++ b/sys-apps/pciutils/pciutils-3.6.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://mj.ucw.cz/download/linux/pci/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="dns +kmod static-libs +udev zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically,
[gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent/
commit: 06ba2a8d13d99ac0045a5dabd8207ed791ab929a Author: Sam James gentoo org> AuthorDate: Fri Jul 10 18:48:51 2020 + Commit: Sam James gentoo org> CommitDate: Fri Jul 10 18:50:08 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ba2a8d net-libs/libtorrent: arm64 keyworded (bug #731292) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> net-libs/libtorrent/libtorrent-0.13.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libtorrent/libtorrent-0.13.8.ebuild b/net-libs/libtorrent/libtorrent-0.13.8.ebuild index 158a5198f27..2b97d26f6f9 100644 --- a/net-libs/libtorrent/libtorrent-0.13.8.ebuild +++ b/net-libs/libtorrent/libtorrent-0.13.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ LICENSE="GPL-2" # subslot. SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="debug libressl ssl test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlrpc-c/
commit: bf124fce69edf16906bad7233818d2f28ebffd74 Author: Sam James gentoo org> AuthorDate: Fri Jul 10 18:49:12 2020 + Commit: Sam James gentoo org> CommitDate: Fri Jul 10 18:50:08 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf124fce dev-libs/xmlrpc-c: arm64 keyworded (bug #731292) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-libs/xmlrpc-c/xmlrpc-c-1.39.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11-r1.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11-r1.ebuild index 489792ece39..df34a37daf7 100644 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11-r1.ebuild +++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.39.11-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="abyss +cgi +curl +cxx +libxml2 threads test tools" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
commit: 5fecb99728b5f28870b96c263f53a37773369169 Author: Sam James gentoo org> AuthorDate: Fri Jul 10 18:08:16 2020 + Commit: Sam James gentoo org> CommitDate: Fri Jul 10 18:50:07 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fecb997 profiles/arch/arm64: mask dev-libs/xmlrpc-c[tools] This fails to build on ~arm64. Let's mask USE=tools so that we can keyword rtorrent. Bug: https://bugs.gentoo.org/732122 Signed-off-by: Sam James gentoo.org> profiles/arch/arm64/package.use.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index c8cc8b767c0..4f364d3f010 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2020-07-10) +# Failed build with USE=tools +# bug #732122 +dev-libs/xmlrpc-c tools + # Sam James (2020-07-09) # mariadb[rocksdb] fails to build on arm64 # bug #731998
[gentoo-commits] repo/gentoo:master commit in: net-p2p/rtorrent/
commit: b671fc1a000d3ed0df95a94188302d4a345fb5f5 Author: Sam James gentoo org> AuthorDate: Fri Jul 10 18:49:38 2020 + Commit: Sam James gentoo org> CommitDate: Fri Jul 10 18:50:08 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b671fc1a net-p2p/rtorrent: arm64 keyworded (bug #731292) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> net-p2p/rtorrent/rtorrent-0.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild b/net-p2p/rtorrent/rtorrent-0.9.8.ebuild index c7f4827b1c1..89c75bbe962 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.8.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://rtorrent.net/downloads/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="daemon debug selinux test xmlrpc" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
commit: 79801eae2143d69f05ea52fa2ab67511871d0c89 Author: Lars Wendler gentoo org> AuthorDate: Fri Jul 10 18:17:24 2020 + Commit: Lars Wendler gentoo org> CommitDate: Fri Jul 10 18:17:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79801eae dev-util/cmake: Bump to version 3.18.0_rc4. Removed old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> dev-util/cmake/Manifest | 2 +- dev-util/cmake/{cmake-3.18.0_rc3.ebuild => cmake-3.18.0_rc4.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest index 464d52ee0c4..d8519593884 100644 --- a/dev-util/cmake/Manifest +++ b/dev-util/cmake/Manifest @@ -2,4 +2,4 @@ DIST cmake-3.13.5.tar.gz 8618821 BLAKE2B 765678bc92821207c53bfb4ac995a791b938f20 DIST cmake-3.16.5.tar.gz 9111262 BLAKE2B 5f996113a4979563d7b9f298b4b1a32d6f91eebaa79af42e1cbf247884e443de47e30030fd0f16c7755c4086e2bff0c0741911753ea7c889b68c393c0b98c876 SHA512 204ce83501c8068ff660c30a68641a354764135e1600a9a95b39476d072876e400961377e19bbe03a7b18412b36dcf21a693946a2a81cff5985e637e9f193671 DIST cmake-3.17.2.tar.gz 9469251 BLAKE2B 85818c6346ee600a0185687809b666a3186831d590680bba8a41d6d52cd3852ce84fdac240100a7b91f06897a779e1e44b67d9a8da4e806347c9a4a46dab354d SHA512 4998ec3ac7367cec237187b1568a1935b402c39959c1869c9ae94e013060f6d2e03089eba34187f91063de169df78425dee2aa01acb925347aeb97f99bcad6a2 DIST cmake-3.17.3.tar.gz 9470753 BLAKE2B a4c863e0cf7105eb47e1bba7641ab3431506f0a4f5c84a4de203cb996e629d1ee236d91ba5e1439f0123ab3c8b3871ef4e3b1c21940aa97c125cc7ab2a3f9873 SHA512 13479bd48ef8a8c95277a62b4f42e63152a5979292a98b5456022ca42ad3963cad75e917cc8b92a8485dbf5a2b59cde3fdc90fd9abdb806bc97c8570d03c1c69 -DIST cmake-3.18.0-rc3.tar.gz 8968777 BLAKE2B 9fdbe4870e70400bc73f53a4ba37e832b3f32cee1342bdab5e3078ce0969564c3d8d9fde9945fae8cd5da35f77abb2be0c6003b2f321d5458cff65935792a972 SHA512 f4bda297c90d6449d6ef3adcf91debc61a9dbef65934dfd1447f86d30747b4b466bb813abe58ee3d6a3aa9e8e49d5e7cd118820e92bec3b2e52f06142faa017e +DIST cmake-3.18.0-rc4.tar.gz 8970935 BLAKE2B c3d86e409c88c7e51cc0a4fd54058c511974cd1bfe2162db591a91054aef623c7d0e0e33ec2af9d4831ee0160f7f8202c2a71afd0b23443573b20095b19fb04a SHA512 cd9ced16a9aa6b5b551fb2c50c4b6765d2d5e2be3cd6b4f93fc72243c65755a4c7e51c6fe5abbba556ba971978cf483238f0c58c08083c92bdf66726a3207a08 diff --git a/dev-util/cmake/cmake-3.18.0_rc3.ebuild b/dev-util/cmake/cmake-3.18.0_rc4.ebuild similarity index 100% rename from dev-util/cmake/cmake-3.18.0_rc3.ebuild rename to dev-util/cmake/cmake-3.18.0_rc4.ebuild
[gentoo-commits] repo/gentoo:master commit in: app-metrics/redis_exporter/
commit: 01ac494ca6cc0f2c677b728fdf69637b6b828cf1 Author: William Hubbs gentoo org> AuthorDate: Fri Jul 10 17:59:39 2020 + Commit: William Hubbs gentoo org> CommitDate: Fri Jul 10 18:00:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ac494c app-metrics/redis_exporter: migrate 1.2.1 to go-module Signed-off-by: William Hubbs gentoo.org> app-metrics/redis_exporter/redis_exporter-1.2.1.ebuild | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/app-metrics/redis_exporter/redis_exporter-1.2.1.ebuild b/app-metrics/redis_exporter/redis_exporter-1.2.1.ebuild index 266c339cba7..d983bd4de2f 100644 --- a/app-metrics/redis_exporter/redis_exporter-1.2.1.ebuild +++ b/app-metrics/redis_exporter/redis_exporter-1.2.1.ebuild @@ -2,20 +2,17 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit user golang-build golang-vcs-snapshot systemd - -EGO_PN="github.com/oliver006/redis_exporter" -EGIT_COMMIT="55b9cfabb601b5a71822fa396f914a07a31dcbe4" -ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +inherit go-module user systemd +EGIT_COMMIT=55b9cfabb601b5a71822fa396f914a07a31dcbe4 DESCRIPTION="Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x" HOMEPAGE="https://github.com/oliver006/redis_exporter"; -SRC_URI="${ARCHIVE_URI}" +SRC_URI="https://github.com/oliver006/redis_exporter/archive/v${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="MIT Apache-2.0 BSD" SLOT="0" +KEYWORDS="~amd64" IUSE="" -S=${WORKDIR}/${P}/src/${EGO_PN} pkg_setup() { enewgroup ${PN} @@ -48,9 +45,8 @@ src_prepare() { } src_compile() { - export -n GOCACHE XDG_CACHE_HOME #684052 - export GO111MODULE=on GOFLAGS="-mod=vendor -v -x" GOBIN="${WORKDIR}/${P}/bin" - go install -work ${EGO_BUILD_FLAGS} \ + export GOBIN="${S}/bin" + go install -mod=vendor \ -ldflags="-X main.BuildVersion=${PV} -X main.BuildCommitSha=${EGIT_COMMIT} -X main.BuildDate=$(date +%F-%T)" \ "${EGO_PN}" || die }
[gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
commit: 63d7da228c004d33e8c628c034756f816542ad79 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 10 16:09:06 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 10 17:47:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d7da22 app-office/impressive: Drop 0.13.0_beta1 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/impressive/Manifest | 1 - .../impressive/impressive-0.13.0_beta1.ebuild | 55 -- 2 files changed, 56 deletions(-) diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest index 2b7a7e395d9..fafc98ce8a7 100644 --- a/app-office/impressive/Manifest +++ b/app-office/impressive/Manifest @@ -1,2 +1 @@ -DIST Impressive-0.13.0-beta1a.tar.gz 213098 BLAKE2B c76ce023f9c44865db68d1d2049aba022581d5e62cf027cc4df63ae541a8471867e75749a2f72c8e1f9e2e7ca2640611e090080ac563cff54f521ea47a351304 SHA512 5484f9764848129150d03233a9b270d2c31ec5f5083100662dd3cca85d3c7eadbd23b7d531ad45667410e1a1ea5d97ca1a2f4e8a2449dc730273144e56e8 DIST Impressive-0.13.0-beta2.tar.gz 311905 BLAKE2B fb912ada1f44b2af9bd1eed4c7e1d4bfae5ba42449a9b1a154500a9d892c1070c9da127c8c3cbd35ce033a768a00db359deb1a045996cfeb7253f92d289aed82 SHA512 45c094d30e898a1843869cdcd490315c8280bbe2f5cc58f7695be2f0876075718517a502af16e040981b3f3a8fd955000d9ff76e20850b4bedf52c0d2bbd098e diff --git a/app-office/impressive/impressive-0.13.0_beta1.ebuild b/app-office/impressive/impressive-0.13.0_beta1.ebuild deleted file mode 100644 index f1f11adfb70..000 --- a/app-office/impressive/impressive-0.13.0_beta1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{7,8} ) - -inherit eutils python-r1 - -MY_PN="Impressive" - -DESCRIPTION="Stylish way of giving presentations with Python" -HOMEPAGE="http://impressive.sourceforge.net/"; -SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${PV/_/-}/${MY_PN}-${PV/_/-}a.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="" -RDEPEND="${PYTHON_DEPS} - dev-python/pygame[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - x11-apps/xrandr - app-text/mupdf - || ( media-fonts/dejavu media-fonts/corefonts ) -" - -DOCS=( - changelog.txt - demo.pdf -) -HTML_DOCS=( - impressive.html -) - -S="${WORKDIR}/${MY_PN}-${PV/_/-}a" - -src_install() { - default - python_foreach_impl python_doscript ${PN}.py - doman impressive.1 -} - -pkg_postinst() { - elog "The experience with ${PN} can be enhanced by folowing packages:" - optfeature "starting web or e-mail hyperlinks from PDF documents" x11-misc/xdg-utils - optfeature "sound and video playback" media-video/ffmpeg - optfeature "sound and video playback" media-video/mplayer - optfeature "sound and video playback" media-video/mplayer2 - optfeature "extraction of PDF page titles" app-text/pdftk -}
[gentoo-commits] repo/gentoo:master commit in: app-metrics/process-exporter/
commit: ec89610e618306db9818da064a1b4b34ac9a389b Author: William Hubbs gentoo org> AuthorDate: Fri Jul 10 16:51:10 2020 + Commit: William Hubbs gentoo org> CommitDate: Fri Jul 10 16:51:39 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec89610e app-metrics/process-exporter: 0.7.1 bump Signed-off-by: William Hubbs gentoo.org> app-metrics/process-exporter/Manifest | 37 .../process-exporter/process-exporter-0.7.1.ebuild | 69 ++ 2 files changed, 106 insertions(+) diff --git a/app-metrics/process-exporter/Manifest b/app-metrics/process-exporter/Manifest index 8cdb45f2e46..1919fb9fa6d 100644 --- a/app-metrics/process-exporter/Manifest +++ b/app-metrics/process-exporter/Manifest @@ -1 +1,38 @@ +DIST github.com%2Fbeorn7%2Fperks%2F@v%2Fv0.0.0-20180321164747-3a771d992973.mod 31 BLAKE2B f69b0989e51b0b649f81b044169fe4309f130eba5bcc6ff33aa9666b1b754aa0e524b8c7a627a91000ccc4f93bf93cdee3e97bd3b2184b050878bc3f413f0c72 SHA512 f21fd002853e4435421f8396e6be016f65be1537815c60d23940caf26e3f14dd6f2caac802cb64cd586b1b1f1220b2727de347b3d1816b8e741f68d87ebcf03f +DIST github.com%2Fbeorn7%2Fperks%2F@v%2Fv0.0.0-20180321164747-3a771d992973.zip 15013 BLAKE2B daecbcbb12a60a1423c4f419db44a0d63108fe622cf843593abb16fd75dcea703b3cf56f1c13433959eccbfb2a9bd5640f837f4be3296220366438dd7ed04f86 SHA512 44ccb3d6134742a80ac15830613c169d1b0d43e6ce40c2f2fdea07203bec134e1ba80dc57c6d14a007014ea141dca311b3ebe61b12d2181311665a9ffe83ca39 +DIST github.com%2Fgolang%2Fprotobuf%2F@v%2Fv1.1.0.mod 34 BLAKE2B a4239cba934b6e80714b93d47e88f22ad28ce41d1d984c4261cc3f5f3b857fb28785223fa911b258e2665be2a9d24ffbd925e9e0f374452a2aacd712ad9d5f75 SHA512 e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6 +DIST github.com%2Fgolang%2Fprotobuf%2F@v%2Fv1.1.0.zip 473783 BLAKE2B 78f0e771c6ad1bca65780994413055cb5f83d1b2ba3cf16cf21285c5cee875a2d3eb3ca8d8b57d89899808c76eb5b6c61b32e311bb0d92d45ab91b60168a47ea SHA512 c22665c5f590a415041a302d128a1e0a5606de4b21c8bcb79a77852795fb19bedeef4107b6edeffe87d1fe2295aa26579fd8c8d2b14cd4c960ce7a29138f1e06 +DIST github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.3.1.mod 40 BLAKE2B c717b6aaf18662c20120746a021b0ca878e7b190b3456cab24ec98032390a85b0af8540295e470647d403bf1beb582c8f8a74fa7129c4cbf747257206235c5a5 SHA512 351dc24af135b9c9d714aadce40fe9fa1ec05a35a4df90af79926d5119c3f33a6510ab9d78243748d7dad10bd2178f47d342ea2389972b88d5e9b4be6dee7daa +DIST github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.3.1.zip 99651 BLAKE2B 14632f8da685fecc046b2cc9e61eecca02e7bd4720ebb1d3cd01a299e59d47cc604abc57d5518e18dea69785e3d5d539d87da211279e238a78dd23e3d7f8c7bd SHA512 4b47aa3677a464af17f3e320f41f59e775b45f04cabf2cf749e00ba1aa97e27ee78a07daad347bac4b5c41e2c430634fba57c6edbcd7ad405b5a084142871362 +DIST github.com%2Fkr%2Fpretty%2F@v%2Fv0.1.0.mod 67 BLAKE2B 2e1b4a8a38998179a32db321d331db54f881770a89719410876cdde1799cb8558ca2862bc70838d606540606d05918c4b115cf1c125945a77ed376c2efc4aa85 SHA512 4d841fc7a022e4e09e0a95925ad92a75809a67c30fb88de9190e4a2196383038dab9a5b3294b6a0b4786248977a0e09eea857a34100cbf22f8a52912ce9fa58d +DIST github.com%2Fkr%2Fpretty%2F@v%2Fv0.1.0.zip 11159 BLAKE2B c176e4bc9b5534b0df153e027f22be7d28eefbea1c0adab10979f19d601b95d300c54086b5ee388f453c73b9931339b9b04208fc5e6512385b348c49faff5488 SHA512 bad73f3c47f70de55a90a977a1e2b4a68de545a8425c71533de081c7a8f71d7ab1b489001c56ba2e88dcb78c08804275f7f8128c812f50d005a074ed6dd9286f +DIST github.com%2Fkr%2Fpty%2F@v%2Fv1.1.1.mod 25 BLAKE2B 63db8520df2f699bca5a7ccecc44ee04973307d86099cfe66ded30e2ca1bdd76fc3db48cfca0138673c20c6f94061caf219f018b21b9d67231fe959eef338596 SHA512 967fcdce835c12afbf3b12bb204a256f32d46a3da535e2a7250159f62781a163ee107dd2a4fa20743b76bbf52b97e627e11e895c8d5ef73aede37d6a89e326eb +DIST github.com%2Fkr%2Ftext%2F@v%2Fv0.1.0.mod 64 BLAKE2B 475c51201a379df2cc4ff8c5681b6a7a1524f60d0b8fd0853fef569dea754efabf3425cd4b84e8427db8a6cf3e9b1141d5050d48d5d429cc1ce82162aa70050c SHA512 11d2502a7d241a0edf4e67bcb651a890a12f49d00f8b944cc9eb8f6e9cf5fbb2b2827e696021649bc795ffa275e95ee700e4a1706e03e88fa9ae079f5b9f48ce +DIST github.com%2Fkr%2Ftext%2F@v%2Fv0.1.0.zip 12591 BLAKE2B 944b0b9a802757e78e3dfb11d6c4d79e0e0d90489d49262b7079e6ea4728328457f8773b392c8a618aacb5fdec78948a16cc852eff71ca6f4fb9eb422c03890b SHA512 3f0d00b0545769ad882e25a9a6f30b96ce4b72a8a46bb3c064907c94e2dda4e499eb32354c149f89752f9bc5d1ee5cb2ee5cafa46e2f65ea329fb432d0c0029f +DIST github.com%2Fmatttproud%2Fgolang_protobuf_extensions%2F@v%2Fv1.0.1.mod 56 BLAKE2B 50d2d6dc9c1ee92d629af8c9aae9fe5f70a0c6fe270a95a8232cee3c50132ef90c68218ac64a3b5b72d94e23ecbea5f567fef39a81be3d4585bae3f4f5348545 SHA512 5235188477921a263176fefaffccdaca4bf8175a2e248356a06596e37fa868400203172c7fe9fb80d0a65d335d23d80edefd242657de0eb83d9360589e063bba +DIST github.com%2Fmatttproud%2Fgolang_protobuf_extensions%2F@v%2Fv1.0.1.zip 44378 BLAKE2B 15ccda2b94bb024656859fb8a6968782b9a1bffb786b0b1ed
[gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_tutorials/
commit: df26c322a2e95513a628cd9e5d7afb18bd0508df Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:43:26 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df26c322 ros-meta/ros_tutorials: Bump to 0.10.1. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/ros_tutorials/Manifest| 1 + ros-meta/ros_tutorials/ros_tutorials-0.10.1.ebuild | 21 + 2 files changed, 22 insertions(+) diff --git a/ros-meta/ros_tutorials/Manifest b/ros-meta/ros_tutorials/Manifest index 57c7bd1e9d3..d465e57d307 100644 --- a/ros-meta/ros_tutorials/Manifest +++ b/ros-meta/ros_tutorials/Manifest @@ -1,4 +1,5 @@ DIST ros_tutorials-0.10.0.tar.gz 159486 BLAKE2B 71b6fabb1a85ac9740dfba9f40be318e211d519189f8be05e58bf146b5d22566ea6ddcdca6331366c05e95c314b656c4f5688c4da3d20b1cdce78639a76e14c5 SHA512 dba529965bad64957721c71f1c7b2b60ece085ed0186a107fbec03c231940b19004b3bf9dce5c1ac3dcfe1c339d49a2214811d5227f453b1c3f541076a653048 +DIST ros_tutorials-0.10.1.tar.gz 159522 BLAKE2B b0e045c6ee62cb68dfa977d17125af23d8ef80a619e822d245531a6cb3520a4d53120769e74ae2ba9af2813ce968e0c4fb22b7655eadd13b1a720705a9f75374 SHA512 592edb84f2e0ea80b2757ae890f495e8cb93d867b1bc6d64e6446f28fcffbd48c05703ac30ac29fd184a689f465728a5958d8c747587c756b53341c1d0740684 DIST ros_tutorials-0.6.1.tar.gz 126792 BLAKE2B 5964c8fe5ddc736e9933b89f9c66eae436805ec5c564a2144c1e338537da18b2064e9aba209f25a82b7d88e5b2bd2e1401dbe931614f65544ae2f5170270ff1f SHA512 f09e5451030c0a76a9473020535e79ac06e748f4208109cf83e61526d13472c3390402814a3d145cb793c5418af703cd9959ca57143798d1706185c13d3418c5 DIST ros_tutorials-0.7.0.tar.gz 140125 BLAKE2B 9f1006c933b4cb642f77c8e68ddda92213b9cfd132131b2768c4fe17ef6b1b8bf8da89da3fea2a0692d340d9f0b1e953fb150e2dae9e18de86b59fe50b72cb74 SHA512 b7c51bc007c0bddfb38361750a0225606d9e85a3404d6b21f3a32c8ccb1786844f225a49ad8f525c684c838eff9ec9f7e7c39a15adf5ea5dd187a59c90144711 DIST ros_tutorials-0.7.1.tar.gz 140483 BLAKE2B 8f2d4aee6494476bf7efb2ea35962ea6154485143f108b8e7603a9a1e67cb76f6c87e7b2612cd07ba19c50b44cd7fbbcd89f13f902eafd17c2a0eb8738357050 SHA512 0970e6428af992addfa1af327b2e0a3f85a926c90cfceba89d415acc5404a364164e0dd497c9296f03ac06c575380ad21e83b0cdbf6709c49dc650087145ddaa diff --git a/ros-meta/ros_tutorials/ros_tutorials-0.10.1.ebuild b/ros-meta/ros_tutorials/ros_tutorials-0.10.1.ebuild new file mode 100644 index 000..637d45d75cc --- /dev/null +++ b/ros-meta/ros_tutorials/ros_tutorials-0.10.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/ros_tutorials"; +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Demonstrates various features of ROS, as well as support packages which help demonstrate them" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp_tutorials + dev-ros/rospy_tutorials + dev-ros/turtlesim +" +DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rospy_tutorials/
commit: ba0cf80a1fef965f924104349f8d8293dbd8790c Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:44:47 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0cf80a dev-ros/rospy_tutorials: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rospy_tutorials/Manifest | 3 --- .../rospy_tutorials/rospy_tutorials-0.10.0.ebuild | 23 -- .../rospy_tutorials/rospy_tutorials-0.9.0.ebuild | 23 -- .../rospy_tutorials/rospy_tutorials-0.9.1.ebuild | 23 -- 4 files changed, 72 deletions(-) diff --git a/dev-ros/rospy_tutorials/Manifest b/dev-ros/rospy_tutorials/Manifest index d465e57d307..34994690cf5 100644 --- a/dev-ros/rospy_tutorials/Manifest +++ b/dev-ros/rospy_tutorials/Manifest @@ -1,9 +1,6 @@ -DIST ros_tutorials-0.10.0.tar.gz 159486 BLAKE2B 71b6fabb1a85ac9740dfba9f40be318e211d519189f8be05e58bf146b5d22566ea6ddcdca6331366c05e95c314b656c4f5688c4da3d20b1cdce78639a76e14c5 SHA512 dba529965bad64957721c71f1c7b2b60ece085ed0186a107fbec03c231940b19004b3bf9dce5c1ac3dcfe1c339d49a2214811d5227f453b1c3f541076a653048 DIST ros_tutorials-0.10.1.tar.gz 159522 BLAKE2B b0e045c6ee62cb68dfa977d17125af23d8ef80a619e822d245531a6cb3520a4d53120769e74ae2ba9af2813ce968e0c4fb22b7655eadd13b1a720705a9f75374 SHA512 592edb84f2e0ea80b2757ae890f495e8cb93d867b1bc6d64e6446f28fcffbd48c05703ac30ac29fd184a689f465728a5958d8c747587c756b53341c1d0740684 DIST ros_tutorials-0.6.1.tar.gz 126792 BLAKE2B 5964c8fe5ddc736e9933b89f9c66eae436805ec5c564a2144c1e338537da18b2064e9aba209f25a82b7d88e5b2bd2e1401dbe931614f65544ae2f5170270ff1f SHA512 f09e5451030c0a76a9473020535e79ac06e748f4208109cf83e61526d13472c3390402814a3d145cb793c5418af703cd9959ca57143798d1706185c13d3418c5 DIST ros_tutorials-0.7.0.tar.gz 140125 BLAKE2B 9f1006c933b4cb642f77c8e68ddda92213b9cfd132131b2768c4fe17ef6b1b8bf8da89da3fea2a0692d340d9f0b1e953fb150e2dae9e18de86b59fe50b72cb74 SHA512 b7c51bc007c0bddfb38361750a0225606d9e85a3404d6b21f3a32c8ccb1786844f225a49ad8f525c684c838eff9ec9f7e7c39a15adf5ea5dd187a59c90144711 DIST ros_tutorials-0.7.1.tar.gz 140483 BLAKE2B 8f2d4aee6494476bf7efb2ea35962ea6154485143f108b8e7603a9a1e67cb76f6c87e7b2612cd07ba19c50b44cd7fbbcd89f13f902eafd17c2a0eb8738357050 SHA512 0970e6428af992addfa1af327b2e0a3f85a926c90cfceba89d415acc5404a364164e0dd497c9296f03ac06c575380ad21e83b0cdbf6709c49dc650087145ddaa DIST ros_tutorials-0.8.0.tar.gz 153739 BLAKE2B 0dc7918a2b95a26518d07d753040e381b26c357eb3995a22a429d58c244751d7c58c8736efbab23a6a5ca6903f08e43acf9519f2a534b22fe89ea853b2e3fbff SHA512 269f71ef360f7441e1bfed2c2b3da791ce8018d6ec833a1fb7198d289067359b1e7704e37580c61188cc45034c788f3ca463882f8247a155752ff5c61939d795 DIST ros_tutorials-0.8.1.tar.gz 153831 BLAKE2B c34aec17ffd247554e37abb252848183392864c801dce7e2cae8c66d9fd30fdb12d50163487eff8615593df1532dece6c86303aab0b91d4075c14a9fba652b5a SHA512 f537312a78c27375791e11820f4d3a70433ce200d724d80bc8b417edd3c6dcbbf72abac0e9a98a199da2e3a8dbdec34e81d9106be4f6a5243a6f84d02d9ca668 -DIST ros_tutorials-0.9.0.tar.gz 154992 BLAKE2B d7a45d0adaa1507ae9494ea9590b9c69d3bbececa01f209a93825432b4b362499cde8c966e6734dbd854478e98970c340403ac56cb99a00b07cf9cff8b28fa36 SHA512 7beba72d3f72943ea5402416dc03809576d47d4e76e81d9ed85eba69c1f9a4e5737a91bdac76747f47e9d6459e5dd8e062cc8ec5f2fb9450cdb013b416534e56 -DIST ros_tutorials-0.9.1.tar.gz 155151 BLAKE2B 7371063ef77981892fee54b6b3d29907421f29deece22c6d53ace576717357a9700a2e14a03bd9f24c2285a16b55f5c9665a0da5081ae1599da8df5ec68ba425 SHA512 62a980e9515515496de39aa360df030f0dd8678bbf132d90386775c34e3b54f33a477aaefb65db803dcd704b8fbc61d445617399ac38cc2fa3f3363a6052682f diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.10.0.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.10.0.ebuild deleted file mode 100644 index 31948ff7020..000 --- a/dev-ros/rospy_tutorials/rospy_tutorials-0.10.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros/ros_tutorials"; -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rospy[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.9.0.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.9.0.ebuild deleted file mode 100644 index 4ad7609bac3..000 --- a/dev-ros/rospy_tutorials/rospy_tutorials-0.9.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_server/
commit: c1667ae7749b739131feeca3592dec9d12e54e35 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:37:35 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1667ae7 dev-ros/rosserial_server: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild | 9 + dev-ros/rosserial_server/rosserial_server-.ebuild | 10 ++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild b/dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild index 37c1c17be5d..c3d3ee32e16 100644 --- a/dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild +++ b/dev-ros/rosserial_server/rosserial_server-0.8.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} @@ -15,9 +15,10 @@ IUSE="" RDEPEND=" dev-ros/roscpp - dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/topic_tools dev-libs/boost:=[threads] " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" PATCHES=( "${FILESDIR}/boost170.patch" ) diff --git a/dev-ros/rosserial_server/rosserial_server-.ebuild b/dev-ros/rosserial_server/rosserial_server-.ebuild index db5d7158337..c3d3ee32e16 100644 --- a/dev-ros/rosserial_server/rosserial_server-.ebuild +++ b/dev-ros/rosserial_server/rosserial_server-.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} @@ -15,8 +15,10 @@ IUSE="" RDEPEND=" dev-ros/roscpp - dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/topic_tools dev-libs/boost:=[threads] " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +PATCHES=( "${FILESDIR}/boost170.patch" )
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_client/
commit: b8240daf692402224da48866132c4895be791450 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:40:26 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8240daf dev-ros/rosserial_client: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_client/Manifest | 1 - .../rosserial_client/rosserial_client-0.7.7.ebuild | 23 -- 2 files changed, 24 deletions(-) diff --git a/dev-ros/rosserial_client/Manifest b/dev-ros/rosserial_client/Manifest index 4f9a5462d9a..7642ef7cb1e 100644 --- a/dev-ros/rosserial_client/Manifest +++ b/dev-ros/rosserial_client/Manifest @@ -1,2 +1 @@ -DIST rosserial-0.7.7.tar.gz 155237 BLAKE2B e0e905c9d58face06ceac0e21aa2c72d07961daa5a37f85df6dc39738b27ffa47a9236f2627705c94185891f7d7291dabb80e10fece2eec2c6b76bcbdba7d32a SHA512 fdf880146b7697592288d3f5341f784e2dbadc9639a0b66458709bdee1725e6ca603215296f85e386bc9ad59ca8c3132daf0c33cfb852c10c7c1715c06ff2384 DIST rosserial-0.8.0.tar.gz 312494 BLAKE2B f65d42ebdc47125a7dfb9b3a999f53640812bc9741f43a5b451fbe449d6d23537face7ca148b2b952c401bb439cee05693f5663e423e70d9df3bbde0d07fbb0a SHA512 ee2f4b3b39fd3be47cbaaed7bfbe08057b1525a12f31dd685d80683ec1ddc89ff43157cc0f09583e68ccc6e35009fda73efa8a74dad6c5bba4b46f4ad6a155d0 diff --git a/dev-ros/rosserial_client/rosserial_client-0.7.7.ebuild b/dev-ros/rosserial_client/rosserial_client-0.7.7.ebuild deleted file mode 100644 index 026f55d5918..000 --- a/dev-ros/rosserial_client/rosserial_client-0.7.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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-drivers/rosserial"; -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Generalized client side source for rosserial" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/tf[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rospy_tutorials/
commit: 7cdd82717ba03c70f6704162bb401495c0942279 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:45:07 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdd8271 dev-ros/rospy_tutorials: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rospy_tutorials/Manifest | 5 - .../rospy_tutorials/rospy_tutorials-0.6.1.ebuild | 23 -- .../rospy_tutorials/rospy_tutorials-0.7.0.ebuild | 23 -- .../rospy_tutorials/rospy_tutorials-0.7.1.ebuild | 23 -- .../rospy_tutorials/rospy_tutorials-0.8.0.ebuild | 23 -- .../rospy_tutorials/rospy_tutorials-0.8.1.ebuild | 23 -- 6 files changed, 120 deletions(-) diff --git a/dev-ros/rospy_tutorials/Manifest b/dev-ros/rospy_tutorials/Manifest index 34994690cf5..82eb97f90c3 100644 --- a/dev-ros/rospy_tutorials/Manifest +++ b/dev-ros/rospy_tutorials/Manifest @@ -1,6 +1 @@ DIST ros_tutorials-0.10.1.tar.gz 159522 BLAKE2B b0e045c6ee62cb68dfa977d17125af23d8ef80a619e822d245531a6cb3520a4d53120769e74ae2ba9af2813ce968e0c4fb22b7655eadd13b1a720705a9f75374 SHA512 592edb84f2e0ea80b2757ae890f495e8cb93d867b1bc6d64e6446f28fcffbd48c05703ac30ac29fd184a689f465728a5958d8c747587c756b53341c1d0740684 -DIST ros_tutorials-0.6.1.tar.gz 126792 BLAKE2B 5964c8fe5ddc736e9933b89f9c66eae436805ec5c564a2144c1e338537da18b2064e9aba209f25a82b7d88e5b2bd2e1401dbe931614f65544ae2f5170270ff1f SHA512 f09e5451030c0a76a9473020535e79ac06e748f4208109cf83e61526d13472c3390402814a3d145cb793c5418af703cd9959ca57143798d1706185c13d3418c5 -DIST ros_tutorials-0.7.0.tar.gz 140125 BLAKE2B 9f1006c933b4cb642f77c8e68ddda92213b9cfd132131b2768c4fe17ef6b1b8bf8da89da3fea2a0692d340d9f0b1e953fb150e2dae9e18de86b59fe50b72cb74 SHA512 b7c51bc007c0bddfb38361750a0225606d9e85a3404d6b21f3a32c8ccb1786844f225a49ad8f525c684c838eff9ec9f7e7c39a15adf5ea5dd187a59c90144711 -DIST ros_tutorials-0.7.1.tar.gz 140483 BLAKE2B 8f2d4aee6494476bf7efb2ea35962ea6154485143f108b8e7603a9a1e67cb76f6c87e7b2612cd07ba19c50b44cd7fbbcd89f13f902eafd17c2a0eb8738357050 SHA512 0970e6428af992addfa1af327b2e0a3f85a926c90cfceba89d415acc5404a364164e0dd497c9296f03ac06c575380ad21e83b0cdbf6709c49dc650087145ddaa -DIST ros_tutorials-0.8.0.tar.gz 153739 BLAKE2B 0dc7918a2b95a26518d07d753040e381b26c357eb3995a22a429d58c244751d7c58c8736efbab23a6a5ca6903f08e43acf9519f2a534b22fe89ea853b2e3fbff SHA512 269f71ef360f7441e1bfed2c2b3da791ce8018d6ec833a1fb7198d289067359b1e7704e37580c61188cc45034c788f3ca463882f8247a155752ff5c61939d795 -DIST ros_tutorials-0.8.1.tar.gz 153831 BLAKE2B c34aec17ffd247554e37abb252848183392864c801dce7e2cae8c66d9fd30fdb12d50163487eff8615593df1532dece6c86303aab0b91d4075c14a9fba652b5a SHA512 f537312a78c27375791e11820f4d3a70433ce200d724d80bc8b417edd3c6dcbbf72abac0e9a98a199da2e3a8dbdec34e81d9106be4f6a5243a6f84d02d9ca668 diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.6.1.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.6.1.ebuild deleted file mode 100644 index 57da80ce742..000 --- a/dev-ros/rospy_tutorials/rospy_tutorials-0.6.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros/ros_tutorials"; -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rospy[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.7.0.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.7.0.ebuild deleted file mode 100644 index 57da80ce742..000 --- a/dev-ros/rospy_tutorials/rospy_tutorials-0.7.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros/ros_tutorials"; -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rospy[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.7.1.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.7.1.ebuild deleted file mode 100644 index 490201e139c..000 --- a/d
[gentoo-commits] repo/gentoo:master commit in: dev-ros/roscpp_tutorials/
commit: 1a1495e938fda572400984bf82ca8f865cc0dbec Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:45:57 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1495e9 dev-ros/roscpp_tutorials: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/roscpp_tutorials/roscpp_tutorials-0.10.1.ebuild | 5 ++--- dev-ros/roscpp_tutorials/roscpp_tutorials-.ebuild | 7 +++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-ros/roscpp_tutorials/roscpp_tutorials-0.10.1.ebuild b/dev-ros/roscpp_tutorials/roscpp_tutorials-0.10.1.ebuild index 393ca54867e..73bab99e031 100644 --- a/dev-ros/roscpp_tutorials/roscpp_tutorials-0.10.1.ebuild +++ b/dev-ros/roscpp_tutorials/roscpp_tutorials-0.10.1.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/ros_tutorials"; KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" inherit ros-catkin -DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters" +DESCRIPTION="Attempts to show the features of ROS step-by-step" LICENSE="BSD" SLOT="0" IUSE="" diff --git a/dev-ros/roscpp_tutorials/roscpp_tutorials-.ebuild b/dev-ros/roscpp_tutorials/roscpp_tutorials-.ebuild index 88f93b70af5..73bab99e031 100644 --- a/dev-ros/roscpp_tutorials/roscpp_tutorials-.ebuild +++ b/dev-ros/roscpp_tutorials/roscpp_tutorials-.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/ros_tutorials"; KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" inherit ros-catkin -DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters" +DESCRIPTION="Attempts to show the features of ROS step-by-step" LICENSE="BSD" SLOT="0" IUSE=""
[gentoo-commits] repo/gentoo:master commit in: dev-ros/turtlesim/
commit: f53f3989480d8d3b9f0bf128745b524ac4a58f69 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:43:20 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53f3989 dev-ros/turtlesim: Bump to 0.10.1. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/turtlesim/Manifest| 1 + dev-ros/turtlesim/turtlesim-0.10.1.ebuild | 32 +++ 2 files changed, 33 insertions(+) diff --git a/dev-ros/turtlesim/Manifest b/dev-ros/turtlesim/Manifest index 48d06844c12..baee072ee42 100644 --- a/dev-ros/turtlesim/Manifest +++ b/dev-ros/turtlesim/Manifest @@ -1 +1,2 @@ DIST ros_tutorials-0.10.0.tar.gz 159486 BLAKE2B 71b6fabb1a85ac9740dfba9f40be318e211d519189f8be05e58bf146b5d22566ea6ddcdca6331366c05e95c314b656c4f5688c4da3d20b1cdce78639a76e14c5 SHA512 dba529965bad64957721c71f1c7b2b60ece085ed0186a107fbec03c231940b19004b3bf9dce5c1ac3dcfe1c339d49a2214811d5227f453b1c3f541076a653048 +DIST ros_tutorials-0.10.1.tar.gz 159522 BLAKE2B b0e045c6ee62cb68dfa977d17125af23d8ef80a619e822d245531a6cb3520a4d53120769e74ae2ba9af2813ce968e0c4fb22b7655eadd13b1a720705a9f75374 SHA512 592edb84f2e0ea80b2757ae890f495e8cb93d867b1bc6d64e6446f28fcffbd48c05703ac30ac29fd184a689f465728a5958d8c747587c756b53341c1d0740684 diff --git a/dev-ros/turtlesim/turtlesim-0.10.1.ebuild b/dev-ros/turtlesim/turtlesim-0.10.1.ebuild new file mode 100644 index 000..1f53e6c46ac --- /dev/null +++ b/dev-ros/turtlesim/turtlesim-0.10.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros/ros_tutorials"; +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_HAS_MESSAGES=yes +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/std_srvs dev-ros/geometry_msgs" + +inherit ros-catkin + +DESCRIPTION="Tool made for teaching ROS and ROS packages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-libs/boost:=[threads] + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/roscpp_serialization + dev-ros/roslib + dev-ros/rostime +" +DEPEND="${RDEPEND} + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_arduino/
commit: 16927bad216be7396bea1f4f058b3441b3437434 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:40:50 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16927bad dev-ros/rosserial_arduino: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild | 5 ++--- dev-ros/rosserial_arduino/rosserial_arduino-.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild b/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild index 2891fc8927f..4e8b6cf8a73 100644 --- a/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild +++ b/dev-ros/rosserial_arduino/rosserial_arduino-0.8.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/rosserial_arduino/rosserial_arduino-.ebuild b/dev-ros/rosserial_arduino/rosserial_arduino-.ebuild index fbaa323fda1..4e8b6cf8a73 100644 --- a/dev-ros/rosserial_arduino/rosserial_arduino-.ebuild +++ b/dev-ros/rosserial_arduino/rosserial_arduino-.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_msgs/
commit: cbc139fc21e5f2b2229a06f4eb22960836224e53 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:38:57 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc139fc dev-ros/rosserial_msgs: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_msgs/Manifest| 2 -- dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild | 19 --- dev-ros/rosserial_msgs/rosserial_msgs-0.7.7.ebuild | 19 --- 3 files changed, 40 deletions(-) diff --git a/dev-ros/rosserial_msgs/Manifest b/dev-ros/rosserial_msgs/Manifest index 4c7ccac5194..7642ef7cb1e 100644 --- a/dev-ros/rosserial_msgs/Manifest +++ b/dev-ros/rosserial_msgs/Manifest @@ -1,3 +1 @@ -DIST rosserial-0.7.6.tar.gz 151270 BLAKE2B d4082e2eac6c3b2d80bb7c62b6e830a461b7b379c8bad3ea14e44ca8c054e9c78c9605e6a30f6295cbdefc0c7c57133029ebc9042c2d687e3112a703c69400b8 SHA512 adebd29406644c134ab9216f42c1e84dd245b1b1637e055717dea16e82a559c900726c0f6dd9f61e092a3f137805cc96be6f0b100a59574e0818a0bbfb712ea2 -DIST rosserial-0.7.7.tar.gz 155237 BLAKE2B e0e905c9d58face06ceac0e21aa2c72d07961daa5a37f85df6dc39738b27ffa47a9236f2627705c94185891f7d7291dabb80e10fece2eec2c6b76bcbdba7d32a SHA512 fdf880146b7697592288d3f5341f784e2dbadc9639a0b66458709bdee1725e6ca603215296f85e386bc9ad59ca8c3132daf0c33cfb852c10c7c1715c06ff2384 DIST rosserial-0.8.0.tar.gz 312494 BLAKE2B f65d42ebdc47125a7dfb9b3a999f53640812bc9741f43a5b451fbe449d6d23537face7ca148b2b952c401bb439cee05693f5663e423e70d9df3bbde0d07fbb0a SHA512 ee2f4b3b39fd3be47cbaaed7bfbe08057b1525a12f31dd685d80683ec1ddc89ff43157cc0f09583e68ccc6e35009fda73efa8a74dad6c5bba4b46f4ad6a155d0 diff --git a/dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild b/dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild deleted file mode 100644 index 834f1072d49..000 --- a/dev-ros/rosserial_msgs/rosserial_msgs-0.7.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Messages for automatic topic configuration using rosserial" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" diff --git a/dev-ros/rosserial_msgs/rosserial_msgs-0.7.7.ebuild b/dev-ros/rosserial_msgs/rosserial_msgs-0.7.7.ebuild deleted file mode 100644 index 834f1072d49..000 --- a/dev-ros/rosserial_msgs/rosserial_msgs-0.7.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Messages for automatic topic configuration using rosserial" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_python/
commit: 27842e38568f55bcdaa1deed698b0ced76a28af0 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:38:01 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27842e38 dev-ros/rosserial_python: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_python/rosserial_python-0.8.0.ebuild | 5 ++--- dev-ros/rosserial_python/rosserial_python-.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-ros/rosserial_python/rosserial_python-0.8.0.ebuild b/dev-ros/rosserial_python/rosserial_python-0.8.0.ebuild index 62cd44b9a57..ceba798bc7c 100644 --- a/dev-ros/rosserial_python/rosserial_python-0.8.0.ebuild +++ b/dev-ros/rosserial_python/rosserial_python-0.8.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/rosserial_python/rosserial_python-.ebuild b/dev-ros/rosserial_python/rosserial_python-.ebuild index 354b3e1020b..ceba798bc7c 100644 --- a/dev-ros/rosserial_python/rosserial_python-.ebuild +++ b/dev-ros/rosserial_python/rosserial_python-.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_client/
commit: 710173d2aa9a4d6b99610211d3b50d8b92a58172 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:40:10 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710173d2 dev-ros/rosserial_client: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_client/rosserial_client-0.8.0.ebuild | 5 ++--- dev-ros/rosserial_client/rosserial_client-.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-ros/rosserial_client/rosserial_client-0.8.0.ebuild b/dev-ros/rosserial_client/rosserial_client-0.8.0.ebuild index 11f287e29b4..2d81c3769b3 100644 --- a/dev-ros/rosserial_client/rosserial_client-0.8.0.ebuild +++ b/dev-ros/rosserial_client/rosserial_client-0.8.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/rosserial_client/rosserial_client-.ebuild b/dev-ros/rosserial_client/rosserial_client-.ebuild index 6ed97cf7f78..2d81c3769b3 100644 --- a/dev-ros/rosserial_client/rosserial_client-.ebuild +++ b/dev-ros/rosserial_client/rosserial_client-.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin
[gentoo-commits] repo/gentoo:master commit in: dev-ros/turtlesim/
commit: f2238976849901b72cacbb7758721e95e28cba5d Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:45:29 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2238976 dev-ros/turtlesim: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/turtlesim/Manifest| 1 - dev-ros/turtlesim/turtlesim-0.10.0.ebuild | 32 --- 2 files changed, 33 deletions(-) diff --git a/dev-ros/turtlesim/Manifest b/dev-ros/turtlesim/Manifest index baee072ee42..82eb97f90c3 100644 --- a/dev-ros/turtlesim/Manifest +++ b/dev-ros/turtlesim/Manifest @@ -1,2 +1 @@ -DIST ros_tutorials-0.10.0.tar.gz 159486 BLAKE2B 71b6fabb1a85ac9740dfba9f40be318e211d519189f8be05e58bf146b5d22566ea6ddcdca6331366c05e95c314b656c4f5688c4da3d20b1cdce78639a76e14c5 SHA512 dba529965bad64957721c71f1c7b2b60ece085ed0186a107fbec03c231940b19004b3bf9dce5c1ac3dcfe1c339d49a2214811d5227f453b1c3f541076a653048 DIST ros_tutorials-0.10.1.tar.gz 159522 BLAKE2B b0e045c6ee62cb68dfa977d17125af23d8ef80a619e822d245531a6cb3520a4d53120769e74ae2ba9af2813ce968e0c4fb22b7655eadd13b1a720705a9f75374 SHA512 592edb84f2e0ea80b2757ae890f495e8cb93d867b1bc6d64e6446f28fcffbd48c05703ac30ac29fd184a689f465728a5958d8c747587c756b53341c1d0740684 diff --git a/dev-ros/turtlesim/turtlesim-0.10.0.ebuild b/dev-ros/turtlesim/turtlesim-0.10.0.ebuild deleted file mode 100644 index 1f53e6c46ac..000 --- a/dev-ros/turtlesim/turtlesim-0.10.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros/ros_tutorials"; -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -CATKIN_HAS_MESSAGES=yes -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/std_srvs dev-ros/geometry_msgs" - -inherit ros-catkin - -DESCRIPTION="Tool made for teaching ROS and ROS packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-libs/boost:=[threads] - dev-ros/rosconsole - dev-ros/roscpp - dev-ros/roscpp_serialization - dev-ros/roslib - dev-ros/rostime -" -DEPEND="${RDEPEND} - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -"
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_msgs/
commit: d8acac593cf24fa956398cff7d43dcf728121686 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:38:41 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8acac59 dev-ros/rosserial_msgs: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_msgs/rosserial_msgs-0.8.0.ebuild | 3 +-- dev-ros/rosserial_msgs/rosserial_msgs-.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-ros/rosserial_msgs/rosserial_msgs-0.8.0.ebuild b/dev-ros/rosserial_msgs/rosserial_msgs-0.8.0.ebuild index 834f1072d49..711a0ec3fdf 100644 --- a/dev-ros/rosserial_msgs/rosserial_msgs-0.8.0.ebuild +++ b/dev-ros/rosserial_msgs/rosserial_msgs-0.8.0.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/rosserial_msgs/rosserial_msgs-.ebuild b/dev-ros/rosserial_msgs/rosserial_msgs-.ebuild index 834f1072d49..711a0ec3fdf 100644 --- a/dev-ros/rosserial_msgs/rosserial_msgs-.ebuild +++ b/dev-ros/rosserial_msgs/rosserial_msgs-.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=${PN} inherit ros-catkin
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_arduino/
commit: 2591277fd373c07699d488eb98ab069273dae6f3 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:41:06 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2591277f dev-ros/rosserial_arduino: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_arduino/Manifest | 7 --- .../rosserial_arduino-0.7.1.ebuild | 23 -- .../rosserial_arduino-0.7.2.ebuild | 23 -- .../rosserial_arduino-0.7.3.ebuild | 23 -- .../rosserial_arduino-0.7.4.ebuild | 23 -- .../rosserial_arduino-0.7.5.ebuild | 23 -- .../rosserial_arduino-0.7.6.ebuild | 23 -- .../rosserial_arduino-0.7.7.ebuild | 23 -- 8 files changed, 168 deletions(-) diff --git a/dev-ros/rosserial_arduino/Manifest b/dev-ros/rosserial_arduino/Manifest index 3977edf120a..7642ef7cb1e 100644 --- a/dev-ros/rosserial_arduino/Manifest +++ b/dev-ros/rosserial_arduino/Manifest @@ -1,8 +1 @@ -DIST rosserial-0.7.1.tar.gz 102204 BLAKE2B 86f7bf1387aeef048e97e055a12d6ba94bbfe8e51bd73fa77be9bd9c603f19eb5fa28d461fc00a7614f8a855f3110187d0daf47952b6568b70e851c22002ce5d SHA512 f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5 -DIST rosserial-0.7.2.tar.gz 143811 BLAKE2B 6c72cf06ba4c3def69c53eeddfb9991322d51e8eba3c5095564d8c5ebde8aca866a5a9e9cecbdecd52fb03e50f398662821e5aa5f85f49e97fc299244fac8d1b SHA512 d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd -DIST rosserial-0.7.3.tar.gz 143866 BLAKE2B a2af4bedb91363e7a4960c1e101ead1213a0d1f7742d7150485dd314742471c5ac07d49498788345a664b21e3157d9c8b198ace01d7835cc19031630b502bcc4 SHA512 3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad -DIST rosserial-0.7.4.tar.gz 150244 BLAKE2B 57cc4711f42506587cc6e004f321fe4f4f1ba4e1843a3370ecc50ccb7a26912a4896b31351afaa8e3a02fa07fe7d2b0bb705d248b5a39925873df76c195aaa1f SHA512 a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00 -DIST rosserial-0.7.5.tar.gz 150687 BLAKE2B 08026b17b08747fd9b1e23a693349f30ff8406cc50f0bd0c949b9367a2b8845b821d69d25e3d35ce9e552e9aa423471e62399ef95c17e35849fcfd858eae6d75 SHA512 3c9ce00b3d95f6d29360aee3b45cb35339ba8646f0f43f64cf1c3f2e77a7c9edbb4f85b761a21a0a3e73cdd064a59c98f997f408a6e8526641499420a94c8a36 -DIST rosserial-0.7.6.tar.gz 151270 BLAKE2B d4082e2eac6c3b2d80bb7c62b6e830a461b7b379c8bad3ea14e44ca8c054e9c78c9605e6a30f6295cbdefc0c7c57133029ebc9042c2d687e3112a703c69400b8 SHA512 adebd29406644c134ab9216f42c1e84dd245b1b1637e055717dea16e82a559c900726c0f6dd9f61e092a3f137805cc96be6f0b100a59574e0818a0bbfb712ea2 -DIST rosserial-0.7.7.tar.gz 155237 BLAKE2B e0e905c9d58face06ceac0e21aa2c72d07961daa5a37f85df6dc39738b27ffa47a9236f2627705c94185891f7d7291dabb80e10fece2eec2c6b76bcbdba7d32a SHA512 fdf880146b7697592288d3f5341f784e2dbadc9639a0b66458709bdee1725e6ca603215296f85e386bc9ad59ca8c3132daf0c33cfb852c10c7c1715c06ff2384 DIST rosserial-0.8.0.tar.gz 312494 BLAKE2B f65d42ebdc47125a7dfb9b3a999f53640812bc9741f43a5b451fbe449d6d23537face7ca148b2b952c401bb439cee05693f5663e423e70d9df3bbde0d07fbb0a SHA512 ee2f4b3b39fd3be47cbaaed7bfbe08057b1525a12f31dd685d80683ec1ddc89ff43157cc0f09583e68ccc6e35009fda73efa8a74dad6c5bba4b46f4ad6a155d0 diff --git a/dev-ros/rosserial_arduino/rosserial_arduino-0.7.1.ebuild b/dev-ros/rosserial_arduino/rosserial_arduino-0.7.1.ebuild deleted file mode 100644 index fbaa323fda1..000 --- a/dev-ros/rosserial_arduino/rosserial_arduino-0.7.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Libraries and examples for ROSserial usage on Arduino/AVR Platforms" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/rosserial_client[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/rosserial_arduino/rosserial_arduino-0.7.2.ebuild b/dev-ros/rosserial_arduino/rosserial_arduino-0.7.2.ebuild deleted file mode 100644 index 761476af398..000 --- a/dev-ros/rosserial_arduino/rosserial_arduino-0.7.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 G
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_tivac/
commit: 51327a778f81f67cb4c6569993b12def74a0a56d Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:36:39 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51327a77 dev-ros/rosserial_tivac: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_tivac/Manifest| 6 -- .../rosserial_tivac/rosserial_tivac-0.7.2.ebuild| 21 - .../rosserial_tivac/rosserial_tivac-0.7.3.ebuild| 21 - .../rosserial_tivac/rosserial_tivac-0.7.4.ebuild| 21 - .../rosserial_tivac/rosserial_tivac-0.7.5.ebuild| 21 - .../rosserial_tivac/rosserial_tivac-0.7.6.ebuild| 21 - .../rosserial_tivac/rosserial_tivac-0.7.7.ebuild| 21 - 7 files changed, 132 deletions(-) diff --git a/dev-ros/rosserial_tivac/Manifest b/dev-ros/rosserial_tivac/Manifest index 8e126b19be0..7642ef7cb1e 100644 --- a/dev-ros/rosserial_tivac/Manifest +++ b/dev-ros/rosserial_tivac/Manifest @@ -1,7 +1 @@ -DIST rosserial-0.7.2.tar.gz 143811 BLAKE2B 6c72cf06ba4c3def69c53eeddfb9991322d51e8eba3c5095564d8c5ebde8aca866a5a9e9cecbdecd52fb03e50f398662821e5aa5f85f49e97fc299244fac8d1b SHA512 d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd -DIST rosserial-0.7.3.tar.gz 143866 BLAKE2B a2af4bedb91363e7a4960c1e101ead1213a0d1f7742d7150485dd314742471c5ac07d49498788345a664b21e3157d9c8b198ace01d7835cc19031630b502bcc4 SHA512 3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad -DIST rosserial-0.7.4.tar.gz 150244 BLAKE2B 57cc4711f42506587cc6e004f321fe4f4f1ba4e1843a3370ecc50ccb7a26912a4896b31351afaa8e3a02fa07fe7d2b0bb705d248b5a39925873df76c195aaa1f SHA512 a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00 -DIST rosserial-0.7.5.tar.gz 150687 BLAKE2B 08026b17b08747fd9b1e23a693349f30ff8406cc50f0bd0c949b9367a2b8845b821d69d25e3d35ce9e552e9aa423471e62399ef95c17e35849fcfd858eae6d75 SHA512 3c9ce00b3d95f6d29360aee3b45cb35339ba8646f0f43f64cf1c3f2e77a7c9edbb4f85b761a21a0a3e73cdd064a59c98f997f408a6e8526641499420a94c8a36 -DIST rosserial-0.7.6.tar.gz 151270 BLAKE2B d4082e2eac6c3b2d80bb7c62b6e830a461b7b379c8bad3ea14e44ca8c054e9c78c9605e6a30f6295cbdefc0c7c57133029ebc9042c2d687e3112a703c69400b8 SHA512 adebd29406644c134ab9216f42c1e84dd245b1b1637e055717dea16e82a559c900726c0f6dd9f61e092a3f137805cc96be6f0b100a59574e0818a0bbfb712ea2 -DIST rosserial-0.7.7.tar.gz 155237 BLAKE2B e0e905c9d58face06ceac0e21aa2c72d07961daa5a37f85df6dc39738b27ffa47a9236f2627705c94185891f7d7291dabb80e10fece2eec2c6b76bcbdba7d32a SHA512 fdf880146b7697592288d3f5341f784e2dbadc9639a0b66458709bdee1725e6ca603215296f85e386bc9ad59ca8c3132daf0c33cfb852c10c7c1715c06ff2384 DIST rosserial-0.8.0.tar.gz 312494 BLAKE2B f65d42ebdc47125a7dfb9b3a999f53640812bc9741f43a5b451fbe449d6d23537face7ca148b2b952c401bb439cee05693f5663e423e70d9df3bbde0d07fbb0a SHA512 ee2f4b3b39fd3be47cbaaed7bfbe08057b1525a12f31dd685d80683ec1ddc89ff43157cc0f09583e68ccc6e35009fda73efa8a74dad6c5bba4b46f4ad6a155d0 diff --git a/dev-ros/rosserial_tivac/rosserial_tivac-0.7.2.ebuild b/dev-ros/rosserial_tivac/rosserial_tivac-0.7.2.ebuild deleted file mode 100644 index 5d2f2974c2a..000 --- a/dev-ros/rosserial_tivac/rosserial_tivac-0.7.2.ebuild +++ /dev/null @@ -1,21 +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-drivers/rosserial"; -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Definitions for rosserial_client targets for TivaC Launchpad evaluation boards." -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rosserial_client[${PYTHON_USEDEP}] - dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/rosserial_tivac/rosserial_tivac-0.7.3.ebuild b/dev-ros/rosserial_tivac/rosserial_tivac-0.7.3.ebuild deleted file mode 100644 index 5d2f2974c2a..000 --- a/dev-ros/rosserial_tivac/rosserial_tivac-0.7.3.ebuild +++ /dev/null @@ -1,21 +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-drivers/rosserial"; -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Definitions for rosserial_client targets for TivaC Launchpad evaluation boards." -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rosserial_client[${PYTHON_USEDEP}] - dev-ros/rosserial_msgs[${CATKI
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_windows/
commit: 02e64f974447cab98d4b6f8cf089fd5e0faed08a Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:35:35 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:42 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e64f97 dev-ros/rosserial_windows: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_windows/rosserial_windows-0.8.0.ebuild | 5 ++--- dev-ros/rosserial_windows/rosserial_windows-.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-ros/rosserial_windows/rosserial_windows-0.8.0.ebuild b/dev-ros/rosserial_windows/rosserial_windows-0.8.0.ebuild index b63ed837d2d..1086ecffa1c 100644 --- a/dev-ros/rosserial_windows/rosserial_windows-0.8.0.ebuild +++ b/dev-ros/rosserial_windows/rosserial_windows-0.8.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/rosserial_windows/rosserial_windows-.ebuild b/dev-ros/rosserial_windows/rosserial_windows-.ebuild index 384c64cf4b1..1086ecffa1c 100644 --- a/dev-ros/rosserial_windows/rosserial_windows-.ebuild +++ b/dev-ros/rosserial_windows/rosserial_windows-.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-drivers/rosserial"; CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin
[gentoo-commits] repo/gentoo:master commit in: dev-ros/rospy_tutorials/
commit: ea5f9c1a2f79efb740aa15d3235d401482134800 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:43:14 2020 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5f9c1a dev-ros/rospy_tutorials: Bump to 0.10.1. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rospy_tutorials/Manifest | 1 + .../rospy_tutorials/rospy_tutorials-0.10.1.ebuild | 23 ++ 2 files changed, 24 insertions(+) diff --git a/dev-ros/rospy_tutorials/Manifest b/dev-ros/rospy_tutorials/Manifest index 57c7bd1e9d3..d465e57d307 100644 --- a/dev-ros/rospy_tutorials/Manifest +++ b/dev-ros/rospy_tutorials/Manifest @@ -1,4 +1,5 @@ DIST ros_tutorials-0.10.0.tar.gz 159486 BLAKE2B 71b6fabb1a85ac9740dfba9f40be318e211d519189f8be05e58bf146b5d22566ea6ddcdca6331366c05e95c314b656c4f5688c4da3d20b1cdce78639a76e14c5 SHA512 dba529965bad64957721c71f1c7b2b60ece085ed0186a107fbec03c231940b19004b3bf9dce5c1ac3dcfe1c339d49a2214811d5227f453b1c3f541076a653048 +DIST ros_tutorials-0.10.1.tar.gz 159522 BLAKE2B b0e045c6ee62cb68dfa977d17125af23d8ef80a619e822d245531a6cb3520a4d53120769e74ae2ba9af2813ce968e0c4fb22b7655eadd13b1a720705a9f75374 SHA512 592edb84f2e0ea80b2757ae890f495e8cb93d867b1bc6d64e6446f28fcffbd48c05703ac30ac29fd184a689f465728a5958d8c747587c756b53341c1d0740684 DIST ros_tutorials-0.6.1.tar.gz 126792 BLAKE2B 5964c8fe5ddc736e9933b89f9c66eae436805ec5c564a2144c1e338537da18b2064e9aba209f25a82b7d88e5b2bd2e1401dbe931614f65544ae2f5170270ff1f SHA512 f09e5451030c0a76a9473020535e79ac06e748f4208109cf83e61526d13472c3390402814a3d145cb793c5418af703cd9959ca57143798d1706185c13d3418c5 DIST ros_tutorials-0.7.0.tar.gz 140125 BLAKE2B 9f1006c933b4cb642f77c8e68ddda92213b9cfd132131b2768c4fe17ef6b1b8bf8da89da3fea2a0692d340d9f0b1e953fb150e2dae9e18de86b59fe50b72cb74 SHA512 b7c51bc007c0bddfb38361750a0225606d9e85a3404d6b21f3a32c8ccb1786844f225a49ad8f525c684c838eff9ec9f7e7c39a15adf5ea5dd187a59c90144711 DIST ros_tutorials-0.7.1.tar.gz 140483 BLAKE2B 8f2d4aee6494476bf7efb2ea35962ea6154485143f108b8e7603a9a1e67cb76f6c87e7b2612cd07ba19c50b44cd7fbbcd89f13f902eafd17c2a0eb8738357050 SHA512 0970e6428af992addfa1af327b2e0a3f85a926c90cfceba89d415acc5404a364164e0dd497c9296f03ac06c575380ad21e83b0cdbf6709c49dc650087145ddaa diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild new file mode 100644 index 000..31948ff7020 --- /dev/null +++ b/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/ros_tutorials"; +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_HAS_MESSAGES=yes +PYTHON_COMPAT=( python2_7 ) +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Attempts to show the features of ROS step-by-step, including using messages, servers, parameters" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"