diff options
Diffstat (limited to 'dev-ruby/shorturl/shorturl-1.0.0.ebuild')
-rw-r--r-- | dev-ruby/shorturl/shorturl-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/shorturl/shorturl-1.0.0.ebuild b/dev-ruby/shorturl/shorturl-1.0.0.ebuild index 62c4c82cffdf..c10732cc57bc 100644 --- a/dev-ruby/shorturl/shorturl-1.0.0.ebuild +++ b/dev-ruby/shorturl/shorturl-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0.ebuild,v 1.4 2014/04/24 16:38:24 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0.ebuild,v 1.5 2014/08/05 16:00:52 mrueg Exp $ EAPI=5 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="ChangeLog.txt README.rdoc TODO.rdoc" inherit ruby-fakegem eutils -DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL." +DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL" HOMEPAGE="http://shorturl.rubyforge.org/" LICENSE="MIT" |