diff options
author | 2012-12-10 20:45:50 +0000 | |
---|---|---|
committer | 2012-12-10 20:45:50 +0000 | |
commit | 4a96b9d90e0c61ec836058f9944f35915378f59c (patch) | |
tree | dca67c5591f22811d465fab92f909cfbe87cbd14 /app-text/jist/jist-1.3.0.ebuild | |
parent | fixed the virtual dependency as virtual/udev-0 wasn't inclusive enough (diff) | |
download | gentoo-2-4a96b9d90e0c61ec836058f9944f35915378f59c.tar.gz gentoo-2-4a96b9d90e0c61ec836058f9944f35915378f59c.tar.bz2 gentoo-2-4a96b9d90e0c61ec836058f9944f35915378f59c.zip |
version bump
(Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-text/jist/jist-1.3.0.ebuild')
-rw-r--r-- | app-text/jist/jist-1.3.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/jist/jist-1.3.0.ebuild b/app-text/jist/jist-1.3.0.ebuild new file mode 100644 index 000000000000..5f20004c7dfb --- /dev/null +++ b/app-text/jist/jist-1.3.0.ebuild @@ -0,0 +1,22 @@ +# 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.3.0.ebuild,v 1.1 2012/12/10 20:45:50 hasufell Exp $ + +EAPI=4 +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" |