graaff 15/03/29 07:04:50
Modified: ChangeLog
Added: rest-client-1.8.0.ebuild
rest-client-1.8.0-r1.ebuild
Log:
Version bump for security bug 544326.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0x8883FA56A308A8D7!)
Revision Changes Path
1.29 dev-ruby/rest-client/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/ChangeLog?rev=1.29&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/ChangeLog?rev=1.29&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 20 Feb 2015 11:23:28 -0000 1.28
+++ ChangeLog 29 Mar 2015 07:04:50 -0000 1.29
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/rest-client
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.28
2015/02/20 11:23:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.29
2015/03/29 07:04:50 graaff Exp $
+
+*rest-client-1.8.0-r1 (29 Mar 2015)
+*rest-client-1.8.0 (29 Mar 2015)
+
+ 29 Mar 2015; Hans de Graaff <[email protected]> +rest-client-1.8.0.ebuild,
+ +rest-client-1.8.0-r1.ebuild:
+ Version bump for security bug 544326.
20 Feb 2015; Agostino Sarubbo <[email protected]> rest-client-1.7.3.ebuild:
Stable for x86, wrt bug #540254
1.1 dev-ruby/rest-client/rest-client-1.8.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/rest-client-1.8.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/rest-client-1.8.0.ebuild?rev=1.1&content-type=text/plain
Index: rest-client-1.8.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.8.0.ebuild,v 1.1
2015/03/29 07:04:50 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_EXTRADOC="history.md README.rdoc"
inherit ruby-fakegem
DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
HOMEPAGE="https://github.com/archiloque/rest-client"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_bdepend "test? ( dev-ruby/webmock )"
ruby_add_rdepend "
>=dev-ruby/http-cookie-1.0.2:0
>=dev-ruby/mime-types-1.16
>=dev-ruby/netrc-0.7:0"
all_ruby_prepare() {
sed -e '/bundler/I s:^:#:' \
-e '/namespace :windows/,/^end/ s:^:#:' -i Rakefile || die
# Remove spec that requires network access.
rm spec/integration/request_spec.rb || die
}
1.1 dev-ruby/rest-client/rest-client-1.8.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/rest-client-1.8.0-r1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rest-client/rest-client-1.8.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: rest-client-1.8.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.8.0-r1.ebuild,v 1.1
2015/03/29 07:04:50 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_EXTRADOC="history.md README.rdoc"
inherit ruby-fakegem
DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
HOMEPAGE="https://github.com/archiloque/rest-client"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_bdepend "test? ( dev-ruby/webmock )"
ruby_add_rdepend "
>=dev-ruby/http-cookie-1.0.2:0
>=dev-ruby/mime-types-1.16
>=dev-ruby/netrc-0.7:0"
all_ruby_prepare() {
sed -e '/bundler/I s:^:#:' \
-e '/namespace :windows/,/^end/ s:^:#:' -i Rakefile || die
# Remove spec that requires network access.
rm spec/integration/request_spec.rb || die
}