* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionwebservice: actionwebservice-2.3.5-r1.ebuild ChangeLog actionwebservice-2.3.5.ebuild
@ 2011-12-21 10:38 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2011-12-21 10:38 UTC (permalink / raw
To: gentoo-commits
flameeyes 11/12/21 10:38:28
Modified: ChangeLog
Added: actionwebservice-2.3.5-r1.ebuild
Removed: actionwebservice-2.3.5.ebuild
Log:
Bump EAPI and fix gem specification to accept more than just 2.3.5 versions of Rails gems (in the 2.3 slot).
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Revision Changes Path
1.79 dev-ruby/actionwebservice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionwebservice/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionwebservice/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionwebservice/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 12 Jun 2010 19:06:56 -0000 1.78
+++ ChangeLog 21 Dec 2011 10:38:28 -0000 1.79
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/actionwebservice
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.78 2010/06/12 19:06:56 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.79 2011/12/21 10:38:28 flameeyes Exp $
+
+*actionwebservice-2.3.5-r1 (21 Dec 2011)
+
+ 21 Dec 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+ +actionwebservice-2.3.5-r1.ebuild, -actionwebservice-2.3.5.ebuild:
+ Bump EAPI and fix gem specification to accept more than just 2.3.5 versions of
+ Rails gems (in the 2.3 slot).
12 Jun 2010; Hans de Graaff <graaff@gentoo.org>
-actionwebservice-2.3.2.ebuild, -actionwebservice-2.3.3.ebuild,
1.1 dev-ruby/actionwebservice/actionwebservice-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-2.3.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-2.3.5-r1.ebuild?rev=1.1&content-type=text/plain
Index: actionwebservice-2.3.5-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-2.3.5-r1.ebuild,v 1.1 2011/12/21 10:38:28 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18"
MY_OWNER="panztel"
RUBY_FAKEGEM_NAME="${MY_OWNER}-${PN}"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README TODO"
RUBY_FAKEGEM_EXTRAINSTALL="generators"
inherit ruby-fakegem
DESCRIPTION="Simple Support for Web Services APIs for Rails"
HOMEPAGE="http://github.com/${MY_OWNER}/${PN}"
LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/actionpack-2.3.5:2.3
>=dev-ruby/activerecord-2.3.5:2.3"
# it uses activerecord when running tests, but they don't work so
# ignore them for now.
#ruby_add_bdepend test 'dev-ruby/sqlite3-ruby'
RESTRICT=test
all_ruby_prepare() {
# fix dependencies so that instead of requiring _exactly_ versions
# 2.3.5 of Rails gems, it requires the 2.3 slot as we do above.
sed -i -e 's:"=":"~>":' \
../metadata || die
}
all_ruby_install() {
all_fakegem_install
pushd examples
insinto /usr/share/doc/${PF}/examples
doins -r *
popd
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-21 10:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-21 10:38 [gentoo-commits] gentoo-x86 commit in dev-ruby/actionwebservice: actionwebservice-2.3.5-r1.ebuild ChangeLog actionwebservice-2.3.5.ebuild Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox