Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 314787 Details for
Bug 94701
Request for ebuild: dev-java/pluto
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for pluto 1.0.1
pluto-1.0.1.ebuild (text/plain), 1.16 KB, created by
Ivan Baidakou (dmol)
on 2012-06-09 12:47:52 UTC
(
hide
)
Description:
ebuild for pluto 1.0.1
Filename:
MIME Type:
Creator:
Ivan Baidakou (dmol)
Created:
2012-06-09 12:47:52 UTC
Size:
1.16 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 >JAVA_PKG_IUSE="doc source" > >inherit eutils java-pkg-2 java-ant-2 > >DESCRIPTION="Pluto is the Reference Implementation of the Java Portlet Specification (JSR-168)" >HOMEPAGE="http://portals.apache.org/pluto/" >SRC_URI="http://archive.apache.org/dist/portals/pluto/SOURCES/${PN}-src-${PV}.tar.gz" > >SLOT="0" > >COMMON_DEPEND=">=dev-java/servletapi-2.2 > =dev-java/portletapi-1.0" > >DEPEND=">=virtual/jdk-1.4 > ${COMMON_DEPEND}" >RDEPEND=">=virtual/jre-1.4 > dev-java/ant-core > ${COMMON_DEPEND}" >LICENSE="Apache-1.1" > >KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" >IUSE="" >S="${WORKDIR}/${PN}" > > >JAVA_ANT_REWRITE_CLASSPATH="yes" > >EANT_BUILD_TARGET="jar" >EANT_BUILD_XML="container/build.xml" >EANT_GENTOO_CLASSPATH="servletapi-2.4,portletapi-1" > > >pkg_setup() { > java-pkg-2_pkg_setup >} > >java_prepare() { > epatch "${FILESDIR}/${P}-build-xml.patch" > #java-pkg_jarfrom --build-only ant-core ant.jar >} > >src_install() { > java-pkg_newjar container/target/${PN}-1.0.jar ${PN}.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 94701
:
314787
|
314789
|
314859
|
314865