Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54897 Details for
Bug 87196
New ebuild: ICARUS VMPSd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
icarus-vmpsd-1.1.3.ebuild
icarus-vmpsd-1.1.3.ebuild (text/plain), 975 bytes, created by
Matt Whitlock
on 2005-03-30 15:55:15 UTC
(
hide
)
Description:
icarus-vmpsd-1.1.3.ebuild
Filename:
MIME Type:
Creator:
Matt Whitlock
Created:
2005-03-30 15:55:15 UTC
Size:
975 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg > >DESCRIPTION="Java-based VMPSd for SQL backends" >HOMEPAGE="http://sf.net/projects/vmpsd/" >SRC_URI="mirror://sourceforge/vmpsd/vmpsd-${PV}-src.zip" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="mysql" >RESTRICT="nomirror" >S="${WORKDIR}/src" > >_DEPEND="dev-java/commons-logging > !net-misc/vmpsd" >DEPEND=">=virtual/jdk-1.5 > app-arch/unzip > dev-java/ant > ${_DEPEND}" >RDEPEND=">=virtual/jre-1.5 > mysql? ( >=dev-java/jdbc-mysql-3.0 ) > dev-java/log4j > ${_DEPEND}" > >CLASSDIR="${WORKDIR}/bin" >JARDIR="${WORKDIR}/dist" > >src_compile() { > java-pkg_jar-from commons-logging > export WORKDIR S CLASSDIR JARDIR > ant -f ${FILESDIR}/build.xml || die 'ant build failed' >} > >src_install() { > dojar ${JARDIR}/vmpsd.jar > dodoc ${WORKDIR}/doc/* > exeinto /etc/init.d > newexe ${FILESDIR}/vmpsd.rc vmpsd > insinto /etc/vmpsd > doins ${FILESDIR}/*.properties >}
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 87196
:
54804
|
54897
|
54898
|
54899
|
54900
|
54901
|
56917
|
83667
|
83668
|
92585
|
92587