diff options
author | 2021-03-18 09:08:30 +0800 | |
---|---|---|
committer | 2021-03-19 11:41:27 +0800 | |
commit | 300ca15b52e08471e02602f7422010f1e05d166a (patch) | |
tree | 3e3488c86fc8840dd26df46c511d47595327c451 /dev-vcs/git-publish/metadata.xml | |
parent | x11-wm/muffin: fix build with slibtool (diff) | |
download | gentoo-300ca15b52e08471e02602f7422010f1e05d166a.tar.gz gentoo-300ca15b52e08471e02602f7422010f1e05d166a.tar.bz2 gentoo-300ca15b52e08471e02602f7422010f1e05d166a.zip |
dev-vcs/git-publish: add version 1.7.0
git-pushlish make it easy to send patches
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs/git-publish/metadata.xml')
-rw-r--r-- | dev-vcs/git-publish/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-vcs/git-publish/metadata.xml b/dev-vcs/git-publish/metadata.xml new file mode 100644 index 000000000000..b97d2e99f3b7 --- /dev/null +++ b/dev-vcs/git-publish/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <longdescription> + git-publish prepares patches and stores them as git tags for future reference. + It works with individual patches as well as patch series. Revision numbering + is handled automatically. + </longdescription> + <maintainer type="person"> + <email>dlan@gentoo.org</email> + <name>Yixun Lan</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">stefanha/git-publish</remote-id> + </upstream> +</pkgmetadata> |