public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [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

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