From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
Date: Wed, 27 Jan 2016 19:58:45 +0000 (UTC) [thread overview]
Message-ID: <1453924719.59876fbbdb7c6ba939cbab99da766b73139f1182.robbat2@gentoo> (raw)
commit: 59876fbbdb7c6ba939cbab99da766b73139f1182
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 19:58:23 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 19:58:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59876fbb
dev-vcs/git-tools: New package.
Package-Manager: portage-2.2.24
dev-vcs/git-tools/Manifest | 1 +
dev-vcs/git-tools/git-tools-2015_p20151225.ebuild | 40 +++++++++++++++++++++++
dev-vcs/git-tools/metadata.xml | 10 ++++++
3 files changed, 51 insertions(+)
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
new file mode 100644
index 0000000..36e3e70
--- /dev/null
+++ b/dev-vcs/git-tools/Manifest
@@ -0,0 +1 @@
+DIST git-tools-2015_p20151225.tar.gz 12635 SHA256 ab98a8ac35d47d521c43e8b6f543e55757bb2ec4a3cbdeddf25348c5b0cdb36a SHA512 c995f814a78a3afb967e435b9559e4601fd9c7ed10b30950d6d8f20db2cc8077c814fb6164351f20f3c118e0b8b139c84485d5849057654a70d81847f77dd3d0 WHIRLPOOL 6f2810d8e81bbdcb8f99a4e9e3032e11a160df969e8c11a9f8ed8e053eaaf98f895c90eed726e91bcdc2a59493950375015c4922e758256a54874e2667e21a25
diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild b/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild
new file mode 100644
index 0000000..f611b39
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{1..5} )
+inherit python-r1
+
+DESCRIPTION="Assorted git-related scripts"
+HOMEPAGE="https://github.com/MestreLion/git-tools/"
+MY_PV="ff7a07daa6898fd0993180f64bd232aa4def6018"
+SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ >=dev-vcs/git-2.5
+ >=app-shells/bash-4.0"
+
+MY_P=${PN}-${MY_PV}
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ :;
+}
+
+src_install() {
+ SCRIPTS_BASH="git-branches-rename git-clone-subset git-find-uncommited-repos git-rebase-theirs git-strip-merge"
+ SCRIPTS_PYTHON="git-restore-mtime"
+ dobin $SCRIPTS_BASH
+ dobin $SCRIPTS_PYTHON
+ for p in $SCRIPTS_PYTHON ; do
+ python_replicate_script "${ED}"/usr/bin/$p
+ done
+ dodoc README.md
+}
diff --git a/dev-vcs/git-tools/metadata.xml b/dev-vcs/git-tools/metadata.xml
new file mode 100644
index 0000000..ac0f43b
--- /dev/null
+++ b/dev-vcs/git-tools/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">MestreLion/git-tools</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2016-01-27 19:58 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 19:58 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-27 21:44 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/ Robin H. Johnson
2016-01-28 6:19 Robin H. Johnson
2016-01-28 6:41 Robin H. Johnson
2016-02-01 21:54 Robin H. Johnson
2017-04-20 20:48 David Seifert
2017-11-26 11:39 David Seifert
2017-11-27 15:02 Mike Gilbert
2017-11-27 15:04 Mike Gilbert
2020-02-10 21:00 Michał Górny
2020-05-08 4:36 Robin H. Johnson
2020-12-27 16:38 Fabian Groffen
2020-12-27 18:10 Robin H. Johnson
2020-12-27 18:10 Robin H. Johnson
2021-01-06 22:58 Fabian Groffen
2021-06-01 11:14 Sam James
2021-06-01 11:14 Sam James
2022-04-29 19:07 Sam James
2023-03-09 8:17 Sam James
2023-03-09 8:17 Sam James
2023-05-03 6:29 Sam James
2024-05-09 11:33 Sam James
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=1453924719.59876fbbdb7c6ba939cbab99da766b73139f1182.robbat2@gentoo \
--to=robbat2@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