diff options
Diffstat (limited to 'app-text/jist/jist-1.0.0.ebuild')
-rw-r--r-- | app-text/jist/jist-1.0.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/jist/jist-1.0.0.ebuild b/app-text/jist/jist-1.0.0.ebuild new file mode 100644 index 000000000000..ad3ef64edc8f --- /dev/null +++ b/app-text/jist/jist-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/jist/jist-1.0.0.ebuild,v 1.1 2012/08/19 12:05:12 hasufell Exp $ + +EAPI=4 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="" + +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="" |