diff options
author | 2016-01-24 15:44:18 +0900 | |
---|---|---|
committer | 2016-01-24 19:20:47 +0900 | |
commit | 34a529dba80ce9c3dba1fbc35e8a1ac09f2f67a3 (patch) | |
tree | 4bb1233685bf4c9358159beb0e62d679d95aac48 /dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild | |
parent | sci-chemistry/mpqc: Fix -Werror=format-security errors (diff) | |
download | gentoo-34a529dba80ce9c3dba1fbc35e8a1ac09f2f67a3.tar.gz gentoo-34a529dba80ce9c3dba1fbc35e8a1ac09f2f67a3.tar.bz2 gentoo-34a529dba80ce9c3dba1fbc35e8a1ac09f2f67a3.zip |
dev-ruby/pluggaloid: add new package
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild')
-rw-r--r-- | dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild b/dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild new file mode 100644 index 000000000000..9ea0c425ee93 --- /dev/null +++ b/dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem +DESCRIPTION="Pluggaloid is extensible plugin system for mikutter" +HOMEPAGE="https://rubygems.org/gems/pluggaloid/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |