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

Bug 309445

Summary: Please help me create ebulid for dev-python/gdchart-py-0.6
Product: Gentoo Linux Reporter: flyinflash <flyinflash>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description flyinflash 2010-03-15 06:58:39 UTC
Please help me create ebulid for dev-python/gdchart-py-0.6

Reproducible: Always




My gdchart-py-0.6-r1.ebuild doesn't works:

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

# compile error fix by bones7456@gmail.com

DESCRIPTION="Python interface to GDChart"
HOMEPAGE="http://www.togaware.com/linux/survivor/GDChart.html"

SRC_URI="http://lee.youxu.info/gentoo/${P}.tb2"

inherit distutils

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND="dev-lang/python"
DEPEND="${RDEPEND}
    sys-devel/gcc
	dev-python/setuptools
    sys-libs/zlib
    media-libs/libpng
    media-libs/jpeg"

src_install() {
    emake DESTDIR="${D}" install || die "install failed"

    dodoc README || die
    dohtml doc/test.html doc/w.gif
}
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-03-23 17:58:02 UTC
Hi, bugzilla is not a support forum. We have mailing lists, irc channels, and forums for support.