| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite3/dbd-sqlite3-1.2.5.ebuild,v 1.9 2012/05/01 18:24:23 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite3/dbd-sqlite3-1.2.5.ebuild,v 1.10 2012/08/16 03:52:35 flameeyes Exp $ |
| 4 | |
4 | |
| 5 | inherit "ruby" |
5 | inherit "ruby" |
| 6 | |
6 | |
| 7 | DESCRIPTION="The SQLite 3 database driver (DBD) for Ruby/DBI" |
7 | DESCRIPTION="The SQLite 3 database driver (DBD) for Ruby/DBI" |
| 8 | HOMEPAGE="http://ruby-dbi.rubyforge.org" |
8 | HOMEPAGE="http://ruby-dbi.rubyforge.org" |
| … | |
… | |
| 13 | KEYWORDS="amd64 ppc x86" |
13 | KEYWORDS="amd64 ppc x86" |
| 14 | IUSE="test" |
14 | IUSE="test" |
| 15 | |
15 | |
| 16 | RDEPEND=" |
16 | RDEPEND=" |
| 17 | >=dev-ruby/ruby-dbi-0.4.2 |
17 | >=dev-ruby/ruby-dbi-0.4.2 |
| 18 | >=dev-ruby/sqlite3-ruby-1.2.4" |
18 | >=dev-ruby/sqlite3-1.2.4" |
| 19 | |
19 | |
| 20 | USE_RUBY="ruby18" |
20 | USE_RUBY="ruby18" |
| 21 | |
21 | |
| 22 | src_test() { |
22 | src_test() { |
| 23 | elog "The tests require additional configuration." |
23 | elog "The tests require additional configuration." |