1 | # Copyright 1999-2009 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/Attic/dbd-sqlite3-1.2.5.ebuild,v 1.4 2009/12/20 12:42:57 graaff Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite3/Attic/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" |
9 | SRC_URI="mirror://rubyforge/ruby-dbi/${P}.tar.gz" |
9 | SRC_URI="mirror://rubyforge/ruby-dbi/${P}.tar.gz" |
10 | |
10 | |
11 | LICENSE="BSD" |
11 | LICENSE="BSD" |
12 | SLOT="0" |
12 | SLOT="0" |
13 | KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~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." |