* [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth2: ChangeLog oauth2-1.0.0.ebuild
@ 2015-04-18 7:36 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-04-18 7:36 UTC (permalink / raw
To: gentoo-commits
graaff 15/04/18 07:36:47
Modified: ChangeLog oauth2-1.0.0.ebuild
Log:
Avoid test dependency on bundler.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.27 dev-ruby/oauth2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 24 Dec 2014 09:09:12 -0000 1.26
+++ ChangeLog 18 Apr 2015 07:36:47 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/oauth2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.26 2014/12/24 09:09:12 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.27 2015/04/18 07:36:47 graaff Exp $
+
+ 18 Apr 2015; Hans de Graaff <graaff@gentoo.org> oauth2-1.0.0.ebuild:
+ Avoid test dependency on bundler.
24 Dec 2014; Hans de Graaff <graaff@gentoo.org> -oauth2-0.9.4.ebuild:
Cleanup.
1.5 dev-ruby/oauth2/oauth2-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild?r1=1.4&r2=1.5
Index: oauth2-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- oauth2-1.0.0.ebuild 25 Aug 2014 14:17:03 -0000 1.4
+++ oauth2-1.0.0.ebuild 18 Apr 2015 07:36:47 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild,v 1.4 2014/08/25 14:17:03 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild,v 1.5 2015/04/18 07:36:47 graaff Exp $
EAPI=5
@@ -32,7 +32,8 @@
all_ruby_prepare() {
sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
- sed -i -e '/yardstick/,/^end/ s:^:#:' Rakefile || die
+ sed -i -e '/yardstick/,/^end/ s:^:#:' \
+ -e '/bundler/I s:^:#:' Rakefile || die
}
each_ruby_test() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth2: ChangeLog oauth2-1.0.0.ebuild
@ 2014-07-16 5:16 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2014-07-16 5:16 UTC (permalink / raw
To: gentoo-commits
graaff 14/07/16 05:16:53
Modified: ChangeLog
Added: oauth2-1.0.0.ebuild
Log:
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.22 dev-ruby/oauth2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 16 Jul 2014 05:10:12 -0000 1.21
+++ ChangeLog 16 Jul 2014 05:16:53 -0000 1.22
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/oauth2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.21 2014/07/16 05:10:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.22 2014/07/16 05:16:53 graaff Exp $
+
+*oauth2-1.0.0 (16 Jul 2014)
+
+ 16 Jul 2014; Hans de Graaff <graaff@gentoo.org> +oauth2-1.0.0.ebuild:
+ Version bump.
16 Jul 2014; Hans de Graaff <graaff@gentoo.org> -oauth2-0.9.2.ebuild,
-oauth2-0.9.3.ebuild:
1.1 dev-ruby/oauth2/oauth2-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild?rev=1.1&content-type=text/plain
Index: oauth2-1.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild,v 1.1 2014/07/16 05:16:53 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem eutils
DESCRIPTION="Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem."
HOMEPAGE="http://github.com/intridea/oauth2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/faraday-0.8
>=dev-ruby/jwt-1.0 =dev-ruby/jwt-1*
>=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
>=dev-ruby/multi_xml-0.5:0
>=dev-ruby/rack-1.2"
ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.5.0:2 )"
all_ruby_prepare() {
sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
sed -i -e '/yardstick/,/^end/ s:^:#:' Rakefile || die
}
each_ruby_test() {
CI=true ${RUBY} -S rspec spec || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-18 7:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-18 7:36 [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth2: ChangeLog oauth2-1.0.0.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2014-07-16 5:16 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox