public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-postgres: ChangeLog ruby-postgres-0.7.9.20080128-r1.ebuild
@ 2010-06-20 18:03 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-06-20 18:03 UTC (permalink / raw
  To: gentoo-commits

graaff      10/06/20 18:03:25

  Modified:             ChangeLog
  Added:                ruby-postgres-0.7.9.20080128-r1.ebuild
  Log:
  Convert to ruby-fakegem.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 dev-ruby/ruby-postgres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	17 Jun 2010 18:33:44 -0000	1.25
+++ ChangeLog	20 Jun 2010 18:03:24 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-postgres
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.25 2010/06/17 18:33:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.26 2010/06/20 18:03:24 graaff Exp $
+
+*ruby-postgres-0.7.9.20080128-r1 (20 Jun 2010)
+
+  20 Jun 2010; Hans de Graaff <graaff@gentoo.org>
+  +ruby-postgres-0.7.9.20080128-r1.ebuild:
+  Convert to ruby-fakegem.
 
   17 Jun 2010; Patrick Lauer <patrick@gentoo.org>
   ruby-postgres-0.7.1.ebuild, ruby-postgres-0.7.1.20060406.ebuild,



1.1                  dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128-r1.ebuild

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

Index: ruby-postgres-0.7.9.20080128-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128-r1.ebuild,v 1.1 2010/06/20 18:03:24 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="Contributors README"

inherit multilib ruby-fakegem versionator

# changes 0.7.1.20060406 to 0.7.1.2006.04.06

# ideally, PV would have been this to start with, but can't change it now as
# 0.7.1.20051221 > 0.7.1.2006.04.06.
MY_PV="0.7.9.2008.01.28"
MY_PN="postgres"
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="An extension library to access a PostgreSQL database from Ruby"
HOMEPAGE="http://ruby.scripting.ca/postgres"
SRC_URI="mirror://rubygems/${MY_P}.gem"
LICENSE="GPL-2 Ruby"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

RDEPEND="${RDEPEND} dev-db/postgresql-base"
DEPEND="${DEPEND} dev-db/postgresql-base"

each_ruby_configure() {
	${RUBY} -Cext extconf.rb || die
}

each_ruby_compile() {
	emake -Cext || die
}

each_ruby_install() {
	mkdir lib || die
	mv ext/postgres$(get_modname) lib/ || die

	each_fakegem_install
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-postgres: ChangeLog ruby-postgres-0.7.9.20080128-r1.ebuild
@ 2012-03-12 18:26 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-03-12 18:26 UTC (permalink / raw
  To: gentoo-commits

graaff      12/03/12 18:26:10

  Modified:             ChangeLog
  Removed:              ruby-postgres-0.7.9.20080128-r1.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-ruby/ruby-postgres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	28 Aug 2011 19:39:18 -0000	1.40
+++ ChangeLog	12 Mar 2012 18:26:10 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-postgres
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.40 2011/08/28 19:39:18 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.41 2012/03/12 18:26:10 graaff Exp $
+
+  12 Mar 2012; Hans de Graaff <graaff@gentoo.org>
+  -ruby-postgres-0.7.9.20080128-r1.ebuild:
+  Remove old version.
 
   28 Aug 2011; Jeroen Roovers <jer@gentoo.org>
   ruby-postgres-0.7.9.20080128-r2.ebuild:






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

end of thread, other threads:[~2012-03-12 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 18:26 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-postgres: ChangeLog ruby-postgres-0.7.9.20080128-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-20 18:03 Hans de Graaff (graaff)

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