From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/dev-zero:master commit in: app-vim/gdbmgr/
Date: Mon, 2 Jul 2012 08:08:57 +0000 (UTC) [thread overview]
Message-ID: <1341209872.6aabc3f67365d0a776f4270f16fabfe4f9ec8f86.dev-zero@gentoo> (raw)
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
+}
reply other threads:[~2012-07-02 8:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1341209872.6aabc3f67365d0a776f4270f16fabfe4f9ec8f86.dev-zero@gentoo \
--to=dev-zero@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox