diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-08-12 02:10:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-08-12 02:10:52 +0000 |
commit | cc2ad189bc398e238a10a16546e272bfc17da5ef (patch) | |
tree | ec578e4994494b788529395e9efd375f36994a5f /app-vim/xsl | |
parent | add app-vim/xsl (diff) | |
download | gentoo-2-cc2ad189bc398e238a10a16546e272bfc17da5ef.tar.gz gentoo-2-cc2ad189bc398e238a10a16546e272bfc17da5ef.tar.bz2 gentoo-2-cc2ad189bc398e238a10a16546e272bfc17da5ef.zip |
add app-vim/xsl
Diffstat (limited to 'app-vim/xsl')
-rw-r--r-- | app-vim/xsl/ChangeLog | 12 | ||||
-rw-r--r-- | app-vim/xsl/Manifest | 4 | ||||
-rw-r--r-- | app-vim/xsl/files/digest-xsl-0.3.11 | 1 | ||||
-rw-r--r-- | app-vim/xsl/metadata.xml | 5 | ||||
-rw-r--r-- | app-vim/xsl/xsl-0.3.11.ebuild | 10 |
5 files changed, 31 insertions, 1 deletions
diff --git a/app-vim/xsl/ChangeLog b/app-vim/xsl/ChangeLog new file mode 100644 index 000000000000..06a4c0145969 --- /dev/null +++ b/app-vim/xsl/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-vim/xsl +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl/ChangeLog,v 1.1 2003/08/12 02:10:45 agriffis Exp $ + +*xsl-0.3.11 (11 Aug 2003) + + 11 Aug 2003; Aron Griffis <agriffis@gentoo.org> xsl-0.3.11.ebuild: + Initial import of app-vim/xsl. Attempted to contact the author regarding the + license of this plugin, but was unsuccessful so far. Considering the file + bears no copyright or license information, and the file is freely available + from vim.org, assuming the vim license is sufficient until otherwise informed. + diff --git a/app-vim/xsl/Manifest b/app-vim/xsl/Manifest index 114b5e9d0647..2d868b418783 100644 --- a/app-vim/xsl/Manifest +++ b/app-vim/xsl/Manifest @@ -1,2 +1,4 @@ -MD5 e9c1e168c88fe0efa96a93433d2bd89b xsl-0.3.11.ebuild 408 +MD5 b37a90f210ccc2ddb71d4d610c76fb4c xsl-0.3.11.ebuild 408 +MD5 eafd66539fed38c482d570c8eadf4b4e ChangeLog 617 +MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 bc603dbb77c32a081d0ab8c64a835d0f files/digest-xsl-0.3.11 61 diff --git a/app-vim/xsl/files/digest-xsl-0.3.11 b/app-vim/xsl/files/digest-xsl-0.3.11 new file mode 100644 index 000000000000..4384c2f1ac69 --- /dev/null +++ b/app-vim/xsl/files/digest-xsl-0.3.11 @@ -0,0 +1 @@ +MD5 007631252d8ef9e6178ce97a2c91e906 xsl-0.3.11.tar.bz2 5769 diff --git a/app-vim/xsl/metadata.xml b/app-vim/xsl/metadata.xml new file mode 100644 index 000000000000..5fcb67350f69 --- /dev/null +++ b/app-vim/xsl/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> diff --git a/app-vim/xsl/xsl-0.3.11.ebuild b/app-vim/xsl/xsl-0.3.11.ebuild new file mode 100644 index 000000000000..3de4b7caf16b --- /dev/null +++ b/app-vim/xsl/xsl-0.3.11.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/xsl/xsl-0.3.11.ebuild,v 1.1 2003/08/12 02:10:45 agriffis Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257" +LICENSE="vim" +KEYWORDS="~x86 ~alpha" |