diff options
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/multipart-post/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/multipart-post/multipart-post-1.1.5.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-ruby/multipart-post/ChangeLog b/dev-ruby/multipart-post/ChangeLog index 7fdf872b1a38..558f61684d7d 100644 --- a/dev-ruby/multipart-post/ChangeLog +++ b/dev-ruby/multipart-post/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/multipart-post # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/ChangeLog,v 1.13 2014/01/23 07:35:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/ChangeLog,v 1.14 2014/01/23 07:36:10 graaff Exp $ + + 23 Jan 2014; Hans de Graaff <graaff@gentoo.org> -multipart-post-1.1.5.ebuild: + Cleanup. *multipart-post-2.0.0 (23 Jan 2014) diff --git a/dev-ruby/multipart-post/multipart-post-1.1.5.ebuild b/dev-ruby/multipart-post/multipart-post-1.1.5.ebuild deleted file mode 100644 index aab9a06c2006..000000000000 --- a/dev-ruby/multipart-post/multipart-post-1.1.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/multipart-post-1.1.5.ebuild,v 1.1 2012/04/09 12:50:54 graaff Exp $ - -EAPI="2" - -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.txt" - -inherit ruby-fakegem eutils - -DESCRIPTION="Adds a streamy multipart form post capability to Net::HTTP." -HOMEPAGE="http://github.com/nicksieger/multipart-post" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -each_ruby_test() { - ${RUBY} -S testrb -Ilib test || die "Tests failed." -} |