diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-21 21:09:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-21 21:09:14 +0000 |
commit | 4ca80b4636a7b718fb488b7e491d7cf8e127c226 (patch) | |
tree | e95150a9ab88599c145ffbae0aecf5c50b39ac39 /dev-ruby | |
parent | whitespace (diff) | |
download | historical-4ca80b4636a7b718fb488b7e491d7cf8e127c226.tar.gz historical-4ca80b4636a7b718fb488b7e491d7cf8e127c226.tar.bz2 historical-4ca80b4636a7b718fb488b7e491d7cf8e127c226.zip |
whitespace
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/plruby/plruby-0.4.2.ebuild | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild index 274cae2ef692..e69349105379 100644 --- a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild +++ b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild,v 1.1 2010/06/20 18:08:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild,v 1.2 2010/06/21 21:08:53 mr_bones_ Exp $ EAPI=2 USE_RUBY="ruby18" @@ -20,7 +20,6 @@ ruby_add_rdepend " >=dev-ruby/ruby-dbi-0.4.2 dev-ruby/sqlite-ruby" - src_test() { elog "The tests require additional configuration." elog "You will find them in /usr/share/${PN}/test/" diff --git a/dev-ruby/plruby/plruby-0.4.2.ebuild b/dev-ruby/plruby/plruby-0.4.2.ebuild index 7c435a0e714e..de6980cbabc7 100644 --- a/dev-ruby/plruby/plruby-0.4.2.ebuild +++ b/dev-ruby/plruby/plruby-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plruby/plruby-0.4.2.ebuild,v 1.6 2010/06/17 19:54:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plruby/plruby-0.4.2.ebuild,v 1.7 2010/06/21 21:09:14 mr_bones_ Exp $ inherit ruby @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="" -DEPEND=">=dev-lang/ruby-1.4.4 +DEPEND=">=dev-lang/ruby-1.4.4 dev-db/postgresql-server" RUBY_ECONF="--with-pgsql-include=/usr/include/postgresql --with-pgsql-lib=/usr/lib" |