public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/mongo: mongo-1.6.2.ebuild ChangeLog
@ 2012-04-05 19:40 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-04-05 19:40 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/04/05 19:40:37

  Modified:             ChangeLog
  Added:                mongo-1.6.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/mongo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	8 Mar 2012 01:31:47 -0000	1.3
+++ ChangeLog	5 Apr 2012 19:40:37 -0000	1.4
@@ -1,6 +1,11 @@
 # 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.3 2012/03/08 01:31:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v 1.4 2012/04/05 19:40:37 flameeyes Exp $
+
+*mongo-1.6.2 (05 Apr 2012)
+
+  05 Apr 2012; Diego E. Pettenò <flameeyes@gentoo.org> +mongo-1.6.2.ebuild:
+  Version bump.
 
 *mongo-1.6.1 (08 Mar 2012)
 



1.1                  dev-ruby/mongo/mongo-1.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.1&content-type=text/plain

Index: mongo-1.6.2.ebuild
===================================================================
# Copyright 1999-2012 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.1 2012/04/05 19:40:37 flameeyes Exp $

EAPI=4

USE_RUBY="ruby18 ree18"

RUBY_FAKEGEM_TASK_TEST="test:unit"

RUBY_FAKEGEM_TASK_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="html"
RUBY_FAKEGEM_EXTRADOC=""

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

GITHUB_USER="mongodb"
GITHUB_PROJECT="mongo-ruby-driver"
RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"

inherit ruby-fakegem

DESCRIPTION="A Ruby driver for MongoDB."
HOMEPAGE="http://www.mongodb.org/"
SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/tarball/${PV} -> ${GITHUB_PROJECT}-${PV}.tar.gz"

LICENSE="APSL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

# This is the same source package as bson, so keep them the same
# version, but not revision
ruby_add_rdepend "~dev-ruby/bson-${PV}"

ruby_add_bdepend \
	"test? (
		dev-ruby/rake
		dev-ruby/shoulda
		dev-ruby/mocha
	)"

all_ruby_prepare() {
	# remove the stuff that is actually part of dev-ruby/bson
	rm -rf lib/bson* bin/{b2j,j2b}son
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mongo: mongo-1.6.2.ebuild ChangeLog
@ 2012-05-11  4:13 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-05-11  4:13 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/05/11 04:13:02

  Modified:             mongo-1.6.2.ebuild ChangeLog
  Log:
  Add support for ruby 1.9 (works fine).
  
  (Portage version: 2.2.0_alpha103/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/mongo/mongo-1.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?r1=1.1&r2=1.2

Index: mongo-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongo-1.6.2.ebuild	5 Apr 2012 19:40:37 -0000	1.1
+++ mongo-1.6.2.ebuild	11 May 2012 04:13:02 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 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.1 2012/04/05 19:40:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild,v 1.2 2012/05/11 04:13:02 flameeyes Exp $
 
 EAPI=4
 
-USE_RUBY="ruby18 ree18"
+USE_RUBY="ruby18 ree18 ruby19"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 



1.5                  dev-ruby/mongo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Apr 2012 19:40:37 -0000	1.4
+++ ChangeLog	11 May 2012 04:13:02 -0000	1.5
@@ -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.4 2012/04/05 19:40:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v 1.5 2012/05/11 04:13:02 flameeyes Exp $
+
+  11 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> mongo-1.6.2.ebuild:
+  Add support for ruby 1.9 (works fine).
 
 *mongo-1.6.2 (05 Apr 2012)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mongo: mongo-1.6.2.ebuild ChangeLog
@ 2014-04-05 23:45 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-04-05 23:45 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/04/05 23:45:39

  Modified:             mongo-1.6.2.ebuild ChangeLog
  Log:
  Remove ree18 and ruby18 target.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/mongo/mongo-1.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?r1=1.2&r2=1.3

Index: mongo-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mongo-1.6.2.ebuild	11 May 2012 04:13:02 -0000	1.2
+++ mongo-1.6.2.ebuild	5 Apr 2014 23:45:39 -0000	1.3
@@ -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"
 



1.7                  dev-ruby/mongo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	12 May 2012 06:06:02 -0000	1.6
+++ ChangeLog	5 Apr 2014 23:45:39 -0000	1.7
@@ -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.
-





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mongo: mongo-1.6.2.ebuild ChangeLog
@ 2014-08-05 16:00 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-05 16:00 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/05 16:00:35

  Modified:             mongo-1.6.2.ebuild ChangeLog
  Log:
  Remove trailing '.' from DESCRIPTION.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/mongo/mongo-1.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild?r1=1.3&r2=1.4

Index: mongo-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mongo-1.6.2.ebuild	5 Apr 2014 23:45:39 -0000	1.3
+++ mongo-1.6.2.ebuild	5 Aug 2014 16:00:35 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2014/04/05 23:45:39 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/mongo-1.6.2.ebuild,v 1.4 2014/08/05 16:00:35 mrueg Exp $
 
 EAPI=4
 
@@ -20,7 +20,7 @@
 
 inherit ruby-fakegem
 
-DESCRIPTION="A Ruby driver for MongoDB."
+DESCRIPTION="A Ruby driver for MongoDB"
 HOMEPAGE="http://www.mongodb.org/"
 SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/tarball/${PV} -> ${GITHUB_PROJECT}-${PV}.tar.gz"
 



1.8                  dev-ruby/mongo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mongo/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Apr 2014 23:45:39 -0000	1.7
+++ ChangeLog	5 Aug 2014 16:00:35 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mongo
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mongo/ChangeLog,v 1.8 2014/08/05 16:00:35 mrueg Exp $
+
+  05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> mongo-1.6.2.ebuild:
+  Remove trailing '.' from DESCRIPTION.
 
   05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> mongo-1.6.2.ebuild:
   Remove ree18 and ruby18 target.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-05 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 19:40 [gentoo-commits] gentoo-x86 commit in dev-ruby/mongo: mongo-1.6.2.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-11  4:13 Diego Petteno (flameeyes)
2014-04-05 23:45 Manuel Rueger (mrueg)
2014-08-05 16:00 Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox