Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-blame-someone-else/
Date: Sun, 16 May 2021 15:19:59
Message-Id: 1621178377.a31bd92e716012ece3ff295ac566942e00d0789d.Alessandro-Barbieri@gentoo
1 commit: a31bd92e716012ece3ff295ac566942e00d0789d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 16 15:19:37 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 16 15:19:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a31bd92e
7
8 dev-vcs/git-blame-someone-else: drop 9999
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 .../git-blame-someone-else-9999.ebuild | 26 ----------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-vcs/git-blame-someone-else/git-blame-someone-else-9999.ebuild b/dev-vcs/git-blame-someone-else/git-blame-someone-else-9999.ebuild
16 deleted file mode 100644
17 index 78aabaa4f..000000000
18 --- a/dev-vcs/git-blame-someone-else/git-blame-someone-else-9999.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="7"
25 -
26 -inherit git-r3
27 -
28 -DESCRIPTION="Blame someone else for your bad code."
29 -HOMEPAGE="https://github.com/jayphelps/git-blame-someone-else"
30 -EGIT_REPO_URI="https://github.com/jayphelps/git-blame-someone-else.git"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS=""
35 -
36 -IUSE=""
37 -
38 -RDEPEND="
39 - dev-vcs/git
40 -"
41 -DEPEND=""
42 -
43 -src_install() {
44 - dobin "${PN}"
45 - einstalldocs
46 -}