public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: app-vim/lh-system-tools/
@ 2012-06-29  6:14 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2012-06-29  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     651926c10df28f58da54fde43a19881ab090a453
Author:     Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Fri Jun 29 05:52:15 2012 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 05:52:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=651926c1

initial commit

---
 app-vim/lh-system-tools/Manifest                   |    1 +
 app-vim/lh-system-tools/lh-system-tools-scm.ebuild |   25 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/app-vim/lh-system-tools/Manifest b/app-vim/lh-system-tools/Manifest
new file mode 100644
index 0000000..b6318f7
--- /dev/null
+++ b/app-vim/lh-system-tools/Manifest
@@ -0,0 +1 @@
+EBUILD lh-system-tools-scm.ebuild 533 RMD160 32d7f9f5fe9ea747482c8e84d035c6ca1bee2531 SHA1 9024b73752dfb22670e5cd0413514faeb589cf8e SHA256 1a644eb5bbb87adb0ed7f295a3fb0502cbb9346615954c4eff76be5986f40a9b

diff --git a/app-vim/lh-system-tools/lh-system-tools-scm.ebuild b/app-vim/lh-system-tools/lh-system-tools-scm.ebuild
new file mode 100644
index 0000000..1eb6dff
--- /dev/null
+++ b/app-vim/lh-system-tools/lh-system-tools-scm.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+VIM_PLUGIN_VIM_VERSION="7.0"
+inherit subversion vim-plugin
+
+DESCRIPTION="vim plugin: generic suite of functions for analysing source code"
+HOMEPAGE="http://code.google.com/p/lh-vim/"
+SRC_URI=""
+ESVN_REPO_URI="http://lh-vim.googlecode.com/svn/system-tools/trunk"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="system_utils"
+
+RDEPEND="app-vim/lh-vim-lib"
+
+src_prepare() {
+	rm -r mkVba
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/dev-zero:master commit in: app-vim/lh-system-tools/
@ 2012-06-29  6:14 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2012-06-29  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     239eb19d101428fe4c27f17d9418baf29e7c4cfc
Author:     Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Fri Jun 29 05:56:32 2012 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 05:56:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=239eb19d

update description

---
 app-vim/lh-system-tools/Manifest                   |    2 +-
 app-vim/lh-system-tools/lh-system-tools-scm.ebuild |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/lh-system-tools/Manifest b/app-vim/lh-system-tools/Manifest
index b6318f7..fc4ef65 100644
--- a/app-vim/lh-system-tools/Manifest
+++ b/app-vim/lh-system-tools/Manifest
@@ -1 +1 @@
-EBUILD lh-system-tools-scm.ebuild 533 RMD160 32d7f9f5fe9ea747482c8e84d035c6ca1bee2531 SHA1 9024b73752dfb22670e5cd0413514faeb589cf8e SHA256 1a644eb5bbb87adb0ed7f295a3fb0502cbb9346615954c4eff76be5986f40a9b
+EBUILD lh-system-tools-scm.ebuild 529 RMD160 83bb3492a82ce61cbc50617f8e981399b3e99179 SHA1 1acc0cf9954ef19213b7f2282533fb112a3e7e36 SHA256 c775d2e7bf03a8d31d749514f4bf977461599ae6434bbfd6141af34697cacdda

diff --git a/app-vim/lh-system-tools/lh-system-tools-scm.ebuild b/app-vim/lh-system-tools/lh-system-tools-scm.ebuild
index 1eb6dff..319de45 100644
--- a/app-vim/lh-system-tools/lh-system-tools-scm.ebuild
+++ b/app-vim/lh-system-tools/lh-system-tools-scm.ebuild
@@ -7,7 +7,7 @@ EAPI=4
 VIM_PLUGIN_VIM_VERSION="7.0"
 inherit subversion vim-plugin
 
-DESCRIPTION="vim plugin: generic suite of functions for analysing source code"
+DESCRIPTION="vim plugin: Portable wrappers for external tools and shells."
 HOMEPAGE="http://code.google.com/p/lh-vim/"
 SRC_URI=""
 ESVN_REPO_URI="http://lh-vim.googlecode.com/svn/system-tools/trunk"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-29  6:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29  6:14 [gentoo-commits] dev/dev-zero:master commit in: app-vim/lh-system-tools/ Tiziano Müller
  -- strict thread matches above, loose matches on Subject: below --
2012-06-29  6:14 Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox