summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-07-31 18:39:10 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-07-31 18:39:10 +0000
commit9bc078542a4fa76b9d4e1836b3af1fc43e278f6b (patch)
tree917f27017322bf439d0fee954eefafbf2e272a6f /app-editors/jedit
parentcreate and install doc when USE="doc", bug 55226 (Manifest recommit) (diff)
downloadgentoo-2-9bc078542a4fa76b9d4e1836b3af1fc43e278f6b.tar.gz
gentoo-2-9bc078542a4fa76b9d4e1836b3af1fc43e278f6b.tar.bz2
gentoo-2-9bc078542a4fa76b9d4e1836b3af1fc43e278f6b.zip
Version Bump
Diffstat (limited to 'app-editors/jedit')
-rw-r--r--app-editors/jedit/ChangeLog7
-rw-r--r--app-editors/jedit/Manifest12
-rw-r--r--app-editors/jedit/files/digest-jedit-4.2_pre151
-rw-r--r--app-editors/jedit/jedit-4.2_pre15.ebuild72
4 files changed, 81 insertions, 11 deletions
diff --git a/app-editors/jedit/ChangeLog b/app-editors/jedit/ChangeLog
index 7a3d90cc02bb..33b5bd8d86d1 100644
--- a/app-editors/jedit/ChangeLog
+++ b/app-editors/jedit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/jedit
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.37 2004/07/31 18:33:34 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.38 2004/07/31 18:39:10 axxo Exp $
+
+*jedit-4.2_pre15 (31 Jul 2004)
+
+ 31 Jul 2004; Thomas Matthijs <axxo@gentoo.org> +jedit-4.2_pre15.ebuild:
+ Version bump
*jedit-4.1-r1 (31 Jul 2004)
diff --git a/app-editors/jedit/Manifest b/app-editors/jedit/Manifest
index 80dfe941ae99..34559896d538 100644
--- a/app-editors/jedit/Manifest
+++ b/app-editors/jedit/Manifest
@@ -1,9 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 1147512bd02c5c4eb5052519097756a4 jedit-4.2_pre14.ebuild 1927
MD5 4fe2c18357c7e0901e9d70fb1056dc9e jedit-4.1-r1.ebuild 2150
MD5 592be97706a86c648f5c2424075b5a4e jedit-4.2_pre13.ebuild 1927
+MD5 d9041c3e0ad57784e1d4a3e490a5e695 jedit-4.2_pre15.ebuild 1778
MD5 fd6cc31cfb221879341ae3e8e0b244cc jedit-4.1.ebuild 1862
MD5 c2b05fa2ae1afd1e7a2d1b2fae1d609a ChangeLog 5532
MD5 0c1bc759b6cafc454c336cb35fd05550 metadata.xml 257
@@ -13,11 +11,5 @@ MD5 c29174550ae9f95fc60afd5cbf079f0c files/digest-jedit-4.1 66
MD5 9310de740b7b3ffacf2c96fe446b1ab8 files/digest-jedit-4.2_pre12 71
MD5 4ac4f20a8627c48f7d87491623f88c3a files/digest-jedit-4.2_pre13 71
MD5 81f506cd1acce828eff86acf6dc18331 files/digest-jedit-4.2_pre14 71
+MD5 f7f1206ae0c12cdf8bc20efb8383dba5 files/digest-jedit-4.2_pre15 71
MD5 c29174550ae9f95fc60afd5cbf079f0c files/digest-jedit-4.1-r1 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBC+ak/rLF9B432nYRArXbAJ98jl01ZdCuJXDLukuMZubioGMP0gCgicXx
-NesOa0WgZQ6/hprssra0DVc=
-=bdSC
------END PGP SIGNATURE-----
diff --git a/app-editors/jedit/files/digest-jedit-4.2_pre15 b/app-editors/jedit/files/digest-jedit-4.2_pre15
new file mode 100644
index 000000000000..40404008d91b
--- /dev/null
+++ b/app-editors/jedit/files/digest-jedit-4.2_pre15
@@ -0,0 +1 @@
+MD5 b5d474797360ac3aeb1e7911d7111a8a jedit42pre15source.tar.gz 1837664
diff --git a/app-editors/jedit/jedit-4.2_pre15.ebuild b/app-editors/jedit/jedit-4.2_pre15.ebuild
new file mode 100644
index 000000000000..e9463fb16636
--- /dev/null
+++ b/app-editors/jedit/jedit-4.2_pre15.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.2_pre15.ebuild,v 1.1 2004/07/31 18:39:10 axxo Exp $
+
+inherit java-utils
+
+MY_PV="${PV//.}"
+MY_PV="${MY_PV//_}"
+
+DESCRIPTION="Programmer's editor written in Java"
+HOMEPAGE="http://www.jedit.org"
+SRC_URI="mirror://sourceforge/jedit/jedit${MY_PV}source.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~ppc ~amd64"
+SLOT="0"
+IUSE="jikes doc"
+
+RDEPEND=">=virtual/jdk-1.3"
+DEPEND="${RDEPEND}
+ >=dev-java/ant-1.5.4
+ jikes? ( >=dev-java/jikes-1.17 )"
+
+S="${WORKDIR}/jEdit"
+
+src_compile() {
+ local antflags=""
+
+ 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"
+
+ ant dist ${antflags} || die "compile problem"
+}
+
+src_install () {
+ dodir /usr/share/jedit
+ dodir /usr/bin
+
+ cp -R 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
+
+ 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"
+}