diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 08:32:28 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 08:32:28 +0000 |
commit | eb69ecc7fa101c882e2d7ef2c188a2eb1eec71ee (patch) | |
tree | 88bb2562837a43a9cd907094f36b54dbc17b246d /app-xemacs/prog-modes | |
parent | Version bump: minor new functionality. (diff) | |
download | gentoo-2-eb69ecc7fa101c882e2d7ef2c188a2eb1eec71ee.tar.gz gentoo-2-eb69ecc7fa101c882e2d7ef2c188a2eb1eec71ee.tar.bz2 gentoo-2-eb69ecc7fa101c882e2d7ef2c188a2eb1eec71ee.zip |
Version bump: minor fixes to rpm-mode.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/prog-modes')
-rw-r--r-- | app-xemacs/prog-modes/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-2.20.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/app-xemacs/prog-modes/ChangeLog b/app-xemacs/prog-modes/ChangeLog index 43233061bfc4..d577018f0764 100644 --- a/app-xemacs/prog-modes/ChangeLog +++ b/app-xemacs/prog-modes/ChangeLog @@ -1,6 +1,11 @@ # 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.23 2010/02/10 21:20:35 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.24 2010/08/13 08:32:28 graaff Exp $ + +*prog-modes-2.20 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +prog-modes-2.20.ebuild: + Version bump: minor fixes to rpm-mode. *prog-modes-2.19 (22 Feb 2009) diff --git a/app-xemacs/prog-modes/prog-modes-2.20.ebuild b/app-xemacs/prog-modes/prog-modes-2.20.ebuild new file mode 100644 index 000000000000..2cffa8e5b35b --- /dev/null +++ b/app-xemacs/prog-modes/prog-modes-2.20.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 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.20.ebuild,v 1.1 2010/08/13 08:32:28 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 |