summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-09-26 16:43:47 +0000
committerUlrich Müller <ulm@gentoo.org>2011-09-26 16:43:47 +0000
commitaf12f758c982ad1675614426867222293229f709 (patch)
tree9fc5b49c0edbc04a40437586eadd5869f2557414 /app-emacs
parentSecurity bump. Removed old (diff)
downloadgentoo-2-af12f758c982ad1675614426867222293229f709.tar.gz
gentoo-2-af12f758c982ad1675614426867222293229f709.tar.bz2
gentoo-2-af12f758c982ad1675614426867222293229f709.zip
Source snapshot is on Gentoo mirrors now, instead of live ebuild. Bug 383181.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/markdown-mode/ChangeLog5
-rw-r--r--app-emacs/markdown-mode/files/50markdown-mode-gentoo.el3
-rw-r--r--app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild12
3 files changed, 10 insertions, 10 deletions
diff --git a/app-emacs/markdown-mode/ChangeLog b/app-emacs/markdown-mode/ChangeLog
index 700904ddeb9d..10aa0d772760 100644
--- a/app-emacs/markdown-mode/ChangeLog
+++ b/app-emacs/markdown-mode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/markdown-mode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v 1.3 2011/09/22 00:15:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v 1.4 2011/09/26 16:43:47 ulm Exp $
+
+ 26 Sep 2011; Ulrich Mueller <ulm@gentoo.org> markdown-mode-1.8.1.ebuild:
+ Source snapshot is on Gentoo mirrors now, instead of live ebuild. Bug 383181.
22 Sep 2011; Thomas Kahle <tomka@gentoo.org> markdown-mode-1.8.1.ebuild:
Added ~x86 keyword
diff --git a/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el b/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
index a5303002223f..6a83e601b026 100644
--- a/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
+++ b/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
@@ -1,2 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
-(autoload 'markdown-mode "markdown-mode.el" "Major mode for editing Markdown files" t)
+(autoload 'markdown-mode "markdown-mode"
+ "Major mode for editing Markdown files" t)
diff --git a/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild b/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild
index 4325cc80ba3d..43adcb1874ef 100644
--- a/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild
@@ -1,20 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild,v 1.3 2011/09/22 00:15:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild,v 1.4 2011/09/26 16:43:47 ulm Exp $
EAPI=4
-NEED_EMACS=19
+inherit elisp
-EGIT_REPO_URI="http://jblevins.org/git/markdown-mode.git"
-EGIT_COMMIT="v${PV}"
-
-inherit elisp git-2
-
-DESCRIPTION="major mode for editing Markdown-formatted text files"
+DESCRIPTION="Major mode for editing Markdown-formatted text files"
HOMEPAGE="http://jblevins.org/projects/markdown-mode/"
# Cannot use this url because its hash differ about every five minutes
# SRC_URI="http://jblevins.org/git/markdown-mode.git/snapshot/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.el.xz"
LICENSE="GPL-2"
SLOT="0"