diff options
author | 2009-08-03 22:14:06 +0000 | |
---|---|---|
committer | 2009-08-03 22:14:06 +0000 | |
commit | 69881adf89cbe6b2a68f1f26c6811c50ca0665c9 (patch) | |
tree | 7ba74aabd171144fe4f95a9c431b573b55ad44ad /dev-perl/Text-VimColor | |
parent | dev-util/rsvndump: New Ebuild for bug 280039 (diff) | |
download | sunrise-69881adf89cbe6b2a68f1f26c6811c50ca0665c9.tar.gz sunrise-69881adf89cbe6b2a68f1f26c6811c50ca0665c9.tar.bz2 sunrise-69881adf89cbe6b2a68f1f26c6811c50ca0665c9.zip |
dev-perl/Text-VimColor: Ebuild for Text::VimColor perl module (bug #280223).
svn path=/sunrise/; revision=8939
Diffstat (limited to 'dev-perl/Text-VimColor')
-rw-r--r-- | dev-perl/Text-VimColor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-VimColor/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Text-VimColor/Text-VimColor-0.11.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Text-VimColor/metadata.xml | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Text-VimColor/ChangeLog b/dev-perl/Text-VimColor/ChangeLog new file mode 100644 index 000000000..6cc84aaf0 --- /dev/null +++ b/dev-perl/Text-VimColor/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/Text-VimColor +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 03 Aug 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl> + +Text-VimColor-0.11.ebuild, +metadata.xml: + Ebuild for Text::VimColor perl module (bug #280223). + diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest new file mode 100644 index 000000000..619ee476b --- /dev/null +++ b/dev-perl/Text-VimColor/Manifest @@ -0,0 +1,4 @@ +DIST Text-VimColor-0.11.tar.gz 20375 RMD160 0393eb6f079d47abfa9af00bd80025c52ad042d0 SHA1 5073ae91074a41dd1e6d22c0cf2a6934f0bb3a39 SHA256 daea9dcdd1ad3d5c18c843e13f1508540e5bc838a908e59a4e90bfd1ce9a52fa +EBUILD Text-VimColor-0.11.ebuild 303 RMD160 4d8ff563339359eafd5a6301785bcc1788e4ac26 SHA1 f9cc1e4924aec5ae17472a7c604a5e0288112cb3 SHA256 679aa249e9ed304dff75c879d0e6754edda3df9b9f22c3d8a2e0a5855803218d +MISC ChangeLog 288 RMD160 eaada9faf90124b09988b063f626297a6b36d79f SHA1 dda26f3f2966b3a404d61faa0125b4be7c923bd2 SHA256 ba5f0c9b8f5190879c18bfc97b707ad50f62ef271a8441efae8ff824e8b28de9 +MISC metadata.xml 171 RMD160 ed284df01c230fc7990a6b5888b39166d23f29ba SHA1 f3d64a69044b710e23fb874b3ee4cd338858c8b4 SHA256 a7b30fbacd0e4c312c07a3efac112a3794c81d134442d8104325734d03425adf diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.11.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.11.ebuild new file mode 100644 index 000000000..e7359f341 --- /dev/null +++ b/dev-perl/Text-VimColor/Text-VimColor-0.11.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +MODULE_AUTHOR="GEOFFR" +inherit perl-module + +DESCRIPTION="Syntax highlighting using vim" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-perl/Path-Class + app-editors/vim" diff --git a/dev-perl/Text-VimColor/metadata.xml b/dev-perl/Text-VimColor/metadata.xml new file mode 100644 index 000000000..6f1d493c5 --- /dev/null +++ b/dev-perl/Text-VimColor/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>maintainer-wanted</herd> +</pkgmetadata> |