Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43826 - python-irclib-0.4.1.ebuild (new package)
Summary: python-irclib-0.4.1.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
: 109338 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-05 13:09 UTC by Steingrim Dovland
Modified: 2006-11-02 13:53 UTC (History)
6 users (show)

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


Attachments
python-irclib-0.4.1.ebuild (python-irclib-0.4.1.ebuild,437 bytes, text/plain)
2004-03-05 13:10 UTC, Steingrim Dovland
Details
initial ChangeLog (ChangeLog,297 bytes, text/plain)
2004-03-05 13:10 UTC, Steingrim Dovland
Details
python-irclib-0.4.1.ebuild (python-irclib-0.4.1.ebuild,441 bytes, text/plain)
2004-03-05 13:22 UTC, Steingrim Dovland
Details
modified ebuild (python-irclib-0.4.2.ebuild,442 bytes, text/plain)
2005-01-12 05:49 UTC, Steingrim Dovland
Details
metadata.xml (irclib-0.4.5.ebuild,441 bytes, text/plain)
2005-10-15 10:15 UTC, sargun dhillon
Details
python-irclib-0.4.6.ebuild (python-irclib-0.4.6.ebuild,564 bytes, text/plain)
2006-08-29 11:28 UTC, Conrad Kostecki
Details
A short log of me emerging and using irclib on AMD64 (amd64log.txt,8.16 KB, text/plain)
2006-11-02 13:50 UTC, Zeth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steingrim Dovland 2004-03-05 13:09:50 UTC
Hi

Attached is an ebuild and initial ChangeLog for python-irclib-0.4.1.

python-irclib is an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections, and it makes it easy to write irc-bots and irc-clients in Python. 

Its only dependency is Python, and the ebuild is very simple since it uses the distutils eclass. I suggest dev-python/python-irclib.
Comment 1 Steingrim Dovland 2004-03-05 13:10:26 UTC
Created attachment 26914 [details]
python-irclib-0.4.1.ebuild
Comment 2 Steingrim Dovland 2004-03-05 13:10:48 UTC
Created attachment 26915 [details]
initial ChangeLog
Comment 3 Steingrim Dovland 2004-03-05 13:22:51 UTC
Created attachment 26916 [details]
python-irclib-0.4.1.ebuild

Changed LGPL to LGPL-2.1
Comment 4 Steingrim Dovland 2004-03-05 13:23:41 UTC
Comment on attachment 26916 [details]
python-irclib-0.4.1.ebuild

fixed wrong license, LGPL should be LGPL-2.1
Comment 5 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-08 00:33:46 UTC
Remove line "S=${WORKDIR}/${P}", it's already implied.
Add RESTRICT="nomirror" because it is already mirrored on sourceforge.
Comment 6 Steingrim Dovland 2005-01-12 05:49:46 UTC
Created attachment 48293 [details]
modified ebuild

added RESTRICT="nomirror" and removed S=...
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-15 04:01:48 UTC
*** Bug 109338 has been marked as a duplicate of this bug. ***
Comment 8 sargun dhillon 2005-10-15 10:15:27 UTC
Created attachment 70742 [details]
metadata.xml
Comment 9 Lukasz Strzygowski (RETIRED) gentoo-dev 2006-01-29 03:31:33 UTC
Reassigned to maintainer-wanted.
Comment 10 Conrad Kostecki gentoo-dev 2006-08-29 11:28:27 UTC
Created attachment 95394 [details]
python-irclib-0.4.6.ebuild

Bumped to 0.4.6!
Comment 11 Radoslaw Stachowiak (RETIRED) gentoo-dev 2006-10-22 13:24:53 UTC
commited into portage.
Comment 12 Zeth 2006-11-02 13:50:48 UTC
Created attachment 101090 [details]
A short log of me emerging and using irclib on AMD64

Hello. I tested the ebuild on AMD64 and it seemed to work fine. No problems. It did what it said on the tin. I have provided a log of the emerge and a brief use.