diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-10 10:57:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-10 10:57:28 +0000 |
commit | 9a0c5f647a0671cc23ae890f27a7155f82395b81 (patch) | |
tree | b29ecf10bdd03e7ddc4d703a4c2e26a55604ca3b /app-emacs/org-mode | |
parent | old (diff) | |
download | gentoo-2-9a0c5f647a0671cc23ae890f27a7155f82395b81.tar.gz gentoo-2-9a0c5f647a0671cc23ae890f27a7155f82395b81.tar.bz2 gentoo-2-9a0c5f647a0671cc23ae890f27a7155f82395b81.zip |
Version bump. Remove intermediate version.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'app-emacs/org-mode')
-rw-r--r-- | app-emacs/org-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/org-mode/files/51org-mode-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-6.21b.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-6.34.ebuild (renamed from app-emacs/org-mode/org-mode-6.32b.ebuild) | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index 9b001458448b..568c574e7a05 100644 --- a/app-emacs/org-mode/ChangeLog +++ b/app-emacs/org-mode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/org-mode # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.90 2010/01/07 19:24:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.91 2010/01/10 10:57:27 ulm Exp $ + +*org-mode-6.34 (10 Jan 2010) + + 10 Jan 2010; Ulrich Mueller <ulm@gentoo.org> -files/51org-mode-gentoo.el, + org-mode-6.21b.ebuild, -org-mode-6.32b.ebuild, +org-mode-6.34.ebuild: + Version bump. Remove intermediate version. 07 Jan 2010; Brent Baude <ranger@gentoo.org> org-mode-6.33f.ebuild: stable ppc, bug 297564 diff --git a/app-emacs/org-mode/files/51org-mode-gentoo.el b/app-emacs/org-mode/files/51org-mode-gentoo.el deleted file mode 100644 index 0defdccf7601..000000000000 --- a/app-emacs/org-mode/files/51org-mode-gentoo.el +++ /dev/null @@ -1,6 +0,0 @@ - -;;; org-mode site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) -(require 'org-install) diff --git a/app-emacs/org-mode/org-mode-6.21b.ebuild b/app-emacs/org-mode/org-mode-6.21b.ebuild index 348ca2aacdf8..ef9136923774 100644 --- a/app-emacs/org-mode/org-mode-6.21b.ebuild +++ b/app-emacs/org-mode/org-mode-6.21b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-6.21b.ebuild,v 1.6 2009/03/18 15:09:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-6.21b.ebuild,v 1.7 2010/01/10 10:57:27 ulm Exp $ inherit elisp @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/org-${PV}" -SITEFILE="51${PN}-gentoo.el" +SITEFILE="50${PN}-gentoo.el" src_compile() { # remove autoload file to make sure that it is regenerated with diff --git a/app-emacs/org-mode/org-mode-6.32b.ebuild b/app-emacs/org-mode/org-mode-6.34.ebuild index ada5f012814d..105766ee0c6a 100644 --- a/app-emacs/org-mode/org-mode-6.32b.ebuild +++ b/app-emacs/org-mode/org-mode-6.34.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-6.32b.ebuild,v 1.1 2009/10/30 13:26:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-6.34.ebuild,v 1.1 2010/01/10 10:57:27 ulm Exp $ inherit elisp |