Created
August 19, 2012 11:45
-
-
Save hasufell/3394421 to your computer and use it in GitHub Desktop.
jist-1.0.0.ebuild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2012 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
EAPI=4 | |
USE_RUBY="ruby18 ruby19" | |
RUBY_FAKEGEM_TASK_TEST="" | |
RUBY_FAKEGEM_TASK_DOC="" | |
RUBY_FAKEGEM_EXTRADOC="" | |
inherit ruby-fakegem | |
DESCRIPTION="Publish a gist from Ruby" | |
HOMEPAGE="http://github.com/ConradIrwin/jist" | |
LICENSE="MIT" | |
SLOT="0" | |
KEYWORDS="~amd64 ~x86" | |
IUSE="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment