diff options
Diffstat (limited to 'dev-ruby/ttfunk/ttfunk-1.0.3.ebuild')
-rw-r--r-- | dev-ruby/ttfunk/ttfunk-1.0.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/ttfunk/ttfunk-1.0.3.ebuild b/dev-ruby/ttfunk/ttfunk-1.0.3.ebuild new file mode 100644 index 000000000000..3e08743830ae --- /dev/null +++ b/dev-ruby/ttfunk/ttfunk-1.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.0.3.ebuild,v 1.1 2012/01/28 07:46:21 graaff Exp $ + +EAPI=2 +USE_RUBY="ruby18 ruby19 ree18 jruby" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem versionator + +DESCRIPTION="A TrueType font parser written in pure ruby." +HOMEPAGE="https://github.com/sandal/ttfunk/" + +LICENSE="|| ( GPL-2 GPL-3 Ruby )" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64" +IUSE="" |