Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112758 - Conky 1.3.4 released
Summary: Conky 1.3.4 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL: http://conky.sf.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 16:06 UTC by Brenden Matthews
Modified: 2005-11-19 22:58 UTC (History)
1 user (show)

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


Attachments
conky-1.3.4.ebuild (conky-1.3.4.ebuild,2.04 KB, text/plain)
2005-11-16 16:07 UTC, Brenden Matthews
Details
conky-1.3.4.ebuild (conky-1.3.4.ebuild,2.23 KB, text/plain)
2005-11-16 21:45 UTC, Brenden Matthews
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brenden Matthews 2005-11-16 16:06:55 UTC
Ebuild attached.  Tested on x86, amd64, and ppc.
Comment 1 Brenden Matthews 2005-11-16 16:07:29 UTC
Created attachment 73044 [details]
conky-1.3.4.ebuild
Comment 2 Brenden Matthews 2005-11-16 21:45:23 UTC
Created attachment 73060 [details]
conky-1.3.4.ebuild

Added warning about ipv6 use flag disabling port monitor.
Comment 3 Brenden Matthews 2005-11-16 21:47:23 UTC
Sourceforge seems to have been doing odd things with the files...just to verify,
the md5sum for the file is:

91f7d4ce29a6bc2d785f13224ea4aaac  conky-1.3.4.tar.bz2

if you get an error like this:

>>> Unpacking source...
>>> Unpacking conky-1.3.4.tar.bz2 to /var/tmp/portage/conky-1.3.4/work

bzip2: Compressed file ends unexpectedly;
	perhaps it is corrupted?  *Possible* reason follows.
bzip2: Success
	Input file = /usr/portage/distfiles/conky-1.3.4.tar.bz2, output file = (stdout)


try deleting the downloaded file, waiting a few minutes, and downloading again.
Comment 4 Daniel Black (RETIRED) gentoo-dev 2005-11-19 16:08:53 UTC
added - thanks. 
 
please make sure use flags control the way it is compiled. See how I changed 
the ipv6 conditions. A configure option would probably be better. 
 
Thankyou. 
Comment 5 Brenden Matthews 2005-11-19 21:12:13 UTC
(In reply to comment #4)
> added - thanks. 
>  
> please make sure use flags control the way it is compiled. See how I changed 
> the ipv6 conditions. A configure option would probably be better. 
>  
> Thankyou. 

I'm a little bit confused by what you added.  I had $(use_enable !ipv6 portmon)
to disable the portmon via ./configure if ipv6 is enabled.  I'm not sure what
"MPD_NO_IPV6=noipv6" does, perhaps you could explain to me.
Comment 6 Brenden Matthews 2005-11-19 22:58:02 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > added - thanks. 
> >  
> > please make sure use flags control the way it is compiled. See how I changed 
> > the ipv6 conditions. A configure option would probably be better. 
> >  
> > Thankyou. 
> 
> I'm a little bit confused by what you added.  I had $(use_enable !ipv6 portmon)
> to disable the portmon via ./configure if ipv6 is enabled.  I'm not sure what
> "MPD_NO_IPV6=noipv6" does, perhaps you could explain to me.

Nevermind, forget I asked.  I forgot about libmpdclient.