diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-08-05 16:23:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-08-05 16:23:24 +0000 |
commit | 53b60ae2be8b7401d975a825890676fabc862c37 (patch) | |
tree | 88565a1588c5e8aef2786dd4c42f954810288cda /app-vim/ctx | |
parent | add app-vim/ctx (diff) | |
download | gentoo-2-53b60ae2be8b7401d975a825890676fabc862c37.tar.gz gentoo-2-53b60ae2be8b7401d975a825890676fabc862c37.tar.bz2 gentoo-2-53b60ae2be8b7401d975a825890676fabc862c37.zip |
add app-vim/ctx
Diffstat (limited to 'app-vim/ctx')
-rw-r--r-- | app-vim/ctx/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/ctx/Manifest | 4 | ||||
-rw-r--r-- | app-vim/ctx/ctx-1.17.ebuild | 10 | ||||
-rw-r--r-- | app-vim/ctx/files/digest-ctx-1.17 | 1 | ||||
-rw-r--r-- | app-vim/ctx/metadata.xml | 5 |
5 files changed, 27 insertions, 2 deletions
diff --git a/app-vim/ctx/ChangeLog b/app-vim/ctx/ChangeLog new file mode 100644 index 000000000000..ed2c1e6942bd --- /dev/null +++ b/app-vim/ctx/ChangeLog @@ -0,0 +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.1 2003/08/05 16:23:18 agriffis Exp $ + +*ctx-1.17 (05 Aug 2003) + + 05 Aug 2003; Aron Griffis <agriffis@gentoo.org> ctx-1.17.ebuild: + Sixth plugin added to app-vim! + diff --git a/app-vim/ctx/Manifest b/app-vim/ctx/Manifest index a88e6d576a86..e2fe6d967f3c 100644 --- a/app-vim/ctx/Manifest +++ b/app-vim/ctx/Manifest @@ -1,4 +1,4 @@ MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 -MD5 bff4df683a6f8155c9217900f95de950 ctx-1.17.ebuild 407 +MD5 fea14e32813a8aba593da0efc1466eee ctx-1.17.ebuild 402 +MD5 d650d01167082161834fbffecee19312 ChangeLog 332 MD5 754dc58fc977f4a0b2beaa96ef1c80cc files/digest-ctx-1.17 59 -MD5 9fc387344f66e7fd01d658a6bd0f29bd ctx-1.17/plugin/ctx-1.17.vim 13483 diff --git a/app-vim/ctx/ctx-1.17.ebuild b/app-vim/ctx/ctx-1.17.ebuild new file mode 100644 index 000000000000..811cdfd8e097 --- /dev/null +++ b/app-vim/ctx/ctx-1.17.ebuild @@ -0,0 +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.1 2003/08/05 16:23:18 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" diff --git a/app-vim/ctx/files/digest-ctx-1.17 b/app-vim/ctx/files/digest-ctx-1.17 new file mode 100644 index 000000000000..51901582f4d8 --- /dev/null +++ b/app-vim/ctx/files/digest-ctx-1.17 @@ -0,0 +1 @@ +MD5 973f4150b6b05c34f0fb94c08cf69875 ctx-1.17.tar.bz2 4391 diff --git a/app-vim/ctx/metadata.xml b/app-vim/ctx/metadata.xml new file mode 100644 index 000000000000..5fcb67350f69 --- /dev/null +++ b/app-vim/ctx/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +</pkgmetadata> |