diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-01-09 18:20:56 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-01-09 18:20:56 +0000 |
commit | b5a298af4719909fbd1566be1d75bad4a13145bd (patch) | |
tree | 3db0c57cdf3bdafe0d280be04cd8e0333c9e2c44 /app-vim/increment | |
parent | remove trampoline and text relocations (Manifest recommit) (diff) | |
download | gentoo-2-b5a298af4719909fbd1566be1d75bad4a13145bd.tar.gz gentoo-2-b5a298af4719909fbd1566be1d75bad4a13145bd.tar.bz2 gentoo-2-b5a298af4719909fbd1566be1d75bad4a13145bd.zip |
stable on sparc
Diffstat (limited to 'app-vim/increment')
-rw-r--r-- | app-vim/increment/Manifest | 4 | ||||
-rw-r--r-- | app-vim/increment/increment-1.0.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-vim/increment/Manifest b/app-vim/increment/Manifest index 06648cae1041..60c9f0ff6071 100644 --- a/app-vim/increment/Manifest +++ b/app-vim/increment/Manifest @@ -1,4 +1,4 @@ -MD5 53c7534cb664885dc8fe3670a57dbeac increment-1.0.ebuild 437 -MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 +MD5 f8a3e7c9a789d549849265aa5830ddc0 increment-1.0.ebuild 436 MD5 63243a1ac41b6be468097e7db3117e36 ChangeLog 411 +MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 MD5 434b2feac388e747fc0830a59b4f3f38 files/digest-increment-1.0 64 diff --git a/app-vim/increment/increment-1.0.ebuild b/app-vim/increment/increment-1.0.ebuild index c2600cc26b4f..7d12d53c8a85 100644 --- a/app-vim/increment/increment-1.0.ebuild +++ b/app-vim/increment/increment-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.0.ebuild,v 1.1 2003/12/07 01:53:50 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.0.ebuild,v 1.2 2004/01/09 18:20:45 ciaranm Exp $ inherit vim-plugin @@ -8,4 +8,4 @@ DESCRIPTION="vim plugin: easily create sequences of incremented values" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842" LICENSE="as-is" -KEYWORDS="~sparc ~x86 ~ppc amd64" +KEYWORDS="sparc ~x86 ~ppc amd64" |