public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/minibufexpl/
@ 2016-12-12  4:27 Tim Harder
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder @ 2016-12-12  4:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f2955440082adf7a004f18f2f5e54ff5e8eff166
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 04:26:21 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 04:26:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2955440

app-vim/minibufexpl: update to EAPI 6

 app-vim/minibufexpl/minibufexpl-6.5.2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild b/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild
index 7db046c..545b47a 100644
--- a/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild
+++ b/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit vim-plugin
 
@@ -18,6 +18,8 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
 S=${WORKDIR}/${MY_PN}-${PV}
 
 src_prepare() {
+	default
+
 	# discard unwanted files
 	rm .gitignore README.md || die
 }


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

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

commit:     9226b6406b1d9a4779beeb7976c1eb78151547fc
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 04:26:38 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 04:26:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9226b640

app-vim/minibufexpl: remove old

 app-vim/minibufexpl/Manifest                 |  2 --
 app-vim/minibufexpl/minibufexpl-6.4.3.ebuild | 37 ----------------------------
 app-vim/minibufexpl/minibufexpl-6.4.4.ebuild | 22 -----------------
 3 files changed, 61 deletions(-)

diff --git a/app-vim/minibufexpl/Manifest b/app-vim/minibufexpl/Manifest
index affd15e..4a90634 100644
--- a/app-vim/minibufexpl/Manifest
+++ b/app-vim/minibufexpl/Manifest
@@ -1,3 +1 @@
-DIST minibufexpl-6.4.3.tar.gz 27907 SHA256 f9a9bb217e0f64faf146ee2ec4f8ee74e93199f564f5891d750d8f357b09d176 SHA512 631013654bd69479cd119b7f112ab1dd28b94fd3fdf832b2951d6a82e9d9b00a2d180bc1ccaee9abd0e855a17db3cadc0937b3418e8c4313d5f49ac06bd8beff WHIRLPOOL 6ffb447454b85a74592e2b8c1d70754c527b9aae7d793ecc4c56af8c633f929320c1431b70c02fd810eb0a6a7496798dfb5d5a24c9227fee43367bb7fb1fc644
-DIST minibufexpl-6.4.4.tar.gz 27273 SHA256 f4f404273607962a769f34f8057cf36c9547e5db27eb8400a04c11742c5fdafc SHA512 e48151483021860db1cd023d65899216146ee79ebbcd30a2514901c936f7cbc41abc7b023f65a839ceb762f0e15cd80ef2548540a239add9b093ef25ce9145a8 WHIRLPOOL 0e75d9a6253a3b53209380226c11bbb44bd184f435e45d4f4c97443bb52b9ef8d4dd5ad974c30fea77b14b46ce7e0d6948a37af4ab63c17c3807db52b16e9b45
 DIST minibufexpl-6.5.2.tar.gz 32119 SHA256 9638336d41a3550bb82c5b911ac23178d1df72438c3f140450fbd3d4a7f2d148 SHA512 325fb58b025392c5484574c4988ec95eb7374a10b67a4abe28857a0ae8d768316ef4d477b51bf442ffc1bcfb5f68dfd0c924731291b155192731055fed3569d1 WHIRLPOOL 66bfc0fe5787f45cec84c75479d648a62a02cb1e3922e77c4c844f889a3388732bec8775fdd5636de83af91ade33cba8e22f8e5f77961d32c004d819f0c8e0b7

diff --git a/app-vim/minibufexpl/minibufexpl-6.4.3.ebuild b/app-vim/minibufexpl/minibufexpl-6.4.3.ebuild
deleted file mode 100644
index 6b53d2f..00000000
--- a/app-vim/minibufexpl/minibufexpl-6.4.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin
-
-MY_PN="${PN}.vim"
-DESCRIPTION="vim plugin: easily switch between buffers"
-HOMEPAGE="https://github.com/fholgado/minibufexpl.vim"
-SRC_URI="https://github.com/fholgado/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="bufexplorer.vim"
-KEYWORDS="amd64 ~mips ppc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_unpack() {
-	unpack ${A}
-	mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
-	# There's good documentation included with the script, but it's not
-	# in a helpfile. Since there's rather too much information to include
-	# in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
-	mkdir "${S}"/doc
-	sed -e '1,/"=\+$/d' -e '/"=\+$/,9999d' -e 's/^" \?//' \
-		-e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/' \
-		plugin/${PN}.vim \
-		> doc/${PN}.txt
-
-	# Discard unwanted files
-	rm .gitignore README project.html || die
-}

diff --git a/app-vim/minibufexpl/minibufexpl-6.4.4.ebuild b/app-vim/minibufexpl/minibufexpl-6.4.4.ebuild
deleted file mode 100644
index 6a1280b..00000000
--- a/app-vim/minibufexpl/minibufexpl-6.4.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-MY_PN="${PN}.vim"
-DESCRIPTION="vim plugin: easily switch between buffers"
-HOMEPAGE="https://github.com/fholgado/minibufexpl.vim"
-SRC_URI="https://github.com/fholgado/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="bufexplorer.vim"
-KEYWORDS="amd64 ~mips ppc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
-	# discard unwanted files
-	rm .gitignore readme.markdown project.html || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/minibufexpl/
@ 2023-12-09 20:06 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a5ff80bed86113b866de1037421275908fdfa377
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:05:58 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:05:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ff80be

app-vim/minibufexpl: Stabilize 6.5.2-r1 x86, #919636

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild b/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild
index e0f6c6b22ab3..3344fe95545d 100644
--- a/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild
+++ b/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild
@@ -12,6 +12,6 @@ SRC_URI="https://github.com/fholgado/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="bufexplorer.vim"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/minibufexpl/
@ 2023-12-09 20:53 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7e92a3356aa7134ae53d7c5d9294ee59efde976d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:52:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:52:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e92a335

app-vim/minibufexpl: Stabilize 6.5.2-r1 amd64, #919636

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild b/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild
index 3344fe95545d..bc883cf64790 100644
--- a/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild
+++ b/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild
@@ -12,6 +12,6 @@ SRC_URI="https://github.com/fholgado/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="bufexplorer.vim"
-KEYWORDS="~amd64 ~mips ~ppc x86"
+KEYWORDS="amd64 ~mips ~ppc x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"


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

end of thread, other threads:[~2023-12-09 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-12  4:27 [gentoo-commits] repo/gentoo:master commit in: app-vim/minibufexpl/ Tim Harder
  -- strict thread matches above, loose matches on Subject: below --
2016-12-12  4:27 Tim Harder
2023-12-09 20:06 Arthur Zamarin
2023-12-09 20:53 Arthur Zamarin

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