* [gentoo-dev] updated ebuilds
@ 2001-07-30 19:43 Ollie Rutherfurd
2001-07-30 20:55 ` Daniel Robbins
2001-07-31 1:12 ` Dan Armak
0 siblings, 2 replies; 4+ messages in thread
From: Ollie Rutherfurd @ 2001-07-30 19:43 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
Hello,
I noticed that pychecker-0.7 went into 'incoming' in the cvs tree a littler earlier, and so I wanted to send a new ebuild for pychecker-0.7.5, so no one wasted their time with an older version.
I've also attached ebuilds for PyXML-0.6.5, and 4Suite-11.1b3. I think they're okay. I'm not really sure whether these two should be linked or not, as 4Suite overlays some of the files that are installed by PyXML.
-Ollie
[-- Attachment #2: pychecker-0.7.5.ebuild --]
[-- Type: text/plain, Size: 666 bytes --]
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ollie Rutherfurd <oliver@rutherfurd.net>
# :mode=shellscript:noTabs=true:
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="PyChecker is a tool for finding common bugs in python source code."
SRC_URI="http://prdownloads.sourceforge.net/pychecker"/${A}
HOMEPAGE="http://pychecker.sourceforge.net/"
DEPEND="virtual/python"
src_install(){
cd ${S}
try python setup.py install --prefix=${D}/usr
dodoc CHANGELOG
dodoc COPYRIGHT
dodoc KNOWN_BUGS
dodoc MAINTAINERS
dodoc README
dodoc TODO
dodoc VERSION
}
[-- Attachment #3: PyXML-0.6.5.ebuild --]
[-- Type: text/plain, Size: 610 bytes --]
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ollie Rutherfurd <oliver@rutherfurd.net>
# :mode=shellscript:noTabs=true:
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A collection of libraries to process XML with Python."
SRC_URI="http://prdownloads.sourceforge.net/pyxml/"${A}
HOMEPAGE="http://pyxml.sourceforge.net/"
DEPEND="virtual/python"
src_compile() {
cd ${S}
try python setup.py build
}
src_install() {
cd ${S}
try python setup.py install --prefix=${D}/usr
dodoc MANIFEST
dodoc README*
}
[-- Attachment #4: 4Suite-0.11.1_beta3.ebuild --]
[-- Type: text/plain, Size: 638 bytes --]
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ollie Rutherfurd <oliver@rutherfurd.net>
# :mode=shellscript:noTabs=true:
A="4Suite-0.11.1b3.tar.gz"
S=${WORKDIR}"/4Suite-0.11.1b3"
DESCRIPTION="Python tools for XML processing and object-databases."
SRC_URI="ftp://ftp.fourthought.com/pub/4Suite/"${A}
HOMEPAGE="http://www.4suite.org/"
DEPEND="virtual/python
=dev-python/PyXML-0.6.5"
src_compile() {
cd ${S}
try python setup.py build
}
src_install() {
cd ${S}
try python setup.py install --prefix=${D}/usr
dodoc README*
dodoc ReleaseNotes
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] updated ebuilds
2001-07-30 19:43 [gentoo-dev] updated ebuilds Ollie Rutherfurd
@ 2001-07-30 20:55 ` Daniel Robbins
2001-07-31 5:13 ` Oliver Rutherfurd
2001-07-31 1:12 ` Dan Armak
1 sibling, 1 reply; 4+ messages in thread
From: Daniel Robbins @ 2001-07-30 20:55 UTC (permalink / raw
To: gentoo-dev
On Mon, Jul 30, 2001 at 09:47:13PM -0500, Ollie Rutherfurd wrote:
> I've also attached ebuilds for PyXML-0.6.5, and 4Suite-11.1b3. I think
> they're okay. I'm not really sure whether these two should be linked or not,
> as 4Suite overlays some of the files that are installed by PyXML.
If that's the case, it may be best to figure out the "optimal" Python XML setup
and combine PyXML-0.6.5 and 4Suite into a single ebuild. Then, you can ensure
that the "right" files win in the end. Otherwise, the result you get will be
dependent on the build ordering.
Another solution: have one ebuild DEPEND on the other. That way, one will always
get installed first. Didn't take a look at your ebuilds yet, so maybe you've done
this already. This is an easy thing to do since you just need to add about 20
characters to one of the ebuilds.
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] updated ebuilds
2001-07-30 19:43 [gentoo-dev] updated ebuilds Ollie Rutherfurd
2001-07-30 20:55 ` Daniel Robbins
@ 2001-07-31 1:12 ` Dan Armak
1 sibling, 0 replies; 4+ messages in thread
From: Dan Armak @ 2001-07-31 1:12 UTC (permalink / raw
To: gentoo-dev
On Tuesday 31 July 2001 05:47, you wrote:
> Hello,
>
> I noticed that pychecker-0.7 went into 'incoming' in the cvs tree a littler
> earlier, and so I wanted to send a new ebuild for pychecker-0.7.5, so no
> one wasted their time with an older version.
>
> I've also attached ebuilds for PyXML-0.6.5, and 4Suite-11.1b3. I think
> they're okay. I'm not really sure whether these two should be linked or
> not, as 4Suite overlays some of the files that are installed by PyXML.
>
> -Ollie
Well, I'm placing this in incoming, and whoever decides to handle this
set of ebuilds can decide or contact you.
--
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [gentoo-dev] updated ebuilds
2001-07-30 20:55 ` Daniel Robbins
@ 2001-07-31 5:13 ` Oliver Rutherfurd
0 siblings, 0 replies; 4+ messages in thread
From: Oliver Rutherfurd @ 2001-07-31 5:13 UTC (permalink / raw
To: gentoo-dev
> -----Original Message-----
> From: gentoo-dev-admin@cvs.gentoo.org
> [mailto:gentoo-dev-admin@cvs.gentoo.org] On Behalf Of Daniel Robbins
> Sent: Monday, July 30, 2001 10:54 PM
> To: gentoo-dev@cvs.gentoo.org
> Subject: Re: [gentoo-dev] updated ebuilds
>
> On Mon, Jul 30, 2001 at 09:47:13PM -0500, Ollie Rutherfurd wrote:
> > I've also attached ebuilds for PyXML-0.6.5, and
> 4Suite-11.1b3. I think
> > they're okay. I'm not really sure whether these two should
> be linked or not,
> > as 4Suite overlays some of the files that are installed by PyXML.
> Another solution: have one ebuild DEPEND on the other. That
> way, one will always
> get installed first. Didn't take a look at your ebuilds yet,
> so maybe you've done
> this already. This is an easy thing to do since you just
> need to add about 20
> characters to one of the ebuilds.
Thanks for the suggestions. 4Suite currently depends on PyXML (in the
ebuild),
just figured I'd ask the question, since I had it...
-Ollie
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-07-31 11:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-30 19:43 [gentoo-dev] updated ebuilds Ollie Rutherfurd
2001-07-30 20:55 ` Daniel Robbins
2001-07-31 5:13 ` Oliver Rutherfurd
2001-07-31 1:12 ` Dan Armak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox