summaryrefslogtreecommitdiff
path: root/app-vim/exheres-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-vim/exheres-syntax
reinit the tree, so we can have metadata
Diffstat (limited to 'app-vim/exheres-syntax')
-rw-r--r--app-vim/exheres-syntax/Manifest6
-rw-r--r--app-vim/exheres-syntax/exheres-syntax-20090310.ebuild16
-rw-r--r--app-vim/exheres-syntax/exheres-syntax-99999999.ebuild28
-rw-r--r--app-vim/exheres-syntax/metadata.xml8
4 files changed, 58 insertions, 0 deletions
diff --git a/app-vim/exheres-syntax/Manifest b/app-vim/exheres-syntax/Manifest
new file mode 100644
index 000000000000..9e9db748f4ee
--- /dev/null
+++ b/app-vim/exheres-syntax/Manifest
@@ -0,0 +1,6 @@
+DIST exheres-syntax-20090310.tar.bz2 3670 SHA256 45e6b60101679b5d8e2f93024a78f7ce15087dfce8e4d06fa52adb2281416ed3 SHA512 616ef17367c68157d715321e457aaf0c65c97329f0848cb964d8974b6a85b4147f2e192b2ea3fcbfa3970e095bd9874203ce9723c73d1ef8350200732198c79f WHIRLPOOL 75622f4a75c7bba7d224708babc6c95e985b3dbda415a064d2f157394ec90e8c957f6f9f28093ac1c51a2e3f3f4824b3daca3724ea2341e2fd91829b71398c2b
+EBUILD exheres-syntax-20090310.ebuild 421 SHA256 2d94ef9899612f9e76aeaaeb39b1916640d300d26f88f15af7085c0eab45bdcb SHA512 f0db326fb3f884bbeca9d47e592712304caf6e5ebfa73b7d68a7155d7b93a7248fa984d5d89c966dff5288174b47dc1d3572ac77c9c4797aec0731bf5e19301c WHIRLPOOL 4c2486341732a0b60d1293760cb42160d78f5fe2f95a600e3a36e004139bde5ab760979b4d469c63f0eeb79ea5928dbc096ef5fd382a8f4a1156d3bb2bcc5514
+EBUILD exheres-syntax-99999999.ebuild 534 SHA256 059e31e6ddfd8fd6b2486d71093b7418887bcb25c8f26a7fe988ce900d7a1d54 SHA512 c10c375fb2743cebd415753cfad22070eae9f265b8474406e05008eb1a2c965f711d4e7e6a5bc0f869da55f2fe711545e5c5598e30f4fc2408010107cf5641b3 WHIRLPOOL 45b844a5b97326e73403a3b97a3517ec7717f5a4d85ac762bd866853dc2e42fd4832db514539e6271cd3f7c624116eb612a1459a1fbe6358858c296a00cedd35
+MISC ChangeLog 2877 SHA256 1247328b28469baa0ea0eb08900aa3ec97a6141a75cc4af21dddddfe9784e822 SHA512 86c587d041d5165be120b53ddd720436858b3cdb5d207f6adf89705aa70c610f8c1d3219d72444bfca323098e3e1fd9ecc06494730b56e9351e2adaf85fdb831 WHIRLPOOL c292219ebeba0e34326239128520a24261db68b5213f4262fb0903d62f15f5b88476c29732bc0d7cd1ab39e3cb067de6f6083a936ad84385025bbe89b5b0ed3e
+MISC ChangeLog-2015 1750 SHA256 ec74c262d4690cae52ebe70801264dfd11522069c9847aecf35533b23c0a6b30 SHA512 431d8202553b0ed5db767ade058ecf749124e77b6301c41d4493c9cc6f3785872eeb983a98245bb4d9a8f7f6253e1fb8c303c98d5caba8dea305a3840d88b61d WHIRLPOOL 0d011251f4cfdbf28a41ff52db0d161d11860018691c38baeff515fde49a5b02c218aee0da8a092937b5ca38a699411c2cf43a54ce62e34b6af07d7b1c47a7a3
+MISC metadata.xml 251 SHA256 dee93318950834fb3070635d3e52a341e9b4aa2b423a4e2ce448f3ab24f529a4 SHA512 5c10f22ced866afcb94b97662e270d3d4164ca9f988621c13d6a7c4508da8d9e9bbb804798cd468a2cc84ae9fd61aff32c782a372b0b8de145c1ea71751bab34 WHIRLPOOL 09030caf79f07fcbbb9cdba8617452f34bdd4646c243c34bf9fb7734c304fed2330f9f23129a71d72894f3efa10599c874d5176ab7df2ede27495ab8e71d3216
diff --git a/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild b/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild
new file mode 100644
index 000000000000..d7afc8d55ad1
--- /dev/null
+++ b/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: exheres format highlighting"
+HOMEPAGE="http://www.exherbo.org/"
+SRC_URI="http://dev.exherbo.org/~ahf/pub/software/releases/${PN}/${P}.tar.bz2"
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="exheres-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
diff --git a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild
new file mode 100644
index 000000000000..dd2c8f010758
--- /dev/null
+++ b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit vim-plugin git-2
+
+DESCRIPTION="vim plugin: exheres format highlighting"
+HOMEPAGE="http://www.exherbo.org/"
+EGIT_REPO_URI="git://git.exherbo.org/${PN}.git
+ http://git.exherbo.org/pub/scm/${PN}.git"
+unset SRC_URI
+
+LICENSE="vim"
+SLOT="0"
+IUSE=""
+KEYWORDS=""
+
+VIM_PLUGIN_HELPFILES="exheres-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_unpack() {
+ git-2_src_unpack
+ cd "${S}"
+ rm .gitignore Makefile
+}
+
+src_compile() {
+ :
+}
diff --git a/app-vim/exheres-syntax/metadata.xml b/app-vim/exheres-syntax/metadata.xml
new file mode 100644
index 000000000000..bf51ac0c6417
--- /dev/null
+++ b/app-vim/exheres-syntax/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+</maintainer>
+</pkgmetadata>