From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
Date: Mon, 13 Jan 2020 03:01:39 +0000 (UTC) [thread overview]
Message-ID: <1578884443.01459f126a9ed7fe6f7d0e2c10b2cc2225d7c379.radhermit@gentoo> (raw)
commit: 01459f126a9ed7fe6f7d0e2c10b2cc2225d7c379
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 02:59:52 2020 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 03:00:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01459f12
app-vim/airline: remove old
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
app-vim/airline/Manifest | 2 --
app-vim/airline/airline-0.10.ebuild | 29 -----------------------------
app-vim/airline/airline-0.9.ebuild | 29 -----------------------------
3 files changed, 60 deletions(-)
diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index c3e891a5d31..75a4d9a4e8b 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1,3 +1 @@
-DIST airline-0.10.tar.gz 86724 BLAKE2B b0019b07b188039a9a91d83bc240e6b2eedaf9d798483f03d252b57269c0cbbc58625b3d14e36a3caaa6fd35b65716d67a967a38511806d76bc7e76192086349 SHA512 94c87800b793d575d8e1fbf2971cc97e89aae4a6bd9581aee628d4e4f2d9e74df427fcc91b17908819b5f4793c72a9d0a827d5046d80918a52ef8e090ff2cae6
DIST airline-0.11.tar.gz 94961 BLAKE2B 7cb5cd6afbe1d30c664c6f2de75553972792806e4c75a9a178b497e92f3545e686111af08bb0b0b47e196a8ee04771947101bfe4d0d070023300f9479983f6ec SHA512 7837f9ae02c1503c7eb6918776292ac6e4b03535eb95aaf20ee091264af5e62c12b471a6e243db80891114848e71f75d9d1022df68909dd4940c88f093e3deb8
-DIST airline-0.9.tar.gz 72660 BLAKE2B d6c9762d8140b2a88a001b9ea3ae62c3c9147ccf3db90146d7fded8dcbc6062bf97c0725baa79db9d7bfe0eeaa5dc00ddfabde8ed1b9aec7f5aa24c41b11d1f2 SHA512 f3fd03c7ab6603eee6e892a1b88888d72fc43cf0a8582ad7e65152cddebb0d14be3a805529fa5467fc82e040cce2616f1693bf294c892c0849d9fb51cbbd04ec
diff --git a/app-vim/airline/airline-0.10.ebuild b/app-vim/airline/airline-0.10.ebuild
deleted file mode 100644
index 5c0506370c5..00000000000
--- a/app-vim/airline/airline-0.10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-if [[ ${PV} != 9999* ]] ; then
- MY_PN=vim-${PN}
- MY_P=${MY_PN}-${PV}
- SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S=${WORKDIR}/${MY_P}
-else
- inherit git-r3
- EGIT_REPO_URI="https://github.com/vim-airline/vim-airline.git"
-fi
-
-DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air"
-HOMEPAGE="https://github.com/vim-airline/vim-airline/ https://www.vim.org/scripts/script.php?script_id=4661"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- default
-
- # remove unwanted files
- rm -r t Gemfile Rakefile LICENSE README* || die
-}
diff --git a/app-vim/airline/airline-0.9.ebuild b/app-vim/airline/airline-0.9.ebuild
deleted file mode 100644
index 66e1c77f5de..00000000000
--- a/app-vim/airline/airline-0.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-if [[ ${PV} != 9999* ]] ; then
- MY_PN=vim-${PN}
- MY_P=${MY_PN}-${PV}
- SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 x86"
- S=${WORKDIR}/${MY_P}
-else
- inherit git-r3
- EGIT_REPO_URI="https://github.com/vim-airline/vim-airline.git"
-fi
-
-DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air"
-HOMEPAGE="https://github.com/vim-airline/vim-airline/ https://www.vim.org/scripts/script.php?script_id=4661"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- default
-
- # remove unwanted files
- rm -r t Gemfile Rakefile LICENSE README* || die
-}
next reply other threads:[~2020-01-13 3:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-13 3:01 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-13 3:01 [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/ Tim Harder
2020-01-13 3:01 Tim Harder
2019-11-29 21:29 Patrick McLean
2018-12-22 2:22 Tim Harder
2018-06-09 21:58 Patrice Clement
2018-06-09 21:58 Patrice Clement
2018-04-10 5:27 Tim Harder
2018-03-25 0:10 Tim Harder
2016-08-25 20:58 Patrice Clement
2016-04-29 6:25 Tim Harder
2016-04-29 6:25 Tim Harder
2016-04-28 8:17 Patrice Clement
2016-03-12 8:00 Tim Harder
2015-08-25 1:47 Tim Harder
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=1578884443.01459f126a9ed7fe6f7d0e2c10b2cc2225d7c379.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