diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-04-04 06:47:54 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-04-04 06:47:54 +0000 |
commit | e339bbe332eb6f0dda426b701fabe9bc7c26a487 (patch) | |
tree | eb83cd973242c9189d081a9a1e70b68dd57cab04 /dev-ruby/net-http-digest_auth | |
parent | old (diff) | |
download | gentoo-2-e339bbe332eb6f0dda426b701fabe9bc7c26a487.tar.gz gentoo-2-e339bbe332eb6f0dda426b701fabe9bc7c26a487.tar.bz2 gentoo-2-e339bbe332eb6f0dda426b701fabe9bc7c26a487.zip |
Create stable candidate.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/net-http-digest_auth')
3 files changed, 33 insertions, 3 deletions
diff --git a/dev-ruby/net-http-digest_auth/ChangeLog b/dev-ruby/net-http-digest_auth/ChangeLog index af69e002c70d..93544e772898 100644 --- a/dev-ruby/net-http-digest_auth/ChangeLog +++ b/dev-ruby/net-http-digest_auth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/net-http-digest_auth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.15 2015/03/22 17:09:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.16 2015/04/04 06:47:54 graaff Exp $ + +*net-http-digest_auth-1.4-r2 (04 Apr 2015) + + 04 Apr 2015; Hans de Graaff <graaff@gentoo.org> + net-http-digest_auth-1.4-r1.ebuild, +net-http-digest_auth-1.4-r2.ebuild: + Create stable candidate. 22 Mar 2015; Hans de Graaff <graaff@gentoo.org> net-http-digest_auth-1.4-r1.ebuild: 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 5a7698674811..f165311c7286 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-2015 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.5 2015/03/22 17:09:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild,v 1.6 2015/04/04 06:47:54 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" diff --git a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r2.ebuild b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r2.ebuild new file mode 100644 index 000000000000..0a815c60487e --- /dev/null +++ b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 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-r2.ebuild,v 1.1 2015/04/04 06:47:54 graaff Exp $ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" + +inherit ruby-fakegem + +DESCRIPTION="An implementation of RFC 2617 - Digest Access Authentication" +HOMEPAGE="http://github.com/drbrain/net-http-digest_auth" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/minitest )" |