Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106379 - pygmy-0.46 (new package)
Summary: pygmy-0.46 (new package)
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-09-18 10:25 UTC by Andrew Conkling
Modified: 2013-03-02 15:56 UTC (History)
3 users (show)

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


Attachments
Pygmy 0.4 ebuild (pygmy-0.4.ebuild,540 bytes, text/plain)
2005-09-18 10:26 UTC, Andrew Conkling
Details
0.46 ebuild (pygmy-0.46.ebuild,557 bytes, text/plain)
2005-12-11 07:55 UTC, Andrew Conkling
Details
Updated pygmy 0.46 ebuild with amd64 keyword. (pygmy-0.46.ebuild,562 bytes, text/plain)
2005-12-15 12:43 UTC, Brett Goulder
Details
pygmy 0.46 ebuild, fixed depends and proper keywords. (pygmy-0.46.ebuild,592 bytes, text/plain)
2006-01-11 22:36 UTC, Brett Goulder
Details
Pygmy 0.47 ebuild (pygmy-0.47.ebuild,617 bytes, text/plain)
2006-01-13 06:02 UTC, Brett Goulder
Details
pympdclient2 0.11.0 ebuild (pympdclient2-0.11.0.ebuild,499 bytes, text/plain)
2006-01-13 06:04 UTC, Brett Goulder
Details
fixed mpdclient2 0.11.0 ebuild (pympdclient2-0.11.0.ebuild,511 bytes, text/plain)
2006-01-13 07:43 UTC, Brett Goulder
Details
Version 0.11.1 of py-mpdclient (pympdclient2-0.11.1.ebuild,507 bytes, text/plain)
2006-01-23 17:55 UTC, Brett Goulder
Details
Improved libpympdclient ebuild (libpympdclient-0.11.1.ebuild,506 bytes, text/plain)
2006-02-13 13:49 UTC, Brett Goulder
Details
Improved pygmy 0.47 ebuild (pygmy-0.47.ebuild,626 bytes, text/plain)
2006-02-13 13:50 UTC, Brett Goulder
Details
Fixed libpympdclient ebuild. (libpympdclient-0.11.1.ebuild,508 bytes, text/plain)
2006-02-14 07:40 UTC, Brett Goulder
Details
Fixed pygmy 0.47 ebuild (pygmy-0.47.ebuild,628 bytes, text/plain)
2006-02-14 07:41 UTC, Brett Goulder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Conkling 2005-09-18 10:25:26 UTC
Pygmy 0.4, an MPD client using PyGTK.
Comment 1 Andrew Conkling 2005-09-18 10:26:38 UTC
Created attachment 68743 [details]
Pygmy 0.4 ebuild

I have not tested this ebuild, but I think it should work.
Comment 2 Andrew Conkling 2005-09-21 19:25:38 UTC
Version bump to 0.43.
Comment 3 Andrew Conkling 2005-12-10 09:06:45 UTC
Version bump to 0.46
Comment 4 Andrew Conkling 2005-12-11 07:55:15 UTC
Created attachment 74502 [details]
0.46 ebuild

0.46 requires a new ebuild because it now depends on python-dev/empy.
Comment 5 Arthur Koziel 2005-12-14 09:43:39 UTC
How about adding the 'amd64'-keyword? ;)
Comment 6 Andrew Conkling 2005-12-14 09:50:52 UTC
Feel free to edit and upload an updated attachment.  I'm not using Gentoo
currently, and I'm not real current on making ebuilds.
Comment 7 Brett Goulder 2005-12-15 12:43:35 UTC
Created attachment 74821 [details]
Updated pygmy 0.46 ebuild with amd64 keyword.

Updated the pygmy 0.46 ebuild with the amd64 keyword.
Comment 8 Brett Goulder 2006-01-11 22:36:08 UTC
Created attachment 76885 [details]
pygmy 0.46 ebuild, fixed depends and proper keywords.

I noticed recently that some of the icons used by pygmy are from the gnome-icon-theme package, which should be a depend for pygmy. Here's an updated ebuild with proper keywords as well (since the keywords should be ~arch).
Comment 9 Brett Goulder 2006-01-13 06:02:19 UTC
Created attachment 76985 [details]
Pygmy 0.47 ebuild

Ebuild for 0.47, added a depend on a seperate ebuild which is closely related to pygmy (ebuild for that to follow).
Comment 10 Brett Goulder 2006-01-13 06:04:16 UTC
Created attachment 76986 [details]
pympdclient2 0.11.0 ebuild

Required by pygmy 0.47 now, at least for the moment, this includes the mpdclient2.py library which is required by pygmy 0.47, this should go in media-libs/pympdclient2 (since the pygmy 0.47 ebuild references it from there).
Comment 11 Arthur Koziel 2006-01-13 06:57:06 UTC
Hi,
thanks for the 0.47 ebuild.

There is a problem with:
SRC_URI="http://pygmy.berlios.de/files/${P}.tar.bz2"
since the package has the name "pympdclient2-0.11.0" it searches for pympdclient2-0.11.0.tar.bz2

but the correct url for this package is: http://pygmy.berlios.de/files/mpdclient2-0.11.0.tar.bz2
Comment 12 Brett Goulder 2006-01-13 07:41:30 UTC
(In reply to comment #11)
> Hi,
> thanks for the 0.47 ebuild.
> 
> There is a problem with:
> SRC_URI="http://pygmy.berlios.de/files/${P}.tar.bz2"
> since the package has the name "pympdclient2-0.11.0" it searches for
> pympdclient2-0.11.0.tar.bz2
> 
> but the correct url for this package is:
> http://pygmy.berlios.de/files/mpdclient2-0.11.0.tar.bz2
> 
Whoops, real sorry about that.
Comment 13 Brett Goulder 2006-01-13 07:43:42 UTC
Created attachment 76998 [details]
fixed mpdclient2 0.11.0 ebuild

Okay, this ebuild should work for mpdclient2, sorry about that, I guess I slipped and didn't notice that.
Comment 14 Brett Goulder 2006-01-23 17:55:22 UTC
Created attachment 77961 [details]
Version 0.11.1 of py-mpdclient

In the long run I should rename the ebuild so it is properly named, but for now this should be fine.
Comment 15 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 18:45:56 UTC
- there is no versioned virtual/python
- stale IUSE="gnome"
- DEPEND missing
- --root=${D} --prefix=/usr i suppose
Comment 16 Brett Goulder 2006-02-13 13:49:51 UTC
Created attachment 79722 [details]
Improved libpympdclient ebuild

Fixed the above compliants with the libpympdclient ebuild (and I cleaned up the pygmy ebuild). I've moved things required for installation/building into DEPEND and what's required at runtime into RDEPEND (as it should be) for both libpympdclient and pygmy. I've also renamed the libpympdclient package to libpympdclient, instead of pympdclient2. Here's the libpympdclient ebuild (also, sorry about the $PKG thing, that was a brain screw up).
Comment 17 Brett Goulder 2006-02-13 13:50:30 UTC
Created attachment 79723 [details]
Improved pygmy 0.47 ebuild

pygmy ebuild.
Comment 18 Arthur Koziel 2006-02-14 05:52:33 UTC
There is an error with the python-2.4 dependency:

!!! Problem in media-sound/pygmy dependencies.
!!! "Specific key requires an operator (dev-lang/python-2.4) (try adding an '=')" exception

to fix this, just replace "python-2.4" with ">=python2.4".

PS: If i would know how to upload a file in bugzilla i would have uplaoded a new ebuild ;)
Comment 19 Brett Goulder 2006-02-14 07:40:53 UTC
Created attachment 79760 [details]
Fixed libpympdclient ebuild.

Fixed the above problem.
Comment 20 Brett Goulder 2006-02-14 07:41:36 UTC
Created attachment 79761 [details]
Fixed pygmy 0.47 ebuild

and for pygmy.
Comment 21 Pavlos Ratis (RETIRED) Gentoo Infrastructure gentoo-dev 2013-03-02 15:56:46 UTC
Dead project