diff options
author | Daniel Mueller <deso@posteo.net> | 2020-08-08 09:34:36 -0700 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-13 00:11:31 +0200 |
commit | 65097e72e6f1806dcc9c068d91e3cf384cafe0c1 (patch) | |
tree | e068ad06eae4bb47b06af88b82dc67dca20ea97a /dev-util/cargo-ebuild/cargo-ebuild-0.3.1.ebuild | |
parent | dev-vcs/git-lfs: Update live ebuild (diff) | |
download | gentoo-65097e72e6f1806dcc9c068d91e3cf384cafe0c1.tar.gz gentoo-65097e72e6f1806dcc9c068d91e3cf384cafe0c1.tar.bz2 gentoo-65097e72e6f1806dcc9c068d91e3cf384cafe0c1.zip |
dev-util/cargo-ebuild: Bump version to 0.3.1
Version 0.3.1 of cargo-ebuild seems to have fixed a couple of
shortcomings. Bump the version to get these improvements.
Signed-off-by: Daniel Müller <deso@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/17054
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-util/cargo-ebuild/cargo-ebuild-0.3.1.ebuild')
-rw-r--r-- | dev-util/cargo-ebuild/cargo-ebuild-0.3.1.ebuild | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.3.1.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.3.1.ebuild new file mode 100644 index 000000000000..48d0c5a41348 --- /dev/null +++ b/dev-util/cargo-ebuild/cargo-ebuild-0.3.1.ebuild @@ -0,0 +1,66 @@ +# Copyright 2017-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Auto-Generated by cargo-ebuild 0.3.1 + +EAPI=7 + +CRATES=" +ansi_term-0.11.0 +anyhow-1.0.31 +atty-0.2.14 +bitflags-1.2.1 +cargo-ebuild-0.3.1 +cargo_metadata-0.9.1 +clap-2.33.1 +either-1.5.3 +heck-0.3.1 +hermit-abi-0.1.14 +itertools-0.8.2 +itoa-0.4.6 +lazy_static-1.4.0 +libc-0.2.71 +proc-macro-error-1.0.2 +proc-macro-error-attr-1.0.2 +proc-macro2-1.0.18 +quote-1.0.7 +ryu-1.0.5 +semver-0.9.0 +semver-parser-0.7.0 +serde-1.0.112 +serde_derive-1.0.112 +serde_json-1.0.55 +strsim-0.8.0 +structopt-0.3.15 +structopt-derive-0.4.8 +syn-1.0.31 +syn-mid-0.5.0 +textwrap-0.11.0 +time-0.1.43 +unicode-segmentation-1.6.0 +unicode-width-0.1.7 +unicode-xid-0.2.0 +vec_map-0.8.2 +version_check-0.9.2 +winapi-0.3.8 +winapi-i686-pc-windows-gnu-0.4.0 +winapi-x86_64-pc-windows-gnu-0.4.0 +" + +inherit cargo + +DESCRIPTION="Generates an ebuild for a package using the in-tree eclasses." +# Double check the homepage as the cargo_metadata crate +# does not provide this value so instead repository is used +HOMEPAGE="https://github.com/cardoe/cargo-ebuild" +SRC_URI="$(cargo_crate_uris ${CRATES})" +RESTRICT="mirror" +# License set may be more restrictive as OR is not respected +# use cargo-license for a more accurate license picture +LICENSE="Apache-2.0 Boost-1.0 MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64" +IUSE="" + +DEPEND="" +RDEPEND="" |