summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-03-01 10:04:06 +0000
committerUlrich Müller <ulm@gentoo.org>2014-03-01 10:04:06 +0000
commit2f7e31096f032687ced8043b3cadf6c0c12071cc (patch)
tree7a32d2fb78cf1eaaa1300c891cf3c9d6892b07f0 /app-emacs/markdown-mode
parentVersion bump with timestamp fixes in encoder for OGG. Remove old (diff)
downloadgentoo-2-2f7e31096f032687ced8043b3cadf6c0c12071cc.tar.gz
gentoo-2-2f7e31096f032687ced8043b3cadf6c0c12071cc.tar.bz2
gentoo-2-2f7e31096f032687ced8043b3cadf6c0c12071cc.zip
Version bump, bug 502578. Specify LICENSE more precisely. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/markdown-mode')
-rw-r--r--app-emacs/markdown-mode/ChangeLog10
-rw-r--r--app-emacs/markdown-mode/markdown-mode-1.8.1-r1.ebuild7
-rw-r--r--app-emacs/markdown-mode/markdown-mode-2.0.ebuild (renamed from app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild)15
3 files changed, 18 insertions, 14 deletions
diff --git a/app-emacs/markdown-mode/ChangeLog b/app-emacs/markdown-mode/ChangeLog
index cba9a7e8f3c7..cf38b5d2358b 100644
--- a/app-emacs/markdown-mode/ChangeLog
+++ b/app-emacs/markdown-mode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/markdown-mode
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v 1.6 2012/05/16 13:47:10 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v 1.7 2014/03/01 10:04:06 ulm Exp $
+
+*markdown-mode-2.0 (01 Mar 2014)
+
+ 01 Mar 2014; Ulrich Müller <ulm@gentoo.org> -markdown-mode-1.8.1.ebuild,
+ +markdown-mode-2.0.ebuild:
+ Version bump, bug 502578. Specify LICENSE more precisely. Remove old.
*markdown-mode-1.8.1-r1 (16 May 2012)
diff --git a/app-emacs/markdown-mode/markdown-mode-1.8.1-r1.ebuild b/app-emacs/markdown-mode/markdown-mode-1.8.1-r1.ebuild
index 3dc297bf64ea..2f59464631b9 100644
--- a/app-emacs/markdown-mode/markdown-mode-1.8.1-r1.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-1.8.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 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-r1.ebuild,v 1.1 2012/05/16 13:47:10 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1-r1.ebuild,v 1.2 2014/03/01 10:04:06 ulm Exp $
EAPI=4
@@ -12,10 +12,9 @@ HOMEPAGE="http://jblevins.org/projects/markdown-mode/"
# SRC_URI="http://jblevins.org/git/markdown-mode.git/snapshot/${P}.tar.gz"
SRC_URI="mirror://gentoo/${P}.el.xz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="app-arch/xz-utils"
RDEPEND="|| ( dev-python/markdown2 dev-python/markdown )"
diff --git a/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild b/app-emacs/markdown-mode/markdown-mode-2.0.ebuild
index a8f87afcb83c..a580c1910df7 100644
--- a/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild
+++ b/app-emacs/markdown-mode/markdown-mode-2.0.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 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.5 2011/12/26 14:17:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-2.0.ebuild,v 1.1 2014/03/01 10:04:06 ulm Exp $
-EAPI=4
+EAPI=5
inherit elisp
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"
+# SRC_URI="http://jblevins.org/git/${PN}.git/snapshot/${P}.tar.gz"
+SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="app-arch/xz-utils"
+RDEPEND="|| ( dev-python/markdown2 dev-python/markdown )"
SITEFILE="50${PN}-gentoo.el"