diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 23:45:39 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 23:45:39 +0000 |
commit | 30a34703e5295e4235117478a6b8c3cc03453ec1 (patch) | |
tree | 7f6bb85049d462213cb288bdd819416a5eca282c /dev-ruby | |
parent | Remove ree18 and ruby18 target. (diff) | |
download | gentoo-2-30a34703e5295e4235117478a6b8c3cc03453ec1.tar.gz gentoo-2-30a34703e5295e4235117478a6b8c3cc03453ec1.tar.bz2 gentoo-2-30a34703e5295e4235117478a6b8c3cc03453ec1.zip |
Remove ree18 and ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/mongo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/mongo/mongo-1.6.2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ruby/mongo/ChangeLog b/dev-ruby/mongo/ChangeLog index ae111e3a6315..76efcdbc9a00 100644 --- a/dev-ruby/mongo/ChangeLog +++ b/dev-ruby/mongo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/mongo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v 1.6 2012/05/12 06:06:02 flameeyes Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v 1.7 2014/04/05 23:45:39 mrueg Exp $ + + 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> mongo-1.6.2.ebuild: + Remove ree18 and ruby18 target. 12 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> -mongo-1.5.2.ebuild, -mongo-1.6.0.ebuild, -mongo-1.6.1.ebuild: @@ -29,4 +32,3 @@ 28 Dec 2011; Diego E. Pettenò <flameeyes@gentoo.org> +metadata.xml, +mongo-1.5.2.ebuild: Initial import of ebuild for mongo driver. - diff --git a/dev-ruby/mongo/mongo-1.6.2.ebuild b/dev-ruby/mongo/mongo-1.6.2.ebuild index 2aff46fd060c..2a60242255d2 100644 --- a/dev-ruby/mongo/mongo-1.6.2.ebuild +++ b/dev-ruby/mongo/mongo-1.6.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild,v 1.2 2012/05/11 04:13:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild,v 1.3 2014/04/05 23:45:39 mrueg Exp $ EAPI=4 -USE_RUBY="ruby18 ree18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_TEST="test:unit" |