Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 66883
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Chris White (RETIRED) <chriswhite@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: mikael söderholm <gnarlie@ihku.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
specimen-0.4.5.ebuild specimen-0.4.5.ebuild application/octet-stream mikael söderholm 2004-10-09 08:43 0000 846 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 66883 depends on: 66879 Show dependency tree
Bug 66883 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-09 08:41 0000
ebuild for specimen 0.4.5

------- Comment #1 From mikael söderholm 2004-10-09 08:43:54 0000 -------
Created an attachment (id=41426) [details]
new version

------- Comment #2 From Chris White (RETIRED) 2004-10-15 18:20:35 0000 -------
Checking the ebuild right now.

------- Comment #3 From Chris White (RETIRED) 2004-10-15 19:15:15 0000 -------
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 :).

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug