Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109338 - An ebuild for the python-irclib
Summary: An ebuild for the python-irclib
Status: RESOLVED DUPLICATE of bug 43826
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-15 00:58 UTC by sargun dhillon
Modified: 2005-10-15 04:01 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 sargun dhillon 2005-10-15 00:58:44 UTC
inherit distutils

DESCRIPTION="IRC library for Python"
HOMEPAGE="http://python-irclib.sourceforge.net/"
SRC_URI="mirror://sourceforge/python-irclib/python-${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND=">=dev-lang/python-1.6"
S=${WORKDIR}/python-${P}

src_install() {
        distutils_src_install
}


Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge irclib
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-15 04:01:48 UTC
Please search.

*** This bug has been marked as a duplicate of 43826 ***