Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97433 Details for
Bug 143433
dev-java/commons-fileupload-1.1.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
commons-fileupload-1.1.1.ebuild
commons-fileupload-1.1.1.ebuild (text/plain), 1.59 KB, created by
Miroslav Šulc
on 2006-09-19 09:58:14 UTC
(
hide
)
Description:
commons-fileupload-1.1.1.ebuild
Filename:
MIME Type:
Creator:
Miroslav Šulc
Created:
2006-09-19 09:58:14 UTC
Size:
1.59 KB
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/commons-fileupload/commons-fileupload-1.0.ebuild,v 1.18 2005/11/05 11:31:43 betelgeuse Exp $ > >inherit eutils java-pkg-2 java-ant-2 > >DESCRIPTION="The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications." >HOMEPAGE="http://jakarta.apache.org/commons/fileupload/" >SRC_URI="mirror://apache/jakarta/commons/fileupload/source/${P}-src.tar.gz" >DEPEND=">=virtual/jdk-1.3 > >=dev-java/ant-core-1.5 > ~dev-java/servletapi-2.3 > =dev-java/commons-io-1* > =dev-java/portletapi-1* > source? ( app-arch/unzip )" >RDEPEND=">=virtual/jre-1.3" >LICENSE="Apache-1.1" >SLOT="0" ># Missing dependencies: need package for javax.portlet. >#KEYWORDS="-*" >KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="doc source" > >src_unpack() { > unpack ${A} > cd "${S}" > # Tweak build classpath and don't automatically run tests > epatch "${FILESDIR}/${P}-gentoo.patch" > local libdir="target/lib" > mkdir -p ${libdir}/commons-io/jars -p ${libdir}/javax.servlet/jars -p ${libdir}/javax.portlet/jars > cd ${libdir}/commons-io/jars > java-pkg_jar-from commons-io-1 > cd "${S}"/${libdir}/javax.servlet/jars > java-pkg_jar-from servletapi-2.3 > cd "${S}"/${libdir}/javax.portlet/jars > java-pkg_jar-from portletapi-1 >} > >src_compile() { > eant -Dlibdir="${S}"/target/lib jar -Dnoget=true $(use_doc) >} > >src_install() { > java-pkg_newjar target/${PN}-1.2-SNAPSHOT.jar ${PN}.jar > use doc && java-pkg_dohtml -r dist/docs/ > use source && java-pkg_dosrc src/java/* >}
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 143433
: 97433 |
97434
|
99316