Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 106077 Details for
Bug 160961
dev-java/sun-jacc-api-20070102 (overlay) doesn't build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild with target fix
sun-jacc-api-20070102-r1.ebuild (text/plain), 1.01 KB, created by
Bernhard Frauendienst
on 2007-01-08 18:14:50 UTC
(
hide
)
Description:
ebuild with target fix
Filename:
MIME Type:
Creator:
Bernhard Frauendienst
Created:
2007-01-08 18:14:50 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-pkg-2 java-ant-2 > >DESCRIPTION="Java Authorization Contract for Containers" >HOMEPAGE="http://java.sun.com/j2ee/javaacc/index.html" ># cvs -d :pserver:nichoj@cvs.dev.java.net:/cvs checkout glassfish/jacc-api ># cd glassfish ># mv jacc-api sun-jacc-api-${P} ># tar --exclude=CVS -cjvf sun-jacc-api-${P}.tar.bz2 sun-jacc-api-${P} >SRC_URI="mirror://gentoo/${P}.tar.bz2" > >LICENSE="" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=">=virtual/jdk-1.4 > dev-java/ant-core > dev-java/servletapi" >RDEPEND=">=virtual/jre-1.4" > >src_unpack() { > unpack ${A} > cd ${S} > # we need to patch the build file since we don't want to update an > # existing jar-archive but build a new one (called jcc-api.jar) > epatch ${FILESDIR}/${P}.patch > java-pkg_jar-from servletapi-2.4 servlet-api.jar >} > >src_compile() { > eant -Djavac.source=$(java-pkg_get-source) -Djavaee.jar=servlet-api.jar >} > >src_install() { > java-pkg_dojar jcc-api.jar >}
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 160961
:
106073
|
106075
| 106077 |
106079