diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-08-19 02:04:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-08-19 02:04:16 +0000 |
commit | e81879418dc9627da50614836176104a388c2bd4 (patch) | |
tree | 428db53534cec23dd8d02b8496841aaf24c09361 /app-vim/align | |
parent | Initial version. (diff) | |
download | historical-e81879418dc9627da50614836176104a388c2bd4.tar.gz historical-e81879418dc9627da50614836176104a388c2bd4.tar.bz2 historical-e81879418dc9627da50614836176104a388c2bd4.zip |
stable on alpha and x86
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/align/Manifest | 4 | ||||
-rw-r--r-- | app-vim/align/align-21.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog index c69730e18442..446264054915 100644 --- a/app-vim/align/ChangeLog +++ b/app-vim/align/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/align # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.1 2003/08/04 16:55:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.2 2003/08/19 02:02:56 agriffis Exp $ + + 18 Aug 2003; Aron Griffis <agriffis@gentoo.org> align-21.ebuild: + Mark stable on alpha and x86 *align-21 (04 Aug 2003) diff --git a/app-vim/align/Manifest b/app-vim/align/Manifest index 031655191b44..487d0ce1db9e 100644 --- a/app-vim/align/Manifest +++ b/app-vim/align/Manifest @@ -1,4 +1,4 @@ -MD5 a2a4fd97b963399233549319302ebe01 align-21.ebuild 416 -MD5 3f122891e5f8e55aa04f0e1ce1dc8129 ChangeLog 526 +MD5 53a626ee479e58ba00087715e708687b align-21.ebuild 414 +MD5 c1f15fa1453522d31da9ac99f273ff2b ChangeLog 625 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 0fbe8af1c65d1450e9dfd744bfe94702 files/digest-align-21 60 diff --git a/app-vim/align/align-21.ebuild b/app-vim/align/align-21.ebuild index bc93a8a2c5f8..a4a818ebb2d4 100644 --- a/app-vim/align/align-21.ebuild +++ b/app-vim/align/align-21.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-21.ebuild,v 1.1 2003/08/04 16:55:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-21.ebuild,v 1.2 2003/08/19 02:02:56 agriffis Exp $ inherit vim-plugin DESCRIPTION="vim plugin: commands and maps to help produce aligned text" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" LICENSE="vim" -KEYWORDS="~x86 ~alpha" +KEYWORDS="x86 alpha" |