diff options
Diffstat (limited to 'dev-ruby/shorturl/shorturl-0.8.4.ebuild')
-rw-r--r-- | dev-ruby/shorturl/shorturl-0.8.4.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ruby/shorturl/shorturl-0.8.4.ebuild b/dev-ruby/shorturl/shorturl-0.8.4.ebuild new file mode 100644 index 000000000000..29474fb64f1a --- /dev/null +++ b/dev-ruby/shorturl/shorturl-0.8.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.4.ebuild,v 1.1 2008/01/07 21:58:23 flameeyes Exp $ + +inherit ruby gems + +DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL." +HOMEPAGE="http://shorturl.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="virtual/ruby" |