From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 26C0313827E for ; Sat, 7 Dec 2013 18:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C747BE0AEA; Sat, 7 Dec 2013 18:01:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5460EE0AEA for ; Sat, 7 Dec 2013 18:01:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2799B33F27E for ; Sat, 7 Dec 2013 18:01:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A15A21100C3 for ; Sat, 7 Dec 2013 18:01:01 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386439254.b762d49e112c1ce997265c72e1f975b11953fbdf.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-vcs/hub/ChangeLog dev-vcs/hub/hub-9999.ebuild dev-vcs/hub/metadata.xml X-VCS-Directories: dev-vcs/hub/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b762d49e112c1ce997265c72e1f975b11953fbdf X-VCS-Branch: master Date: Sat, 7 Dec 2013 18:01:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2922f998-af10-4f57-a805-43395f7a3e7e X-Archives-Hash: 6e6f1f89de7888134ee476d79bd37a7f commit: b762d49e112c1ce997265c72e1f975b11953fbdf Author: Justin Lecher gentoo org> AuthorDate: Sat Dec 7 18:00:54 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Dec 7 18:00:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b762d49e dev-vcs/hub: Add live ebuild Package-Manager: portage-2.2.7 --- dev-vcs/hub/ChangeLog | 23 +++++++++++++++++++++++ dev-vcs/hub/hub-9999.ebuild | 37 +++++++++++++++++++++++++++++++++++++ dev-vcs/hub/metadata.xml | 11 +++++++++++ 3 files changed, 71 insertions(+) diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog new file mode 100644 index 0000000..4029631 --- /dev/null +++ b/dev-vcs/hub/ChangeLog @@ -0,0 +1,23 @@ +# 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.3 2013/05/31 23:14:44 ottxor Exp $ + +*hub-9999 (07 Dec 2013) + + 07 Dec 2013; Justin Lecher +hub-9999.ebuild, +metadata.xml: + Add live ebuild + +*hub-1.10.6 (31 May 2013) + + 31 May 2013; Christoph Junghans +hub-1.10.6.ebuild, + -hub-1.10.4.ebuild: + version bump (bug #471786, thx to Ewoud) + + 11 Jan 2013; Christoph Junghans hub-1.10.4.ebuild: + updated SRC_URI + +*hub-1.10.4 (10 Jan 2013) + + 10 Jan 2013; Christoph Junghans +hub-1.10.4.ebuild, + +metadata.xml: + initial commit diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild new file mode 100644 index 0000000..ed012b5 --- /dev/null +++ b/dev-vcs/hub/hub-9999.ebuild @@ -0,0 +1,37 @@ +# 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.6.ebuild,v 1.1 2013/05/31 23:14:44 ottxor Exp $ + +EAPI="5" + +USE_RUBY="ruby18 ruby19" +RUBY_FAKEGEM_TASK_DOC= +RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md" + +inherit git-r3 readme.gentoo 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="" +EGIT_REPO_URI="https://github.com/github/hub.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +RDEPEND=">=dev-vcs/git-1.7.3" + +DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc" + +src_unpack() { + local EGIT_CHECKOUT_DIR="${WORKDIR}/all/${P}" + + ruby-ng_src_unpack + git-r3_src_unpack +} + +src_install() { + ruby-ng_src_install + readme.gentoo_create_doc +} diff --git a/dev-vcs/hub/metadata.xml b/dev-vcs/hub/metadata.xml new file mode 100644 index 0000000..28f0eb2 --- /dev/null +++ b/dev-vcs/hub/metadata.xml @@ -0,0 +1,11 @@ + + + + + ottxor@gentoo.org + Christoph Junghans + + + defunkt/hub + +