Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44297 Details for
Bug 71769
Keyword request - dev-ruby/sqlite-ruby-2.2.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch from 1.0 to 2.2.2
sqlite-ruby-1.0-to-2.2.2.diff (text/plain), 1.30 KB, created by
Tom Kirchner
on 2004-11-19 09:05:31 UTC
(
hide
)
Description:
ebuild patch from 1.0 to 2.2.2
Filename:
MIME Type:
Creator:
Tom Kirchner
Created:
2004-11-19 09:05:31 UTC
Size:
1.30 KB
patch
obsolete
>--- sqlite-ruby-1.0.ebuild 2004-08-05 19:35:53.000000000 -0400 >+++ sqlite-ruby-2.2.2.ebuild 2004-11-19 11:47:54.566973280 -0500 >@@ -1,23 +1,32 @@ > # Copyright 1999-2004 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite-ruby/sqlite-ruby-1.0.ebuild,v 1 >.6 2004/08/05 23:32:58 arj Exp $ >+# $Header: $ >+ >+inherit ruby > > DESCRIPTION="An extension library to access a SQLite database from Ruby" >-HOMEPAGE="http://sqlite-ruby.sourceforge.net/" >-SRC_URI="mirror://sourceforge/sqlite-ruby/${P}.tar.gz" >-LICENSE="GPL-2" >+HOMEPAGE="http://rubyforge.org/projects/sqlite-ruby/" >+LICENSE="BSD" >+ >+# The URL depends implicitly on the version, unfortunately. Even if you >+# change the filename on the end, it still downloads the same file. >+SRC_URI="http://rubyforge.org/frs/download.php/1901/${P}.tar.bz2" >+ >+KEYWORDS="~x86" > SLOT="0" >-KEYWORDS="alpha ~hppa ~mips ~ppc sparc ~x86" > IUSE="" >-DEPEND=">=dev-lang/ruby-1.6.2 >- =dev-db/sqlite-2*" >-S=${WORKDIR}/sqlite >+ >+USE_RUBY="ruby18 ruby19" >+DEPEND="virtual/ruby >+ =dev-db/sqlite-2* >+ dev-ruby/rake >+ dev-ruby/rubygems" > > src_compile() { >- ruby extconf.rb || die >- emake || die >+ return > } > > src_install() { >- einstall >+ DESTDIR=${D} einstall >+ erubydoc > }
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 71769
:
44296
|
44297