summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Böhm <bb@xnull.de>2010-07-02 22:24:42 +0200
committerBenedikt Böhm <bb@xnull.de>2010-07-02 22:24:42 +0200
commit4d36b319d17a840a89b9225da8abcfcb2050a169 (patch)
tree000f398652ab41556d996f95232e6e0fceb98765 /dev-vcs
parentadd multitouch x11 drivers (diff)
downloadbetagarden-4d36b319d17a840a89b9225da8abcfcb2050a169.tar.gz
betagarden-4d36b319d17a840a89b9225da8abcfcb2050a169.tar.bz2
betagarden-4d36b319d17a840a89b9225da8abcfcb2050a169.zip
add dev-vcs/braid
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/braid/Manifest2
-rw-r--r--dev-vcs/braid/braid-0.6.1.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-vcs/braid/Manifest b/dev-vcs/braid/Manifest
new file mode 100644
index 0000000..f00d051
--- /dev/null
+++ b/dev-vcs/braid/Manifest
@@ -0,0 +1,2 @@
+DIST braid-0.6.1.gem 23806 RMD160 8cefac4ab8c3581dc04543c01437e801582492f0 SHA1 f4cf9b0fdcba4e6f3eaaeb6fdcf476857358cc14 SHA256 38308b671401ff5073203c40a571b9a5399d8cd90784f818341d3d797aff1779
+EBUILD braid-0.6.1.ebuild 499 RMD160 74e9d628aa7f955eae0371a6fd9f06144f2784e0 SHA1 934b178d768048fdc4dbf79f167580c14287f5e3 SHA256 903e28718b55f7f7a373102ee3418ebb3f0fe5f5a2622ad7263a43a0f08cba53
diff --git a/dev-vcs/braid/braid-0.6.1.ebuild b/dev-vcs/braid/braid-0.6.1.ebuild
new file mode 100644
index 0000000..d79a937
--- /dev/null
+++ b/dev-vcs/braid/braid-0.6.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+USE_RUBY="ruby18"
+inherit ruby-fakegem
+
+DESCRIPTION="Braid is a simple tool to help track git and svn vendor branches in a git repository."
+HOMEPAGE="http://github.com/evilchelu/braid"
+SRC_URI="http://github.com/evilchelu/braid/tarball/v0.6.1 -> ${P}.gem"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/main-2.8.0
+ >=dev-ruby/open4-0.9.6"