Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10676 - Add separate ebuild for eric (pyqt tool)
Summary: Add separate ebuild for eric (pyqt tool)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL: http://www.die-offenbachs.de/detlev/e...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-13 06:56 UTC by Troy Dack
Modified: 2003-04-29 13:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuilds for eric-3.1 and dependencies (eric_and_related_ebuilds.tar.gz,2.23 KB, application/octet-stream)
2003-03-23 15:47 UTC, Stephen Boulet
Details
eric and related ebuilds (eric_and_related_ebuilds.tar.gz,2.15 KB, application/octet-stream)
2003-03-25 23:28 UTC, Stephen Boulet
Details
eric-3.1.ebuild (eric-3.1.ebuild,608 bytes, text/plain)
2003-04-29 11:41 UTC, Paul Pacheco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Troy Dack 2002-11-13 06:56:51 UTC
Find attached a patch to build eric-2.1.4 instead of 2.1.3 that comes in the
PyQt sources.

Currently the patch is stored in ${FILESDIR} but given the size of it this is
probably not a good idea :)
Comment 1 Troy Dack 2002-11-13 06:58:49 UTC
Patch to dev-python/PyQt-3.4.ebuild:

--- PyQt-3.4.ebuild     2002-10-18 02:50:11.000000000 +1000
+++ PyQt-3.4-r1.ebuild  2002-11-13 23:44:56.000000000 +1100
@@ -20,6 +20,9 @@
        cd ${S}
        mkdir -p ${D}/usr/lib/python2.2/site-packages
        mkdir -p ${D}/usr/include/python2.2
+
+       bzcat ${FILESDIR}/eric-2.1.4.patch.bz2 | patch -p1
+
        python build.py \
        -d ${D}/usr/lib/python2.2/site-packages \
        -e /usr/include/python2.2 \
Comment 2 Troy Dack 2002-11-13 07:08:17 UTC
I was going to attach the eric-2.1.4.patch.bz2, but 27K seems to be a bit rude.

It's available here: http://linux.tkdack.com/downloads/gentoo/eric-2.1.4.patch.bz2

Goes in dev-python/PyQt/files, but probably should go on ibiblio and be in SRC_URI
Comment 3 Dan Armak (RETIRED) gentoo-dev 2003-01-30 09:28:00 UTC
In our latest PyQt-3.5, eric no longer comes with the source tarball. So we ned a new separate 
ebuild for it. 
New ebuilds however are mostly waiting till the end of the freeze :-) 
Comment 4 Stephen Boulet 2003-03-23 15:45:45 UTC
I'm going to attach ebuilds for eric-3.1 and all of its dependancies. They work, but also need some work. One of the issues is that portage doesn't get the list of files that eric's installer installs (unfortunately it doesn't use distutils.

Requires snapshots of PyQt, sip, qscintilla.

-- Stephen
Comment 5 Stephen Boulet 2003-03-23 15:47:29 UTC
Created attachment 9731 [details]
ebuilds for eric-3.1 and dependencies

Works for me, but not polished. eric 3.1 is looking very nice though.
Comment 6 Stephen Boulet 2003-03-25 23:28:00 UTC
Created attachment 9816 [details]
eric and related ebuilds

Some fixes for URLs.
Comment 7 Paul Pacheco 2003-04-29 11:39:37 UTC
I made another ebuild, that fixes some problems I saw in the other 
attachments. 
 
Unlike previous posts, this ebuild uses PyQt and qscintilla that are already 
in the portage tree. 
 
Unlike previous posts, this makes a phanton install in ${D} so portage can 
keep track of the files. 
 
Please, if there is anything missing that prevents this ebuild from going into 
portage, let me know and I'll fix it. 
 
My guess is this should go in dev-python/eric 
 
 
Comment 8 Paul Pacheco 2003-04-29 11:41:36 UTC
Created attachment 11298 [details]
eric-3.1.ebuild

New ebuild for eric
Comment 9 Michele Balistreri (RETIRED) gentoo-dev 2003-04-29 13:55:49 UTC
already commited an ebuild to the portage tree