diff options
Diffstat (limited to 'app-xemacs/jde')
-rw-r--r-- | app-xemacs/jde/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/jde/files/digest-jde-1.51 | 3 | ||||
-rw-r--r-- | app-xemacs/jde/jde-1.51.ebuild | 27 |
3 files changed, 38 insertions, 2 deletions
diff --git a/app-xemacs/jde/ChangeLog b/app-xemacs/jde/ChangeLog index b9df80e77998..7d255498fb02 100644 --- a/app-xemacs/jde/ChangeLog +++ b/app-xemacs/jde/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-xemacs/jde -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/jde/ChangeLog,v 1.7 2005/01/01 17:07:19 eradicator Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/jde/ChangeLog,v 1.8 2006/11/12 09:35:10 graaff Exp $ + +*jde-1.51 (12 Nov 2006) + + 12 Nov 2006; Hans de Graaff <graaff@gentoo.org> -jde-1.38.ebuild, + +jde-1.51.ebuild: + Version bump; remove old version. 02 Oct 2004; Robert Coie <rac@gentoo.org> +metadata.xml, jde-1.38.ebuild, jde-1.43.ebuild: diff --git a/app-xemacs/jde/files/digest-jde-1.51 b/app-xemacs/jde/files/digest-jde-1.51 new file mode 100644 index 000000000000..92358460b2b1 --- /dev/null +++ b/app-xemacs/jde/files/digest-jde-1.51 @@ -0,0 +1,3 @@ +MD5 c65372ce1cb48a354c40b13d29d90a27 jde-1.51-pkg.tar.gz 3508064 +RMD160 2bf88a7afa0e92e0a58153b5237904a80061be06 jde-1.51-pkg.tar.gz 3508064 +SHA256 1df43e08c034087def185f1a20c4fa27e660f2ffc6a601d9a55a375f119e79ec jde-1.51-pkg.tar.gz 3508064 diff --git a/app-xemacs/jde/jde-1.51.ebuild b/app-xemacs/jde/jde-1.51.ebuild new file mode 100644 index 000000000000..0060957ad2a0 --- /dev/null +++ b/app-xemacs/jde/jde-1.51.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/jde/jde-1.51.ebuild,v 1.1 2006/11/12 09:35:10 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Integrated Development Environment for Java." +PKG_CAT="standard" + +RDEPEND="app-xemacs/cc-mode +app-xemacs/semantic +app-xemacs/debug +app-xemacs/speedbar +app-xemacs/edit-utils +app-xemacs/xemacs-eterm +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/xemacs-devel +app-xemacs/eieio +app-xemacs/elib +app-xemacs/sh-script +app-xemacs/fsf-compat +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |