Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217262 - dev-util/astyle-1.22.ebuild (version bump)
Summary: dev-util/astyle-1.22.ebuild (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-11 09:35 UTC by Adam Piątyszek
Modified: 2008-05-13 04:26 UTC (History)
1 user (show)

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


Attachments
Remove unnecessary "-s" strip flags from linking commands (astyle-1.22-strip.patch,711 bytes, patch)
2008-04-11 09:36 UTC, Adam Piątyszek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Piątyszek 2008-04-11 09:35:04 UTC
Hi,

There is a new version of astyle code beautifier (1.22) available. Here is the required change in the ebuild with respect to version 1.21:

--- astyle-1.21.ebuild	2008-04-11 11:31:20.000000000 +0200
+++ astyle-1.22.ebuild	2008-04-11 11:26:55.000000000 +0200
@@ -25,7 +25,7 @@
 }
 
 src_compile() {
-	cd build
+	cd buildgcc
 	local build_targets="release"
 	if use debug; then
 	    build_targets="debug"

Also the strip patch needs to be updated. Please find the new one attached to this report.

BR,
/Adam
Comment 1 Adam Piątyszek 2008-04-11 09:36:15 UTC
Created attachment 149379 [details, diff]
Remove unnecessary "-s" strip flags from linking commands
Comment 2 Steve Arnold archtester gentoo-dev 2008-05-13 04:26:56 UTC
Now in portage...  Thanks for the patch...