diff options
Diffstat (limited to 'dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild')
-rw-r--r-- | dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild index f9db8203b5d7..99c347988614 100644 --- a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild +++ b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild,v 1.1 2013/11/20 23:42:38 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild,v 1.2 2014/05/21 02:42:09 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" inherit ruby-fakegem -DESCRIPTION="An implementation of RFC 2617 - Digest Access Authentication." +DESCRIPTION="An implementation of RFC 2617 - Digest Access Authentication" HOMEPAGE="http://github.com/drbrain/net-http-digest_auth" LICENSE="MIT" |