]> Pileus Git - ~andy/sunrise/commitdiff
app-vim/project: New ebuild for bug 255591
authorMounir Lamouri <volkmar@gentoo.org>
Tue, 20 Jan 2009 21:45:11 +0000 (21:45 +0000)
committerMounir Lamouri <volkmar@gentoo.org>
Tue, 20 Jan 2009 21:45:11 +0000 (21:45 +0000)
svn path=/sunrise/; revision=7749

app-vim/project/ChangeLog [new file with mode: 0644]
app-vim/project/Manifest [new file with mode: 0644]
app-vim/project/metadata.xml [new file with mode: 0644]
app-vim/project/project-1.4.1.ebuild [new file with mode: 0644]

diff --git a/app-vim/project/ChangeLog b/app-vim/project/ChangeLog
new file mode 100644 (file)
index 0000000..d9622b7
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for app-vim/project
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  20 Jan 2009; Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
+  +project-1.4.1.ebuild, +metadata.xml:
+  New ebuild for bug 255591
+
diff --git a/app-vim/project/Manifest b/app-vim/project/Manifest
new file mode 100644 (file)
index 0000000..ef4fd30
--- /dev/null
@@ -0,0 +1,4 @@
+DIST project-1.4.1.tar.gz 20705 RMD160 d5db62b837d093f4ca8bf033d78d269fe13c108d SHA1 aeccc62c44ccc246a3e64cf897819dcb037fa1f6 SHA256 6e0c60cb2782d8232182124b0b617fdb6f1e1fcf0259273ce717940976d0b097
+EBUILD project-1.4.1.ebuild 459 RMD160 c3ddada3de0dd32fe236901502d1d8ddd48fa915 SHA1 69f71ca763946327e9728014b5d6cadbd311e9c8 SHA256 1d6bade8a3296cd22f242450ee2c554268917c11b5a013b94df1066191536a62
+MISC ChangeLog 252 RMD160 61685fb744ffe8895c10b669fb541dbc9860be7e SHA1 77cbf6cc8ad8acdb94d72f2181acb97988ade988 SHA256 f8a91bf41da564af93fc6cf27d511c025c79c6422353e03a5d6451883e19d4ee
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-vim/project/metadata.xml b/app-vim/project/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -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>
diff --git a/app-vim/project/project-1.4.1.ebuild b/app-vim/project/project-1.4.1.ebuild
new file mode 100644 (file)
index 0000000..df32b6d
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Managing multiple projects with multiple sources"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=69"
+SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=6273
+       -> ${P}.tar.gz"
+LICENSE="as-is"
+KEYWORDS="~ppc"
+IUSE=""
+
+S=${WORKDIR}
+
+VIM_PLUGIN_HELPFILES="project"