public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/pygresql: ChangeLog pygresql-4.0.ebuild
@ 2009-04-23 16:09 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-23 16:09 UTC (permalink / raw
  To: gentoo-commits

patrick     09/04/23 16:09:35

  Modified:             ChangeLog
  Added:                pygresql-4.0.ebuild
  Log:
  Bump to 4.0. Fixes #256329
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 dev-db/pygresql/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pygresql/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	19 May 2008 19:14:12 -0000	1.45
+++ ChangeLog	23 Apr 2009 16:09:35 -0000	1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/pygresql
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.45 2008/05/19 19:14:12 dev-zero Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.46 2009/04/23 16:09:35 patrick Exp $
+
+*pygresql-4.0 (23 Apr 2009)
+
+  23 Apr 2009; Patrick Lauer <patrick@gentoo.org> +pygresql-4.0.ebuild:
+  Bump to 4.0. Fixes #256329
 
   19 May 2008; Tiziano Müller <dev-zero@gentoo.org> pygresql-3.5.ebuild,
   pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild, pygresql-3.8.1.ebuild:



1.1                  dev-db/pygresql/pygresql-4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild?rev=1.1&content-type=text/plain

Index: pygresql-4.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.1 2009/04/23 16:09:35 patrick Exp $

inherit eutils distutils

KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"

MY_P="PyGreSQL-${PV}"

DESCRIPTION="A Python interface for the PostgreSQL database."
SRC_URI="ftp://ftp.pygresql.org/pub/distrib/${MY_P}.tgz"
HOMEPAGE="http://www.pygresql.org/"
LICENSE="as-is"
SLOT="0"
IUSE="doc"

DEPEND=">=virtual/postgresql-base-7.4"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_install() {
	distutils_src_install

	dodoc docs/*.txt

	if use doc ; then
		insinto /usr/share/doc/${PF}/tutorial
		doins tutorial/*
		dohtml docs/*.{html,css}
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/pygresql: ChangeLog pygresql-4.0.ebuild
@ 2011-01-08 16:18 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-08 16:18 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/08 16:18:30

  Modified:             ChangeLog pygresql-4.0.ebuild
  Log:
  Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #312141).
  
  (Portage version: 2.2.0_alpha14/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-db/pygresql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	8 Jan 2011 16:08:43 -0000	1.49
+++ ChangeLog	8 Jan 2011 16:18:30 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/pygresql
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.49 2011/01/08 16:08:43 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.50 2011/01/08 16:18:30 arfrever Exp $
+
+  08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pygresql-4.0.ebuild:
+  Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #312141).
 
   08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pygresql-3.5.ebuild, pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild,



1.4                  dev-db/pygresql/pygresql-4.0.ebuild

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

Index: pygresql-4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pygresql-4.0.ebuild	8 Jan 2011 16:08:43 -0000	1.3
+++ pygresql-4.0.ebuild	8 Jan 2011 16:18:30 -0000	1.4
@@ -1,35 +1,39 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.3 2011/01/08 16:08:43 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.4 2011/01/08 16:18:30 arfrever Exp $
 
 EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
 
-inherit eutils distutils
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+inherit distutils
 
 MY_P="PyGreSQL-${PV}"
 
 DESCRIPTION="A Python interface for the PostgreSQL database."
-SRC_URI="ftp://ftp.pygresql.org/pub/distrib/${MY_P}.tgz"
 HOMEPAGE="http://www.pygresql.org/"
+SRC_URI="ftp://ftp.pygresql.org/pub/distrib/${MY_P}.tgz"
+
 LICENSE="as-is"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="dev-db/postgresql-base"
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
+
+DOCS="docs/*.txt"
+PYTHON_MODNAME="pg.py pgdb.py"
 
 src_install() {
 	distutils_src_install
 
-	dodoc docs/*.txt
-
-	if use doc ; then
+	if use doc; then
 		insinto /usr/share/doc/${PF}/tutorial
-		doins tutorial/*
-		dohtml docs/*.{html,css}
+		doins tutorial/* || die "doins failed"
+		dohtml docs/*.{html,css} || die "dohtml failed"
 	fi
 }






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

end of thread, other threads:[~2011-01-08 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-23 16:09 [gentoo-commits] gentoo-x86 commit in dev-db/pygresql: ChangeLog pygresql-4.0.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-08 16:18 Arfrever Frehtes Taifersar Arahesis (arfrever)

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