summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-08-28 16:57:43 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-08-28 16:57:43 +0000
commit79e9ba1d5cd4b0545b8070d7dbd88683f38976ab (patch)
treee7cc0d707b9de2cace4d543c7e7e0ee8bce7d268 /app-vim/exheres-syntax
parentMarked stable on amd64 (diff)
downloadhistorical-79e9ba1d5cd4b0545b8070d7dbd88683f38976ab.tar.gz
historical-79e9ba1d5cd4b0545b8070d7dbd88683f38976ab.tar.bz2
historical-79e9ba1d5cd4b0545b8070d7dbd88683f38976ab.zip
Bring back live ebuild.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'app-vim/exheres-syntax')
-rw-r--r--app-vim/exheres-syntax/ChangeLog6
-rw-r--r--app-vim/exheres-syntax/Manifest3
-rw-r--r--app-vim/exheres-syntax/exheres-syntax-99999999.ebuild27
3 files changed, 34 insertions, 2 deletions
diff --git a/app-vim/exheres-syntax/ChangeLog b/app-vim/exheres-syntax/ChangeLog
index 1a7afd908052..07f36927bfc5 100644
--- a/app-vim/exheres-syntax/ChangeLog
+++ b/app-vim/exheres-syntax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/exheres-syntax
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/exheres-syntax/ChangeLog,v 1.3 2008/06/20 21:17:54 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/exheres-syntax/ChangeLog,v 1.4 2008/08/28 16:57:43 coldwind Exp $
+
+ 28 Aug 2008; Santiago M. Mola <coldwind@gentoo.org>
+ +exheres-syntax-99999999.ebuild:
+ Bring back live ebuild.
20 Jun 2008; Santiago M. Mola <coldwind@gentoo.org>
exheres-syntax-20080601.ebuild:
diff --git a/app-vim/exheres-syntax/Manifest b/app-vim/exheres-syntax/Manifest
index 98d42ce1472a..a1a90cdec17b 100644
--- a/app-vim/exheres-syntax/Manifest
+++ b/app-vim/exheres-syntax/Manifest
@@ -1,4 +1,5 @@
DIST exheres-syntax-20080601.tar.bz2 4724 RMD160 4c5312c53a45b3c662a7a2bf0ac66ff58300a0f7 SHA1 ff67ab28250cd66cf7a081c32842352924ac1d15 SHA256 d97108a4370adf5d8829357173b5632a5a7f8521c158fc1b3eed4d46c2ef4b90
EBUILD exheres-syntax-20080601.ebuild 551 RMD160 4d44e3118655c0dcdc7490ef0b0194a49e1a9bae SHA1 c40fcd449245964bb60aae673cb3db699595b3d5 SHA256 e5ba5fe63037963b281408740cd307b9b46a1533901702a49e2eba93262d3754
-MISC ChangeLog 741 RMD160 ea25f6e8bde7f38be0b2ae93934e5a59e1108f04 SHA1 a058163835dc4c88e4923dbefa6a041694ae8a07 SHA256 7e4c2a075fca9bf9049ca84bb34a33394273cbe7e4e856f2687636e2cc739b3c
+EBUILD exheres-syntax-99999999.ebuild 616 RMD160 2f768ae182a22bca7fe89dc9c1300a2725bf21fb SHA1 aaa1243770b5e0eec139f0806283a26acbf112d3 SHA256 0b570e21cf110412f2ce84bfdbc666500d185a64bbe6ad79ef559609c7d83d13
+MISC ChangeLog 857 RMD160 8d65ed0db0cf6acb6f042b1ae26dcadfa393313f SHA1 a65bdd5a8b2bf3ea5d6716a0203aace8b11c97c8 SHA256 477285fe6eab5322512269512fc6c55f6f0869b903521e6f364aca1b773004ed
MISC metadata.xml 438 RMD160 b3a17a94d522e95fda1ceb4d0899316ac166f57f SHA1 83210446f00399137f507450d6c417536ffd442c SHA256 226627239268091a10aa905350df35a15a45a72b50aad0fe0ae85f8d292b929c
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..c309c80d5907
--- /dev/null
+++ b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild,v 1.3 2008/08/28 16:57:43 coldwind Exp $
+
+inherit vim-plugin git
+
+DESCRIPTION="vim plugin: exheres format highlighting"
+HOMEPAGE="http://www.exherbo.org/"
+EGIT_REPO_URI="git://git.exherbo.org/exheres-syntax.git"
+unset SRC_URI
+
+LICENSE="vim"
+SLOT="0"
+IUSE=""
+KEYWORDS=""
+
+VIM_PLUGIN_HELPFILES="exheres-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_unpack() {
+ git_src_unpack
+ rm .gitignore Makefile
+}
+
+src_compile() {
+ :
+}