diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-04 15:24:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-04 15:24:27 +0000 |
commit | 7a17129b03cc6898bb58b9fbe10a02a504f6cc16 (patch) | |
tree | b95a8bb77981afdee7a113817943e4c1b935beae | |
parent | amd64 stable wrt security bug #231975 (diff) | |
download | gentoo-2-7a17129b03cc6898bb58b9fbe10a02a504f6cc16.tar.gz gentoo-2-7a17129b03cc6898bb58b9fbe10a02a504f6cc16.tar.bz2 gentoo-2-7a17129b03cc6898bb58b9fbe10a02a504f6cc16.zip |
Version bump.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
-rw-r--r-- | app-emacs/autoconf-mode/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/autoconf-mode/autoconf-mode-2.62.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/app-emacs/autoconf-mode/ChangeLog b/app-emacs/autoconf-mode/ChangeLog index eab3e11589d2..503ee7e1b362 100644 --- a/app-emacs/autoconf-mode/ChangeLog +++ b/app-emacs/autoconf-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/autoconf-mode -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/ChangeLog,v 1.12 2007/09/22 20:15:21 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/ChangeLog,v 1.13 2008/08/04 15:24:27 ulm Exp $ + +*autoconf-mode-2.62 (04 Aug 2008) + + 04 Aug 2008; Ulrich Mueller <ulm@gentoo.org> +autoconf-mode-2.62.ebuild: + Version bump. 22 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> autoconf-mode-2.61.ebuild: diff --git a/app-emacs/autoconf-mode/autoconf-mode-2.62.ebuild b/app-emacs/autoconf-mode/autoconf-mode-2.62.ebuild new file mode 100644 index 000000000000..5a00704c2f82 --- /dev/null +++ b/app-emacs/autoconf-mode/autoconf-mode-2.62.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/autoconf-mode-2.62.ebuild,v 1.1 2008/08/04 15:24:27 ulm Exp $ + +inherit elisp + +DESCRIPTION="Emacs major modes for editing autoconf and autotest input" +HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" +SRC_URI="mirror://gnu/autoconf/autoconf-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +SITEFILE=50${PN}-gentoo.el +S="${WORKDIR}/autoconf-${PV}/lib/emacs" |