Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144738 - games-rpg/stendhal - new ebuild
Summary: games-rpg/stendhal - new ebuild
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 144736 144734 144737 144827
Blocks:
  Show dependency tree
 
Reported: 2006-08-22 05:07 UTC by Jakob Truelsen
Modified: 2015-12-26 09:32 UTC (History)
3 users (show)

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


Attachments
The ebuild (stendhal-0.52.ebuild,1.29 KB, text/plain)
2006-08-22 05:08 UTC, Jakob Truelsen
Details
A patch to the bulid script (build.xml.patch,380 bytes, patch)
2006-08-22 05:08 UTC, Jakob Truelsen
Details | Diff
The ebuild (stendhal-0.52.ebuild,4.05 KB, text/plain)
2006-08-26 03:17 UTC, Jakob Truelsen
Details
The ebuild (stendhal-0.52.ebuild,4.29 KB, text/plain)
2006-08-26 03:50 UTC, Jakob Truelsen
Details
A better ebuild (stendhal-0.52.ebuild,4.29 KB, text/plain)
2006-08-27 03:29 UTC, Jakob Truelsen
Details
A better ebuild (stendhal-0.52.ebuild,4.24 KB, text/plain)
2006-08-27 10:23 UTC, Jakob Truelsen
Details
stendhal-0.53.ebuild (stendhal-0.53.ebuild,4.25 KB, text/plain)
2006-09-04 11:31 UTC, Jakob Truelsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Truelsen 2006-08-22 05:07:31 UTC
Hi 

I have attatched an ebuild for stendhal http://arianne.sourceforge.net/ 
it depends on games-engines/marauroa and dev-java/simple (ebuild in Bugzilla)..

I suggest putting it in games-rpg/stendhal

Jakob
Comment 1 Jakob Truelsen 2006-08-22 05:08:12 UTC
Created attachment 94850 [details]
The ebuild
Comment 2 Jakob Truelsen 2006-08-22 05:08:54 UTC
Created attachment 94851 [details, diff]
A patch to the bulid script
Comment 3 Jakob Truelsen 2006-08-26 03:17:56 UTC
Created attachment 95113 [details]
The ebuild
Comment 4 Jakob Truelsen 2006-08-26 03:50:06 UTC
Created attachment 95116 [details]
The ebuild

Sory for all the posts.. the ebuild should be good now..
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2006-08-26 08:12:23 UTC
(In reply to comment #4)
> Created an attachment (id=95116) [edit]
> The ebuild
> 
> Sory for all the posts.. the ebuild should be good now..
> 

src_compile() {
	eant clean
	eant client_build
	use server && eant -lib $(java-pkg_getjars jython simple groovy-1 marauroa log4j jnlp-bin jdbc-mysql) server_build
	use doc && eant docs
}


check $(use_doc) and try to see if you can use ant properties instead of -lib (I already told the reasons in an another bug)

	dodoc LICENSE
	dodoc AUTHORS
	dodoc README

you can call dodoc and dojar with multiple arguments
Comment 6 Petteri Räty (RETIRED) gentoo-dev 2006-08-26 08:13:20 UTC
This being written in java it might be better to have it under the control of the java herd but we are understaffed as it is.
Comment 7 Jakob Truelsen 2006-08-27 03:29:23 UTC
Created attachment 95187 [details]
A better ebuild

Implement the above mentioned changes.. the ant-core package is NOT enough in this incident (depends on something in ant-tasks)
Comment 8 Jakob Truelsen 2006-08-27 10:23:05 UTC
Created attachment 95214 [details]
A better ebuild

The data jars needs to have versionnumbers to work..
can now compile with "-server doc"
Comment 9 Jakob Truelsen 2006-09-04 11:31:17 UTC
Created attachment 95990 [details]
stendhal-0.53.ebuild

New version... libs dir moved..
Comment 10 Patrice Clement gentoo-dev 2015-12-26 09:32:45 UTC
10 years down the line, no update since 2006 and this ebuild is still not in the tree. Let's face it: it will never be part of Portage. Closing.