diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-04-13 00:13:39 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-04-13 00:13:39 +0000 |
commit | 6ab70df061edf8106a3db7d4f9d937456f92f69a (patch) | |
tree | 8e2aa836bff3e175d46478b5ea0d5c3a8b878390 /app-text/jist/jist-1.5.0.ebuild | |
parent | Fix libXcm dependency (bug 463412 by Mario Kicherer) (diff) | |
download | gentoo-2-6ab70df061edf8106a3db7d4f9d937456f92f69a.tar.gz gentoo-2-6ab70df061edf8106a3db7d4f9d937456f92f69a.tar.bz2 gentoo-2-6ab70df061edf8106a3db7d4f9d937456f92f69a.zip |
version bump
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/jist/jist-1.5.0.ebuild')
-rw-r--r-- | app-text/jist/jist-1.5.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/jist/jist-1.5.0.ebuild b/app-text/jist/jist-1.5.0.ebuild new file mode 100644 index 000000000000..db7f800cf9d1 --- /dev/null +++ b/app-text/jist/jist-1.5.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/jist/jist-1.5.0.ebuild,v 1.1 2013/04/13 00:13:39 hasufell Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A ruby gem to publish a gist" +HOMEPAGE="http://github.com/ConradIrwin/jist" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend "dev-ruby/json" |