diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-02-10 21:20:35 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-02-10 21:20:35 +0000 |
commit | 681c07f4866c70d065bc8ba037fbd08b2e568138 (patch) | |
tree | 17e32898ea04394bfda0e28e600ee2ec5ff89072 /app-xemacs | |
parent | Version bump. (diff) | |
download | gentoo-2-681c07f4866c70d065bc8ba037fbd08b2e568138.tar.gz gentoo-2-681c07f4866c70d065bc8ba037fbd08b2e568138.tar.bz2 gentoo-2-681c07f4866c70d065bc8ba037fbd08b2e568138.zip |
Version bump.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/prog-modes/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-2.19.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/app-xemacs/prog-modes/ChangeLog b/app-xemacs/prog-modes/ChangeLog index bd021391af70..43233061bfc4 100644 --- a/app-xemacs/prog-modes/ChangeLog +++ b/app-xemacs/prog-modes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-xemacs/prog-modes # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.22 2009/02/20 00:27:27 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.23 2010/02/10 21:20:35 graaff Exp $ + +*prog-modes-2.19 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +prog-modes-2.19.ebuild: + Version bump: rpm-mode synced to upstream 4.4.9, verilog-mode synced to + upstream r463. 20 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -prog-modes-2.09.ebuild: diff --git a/app-xemacs/prog-modes/prog-modes-2.19.ebuild b/app-xemacs/prog-modes/prog-modes-2.19.ebuild new file mode 100644 index 000000000000..13c97b80de1d --- /dev/null +++ b/app-xemacs/prog-modes/prog-modes-2.19.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/prog-modes/prog-modes-2.19.ebuild,v 1.1 2010/02/10 21:20:35 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Support for various programming languages." +PKG_CAT="standard" + +RDEPEND="app-xemacs/mail-lib +app-xemacs/xemacs-devel +app-xemacs/xemacs-base +app-xemacs/cc-mode +app-xemacs/fsf-compat +app-xemacs/edit-utils +app-xemacs/ediff +app-xemacs/emerge +app-xemacs/efs +app-xemacs/vc +app-xemacs/speedbar +app-xemacs/dired +app-xemacs/ilisp +app-xemacs/sh-script +app-xemacs/cedet-common +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |