diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-04-11 05:40:28 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-04-11 05:40:28 +0000 |
commit | e1ce059e9861fd2b26acd508b8a7b06eeb3047fa (patch) | |
tree | 8c73513090505ad1cf5e50b90cd6390a5d6ccad8 /dev-ruby/net-http-digest_auth | |
parent | Version bump. (diff) | |
download | gentoo-2-e1ce059e9861fd2b26acd508b8a7b06eeb3047fa.tar.gz gentoo-2-e1ce059e9861fd2b26acd508b8a7b06eeb3047fa.tar.bz2 gentoo-2-e1ce059e9861fd2b26acd508b8a7b06eeb3047fa.zip |
Cleanup.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
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.2.ebuild | 25 |
2 files changed, 6 insertions, 27 deletions
diff --git a/dev-ruby/net-http-digest_auth/ChangeLog b/dev-ruby/net-http-digest_auth/ChangeLog index 68ff1a5e2abd..e62ed8810432 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.5 2012/11/25 19:16:31 tomka Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.6 2013/04/11 05:40:28 graaff Exp $ + + 11 Apr 2013; Hans de Graaff <graaff@gentoo.org> + -net-http-digest_auth-1.2.ebuild: + Cleanup. 25 Nov 2012; Thomas Kahle <tomka@gentoo.org> net-http-digest_auth-1.2.1.ebuild: diff --git a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.ebuild b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.ebuild deleted file mode 100644 index 1207771c326a..000000000000 --- a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 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.2.ebuild,v 1.1 2011/12/18 17:50:26 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="docs" -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" -IUSE="doc test" - -ruby_add_bdepend "doc? ( dev-ruby/hoe ) - test? ( dev-ruby/hoe dev-ruby/minitest )" |