commit: ef11eb19620f4a76b84ab3cf21a296723bd3498f Author: Steffen Winter <steffen.winter <AT> proton <DOT> me> AuthorDate: Tue Mar 26 11:21:38 2024 +0000 Commit: Steffen Winter <stffn.mobil <AT> freenet <DOT> de> CommitDate: Tue Mar 26 11:21:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef11eb19
dev-vcs/jj: update DESCRIPTION Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me> dev-vcs/jj/jj-0.14.0.ebuild | 2 +- dev-vcs/jj/metadata.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/dev-vcs/jj/jj-0.14.0.ebuild b/dev-vcs/jj/jj-0.14.0.ebuild index 900ed4dd06..68e9774c23 100644 --- a/dev-vcs/jj/jj-0.14.0.ebuild +++ b/dev-vcs/jj/jj-0.14.0.ebuild @@ -361,7 +361,7 @@ CRATES=" inherit cargo -DESCRIPTION="jj" +DESCRIPTION="A Git-compatible VCS that is both simple and powerful" # Double check the homepage as the cargo_metadata crate # does not provide this value so instead repository is used HOMEPAGE="https://github.com/martinvonz/jj" diff --git a/dev-vcs/jj/metadata.xml b/dev-vcs/jj/metadata.xml new file mode 100644 index 0000000000..1b5a5c9382 --- /dev/null +++ b/dev-vcs/jj/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Steffen Winter</name> + </maintainer> + <upstream> + <remote-id type="github">martinvonz/jj</remote-id> + </upstream> +</pkgmetadata>
