Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32684 - wmmldonkey-0.003.ebuild (New Package)
Summary: wmmldonkey-0.003.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-03 22:02 UTC by Marco Lui
Modified: 2003-12-25 15:56 UTC (History)
0 users

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


Attachments
wmmldonkey-0.003.ebuild (wmmldonkey-0.003.ebuild,518 bytes, text/plain)
2003-11-03 22:04 UTC, Marco Lui
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Lui 2003-11-03 22:02:40 UTC
This is my first attempt at an ebuild script. It downloads, compiles and
installs wmmldonkey, a Docklet for track mldonkey upload/download rate that
interfaces with the mldonkey server (local or remote).

I didn't write wmmldonkey. More info on wmmldonkey at
http://dockapps.org/file.php/id/174



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Marco Lui 2003-11-03 22:04:17 UTC
Created attachment 20231 [details]
wmmldonkey-0.003.ebuild
Comment 2 Marco Lui 2003-11-03 22:07:06 UTC
Comment on attachment 20231 [details]
wmmldonkey-0.003.ebuild

># Ebuild by Marco Lui 11-Nov-2003
># For wmmldonkey3
># Based on the ebuild for wmmsg
>
>DESCRIPTION="wmmldonkey is a dockapp to show the up and downloadrate from
your mldonkey"
>HOMEPAGE="http://dockapps.org/file.php/id/174"
>SRC_URI="http://dockapps.org/download.php/id/298/wmmldonkey3.tar.gz"
>LICENSE="GPL-1"
>SLOT="0"
>KEYWORDS="~x86"
>IUSE=""
>DEPEND="virtual/x11
>	net-p2p/mldonkey"
>S=${WORKDIR}/wmmldonkey3
>
>src_compile() {
>	emake || die
>}
>
>src_install() {
>	dodoc CHANGELOG LICENSE README
>	exeinto /usr/bin
>	doexe wmmldonkey
>}
Comment 3 Markus Nigbur (RETIRED) gentoo-dev 2003-12-25 15:56:22 UTC
I altered the head to match our copyright.

added to cvs.