diff options
author | 2014-05-21 02:42:09 +0000 | |
---|---|---|
committer | 2014-05-21 02:42:09 +0000 | |
commit | fbaeb1565d2d221a7c86f184a1d3c6e77808aee3 (patch) | |
tree | 22d712d60476e47219b55e0ef83e53158b75d670 /dev-ruby/net-http-digest_auth | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-fbaeb1565d2d221a7c86f184a1d3c6e77808aee3.tar.gz gentoo-2-fbaeb1565d2d221a7c86f184a1d3c6e77808aee3.tar.bz2 gentoo-2-fbaeb1565d2d221a7c86f184a1d3c6e77808aee3.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/net-http-digest_auth')
-rw-r--r-- | dev-ruby/net-http-digest_auth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-ruby/net-http-digest_auth/ChangeLog b/dev-ruby/net-http-digest_auth/ChangeLog index cd8c608b351e..d2a38d266a99 100644 --- a/dev-ruby/net-http-digest_auth/ChangeLog +++ b/dev-ruby/net-http-digest_auth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/net-http-digest_auth -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.11 2013/11/20 23:42:38 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.12 2014/05/21 02:42:09 mrueg Exp $ + + 21 May 2014; Manuel Rüger <mrueg@gentoo.org> + net-http-digest_auth-1.4-r1.ebuild, net-http-digest_auth-1.4.ebuild: + Remove ruby18 target. *net-http-digest_auth-1.4-r1 (20 Nov 2013) 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" diff --git a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild index b7ebf36b6b35..3aca51ffd22b 100644 --- a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild +++ b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.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.ebuild,v 1.3 2013/09/15 09:30:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild,v 1.4 2014/05/21 02:42:09 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby19 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" |