diff options
author | 2013-07-08 18:41:09 +0000 | |
---|---|---|
committer | 2013-07-08 18:41:09 +0000 | |
commit | 3f1808c1816694150ba6dab7db62a532fa30467f (patch) | |
tree | f4d9dbeede2d22eea8cb3bf09086e93dd86ccdce /dev-ruby/dbd-pg | |
parent | Cleanup. (diff) | |
download | gentoo-2-3f1808c1816694150ba6dab7db62a532fa30467f.tar.gz gentoo-2-3f1808c1816694150ba6dab7db62a532fa30467f.tar.bz2 gentoo-2-3f1808c1816694150ba6dab7db62a532fa30467f.zip |
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/dbd-pg')
-rw-r--r-- | dev-ruby/dbd-pg/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild | 37 |
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-ruby/dbd-pg/ChangeLog b/dev-ruby/dbd-pg/ChangeLog index 865363ef8293..68a1ddf77d48 100644 --- a/dev-ruby/dbd-pg/ChangeLog +++ b/dev-ruby/dbd-pg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/dbd-pg -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.16 2012/12/07 21:34:45 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.17 2013/07/08 18:41:09 graaff Exp $ + + 08 Jul 2013; Hans de Graaff <graaff@gentoo.org> -dbd-pg-0.3.8.ebuild: + Cleanup. 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> dbd-pg-0.3.9.ebuild: Stable for ppc, wrt bug #429976 diff --git a/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild b/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild deleted file mode 100644 index c795da857461..000000000000 --- a/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild,v 1.11 2012/09/02 09:05:30 flameeyes Exp $ - -inherit "ruby" - -DESCRIPTION="The PostgreSQL database driver (DBD) for Ruby/DBI" -HOMEPAGE="http://ruby-dbi.rubyforge.org" -SRC_URI="mirror://rubyforge/ruby-dbi/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="test" - -RDEPEND=" - >=dev-ruby/dbi-0.4.2 - >=dev-ruby/postgres-0.7.9.20080128" - -# ruby-postgres is not yet ruby19 -USE_RUBY="ruby18" - -src_test() { - elog "The tests require additional configuration." - elog "You will find them in /usr/share/${PN}/test/" - elog "Be sure to read the file called DBD_TESTS." -} - -src_install() { - ruby setup.rb install \ - --prefix="${D}" || die "setup.rb install failed" - - if use test; then - dodir /usr/share/${PN} - cp -pPR test "${D}/usr/share/${PN}" || die "couldn't copy tests" - fi -} |