summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/markdown-mode/ChangeLog10
-rw-r--r--app-emacs/markdown-mode/Manifest15
-rw-r--r--app-emacs/markdown-mode/files/50markdown-mode-gentoo.el2
-rw-r--r--app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild20
-rw-r--r--app-emacs/markdown-mode/metadata.xml8
5 files changed, 55 insertions, 0 deletions
diff --git a/app-emacs/markdown-mode/ChangeLog b/app-emacs/markdown-mode/ChangeLog
new file mode 100644
index 000000000000..d843292d8996
--- /dev/null
+++ b/app-emacs/markdown-mode/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2011/09/15 16:44:15 naota Exp $
+
+*markdown-mode-1.8.1 (15 Sep 2011)
+
+ 15 Sep 2011; Naohiro Aota <naota@gentoo.org>
+ +files/50markdown-mode-gentoo.el, +markdown-mode-1.8.1.ebuild, +metadata.xml:
+ New package app-emacs/markdown-mode
+
diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest
new file mode 100644
index 000000000000..7da6385e11fc
--- /dev/null
+++ b/app-emacs/markdown-mode/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+AUX 50markdown-mode-gentoo.el 125 RMD160 ed436e4337ba912fb5c80a867090550ffdd75241 SHA1 c61c3af7c4caea010d1ea52b8d5ee4a2388c1fcd SHA256 8ac9b12d16f9b8dbc863675589e7f51e2274fba6d4772eeba355719345760152
+DIST markdown-mode-1.8.1.tar.gz 20368 RMD160 edeb8725921bc7c92e2460d188e3558e299242dc SHA1 43419aaef3b995894c9db4c763bf4f1b2d838355 SHA256 d6c3c896e7fd2301d1f42b32169f2458e235d8cba243645a91a6770dd6df4c4c
+EBUILD markdown-mode-1.8.1.ebuild 547 RMD160 7b98a8d994b3deb3bee94ffe1a196e46fad29dee SHA1 b6848a94c34fd8178b16e6907dc9c1b0a1053860 SHA256 64e36ac8da0fac139827f65e4b4b6cce5ab4578cd6b9a03483ab910ce6a3bd7c
+MISC ChangeLog 420 RMD160 917105adeb76ad0ae15e63eba9d2da75e5b2c949 SHA1 4716d4822e96242d319bddb3b0164d0a7de3ceb0 SHA256 3f76b2b489d5e80e2044b79d305886bff1d0dad26bffb814e495c5b9f77fcec9
+MISC metadata.xml 219 RMD160 41cade9174d0ed71f0dde58144f74c2012b6b210 SHA1 e65a33d1c83bed3c61fb637a64aee0b331f2635a SHA256 9761d87f8c96c0a11b7e70f79b5e9013081f5bda009290e02879c8501c3dc817
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk5yK18ACgkQGpDnPLSHuMA4igCdFyEyMXS/l4LiEeR6+vqsPojn
+6JQAoOVBFYnVBWc+OCLWTnmR7rJnYdO9
+=CLeF
+-----END PGP SIGNATURE-----
diff --git a/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el b/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
new file mode 100644
index 000000000000..a5303002223f
--- /dev/null
+++ b/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'markdown-mode "markdown-mode.el" "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
new file mode 100644
index 000000000000..6309ba874e1b
--- /dev/null
+++ b/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild
@@ -0,0 +1,20 @@
+# 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.1 2011/09/15 16:44:15 naota Exp $
+
+EAPI=4
+
+NEED_EMACS=19
+
+inherit elisp
+
+DESCRIPTION="major mode for editing Markdown-formatted text files"
+HOMEPAGE="http://jblevins.org/projects/markdown-mode/"
+SRC_URI="http://jblevins.org/git/markdown-mode.git/snapshot/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/markdown-mode/metadata.xml b/app-emacs/markdown-mode/metadata.xml
new file mode 100644
index 000000000000..dea4fc9df66e
--- /dev/null
+++ b/app-emacs/markdown-mode/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>emacs</herd>
+<maintainer>
+ <email>naota@gentoo.org</email>
+</maintainer>
+</pkgmetadata>