From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: /
Date: Thu, 7 Oct 2021 19:03:29 +0000 (UTC) [thread overview]
Message-ID: <1633632948.b734a6418f3fd689fa24d2e5ad72725756295278.gyakovlev@gentoo> (raw)
commit: b734a6418f3fd689fa24d2e5ad72725756295278
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 7 18:55:31 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 7 18:55:48 2021 +0000
URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=b734a641
cargo-ebuild-template.tera: add template for bumps
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
cargo-ebuild-template.tera | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/cargo-ebuild-template.tera b/cargo-ebuild-template.tera
new file mode 100644
index 0000000..c10a25b
--- /dev/null
+++ b/cargo-ebuild-template.tera
@@ -0,0 +1,37 @@
+{% extends "base.tera" %}
+{%- block header -%}
+# Copyright 2017-{{ this_year }} Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Auto-Generated by cargo-ebuild {{ cargo_ebuild_ver }}
+{% endblock %}
+
+{% set homepage = 'https://github.com/gentoo/cargo-ebuild' %}
+HOMEPAGE={%- block homepage -%}"{{ homepage }}"{%- endblock %}
+SRC_URI={%- block src_uri -%}{% raw -%}"https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2
+ $(cargo_crate_uris)"{%- endraw %}{%- endblock %}
+KEYWORDS={% block keyword -%}"~amd64 ~arm64 ~ppc64"{%- endblock %}
+
+{% block variables %}
+DEPEND="
+ dev-libs/libgit2:=
+ dev-libs/openssl:0=
+ net-libs/libssh2:=
+"
+
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="usr/bin/cargo-ebuild"
+{% endblock %}
+
+{% block phases %}
+src_configure() {
+ export LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 PKG_CONFIG_ALLOW_CROSS=1
+ cargo_src_configure
+}
+
+src_install() {
+ cargo_src_install
+ einstalldocs
+}
+{% endblock %}
next reply other threads:[~2021-10-07 19:03 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-07 19:03 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-04 20:23 [gentoo-commits] proj/cargo-ebuild:master commit in: / Georgy Yakovlev
2023-01-04 20:23 Georgy Yakovlev
2023-01-04 19:51 Georgy Yakovlev
2023-01-04 19:51 Georgy Yakovlev
2022-11-08 19:50 Georgy Yakovlev
2022-07-27 17:40 Georgy Yakovlev
2022-07-27 17:40 Georgy Yakovlev
2022-04-08 1:14 Georgy Yakovlev
2022-04-08 0:56 Georgy Yakovlev
2022-04-08 0:56 Georgy Yakovlev
2022-04-08 0:56 Georgy Yakovlev
2022-04-08 0:56 Georgy Yakovlev
2021-10-07 19:03 Georgy Yakovlev
2021-10-07 19:03 Georgy Yakovlev
2021-10-07 17:26 Georgy Yakovlev
2021-10-07 16:25 Georgy Yakovlev
2021-10-07 16:23 Georgy Yakovlev
2021-10-07 16:23 Georgy Yakovlev
2021-08-26 7:51 Georgy Yakovlev
2021-08-26 7:51 Georgy Yakovlev
2021-08-25 15:35 Georgy Yakovlev
2021-08-25 15:35 Georgy Yakovlev
2021-08-25 15:35 Georgy Yakovlev
2021-08-02 6:57 Georgy Yakovlev
2021-06-19 22:34 Georgy Yakovlev
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=1633632948.b734a6418f3fd689fa24d2e5ad72725756295278.gyakovlev@gentoo \
--to=gyakovlev@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