Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7591 - wmmail-0.64.ebuild badly broken....reworked ebuild attached
Summary: wmmail-0.64.ebuild badly broken....reworked ebuild attached
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-06 19:49 UTC by Brad Cowan (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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


Attachments
wmmail-0.64.ebuild (wmmail-0.64.ebuild,914 bytes, text/plain)
2002-09-06 19:52 UTC, Brad Cowan (RETIRED)
Details
ChangeLog (ChangeLog,534 bytes, text/plain)
2002-09-06 19:52 UTC, Brad Cowan (RETIRED)
Details
digest-wmmail-0.64 (digest-wmmail-0.64,67 bytes, text/plain)
2002-09-06 19:53 UTC, Brad Cowan (RETIRED)
Details
wmmail-0.64-r1.ebuild (wmmail-0.64-r1.ebuild,807 bytes, text/plain)
2002-09-07 10:35 UTC, Brad Cowan (RETIRED)
Details
ChangeLog (ChangeLog,607 bytes, text/plain)
2002-09-07 10:35 UTC, Brad Cowan (RETIRED)
Details
digest-wmmail-0.64-r1 (digest-wmmail-0.64-r1,67 bytes, text/plain)
2002-09-07 10:36 UTC, Brad Cowan (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Cowan (RETIRED) gentoo-dev 2002-09-06 19:49:02 UTC
 
Comment 1 Brad Cowan (RETIRED) gentoo-dev 2002-09-06 19:50:42 UTC
many things broken in this ebuild...causing the ebuild not to emerge have been fixed

Brad Cowan
bradlyatc@cowancomputers.com
Comment 2 Brad Cowan (RETIRED) gentoo-dev 2002-09-06 19:52:01 UTC
Created attachment 3713 [details]
wmmail-0.64.ebuild
Comment 3 Brad Cowan (RETIRED) gentoo-dev 2002-09-06 19:52:32 UTC
Created attachment 3714 [details]
ChangeLog
Comment 4 Brad Cowan (RETIRED) gentoo-dev 2002-09-06 19:53:06 UTC
Created attachment 3715 [details]
digest-wmmail-0.64
Comment 5 Maurizio Disimino 2002-09-07 03:23:01 UTC
few tips:

1) mv doc/wmmail.man doc/wmmail.1
   doman doc/wmmail.1

   consider using 'newman' instead of ^^^
   newman doc/wmmail.man wmmail.1

2) 'die' after emake and econf is not required. A default one is already 
    defined in ebuild.sh. Indeed, src_compile() can be omitted here.

3) in src_install() the cd "${D}" thing is not required. Portage automatically 
   cd's in ${S}

4) use einstall instead of 'make DESTDIR="${D}" install || die'
Comment 6 Brad Cowan (RETIRED) gentoo-dev 2002-09-07 10:06:57 UTC
Hey, Thanks for the advice :), but all I did was change the variables and symlink,
because whomever wrote and submitted the previous ebuild obviously did it
without even testing it.

THANKS
Brad Cowan
Comment 7 Brad Cowan (RETIRED) gentoo-dev 2002-09-07 10:35:40 UTC
Created attachment 3725 [details]
wmmail-0.64-r1.ebuild
Comment 8 Brad Cowan (RETIRED) gentoo-dev 2002-09-07 10:35:58 UTC
Created attachment 3726 [details]
ChangeLog
Comment 9 Brad Cowan (RETIRED) gentoo-dev 2002-09-07 10:36:28 UTC
Created attachment 3727 [details]
digest-wmmail-0.64-r1
Comment 10 Brad Cowan (RETIRED) gentoo-dev 2002-09-07 10:38:10 UTC
I reworked the ebuild according to your suggestions and attached.
THXS
Comment 11 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-15 08:55:03 UTC
thanks brad :)