diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-12-25 17:52:55 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-12-25 17:52:55 +0000 |
commit | 6185fee099b1f7ab6c44cb657bf3128346796b54 (patch) | |
tree | 621c488c52c36b3e43c14d9c189454a2c7feb18d | |
parent | version bump, remove old (diff) | |
download | gentoo-2-6185fee099b1f7ab6c44cb657bf3128346796b54.tar.gz gentoo-2-6185fee099b1f7ab6c44cb657bf3128346796b54.tar.bz2 gentoo-2-6185fee099b1f7ab6c44cb657bf3128346796b54.zip |
dev-vcs/hub: Version BUmp
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r-- | dev-vcs/hub/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/hub/hub-1.11.0.ebuild | 29 | ||||
-rw-r--r-- | dev-vcs/hub/metadata.xml | 14 |
3 files changed, 43 insertions, 8 deletions
diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog index abbc76ed8151..2363cd7cc245 100644 --- a/dev-vcs/hub/ChangeLog +++ b/dev-vcs/hub/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.4 2013/12/25 17:52:55 jlec Exp $ + +*hub-1.11.0 (25 Dec 2013) + + 25 Dec 2013; Justin Lecher <jlec@gentoo.org> +hub-1.11.0.ebuild, + metadata.xml: + Version BUmp *hub-1.10.6 (31 May 2013) diff --git a/dev-vcs/hub/hub-1.11.0.ebuild b/dev-vcs/hub/hub-1.11.0.ebuild new file mode 100644 index 000000000000..04cf59c5f6ec --- /dev/null +++ b/dev-vcs/hub/hub-1.11.0.ebuild @@ -0,0 +1,29 @@ +# 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.11.0.ebuild,v 1.1 2013/12/25 17:52:55 jlec Exp $ + +EAPI="5" + +USE_RUBY="ruby18 ruby19" +RUBY_FAKEGEM_TASK_DOC= +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit 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="https://github.com/defunkt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +RDEPEND=">=dev-vcs/git-1.7.3" + +DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc" + +src_install() { + ruby-ng_src_install + readme.gentoo_create_doc +} diff --git a/dev-vcs/hub/metadata.xml b/dev-vcs/hub/metadata.xml index 02a03f3546ac..28f0eb2ec209 100644 --- a/dev-vcs/hub/metadata.xml +++ b/dev-vcs/hub/metadata.xml @@ -1,11 +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> + <maintainer> + <email>ottxor@gentoo.org</email> + <name>Christoph Junghans</name> + </maintainer> + <upstream> + <remote-id type="github">defunkt/hub</remote-id> + </upstream> </pkgmetadata> |