Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 183485 Details for
Bug 203076
[Ebuild Request] dev-java/ibatis
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
java-overlay worthy version of the ebuild
ibatis-2.3.4.726.ebuild (text/plain), 1.67 KB, created by
Ralph Sennhauser (RETIRED)
on 2009-02-28 16:14:30 UTC
(
hide
)
Description:
java-overlay worthy version of the ebuild
Filename:
MIME Type:
Creator:
Ralph Sennhauser (RETIRED)
Created:
2009-02-28 16:14:30 UTC
Size:
1.67 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="1" >JAVA_PKG_IUSE="doc examples source" > >inherit java-utils-2 java-pkg-2 > >DESCRIPTION="Data mapper framework" >HOMEPAGE="http://ibatis.apache.org/index.html" >SRC_URI="mirror://apache/${PN}/binaries/${PN}.java/${P}.zip" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64" > >IUSE="" > >COMMON_DEP=" > dev-java/cglib:2 > dev-java/commons-dbcp:0 > dev-java/commons-logging:0 > dev-java/jta:0 > dev-java/log4j:0 > dev-java/oscache:0" > >RDEPEND=" > >=virtual/jre-1.5 > ${COMMON_DEP}" > >DEPEND=" > dev-java/sun-jdk:1.5 > app-arch/unzip > ${COMMON_DEP}" > >src_unpack() { > # unusual packing > cd "${WORKDIR}" > mkdir ${P} > cd "${S}" > unpack ${A} > rm -R META* lib/* doc/* > > # prepare source dir > cd "${S}/src/" > unzip -q "ibatis-src.zip" > rm -R META* iba* li* re* > > # link dependencies > cd "${S}/lib/" > java-pkg_jar-from cglib-2 cglib-full.jar > java-pkg_jar-from commons-dbcp > java-pkg_jar-from commons-logging commons-logging.jar > java-pkg_jar-from jta > java-pkg_jar-from log4j > java-pkg_jar-from oscache > > mkdir "${S}/classes" >} > >src_compile() { > # won't build with 1.6 > java-pkg_set-current-vm sun-jdk-1.5 > > einfo "compile sources" > ejavac -d classes -source 5 -target 5 \ > -classpath `echo lib/* | sed -e "s/ /:/g"` \ > `find src/ -type f -name \*.java -print0 | xargs --null` > jar cf ibatis.jar -C classes/ . > > use doc && einfo "building javadoc" \ > && javadoc -quiet -d doc/ -sourcepath src/ \ > -subpackages com.ibatis.common >} > >src_install() { > java-pkg_dojar "${PN}.jar" > use doc && java-pkg_dojavadoc doc > use examples && java-pkg_doexamples simple_example > use source && java-pkg_dosrc src >} >
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 203076
:
183307
|
183485