public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gitgutter/
Date: Fri, 24 Feb 2017 06:40:12 +0000 (UTC)	[thread overview]
Message-ID: <1487918337.cce4cfe9b19c1b5ce3e576f08af1947a3cd89381.radhermit@gentoo> (raw)

commit:     cce4cfe9b19c1b5ce3e576f08af1947a3cd89381
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 06:38:57 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 06:38:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce4cfe9

app-vim/gitgutter: remove old

 app-vim/gitgutter/Manifest                  |  2 --
 app-vim/gitgutter/gitgutter-20160316.ebuild | 23 -----------------------
 app-vim/gitgutter/gitgutter-20160916.ebuild | 24 ------------------------
 3 files changed, 49 deletions(-)

diff --git a/app-vim/gitgutter/Manifest b/app-vim/gitgutter/Manifest
index c72e3b9318..30503d93d5 100644
--- a/app-vim/gitgutter/Manifest
+++ b/app-vim/gitgutter/Manifest
@@ -1,4 +1,2 @@
-DIST gitgutter-20160316.tar.bz2 37102 SHA256 41d3e44ae569cf208682e0e50b30bef669e195ad048196ec8fc91a9d8496637a SHA512 f63bb92097c1c52d5a6d84d9707358d4c3c681b1e7b5f4cc19846cda0ee5938d7f0180d5f9dcf259f06d32839e64ebbc4d7b4b681fc91cc785e484fba7d4c1b7 WHIRLPOOL 45a7fcb9108eeab47fdd2cfcc2f9409335d5b322d7bb1db58d9b702583b384d9c9a7ac7084620de1ce2a99370e87b29063291c8aee87c6710bf2153289afc003
-DIST gitgutter-20160916.tar.bz2 40664 SHA256 28927a857a3f37bd2d3348b6bec8d5b7fec856a5b96b06b3bcd80275ef402314 SHA512 7e3724f6b4845d4b1cbb75edecf6b1701ebd174e808a7db69930dda6913b8552d3bb1d366973198768df78ba4978b20ddab360ee4988498f30107dfe7fc1102f WHIRLPOOL a7e01d887dea3aacde7f27e9cdc9f45c7abb7928164508044e6c86f2e8380557a39a455ad57dedb360dd9339c78034abb1e815f50cc694ee799d6336088722e2
 DIST gitgutter-20161027.tar.bz2 40930 SHA256 7943ad643d0b015663b7c85e2c247716f9321926f1437e15b8c0ad810ff2f8a9 SHA512 d935dab24530a0562784030e2167e09de374d4f5cb01d77918bc7f97675498bd636a81b42d1e82f1dc34fc70f0d32f824aa6eb9f8baa6582cf22e5d0a0d81098 WHIRLPOOL abcd3449e11d09f81539e579f0bc5a7293701c4d15ccb50a8c2fd7a9d8d9963cf9eeab5776c46c2b84077292e07b131c78088839408441ceca603bf2a238c8c9
 DIST gitgutter-20170222.tar.bz2 41819 SHA256 10ff5c0c4fc7c4fca857b98df92f0e94efb43c79b1077aaf7e7c54ea59e08e29 SHA512 970a956a839c2eaa05b699e8507b239d36ad623c40d3d05d9ce82320ec93ae733de2d40619898c5ff43074e2c8f95611b94879424767fac4f2b1fe2747611f4e WHIRLPOOL f201c0edbdf0978f0b48f2caed305343424bd2d97951902a0df9ce6f6c499ae3f0e506dc917a230db5f42c34022b170bb54baa682a2e75805af724b919d1f35c

diff --git a/app-vim/gitgutter/gitgutter-20160316.ebuild b/app-vim/gitgutter/gitgutter-20160316.ebuild
deleted file mode 100644
index 25cf02f5c4..0000000000
--- a/app-vim/gitgutter/gitgutter-20160316.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-if [[ ${PV} == 9999* ]]; then
-	EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git"
-	inherit git-r3
-else
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks"
-HOMEPAGE="https://github.com/airblade/vim-gitgutter/"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
-	rm README* screenshot.png || die
-	rm -rf test || die
-}

diff --git a/app-vim/gitgutter/gitgutter-20160916.ebuild b/app-vim/gitgutter/gitgutter-20160916.ebuild
deleted file mode 100644
index 975c09c940..0000000000
--- a/app-vim/gitgutter/gitgutter-20160916.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit vim-plugin
-
-if [[ ${PV} == 9999* ]]; then
-	EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks"
-HOMEPAGE="https://github.com/airblade/vim-gitgutter/"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
-	default
-	rm README* screenshot.png || die
-	rm -rf test || die
-}


             reply	other threads:[~2017-02-24  6:40 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-24  6:40 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-29 18:39 [gentoo-commits] repo/gentoo:master commit in: app-vim/gitgutter/ Andreas Sturmlechner
2022-08-17  2:47 Sam James
2022-08-17  2:47 Sam James
2022-06-10 18:08 Matt Turner
2022-06-03  3:14 Sam James
2022-06-02  4:02 Jakov Smolić
2022-06-02  3:57 Jakov Smolić
2022-05-31 23:46 Sam James
2022-05-31 23:46 Sam James
2020-06-22  8:14 Patrice Clement
2019-01-04 19:31 Tim Harder
2019-01-04 19:31 Tim Harder
2019-01-04 19:31 Tim Harder
2018-03-25  0:10 Tim Harder
2018-03-25  0:10 Tim Harder
2018-03-25  0:10 Tim Harder
2017-11-19  2:50 Tim Harder
2017-08-17 20:27 Tim Harder
2017-08-17 20:27 Tim Harder
2017-07-30  8:47 Michał Górny
2017-02-24  6:40 Tim Harder
2017-02-24  6:40 Tim Harder
2016-10-31  4:20 Tim Harder
2016-09-23  5:55 Tim Harder
2016-06-15 12:15 Patrice Clement
2016-06-15 12:15 Patrice Clement
2016-03-16  4:09 Tim Harder
2016-03-13 18:53 Manuel Rüger

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=1487918337.cce4cfe9b19c1b5ce3e576f08af1947a3cd89381.radhermit@gentoo \
    --to=radhermit@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