* [gentoo-commits] gentoo-x86 commit in net-proxy/swiftiply: swiftiply-0.6.1.1-r1.ebuild ChangeLog swiftiply-0.6.1.1.ebuild
@ 2013-03-31 17:11 99% Tom Wijsman (tomwij)
0 siblings, 0 replies; 1+ results
From: Tom Wijsman (tomwij) @ 2013-03-31 17:11 UTC (permalink / raw
To: gentoo-commits
tomwij 13/03/31 17:11:45
Modified: ChangeLog
Added: swiftiply-0.6.1.1-r1.ebuild
Removed: swiftiply-0.6.1.1.ebuild
Log:
Fixed building of the fastfilereader extension. Added necessary dev-ruby/cgi_multipart_eof_fix and www-servers/mongrel dependencies. Made testing phase empty since there is no Rakefile.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path
1.2 net-proxy/swiftiply/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/swiftiply/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/swiftiply/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/swiftiply/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/swiftiply/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 31 Mar 2013 15:21:44 -0000 1.1
+++ ChangeLog 31 Mar 2013 17:11:45 -0000 1.2
@@ -1,6 +1,15 @@
# ChangeLog for net-proxy/swiftiply
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/swiftiply/ChangeLog,v 1.1 2013/03/31 15:21:44 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/swiftiply/ChangeLog,v 1.2 2013/03/31 17:11:45 tomwij Exp $
+
+*swiftiply-0.6.1.1-r1 (31 Mar 2013)
+
+ 31 Mar 2013; Tom Wijsman <TomWij@gentoo.org>
+ +files/swiftiply-0.6.1.1-ffr-stderror.patch, +swiftiply-0.6.1.1-r1.ebuild,
+ -swiftiply-0.6.1.1.ebuild:
+ Fixed building of the fastfilereader extension. Added necessary dev-
+ ruby/cgi_multipart_eof_fix and www-servers/mongrel dependencies. Made testing
+ phase empty since there is no Rakefile.
*swiftiply-0.6.1.1 (31 Mar 2013)
1.1 net-proxy/swiftiply/swiftiply-0.6.1.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/swiftiply/swiftiply-0.6.1.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/swiftiply/swiftiply-0.6.1.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: swiftiply-0.6.1.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/swiftiply/swiftiply-0.6.1.1-r1.ebuild,v 1.1 2013/03/31 17:11:45 tomwij Exp $
EAPI="5"
USE_RUBY="ruby18"
inherit ruby-ng ruby-fakegem
MY_COMPANY="swiftcore"
DESCRIPTION="A clustering proxy server for web applications."
HOMEPAGE="http://${PN}.${MY_COMPANY}.org/"
SRC_URI="http://${PN}.${MY_COMPANY}.org/files/${P}.gem"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-ruby/cgi_multipart_eof_fix
>=dev-ruby/eventmachine-0.9.0
www-servers/mongrel"
RUBY_FAKEGEM_EXTRAINSTALL="src"
RUBY_PATCHES=( "${FILESDIR}"/swiftiply-0.6.1.1-ffr-stderror.patch )
QA_PRESTRIPPED="usr/lib/fastfilereaderext.so
usr/lib32/fastfilereaderext.so
usr/lib64/fastfilereaderext.so"
all_ruby_compile() {
sed -i '/build_ext/q' setup.rb || die 'Rewrite of extension build script failed.'
echo '}' >> setup.rb || die 'Rewrite of extension build script failed.'
ruby setup.rb
}
all_ruby_install() {
all_fakegem_install
# Conflict with www-servers/mongrel.
rm "${ED}"/usr/bin/mongrel_rails
dolib ext/fastfilereader/fastfilereaderext.so
}
# There is no rakefile, don't test.
src_test() {
:
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2013-03-31 17:11 99% [gentoo-commits] gentoo-x86 commit in net-proxy/swiftiply: swiftiply-0.6.1.1-r1.ebuild ChangeLog swiftiply-0.6.1.1.ebuild Tom Wijsman (tomwij)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox