From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pram/
Date: Mon, 18 Mar 2019 19:19:25 +0000 (UTC) [thread overview]
Message-ID: <1552936755.7de23c3b781c1b1dc0b4144485b5032e247b845c.mgorny@gentoo> (raw)
commit: 7de23c3b781c1b1dc0b4144485b5032e247b845c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 19:13:20 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 19:19:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de23c3b
app-portage/pram: Initial version of PR merging tool
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/pram/Manifest | 1 +
app-portage/pram/metadata.xml | 16 ++++++++++++++++
app-portage/pram/pram-1.ebuild | 23 +++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
new file mode 100644
index 00000000000..9f9ba803d9b
--- /dev/null
+++ b/app-portage/pram/Manifest
@@ -0,0 +1 @@
+DIST pram-1.tar.gz 3759 BLAKE2B da8670ceb689893bde486f6b7332dae8f793b945c71034354853195c4639c2a515533f56fd5ea67b91aba550219cde0a50d7c4c7e60bfeda1877904ecb4e2872 SHA512 fb0d2a2b177973d710d2e68eda82101d64e573e9d90e6aeb2a7bf2be86bcba01b4047c857d6d29d40a5768490a8f999aa001e7e5e45022cf2d1c08bed8ee8d44
diff --git a/app-portage/pram/metadata.xml b/app-portage/pram/metadata.xml
new file mode 100644
index 00000000000..af57dcce87b
--- /dev/null
+++ b/app-portage/pram/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <bugs-to>https://github.com/mgorny/pram/issues/</bugs-to>
+ <remote-id type="github">mgorny/pram</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-portage/pram/pram-1.ebuild b/app-portage/pram/pram-1.ebuild
new file mode 100644
index 00000000000..718e513c9cd
--- /dev/null
+++ b/app-portage/pram/pram-1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Tool to ease merging Pull Requests and git patches"
+HOMEPAGE="https://github.com/mgorny/pram"
+SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-vcs/git
+ net-misc/wget[ssl]
+ virtual/editor
+ !dev-perl/Gentoo-App-Pram"
+
+src_install() {
+ dobin pram
+ einstalldocs
+}
next reply other threads:[~2019-03-18 19:19 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-18 19:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-03-22 7:40 [gentoo-commits] repo/gentoo:master commit in: app-portage/pram/ Michał Górny
2019-03-22 10:20 Michał Górny
2019-04-07 7:27 Michał Górny
2019-04-07 7:27 Michał Górny
2019-04-10 15:07 Michał Górny
2019-04-19 4:55 Michał Górny
2019-04-19 4:55 Michał Górny
2019-04-19 16:38 Aaron Bauman
2019-04-27 13:49 Michał Górny
2019-04-28 20:34 Thomas Deutschmann
2019-05-11 12:38 Michał Górny
2019-05-24 21:43 Michał Górny
2019-05-25 6:49 Michał Górny
2019-05-25 6:59 Michał Górny
2019-05-26 11:31 Mikle Kolyada
2019-06-05 6:53 Michał Górny
2019-10-30 8:32 Michał Górny
2019-12-26 12:12 Georgy Yakovlev
2019-12-27 16:43 Agostino Sarubbo
2019-12-30 12:29 Agostino Sarubbo
2020-01-03 8:48 Michał Górny
2020-04-25 7:48 Michał Górny
2020-06-08 8:56 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 15:18 Michał Górny
2020-08-21 22:05 Georgy Yakovlev
2020-08-21 22:05 Georgy Yakovlev
2020-12-07 3:57 Sam James
2021-01-02 12:34 Michał Górny
2021-02-16 12:26 Sam James
2021-02-16 13:22 Michał Górny
2022-04-21 19:35 Jakov Smolić
2022-08-10 14:20 Michał Górny
2024-05-14 9:39 Michał Górny
2024-10-19 8:32 Sam James
2024-10-19 8:42 Michał Górny
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=1552936755.7de23c3b781c1b1dc0b4144485b5032e247b845c.mgorny@gentoo \
--to=mgorny@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