diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-02-10 21:21:33 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-02-10 21:21:33 +0000 |
commit | 987a1f08251837cafa519d10901c67b358cda7ef (patch) | |
tree | b9fdfa16db51e055dfc78b92c24c858f4b0747f5 /app-xemacs | |
parent | Version bump per bug 304329 (diff) | |
download | gentoo-2-987a1f08251837cafa519d10901c67b358cda7ef.tar.gz gentoo-2-987a1f08251837cafa519d10901c67b358cda7ef.tar.bz2 gentoo-2-987a1f08251837cafa519d10901c67b358cda7ef.zip |
Version bump.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/jde/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/jde/jde-1.52.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/app-xemacs/jde/ChangeLog b/app-xemacs/jde/ChangeLog index 1ca79d80547e..b0077dfecdef 100644 --- a/app-xemacs/jde/ChangeLog +++ b/app-xemacs/jde/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/jde -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/jde/ChangeLog,v 1.13 2008/03/19 19:41:28 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/jde/ChangeLog,v 1.14 2010/02/10 21:21:33 graaff Exp $ + +*jde-1.52 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +jde-1.52.ebuild: + Version bump synced to upstream 2.3.5.1 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/jde/jde-1.52.ebuild b/app-xemacs/jde/jde-1.52.ebuild new file mode 100644 index 000000000000..34e140204a9f --- /dev/null +++ b/app-xemacs/jde/jde-1.52.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/jde/jde-1.52.ebuild,v 1.1 2010/02/10 21:21:33 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/cedet-common +app-xemacs/eieio +app-xemacs/elib +app-xemacs/sh-script +app-xemacs/fsf-compat +app-xemacs/os-utils +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |