summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-01-10 04:09:49 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-01-10 04:09:49 +0000
commit6255bdb54c024f2c18ee286d5af9257220893430 (patch)
tree2757757074d11e4bd7c07b6970cb4a1554c225ea /dev-vcs
parentfix metadata herd (diff)
downloadgentoo-2-6255bdb54c024f2c18ee286d5af9257220893430.tar.gz
gentoo-2-6255bdb54c024f2c18ee286d5af9257220893430.tar.bz2
gentoo-2-6255bdb54c024f2c18ee286d5af9257220893430.zip
initial commit
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/hub/ChangeLog9
-rw-r--r--dev-vcs/hub/Manifest3
-rw-r--r--dev-vcs/hub/hub-1.10.4.ebuild27
-rw-r--r--dev-vcs/hub/metadata.xml11
4 files changed, 50 insertions, 0 deletions
diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
new file mode 100644
index 000000000000..51df2e27db6b
--- /dev/null
+++ b/dev-vcs/hub/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-vcs/hub
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.1 2013/01/10 04:09:49 ottxor Exp $
+
+*hub-1.10.4 (10 Jan 2013)
+
+ 10 Jan 2013; Christoph Junghans <ottxor@gentoo.org> +hub-1.10.4.ebuild,
+ +metadata.xml:
+ initial commit
diff --git a/dev-vcs/hub/Manifest b/dev-vcs/hub/Manifest
new file mode 100644
index 000000000000..cea0f221ead3
--- /dev/null
+++ b/dev-vcs/hub/Manifest
@@ -0,0 +1,3 @@
+DIST hub-1.10.4.tar.gz 57056 SHA256 13ef06c55573fe159be3ae6f3ee92522e0e094e4a4e2f8eb06ca4052eace55ec SHA512 8ff2b14404d956b18fb430eb87adf717559fb8267f059a7decebd7adaa2fd38d9ea6275526eb81292e86e9d2b170f93dc39ca032d94fc7f7857d4f97f4150e3c WHIRLPOOL 0d6ce0eef7257b3bb322821959eb5e5c856144de9fbc427ce30913763f2bc719047cc5d5a3922d967732b4bf9ec1cc5cc2ae34dc14431aba97acd94d0da69463
+EBUILD hub-1.10.4.ebuild 665 SHA256 f50a41fc495d85709dd53ba06a41d4bb81094c81468d5a2521edd9686eb5479b SHA512 994d9c1038bfd8ad96e471c206085bb146fdc55603022dc697aa56077d47f4a61f6f0dcad99d3c8d3b708fa11d934be5dcdb5a08e26a57ef0d68f205162fedd0 WHIRLPOOL dbfc4e60a159408caf34756c2cb2d8450224fb331518a15e94e4d7ae597335919aa76e10b1d5245259901ee747563985913f3f50bf4a69b42b8862f7ea88d928
+MISC metadata.xml 313 SHA256 35e244990c2f643dafc9185d7ad4f66905eff975fc2b9d25966793119ffe23aa SHA512 59ebc90d50fcbe9738f5ac5094d349e48962806fdf829e686194c95f59a6e50d5aada1584dfc3bd692df684c37ff0e8e152ae899d6c06b486c9444e7fd8e80b4 WHIRLPOOL 0f4110ee9038600b3446703a3ebbb62145801f715d1e57045f5267f4b9f2ecea3d9dcf7256d734a711880e432d09feba63a04026970aaf868cf608a1b079b1e5
diff --git a/dev-vcs/hub/hub-1.10.4.ebuild b/dev-vcs/hub/hub-1.10.4.ebuild
new file mode 100644
index 000000000000..5cefa3a3b77a
--- /dev/null
+++ b/dev-vcs/hub/hub-1.10.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.10.4.ebuild,v 1.1 2013/01/10 04:09:49 ottxor Exp $
+
+EAPI="5"
+
+USE_RUBY="ruby18 ruby19"
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
+RUBY_S="*-${PN}-*"
+
+inherit ruby-fakegem
+
+ruby_add_bdepend "test? ( dev-ruby/webmock dev-util/cucumber )"
+
+DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
+HOMEPAGE="http://defunkt.io/hub/"
+SRC_URI="https://github.com/defunkt/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+DEPEND=">=dev-vcs/git-1.7.3"
+
+pkg_postinst() {
+ einfo "You may want to add 'alias git=hub' to your .bashrc"
+}
diff --git a/dev-vcs/hub/metadata.xml b/dev-vcs/hub/metadata.xml
new file mode 100644
index 000000000000..02a03f3546ac
--- /dev/null
+++ b/dev-vcs/hub/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>ottxor@gentoo.org</email>
+ <name>Christoph Junghans</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">defunkt/hub</remote-id>
+ </upstream>
+</pkgmetadata>