Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 14007

Summary: [NEW]net-www/zpsycopgda-1.0.13
Product: Gentoo Linux Reporter: Jason Shoemaker (RETIRED) <kutsuya>
Component: New packagesAssignee: Jason Shoemaker (RETIRED) <kutsuya>
Status: RESOLVED FIXED    
Severity: enhancement CC: h3y
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://initd.org/software/psycopg
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 13751, 14005    
Bug Blocks:    
Attachments: net-www/zpsycopgda/zpsycopgda-1.0.13.ebuild
net-www/zpsycopgda/files/zprod-update

Description Jason Shoemaker (RETIRED) gentoo-dev 2003-01-15 21:25:18 UTC
A PostgreSQL database adapter for Zope.
Comment 1 Jason Shoemaker (RETIRED) gentoo-dev 2003-01-15 21:26:35 UTC
Created attachment 7353 [details]
net-www/zpsycopgda/zpsycopgda-1.0.13.ebuild
Comment 2 Jason Shoemaker (RETIRED) gentoo-dev 2003-01-15 21:28:54 UTC
Created attachment 7354 [details]
net-www/zpsycopgda/files/zprod-update

This zprod-update is different when compaired to the other zprod-updates used
in cmf,plone,squishdot, etc.
Comment 3 Jason Shoemaker (RETIRED) gentoo-dev 2003-01-15 21:34:31 UTC
Sorry, actually it's the same zprod-update. Not enough coffee.  The changes were
in the src_install()...it's what is different.  
Comment 4 Jason Shoemaker (RETIRED) gentoo-dev 2003-01-20 04:17:59 UTC
Found two bugs with this submission while doing further testing.

Include in RDEPEND ">=dev-python/pyscopg-py21-1.0.13".  

All the zprod-update scripts have a bug in the prods_del function.
- rm -f ${1}/${n}
+ rm -fr ${1}/${n}

I'm still trying to figure out a way to only have on zprod-update for all the
zope products. It would be nice if each zope instance had a mini-emerge system.
 It would know which products are available and which are installed in that
instance. 
Comment 5 Jason Shoemaker (RETIRED) gentoo-dev 2003-01-20 04:33:43 UTC
I made a typo. :(

- ">=dev-python/pyscopg-py21-1.0.13"
+ "=>dev-python/psycopg-py21-1.0.13"
Comment 6 Jason Shoemaker (RETIRED) gentoo-dev 2003-03-09 08:23:30 UTC
A similar ebuild now in Portage tree. net-zope/zpsycopgda-1.1.2