public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/
Date: Mon,  1 Mar 2021 18:06:20 +0000 (UTC)	[thread overview]
Message-ID: <1614621310.ffb953cd791d32e19aa9ece184205f7779f2ea21.whissi@gentoo> (raw)

commit:     ffb953cd791d32e19aa9ece184205f7779f2ea21
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  1 17:55:10 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar  1 17:55:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb953cd

dev-util/cbindgen: bump to v0.18.0

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-util/cbindgen/Manifest               |  1 +
 dev-util/cbindgen/cbindgen-0.18.0.ebuild | 68 ++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/dev-util/cbindgen/Manifest b/dev-util/cbindgen/Manifest
index 38d4194062c..d488084bc40 100644
--- a/dev-util/cbindgen/Manifest
+++ b/dev-util/cbindgen/Manifest
@@ -3,6 +3,7 @@ DIST atty-0.2.14.crate 5470 BLAKE2B 2db856a9e898a430258f059aeaf7c844a153293e8856
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a SHA512 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b SHA512 ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST cbindgen-0.17.0.crate 180231 BLAKE2B e272dfa70c13535b01cc9d938f6240088edb91a643c017929586a402071b2dcc234c9019322d5dd1c294743da13d477b3c86a6af804132912670184671a481ce SHA512 ea8adaa6cc1d681ef28391e1a3b001c250d9a90a9961d02d6666582d7d98c79333ba02ef3ff8df6bf375f0c371e72aed1b8bc60aade26d36ab74ce1bbe70f545
+DIST cbindgen-0.18.0.crate 180380 BLAKE2B f12f95a3e7c9af2ad933e7cf51248eaf5a30816f8aa5a160b8e7decffffc9fadf90a9bb832690be51639209470e4644154525b6cd6e51dc0a03dbea53a7e0595 SHA512 5d09c5720f5157239228f8570b18c33057cfd7e68f453d9e31bd5eb69541e21a348bbe9116c3387a00425803c6ae8eab9b2b97359fb275f5a7fb982974008909
 DIST cfg-if-0.1.10.crate 7933 BLAKE2B 063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8 SHA512 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
 DIST clap-2.33.3.crate 201925 BLAKE2B bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25 SHA512 3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
 DIST cloudabi-0.0.3.crate 22156 BLAKE2B e12054fd474754031f8f5038d5e2829e1586db974d38230cfd8774db591a58dfdcaea9fb61fc0b35366889d348b2c73ceaabbb462f1abeeffeaab167013c986f SHA512 691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c

diff --git a/dev-util/cbindgen/cbindgen-0.18.0.ebuild b/dev-util/cbindgen/cbindgen-0.18.0.ebuild
new file mode 100644
index 00000000000..b0bfaa54fad
--- /dev/null
+++ b/dev-util/cbindgen/cbindgen-0.18.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2017-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+CRATES="
+ansi_term-0.11.0
+atty-0.2.14
+autocfg-1.0.1
+bitflags-1.2.1
+cbindgen-0.18.0
+cfg-if-0.1.10
+clap-2.33.3
+cloudabi-0.0.3
+getrandom-0.1.15
+hashbrown-0.9.1
+heck-0.3.1
+hermit-abi-0.1.16
+indexmap-1.6.0
+itoa-0.4.6
+lazy_static-1.4.0
+libc-0.2.77
+lock_api-0.3.4
+log-0.4.11
+parking_lot-0.10.2
+parking_lot_core-0.7.2
+ppv-lite86-0.2.9
+proc-macro2-1.0.21
+quote-1.0.7
+rand-0.7.3
+rand_chacha-0.2.2
+rand_core-0.5.1
+rand_hc-0.2.0
+redox_syscall-0.1.57
+remove_dir_all-0.5.3
+ryu-1.0.5
+scopeguard-1.1.0
+serde-1.0.116
+serde_derive-1.0.116
+serde_json-1.0.57
+serial_test-0.5.0
+serial_test_derive-0.5.0
+smallvec-1.4.2
+strsim-0.8.0
+syn-1.0.41
+tempfile-3.1.0
+textwrap-0.11.0
+toml-0.5.6
+unicode-segmentation-1.6.0
+unicode-width-0.1.8
+unicode-xid-0.2.1
+vec_map-0.8.2
+wasi-0.9.0+wasi-snapshot-preview1
+winapi-0.3.9
+winapi-i686-pc-windows-gnu-0.4.0
+winapi-x86_64-pc-windows-gnu-0.4.0
+"
+
+inherit cargo
+
+DESCRIPTION="A tool for generating C bindings to Rust code"
+HOMEPAGE="https://github.com/eqrion/cbindgen/"
+SRC_URI="$(cargo_crate_uris ${CRATES})"
+LICENSE="MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+RESTRICT="test"
+QA_FLAGS_IGNORED="usr/bin/cbindgen"


             reply	other threads:[~2021-03-01 18:06 UTC|newest]

Thread overview: 107+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01 18:06 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-21 19:38 [gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/ Sam James
2025-02-21 15:34 Arthur Zamarin
2025-02-21 15:34 Arthur Zamarin
2025-02-21 14:31 Joonas Niilola
2025-02-21 14:31 Joonas Niilola
2025-01-16  8:09 Joonas Niilola
2024-12-14  7:13 Joonas Niilola
2024-11-27 19:42 Sam James
2024-09-21 11:39 Arthur Zamarin
2024-09-21  9:12 Joonas Niilola
2024-09-21  9:12 Joonas Niilola
2024-08-11  8:29 Joonas Niilola
2023-12-08  6:50 Joonas Niilola
2023-11-10 15:52 Arthur Zamarin
2023-11-10 12:01 Arthur Zamarin
2023-11-10  7:34 Joonas Niilola
2023-11-10  7:34 Joonas Niilola
2023-10-07  7:37 Joonas Niilola
2023-10-07  6:20 Joonas Niilola
2023-10-02 10:48 Sam James
2023-10-02 10:14 Arthur Zamarin
2023-10-02  6:23 Joonas Niilola
2023-10-02  6:23 Joonas Niilola
2023-08-28  6:54 WANG Xuerui
2023-07-22 14:13 Joonas Niilola
2023-05-03  5:21 Joonas Niilola
2022-12-14  0:10 Georgy Yakovlev
2022-07-16  6:19 Joonas Niilola
2022-07-14  7:05 Agostino Sarubbo
2022-07-13 15:13 Joonas Niilola
2022-07-13 15:13 Joonas Niilola
2022-06-10  6:22 Joonas Niilola
2022-06-09 18:15 Joonas Niilola
2022-06-09 18:15 Joonas Niilola
2022-06-09 18:15 Joonas Niilola
2022-06-09 18:15 Joonas Niilola
2022-06-09 13:48 Joonas Niilola
2022-06-05  6:18 Joonas Niilola
2022-06-03 21:30 Jakov Smolić
2022-06-03 10:18 Joonas Niilola
2022-06-03 10:18 Joonas Niilola
2022-04-22  6:18 Joonas Niilola
2022-04-20  5:08 Joonas Niilola
2022-03-28  7:11 Joonas Niilola
2022-01-15 11:46 Joonas Niilola
2021-12-29  6:38 Yixun Lan
2021-09-06 16:03 Thomas Deutschmann
2021-07-29 16:06 Thomas Deutschmann
2021-05-18  0:18 Thomas Deutschmann
2021-05-18  0:18 Thomas Deutschmann
2021-04-10 22:27 Thomas Deutschmann
2021-03-22 20:55 Thomas Deutschmann
2021-03-22 20:55 Thomas Deutschmann
2021-03-01 18:06 Thomas Deutschmann
2021-02-23 20:30 Thomas Deutschmann
2021-02-04 18:56 Thomas Deutschmann
2021-02-01 15:01 Thomas Deutschmann
2021-02-01 15:01 Thomas Deutschmann
2021-01-22 14:48 Thomas Deutschmann
2021-01-22  0:06 Thomas Deutschmann
2020-10-22 13:17 Thomas Deutschmann
2020-10-22 13:17 Thomas Deutschmann
2020-10-12 23:12 Thomas Deutschmann
2020-10-04 17:33 Thomas Deutschmann
2020-10-04 17:33 Thomas Deutschmann
2020-09-30 23:49 Thomas Deutschmann
2020-09-28  0:13 Georgy Yakovlev
2020-09-13 23:22 Thomas Deutschmann
2020-09-13 23:22 Thomas Deutschmann
2020-08-23 20:46 Thomas Deutschmann
2020-07-27 14:24 Thomas Deutschmann
2020-07-27 14:24 Thomas Deutschmann
2020-07-14 10:50 Sam James
2020-07-10 14:17 Sam James
2020-06-26 21:07 Thomas Deutschmann
2020-05-23 21:48 Thomas Deutschmann
2020-05-23 21:48 Thomas Deutschmann
2020-05-03 16:01 Thomas Deutschmann
2020-04-06 19:52 Thomas Deutschmann
2020-04-06 19:52 Thomas Deutschmann
2020-03-30  1:18 Thomas Deutschmann
2020-03-11 21:47 Thomas Deutschmann
2020-03-11 21:47 Thomas Deutschmann
2020-02-11 18:46 Thomas Deutschmann
2020-02-11 18:46 Thomas Deutschmann
2020-02-11 18:46 Thomas Deutschmann
2020-01-24 21:31 Thomas Deutschmann
2020-01-07 20:20 Thomas Deutschmann
2019-12-11 14:59 Thomas Deutschmann
2019-12-03 17:53 Thomas Deutschmann
2019-11-05 19:29 Thomas Deutschmann
2019-10-06 11:41 Thomas Deutschmann
2019-10-06 11:41 Thomas Deutschmann
2019-09-22 23:18 Aaron Bauman
2019-09-13 17:54 Mikle Kolyada
2019-09-07 21:07 Thomas Deutschmann
2019-09-03 11:35 Thomas Deutschmann
2019-08-10 21:59 Aaron Bauman
2019-07-24 20:49 Thomas Deutschmann
2019-06-30 19:39 Thomas Deutschmann
2019-05-23 19:13 Thomas Deutschmann
2019-03-08 22:50 Thomas Deutschmann
2019-01-30 15:37 Thomas Deutschmann
2019-01-29 14:37 Thomas Deutschmann
2018-10-31 19:41 Thomas Deutschmann
2018-10-22 22:13 Thomas Deutschmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1614621310.ffb953cd791d32e19aa9ece184205f7779f2ea21.whissi@gentoo \
    --to=whissi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox