* [gentoo-commits] gentoo-x86 commit in dev-ruby/twitter: ChangeLog twitter-5.13.0.ebuild
@ 2014-12-01 6:20 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2014-12-01 6:20 UTC (permalink / raw
To: gentoo-commits
graaff 14/12/01 06:20:28
Modified: ChangeLog
Added: twitter-5.13.0.ebuild
Log:
Version bump.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.47 dev-ruby/twitter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 2 Nov 2014 08:04:37 -0000 1.46
+++ ChangeLog 1 Dec 2014 06:20:28 -0000 1.47
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/twitter
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.46 2014/11/02 08:04:37 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.47 2014/12/01 06:20:28 graaff Exp $
+
+*twitter-5.13.0 (01 Dec 2014)
+
+ 01 Dec 2014; Hans de Graaff <graaff@gentoo.org> +twitter-5.13.0.ebuild:
+ Version bump.
*twitter-5.12.0 (02 Nov 2014)
1.1 dev-ruby/twitter/twitter-5.13.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/twitter-5.13.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/twitter-5.13.0.ebuild?rev=1.1&content-type=text/plain
Index: twitter-5.13.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/twitter/twitter-5.13.0.ebuild,v 1.1 2014/12/01 06:20:28 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
inherit ruby-fakegem
DESCRIPTION="Ruby wrapper around the Twitter API"
HOMEPAGE="http://sferik.github.com/twitter/"
SRC_URI="https://github.com/sferik/twitter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="5"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend "
>=dev-ruby/addressable-2.3
>=dev-ruby/buftok-0.2.0
>=dev-ruby/equalizer-0.0.9
=dev-ruby/faraday-0*
>=dev-ruby/faraday-0.9.0
>=dev-ruby/http-0.6.0:0.6
>=dev-ruby/http_parser_rb-0.6.0
>=dev-ruby/json-1.8
>=dev-ruby/memoizable-0.4.0
>=dev-ruby/naught-1.0
=dev-ruby/simple_oauth-0.3*
>=dev-ruby/simple_oauth-0.3.0"
ruby_add_bdepend "test? (
dev-ruby/rspec:2
dev-ruby/webmock
)
doc? ( dev-ruby/yard )"
all_ruby_prepare() {
# rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile || die "Unable to remove bundler code."
sed -i -e '/simplecov/,/end/ s:^:#:' spec/helper.rb || die
}
each_ruby_test() {
CI=true ${RUBY} -S rspec spec || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/twitter: ChangeLog twitter-5.13.0.ebuild
@ 2014-12-28 8:50 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2014-12-28 8:50 UTC (permalink / raw
To: gentoo-commits
graaff 14/12/28 08:50:48
Modified: ChangeLog twitter-5.13.0.ebuild
Log:
Use eclass rspec invocation to use the rspec-2 wrapper.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.49 dev-ruby/twitter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 28 Dec 2014 08:44:37 -0000 1.48
+++ ChangeLog 28 Dec 2014 08:50:48 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/twitter
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.48 2014/12/28 08:44:37 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.49 2014/12/28 08:50:48 graaff Exp $
+
+ 28 Dec 2014; Hans de Graaff <graaff@gentoo.org> twitter-5.13.0.ebuild:
+ Use eclass rspec invocation to use the rspec-2 wrapper.
28 Dec 2014; Hans de Graaff <graaff@gentoo.org> -twitter-5.11.0.ebuild,
-twitter-5.12.0.ebuild:
1.2 dev-ruby/twitter/twitter-5.13.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/twitter-5.13.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/twitter-5.13.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/twitter-5.13.0.ebuild?r1=1.1&r2=1.2
Index: twitter-5.13.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-5.13.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twitter-5.13.0.ebuild 1 Dec 2014 06:20:28 -0000 1.1
+++ twitter-5.13.0.ebuild 28 Dec 2014 08:50:48 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-5.13.0.ebuild,v 1.1 2014/12/01 06:20:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-5.13.0.ebuild,v 1.2 2014/12/28 08:50:48 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -47,5 +47,5 @@
}
each_ruby_test() {
- CI=true ${RUBY} -S rspec spec || die
+ CI=true ruby-ng_rspec || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-28 8:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 8:50 [gentoo-commits] gentoo-x86 commit in dev-ruby/twitter: ChangeLog twitter-5.13.0.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2014-12-01 6:20 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