Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120190 Details for
Bug 179641
dev-ruby/sqlite3-ruby src_test patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild patch
sqlite3-ruby-ebuild.patch (text/plain), 956 bytes, created by
Diego Elio Pettenò (RETIRED)
on 2007-05-24 14:15:23 UTC
(
hide
)
Description:
Ebuild patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2007-05-24 14:15:23 UTC
Size:
956 bytes
patch
obsolete
>--- /home/flame/devel/repos/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.1.ebuild 2007-05-24 16:05:35.000000000 +0200 >+++ sqlite3-ruby-1.2.1.ebuild 2007-05-24 16:08:13.663013637 +0200 >@@ -12,11 +12,18 @@ > > KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" > SLOT="0" >-IUSE="doc swig" >+IUSE="doc swig test" > > USE_RUBY="ruby18 ruby19" >-DEPEND="=dev-db/sqlite-3* >- swig? ( dev-lang/swig )" >+ >+RDEPEND="=dev-db/sqlite-3*" >+ >+DEPEND="${RDEPEND} >+ swig? ( dev-lang/swig ) >+ test? ( >+ =dev-ruby/flexmock-0.0* >+ dev-ruby/rake >+ )" > > pkg_setup() { > if use swig && ! built_with_use dev-lang/swig ruby ; then >@@ -44,6 +51,16 @@ > || die "setup.rb setup failed" > } > >+src_test() { >+ if ! use swig; then >+ einfo "The tests are only meaningful with swig useflag enabled." >+ return 0 >+ fi >+ >+ cd "${S}" >+ rake test --trace || die "rake test failed" >+} >+ > src_install() { > ${RUBY} setup.rb install --prefix=${D} \ > || die "setup.rb install failed"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179641
: 120190 |
120192