Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240007 Details for
Bug 329617
cannot install dev-java/hibernate-annotations-3.1_beta8
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixed version of this ebuild
hibernate-annotations-3.1_beta8.ebuild (text/plain), 1.38 KB, created by
Maxim Sorokin
on 2010-07-24 15:32:01 UTC
(
hide
)
Description:
fixed version of this ebuild
Filename:
MIME Type:
Creator:
Maxim Sorokin
Created:
2010-07-24 15:32:01 UTC
Size:
1.38 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 > >MY_PV=${PV/_/} # TODO use versionator >MY_P="${PN}-${MY_PV}" >HIBERNATE_P="hibernate-3.1.2" > >DESCRIPTION="Annotations support for Hibernate" >HOMEPAGE="http://annotations.hibernate.org" >SRC_URI="mirror://sourceforge/hibernate/${MY_P}.tar.gz mirror://sourceforge/hibernate/${HIBERNATE_P}.tar.gz" >LICENSE="LGPL-2" >SLOT="3.1" >KEYWORDS="~amd64 ~x86" >IUSE="doc source" >DEPEND=">=virtual/jdk-1.5" >RDEPEND=">=virtual/jre-1.5 > =dev-java/hibernate-3.1* > =dev-java/lucene-1*" > >S="${WORKDIR}/${MY_P}" >HIBERNATE_S="${WORKDIR}/hibernate-3.1" > >src_unpack() { > unpack ${A} > > cd ${HIBERNATE_S}/lib > # start: pulled from hibernate ebuild > rm *.jar > local JAR_PACKAGES="asm-3 c3p0 commons-collections > commons-logging dom4j-1 ehcache jaxen-1.1 > log4j oscache proxool swarmcache-1.0 xerces-2 ant-junit" > for PACKAGE in ${JAR_PACKAGES}; do > java-pkg_jar-from ${PACKAGE} > done > java-pkg_jar-from cglib-2.2 cglib.jar > > # end: pulled from hibernate ebuild > > java-pkg_jar-from hibernate-3.1 > > cd ${S}/lib > java-pkg_jar-from lucene-1.9 lucene.jar lucene-1.4.3.jar > # TODO ejb3-persistence.jar >} > >src_compile() { > ANT_TASKS="ant-junit" > > eant jar $(use_doc) >} > >src_install() { > java-pkg_dojar ${PN}.jar > > use doc && java-pkg_dohtml -r doc/api > 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 329617
: 240007