ChangeLog

# ChangeLog for app-vim/minibufexpl
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/ChangeLog,v 1.22 2007/02/22 00:04:45 peper Exp $

22 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

07 Apr 2006; Bryan Østergaard Remove ciaranm from metadata.xml.

24 Apr 2005; Michael Hanselmann
minibufexpl-6.3.2.ebuild:
Stable on ppc.

03 Jan 2005; Tom Martin minibufexpl-6.3.2.ebuild:
Stable on amd64.

30 Dec 2004; Bryan Østergaard
minibufexpl-6.3.2.ebuild:
Stable on alpha.

29 Dec 2004; Ciaran McCreesh
-minibufexpl-6.2.6.ebuild, -minibufexpl-6.3.1.ebuild,
minibufexpl-6.3.2.ebuild:
x86, sparc, mips stable, tidy up old versions

28 Dec 2004; Ciaran McCreesh :
Change encoding to UTF-8 for GLEP 31 compliance

*minibufexpl-6.3.2 (05 Dec 2004)

05 Dec 2004; Ciaran McCreesh
+minibufexpl-6.3.2.ebuild:
New version, bug #72935

19 Sep 2004; Bryan Østergaard,,,
minibufexpl-6.3.1-r1.ebuild:
Stable on alpha.

09 Sep 2004; Danny van Dyk
minibufexpl-6.3.1-r1.ebuild:
Marked stable on amd64.

06 Sep 2004; Ciaran McCreesh
minibufexpl-6.3.1-r1.ebuild:
Stable on x86, sparc, mips

*minibufexpl-6.3.1-r1 (05 Sep 2004)

05 Sep 2004; Ciaran McCreesh
+minibufexpl-6.3.1-r1.ebuild:
Generate help text from the .vim file automatically. Added help text, bug
#62559

25 Aug 2004; Ciaran McCreesh minibufexpl-6.2.6.ebuild,
minibufexpl-6.3.1.ebuild:
Normalised HOMEPAGE to www.vim.org

*minibufexpl-6.3.1 (21 Aug 2004)

21 Aug 2004; Ciaran McCreesh +minibufexpl-6.3.1.ebuild:
Version bump

23 Jun 2004; Danny van Dyk minibufexpl-6.2.6.ebuild:
Marked ~amd64.

04 Apr 2004; Ciaran McCreesh minibufexpl-6.2.6.ebuild:
Stable on mips

16 Mar 2004; David Holm minibufexpl-6.2.6.ebuild:
Added to ~ppc.

06 Feb 2004; Ciaran McCreesh minibufexpl-6.2.6.ebuild:
Stable on sparc, x86 ; added ~mips

23 Jan 2004; Aron Griffis minibufexpl-6.2.6.ebuild:
stable on alpha and ia64

*minibufexpl-6.2.6 (08 Jan 2004)

08 Jan 2004; Ciaran McCreesh metadata.xml,
minibufexpl-6.2.6.ebuild:
Initial version, thanks to Bryan Silverthorn in bug 37510

Manifest

DIST minibufexpl-6.3.1.tar.bz2 15351 RMD160 a6dc3688505edf4fd53e1842e4aa0e99b09502c5 SHA1 52786885271d7df8ad38a78bffac9727348ddaf4 SHA256 d7e3eba9690530095ab023a2e3d3653c79ae6ab460ff848d8575bc6e7c511e7b
DIST minibufexpl-6.3.2.tar.bz2 15426 RMD160 e5fd04a432ed0e6cd56ae824f88430d40e4dd5cc SHA1 10c768845c66772872003a29976b6f7d459b212d SHA256 0b933ab4f81efb80885b6160d4d032dcaad86bd5eabc9c4e8af2a8d95773c650
EBUILD minibufexpl-6.3.1-r1.ebuild 908 RMD160 8d3f1c08e612caaf73e09b47bd1ad77ddb70f5c1 SHA1 319bbcb734e4abbfa972b87a023f865dbb27947e SHA256 6c8f8ff600acdffbbe919725c6139914e12eb3a3089e7dfbf2cb71d1a22eb3e2
EBUILD minibufexpl-6.3.2.ebuild 900 RMD160 729583af712d732767ad046f7f91e775f81718ca SHA1 cc062c88405a2b1f40f937e0b6b608a5e373ebed SHA256 5a2f2db70f08034d8cd0353a81eb75a5a1ab0b0a6430b49fe5c79178c492d864
MISC ChangeLog 2651 RMD160 5b64f7e7d6419387454b17c3c08adb39b59bcdbf SHA1 506a3bfc98ba7fe8205b71a61598e5c2fa2c0655 SHA256 115bc2889036ee42b05c53fad185a21ae997d8f1b17da4d3d26581e32dcabea0
MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a

metadata.xml




vim

minibufexpl-6.3.1-r1.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/minibufexpl-6.3.1-r1.ebuild,v 1.6 2005/01/01 16:52:11 eradicator Exp $

inherit vim-plugin

DESCRIPTION="vim plugin: easily switch between buffers"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=159"

LICENSE="as-is"
KEYWORDS="alpha amd64 ia64 mips ~ppc sparc x86"
IUSE=""

VIM_PLUGIN_HELPFILES="minibufexpl.txt"

src_unpack() {
unpack ${A}
cd ${S}
# 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/minibufexpl.vim \
> doc/minibufexpl.txt
}

minibufexpl-6.3.2.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/minibufexpl-6.3.2.ebuild,v 1.7 2005/04/24 12:11:40 hansmi Exp $

inherit vim-plugin

DESCRIPTION="vim plugin: easily switch between buffers"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=159"

LICENSE="as-is"
KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
IUSE=""

VIM_PLUGIN_HELPFILES="minibufexpl.txt"

src_unpack() {
unpack ${A}
cd ${S}
# 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/minibufexpl.vim \
> doc/minibufexpl.txt
}