Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66883 - specimen-0.4.5.ebuild, new dep media-libs/phat
Summary: specimen-0.4.5.ebuild, new dep media-libs/phat
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 66879
Blocks:
  Show dependency tree
 
Reported: 2004-10-09 08:41 UTC by mikael söderholm
Modified: 2004-10-15 19:15 UTC (History)
0 users

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


Attachments
specimen-0.4.5.ebuild (specimen-0.4.5.ebuild,846 bytes, application/octet-stream)
2004-10-09 08:43 UTC, mikael söderholm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mikael söderholm 2004-10-09 08:41:37 UTC
ebuild for specimen 0.4.5
Comment 1 mikael söderholm 2004-10-09 08:43:54 UTC
Created attachment 41426 [details]
specimen-0.4.5.ebuild
Comment 2 Chris White (RETIRED) gentoo-dev 2004-10-15 18:20:35 UTC
Checking the ebuild right now.
Comment 3 Chris White (RETIRED) gentoo-dev 2004-10-15 19:15:15 UTC
And commited too :).

+# $Header: $

header again.

-KEYWORDS="x86 ~ppc -amd64"
+#KEYWORDS="~x86 ~ppc -amd64" - ppc team, please uncomment this when you guys
+# get media-libs/phat marked stable - Chris
+KEYWORDS="~x86 -amd64"

Had to adjust ppc keywords because phat isn't ppc marked.

-       local myconf;
-       use ladcca || myconf="${myconf} --disable-ladcca"
-       use debug || myconf="${myconf} --disable-debug"
-       econf ${myconf} || die
+
+       econf \
+               $(use_enable ladcca) \
+               $(use_enable debug) || die
+

Same thing with the USE logic here.

-       dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+       dodoc AUTHORS ChangeLog NEWS README TODO

Same thing with COPYING.

Other than that, great job again :).