Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309445 - Please help me create ebulid for dev-python/gdchart-py-0.6
Summary: Please help me create ebulid for dev-python/gdchart-py-0.6
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-15 06:58 UTC by flyinflash
Modified: 2010-03-23 17:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.