diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-15 04:41:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-15 04:41:01 +0000 |
commit | b2e96a04751580f89eb1e564433bff7cd2b2184d (patch) | |
tree | 799df93d68d8e8c0affabc50c4a43de1b4872364 /app-vim/ctx | |
parent | cpio is in app-arch now instead (diff) | |
download | gentoo-2-b2e96a04751580f89eb1e564433bff7cd2b2184d.tar.gz gentoo-2-b2e96a04751580f89eb1e564433bff7cd2b2184d.tar.bz2 gentoo-2-b2e96a04751580f89eb1e564433bff7cd2b2184d.zip |
stable on ia64
Diffstat (limited to 'app-vim/ctx')
-rw-r--r-- | app-vim/ctx/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/ctx/Manifest | 4 | ||||
-rw-r--r-- | app-vim/ctx/ctx-1.17.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/ctx/ChangeLog b/app-vim/ctx/ChangeLog index 8d700260368b..395ad4a9eaae 100644 --- a/app-vim/ctx/ChangeLog +++ b/app-vim/ctx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/ctx # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/ctx/ChangeLog,v 1.2 2003/08/19 02:03:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ctx/ChangeLog,v 1.3 2003/11/15 04:38:01 agriffis Exp $ + + 14 Nov 2003; Aron Griffis <agriffis@gentoo.org> ctx-1.17.ebuild: + Stable on ia64 18 Aug 2003; Aron Griffis <agriffis@gentoo.org> ctx-1.17.ebuild: Mark stable on alpha and x86 diff --git a/app-vim/ctx/Manifest b/app-vim/ctx/Manifest index 970c710ecaea..e0dfef04aa2f 100644 --- a/app-vim/ctx/Manifest +++ b/app-vim/ctx/Manifest @@ -1,4 +1,4 @@ -MD5 1ffe248afa0a8c5c7cd4d9c244de8499 ChangeLog 431 -MD5 597dd91e9651bfb07877951516a6952e ctx-1.17.ebuild 400 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 +MD5 f76a4c5787f6ddc1f4caeac2277ff7cb ctx-1.17.ebuild 405 +MD5 0e8b3a01828eac291b568c7b1fdc37a0 ChangeLog 516 MD5 754dc58fc977f4a0b2beaa96ef1c80cc files/digest-ctx-1.17 59 diff --git a/app-vim/ctx/ctx-1.17.ebuild b/app-vim/ctx/ctx-1.17.ebuild index 75566cc6b3b9..1463138462d8 100644 --- a/app-vim/ctx/ctx-1.17.ebuild +++ b/app-vim/ctx/ctx-1.17.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/ctx/ctx-1.17.ebuild,v 1.2 2003/08/19 02:03:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ctx/ctx-1.17.ebuild,v 1.3 2003/11/15 04:38:01 agriffis Exp $ inherit vim-plugin DESCRIPTION="vim plugin: display current scope context in a C file" HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/" LICENSE="GPL-2" -KEYWORDS="x86 alpha" +KEYWORDS="x86 alpha ia64" |