Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19945 - Gnosis_Utils-1.0.6.ebuild (New Package)
Summary: Gnosis_Utils-1.0.6.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-25 11:21 UTC by Randall Randall
Modified: 2003-05-10 09:45 UTC (History)
1 user (show)

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


Attachments
Gnosis_Utils-1.0.6.ebuild (Gnosis_Utils-1.0.6.ebuild,656 bytes, text/plain)
2003-04-25 11:22 UTC, Randall Randall
Details
Updated ebuild that moves README and docs/ to correct locations (Gnosis_Utils-1.0.6.ebuild,1.00 KB, text/plain)
2003-05-09 17:22 UTC, Randall Randall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Randall Randall 2003-04-25 11:21:16 UTC
Hi!

Please find attached Gnosis_Utils-1.0.6.ebuild .   This is an library for Python
that provides miscellaneous services like creation of Python objects from XML
and XML pickling, as well as some non-XML-related things like full text searching.

Randall
Comment 1 Randall Randall 2003-04-25 11:22:57 UTC
Created attachment 11130 [details]
Gnosis_Utils-1.0.6.ebuild
Comment 2 Randall Randall 2003-04-25 11:24:26 UTC
Comment on attachment 11130 [details]
Gnosis_Utils-1.0.6.ebuild

># Copyright 1999-2003 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
>
>IUSE=""
>
>S=${WORKDIR}/${P}
>
>DESCRIPTION="XML pickling and objectification with Python."
>SRC_URI="http://www.gnosis.cx/download/Gnosis_Utils-1.0.6.tar.gz"
>HOMEPAGE="http://www.gnosis.cx/download/"
>
>DEPEND="virtual/python"
>
>SLOT="0"
>KEYWORDS="x86 ppc sparc alpha"
>LICENSE="PYTHON"
>
>inherit distutils
>
>src_compile() {
>	python setup_gnosis.py build || die
>}
>
>src_install() {
>	python setup_gnosis.py install --prefix=${D}/usr || die
>}
>
Comment 3 Randall Randall 2003-04-25 11:25:52 UTC
Forgot to remove "PyXML" from the ebuild I copied to make this one (Hi, I'm new here...).  I editted the attachment to try to fix that, but it doesn't seem to have taken.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2003-05-01 20:36:21 UTC
i just tried this .. it looks like some of the stuff is installed in the wrong places. like the README's and docs are installed in /usr/lib/python2.2/site-packages/gnosis rather than /usr/share/doc/${PF}

can you please fix that? thanks.
Comment 5 Randall Randall 2003-05-09 17:22:26 UTC
Created attachment 11735 [details]
Updated ebuild that moves README and docs/ to correct locations

Thanks!
Comment 6 Alastair Tse (RETIRED) gentoo-dev 2003-05-10 09:45:10 UTC
thanks. this has been added to portage with a few tweaks.