Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 62498 Details for
Bug 97720
New ebuild: aopalliance-1.0.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
aopalliance-1.0.ebuild
aopalliance-1.0.ebuild (text/plain), 719 bytes, created by
Krzysztof Pawlik (RETIRED)
on 2005-07-02 12:50:06 UTC
(
hide
)
Description:
aopalliance-1.0.ebuild
Filename:
MIME Type:
Creator:
Krzysztof Pawlik (RETIRED)
Created:
2005-07-02 12:50:06 UTC
Size:
719 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/iso-relax/iso-relax-20041111.ebuild,v 1.4 2005/05/12 21:45:23 luckyduck Exp $ > >inherit java-pkg > >DESCRIPTION="Aspect-Oriented Programming (AOP) Alliance classes" >SRC_URI="mirror://gentoo/${P}.tar.bz2" >HOMEPAGE="http://aopalliance.sourceforge.net/" >LICENSE="public-domain" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=virtual/jdk-1.4 > app-arch/unzip > dev-java/ant-core" >RDEPEND=">=virtual/jre-1.4" > >S="${WORKDIR}/aopalliance" > >src_compile() { > cd ${S} > ant jar || die "ant failed" >} > >src_install() { > cd ${S}/build > java-pkg_dojar aopalliance.jar || die "dojar failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 97720
:
62476
|
62497
|
62498
|
62517