Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 295637 Details for
Bug 394365
app-emacs/jde doesn't need cedet if you are running a modern emacs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jde-2.4.1_pre20110622.ebuild
jde-2.4.1_pre20110622.ebuild (text/plain), 1.83 KB, created by
Ulrich Müller
on 2011-12-13 09:00:52 UTC
(
hide
)
Description:
jde-2.4.1_pre20110622.ebuild
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2011-12-13 09:00:52 UTC
Size:
1.83 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.4.0.1.ebuild,v 1.4 2010/10/14 15:01:21 ranger Exp $ > >EAPI=4 > >WANT_ANT_TASKS="ant-nodeps ant-contrib" >JAVA_PKG_IUSE="doc source" > >inherit java-pkg-2 java-ant-2 elisp eutils > >DESCRIPTION="Java Development Environment for Emacs" >HOMEPAGE="http://jdee.sourceforge.net/" >SRC_URI="mirror://gentoo/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" >IUSE="" > >DEPEND=">=virtual/jdk-1.3 > app-emacs/elib > virtual/emacs-cedet > dev-java/bsh > dev-java/junit:0 > dev-util/checkstyle" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/jdee" >SITEFILE="70${PN}-gentoo.el" > >src_prepare() { > epatch "${FILESDIR}/${PN}-2.4.0.1-fix-paths-gentoo.patch" > epatch "${FILESDIR}/${PN}-2.4.0.1-classpath-gentoo.patch" > > local bshjar csjar > bshjar=$(java-pkg_getjar --build-only bsh bsh.jar) || die > csjar=$(java-pkg_getjar --build-only checkstyle checkstyle.jar) || die > sed -e "s:@BSH_JAR@:${bshjar}:;s:@CHECKSTYLE_JAR@:${csjar}:" \ > -e "s:@PF@:${PF}:" "${FILESDIR}/${SITEFILE}" >"${SITEFILE}" || die > > cd java/lib || die > java-pkg_jar-from --build-only checkstyle checkstyle.jar checkstyle-all.jar > java-pkg_jar-from junit > java-pkg_jar-from bsh >} > >src_compile() { > eant bindist \ > -Delib.dir="${EPREFIX}${SITELISP}/elib" ># -Dcedet.dir="${EPREFIX}${SITELISP}/cedet" > > use doc && eant source-doc >} > >src_install() { > java-pkg_dojar dist/jdee-${PV}/java/lib/jde.jar > insinto "${JAVA_PKG_SHAREPATH}" > doins -r java/bsh-commands > > use source && java-pkg_dosrc java/src/* > use doc && java-pkg_dojavadoc dist/jdee-${PV}/doc/java/api > > elisp-install ${PN} dist/jdee-${PV}/lisp/*.{el,elc} || die > elisp-site-file-install "${SITEFILE}" || die > > dobin dist/jdee-${PV}/lisp/jtags > > dohtml -r doc/html/* >}
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 394365
:
295487
|
295601
|
295611
| 295637 |
295639