Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206097 Details for
Bug 287760
New ebuild: dev-java/hamcrest-generator
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The new ebuild.
hamcrest-generator-1.2.ebuild (text/plain), 1.23 KB, created by
Quetzaly Solano Gómez
on 2009-10-05 13:51:53 UTC
(
hide
)
Description:
The new ebuild.
Filename:
MIME Type:
Creator:
Quetzaly Solano Gómez
Created:
2009-10-05 13:51:53 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >JAVA_PKG_IUSE="source" >inherit java-pkg-2 java-ant-2 > >MY_PN="hamcrest" >MY_P="${MY_PN}-${PV}" >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="Code generator for Hamcrest's library of matchers for building test expressions" >HOMEPAGE="http://code.google.com/p/${MY_PN}/" >SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz" >LICENSE="BSD-2" >SLOT="1.2" >KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" >IUSE="" > >DEPEND=">=virtual/jdk-1.5 > >=dev-java/jarjar-0.9 > =dev-java/qdox-1.6*" >RDEPEND=">=virtual/jre-1.5" > >EANT_BUILD_TARGET="generator" >EANT_EXTRA_ARGS="-Dversion=${PV}" >EANT_ANT_TASKS="jarjar-1" > >java_prepare() { > # Don't include source in JAR. If a Gentoo user wants the source the source > # USE flag will be enabled > epatch "${FILESDIR}/hamcrest-1.2-no_source_in_jar.patch" > find -name "*.jar" | xargs rm -v > > # These jars must be symlinked. Specifying them using gentoo.classpath > # does not work. > java-pkg_jar-from --build-only --into lib/generator qdox-1.6 qdox.jar qdox-1.6.1.jar >} > >src_install() { > java-pkg_newjar build/${PN}-${PV}.jar ${PN}.jar > > dodoc README.txt CHANGES.txt > > use source && java-pkg_dosrc ${PN}/src/main/java/org >}
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 287760
:
206097
|
206099
|
209169
|
209171