public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2015-08-25  1:47 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2015-08-25  1:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a3ff28c5ee0b1e9711b47e5dceb191c6ccb7fd6c
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 01:39:22 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 01:39:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ff28c5

app-vim/airline: remove old

 app-vim/airline/Manifest           |  3 ---
 app-vim/airline/airline-0.4.ebuild | 23 -----------------------
 app-vim/airline/airline-0.5.ebuild | 27 ---------------------------
 app-vim/airline/airline-0.6.ebuild | 27 ---------------------------
 4 files changed, 80 deletions(-)

diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index dfda60a..39d3ff4 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1,4 +1 @@
-DIST airline-0.4.tar.gz 28561 SHA256 7adc9356662f229fefeb799fc511899a5dc9fe8d4e3b50f1f3682913e1fb6012 SHA512 4aa2d247746911ad352a83ea46275235f7c45d8cfb9f7c5d1138a7135045fb00c88cda48d6bffb2890c725564416454642f3637786a8f005217a271b8d7d518a WHIRLPOOL e0bfad3fbb1645e55e70fbcec67f2a287fb14a80d7f37e3f3e53284bc9c72c4d92bd08c7ce30050de8363fc6a5808e3e293f619ecfbd4ef536221f65cbded422
-DIST airline-0.5.tar.gz 38670 SHA256 ab00124f8853de6a0fd37073055e4dced2d6f532d263f7aae5c982bb55692e7e SHA512 870d66e30aefd96621ce1f756b053ee45eda12ce2d96640454dc4e1d0bfe70b4f679f4dcebc4f85b86cc35e9c0202c74156867dd305c413620d4a6c76e5c704e WHIRLPOOL 21aa436f0aa516fb26760e44ef3b10b640e5a9cc3ab11358a275a998fd5d9c713fa5798412bd1c3739648568b9ee905c391a2b6de6cab24b4e38afaca69426f8
-DIST airline-0.6.tar.gz 43866 SHA256 47fc3c84331e977ef01beaa5e13045e314c9e6d0868d2f4725daa3b3139ed0b6 SHA512 20fb94c2e5d0f67a6fedf87d80f39d35a5cba6c3f88a05e4803c0602d2dd95f01b9b120e4fce45d1fcda065f8a8d983f980415b6d262d1cf44c747156258a424 WHIRLPOOL 4a71c418e2d741ccf1ef5a9d5ece93a94de6982d29228b3a31e04653d61ff1ebe3d7ab257484757e1f1a2bf59c547bd43ed3310025e517988aad858fe933c208
 DIST airline-0.7.tar.gz 54318 SHA256 5d6b8840ccef133662f420fb1dba132d54bf0f5cc663657945e6cbea7e4b609e SHA512 5e8b072538d8c19083bb4fe6e5f8a5df76cf00735eb8a8a08078fba33d5fc25d89f49b9d9e07276e1661748b04901f1bfdf52d054330931785eab3df71a496b5 WHIRLPOOL c664423ebfbc1e830feb81aa4573c991388756396263fdf3cd0f37b8391b673f94c6eda0cff1c7517ab7fb5de7735ac39a8d066212ea43bd03ef82e2e9aff71c

diff --git a/app-vim/airline/airline-0.4.ebuild b/app-vim/airline/airline-0.4.ebuild
deleted file mode 100644
index 02a67a8..0000000
--- a/app-vim/airline/airline-0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-MY_PN=vim-${PN}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air"
-HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
-SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	rm LICENSE README* || die
-}

diff --git a/app-vim/airline/airline-0.5.ebuild b/app-vim/airline/airline-0.5.ebuild
deleted file mode 100644
index 1cf37a1..0000000
--- a/app-vim/airline/airline-0.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-if [[ ${PV} != 9999* ]] ; then
-	MY_PN=vim-${PN}
-	MY_P=${MY_PN}-${PV}
-	SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S=${WORKDIR}/${MY_P}
-else
-	inherit git-r3
-	EGIT_REPO_URI="git://github.com/bling/vim-airline.git"
-fi
-
-DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air"
-HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
-	# remove unwanted files
-	rm -rf t Gemfile Rakefile LICENSE README*
-}

diff --git a/app-vim/airline/airline-0.6.ebuild b/app-vim/airline/airline-0.6.ebuild
deleted file mode 100644
index 1cf37a1..0000000
--- a/app-vim/airline/airline-0.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-if [[ ${PV} != 9999* ]] ; then
-	MY_PN=vim-${PN}
-	MY_P=${MY_PN}-${PV}
-	SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S=${WORKDIR}/${MY_P}
-else
-	inherit git-r3
-	EGIT_REPO_URI="git://github.com/bling/vim-airline.git"
-fi
-
-DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air"
-HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
-	# remove unwanted files
-	rm -rf t Gemfile Rakefile LICENSE README*
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2016-03-12  8:00 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2016-03-12  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d97036b591cf9704dcac9ee7199676e16aa6004b
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 07:59:50 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 07:59:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97036b5

app-vim/airline: version bump to 0.8

 app-vim/airline/Manifest                                    | 1 +
 app-vim/airline/{airline-9999.ebuild => airline-0.8.ebuild} | 8 ++++----
 app-vim/airline/airline-9999.ebuild                         | 8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index 39d3ff4..2381d84 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1 +1,2 @@
 DIST airline-0.7.tar.gz 54318 SHA256 5d6b8840ccef133662f420fb1dba132d54bf0f5cc663657945e6cbea7e4b609e SHA512 5e8b072538d8c19083bb4fe6e5f8a5df76cf00735eb8a8a08078fba33d5fc25d89f49b9d9e07276e1661748b04901f1bfdf52d054330931785eab3df71a496b5 WHIRLPOOL c664423ebfbc1e830feb81aa4573c991388756396263fdf3cd0f37b8391b673f94c6eda0cff1c7517ab7fb5de7735ac39a8d066212ea43bd03ef82e2e9aff71c
+DIST airline-0.8.tar.gz 52767 SHA256 5fb1cdcd9a760516a050bd0e3fa4cae04291cfccd2bcf58f2facbd2a07767a14 SHA512 51ae20f7e5b869f714e9c21ab6ab8af4d2de31b3cf4fe9f6bd64e75e87e7796184d41ddd9536f3e41dcc93e9ca6aad684b286df6e5d8d6eae202f91ed8851292 WHIRLPOOL a5ccf7662267c25b6855d6df81c4c3f35bffe5c2001f05808c1e0a861bb6b04b0bc04d979b04a060992626406cd84d7ac8aabd73f29afaf286fbf4dbc3dec47c

diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-0.8.ebuild
similarity index 60%
copy from app-vim/airline/airline-9999.ebuild
copy to app-vim/airline/airline-0.8.ebuild
index c19b1c3..01233b5 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,16 +8,16 @@ inherit vim-plugin
 if [[ ${PV} != 9999* ]] ; then
 	MY_PN=vim-${PN}
 	MY_P=${MY_PN}-${PV}
-	SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	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/bling/vim-airline.git"
+	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/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
+HOMEPAGE="https://github.com/vim-airline/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
 LICENSE="MIT"
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 

diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild
index c19b1c3..01233b5 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,16 +8,16 @@ inherit vim-plugin
 if [[ ${PV} != 9999* ]] ; then
 	MY_PN=vim-${PN}
 	MY_P=${MY_PN}-${PV}
-	SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	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/bling/vim-airline.git"
+	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/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
+HOMEPAGE="https://github.com/vim-airline/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
 LICENSE="MIT"
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2016-04-28  8:17 Patrice Clement
  0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2016-04-28  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f115aa2840dfe1a0d919f00a5878e79078a3dfbc
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 07:47:09 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 08:02:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f115aa28

app-vim/airline: Add missing die.

Package-Manager: portage-2.2.26

 app-vim/airline/airline-0.7.ebuild | 4 ++--
 app-vim/airline/airline-0.8.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/airline/airline-0.7.ebuild b/app-vim/airline/airline-0.7.ebuild
index c19b1c3..3b2d755 100644
--- a/app-vim/airline/airline-0.7.ebuild
+++ b/app-vim/airline/airline-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
 	# remove unwanted files
-	rm -rf t Gemfile Rakefile LICENSE README*
+	rm -rv t Gemfile Rakefile LICENSE README* || die
 }

diff --git a/app-vim/airline/airline-0.8.ebuild b/app-vim/airline/airline-0.8.ebuild
index 01233b5..930466a 100644
--- a/app-vim/airline/airline-0.8.ebuild
+++ b/app-vim/airline/airline-0.8.ebuild
@@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
 	# remove unwanted files
-	rm -rf t Gemfile Rakefile LICENSE README*
+	rm -rv t Gemfile Rakefile LICENSE README* || die
 }


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2016-04-29  6:25 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2016-04-29  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4643719e36ebb7bd934f7807b516638b27744130
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 06:23:23 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 06:23:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4643719e

app-vim/airline: remove old

 app-vim/airline/Manifest           |  1 -
 app-vim/airline/airline-0.7.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index 2381d84..5891f6d 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1,2 +1 @@
-DIST airline-0.7.tar.gz 54318 SHA256 5d6b8840ccef133662f420fb1dba132d54bf0f5cc663657945e6cbea7e4b609e SHA512 5e8b072538d8c19083bb4fe6e5f8a5df76cf00735eb8a8a08078fba33d5fc25d89f49b9d9e07276e1661748b04901f1bfdf52d054330931785eab3df71a496b5 WHIRLPOOL c664423ebfbc1e830feb81aa4573c991388756396263fdf3cd0f37b8391b673f94c6eda0cff1c7517ab7fb5de7735ac39a8d066212ea43bd03ef82e2e9aff71c
 DIST airline-0.8.tar.gz 52767 SHA256 5fb1cdcd9a760516a050bd0e3fa4cae04291cfccd2bcf58f2facbd2a07767a14 SHA512 51ae20f7e5b869f714e9c21ab6ab8af4d2de31b3cf4fe9f6bd64e75e87e7796184d41ddd9536f3e41dcc93e9ca6aad684b286df6e5d8d6eae202f91ed8851292 WHIRLPOOL a5ccf7662267c25b6855d6df81c4c3f35bffe5c2001f05808c1e0a861bb6b04b0bc04d979b04a060992626406cd84d7ac8aabd73f29afaf286fbf4dbc3dec47c

diff --git a/app-vim/airline/airline-0.7.ebuild b/app-vim/airline/airline-0.7.ebuild
deleted file mode 100644
index b7b6200..0000000
--- a/app-vim/airline/airline-0.7.ebuild
+++ /dev/null
@@ -1,27 +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
-	MY_PN=vim-${PN}
-	MY_P=${MY_PN}-${PV}
-	SRC_URI="https://github.com/bling/${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/bling/vim-airline.git"
-fi
-
-DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air"
-HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
-	# remove unwanted files
-	rm -r t Gemfile Rakefile LICENSE README* || die
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2016-04-29  6:25 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2016-04-29  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1d0b5c101ecf0a4bf28b97fd8b0f108378bc8a82
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 06:22:29 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 06:22:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0b5c10

app-vim/airline: don't show removed files

 app-vim/airline/airline-0.7.ebuild  | 2 +-
 app-vim/airline/airline-0.8.ebuild  | 2 +-
 app-vim/airline/airline-9999.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/airline/airline-0.7.ebuild b/app-vim/airline/airline-0.7.ebuild
index 3b2d755..b7b6200 100644
--- a/app-vim/airline/airline-0.7.ebuild
+++ b/app-vim/airline/airline-0.7.ebuild
@@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
 	# remove unwanted files
-	rm -rv t Gemfile Rakefile LICENSE README* || die
+	rm -r t Gemfile Rakefile LICENSE README* || die
 }

diff --git a/app-vim/airline/airline-0.8.ebuild b/app-vim/airline/airline-0.8.ebuild
index 930466a..926788e 100644
--- a/app-vim/airline/airline-0.8.ebuild
+++ b/app-vim/airline/airline-0.8.ebuild
@@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
 	# remove unwanted files
-	rm -rv t Gemfile Rakefile LICENSE README* || die
+	rm -r t Gemfile Rakefile LICENSE README* || die
 }

diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild
index 01233b5..926788e 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-9999.ebuild
@@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
 	# remove unwanted files
-	rm -rf t Gemfile Rakefile LICENSE README*
+	rm -r t Gemfile Rakefile LICENSE README* || die
 }


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2016-08-25 20:58 Patrice Clement
  0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2016-08-25 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     468f788ff36ac500e88da08329f3a95d908b431b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 20:08:33 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 20:58:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468f788f

app-vim/airline: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-vim/airline/airline-0.8.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-vim/airline/airline-0.8.ebuild b/app-vim/airline/airline-0.8.ebuild
index 926788e..001aee5 100644
--- a/app-vim/airline/airline-0.8.ebuild
+++ b/app-vim/airline/airline-0.8.ebuild
@@ -3,14 +3,15 @@
 # $Id$
 
 EAPI=5
+
 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}
+	KEYWORDS="amd64 x86"
+	S="${WORKDIR}/${MY_P}"
 else
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/vim-airline/vim-airline.git"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2018-03-25  0:10 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2018-03-25  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     2b1813df5a0aa2bb26fe224d838f8195d13e61e5
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 24 23:38:56 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 00:09:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1813df

app-vim/airline: version bump to 0.9

 app-vim/airline/Manifest                                    | 1 +
 app-vim/airline/{airline-9999.ebuild => airline-0.9.ebuild} | 5 ++++-
 app-vim/airline/airline-9999.ebuild                         | 3 ++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index 22a2ad1c7d2..3f2e8b29c92 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1 +1,2 @@
 DIST airline-0.8.tar.gz 52767 BLAKE2B 908489fca1fb31d0ee41f279b146046d50c9069055bb13645b049c4333984f0ca180315e50fe3fda13e36780dffa0b213719babbbcd2b27defd60470a05dbc2f SHA512 51ae20f7e5b869f714e9c21ab6ab8af4d2de31b3cf4fe9f6bd64e75e87e7796184d41ddd9536f3e41dcc93e9ca6aad684b286df6e5d8d6eae202f91ed8851292
+DIST airline-0.9.tar.gz 72660 BLAKE2B d6c9762d8140b2a88a001b9ea3ae62c3c9147ccf3db90146d7fded8dcbc6062bf97c0725baa79db9d7bfe0eeaa5dc00ddfabde8ed1b9aec7f5aa24c41b11d1f2 SHA512 f3fd03c7ab6603eee6e892a1b88888d72fc43cf0a8582ad7e65152cddebb0d14be3a805529fa5467fc82e040cce2616f1693bf294c892c0849d9fb51cbbd04ec

diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-0.9.ebuild
similarity index 97%
copy from app-vim/airline/airline-9999.ebuild
copy to app-vim/airline/airline-0.9.ebuild
index 248f1fbb3ed..2b0d045e241 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-0.9.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
+
 inherit vim-plugin
 
 if [[ ${PV} != 9999* ]] ; then
@@ -21,6 +22,8 @@ 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-9999.ebuild b/app-vim/airline/airline-9999.ebuild
index 248f1fbb3ed..8f8c0974303 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-9999.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
+
 inherit vim-plugin
 
 if [[ ${PV} != 9999* ]] ; then


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2018-04-10  5:27 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2018-04-10  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     559a757c2312ad4865b117231f9c397f65c0f1a7
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 10 05:26:17 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 05:27:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559a757c

app-vim/airline: sync live ebuild

Closes: https://bugs.gentoo.org/652858

 app-vim/airline/airline-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild
index 8f8c0974303..2b0d045e241 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-9999.ebuild
@@ -22,6 +22,8 @@ LICENSE="MIT"
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
+	default
+
 	# remove unwanted files
 	rm -r t Gemfile Rakefile LICENSE README* || die
 }


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2018-06-09 21:58 Patrice Clement
  0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2018-06-09 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2e59692594e51122db3586b25fe99ec07b4b7cdf
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 10:28:13 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 21:58:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e596925

app-vim/airline: clean up old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/airline/Manifest           |  1 -
 app-vim/airline/airline-0.8.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index 3f2e8b29c92..3a571cb64a9 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1,2 +1 @@
-DIST airline-0.8.tar.gz 52767 BLAKE2B 908489fca1fb31d0ee41f279b146046d50c9069055bb13645b049c4333984f0ca180315e50fe3fda13e36780dffa0b213719babbbcd2b27defd60470a05dbc2f SHA512 51ae20f7e5b869f714e9c21ab6ab8af4d2de31b3cf4fe9f6bd64e75e87e7796184d41ddd9536f3e41dcc93e9ca6aad684b286df6e5d8d6eae202f91ed8851292
 DIST airline-0.9.tar.gz 72660 BLAKE2B d6c9762d8140b2a88a001b9ea3ae62c3c9147ccf3db90146d7fded8dcbc6062bf97c0725baa79db9d7bfe0eeaa5dc00ddfabde8ed1b9aec7f5aa24c41b11d1f2 SHA512 f3fd03c7ab6603eee6e892a1b88888d72fc43cf0a8582ad7e65152cddebb0d14be3a805529fa5467fc82e040cce2616f1693bf294c892c0849d9fb51cbbd04ec

diff --git a/app-vim/airline/airline-0.8.ebuild b/app-vim/airline/airline-0.8.ebuild
deleted file mode 100644
index b42a9c204cc..00000000000
--- a/app-vim/airline/airline-0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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() {
-	# remove unwanted files
-	rm -r t Gemfile Rakefile LICENSE README* || die
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2018-06-09 21:58 Patrice Clement
  0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2018-06-09 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     53509321ce320488c399003a2975d6aa9443d25e
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 10:27:53 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 21:58:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53509321

app-vim/airline: stable for amd64+x86.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/airline/airline-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/airline/airline-0.9.ebuild b/app-vim/airline/airline-0.9.ebuild
index 2b0d045e241..66e1c77f5de 100644
--- a/app-vim/airline/airline-0.9.ebuild
+++ b/app-vim/airline/airline-0.9.ebuild
@@ -9,7 +9,7 @@ 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"
+	KEYWORDS="amd64 x86"
 	S=${WORKDIR}/${MY_P}
 else
 	inherit git-r3


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2018-12-22  2:22 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2018-12-22  2:22 UTC (permalink / raw
  To: gentoo-commits

commit:     55d217a12c89c5fb04e74773648139274f40f20d
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 02:04:44 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 02:22:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d217a1

app-vim/airline: version bump to 0.10

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-vim/airline/Manifest                                     | 1 +
 app-vim/airline/{airline-9999.ebuild => airline-0.10.ebuild} | 4 ++--
 app-vim/airline/airline-9999.ebuild                          | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index 3a571cb64a9..5b4d315532a 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1 +1,2 @@
+DIST airline-0.10.tar.gz 86724 BLAKE2B b0019b07b188039a9a91d83bc240e6b2eedaf9d798483f03d252b57269c0cbbc58625b3d14e36a3caaa6fd35b65716d67a967a38511806d76bc7e76192086349 SHA512 94c87800b793d575d8e1fbf2971cc97e89aae4a6bd9581aee628d4e4f2d9e74df427fcc91b17908819b5f4793c72a9d0a827d5046d80918a52ef8e090ff2cae6
 DIST airline-0.9.tar.gz 72660 BLAKE2B d6c9762d8140b2a88a001b9ea3ae62c3c9147ccf3db90146d7fded8dcbc6062bf97c0725baa79db9d7bfe0eeaa5dc00ddfabde8ed1b9aec7f5aa24c41b11d1f2 SHA512 f3fd03c7ab6603eee6e892a1b88888d72fc43cf0a8582ad7e65152cddebb0d14be3a805529fa5467fc82e040cce2616f1693bf294c892c0849d9fb51cbbd04ec

diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-0.10.ebuild
similarity index 93%
copy from app-vim/airline/airline-9999.ebuild
copy to app-vim/airline/airline-0.10.ebuild
index 2b0d045e241..5c0506370c5 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-0.10.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit vim-plugin
 

diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild
index 2b0d045e241..5c0506370c5 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit vim-plugin
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2019-11-29 21:29 Patrick McLean
  0 siblings, 0 replies; 15+ messages in thread
From: Patrick McLean @ 2019-11-29 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     21056a8493ab9e80cd6069bf4d6f1cf8de10c273
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 21:29:02 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 21:29:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21056a84

app-vim/airline-0.11: Version bump

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 app-vim/airline/Manifest            |  1 +
 app-vim/airline/airline-0.11.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index 5b4d315532a..c3e891a5d31 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1,2 +1,3 @@
 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.11.ebuild b/app-vim/airline/airline-0.11.ebuild
new file mode 100644
index 00000000000..a67cb4c5f12
--- /dev/null
+++ b/app-vim/airline/airline-0.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 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* .travis.yml .gitignore || die
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2020-01-13  3:01 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2020-01-13  3:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6a34dacd8924bf495663cade3e447e62b88ca281
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 02:59:41 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 03:00:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a34dacd

app-vim/airline: stabilize 0.11

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-vim/airline/airline-0.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/airline/airline-0.11.ebuild b/app-vim/airline/airline-0.11.ebuild
index a67cb4c5f12..5f320b746c7 100644
--- a/app-vim/airline/airline-0.11.ebuild
+++ b/app-vim/airline/airline-0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 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"
+	KEYWORDS="amd64 x86"
 	S=${WORKDIR}/${MY_P}
 else
 	inherit git-r3


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2020-01-13  3:01 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2020-01-13  3:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d3ae6240e11d7dcab1218b2bff12dfeeb671ab01
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 03:00:34 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=d3ae6240

app-vim/airline: update live ebuild

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-vim/airline/airline-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild
index 5c0506370c5..811a2c7d14b 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,5 +25,5 @@ src_prepare() {
 	default
 
 	# remove unwanted files
-	rm -r t Gemfile Rakefile LICENSE README* || die
+	rm -r t Gemfile Rakefile LICENSE README* .travis.yml .gitignore || die
 }


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
@ 2020-01-13  3:01 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2020-01-13  3:01 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-01-13  3:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-09 21:58 [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2020-01-13  3:01 Tim Harder
2020-01-13  3:01 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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox