Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85970 - [NEW] ebuild for swidgets
Summary: [NEW] ebuild for swidgets
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL: http://swidgets.tigris.org
Whiteboard:
Keywords:
Depends on: 85969
Blocks:
  Show dependency tree
 
Reported: 2005-03-19 19:55 UTC by Vibhav Garg (RETIRED)
Modified: 2005-03-29 08:29 UTC (History)
0 users

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


Attachments
Initial ebuild. (swidgets-0.1.ebuild,1001 bytes, text/plain)
2005-03-19 19:58 UTC, Vibhav Garg (RETIRED)
Details
ant build file (build.xml,387 bytes, text/plain)
2005-03-20 08:09 UTC, Vibhav Garg (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vibhav Garg (RETIRED) gentoo-dev 2005-03-19 19:55:51 UTC
This ebuild is needed for argouml
Comment 1 Vibhav Garg (RETIRED) gentoo-dev 2005-03-19 19:58:09 UTC
Created attachment 53910 [details]
Initial ebuild.
Comment 2 Vibhav Garg (RETIRED) gentoo-dev 2005-03-19 19:58:25 UTC
Comment on attachment 53910 [details]
Initial ebuild.

># Copyright 1999-2004 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.0-r4.ebuild,v 1.4 2004/10/16 17:04:14 axxo Exp $
>
>inherit java-pkg eutils
>
>DESCRIPTION="The swidgets project is made up of various GUI controls for
>building a feature rich GUI application."
>HOMEPAGE="http://swidgets.tigris.org"
>SRC_URI="http://${PN}.tigris.org/files/documents/1472/18566/${PF}-src.zip"
>DEPEND=">=virtual/jdk-1.3"
>RDEPEND=">=virtual/jdk-1.3
>        dev-java/toolbar"
>LICENSE="Apache 2.0"
>SLOT="0"
>KEYWORDS="~x86 ~amd64"
>IUSE="jikes"
>S="${WORKDIR}"
>src_unpack() {
>	unpack ${A} 
>}
>
>src_compile(){
>	cd ${S}
>	mkdir lib
>	cd lib
>	java-pkg_jar-from toolbar || die "could not find toolbar"
>	cd ..
>	local antflags="compile"
>	use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
>	cp ${FILESDIR}/build.xml .
>	ant ${antflags} || die "compile failed"
>}
>
>src_install() { 
>	cd ${S}
>	java-pkg_dojar lib/swidgets.jar
>}
Comment 3 Vibhav Garg (RETIRED) gentoo-dev 2005-03-20 08:09:27 UTC
Created attachment 53940 [details]
ant build file
Comment 4 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-29 00:56:26 UTC
compnerd imported it into the tree, thanks.