Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 85969

Summary: [NEW] Ebuild for toolbar
Product: Gentoo Linux Reporter: Vibhav Garg (RETIRED) <vgarg>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://toolbar.tigris.org
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 63307, 85970    
Attachments: Initial ebuild
Correct homepage:)
ant build file

Description Vibhav Garg (RETIRED) gentoo-dev 2005-03-19 19:40:22 UTC
This is a dependency for new version of argouml
Comment 1 Vibhav Garg (RETIRED) gentoo-dev 2005-03-19 19:41:40 UTC
Created attachment 53906 [details]
Initial ebuild
Comment 2 Vibhav Garg (RETIRED) gentoo-dev 2005-03-19 19:41:54 UTC
Comment on attachment 53906 [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="ToolBar was originally designed for the ArgoUML project and has now
>been broken out to allow reuse by other swing based applications."
>HOMEPAGE="http://toolbar.apache.org"
>SRC_URI="http://${PN}.tigris.org/files/documents/869/10303/ToolBar-${PV}-src.zip"
>DEPEND=">=virtual/jdk-1.3"
>RDEPEND=">=virtual/jdk-1.3"
>LICENSE="Apache 2.0"
>SLOT="0"
>KEYWORDS="~x86 ~amd64"
>IUSE="jikes"
>S="${WORKDIR}"
>src_unpack() {
>	unpack ${A} 
>}
>
>src_compile(){
>	cd ${S}
>	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/toolbar.jar
>}
Comment 3 Vibhav Garg (RETIRED) gentoo-dev 2005-03-19 19:47:18 UTC
Created attachment 53907 [details, diff]
Correct homepage:)
Comment 4 Vibhav Garg (RETIRED) gentoo-dev 2005-03-19 19:47:40 UTC
Comment on attachment 53907 [details, diff]
Correct homepage:)

>--- toolbar-0.4.ebuild.orig	2005-03-19 21:45:08.556900128 -0600
>+++ toolbar-0.4.ebuild	2005-03-19 21:45:18.164439560 -0600
>@@ -6,7 +6,7 @@
> 
> DESCRIPTION="ToolBar was originally designed for the ArgoUML project and has now
> been broken out to allow reuse by other swing based applications."
>-HOMEPAGE="http://toolbar.apache.org"
>+HOMEPAGE="http://toolbar.tigris.org"
> SRC_URI="http://${PN}.tigris.org/files/documents/869/10303/ToolBar-${PV}-src.zip"
> DEPEND=">=virtual/jdk-1.3"
> RDEPEND=">=virtual/jdk-1.3"
Comment 5 Vibhav Garg (RETIRED) gentoo-dev 2005-03-20 08:08:58 UTC
Created attachment 53938 [details]
ant build file
Comment 6 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-29 00:57:04 UTC
compnerd imported it into the tree, thanks.