Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101418 Details for
Bug 154400
jedit 4.3_pre7 updated ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jedit-4.3_pre7.ebuild
jedit-4.3_pre7.ebuild (text/plain), 2.31 KB, created by
Chris White (RETIRED)
on 2006-11-07 14:49:19 UTC
(
hide
)
Description:
jedit-4.3_pre7.ebuild
Filename:
MIME Type:
Creator:
Chris White (RETIRED)
Created:
2006-11-07 14:49:19 UTC
Size:
2.31 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.2.ebuild,v 1.14 2006/10/05 14:28:18 gustavoz Exp $ > >inherit java-utils-2 > >MY_PV="${PV//_/}" > >DESCRIPTION="Programmer's editor written in Java" >HOMEPAGE="http://www.jedit.org" >SRC_URI="mirror://sourceforge/jedit/jedit${MY_PV}source.tar.bz2" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~amd64" >SLOT="0" >IUSE="jikes doc gnome kde" > >RDEPEND=">=virtual/jdk-1.5" >DEPEND="${RDEPEND} > doc? ( > =app-text/docbook-xml-dtd-4.3* > >=app-text/docbook-xsl-stylesheets-1.65.1 > dev-libs/libxslt > ) > >=dev-java/ant-1.5.4 > jikes? ( >=dev-java/jikes-1.17 )" > >S="${WORKDIR}/jEdit" > >src_unpack() { > unpack ${A} > cd ${S} > > if use doc; then > local xsl=$(echo /usr/share/sgml/docbook/xsl-stylesheets-*) > xsl=${xsl// *} > > local xml=$(echo /usr/share/sgml/docbook/xml-dtd-4.3*) > xml=${xml// *} > > echo "build.directory=." > build.properties > echo "docbook.dtd.catalog=${xml}/docbook.cat" >> build.properties > echo "docbook.xsl=${xsl}" >> build.properties > fi >} >src_compile() { > local antflags="build" > > if use jikes ; then > einfo "Please ignore the following compiler warnings." > einfo "Jikes is just too pedantic..." > antflags="${antflags} -Dbuild.compiler=jikes" > fi > > use doc && antflags="${antflags} javadoc docs-html" > > ant ${antflags} || die "compile problem" >} > >src_install () { > dodir /usr/share/jedit > dodir /usr/bin > > cp -R build/jedit.jar jars doc macros modes properties startup ${D}/usr/share/jedit > cd ${D}/usr/share/jedit > chmod -R u+rw,ug-s,go+u,go-w \ > jedit.jar jars doc macros modes properties startup > > cat >${D}/usr/share/jedit/jedit.sh <<-EOF > #!/bin/bash > > java -jar /usr/share/jedit/jedit.jar \"\$@\" > EOF > chmod 755 ${D}/usr/share/jedit/jedit.sh > > ln -s ../share/jedit/jedit.sh ${D}/usr/bin/jedit > > if use gnome || use kde ; then > insinto /usr/share/applications > doins ${FILESDIR}/jedit.desktop > fi > > keepdir /usr/share/jedit/jars >} > >pkg_postinst() { > einfo "The system directory for jEdit plugins is" > einfo "/usr/share/jedit/jars" >} > >pkg_postrm() { > einfo "jEdit plugins installed into /usr/share/jedit/jars" > einfo "(after installation of jEdit itself) haven't been" > einfo "removed. To get rid of jEdit completely, you may" > einfo "want to run" > einfo "" > einfo "\trm -r /usr/share/jedit" >}
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 154400
: 101418 |
101419