summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-09-08 09:24:39 +0000
committerUlrich Müller <ulm@gentoo.org>2012-09-08 09:24:39 +0000
commit002af2b106bab6686a0413777c02a53e93cbfc6f (patch)
treed56eb41daf9daf7fc16cb3c5da0efa428d478543 /app-emacs/autoconf-mode
parentRemove old. (diff)
downloadgentoo-2-002af2b106bab6686a0413777c02a53e93cbfc6f.tar.gz
gentoo-2-002af2b106bab6686a0413777c02a53e93cbfc6f.tar.bz2
gentoo-2-002af2b106bab6686a0413777c02a53e93cbfc6f.zip
Version bump. Remove old.
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/autoconf-mode')
-rw-r--r--app-emacs/autoconf-mode/ChangeLog8
-rw-r--r--app-emacs/autoconf-mode/autoconf-mode-2.65.ebuild17
-rw-r--r--app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild19
3 files changed, 26 insertions, 18 deletions
diff --git a/app-emacs/autoconf-mode/ChangeLog b/app-emacs/autoconf-mode/ChangeLog
index f96daf725587..03163fefc294 100644
--- a/app-emacs/autoconf-mode/ChangeLog
+++ b/app-emacs/autoconf-mode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/autoconf-mode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/ChangeLog,v 1.37 2012/05/09 01:47:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/ChangeLog,v 1.38 2012/09/08 09:24:39 ulm Exp $
+
+*autoconf-mode-2.69 (08 Sep 2012)
+
+ 08 Sep 2012; Ulrich Müller <ulm@gentoo.org> -autoconf-mode-2.65.ebuild,
+ +autoconf-mode-2.69.ebuild:
+ Version bump. Remove old.
09 May 2012; Alexis Ballier <aballier@gentoo.org> autoconf-mode-2.68.ebuild:
keyword ~amd64-fbsd
diff --git a/app-emacs/autoconf-mode/autoconf-mode-2.65.ebuild b/app-emacs/autoconf-mode/autoconf-mode-2.65.ebuild
deleted file mode 100644
index 5566d89c14e5..000000000000
--- a/app-emacs/autoconf-mode/autoconf-mode-2.65.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2010 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.65.ebuild,v 1.9 2010/06/07 12:25:45 angelos 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.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-SITEFILE=50${PN}-gentoo.el
-S="${WORKDIR}/autoconf-${PV}/lib/emacs"
diff --git a/app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild b/app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild
new file mode 100644
index 000000000000..6e7d19a4f116
--- /dev/null
+++ b/app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 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.69.ebuild,v 1.1 2012/09/08 09:24:39 ulm Exp $
+
+EAPI=4
+
+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.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+IUSE=""
+
+SITEFILE="50${PN}-gentoo.el"
+S="${WORKDIR}/autoconf-${PV}/lib/emacs"