public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: app-vim/gdbmgr/
@ 2012-07-02  8:08 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2012-07-02  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6aabc3f67365d0a776f4270f16fabfe4f9ec8f86
Author:     Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Mon Jul  2 06:17:52 2012 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Jul  2 06:17:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=6aabc3f6

initial commit

---
 app-vim/gdbmgr/Manifest        |    2 +
 app-vim/gdbmgr/gdbmgr-1.ebuild |   43 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/app-vim/gdbmgr/Manifest b/app-vim/gdbmgr/Manifest
new file mode 100644
index 0000000..87a7e2f
--- /dev/null
+++ b/app-vim/gdbmgr/Manifest
@@ -0,0 +1,2 @@
+DIST gdbmgr-1.tar.gz 74646 RMD160 9699e699f51917658df1a314166a5f5a1c58184a SHA1 2ac4110a8147c693dcb94c815c4495e563f15d72 SHA256 77f397b58c3cc454afa204634495bfa9940e25330f82eea95eee07d375fbaa44
+EBUILD gdbmgr-1.ebuild 842 RMD160 fcd057560aae0fe6d3d440cde622addcc4852232 SHA1 268ffd0d4221a98e78fd7b75b25b464b6510c450 SHA256 d0954b8e31cd7202f91d6dd9c7952b55dc6ad9c54d8229e557b9a7ef07a0786e

diff --git a/app-vim/gdbmgr/gdbmgr-1.ebuild b/app-vim/gdbmgr/gdbmgr-1.ebuild
new file mode 100644
index 0000000..e2611e2
--- /dev/null
+++ b/app-vim/gdbmgr/gdbmgr-1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+VIM_PLUGIN_VIM_VERSION="7.3"
+inherit vim-plugin toolchain-funcs
+
+DESCRIPTION="vim plugin: vim interface to gdb"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4104"
+SRC_URI="${P}.tar.gz"
+
+LICENSE="vim"
+KEYWORDS="~amd64"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="gdbmgr"
+
+DEPEND="|| ( app-editors/vim[perl] 
+		app-editors/vim[python] 
+		app-editors/vim[ruby] )"
+RDEPEND="${DEPEND}
+	sys-devel/gdb"
+
+S="${WORKDIR}"
+
+src_configure() {
+	sed -i \
+		-e "s|gcc|$(tc-getCC)|" \
+		-e "s|\(-shared\)|${LDFLAGS} \1|" \
+		gdbmgr/src/Makefile || die "sed failed"
+}
+
+src_compile() {
+	emake -C gdbmgr/src
+}
+
+src_install() {
+	dolib.so gdbmgr/src/gdbmgr.so
+	rm -rf gdbmgr || die "removing sources failed"
+	vim-plugin_src_install
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-02  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02  8:08 [gentoo-commits] dev/dev-zero:master commit in: app-vim/gdbmgr/ 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