Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85969 - [NEW] Ebuild for toolbar
Summary: [NEW] Ebuild for toolbar
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://toolbar.tigris.org
Whiteboard:
Keywords:
Depends on:
Blocks: 63307 85970
  Show dependency tree
 
Reported: 2005-03-19 19:40 UTC by Vibhav Garg (RETIRED)
Modified: 2005-03-29 00:57 UTC (History)
0 users

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


Attachments
Initial ebuild (toolbar-0.4.ebuild,929 bytes, text/plain)
2005-03-19 19:41 UTC, Vibhav Garg (RETIRED)
Details
Correct homepage:) (toolbar-0.4.ebuild.patch,507 bytes, patch)
2005-03-19 19:47 UTC, Vibhav Garg (RETIRED)
Details | Diff
ant build file (build.xml,359 bytes, text/plain)
2005-03-20 08:08 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: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.